diff --git a/.gitignore b/.gitignore index 260047ed6..5f3e6f227 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ *.txt +*.jpg diff --git a/.vs/Socioboard/v14/.suo b/.vs/Socioboard/v14/.suo index 0052eff31..915bc40ed 100644 Binary files a/.vs/Socioboard/v14/.suo and b/.vs/Socioboard/v14/.suo differ diff --git a/src/Api.Socioboard/bin/Debug/net451/Api.Socioboard.exe b/src/Api.Socioboard/bin/Debug/net451/Api.Socioboard.exe deleted file mode 100644 index d0795a628..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/Api.Socioboard.exe and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/Api.Socioboard.pdb b/src/Api.Socioboard/bin/Debug/net451/Api.Socioboard.pdb deleted file mode 100644 index fa57d2036..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/Api.Socioboard.pdb and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/Api.Socioboard.xml b/src/Api.Socioboard/bin/Debug/net451/Api.Socioboard.xml deleted file mode 100644 index 1ce911599..000000000 --- a/src/Api.Socioboard/bin/Debug/net451/Api.Socioboard.xml +++ /dev/null @@ -1,573 +0,0 @@ - - - - Api.Socioboard - - - - - - - - - - - - - - Creates a board with porvided hash Tags - - Name of the board should be unique - hash tag on facebook - hash tag on twitter - hash tag on instagram - hash tag on gplus - id of the user to which board belongs to - success : if board created successfully, board Exist: if board name already exists - - - - Deletes the board with specified board Id - - id of the board to delte - id of the user to which board belongs to. - - - - - Revert back deletion opertion of board - - id of the board which needs to revert delete - id of the user which board belongs to. - - - - - To get all boards associated with user - - coorsponding userId - - - - - Use for searching the customer which is linked with keyword - - Id of user - Id of the group to which account is to be added. - provided by the user for searcing new customer or post related to keyword - - Internal Server Erro.r - - - - Get All The Draft Messages of User - - Id of the user. - Internal Server Erro.r - - - - To provide the report on facebook page. - - Profile id of user - To prepare report in a given counted days provided by the user - - Internal Server Erro.r - - - - Add new Facebook Account - - Token obtained after successfull authentication from facebook. - Id of the group to which account is to be added. - Id of the user. - Add new facebook account. - Invalid Access Token. - Internal Server Erro.r - - - - Get feeds of a facebook profile - - Token obtained after successfull authentication from facebook. - Id of the user - Id of the group to which account is to be added. - Id of the group to which account is to be added. - Insert new student - Invalid Access Token - Internal Server Error - - - - To provide the report on website traffic. - - Id of the user - for preparing report till counted days - Internal Server Erro.r - - - - - - To add the member of the group - - Id of the group from which account is to be added. - - - - - - To get the group profiles - - Id of the group from which account is to be added. - - - - - To provide the report on group profiles - - - - - - - - - - - - - - - To add instagram profile - - Id of the user . - Id of the group to which account is to be added. - Code obtained after successfull authentication from Instagram - Internal Server Erro.r - - - - - To provide the report on instagaram profile - - profile id of user - for preparing instagram report till counted days - - - - - To get instagram data. - - profile id of user - - - - - Add new Linkedin Account - - Code obtained after successfull authentication from facebook. - Id of the group to which account is to be added. - Id of the user. - Add new Linkedin account. - Invalid Access Token. - Internal Server Erro.r - - - - Get feeds of a linkedin comany page profile - - Token obtained after successfull authentication from linked company page id. - Id of the user - Insert new student - Invalid Access Token - Internal Server Error - - - - Add new Linkedin Account - - Code obtained after successfull authentication from pinterest. - Id of the group to which account is to be added. - Id of the user. - Add new Linkedin account. - Invalid Access Token. - Internal Server Error - - - - - - id of the user - Id of the group to which account is to be added. - - - - - - - To share the facebook page post with selected facebook profile in a given period of time. - - Id of the user - facebookpage id of user facebook profile - Facebook account id of user - Time interval provided by the user for posting - - - - - To group post with selected facebook profiles in a given period of time - - id of the user - facebook url of user - Facebook account id of user - Time interval provided by the user - FacebookGroup id of user facebook profile - - - - - To compose message - - message provided by the user for posting - id of profiles of the user - id of the user - path for taking image - - - - - - - - - - - - - - - - - - - - - To add twitter account - - Id of user - Id of the group to which account is to be added. - - - - - - - - To give report on twitter - - Id of the user - preparing the report till given counted days - Internal Server Erro.r - - - - - To register the new user. - - data of the user for registration - - - - - To login page. - - User login details :EmailId and password - Success:user can login successfully ,Failure: entered wrong password or EmailId does not exist - - - - To check EmailId exist or not. - - Email id of user - Success: if EmailId exist in db,Failure: if EmailId does not exist in db - - - - To get the user datails. - - id of the user - - 1. success: if the user id is exist in db. - 2. failure: if user id does not exist in db - - - - - For varifying the emailId after registration - - Id of the user - Generated token id after registration - Account Activated:if token id exist in user db - Failed to Activate:if user details does not update. - Link Expired:if user does not activate his account in a given expire time. - Wrong Link:when user use false link or unautorize link. - - - - - To validate the access token before login facebook - - Code obtained after successfull authentication from facebook. - Success:added su - - - - To count the user profiles . - - Id of the user - - - - - To change the password when user request it. - - id of the user - password which is using currently - A new password given by the user - confirm password - - - - - To send the mail to user :for reseting the password when user forgot it and request for change. - - User email id - Eemail sent successfully:when email id existin db, - Emaild does not exist or falil to send:email does not exist in db - - - - - To validate the tokenId after getting forgot password mail. - - User email id - Forgot token id - You can change the password:when tokane validate successfully. - Link expired:when user does not change the password for given period. - Wrong link: when user use unauthorize link - Email Id does not exist: When email id does not exist in db. - - - - - sending mail to user after reseting the password. - - User email id - changed password - Forgot password token - systemId for usersession - Password changed successfully:if user data present in db and validate token. - EmailId does not exist:when user emailid does not exist - - - - - for email id change we will verify password - then change email ID - - - - - when user request for demo enterprise. - - user data for demo enterprise - EmailId exist: if user already resisterd. - Mail Sent Successfully:if mail sent successfully to user given mailid. - Demo requested added:if successfully added the user for demo enterprise - - - - - - There are several query Parameters that are optional this will allow you to send the ones you want. - - - - - A list of comma-separated dimensions for your Analytics data, such as ga:browser,ga:city. - Documentation: https://developers.google.com/analytics/devguides/reporting/core/v3/reference#dimensions - - - - - Dimension or metric filters that restrict the data returned for your request. - Documentation: https://developers.google.com/analytics/devguides/reporting/core/v3/reference#filters - - - - - A list of comma-separated dimensions and metrics indicating the sorting order and sorting direction for the returned data. - Documentation: https://developers.google.com/analytics/devguides/reporting/core/v3/reference#sort - - - - - Segments the data returned for your request. - Documentation: https://developers.google.com/analytics/devguides/reporting/core/v3/reference#segment - - - - - The maximum number of rows to include in the response. max is 10000 - - - - - The desired sampling level. - Allowed Values: - •DEFAULT — Returns response with a sample size that balances speed and accuracy. - •FASTER — Returns a fast response with a smaller sample size. - •HIGHER_PRECISION — Returns a more accurate response using a large sample size, but this may result in the response being slower. - Documentation: https://developers.google.com/analytics/devguides/reporting/core/v3/reference#samplingLevel - - - - - Constructor sets up the default values, for things that can't be null. - - - - - You query the Core Reporting API for Google Analytics report data. - Documentation: https://developers.google.com/analytics/devguides/reporting/core/v3/reference - - Dimension and metric reference : https://developers.google.com/analytics/devguides/reporting/core/dimsmets - - Valid Authenticated AnalyticsServicve - The unique table ID of the form XXXX, where XXXX is the Analytics view (profile) ID for which the query will retrieve the data. - Start date for fetching Analytics data. Requests can specify a start date formatted as YYYY-MM-DD, or as a relative date (e.g., today, yesterday, or NdaysAgo where N is a positive integer). - End date for fetching Analytics data. Request can specify an end date formatted as YYYY-MM-DD, or as a relative date (e.g., today, yesterday, or NdaysAgo where N is a positive integer). - A list of comma-separated metrics, such as ga:sessions,ga:bounces. - Optional values can be null - - - - - Authenticate to Google Using Oauth2 - Documentation https://developers.google.com/accounts/docs/OAuth2 - - From Google Developer console https://console.developers.google.com - From Google Developer console https://console.developers.google.com - A string used to identify a user. - - - - - Authenticating to Google using a Service account - Documentation: https://developers.google.com/accounts/docs/OAuth2#serviceaccount - - From Google Developer console https://console.developers.google.com - Location of the Service account key file downloaded from Google Developer console https://console.developers.google.com - - - - - There are several query Parameters that are optional this will allow you to send the ones you want. - - - - - A list of comma-separated dimensions for your Analytics data, such as ga:browser,ga:city. - Documentation: https://developers.google.com/analytics/devguides/reporting/core/v3/reference#dimensions - - - - - Dimension or metric filters that restrict the data returned for your request. - Documentation: https://developers.google.com/analytics/devguides/reporting/core/v3/reference#filters - - - - - A list of comma-separated dimensions and metrics indicating the sorting order and sorting direction for the returned data. - Documentation: https://developers.google.com/analytics/devguides/reporting/core/v3/reference#sort - - - - - Constructor sets up the default values, for things that can't be null. - - - - - Returns real-time Google Analytics data for a view (profile). - https://developers.google.com/analytics/devguides/reporting/realtime/v3/reference/data/realtime/get - - - Beta: - The Real Time Reporting API is currently available as a developer preview in limited beta. If you're interested in signing up, request access to the beta. - https://docs.google.com/forms/d/1qfRFysCikpgCMGqgF3yXdUyQW4xAlLyjKuOoOEFN2Uw/viewform - Apply for access wait 24 hours and then try you will not hear from Google when you have been approved. - - Documentation: Dimension and metric reference https://developers.google.com/analytics/devguides/reporting/realtime/dimsmets/ - - Valid authenticated Google analytics service - Profile id to request data from - Valid Real time Metrics (Required) - Optional values can be null - https://developers.google.com/analytics/devguides/reporting/realtime/v3/reference/data/realtime#resource - - - - initializes the session for database - - - - - - checks wheteher the session already exists. if not then creates it - - - - - - creates a database connection and opens up a session - - - - - - create an Gplus Hash Tag and fetch all feeds with hash tag and saves in Db - - hashtag needs to search. - board id to which we need to add the hasttag. - redis cache object - Application settings class - Serial log object - gplus hashtag id. - - - - - - - - - - - - - - - Adds an Instagram hashtag if not exists in db else it's returns existing hashtag Id - - hashtag needs to search. - board id to which we need to add the hasttag. - redis cache object - Application settings class - Serial log object - instagram hashtag id - - - diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Api.Socioboard.exe b/src/Api.Socioboard/bin/Debug/net451/win7-x64/Api.Socioboard.exe deleted file mode 100644 index d0795a628..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Api.Socioboard.exe and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Api.Socioboard.exe.config b/src/Api.Socioboard/bin/Debug/net451/win7-x64/Api.Socioboard.exe.config deleted file mode 100644 index 36f3eaa51..000000000 --- a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Api.Socioboard.exe.config +++ /dev/null @@ -1,43 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Api.Socioboard.pdb b/src/Api.Socioboard/bin/Debug/net451/win7-x64/Api.Socioboard.pdb deleted file mode 100644 index fa57d2036..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Api.Socioboard.pdb and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Api.Socioboard.xml b/src/Api.Socioboard/bin/Debug/net451/win7-x64/Api.Socioboard.xml deleted file mode 100644 index 1ce911599..000000000 --- a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Api.Socioboard.xml +++ /dev/null @@ -1,573 +0,0 @@ - - - - Api.Socioboard - - - - - - - - - - - - - - Creates a board with porvided hash Tags - - Name of the board should be unique - hash tag on facebook - hash tag on twitter - hash tag on instagram - hash tag on gplus - id of the user to which board belongs to - success : if board created successfully, board Exist: if board name already exists - - - - Deletes the board with specified board Id - - id of the board to delte - id of the user to which board belongs to. - - - - - Revert back deletion opertion of board - - id of the board which needs to revert delete - id of the user which board belongs to. - - - - - To get all boards associated with user - - coorsponding userId - - - - - Use for searching the customer which is linked with keyword - - Id of user - Id of the group to which account is to be added. - provided by the user for searcing new customer or post related to keyword - - Internal Server Erro.r - - - - Get All The Draft Messages of User - - Id of the user. - Internal Server Erro.r - - - - To provide the report on facebook page. - - Profile id of user - To prepare report in a given counted days provided by the user - - Internal Server Erro.r - - - - Add new Facebook Account - - Token obtained after successfull authentication from facebook. - Id of the group to which account is to be added. - Id of the user. - Add new facebook account. - Invalid Access Token. - Internal Server Erro.r - - - - Get feeds of a facebook profile - - Token obtained after successfull authentication from facebook. - Id of the user - Id of the group to which account is to be added. - Id of the group to which account is to be added. - Insert new student - Invalid Access Token - Internal Server Error - - - - To provide the report on website traffic. - - Id of the user - for preparing report till counted days - Internal Server Erro.r - - - - - - To add the member of the group - - Id of the group from which account is to be added. - - - - - - To get the group profiles - - Id of the group from which account is to be added. - - - - - To provide the report on group profiles - - - - - - - - - - - - - - - To add instagram profile - - Id of the user . - Id of the group to which account is to be added. - Code obtained after successfull authentication from Instagram - Internal Server Erro.r - - - - - To provide the report on instagaram profile - - profile id of user - for preparing instagram report till counted days - - - - - To get instagram data. - - profile id of user - - - - - Add new Linkedin Account - - Code obtained after successfull authentication from facebook. - Id of the group to which account is to be added. - Id of the user. - Add new Linkedin account. - Invalid Access Token. - Internal Server Erro.r - - - - Get feeds of a linkedin comany page profile - - Token obtained after successfull authentication from linked company page id. - Id of the user - Insert new student - Invalid Access Token - Internal Server Error - - - - Add new Linkedin Account - - Code obtained after successfull authentication from pinterest. - Id of the group to which account is to be added. - Id of the user. - Add new Linkedin account. - Invalid Access Token. - Internal Server Error - - - - - - id of the user - Id of the group to which account is to be added. - - - - - - - To share the facebook page post with selected facebook profile in a given period of time. - - Id of the user - facebookpage id of user facebook profile - Facebook account id of user - Time interval provided by the user for posting - - - - - To group post with selected facebook profiles in a given period of time - - id of the user - facebook url of user - Facebook account id of user - Time interval provided by the user - FacebookGroup id of user facebook profile - - - - - To compose message - - message provided by the user for posting - id of profiles of the user - id of the user - path for taking image - - - - - - - - - - - - - - - - - - - - - To add twitter account - - Id of user - Id of the group to which account is to be added. - - - - - - - - To give report on twitter - - Id of the user - preparing the report till given counted days - Internal Server Erro.r - - - - - To register the new user. - - data of the user for registration - - - - - To login page. - - User login details :EmailId and password - Success:user can login successfully ,Failure: entered wrong password or EmailId does not exist - - - - To check EmailId exist or not. - - Email id of user - Success: if EmailId exist in db,Failure: if EmailId does not exist in db - - - - To get the user datails. - - id of the user - - 1. success: if the user id is exist in db. - 2. failure: if user id does not exist in db - - - - - For varifying the emailId after registration - - Id of the user - Generated token id after registration - Account Activated:if token id exist in user db - Failed to Activate:if user details does not update. - Link Expired:if user does not activate his account in a given expire time. - Wrong Link:when user use false link or unautorize link. - - - - - To validate the access token before login facebook - - Code obtained after successfull authentication from facebook. - Success:added su - - - - To count the user profiles . - - Id of the user - - - - - To change the password when user request it. - - id of the user - password which is using currently - A new password given by the user - confirm password - - - - - To send the mail to user :for reseting the password when user forgot it and request for change. - - User email id - Eemail sent successfully:when email id existin db, - Emaild does not exist or falil to send:email does not exist in db - - - - - To validate the tokenId after getting forgot password mail. - - User email id - Forgot token id - You can change the password:when tokane validate successfully. - Link expired:when user does not change the password for given period. - Wrong link: when user use unauthorize link - Email Id does not exist: When email id does not exist in db. - - - - - sending mail to user after reseting the password. - - User email id - changed password - Forgot password token - systemId for usersession - Password changed successfully:if user data present in db and validate token. - EmailId does not exist:when user emailid does not exist - - - - - for email id change we will verify password - then change email ID - - - - - when user request for demo enterprise. - - user data for demo enterprise - EmailId exist: if user already resisterd. - Mail Sent Successfully:if mail sent successfully to user given mailid. - Demo requested added:if successfully added the user for demo enterprise - - - - - - There are several query Parameters that are optional this will allow you to send the ones you want. - - - - - A list of comma-separated dimensions for your Analytics data, such as ga:browser,ga:city. - Documentation: https://developers.google.com/analytics/devguides/reporting/core/v3/reference#dimensions - - - - - Dimension or metric filters that restrict the data returned for your request. - Documentation: https://developers.google.com/analytics/devguides/reporting/core/v3/reference#filters - - - - - A list of comma-separated dimensions and metrics indicating the sorting order and sorting direction for the returned data. - Documentation: https://developers.google.com/analytics/devguides/reporting/core/v3/reference#sort - - - - - Segments the data returned for your request. - Documentation: https://developers.google.com/analytics/devguides/reporting/core/v3/reference#segment - - - - - The maximum number of rows to include in the response. max is 10000 - - - - - The desired sampling level. - Allowed Values: - •DEFAULT — Returns response with a sample size that balances speed and accuracy. - •FASTER — Returns a fast response with a smaller sample size. - •HIGHER_PRECISION — Returns a more accurate response using a large sample size, but this may result in the response being slower. - Documentation: https://developers.google.com/analytics/devguides/reporting/core/v3/reference#samplingLevel - - - - - Constructor sets up the default values, for things that can't be null. - - - - - You query the Core Reporting API for Google Analytics report data. - Documentation: https://developers.google.com/analytics/devguides/reporting/core/v3/reference - - Dimension and metric reference : https://developers.google.com/analytics/devguides/reporting/core/dimsmets - - Valid Authenticated AnalyticsServicve - The unique table ID of the form XXXX, where XXXX is the Analytics view (profile) ID for which the query will retrieve the data. - Start date for fetching Analytics data. Requests can specify a start date formatted as YYYY-MM-DD, or as a relative date (e.g., today, yesterday, or NdaysAgo where N is a positive integer). - End date for fetching Analytics data. Request can specify an end date formatted as YYYY-MM-DD, or as a relative date (e.g., today, yesterday, or NdaysAgo where N is a positive integer). - A list of comma-separated metrics, such as ga:sessions,ga:bounces. - Optional values can be null - - - - - Authenticate to Google Using Oauth2 - Documentation https://developers.google.com/accounts/docs/OAuth2 - - From Google Developer console https://console.developers.google.com - From Google Developer console https://console.developers.google.com - A string used to identify a user. - - - - - Authenticating to Google using a Service account - Documentation: https://developers.google.com/accounts/docs/OAuth2#serviceaccount - - From Google Developer console https://console.developers.google.com - Location of the Service account key file downloaded from Google Developer console https://console.developers.google.com - - - - - There are several query Parameters that are optional this will allow you to send the ones you want. - - - - - A list of comma-separated dimensions for your Analytics data, such as ga:browser,ga:city. - Documentation: https://developers.google.com/analytics/devguides/reporting/core/v3/reference#dimensions - - - - - Dimension or metric filters that restrict the data returned for your request. - Documentation: https://developers.google.com/analytics/devguides/reporting/core/v3/reference#filters - - - - - A list of comma-separated dimensions and metrics indicating the sorting order and sorting direction for the returned data. - Documentation: https://developers.google.com/analytics/devguides/reporting/core/v3/reference#sort - - - - - Constructor sets up the default values, for things that can't be null. - - - - - Returns real-time Google Analytics data for a view (profile). - https://developers.google.com/analytics/devguides/reporting/realtime/v3/reference/data/realtime/get - - - Beta: - The Real Time Reporting API is currently available as a developer preview in limited beta. If you're interested in signing up, request access to the beta. - https://docs.google.com/forms/d/1qfRFysCikpgCMGqgF3yXdUyQW4xAlLyjKuOoOEFN2Uw/viewform - Apply for access wait 24 hours and then try you will not hear from Google when you have been approved. - - Documentation: Dimension and metric reference https://developers.google.com/analytics/devguides/reporting/realtime/dimsmets/ - - Valid authenticated Google analytics service - Profile id to request data from - Valid Real time Metrics (Required) - Optional values can be null - https://developers.google.com/analytics/devguides/reporting/realtime/v3/reference/data/realtime#resource - - - - initializes the session for database - - - - - - checks wheteher the session already exists. if not then creates it - - - - - - creates a database connection and opens up a session - - - - - - create an Gplus Hash Tag and fetch all feeds with hash tag and saves in Db - - hashtag needs to search. - board id to which we need to add the hasttag. - redis cache object - Application settings class - Serial log object - gplus hashtag id. - - - - - - - - - - - - - - - Adds an Instagram hashtag if not exists in db else it's returns existing hashtag Id - - hashtag needs to search. - board id to which we need to add the hasttag. - redis cache object - Application settings class - Serial log object - instagram hashtag id - - - diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Autofac.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/Autofac.dll deleted file mode 100644 index e4a596a97..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Autofac.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/BouncyCastle.Crypto.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/BouncyCastle.Crypto.dll deleted file mode 100644 index a078d27b4..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/BouncyCastle.Crypto.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Domain.Socioboard.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/Domain.Socioboard.dll deleted file mode 100644 index 4f3d18ab1..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Domain.Socioboard.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Domain.Socioboard.pdb b/src/Api.Socioboard/bin/Debug/net451/win7-x64/Domain.Socioboard.pdb deleted file mode 100644 index 46c46dff7..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Domain.Socioboard.pdb and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/EntityFramework.SqlServer.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/EntityFramework.SqlServer.dll deleted file mode 100644 index 5cfb218e0..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/EntityFramework.SqlServer.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/EntityFramework.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/EntityFramework.dll deleted file mode 100644 index d871c1b78..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/EntityFramework.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Facebook.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/Facebook.dll deleted file mode 100644 index 6704719bd..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Facebook.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Google.Apis.Analytics.v3.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/Google.Apis.Analytics.v3.dll deleted file mode 100644 index 768de6ca4..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Google.Apis.Analytics.v3.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Google.Apis.Auth.PlatformServices.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/Google.Apis.Auth.PlatformServices.dll deleted file mode 100644 index ce02f652f..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Google.Apis.Auth.PlatformServices.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Google.Apis.Auth.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/Google.Apis.Auth.dll deleted file mode 100644 index 28b1f1322..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Google.Apis.Auth.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Google.Apis.Core.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/Google.Apis.Core.dll deleted file mode 100644 index 69e939ca7..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Google.Apis.Core.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Google.Apis.PlatformServices.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/Google.Apis.PlatformServices.dll deleted file mode 100644 index 563321536..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Google.Apis.PlatformServices.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Google.Apis.YouTube.v3.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/Google.Apis.YouTube.v3.dll deleted file mode 100644 index 18a22b365..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Google.Apis.YouTube.v3.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Google.Apis.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/Google.Apis.dll deleted file mode 100644 index 31c8082b1..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Google.Apis.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Google.GData.Client.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/Google.GData.Client.dll deleted file mode 100644 index 30f133bcb..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Google.GData.Client.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Google.GData.Extensions.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/Google.GData.Extensions.dll deleted file mode 100644 index 606b54f8f..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Google.GData.Extensions.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Google.GData.YouTube.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/Google.GData.YouTube.dll deleted file mode 100644 index 2ee18e328..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Google.GData.YouTube.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Hammock.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/Hammock.dll deleted file mode 100644 index 41b6a79d5..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Hammock.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Iesi.Collections.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/Iesi.Collections.dll deleted file mode 100644 index a4199b72d..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Iesi.Collections.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Imgur.API.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/Imgur.API.dll deleted file mode 100644 index a907af932..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Imgur.API.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.AI.Agent.Intercept.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.AI.Agent.Intercept.dll deleted file mode 100644 index 58f3452e3..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.AI.Agent.Intercept.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.AI.DependencyCollector.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.AI.DependencyCollector.dll deleted file mode 100644 index 0efc656d1..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.AI.DependencyCollector.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.AI.PerfCounterCollector.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.AI.PerfCounterCollector.dll deleted file mode 100644 index 3ed40439b..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.AI.PerfCounterCollector.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.AI.ServerTelemetryChannel.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.AI.ServerTelemetryChannel.dll deleted file mode 100644 index 4d5dae14c..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.AI.ServerTelemetryChannel.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.AI.Web.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.AI.Web.dll deleted file mode 100644 index b7daded43..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.AI.Web.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.AI.WindowsServer.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.AI.WindowsServer.dll deleted file mode 100644 index 3a27a16b3..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.AI.WindowsServer.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.ApplicationInsights.AspNetCore.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.ApplicationInsights.AspNetCore.dll deleted file mode 100644 index 9655d8139..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.ApplicationInsights.AspNetCore.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.ApplicationInsights.TraceListener.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.ApplicationInsights.TraceListener.dll deleted file mode 100644 index d115e061f..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.ApplicationInsights.TraceListener.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.ApplicationInsights.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.ApplicationInsights.dll deleted file mode 100644 index afdbf80d6..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.ApplicationInsights.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Antiforgery.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Antiforgery.dll deleted file mode 100644 index 3de98ec9a..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Antiforgery.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Authorization.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Authorization.dll deleted file mode 100644 index bc3a377e6..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Authorization.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Cors.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Cors.dll deleted file mode 100644 index 806ba12d4..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Cors.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Cryptography.Internal.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Cryptography.Internal.dll deleted file mode 100644 index b60cac5df..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Cryptography.Internal.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.DataProtection.Abstractions.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.DataProtection.Abstractions.dll deleted file mode 100644 index 1f8c7c907..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.DataProtection.Abstractions.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.DataProtection.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.DataProtection.dll deleted file mode 100644 index 9108b15c0..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.DataProtection.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Diagnostics.Abstractions.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Diagnostics.Abstractions.dll deleted file mode 100644 index b04da7548..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Diagnostics.Abstractions.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Diagnostics.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Diagnostics.dll deleted file mode 100644 index 3c41b1f8b..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Diagnostics.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Hosting.Abstractions.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Hosting.Abstractions.dll deleted file mode 100644 index 81fdfd830..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Hosting.Abstractions.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll deleted file mode 100644 index 8d0ad1d4b..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Hosting.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Hosting.dll deleted file mode 100644 index bcb30c46a..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Hosting.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Html.Abstractions.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Html.Abstractions.dll deleted file mode 100644 index bcc64f5a4..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Html.Abstractions.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Http.Abstractions.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Http.Abstractions.dll deleted file mode 100644 index 245f4f907..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Http.Abstractions.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Http.Extensions.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Http.Extensions.dll deleted file mode 100644 index d6fd46e9a..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Http.Extensions.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Http.Features.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Http.Features.dll deleted file mode 100644 index 51b023b77..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Http.Features.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Http.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Http.dll deleted file mode 100644 index fb5d88307..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Http.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.HttpOverrides.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.HttpOverrides.dll deleted file mode 100644 index 05e5988bc..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.HttpOverrides.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.JsonPatch.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.JsonPatch.dll deleted file mode 100644 index 30252e12d..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.JsonPatch.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Localization.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Localization.dll deleted file mode 100644 index 903dadead..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Localization.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Mvc.Abstractions.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Mvc.Abstractions.dll deleted file mode 100644 index ab7d884c6..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Mvc.Abstractions.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Mvc.ApiExplorer.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Mvc.ApiExplorer.dll deleted file mode 100644 index efc3b8652..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Mvc.ApiExplorer.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Mvc.Core.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Mvc.Core.dll deleted file mode 100644 index ff5c52ea5..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Mvc.Core.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Mvc.Cors.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Mvc.Cors.dll deleted file mode 100644 index 6b1d7c57c..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Mvc.Cors.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Mvc.DataAnnotations.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Mvc.DataAnnotations.dll deleted file mode 100644 index 2ba22b27f..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Mvc.DataAnnotations.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Mvc.Formatters.Json.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Mvc.Formatters.Json.dll deleted file mode 100644 index 5087c17e7..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Mvc.Formatters.Json.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Mvc.Localization.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Mvc.Localization.dll deleted file mode 100644 index b572dc3b1..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Mvc.Localization.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Mvc.Razor.Host.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Mvc.Razor.Host.dll deleted file mode 100644 index 1c77d353c..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Mvc.Razor.Host.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Mvc.Razor.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Mvc.Razor.dll deleted file mode 100644 index 4b74d77fc..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Mvc.Razor.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Mvc.TagHelpers.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Mvc.TagHelpers.dll deleted file mode 100644 index cba920baf..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Mvc.TagHelpers.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Mvc.ViewFeatures.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Mvc.ViewFeatures.dll deleted file mode 100644 index 37218ddb7..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Mvc.ViewFeatures.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Mvc.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Mvc.dll deleted file mode 100644 index 2ba223433..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Mvc.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Razor.Runtime.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Razor.Runtime.dll deleted file mode 100644 index d98807dac..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Razor.Runtime.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Razor.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Razor.dll deleted file mode 100644 index 39bae77bd..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Razor.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Routing.Abstractions.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Routing.Abstractions.dll deleted file mode 100644 index 266564399..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Routing.Abstractions.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Routing.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Routing.dll deleted file mode 100644 index 7660f00be..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Routing.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Server.IISIntegration.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Server.IISIntegration.dll deleted file mode 100644 index 7776e12d4..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Server.IISIntegration.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Server.Kestrel.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Server.Kestrel.dll deleted file mode 100644 index 1e6f088e2..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Server.Kestrel.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.StaticFiles.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.StaticFiles.dll deleted file mode 100644 index 881979ea2..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.StaticFiles.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.WebUtilities.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.WebUtilities.dll deleted file mode 100644 index 62e99481b..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.WebUtilities.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.CodeAnalysis.CSharp.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.CodeAnalysis.CSharp.dll deleted file mode 100644 index d9ac0e277..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.CodeAnalysis.CSharp.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.CodeAnalysis.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.CodeAnalysis.dll deleted file mode 100644 index 6e4775e5d..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.CodeAnalysis.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.DotNet.InternalAbstractions.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.DotNet.InternalAbstractions.dll deleted file mode 100644 index a41b928b8..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.DotNet.InternalAbstractions.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.Caching.Abstractions.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.Caching.Abstractions.dll deleted file mode 100644 index 78e8a5a4b..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.Caching.Abstractions.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.Caching.Memory.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.Caching.Memory.dll deleted file mode 100644 index ea97474ae..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.Caching.Memory.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.Configuration.Abstractions.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.Configuration.Abstractions.dll deleted file mode 100644 index f13b2079e..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.Configuration.Abstractions.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.Configuration.Binder.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.Configuration.Binder.dll deleted file mode 100644 index f86eb7aa8..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.Configuration.Binder.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.Configuration.EnvironmentVariables.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.Configuration.EnvironmentVariables.dll deleted file mode 100644 index a609480a4..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.Configuration.EnvironmentVariables.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.Configuration.FileExtensions.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.Configuration.FileExtensions.dll deleted file mode 100644 index b8a7da871..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.Configuration.FileExtensions.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.Configuration.Json.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.Configuration.Json.dll deleted file mode 100644 index 5e1384bac..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.Configuration.Json.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.Configuration.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.Configuration.dll deleted file mode 100644 index eec4b063c..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.Configuration.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.DependencyInjection.Abstractions.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.DependencyInjection.Abstractions.dll deleted file mode 100644 index 011f07d6a..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.DependencyInjection.Abstractions.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.DependencyInjection.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.DependencyInjection.dll deleted file mode 100644 index 64b225d70..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.DependencyInjection.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.DependencyModel.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.DependencyModel.dll deleted file mode 100644 index a31b0d101..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.DependencyModel.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.DiagnosticAdapter.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.DiagnosticAdapter.dll deleted file mode 100644 index edaf534c0..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.DiagnosticAdapter.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.FileProviders.Abstractions.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.FileProviders.Abstractions.dll deleted file mode 100644 index 688823be5..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.FileProviders.Abstractions.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.FileProviders.Composite.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.FileProviders.Composite.dll deleted file mode 100644 index c79ea2efc..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.FileProviders.Composite.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.FileProviders.Embedded.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.FileProviders.Embedded.dll deleted file mode 100644 index 0a191b0be..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.FileProviders.Embedded.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.FileProviders.Physical.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.FileProviders.Physical.dll deleted file mode 100644 index 175d44753..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.FileProviders.Physical.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.FileSystemGlobbing.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.FileSystemGlobbing.dll deleted file mode 100644 index c2db539ae..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.FileSystemGlobbing.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.Globalization.CultureInfoCache.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.Globalization.CultureInfoCache.dll deleted file mode 100644 index c8a6563a5..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.Globalization.CultureInfoCache.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.Localization.Abstractions.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.Localization.Abstractions.dll deleted file mode 100644 index 4cd35cfa0..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.Localization.Abstractions.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.Localization.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.Localization.dll deleted file mode 100644 index eb2d0283f..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.Localization.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.Logging.Abstractions.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.Logging.Abstractions.dll deleted file mode 100644 index 2673abdce..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.Logging.Abstractions.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.Logging.Console.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.Logging.Console.dll deleted file mode 100644 index 41d544a2a..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.Logging.Console.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.Logging.Debug.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.Logging.Debug.dll deleted file mode 100644 index aeec56066..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.Logging.Debug.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.Logging.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.Logging.dll deleted file mode 100644 index 235330b92..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.Logging.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.ObjectPool.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.ObjectPool.dll deleted file mode 100644 index ef1c82e74..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.ObjectPool.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.Options.ConfigurationExtensions.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.Options.ConfigurationExtensions.dll deleted file mode 100644 index 95f06c546..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.Options.ConfigurationExtensions.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.Options.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.Options.dll deleted file mode 100644 index 476d0e0d2..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.Options.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.PlatformAbstractions.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.PlatformAbstractions.dll deleted file mode 100644 index f0adccf6d..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.PlatformAbstractions.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.Primitives.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.Primitives.dll deleted file mode 100644 index 4dbad7dff..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.Primitives.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.WebEncoders.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.WebEncoders.dll deleted file mode 100644 index 5b0ea3a8c..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.WebEncoders.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.Net.Http.Headers.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.Net.Http.Headers.dll deleted file mode 100644 index 5053dab1a..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.Net.Http.Headers.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.Threading.Tasks.Extensions.Desktop.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.Threading.Tasks.Extensions.Desktop.dll deleted file mode 100644 index 1288a1770..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.Threading.Tasks.Extensions.Desktop.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.Threading.Tasks.Extensions.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.Threading.Tasks.Extensions.dll deleted file mode 100644 index 4d862e173..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.Threading.Tasks.Extensions.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.Threading.Tasks.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.Threading.Tasks.dll deleted file mode 100644 index 8438577c2..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Microsoft.Threading.Tasks.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/MongoDB.Bson.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/MongoDB.Bson.dll deleted file mode 100644 index 687411c0d..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/MongoDB.Bson.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/MongoDB.Driver.Core.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/MongoDB.Driver.Core.dll deleted file mode 100644 index 035d66c9f..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/MongoDB.Driver.Core.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/MongoDB.Driver.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/MongoDB.Driver.dll deleted file mode 100644 index dee857be1..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/MongoDB.Driver.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/MySql.Data.Entity.EF6.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/MySql.Data.Entity.EF6.dll deleted file mode 100644 index a91f121c1..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/MySql.Data.Entity.EF6.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/MySql.Data.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/MySql.Data.dll deleted file mode 100644 index 5260d8e8d..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/MySql.Data.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/NHibernate.Linq.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/NHibernate.Linq.dll deleted file mode 100644 index 99bb60bc5..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/NHibernate.Linq.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/NHibernate.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/NHibernate.dll deleted file mode 100644 index cc274c49b..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/NHibernate.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Newtonsoft.Json.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/Newtonsoft.Json.dll deleted file mode 100644 index be6558d2d..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Newtonsoft.Json.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/OAuth.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/OAuth.dll deleted file mode 100644 index a81a8ca6d..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/OAuth.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/PayPalCoreSDK.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/PayPalCoreSDK.dll deleted file mode 100644 index 4ef1af5c9..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/PayPalCoreSDK.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/PayPalMerchantSDK.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/PayPalMerchantSDK.dll deleted file mode 100644 index 4c02b0c75..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/PayPalMerchantSDK.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/RestApiSDK.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/RestApiSDK.dll deleted file mode 100644 index c5d08b23a..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/RestApiSDK.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Serilog.Extensions.Logging.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/Serilog.Extensions.Logging.dll deleted file mode 100644 index 49e51105f..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Serilog.Extensions.Logging.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Serilog.Sinks.ColoredConsole.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/Serilog.Sinks.ColoredConsole.dll deleted file mode 100644 index 6a949d2b9..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Serilog.Sinks.ColoredConsole.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Serilog.Sinks.File.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/Serilog.Sinks.File.dll deleted file mode 100644 index 82b583bcb..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Serilog.Sinks.File.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Serilog.Sinks.RollingFile.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/Serilog.Sinks.RollingFile.dll deleted file mode 100644 index 1dd54c718..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Serilog.Sinks.RollingFile.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Serilog.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/Serilog.dll deleted file mode 100644 index ee08c7645..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Serilog.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Socioboard.Facebook.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/Socioboard.Facebook.dll deleted file mode 100644 index de8f5863c..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Socioboard.Facebook.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Socioboard.Facebook.pdb b/src/Api.Socioboard/bin/Debug/net451/win7-x64/Socioboard.Facebook.pdb deleted file mode 100644 index f8c261c75..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Socioboard.Facebook.pdb and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Socioboard.Google.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/Socioboard.Google.dll deleted file mode 100644 index 196045734..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Socioboard.Google.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Socioboard.Google.pdb b/src/Api.Socioboard/bin/Debug/net451/win7-x64/Socioboard.Google.pdb deleted file mode 100644 index 53f13ac66..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Socioboard.Google.pdb and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Socioboard.Instagram.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/Socioboard.Instagram.dll deleted file mode 100644 index b86924997..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Socioboard.Instagram.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Socioboard.Instagram.pdb b/src/Api.Socioboard/bin/Debug/net451/win7-x64/Socioboard.Instagram.pdb deleted file mode 100644 index 884311638..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Socioboard.Instagram.pdb and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Socioboard.LinkedIn.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/Socioboard.LinkedIn.dll deleted file mode 100644 index c0599bc4a..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Socioboard.LinkedIn.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Socioboard.LinkedIn.pdb b/src/Api.Socioboard/bin/Debug/net451/win7-x64/Socioboard.LinkedIn.pdb deleted file mode 100644 index ac63458b9..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Socioboard.LinkedIn.pdb and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Socioboard.Pinterest.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/Socioboard.Pinterest.dll deleted file mode 100644 index 9ffedafff..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Socioboard.Pinterest.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Socioboard.Pinterest.pdb b/src/Api.Socioboard/bin/Debug/net451/win7-x64/Socioboard.Pinterest.pdb deleted file mode 100644 index 4555c4594..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Socioboard.Pinterest.pdb and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Socioboard.Twitter.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/Socioboard.Twitter.dll deleted file mode 100644 index b5527667c..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Socioboard.Twitter.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Socioboard.Twitter.pdb b/src/Api.Socioboard/bin/Debug/net451/win7-x64/Socioboard.Twitter.pdb deleted file mode 100644 index 4f8a1f592..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Socioboard.Twitter.pdb and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/StackExchange.Redis.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/StackExchange.Redis.dll deleted file mode 100644 index 39b447394..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/StackExchange.Redis.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Swashbuckle.Swagger.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/Swashbuckle.Swagger.dll deleted file mode 100644 index a57df455a..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Swashbuckle.Swagger.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Swashbuckle.SwaggerGen.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/Swashbuckle.SwaggerGen.dll deleted file mode 100644 index a57ae0b3e..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Swashbuckle.SwaggerGen.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Swashbuckle.SwaggerUi.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/Swashbuckle.SwaggerUi.dll deleted file mode 100644 index d361bbb27..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Swashbuckle.SwaggerUi.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/System.Buffers.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/System.Buffers.dll deleted file mode 100644 index 0688ef3f2..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/System.Buffers.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/System.Collections.Immutable.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/System.Collections.Immutable.dll deleted file mode 100644 index e9f8f6a45..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/System.Collections.Immutable.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/System.ComponentModel.Primitives.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/System.ComponentModel.Primitives.dll deleted file mode 100644 index 74190569c..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/System.ComponentModel.Primitives.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/System.ComponentModel.TypeConverter.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/System.ComponentModel.TypeConverter.dll deleted file mode 100644 index fcf08ab4e..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/System.ComponentModel.TypeConverter.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/System.Diagnostics.DiagnosticSource.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/System.Diagnostics.DiagnosticSource.dll deleted file mode 100644 index 47fb590f9..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/System.Diagnostics.DiagnosticSource.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/System.Drawing.Primitives.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/System.Drawing.Primitives.dll deleted file mode 100644 index 82f5e6ae6..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/System.Drawing.Primitives.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/System.Net.Http.Extensions.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/System.Net.Http.Extensions.dll deleted file mode 100644 index a0ada0f54..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/System.Net.Http.Extensions.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/System.Net.Http.Formatting.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/System.Net.Http.Formatting.dll deleted file mode 100644 index 3b76acd6b..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/System.Net.Http.Formatting.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/System.Net.Http.Primitives.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/System.Net.Http.Primitives.dll deleted file mode 100644 index 4f391a306..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/System.Net.Http.Primitives.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/System.Numerics.Vectors.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/System.Numerics.Vectors.dll deleted file mode 100644 index fa383b88a..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/System.Numerics.Vectors.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/System.Reflection.Metadata.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/System.Reflection.Metadata.dll deleted file mode 100644 index accf84dd5..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/System.Reflection.Metadata.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/System.Runtime.InteropServices.RuntimeInformation.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/System.Runtime.InteropServices.RuntimeInformation.dll deleted file mode 100644 index 86fa29f9c..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/System.Runtime.InteropServices.RuntimeInformation.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/System.Text.Encodings.Web.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/System.Text.Encodings.Web.dll deleted file mode 100644 index 8f104e2f6..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/System.Text.Encodings.Web.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/System.Threading.Tasks.Extensions.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/System.Threading.Tasks.Extensions.dll deleted file mode 100644 index 42a11c81b..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/System.Threading.Tasks.Extensions.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Tweetinvi.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/Tweetinvi.dll deleted file mode 100644 index 24e67e870..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Tweetinvi.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Zlib.Portable.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/Zlib.Portable.dll deleted file mode 100644 index bb685c380..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/Zlib.Portable.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/libuv.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/libuv.dll deleted file mode 100644 index dba44f87d..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/libuv.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/log4net.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/log4net.dll deleted file mode 100644 index 47cd9ad41..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/log4net.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Api.Socioboard.exe b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Api.Socioboard.exe deleted file mode 100644 index 068d5a639..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Api.Socioboard.exe and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Api.Socioboard.exe.config b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Api.Socioboard.exe.config deleted file mode 100644 index c2461a4fc..000000000 --- a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Api.Socioboard.exe.config +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Api.Socioboard.pdb b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Api.Socioboard.pdb deleted file mode 100644 index 2b6058cf5..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Api.Socioboard.pdb and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/BouncyCastle.Crypto.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/BouncyCastle.Crypto.dll deleted file mode 100644 index a078d27b4..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/BouncyCastle.Crypto.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Domain.Socioboard.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Domain.Socioboard.dll deleted file mode 100644 index 55c83be12..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Domain.Socioboard.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Domain.Socioboard.pdb b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Domain.Socioboard.pdb deleted file mode 100644 index b56c18460..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Domain.Socioboard.pdb and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/EntityFramework.SqlServer.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/EntityFramework.SqlServer.dll deleted file mode 100644 index 5cfb218e0..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/EntityFramework.SqlServer.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/EntityFramework.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/EntityFramework.dll deleted file mode 100644 index d871c1b78..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/EntityFramework.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Facebook.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Facebook.dll deleted file mode 100644 index 6704719bd..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Facebook.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Google.Apis.Analytics.v3.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Google.Apis.Analytics.v3.dll deleted file mode 100644 index 768de6ca4..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Google.Apis.Analytics.v3.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Google.Apis.Auth.PlatformServices.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Google.Apis.Auth.PlatformServices.dll deleted file mode 100644 index f3f56ad2a..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Google.Apis.Auth.PlatformServices.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Google.Apis.Auth.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Google.Apis.Auth.dll deleted file mode 100644 index d4007a4ed..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Google.Apis.Auth.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Google.Apis.Core.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Google.Apis.Core.dll deleted file mode 100644 index 43dfa7e24..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Google.Apis.Core.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Google.Apis.PlatformServices.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Google.Apis.PlatformServices.dll deleted file mode 100644 index 6d0af3ce2..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Google.Apis.PlatformServices.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Google.Apis.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Google.Apis.dll deleted file mode 100644 index d9e9bca0a..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Google.Apis.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Hammock.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Hammock.dll deleted file mode 100644 index 41b6a79d5..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Hammock.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Iesi.Collections.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Iesi.Collections.dll deleted file mode 100644 index a4199b72d..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Iesi.Collections.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.AI.Agent.Intercept.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.AI.Agent.Intercept.dll deleted file mode 100644 index 58f3452e3..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.AI.Agent.Intercept.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.AI.DependencyCollector.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.AI.DependencyCollector.dll deleted file mode 100644 index 0efc656d1..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.AI.DependencyCollector.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.AI.PerfCounterCollector.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.AI.PerfCounterCollector.dll deleted file mode 100644 index 3ed40439b..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.AI.PerfCounterCollector.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.AI.ServerTelemetryChannel.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.AI.ServerTelemetryChannel.dll deleted file mode 100644 index 4d5dae14c..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.AI.ServerTelemetryChannel.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.ApplicationInsights.AspNetCore.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.ApplicationInsights.AspNetCore.dll deleted file mode 100644 index 9655d8139..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.ApplicationInsights.AspNetCore.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.ApplicationInsights.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.ApplicationInsights.dll deleted file mode 100644 index afdbf80d6..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.ApplicationInsights.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.AspNetCore.Antiforgery.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.AspNetCore.Antiforgery.dll deleted file mode 100644 index 3de98ec9a..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.AspNetCore.Antiforgery.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.AspNetCore.Authorization.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.AspNetCore.Authorization.dll deleted file mode 100644 index bc3a377e6..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.AspNetCore.Authorization.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.AspNetCore.Cors.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.AspNetCore.Cors.dll deleted file mode 100644 index 806ba12d4..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.AspNetCore.Cors.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.AspNetCore.Cryptography.Internal.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.AspNetCore.Cryptography.Internal.dll deleted file mode 100644 index b60cac5df..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.AspNetCore.Cryptography.Internal.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.AspNetCore.DataProtection.Abstractions.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.AspNetCore.DataProtection.Abstractions.dll deleted file mode 100644 index 1f8c7c907..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.AspNetCore.DataProtection.Abstractions.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.AspNetCore.DataProtection.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.AspNetCore.DataProtection.dll deleted file mode 100644 index 9108b15c0..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.AspNetCore.DataProtection.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.AspNetCore.Diagnostics.Abstractions.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.AspNetCore.Diagnostics.Abstractions.dll deleted file mode 100644 index b04da7548..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.AspNetCore.Diagnostics.Abstractions.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.AspNetCore.Diagnostics.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.AspNetCore.Diagnostics.dll deleted file mode 100644 index 3c41b1f8b..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.AspNetCore.Diagnostics.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.AspNetCore.Hosting.Abstractions.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.AspNetCore.Hosting.Abstractions.dll deleted file mode 100644 index 81fdfd830..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.AspNetCore.Hosting.Abstractions.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll deleted file mode 100644 index 8d0ad1d4b..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.AspNetCore.Hosting.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.AspNetCore.Hosting.dll deleted file mode 100644 index bcb30c46a..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.AspNetCore.Hosting.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.AspNetCore.Html.Abstractions.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.AspNetCore.Html.Abstractions.dll deleted file mode 100644 index bcc64f5a4..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.AspNetCore.Html.Abstractions.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.AspNetCore.Http.Abstractions.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.AspNetCore.Http.Abstractions.dll deleted file mode 100644 index 245f4f907..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.AspNetCore.Http.Abstractions.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.AspNetCore.Http.Extensions.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.AspNetCore.Http.Extensions.dll deleted file mode 100644 index d6fd46e9a..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.AspNetCore.Http.Extensions.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.AspNetCore.Http.Features.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.AspNetCore.Http.Features.dll deleted file mode 100644 index 51b023b77..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.AspNetCore.Http.Features.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.AspNetCore.Http.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.AspNetCore.Http.dll deleted file mode 100644 index fb5d88307..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.AspNetCore.Http.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.AspNetCore.HttpOverrides.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.AspNetCore.HttpOverrides.dll deleted file mode 100644 index 05e5988bc..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.AspNetCore.HttpOverrides.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.AspNetCore.JsonPatch.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.AspNetCore.JsonPatch.dll deleted file mode 100644 index 30252e12d..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.AspNetCore.JsonPatch.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.AspNetCore.Localization.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.AspNetCore.Localization.dll deleted file mode 100644 index 903dadead..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.AspNetCore.Localization.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.AspNetCore.Mvc.Abstractions.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.AspNetCore.Mvc.Abstractions.dll deleted file mode 100644 index ab7d884c6..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.AspNetCore.Mvc.Abstractions.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.AspNetCore.Mvc.ApiExplorer.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.AspNetCore.Mvc.ApiExplorer.dll deleted file mode 100644 index efc3b8652..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.AspNetCore.Mvc.ApiExplorer.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.AspNetCore.Mvc.Core.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.AspNetCore.Mvc.Core.dll deleted file mode 100644 index ff5c52ea5..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.AspNetCore.Mvc.Core.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.AspNetCore.Mvc.Cors.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.AspNetCore.Mvc.Cors.dll deleted file mode 100644 index 6b1d7c57c..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.AspNetCore.Mvc.Cors.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.AspNetCore.Mvc.DataAnnotations.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.AspNetCore.Mvc.DataAnnotations.dll deleted file mode 100644 index 2ba22b27f..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.AspNetCore.Mvc.DataAnnotations.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.AspNetCore.Mvc.Formatters.Json.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.AspNetCore.Mvc.Formatters.Json.dll deleted file mode 100644 index 5087c17e7..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.AspNetCore.Mvc.Formatters.Json.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.AspNetCore.Mvc.Localization.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.AspNetCore.Mvc.Localization.dll deleted file mode 100644 index b572dc3b1..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.AspNetCore.Mvc.Localization.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.AspNetCore.Mvc.Razor.Host.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.AspNetCore.Mvc.Razor.Host.dll deleted file mode 100644 index 1c77d353c..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.AspNetCore.Mvc.Razor.Host.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.AspNetCore.Mvc.Razor.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.AspNetCore.Mvc.Razor.dll deleted file mode 100644 index 4b74d77fc..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.AspNetCore.Mvc.Razor.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.AspNetCore.Mvc.TagHelpers.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.AspNetCore.Mvc.TagHelpers.dll deleted file mode 100644 index cba920baf..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.AspNetCore.Mvc.TagHelpers.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.AspNetCore.Mvc.ViewFeatures.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.AspNetCore.Mvc.ViewFeatures.dll deleted file mode 100644 index 37218ddb7..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.AspNetCore.Mvc.ViewFeatures.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.AspNetCore.Mvc.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.AspNetCore.Mvc.dll deleted file mode 100644 index 2ba223433..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.AspNetCore.Mvc.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.AspNetCore.Razor.Runtime.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.AspNetCore.Razor.Runtime.dll deleted file mode 100644 index d98807dac..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.AspNetCore.Razor.Runtime.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.AspNetCore.Razor.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.AspNetCore.Razor.dll deleted file mode 100644 index 39bae77bd..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.AspNetCore.Razor.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.AspNetCore.Routing.Abstractions.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.AspNetCore.Routing.Abstractions.dll deleted file mode 100644 index 266564399..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.AspNetCore.Routing.Abstractions.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.AspNetCore.Routing.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.AspNetCore.Routing.dll deleted file mode 100644 index 7660f00be..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.AspNetCore.Routing.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.AspNetCore.Server.IISIntegration.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.AspNetCore.Server.IISIntegration.dll deleted file mode 100644 index 7776e12d4..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.AspNetCore.Server.IISIntegration.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.AspNetCore.Server.Kestrel.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.AspNetCore.Server.Kestrel.dll deleted file mode 100644 index 1e6f088e2..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.AspNetCore.Server.Kestrel.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.AspNetCore.WebUtilities.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.AspNetCore.WebUtilities.dll deleted file mode 100644 index 62e99481b..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.AspNetCore.WebUtilities.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.CodeAnalysis.CSharp.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.CodeAnalysis.CSharp.dll deleted file mode 100644 index d9ac0e277..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.CodeAnalysis.CSharp.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.CodeAnalysis.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.CodeAnalysis.dll deleted file mode 100644 index 6e4775e5d..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.CodeAnalysis.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.DotNet.InternalAbstractions.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.DotNet.InternalAbstractions.dll deleted file mode 100644 index a41b928b8..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.DotNet.InternalAbstractions.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.Extensions.Caching.Abstractions.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.Extensions.Caching.Abstractions.dll deleted file mode 100644 index 78e8a5a4b..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.Extensions.Caching.Abstractions.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.Extensions.Caching.Memory.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.Extensions.Caching.Memory.dll deleted file mode 100644 index ea97474ae..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.Extensions.Caching.Memory.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.Extensions.Configuration.Abstractions.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.Extensions.Configuration.Abstractions.dll deleted file mode 100644 index f13b2079e..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.Extensions.Configuration.Abstractions.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.Extensions.Configuration.Binder.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.Extensions.Configuration.Binder.dll deleted file mode 100644 index f86eb7aa8..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.Extensions.Configuration.Binder.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.Extensions.Configuration.EnvironmentVariables.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.Extensions.Configuration.EnvironmentVariables.dll deleted file mode 100644 index a609480a4..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.Extensions.Configuration.EnvironmentVariables.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.Extensions.Configuration.FileExtensions.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.Extensions.Configuration.FileExtensions.dll deleted file mode 100644 index b8a7da871..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.Extensions.Configuration.FileExtensions.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.Extensions.Configuration.Json.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.Extensions.Configuration.Json.dll deleted file mode 100644 index 5e1384bac..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.Extensions.Configuration.Json.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.Extensions.Configuration.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.Extensions.Configuration.dll deleted file mode 100644 index eec4b063c..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.Extensions.Configuration.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.Extensions.DependencyInjection.Abstractions.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.Extensions.DependencyInjection.Abstractions.dll deleted file mode 100644 index 011f07d6a..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.Extensions.DependencyInjection.Abstractions.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.Extensions.DependencyInjection.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.Extensions.DependencyInjection.dll deleted file mode 100644 index 64b225d70..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.Extensions.DependencyInjection.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.Extensions.DependencyModel.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.Extensions.DependencyModel.dll deleted file mode 100644 index a31b0d101..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.Extensions.DependencyModel.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.Extensions.DiagnosticAdapter.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.Extensions.DiagnosticAdapter.dll deleted file mode 100644 index edaf534c0..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.Extensions.DiagnosticAdapter.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.Extensions.FileProviders.Abstractions.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.Extensions.FileProviders.Abstractions.dll deleted file mode 100644 index 688823be5..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.Extensions.FileProviders.Abstractions.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.Extensions.FileProviders.Composite.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.Extensions.FileProviders.Composite.dll deleted file mode 100644 index c79ea2efc..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.Extensions.FileProviders.Composite.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.Extensions.FileProviders.Physical.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.Extensions.FileProviders.Physical.dll deleted file mode 100644 index 175d44753..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.Extensions.FileProviders.Physical.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.Extensions.FileSystemGlobbing.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.Extensions.FileSystemGlobbing.dll deleted file mode 100644 index c2db539ae..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.Extensions.FileSystemGlobbing.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.Extensions.Globalization.CultureInfoCache.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.Extensions.Globalization.CultureInfoCache.dll deleted file mode 100644 index c8a6563a5..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.Extensions.Globalization.CultureInfoCache.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.Extensions.Localization.Abstractions.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.Extensions.Localization.Abstractions.dll deleted file mode 100644 index 4cd35cfa0..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.Extensions.Localization.Abstractions.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.Extensions.Localization.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.Extensions.Localization.dll deleted file mode 100644 index eb2d0283f..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.Extensions.Localization.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.Extensions.Logging.Abstractions.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.Extensions.Logging.Abstractions.dll deleted file mode 100644 index 2673abdce..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.Extensions.Logging.Abstractions.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.Extensions.Logging.Console.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.Extensions.Logging.Console.dll deleted file mode 100644 index 41d544a2a..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.Extensions.Logging.Console.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.Extensions.Logging.Debug.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.Extensions.Logging.Debug.dll deleted file mode 100644 index aeec56066..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.Extensions.Logging.Debug.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.Extensions.Logging.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.Extensions.Logging.dll deleted file mode 100644 index 235330b92..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.Extensions.Logging.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.Extensions.ObjectPool.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.Extensions.ObjectPool.dll deleted file mode 100644 index ef1c82e74..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.Extensions.ObjectPool.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.Extensions.Options.ConfigurationExtensions.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.Extensions.Options.ConfigurationExtensions.dll deleted file mode 100644 index 95f06c546..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.Extensions.Options.ConfigurationExtensions.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.Extensions.Options.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.Extensions.Options.dll deleted file mode 100644 index 476d0e0d2..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.Extensions.Options.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.Extensions.PlatformAbstractions.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.Extensions.PlatformAbstractions.dll deleted file mode 100644 index f0adccf6d..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.Extensions.PlatformAbstractions.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.Extensions.Primitives.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.Extensions.Primitives.dll deleted file mode 100644 index 4dbad7dff..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.Extensions.Primitives.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.Extensions.WebEncoders.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.Extensions.WebEncoders.dll deleted file mode 100644 index 5b0ea3a8c..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.Extensions.WebEncoders.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.Net.Http.Headers.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.Net.Http.Headers.dll deleted file mode 100644 index 5053dab1a..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Microsoft.Net.Http.Headers.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/MongoDB.Bson.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/MongoDB.Bson.dll deleted file mode 100644 index 687411c0d..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/MongoDB.Bson.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/MongoDB.Driver.Core.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/MongoDB.Driver.Core.dll deleted file mode 100644 index 035d66c9f..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/MongoDB.Driver.Core.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/MongoDB.Driver.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/MongoDB.Driver.dll deleted file mode 100644 index dee857be1..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/MongoDB.Driver.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/MySql.Data.Entity.EF6.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/MySql.Data.Entity.EF6.dll deleted file mode 100644 index a91f121c1..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/MySql.Data.Entity.EF6.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/MySql.Data.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/MySql.Data.dll deleted file mode 100644 index 5260d8e8d..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/MySql.Data.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/NHibernate.Linq.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/NHibernate.Linq.dll deleted file mode 100644 index 99bb60bc5..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/NHibernate.Linq.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/NHibernate.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/NHibernate.dll deleted file mode 100644 index cc274c49b..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/NHibernate.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Newtonsoft.Json.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Newtonsoft.Json.dll deleted file mode 100644 index be6558d2d..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Newtonsoft.Json.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/OAuth.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/OAuth.dll deleted file mode 100644 index a81a8ca6d..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/OAuth.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Serilog.Extensions.Logging.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Serilog.Extensions.Logging.dll deleted file mode 100644 index 49e51105f..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Serilog.Extensions.Logging.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Serilog.Sinks.ColoredConsole.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Serilog.Sinks.ColoredConsole.dll deleted file mode 100644 index 6a949d2b9..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Serilog.Sinks.ColoredConsole.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Serilog.Sinks.File.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Serilog.Sinks.File.dll deleted file mode 100644 index 82b583bcb..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Serilog.Sinks.File.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Serilog.Sinks.RollingFile.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Serilog.Sinks.RollingFile.dll deleted file mode 100644 index 1dd54c718..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Serilog.Sinks.RollingFile.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Serilog.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Serilog.dll deleted file mode 100644 index ee08c7645..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Serilog.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Socioboard.Facebook.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Socioboard.Facebook.dll deleted file mode 100644 index e8e8825c1..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Socioboard.Facebook.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Socioboard.Facebook.pdb b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Socioboard.Facebook.pdb deleted file mode 100644 index 8d11c4476..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Socioboard.Facebook.pdb and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Socioboard.Google.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Socioboard.Google.dll deleted file mode 100644 index bc0265e7a..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Socioboard.Google.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Socioboard.Google.pdb b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Socioboard.Google.pdb deleted file mode 100644 index 83d9710e4..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Socioboard.Google.pdb and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Socioboard.Instagram.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Socioboard.Instagram.dll deleted file mode 100644 index e035549a3..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Socioboard.Instagram.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Socioboard.Instagram.pdb b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Socioboard.Instagram.pdb deleted file mode 100644 index af889b9fe..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Socioboard.Instagram.pdb and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Socioboard.LinkedIn.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Socioboard.LinkedIn.dll deleted file mode 100644 index 4a916bcf6..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Socioboard.LinkedIn.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Socioboard.LinkedIn.pdb b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Socioboard.LinkedIn.pdb deleted file mode 100644 index a77abea20..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Socioboard.LinkedIn.pdb and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Socioboard.Twitter.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Socioboard.Twitter.dll deleted file mode 100644 index bcbe2261b..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Socioboard.Twitter.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Socioboard.Twitter.pdb b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Socioboard.Twitter.pdb deleted file mode 100644 index 534921710..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Socioboard.Twitter.pdb and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/StackExchange.Redis.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/StackExchange.Redis.dll deleted file mode 100644 index 39b447394..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/StackExchange.Redis.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/System.Buffers.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/System.Buffers.dll deleted file mode 100644 index 0688ef3f2..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/System.Buffers.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/System.Collections.Immutable.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/System.Collections.Immutable.dll deleted file mode 100644 index e9f8f6a45..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/System.Collections.Immutable.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/System.ComponentModel.Primitives.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/System.ComponentModel.Primitives.dll deleted file mode 100644 index 74190569c..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/System.ComponentModel.Primitives.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/System.ComponentModel.TypeConverter.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/System.ComponentModel.TypeConverter.dll deleted file mode 100644 index fcf08ab4e..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/System.ComponentModel.TypeConverter.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/System.Diagnostics.DiagnosticSource.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/System.Diagnostics.DiagnosticSource.dll deleted file mode 100644 index 47fb590f9..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/System.Diagnostics.DiagnosticSource.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/System.Net.Http.Formatting.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/System.Net.Http.Formatting.dll deleted file mode 100644 index 3b76acd6b..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/System.Net.Http.Formatting.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/System.Numerics.Vectors.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/System.Numerics.Vectors.dll deleted file mode 100644 index fa383b88a..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/System.Numerics.Vectors.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/System.Reflection.Metadata.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/System.Reflection.Metadata.dll deleted file mode 100644 index accf84dd5..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/System.Reflection.Metadata.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/System.Runtime.InteropServices.RuntimeInformation.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/System.Runtime.InteropServices.RuntimeInformation.dll deleted file mode 100644 index 86fa29f9c..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/System.Runtime.InteropServices.RuntimeInformation.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/System.Text.Encodings.Web.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/System.Text.Encodings.Web.dll deleted file mode 100644 index 8f104e2f6..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/System.Text.Encodings.Web.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/System.Threading.Tasks.Extensions.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/System.Threading.Tasks.Extensions.dll deleted file mode 100644 index 42a11c81b..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/System.Threading.Tasks.Extensions.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Zlib.Portable.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Zlib.Portable.dll deleted file mode 100644 index bb685c380..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/Zlib.Portable.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/appsettings.json b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/appsettings.json deleted file mode 100644 index 7da75b243..000000000 --- a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/appsettings.json +++ /dev/null @@ -1,47 +0,0 @@ -{ - - "Logging": { - "IncludeScopes": false, - "LogLevel": { - "Default": "Debug", - "System": "Information", - "Microsoft": "Information" - } - }, - "AppSettings": { - "Domain": "http://localhost:9821", - "ApiDomain": "http://localhost:6361", - "RedisConfiguration": "127.0.0.1:6379", - - "FacebookClientId": "730896073595509", - "FacebookClientSecretKey": "6f5590e64eaa924cb08f6c883f68f7dc", - "FacebookRedirectUrl": "http://localhost:9821/FacebookManager/Facebook", - - "ZohoMailUserName": "mailer12@socioboardmails.com", - "ZohoMailPassword": "RDmgjwos165s", - - "MongoDbConnectionString": "mongodb://localhost/admin", - "MongoDbName": "Socioboard3", - - "GoogleConsumerKey": "246221405801-kgir8u77m5gpopkb4p0tvmu522dib4e0.apps.googleusercontent.com", - "GoogleConsumerSecret": "e-Y3z41JyVBIJgBOB_jZDA83", - "GoogleApiKey": "AIzaSyDRwxJd7da5BtZmN0M98bSv-D8q9mYMMCI", - "GoogleRedirectUri": "http://localhost:9821/GoogleManager/Google", - - "twitterConsumerKey": "kSbI8AMfJ9O7ImEb6fX70ayLR", - "twitterConsumerScreatKey": "CHZWvdoNsaiQRh0wE9e3e3DP91xneLomzZVb3HDWbRMAqXTegq", - "twitterRedirectionUrl": "http://localhost:9821/TwitterManager/Twitter", - - "InstagramClientKey": "d89b5cfa3796458ebbb2520d70eeb498", - "InstagramClientSec": "e4663d0a287243f88ac619b5692119c8", - "InstagramCallBackURL": "http://localhost:9821/InstagramManager/Instagram", - "InsagramAuthUrl": "https://api.instagram.com/oauth/authorize/?response_type=code&scope=likes+comments+basic+relationships", - - "bitlyaccesstoken": "71ec4ddc8eeb062bc8bf8583cae1fe7af81af4c7", - - "LinkedinApiKey": "754ysxdp72ulk5", - "LinkedinSecretKey": "vbU52SjK7xS6cT8H", - "LinkedinCallBackURL": "http://localhost:9821/LinkedinManager/LinkedinRedirect" - - } -} diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/libuv.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/libuv.dll deleted file mode 100644 index dba44f87d..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/libuv.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/log4net.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/log4net.dll deleted file mode 100644 index 47cd9ad41..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/log4net.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/Api.Socioboard.exe b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/Api.Socioboard.exe deleted file mode 100644 index 068d5a639..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/Api.Socioboard.exe and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/Microsoft.CSharp.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/Microsoft.CSharp.dll deleted file mode 100644 index 5c3029781..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/Microsoft.CSharp.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.Collections.Concurrent.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.Collections.Concurrent.dll deleted file mode 100644 index 2920672a7..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.Collections.Concurrent.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.Collections.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.Collections.dll deleted file mode 100644 index 70eb2422e..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.Collections.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.ComponentModel.DataAnnotations.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.ComponentModel.DataAnnotations.dll deleted file mode 100644 index 4ad51248c..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.ComponentModel.DataAnnotations.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.ComponentModel.Primitives.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.ComponentModel.Primitives.dll deleted file mode 100644 index 74190569c..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.ComponentModel.Primitives.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.ComponentModel.TypeConverter.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.ComponentModel.TypeConverter.dll deleted file mode 100644 index fcf08ab4e..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.ComponentModel.TypeConverter.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.ComponentModel.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.ComponentModel.dll deleted file mode 100644 index 3f2018558..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.ComponentModel.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.Core.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.Core.dll deleted file mode 100644 index 639b89d40..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.Core.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.Data.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.Data.dll deleted file mode 100644 index 480179552..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.Data.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.Diagnostics.Contracts.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.Diagnostics.Contracts.dll deleted file mode 100644 index c4e72338f..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.Diagnostics.Contracts.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.Diagnostics.Debug.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.Diagnostics.Debug.dll deleted file mode 100644 index ca9318dff..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.Diagnostics.Debug.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.Diagnostics.Tools.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.Diagnostics.Tools.dll deleted file mode 100644 index ed3c47996..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.Diagnostics.Tools.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.Diagnostics.Tracing.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.Diagnostics.Tracing.dll deleted file mode 100644 index bf1e48d88..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.Diagnostics.Tracing.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.Globalization.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.Globalization.dll deleted file mode 100644 index 9dea63596..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.Globalization.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.IO.Compression.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.IO.Compression.dll deleted file mode 100644 index aabd7a7d5..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.IO.Compression.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.IO.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.IO.dll deleted file mode 100644 index 192b897ce..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.IO.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.Linq.Expressions.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.Linq.Expressions.dll deleted file mode 100644 index 84b8e4c37..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.Linq.Expressions.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.Linq.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.Linq.dll deleted file mode 100644 index 34f4ef678..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.Linq.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.Net.Http.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.Net.Http.dll deleted file mode 100644 index 373f77be1..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.Net.Http.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.Net.Primitives.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.Net.Primitives.dll deleted file mode 100644 index 01ca36e39..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.Net.Primitives.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.Net.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.Net.dll deleted file mode 100644 index eaea8f601..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.Net.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.Numerics.Vectors.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.Numerics.Vectors.dll deleted file mode 100644 index 62265b323..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.Numerics.Vectors.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.ObjectModel.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.ObjectModel.dll deleted file mode 100644 index 2940b06bd..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.ObjectModel.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.Reflection.Emit.Lightweight.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.Reflection.Emit.Lightweight.dll deleted file mode 100644 index f90b214bb..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.Reflection.Emit.Lightweight.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.Reflection.Emit.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.Reflection.Emit.dll deleted file mode 100644 index 72652991d..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.Reflection.Emit.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.Reflection.Extensions.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.Reflection.Extensions.dll deleted file mode 100644 index 534351e9c..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.Reflection.Extensions.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.Reflection.Primitives.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.Reflection.Primitives.dll deleted file mode 100644 index 25d3d462b..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.Reflection.Primitives.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.Reflection.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.Reflection.dll deleted file mode 100644 index 6fa33f8fb..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.Reflection.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.Resources.ResourceManager.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.Resources.ResourceManager.dll deleted file mode 100644 index da21335b4..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.Resources.ResourceManager.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.Runtime.Extensions.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.Runtime.Extensions.dll deleted file mode 100644 index 29de4b23a..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.Runtime.Extensions.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.Runtime.InteropServices.RuntimeInformation.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.Runtime.InteropServices.RuntimeInformation.dll deleted file mode 100644 index 79fdc06a0..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.Runtime.InteropServices.RuntimeInformation.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.Runtime.InteropServices.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.Runtime.InteropServices.dll deleted file mode 100644 index dce3d9964..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.Runtime.InteropServices.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.Runtime.Numerics.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.Runtime.Numerics.dll deleted file mode 100644 index d110dc9b3..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.Runtime.Numerics.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.Runtime.Serialization.Primitives.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.Runtime.Serialization.Primitives.dll deleted file mode 100644 index ed1a1adcd..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.Runtime.Serialization.Primitives.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.Runtime.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.Runtime.dll deleted file mode 100644 index 9f31299be..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.Runtime.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.Security.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.Security.dll deleted file mode 100644 index d08fefa21..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.Security.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.Text.Encoding.Extensions.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.Text.Encoding.Extensions.dll deleted file mode 100644 index beae56ca1..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.Text.Encoding.Extensions.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.Text.Encoding.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.Text.Encoding.dll deleted file mode 100644 index c8724c29e..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.Text.Encoding.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.Text.RegularExpressions.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.Text.RegularExpressions.dll deleted file mode 100644 index 73878b97e..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.Text.RegularExpressions.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.Threading.Tasks.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.Threading.Tasks.dll deleted file mode 100644 index 3d44b0f56..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.Threading.Tasks.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.Threading.Timer.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.Threading.Timer.dll deleted file mode 100644 index 3699449b1..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.Threading.Timer.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.Threading.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.Threading.dll deleted file mode 100644 index 0b2632b5d..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.Threading.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.Web.Extensions.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.Web.Extensions.dll deleted file mode 100644 index e6ae1d5c5..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.Web.Extensions.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.Xml.Linq.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.Xml.Linq.dll deleted file mode 100644 index b61b99fa5..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.Xml.Linq.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.Xml.ReaderWriter.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.Xml.ReaderWriter.dll deleted file mode 100644 index e6ca7dca2..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.Xml.ReaderWriter.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.Xml.XDocument.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.Xml.XDocument.dll deleted file mode 100644 index e2143dd34..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.Xml.XDocument.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.Xml.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.Xml.dll deleted file mode 100644 index 44f66d523..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.Xml.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.dll deleted file mode 100644 index 51a388f30..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/System.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/mscorlib.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/mscorlib.dll deleted file mode 100644 index 3bf1b2593..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/refs/mscorlib.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/web.config b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/web.config deleted file mode 100644 index 25b9d448e..000000000 --- a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/web.config +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/wwwroot/IMG_20160522_151921__1464263725_202.83.19.158.jpg b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/wwwroot/IMG_20160522_151921__1464263725_202.83.19.158.jpg deleted file mode 100644 index 99b4a42bd..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/wwwroot/IMG_20160522_151921__1464263725_202.83.19.158.jpg and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/wwwroot/log/log-20160726.txt b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/wwwroot/log/log-20160726.txt deleted file mode 100644 index 7bd52e388..000000000 --- a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/wwwroot/log/log-20160726.txt +++ /dev/null @@ -1,138 +0,0 @@ -2016-07-26 21:36:45.009 +05:30 [Debug] Hosting starting -2016-07-26 21:36:45.279 +05:30 [Debug] Hosting started -2016-07-26 21:36:45.410 +05:30 [Debug] Connection id ""0HKTLDRBM4LK6"" started. -2016-07-26 21:36:45.410 +05:30 [Debug] Connection id ""0HKTLDRBM4LK7"" started. -2016-07-26 21:36:45.539 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:52063/ 0 -2016-07-26 21:36:45.539 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:52063/api/values -2016-07-26 21:36:45.599 +05:30 [Information] Request finished in 81.2881ms 200 -2016-07-26 21:36:45.646 +05:30 [Debug] Connection id ""0HKTLDRBM4LK6"" completed keep alive response. -2016-07-26 21:36:46.209 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-07-26 21:36:46.241 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"83f48360-911a-430c-a922-d31181b06975"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-07-26 21:36:46.355 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-07-26 21:36:46.474 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid -2016-07-26 21:36:46.478 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult". -2016-07-26 21:36:46.524 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-26 21:36:46.528 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-26 21:36:46.530 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-26 21:36:46.935 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 569.5077ms -2016-07-26 21:36:47.020 +05:30 [Information] Request finished in 1515.2795ms 200 application/json; charset=utf-8 -2016-07-26 21:36:47.022 +05:30 [Debug] Connection id ""0HKTLDRBM4LK7"" completed keep alive response. -2016-07-26 21:36:47.036 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:52063/favicon.ico -2016-07-26 21:36:47.039 +05:30 [Debug] Request did not match any routes. -2016-07-26 21:36:47.047 +05:30 [Information] Request finished in 11.2143ms 404 -2016-07-26 21:36:47.048 +05:30 [Debug] Connection id ""0HKTLDRBM4LK6"" completed keep alive response. -2016-07-26 21:38:05.949 +05:30 [Debug] Hosting starting -2016-07-26 21:38:06.150 +05:30 [Debug] Hosting started -2016-07-26 21:38:06.313 +05:30 [Debug] Connection id ""0HKTLDS3PLGUT"" started. -2016-07-26 21:38:06.313 +05:30 [Debug] Connection id ""0HKTLDS3PLGUS"" started. -2016-07-26 21:38:06.477 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:52063/ 0 -2016-07-26 21:38:06.477 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:52063/api/values -2016-07-26 21:38:06.553 +05:30 [Information] Request finished in 110.1549ms 200 -2016-07-26 21:38:06.626 +05:30 [Debug] Connection id ""0HKTLDS3PLGUS"" completed keep alive response. -2016-07-26 21:38:07.598 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-07-26 21:38:07.652 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"613d0b06-c333-4cfc-95c3-48ec89732236"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-07-26 21:38:07.778 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-07-26 21:38:07.889 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid -2016-07-26 21:38:07.892 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult". -2016-07-26 21:38:07.941 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-26 21:38:07.947 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-26 21:38:07.950 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-26 21:38:08.258 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 471.9178ms -2016-07-26 21:38:08.327 +05:30 [Information] Request finished in 1899.354ms 200 application/json; charset=utf-8 -2016-07-26 21:38:08.329 +05:30 [Debug] Connection id ""0HKTLDS3PLGUT"" completed keep alive response. -2016-07-26 21:39:29.023 +05:30 [Debug] Hosting starting -2016-07-26 21:39:29.329 +05:30 [Debug] Hosting started -2016-07-26 21:39:29.468 +05:30 [Debug] Connection id ""0HKTLDSSIM3B8"" started. -2016-07-26 21:39:29.468 +05:30 [Debug] Connection id ""0HKTLDSSIM3B7"" started. -2016-07-26 21:39:29.660 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:6361/ 0 -2016-07-26 21:39:29.660 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-07-26 21:39:29.769 +05:30 [Information] Request finished in 146.2188ms 200 -2016-07-26 21:39:29.825 +05:30 [Debug] Connection id ""0HKTLDSSIM3B7"" completed keep alive response. -2016-07-26 21:39:30.335 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-07-26 21:39:30.377 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"594c4469-f82c-40f4-a8f5-2213ae895e27"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-07-26 21:39:30.479 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-07-26 21:39:30.557 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid -2016-07-26 21:39:30.559 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult". -2016-07-26 21:39:30.593 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-26 21:39:30.598 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-26 21:39:30.600 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-26 21:39:30.818 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 329.9623ms -2016-07-26 21:39:30.871 +05:30 [Information] Request finished in 1279.0885ms 200 application/json; charset=utf-8 -2016-07-26 21:39:30.872 +05:30 [Debug] Connection id ""0HKTLDSSIM3B8"" completed keep alive response. -2016-07-26 21:39:30.879 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/favicon.ico -2016-07-26 21:39:30.881 +05:30 [Debug] Request did not match any routes. -2016-07-26 21:39:30.890 +05:30 [Information] Request finished in 11.4348ms 404 -2016-07-26 21:39:30.891 +05:30 [Debug] Connection id ""0HKTLDSSIM3B7"" completed keep alive response. -2016-07-26 21:39:57.955 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-07-26 21:39:57.956 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-07-26 21:39:57.958 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"594c4469-f82c-40f4-a8f5-2213ae895e27"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-07-26 21:39:57.961 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-07-26 21:39:57.964 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid -2016-07-26 21:39:57.965 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult". -2016-07-26 21:39:57.965 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-26 21:39:57.966 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-26 21:39:57.989 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-26 21:39:57.991 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 27.261ms -2016-07-26 21:39:57.998 +05:30 [Information] Request finished in 40.6543ms 200 application/json; charset=utf-8 -2016-07-26 21:39:57.999 +05:30 [Debug] Connection id ""0HKTLDSSIM3B8"" completed keep alive response. -2016-07-26 21:40:46.185 +05:30 [Debug] Hosting starting -2016-07-26 21:40:46.347 +05:30 [Debug] Hosting started -2016-07-26 21:40:46.536 +05:30 [Debug] Connection id ""0HKTLDTJHLR1A"" started. -2016-07-26 21:40:46.536 +05:30 [Debug] Connection id ""0HKTLDTJHLR19"" started. -2016-07-26 21:40:46.691 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-07-26 21:40:46.691 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:6361/ 0 -2016-07-26 21:40:46.762 +05:30 [Information] Request finished in 104.2464ms 200 -2016-07-26 21:40:46.804 +05:30 [Debug] Connection id ""0HKTLDTJHLR19"" completed keep alive response. -2016-07-26 21:40:47.508 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-07-26 21:40:47.554 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"21a86105-703c-40ee-bb61-3fcea30ef76b"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-07-26 21:40:47.651 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-07-26 21:40:47.726 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid -2016-07-26 21:40:47.728 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult". -2016-07-26 21:40:47.779 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-26 21:40:47.787 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-26 21:40:47.791 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-26 21:40:48.060 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 400.2146ms -2016-07-26 21:40:48.114 +05:30 [Information] Request finished in 1467.0403ms 200 application/json; charset=utf-8 -2016-07-26 21:40:48.116 +05:30 [Debug] Connection id ""0HKTLDTJHLR1A"" completed keep alive response. -2016-07-26 21:43:02.411 +05:30 [Debug] Hosting starting -2016-07-26 21:43:02.575 +05:30 [Debug] Hosting started -2016-07-26 21:43:02.728 +05:30 [Debug] Connection id ""0HKTLDUS4G73A"" started. -2016-07-26 21:43:02.728 +05:30 [Debug] Connection id ""0HKTLDUS4G739"" started. -2016-07-26 21:43:02.888 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-07-26 21:43:02.888 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:6361/ 0 -2016-07-26 21:43:02.949 +05:30 [Information] Request finished in 83.3252ms 200 -2016-07-26 21:43:02.992 +05:30 [Debug] Connection id ""0HKTLDUS4G739"" completed keep alive response. -2016-07-26 21:43:03.596 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-07-26 21:43:03.655 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"9798b943-db9f-4d61-a8e6-3f5cd93534c4"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-07-26 21:43:03.781 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-07-26 21:43:03.922 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid -2016-07-26 21:43:03.928 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult". -2016-07-26 21:43:03.975 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-26 21:43:03.982 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-26 21:43:03.984 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-26 21:43:04.227 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 439.1584ms -2016-07-26 21:43:04.283 +05:30 [Information] Request finished in 1430.5852ms 200 application/json; charset=utf-8 -2016-07-26 21:43:04.284 +05:30 [Debug] Connection id ""0HKTLDUS4G73A"" completed keep alive response. -2016-07-26 21:44:41.673 +05:30 [Debug] Hosting starting -2016-07-26 21:44:41.866 +05:30 [Debug] Hosting started -2016-07-26 21:44:41.950 +05:30 [Debug] Connection id ""0HKTLDVPMM90A"" started. -2016-07-26 21:44:41.950 +05:30 [Debug] Connection id ""0HKTLDVPMM909"" started. -2016-07-26 21:44:42.079 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:6361/ 0 -2016-07-26 21:44:42.079 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-07-26 21:44:42.135 +05:30 [Information] Request finished in 77.319ms 200 -2016-07-26 21:44:42.182 +05:30 [Debug] Connection id ""0HKTLDVPMM90A"" completed keep alive response. -2016-07-26 21:44:42.718 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-07-26 21:44:42.766 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"eb0d1f00-cb7c-45c0-83d9-70c4ca0d1e1e"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-07-26 21:44:42.891 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-07-26 21:44:42.978 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid -2016-07-26 21:44:42.982 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult". -2016-07-26 21:44:43.038 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-26 21:44:43.045 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-26 21:44:43.049 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-26 21:44:43.334 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 432.403ms -2016-07-26 21:44:43.399 +05:30 [Information] Request finished in 1356.0291ms 200 application/json; charset=utf-8 -2016-07-26 21:44:43.401 +05:30 [Debug] Connection id ""0HKTLDVPMM909"" completed keep alive response. -2016-07-26 21:44:43.411 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/favicon.ico -2016-07-26 21:44:43.413 +05:30 [Debug] Request did not match any routes. -2016-07-26 21:44:43.418 +05:30 [Information] Request finished in 7.5341ms 404 -2016-07-26 21:44:43.418 +05:30 [Debug] Connection id ""0HKTLDVPMM90A"" completed keep alive response. diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/wwwroot/log/log-20160727.txt b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/wwwroot/log/log-20160727.txt deleted file mode 100644 index 9bc5fbc05..000000000 --- a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/wwwroot/log/log-20160727.txt +++ /dev/null @@ -1,1730 +0,0 @@ -2016-07-27 12:09:15.465 +05:30 [Debug] Hosting starting -2016-07-27 12:09:16.223 +05:30 [Debug] Hosting started -2016-07-27 12:09:16.418 +05:30 [Debug] Connection id ""0HKTLT2TG8DJ1"" started. -2016-07-27 12:09:16.477 +05:30 [Debug] Connection id ""0HKTLT2TG8DJ2"" started. -2016-07-27 12:09:16.747 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-07-27 12:09:16.747 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:6361/ 0 -2016-07-27 12:09:16.857 +05:30 [Information] Request finished in 176.3495ms 200 -2016-07-27 12:09:16.904 +05:30 [Debug] Connection id ""0HKTLT2TG8DJ1"" completed keep alive response. -2016-07-27 12:09:19.062 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-07-27 12:09:19.131 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"0751daec-f953-4e25-bc4e-f84681d8be19"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-07-27 12:09:19.661 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-07-27 12:09:19.866 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid -2016-07-27 12:09:19.883 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult". -2016-07-27 12:09:19.930 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-27 12:09:19.970 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-27 12:09:19.975 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-27 12:09:20.763 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 1094.4098ms -2016-07-27 12:09:20.937 +05:30 [Information] Request finished in 4287.6079ms 200 application/json; charset=utf-8 -2016-07-27 12:09:20.939 +05:30 [Debug] Connection id ""0HKTLT2TG8DJ2"" completed keep alive response. -2016-07-27 12:09:36.879 +05:30 [Debug] Hosting starting -2016-07-27 12:09:37.044 +05:30 [Debug] Hosting started -2016-07-27 12:09:37.182 +05:30 [Debug] Connection id ""0HKTLT33M6BCP"" started. -2016-07-27 12:09:37.182 +05:30 [Debug] Connection id ""0HKTLT33M6BCO"" started. -2016-07-27 12:09:37.305 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-07-27 12:09:37.305 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:6361/ 0 -2016-07-27 12:09:37.368 +05:30 [Information] Request finished in 89.4744ms 200 -2016-07-27 12:09:37.415 +05:30 [Debug] Connection id ""0HKTLT33M6BCO"" completed keep alive response. -2016-07-27 12:09:38.600 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-07-27 12:09:38.669 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"cbc41aa5-d167-4a4c-8e0b-5dbd6b2e2fee"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-07-27 12:09:38.760 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-07-27 12:09:38.841 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid -2016-07-27 12:09:38.844 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult". -2016-07-27 12:09:38.881 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-27 12:09:38.887 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-27 12:09:38.889 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-27 12:09:39.108 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 340.8058ms -2016-07-27 12:09:40.337 +05:30 [Information] Request finished in 3068.1486ms 200 application/json; charset=utf-8 -2016-07-27 12:09:40.341 +05:30 [Debug] Connection id ""0HKTLT33M6BCP"" completed keep alive response. -2016-07-27 12:11:27.140 +05:30 [Debug] Connection id ""0HKTLT33M6BCO"" received FIN. -2016-07-27 12:11:27.140 +05:30 [Debug] Connection id ""0HKTLT33M6BCP"" received FIN. -2016-07-27 12:11:27.145 +05:30 [Debug] Connection id ""0HKTLT33M6BCO"" disconnecting. -2016-07-27 12:11:27.145 +05:30 [Debug] Connection id ""0HKTLT33M6BCP"" disconnecting. -2016-07-27 12:11:27.146 +05:30 [Debug] Connection id ""0HKTLT33M6BCO"" sending FIN. -2016-07-27 12:11:27.146 +05:30 [Debug] Connection id ""0HKTLT33M6BCP"" sending FIN. -2016-07-27 12:11:27.158 +05:30 [Debug] Connection id ""0HKTLT33M6BCP"" sent FIN with status "0". -2016-07-27 12:11:27.158 +05:30 [Debug] Connection id ""0HKTLT33M6BCO"" sent FIN with status "0". -2016-07-27 12:11:27.161 +05:30 [Debug] Connection id ""0HKTLT33M6BCP"" stopped. -2016-07-27 12:11:27.161 +05:30 [Debug] Connection id ""0HKTLT33M6BCO"" stopped. -2016-07-27 12:46:58.758 +05:30 [Debug] Hosting starting -2016-07-27 12:46:59.079 +05:30 [Debug] Hosting started -2016-07-27 12:46:59.252 +05:30 [Debug] Connection id ""0HKTLTNVS9T91"" started. -2016-07-27 12:46:59.252 +05:30 [Debug] Connection id ""0HKTLTNVS9T92"" started. -2016-07-27 12:46:59.451 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-07-27 12:46:59.452 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:6361/ 0 -2016-07-27 12:46:59.537 +05:30 [Information] Request finished in 127.4929ms 200 -2016-07-27 12:46:59.586 +05:30 [Debug] Connection id ""0HKTLTNVS9T91"" completed keep alive response. -2016-07-27 12:47:00.735 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-07-27 12:47:00.780 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"f7f375da-f79d-4946-b346-df5634db724f"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-07-27 12:47:00.893 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-07-27 12:47:01.010 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid -2016-07-27 12:47:01.014 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult". -2016-07-27 12:47:01.076 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-27 12:47:01.084 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-27 12:47:01.086 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-27 12:47:01.442 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 538.4155ms -2016-07-27 12:47:01.550 +05:30 [Information] Request finished in 2158.1216ms 200 application/json; charset=utf-8 -2016-07-27 12:47:01.554 +05:30 [Debug] Connection id ""0HKTLTNVS9T92"" completed keep alive response. -2016-07-27 12:48:49.210 +05:30 [Debug] Connection id ""0HKTLTNVS9T91"" received FIN. -2016-07-27 12:48:49.210 +05:30 [Debug] Connection id ""0HKTLTNVS9T92"" received FIN. -2016-07-27 12:48:49.212 +05:30 [Debug] Connection id ""0HKTLTNVS9T91"" disconnecting. -2016-07-27 12:48:49.213 +05:30 [Debug] Connection id ""0HKTLTNVS9T91"" sending FIN. -2016-07-27 12:48:49.214 +05:30 [Debug] Connection id ""0HKTLTNVS9T92"" disconnecting. -2016-07-27 12:48:49.224 +05:30 [Debug] Connection id ""0HKTLTNVS9T91"" sent FIN with status "0". -2016-07-27 12:48:49.227 +05:30 [Debug] Connection id ""0HKTLTNVS9T92"" sending FIN. -2016-07-27 12:48:49.228 +05:30 [Debug] Connection id ""0HKTLTNVS9T91"" stopped. -2016-07-27 12:48:49.228 +05:30 [Debug] Connection id ""0HKTLTNVS9T92"" sent FIN with status "0". -2016-07-27 12:48:49.228 +05:30 [Debug] Connection id ""0HKTLTNVS9T92"" stopped. -2016-07-27 12:54:01.013 +05:30 [Debug] Hosting starting -2016-07-27 12:54:01.294 +05:30 [Debug] Hosting started -2016-07-27 12:54:01.571 +05:30 [Debug] Connection id ""0HKTLTRTNS0KT"" started. -2016-07-27 12:54:01.571 +05:30 [Debug] Connection id ""0HKTLTRTNS0KS"" started. -2016-07-27 12:54:01.761 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-07-27 12:54:01.761 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:6361/ 0 -2016-07-27 12:54:01.827 +05:30 [Information] Request finished in 116.4214ms 200 -2016-07-27 12:54:01.870 +05:30 [Debug] Connection id ""0HKTLTRTNS0KT"" completed keep alive response. -2016-07-27 12:54:03.014 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-07-27 12:54:03.109 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"e0d496de-1245-445f-bfbb-d19589c108eb"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-07-27 12:54:03.258 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-07-27 12:54:03.385 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid -2016-07-27 12:54:03.388 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult". -2016-07-27 12:54:03.438 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-27 12:54:03.443 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-27 12:54:03.447 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-27 12:54:03.879 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 613.601ms -2016-07-27 12:54:03.963 +05:30 [Information] Request finished in 2265.3798ms 200 application/json; charset=utf-8 -2016-07-27 12:54:03.968 +05:30 [Debug] Connection id ""0HKTLTRTNS0KS"" completed keep alive response. -2016-07-27 13:39:58.306 +05:30 [Debug] Hosting starting -2016-07-27 13:39:58.503 +05:30 [Debug] Hosting started -2016-07-27 13:39:58.745 +05:30 [Debug] Connection id ""0HKTLULJE7M5J"" started. -2016-07-27 13:39:58.746 +05:30 [Debug] Connection id ""0HKTLULJE7M5K"" started. -2016-07-27 13:39:58.927 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:6361/ 0 -2016-07-27 13:39:58.927 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-07-27 13:39:59.003 +05:30 [Information] Request finished in 111.9144ms 200 -2016-07-27 13:39:59.066 +05:30 [Debug] Connection id ""0HKTLULJE7M5K"" completed keep alive response. -2016-07-27 13:39:59.569 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-07-27 13:39:59.616 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"2373530a-6860-463d-bfb6-880361933c0e"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-07-27 13:39:59.750 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-07-27 13:39:59.880 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid -2016-07-27 13:39:59.885 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult". -2016-07-27 13:39:59.952 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-27 13:39:59.960 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-27 13:39:59.964 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-27 13:40:00.374 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 613.7462ms -2016-07-27 13:40:00.466 +05:30 [Information] Request finished in 1588.601ms 200 application/json; charset=utf-8 -2016-07-27 13:40:00.469 +05:30 [Debug] Connection id ""0HKTLULJE7M5J"" completed keep alive response. -2016-07-27 13:40:00.560 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/favicon.ico -2016-07-27 13:40:00.564 +05:30 [Debug] Request did not match any routes. -2016-07-27 13:40:00.573 +05:30 [Information] Request finished in 18.0199ms 404 -2016-07-27 13:40:00.573 +05:30 [Debug] Connection id ""0HKTLULJE7M5K"" completed keep alive response. -2016-07-27 13:41:58.706 +05:30 [Debug] Connection id ""0HKTLULJE7M5J"" received FIN. -2016-07-27 13:41:58.706 +05:30 [Debug] Connection id ""0HKTLULJE7M5K"" received FIN. -2016-07-27 13:41:58.711 +05:30 [Debug] Connection id ""0HKTLULJE7M5J"" disconnecting. -2016-07-27 13:41:58.717 +05:30 [Debug] Connection id ""0HKTLULJE7M5J"" sending FIN. -2016-07-27 13:41:58.724 +05:30 [Debug] Connection id ""0HKTLULJE7M5K"" disconnecting. -2016-07-27 13:41:58.725 +05:30 [Debug] Connection id ""0HKTLULJE7M5K"" sending FIN. -2016-07-27 13:41:58.736 +05:30 [Debug] Connection id ""0HKTLULJE7M5J"" sent FIN with status "0". -2016-07-27 13:41:58.736 +05:30 [Debug] Connection id ""0HKTLULJE7M5K"" sent FIN with status "0". -2016-07-27 13:41:58.741 +05:30 [Debug] Connection id ""0HKTLULJE7M5J"" stopped. -2016-07-27 13:41:58.741 +05:30 [Debug] Connection id ""0HKTLULJE7M5K"" stopped. -2016-07-27 13:53:11.747 +05:30 [Debug] Hosting starting -2016-07-27 13:53:12.034 +05:30 [Debug] Hosting started -2016-07-27 13:53:12.161 +05:30 [Debug] Connection id ""0HKTLUSVSSLR2"" started. -2016-07-27 13:53:12.161 +05:30 [Debug] Connection id ""0HKTLUSVSSLR1"" started. -2016-07-27 13:53:12.428 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-07-27 13:53:12.438 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:6361/ 0 -2016-07-27 13:53:12.546 +05:30 [Information] Request finished in 186.2404ms 200 -2016-07-27 13:53:12.634 +05:30 [Debug] Connection id ""0HKTLUSVSSLR1"" completed keep alive response. -2016-07-27 13:53:13.250 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-07-27 13:53:13.343 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"1a5542b9-c0e4-4015-80f5-0fb686977ab1"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-07-27 13:53:13.579 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-07-27 13:53:13.777 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid -2016-07-27 13:53:13.782 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult". -2016-07-27 13:53:13.877 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-27 13:53:13.889 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-27 13:53:13.915 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-27 13:53:14.344 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 747.6368ms -2016-07-27 13:53:14.447 +05:30 [Information] Request finished in 2115.3123ms 200 application/json; charset=utf-8 -2016-07-27 13:53:14.451 +05:30 [Debug] Connection id ""0HKTLUSVSSLR2"" completed keep alive response. -2016-07-27 13:53:30.191 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/User/FacebookLogin application/x-www-form-urlencoded 180 -2016-07-27 13:53:30.192 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/FacebookLogin"'. -2016-07-27 13:53:30.195 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" -2016-07-27 13:53:30.368 +05:30 [Error] Connection id ""0HKTLUSVSSLR1"": An unhandled exception was thrown by the application. -System.InvalidOperationException: Unable to resolve service for type 'Domain.Socioboard.Interfaces.Services.IEmailSender' while attempting to activate 'Api.Socioboard.Controllers.UserController'. - at Microsoft.Extensions.Internal.ActivatorUtilities.GetService(IServiceProvider sp, Type type, Type requiredBy, Boolean isDefaultParameterRequired) - at lambda_method(Closure , IServiceProvider , Object[] ) - at Microsoft.AspNetCore.Mvc.Internal.TypeActivatorCache.CreateInstance[TInstance](IServiceProvider serviceProvider, Type implementationType) - at Microsoft.AspNetCore.Mvc.Controllers.DefaultControllerActivator.Create(ControllerContext controllerContext) - at Microsoft.AspNetCore.Mvc.Controllers.DefaultControllerFactory.CreateController(ControllerContext context) - at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.d__26.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.d__25.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() - at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.d__18.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.AspNetCore.Builder.RouterMiddleware.d__4.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.ApplicationInsights.AspNetCore.ExceptionTrackingMiddleware.d__4.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.ApplicationInsights.AspNetCore.RequestTrackingMiddleware.d__4.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.AspNetCore.Server.IISIntegration.IISMiddleware.d__8.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.AspNetCore.Hosting.Internal.RequestServicesContainerMiddleware.d__3.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.ConfiguredTaskAwaitable.ConfiguredTaskAwaiter.GetResult() - at Microsoft.AspNetCore.Server.Kestrel.Internal.Http.Frame`1.d__2.MoveNext() -2016-07-27 13:53:30.375 +05:30 [Information] Request finished in 194.1314ms 200 -2016-07-27 13:53:30.379 +05:30 [Debug] Connection id ""0HKTLUSVSSLR1"" completed keep alive response. -2016-07-27 13:53:41.029 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/User/FacebookLogin application/x-www-form-urlencoded 175 -2016-07-27 13:53:41.030 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/FacebookLogin"'. -2016-07-27 13:53:41.032 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" -2016-07-27 13:53:41.056 +05:30 [Error] Connection id ""0HKTLUSVSSLR2"": An unhandled exception was thrown by the application. -System.InvalidOperationException: Unable to resolve service for type 'Domain.Socioboard.Interfaces.Services.IEmailSender' while attempting to activate 'Api.Socioboard.Controllers.UserController'. - at Microsoft.Extensions.Internal.ActivatorUtilities.GetService(IServiceProvider sp, Type type, Type requiredBy, Boolean isDefaultParameterRequired) - at lambda_method(Closure , IServiceProvider , Object[] ) - at Microsoft.AspNetCore.Mvc.Internal.TypeActivatorCache.CreateInstance[TInstance](IServiceProvider serviceProvider, Type implementationType) - at Microsoft.AspNetCore.Mvc.Controllers.DefaultControllerActivator.Create(ControllerContext controllerContext) - at Microsoft.AspNetCore.Mvc.Controllers.DefaultControllerFactory.CreateController(ControllerContext context) - at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.d__26.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.d__25.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() - at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.d__18.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.AspNetCore.Builder.RouterMiddleware.d__4.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.ApplicationInsights.AspNetCore.ExceptionTrackingMiddleware.d__4.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.ApplicationInsights.AspNetCore.RequestTrackingMiddleware.d__4.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.AspNetCore.Server.IISIntegration.IISMiddleware.d__8.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.AspNetCore.Hosting.Internal.RequestServicesContainerMiddleware.d__3.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.ConfiguredTaskAwaitable.ConfiguredTaskAwaiter.GetResult() - at Microsoft.AspNetCore.Server.Kestrel.Internal.Http.Frame`1.d__2.MoveNext() -2016-07-27 13:53:41.061 +05:30 [Information] Request finished in 33.3214ms 200 -2016-07-27 13:53:41.062 +05:30 [Debug] Connection id ""0HKTLUSVSSLR2"" completed keep alive response. -2016-07-27 13:55:23.169 +05:30 [Debug] Connection id ""0HKTLUSVSSLR2"" received FIN. -2016-07-27 13:55:23.176 +05:30 [Debug] Connection id ""0HKTLUSVSSLR1"" received FIN. -2016-07-27 13:55:23.213 +05:30 [Debug] Connection id ""0HKTLUSVSSLR2"" disconnecting. -2016-07-27 13:55:23.217 +05:30 [Debug] Connection id ""0HKTLUSVSSLR2"" sending FIN. -2016-07-27 13:55:23.218 +05:30 [Debug] Connection id ""0HKTLUSVSSLR1"" disconnecting. -2016-07-27 13:55:23.219 +05:30 [Debug] Connection id ""0HKTLUSVSSLR1"" sending FIN. -2016-07-27 13:55:23.234 +05:30 [Debug] Connection id ""0HKTLUSVSSLR1"" sent FIN with status "0". -2016-07-27 13:55:23.234 +05:30 [Debug] Connection id ""0HKTLUSVSSLR2"" sent FIN with status "0". -2016-07-27 13:55:23.237 +05:30 [Debug] Connection id ""0HKTLUSVSSLR1"" stopped. -2016-07-27 13:55:23.237 +05:30 [Debug] Connection id ""0HKTLUSVSSLR2"" stopped. -2016-07-27 13:56:39.956 +05:30 [Debug] Connection id ""0HKTLUSVSSLR3"" started. -2016-07-27 13:56:39.965 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/User/FacebookLogin application/x-www-form-urlencoded 177 -2016-07-27 13:56:39.966 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/FacebookLogin"'. -2016-07-27 13:56:39.967 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" -2016-07-27 13:56:39.974 +05:30 [Error] Connection id ""0HKTLUSVSSLR3"": An unhandled exception was thrown by the application. -System.InvalidOperationException: Unable to resolve service for type 'Domain.Socioboard.Interfaces.Services.IEmailSender' while attempting to activate 'Api.Socioboard.Controllers.UserController'. - at Microsoft.Extensions.Internal.ActivatorUtilities.GetService(IServiceProvider sp, Type type, Type requiredBy, Boolean isDefaultParameterRequired) - at lambda_method(Closure , IServiceProvider , Object[] ) - at Microsoft.AspNetCore.Mvc.Internal.TypeActivatorCache.CreateInstance[TInstance](IServiceProvider serviceProvider, Type implementationType) - at Microsoft.AspNetCore.Mvc.Controllers.DefaultControllerActivator.Create(ControllerContext controllerContext) - at Microsoft.AspNetCore.Mvc.Controllers.DefaultControllerFactory.CreateController(ControllerContext context) - at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.d__26.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.d__25.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() - at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.d__18.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.AspNetCore.Builder.RouterMiddleware.d__4.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.ApplicationInsights.AspNetCore.ExceptionTrackingMiddleware.d__4.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.ApplicationInsights.AspNetCore.RequestTrackingMiddleware.d__4.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.AspNetCore.Server.IISIntegration.IISMiddleware.d__8.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.AspNetCore.Hosting.Internal.RequestServicesContainerMiddleware.d__3.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.ConfiguredTaskAwaitable.ConfiguredTaskAwaiter.GetResult() - at Microsoft.AspNetCore.Server.Kestrel.Internal.Http.Frame`1.d__2.MoveNext() -2016-07-27 13:56:39.978 +05:30 [Information] Request finished in 13.0974ms 200 -2016-07-27 13:56:39.979 +05:30 [Debug] Connection id ""0HKTLUSVSSLR3"" completed keep alive response. -2016-07-27 13:57:12.542 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/User/FacebookLogin application/x-www-form-urlencoded 174 -2016-07-27 13:57:12.543 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/FacebookLogin"'. -2016-07-27 13:57:12.545 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" -2016-07-27 13:57:12.655 +05:30 [Error] Connection id ""0HKTLUSVSSLR3"": An unhandled exception was thrown by the application. -System.InvalidOperationException: Unable to resolve service for type 'Domain.Socioboard.Interfaces.Services.IEmailSender' while attempting to activate 'Api.Socioboard.Controllers.UserController'. - at Microsoft.Extensions.Internal.ActivatorUtilities.GetService(IServiceProvider sp, Type type, Type requiredBy, Boolean isDefaultParameterRequired) - at lambda_method(Closure , IServiceProvider , Object[] ) - at Microsoft.AspNetCore.Mvc.Internal.TypeActivatorCache.CreateInstance[TInstance](IServiceProvider serviceProvider, Type implementationType) - at Microsoft.AspNetCore.Mvc.Controllers.DefaultControllerActivator.Create(ControllerContext controllerContext) - at Microsoft.AspNetCore.Mvc.Controllers.DefaultControllerFactory.CreateController(ControllerContext context) - at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.d__26.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.d__25.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() - at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.d__18.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.AspNetCore.Builder.RouterMiddleware.d__4.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.ApplicationInsights.AspNetCore.ExceptionTrackingMiddleware.d__4.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.ApplicationInsights.AspNetCore.RequestTrackingMiddleware.d__4.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.AspNetCore.Server.IISIntegration.IISMiddleware.d__8.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.AspNetCore.Hosting.Internal.RequestServicesContainerMiddleware.d__3.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.ConfiguredTaskAwaitable.ConfiguredTaskAwaiter.GetResult() - at Microsoft.AspNetCore.Server.Kestrel.Internal.Http.Frame`1.d__2.MoveNext() -2016-07-27 13:57:12.666 +05:30 [Information] Request finished in 124.4232ms 200 -2016-07-27 13:57:12.668 +05:30 [Debug] Connection id ""0HKTLUSVSSLR3"" completed keep alive response. -2016-07-27 13:59:06.123 +05:30 [Debug] Connection id ""0HKTLUSVSSLR3"" received FIN. -2016-07-27 13:59:06.128 +05:30 [Debug] Connection id ""0HKTLUSVSSLR4"" started. -2016-07-27 13:59:06.129 +05:30 [Debug] Connection id ""0HKTLUSVSSLR3"" disconnecting. -2016-07-27 13:59:06.133 +05:30 [Debug] Connection id ""0HKTLUSVSSLR3"" sending FIN. -2016-07-27 13:59:06.134 +05:30 [Debug] Connection id ""0HKTLUSVSSLR3"" sent FIN with status "0". -2016-07-27 13:59:06.134 +05:30 [Debug] Connection id ""0HKTLUSVSSLR3"" stopped. -2016-07-27 13:59:06.150 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupID=98 -2016-07-27 13:59:06.151 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-27 13:59:06.154 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-27 13:59:06.686 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["98"]) - ModelState is Valid -2016-07-27 13:59:29.378 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-27 13:59:29.380 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-27 13:59:29.380 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-27 13:59:29.382 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-27 13:59:29.399 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 23238.1381ms -2016-07-27 13:59:29.415 +05:30 [Information] Request finished in 23257.9204ms 200 application/json; charset=utf-8 -2016-07-27 13:59:29.415 +05:30 [Debug] Connection id ""0HKTLUSVSSLR4"" completed keep alive response. -2016-07-27 14:00:02.445 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/User/FacebookLogin application/x-www-form-urlencoded 175 -2016-07-27 14:00:02.447 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/FacebookLogin"'. -2016-07-27 14:00:02.449 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" -2016-07-27 14:00:02.460 +05:30 [Error] Connection id ""0HKTLUSVSSLR4"": An unhandled exception was thrown by the application. -System.InvalidOperationException: Unable to resolve service for type 'Domain.Socioboard.Interfaces.Services.IEmailSender' while attempting to activate 'Api.Socioboard.Controllers.UserController'. - at Microsoft.Extensions.Internal.ActivatorUtilities.GetService(IServiceProvider sp, Type type, Type requiredBy, Boolean isDefaultParameterRequired) - at lambda_method(Closure , IServiceProvider , Object[] ) - at Microsoft.AspNetCore.Mvc.Internal.TypeActivatorCache.CreateInstance[TInstance](IServiceProvider serviceProvider, Type implementationType) - at Microsoft.AspNetCore.Mvc.Controllers.DefaultControllerActivator.Create(ControllerContext controllerContext) - at Microsoft.AspNetCore.Mvc.Controllers.DefaultControllerFactory.CreateController(ControllerContext context) - at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.d__26.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.d__25.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() - at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.d__18.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.AspNetCore.Builder.RouterMiddleware.d__4.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.ApplicationInsights.AspNetCore.ExceptionTrackingMiddleware.d__4.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.ApplicationInsights.AspNetCore.RequestTrackingMiddleware.d__4.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.AspNetCore.Server.IISIntegration.IISMiddleware.d__8.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.AspNetCore.Hosting.Internal.RequestServicesContainerMiddleware.d__3.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.ConfiguredTaskAwaitable.ConfiguredTaskAwaiter.GetResult() - at Microsoft.AspNetCore.Server.Kestrel.Internal.Http.Frame`1.d__2.MoveNext() -2016-07-27 14:00:02.465 +05:30 [Information] Request finished in 19.8139ms 200 -2016-07-27 14:00:02.466 +05:30 [Debug] Connection id ""0HKTLUSVSSLR4"" completed keep alive response. -2016-07-27 14:02:13.004 +05:30 [Debug] Hosting starting -2016-07-27 14:02:13.259 +05:30 [Debug] Hosting started -2016-07-27 14:02:13.310 +05:30 [Debug] Connection id ""0HKTLV215M7IG"" started. -2016-07-27 14:02:13.310 +05:30 [Debug] Connection id ""0HKTLV215M7IH"" started. -2016-07-27 14:02:13.503 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:6361/ 0 -2016-07-27 14:02:13.503 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-07-27 14:02:13.579 +05:30 [Information] Request finished in 118.2703ms 200 -2016-07-27 14:02:13.642 +05:30 [Debug] Connection id ""0HKTLV215M7IG"" completed keep alive response. -2016-07-27 14:02:14.199 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-07-27 14:02:14.253 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"d61c5029-2049-490e-80f2-d19c749699da"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-07-27 14:02:14.391 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-07-27 14:02:14.527 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid -2016-07-27 14:02:14.531 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult". -2016-07-27 14:02:14.597 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-27 14:02:14.604 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-27 14:02:14.607 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-27 14:02:14.974 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 571.2511ms -2016-07-27 14:02:15.068 +05:30 [Information] Request finished in 1623.4373ms 200 application/json; charset=utf-8 -2016-07-27 14:02:15.071 +05:30 [Debug] Connection id ""0HKTLV215M7IH"" completed keep alive response. -2016-07-27 14:02:49.079 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/User/FacebookLogin application/x-www-form-urlencoded 176 -2016-07-27 14:02:49.080 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/FacebookLogin"'. -2016-07-27 14:02:49.084 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" -2016-07-27 14:02:49.139 +05:30 [Error] Connection id ""0HKTLV215M7IG"": An unhandled exception was thrown by the application. -System.InvalidOperationException: Unable to resolve service for type 'Domain.Socioboard.Interfaces.Services.IEmailSender' while attempting to activate 'Api.Socioboard.Controllers.UserController'. - at Microsoft.Extensions.Internal.ActivatorUtilities.GetService(IServiceProvider sp, Type type, Type requiredBy, Boolean isDefaultParameterRequired) - at lambda_method(Closure , IServiceProvider , Object[] ) - at Microsoft.AspNetCore.Mvc.Internal.TypeActivatorCache.CreateInstance[TInstance](IServiceProvider serviceProvider, Type implementationType) - at Microsoft.AspNetCore.Mvc.Controllers.DefaultControllerActivator.Create(ControllerContext controllerContext) - at Microsoft.AspNetCore.Mvc.Controllers.DefaultControllerFactory.CreateController(ControllerContext context) - at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.d__26.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.d__25.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() - at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.d__18.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.AspNetCore.Builder.RouterMiddleware.d__4.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.ApplicationInsights.AspNetCore.ExceptionTrackingMiddleware.d__4.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.ApplicationInsights.AspNetCore.RequestTrackingMiddleware.d__4.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.AspNetCore.Server.IISIntegration.IISMiddleware.d__8.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.AspNetCore.Hosting.Internal.RequestServicesContainerMiddleware.d__3.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.ConfiguredTaskAwaitable.ConfiguredTaskAwaiter.GetResult() - at Microsoft.AspNetCore.Server.Kestrel.Internal.Http.Frame`1.d__2.MoveNext() -2016-07-27 14:02:49.144 +05:30 [Information] Request finished in 72.1187ms 200 -2016-07-27 14:02:49.147 +05:30 [Debug] Connection id ""0HKTLV215M7IG"" completed keep alive response. -2016-07-27 14:04:13.277 +05:30 [Debug] Connection id ""0HKTLV215M7IG"" received FIN. -2016-07-27 14:04:13.277 +05:30 [Debug] Connection id ""0HKTLV215M7IH"" received FIN. -2016-07-27 14:04:13.281 +05:30 [Debug] Connection id ""0HKTLV215M7IG"" disconnecting. -2016-07-27 14:04:13.285 +05:30 [Debug] Connection id ""0HKTLV215M7IG"" sending FIN. -2016-07-27 14:04:13.303 +05:30 [Debug] Connection id ""0HKTLV215M7IG"" sent FIN with status "0". -2016-07-27 14:04:13.307 +05:30 [Debug] Connection id ""0HKTLV215M7IH"" disconnecting. -2016-07-27 14:04:13.310 +05:30 [Debug] Connection id ""0HKTLV215M7IH"" sending FIN. -2016-07-27 14:04:13.312 +05:30 [Debug] Connection id ""0HKTLV215M7IH"" sent FIN with status "0". -2016-07-27 14:04:13.313 +05:30 [Debug] Connection id ""0HKTLV215M7IG"" stopped. -2016-07-27 14:04:13.313 +05:30 [Debug] Connection id ""0HKTLV215M7IH"" stopped. -2016-07-27 14:07:35.879 +05:30 [Debug] Connection id ""0HKTLV215M7II"" started. -2016-07-27 14:07:35.888 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/User/FacebookLogin?AccessToken=EAAKYvwDVmnUBAOjuYpXRrflfjKpYF3SDZA9Yt13IXGSuUPc8UjZBQhyt0Xuyqn75zngKSVrd8oQg9BYc0v7ez4zZCweONZCBy3ybpnii9Rw7E1IMKP0Ae8cZBjydGVPDdzZATY8eWlvnOcTnSoCvXcbl9Yu6JcYNUZD application/json 0 -2016-07-27 14:07:35.889 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/FacebookLogin"'. -2016-07-27 14:07:35.891 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" -2016-07-27 14:07:35.909 +05:30 [Error] Connection id ""0HKTLV215M7II"": An unhandled exception was thrown by the application. -System.InvalidOperationException: Unable to resolve service for type 'Domain.Socioboard.Interfaces.Services.IEmailSender' while attempting to activate 'Api.Socioboard.Controllers.UserController'. - at Microsoft.Extensions.Internal.ActivatorUtilities.GetService(IServiceProvider sp, Type type, Type requiredBy, Boolean isDefaultParameterRequired) - at lambda_method(Closure , IServiceProvider , Object[] ) - at Microsoft.AspNetCore.Mvc.Internal.TypeActivatorCache.CreateInstance[TInstance](IServiceProvider serviceProvider, Type implementationType) - at Microsoft.AspNetCore.Mvc.Controllers.DefaultControllerActivator.Create(ControllerContext controllerContext) - at Microsoft.AspNetCore.Mvc.Controllers.DefaultControllerFactory.CreateController(ControllerContext context) - at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.d__26.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.d__25.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() - at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.d__18.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.AspNetCore.Builder.RouterMiddleware.d__4.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.ApplicationInsights.AspNetCore.ExceptionTrackingMiddleware.d__4.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.ApplicationInsights.AspNetCore.RequestTrackingMiddleware.d__4.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.AspNetCore.Server.IISIntegration.IISMiddleware.d__8.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.AspNetCore.Hosting.Internal.RequestServicesContainerMiddleware.d__3.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.ConfiguredTaskAwaitable.ConfiguredTaskAwaiter.GetResult() - at Microsoft.AspNetCore.Server.Kestrel.Internal.Http.Frame`1.d__2.MoveNext() -2016-07-27 14:07:35.912 +05:30 [Information] Request finished in 27.0307ms 200 -2016-07-27 14:07:35.913 +05:30 [Debug] Connection id ""0HKTLV215M7II"" completed keep alive response. -2016-07-27 14:08:35.358 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/User/FacebookLogin?AccessToken=EAAKYvwDVmnUBAOjuYpXRrflfjKpYF3SDZA9Yt13IXGSuUPc8UjZBQhyt0Xuyqn75zngKSVrd8oQg9BYc0v7ez4zZCweONZCBy3ybpnii9Rw7E1IMKP0Ae8cZBjydGVP application/json 0 -2016-07-27 14:08:35.381 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/FacebookLogin"'. -2016-07-27 14:08:35.382 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" -2016-07-27 14:08:35.391 +05:30 [Error] Connection id ""0HKTLV215M7II"": An unhandled exception was thrown by the application. -System.InvalidOperationException: Unable to resolve service for type 'Domain.Socioboard.Interfaces.Services.IEmailSender' while attempting to activate 'Api.Socioboard.Controllers.UserController'. - at Microsoft.Extensions.Internal.ActivatorUtilities.GetService(IServiceProvider sp, Type type, Type requiredBy, Boolean isDefaultParameterRequired) - at lambda_method(Closure , IServiceProvider , Object[] ) - at Microsoft.AspNetCore.Mvc.Internal.TypeActivatorCache.CreateInstance[TInstance](IServiceProvider serviceProvider, Type implementationType) - at Microsoft.AspNetCore.Mvc.Controllers.DefaultControllerActivator.Create(ControllerContext controllerContext) - at Microsoft.AspNetCore.Mvc.Controllers.DefaultControllerFactory.CreateController(ControllerContext context) - at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.d__26.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.d__25.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() - at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.d__18.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.AspNetCore.Builder.RouterMiddleware.d__4.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.ApplicationInsights.AspNetCore.ExceptionTrackingMiddleware.d__4.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.ApplicationInsights.AspNetCore.RequestTrackingMiddleware.d__4.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.AspNetCore.Server.IISIntegration.IISMiddleware.d__8.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.AspNetCore.Hosting.Internal.RequestServicesContainerMiddleware.d__3.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.ConfiguredTaskAwaitable.ConfiguredTaskAwaiter.GetResult() - at Microsoft.AspNetCore.Server.Kestrel.Internal.Http.Frame`1.d__2.MoveNext() -2016-07-27 14:08:35.395 +05:30 [Information] Request finished in 52.1909ms 200 -2016-07-27 14:08:35.395 +05:30 [Debug] Connection id ""0HKTLV215M7II"" completed keep alive response. -2016-07-27 14:10:13.276 +05:30 [Debug] Connection id ""0HKTLV215M7II"" received FIN. -2016-07-27 14:10:13.278 +05:30 [Debug] Connection id ""0HKTLV215M7II"" disconnecting. -2016-07-27 14:10:13.283 +05:30 [Debug] Connection id ""0HKTLV215M7II"" sending FIN. -2016-07-27 14:10:13.284 +05:30 [Debug] Connection id ""0HKTLV215M7II"" sent FIN with status "0". -2016-07-27 14:10:13.286 +05:30 [Debug] Connection id ""0HKTLV215M7II"" stopped. -2016-07-27 15:04:57.584 +05:30 [Debug] Connection id ""0HKTLV215M7IJ"" started. -2016-07-27 15:04:57.589 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/User/FacebookLogin?AccessToken=EAAKYvwDVmnUBAOjuYpXRrflfjKpYF3SDZA9Yt13IXGSuUPc8UjZBQhyt0Xuyqn75zngKSVrd8oQg9BYc0v7ez4zZCweONZCBy3ybpnii9Rw7E1IMKP0Ae8cZBjydGVP application/json 0 -2016-07-27 15:04:57.589 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/FacebookLogin"'. -2016-07-27 15:04:57.590 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" -2016-07-27 15:04:57.599 +05:30 [Error] Connection id ""0HKTLV215M7IJ"": An unhandled exception was thrown by the application. -System.InvalidOperationException: Unable to resolve service for type 'Domain.Socioboard.Interfaces.Services.IEmailSender' while attempting to activate 'Api.Socioboard.Controllers.UserController'. - at Microsoft.Extensions.Internal.ActivatorUtilities.GetService(IServiceProvider sp, Type type, Type requiredBy, Boolean isDefaultParameterRequired) - at lambda_method(Closure , IServiceProvider , Object[] ) - at Microsoft.AspNetCore.Mvc.Internal.TypeActivatorCache.CreateInstance[TInstance](IServiceProvider serviceProvider, Type implementationType) - at Microsoft.AspNetCore.Mvc.Controllers.DefaultControllerActivator.Create(ControllerContext controllerContext) - at Microsoft.AspNetCore.Mvc.Controllers.DefaultControllerFactory.CreateController(ControllerContext context) - at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.d__26.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.d__25.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() - at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.d__18.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.AspNetCore.Builder.RouterMiddleware.d__4.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.ApplicationInsights.AspNetCore.ExceptionTrackingMiddleware.d__4.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.ApplicationInsights.AspNetCore.RequestTrackingMiddleware.d__4.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.AspNetCore.Server.IISIntegration.IISMiddleware.d__8.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.AspNetCore.Hosting.Internal.RequestServicesContainerMiddleware.d__3.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.ConfiguredTaskAwaitable.ConfiguredTaskAwaiter.GetResult() - at Microsoft.AspNetCore.Server.Kestrel.Internal.Http.Frame`1.d__2.MoveNext() -2016-07-27 15:04:57.603 +05:30 [Information] Request finished in 15.9355ms 200 -2016-07-27 15:04:57.604 +05:30 [Debug] Connection id ""0HKTLV215M7IJ"" completed keep alive response. -2016-07-27 15:06:01.918 +05:30 [Debug] Connection id ""0HKTLV215M7IJ"" received FIN. -2016-07-27 15:06:01.920 +05:30 [Debug] Connection id ""0HKTLV215M7IK"" started. -2016-07-27 15:06:01.920 +05:30 [Debug] Connection id ""0HKTLV215M7IJ"" disconnecting. -2016-07-27 15:06:01.926 +05:30 [Debug] Connection id ""0HKTLV215M7IJ"" sending FIN. -2016-07-27 15:06:01.926 +05:30 [Debug] Connection id ""0HKTLV215M7IJ"" sent FIN with status "0". -2016-07-27 15:06:01.926 +05:30 [Debug] Connection id ""0HKTLV215M7IJ"" stopped. -2016-07-27 15:06:01.934 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/User/ResendMail?Email=asdfasW%40skl.com application/x-www-form-urlencoded 0 -2016-07-27 15:06:01.935 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/ResendMail"'. -2016-07-27 15:06:01.945 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.ResendMail (Api.Socioboard)" -2016-07-27 15:06:01.993 +05:30 [Error] Connection id ""0HKTLV215M7IK"": An unhandled exception was thrown by the application. -System.InvalidOperationException: Unable to resolve service for type 'Domain.Socioboard.Interfaces.Services.IEmailSender' while attempting to activate 'Api.Socioboard.Controllers.UserController'. - at Microsoft.Extensions.Internal.ActivatorUtilities.GetService(IServiceProvider sp, Type type, Type requiredBy, Boolean isDefaultParameterRequired) - at lambda_method(Closure , IServiceProvider , Object[] ) - at Microsoft.AspNetCore.Mvc.Internal.TypeActivatorCache.CreateInstance[TInstance](IServiceProvider serviceProvider, Type implementationType) - at Microsoft.AspNetCore.Mvc.Controllers.DefaultControllerActivator.Create(ControllerContext controllerContext) - at Microsoft.AspNetCore.Mvc.Controllers.DefaultControllerFactory.CreateController(ControllerContext context) - at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.d__26.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.d__25.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() - at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.d__18.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.AspNetCore.Builder.RouterMiddleware.d__4.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.ApplicationInsights.AspNetCore.ExceptionTrackingMiddleware.d__4.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.ApplicationInsights.AspNetCore.RequestTrackingMiddleware.d__4.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.AspNetCore.Server.IISIntegration.IISMiddleware.d__8.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.AspNetCore.Hosting.Internal.RequestServicesContainerMiddleware.d__3.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.ConfiguredTaskAwaitable.ConfiguredTaskAwaiter.GetResult() - at Microsoft.AspNetCore.Server.Kestrel.Internal.Http.Frame`1.d__2.MoveNext() -2016-07-27 15:06:02.004 +05:30 [Information] Request finished in 71.8461ms 200 -2016-07-27 15:06:02.006 +05:30 [Debug] Connection id ""0HKTLV215M7IK"" completed keep alive response. -2016-07-27 15:07:23.529 +05:30 [Debug] Connection id ""0HKTLV215M7IK"" received FIN. -2016-07-27 15:07:23.531 +05:30 [Debug] Connection id ""0HKTLV215M7IK"" disconnecting. -2016-07-27 15:07:23.532 +05:30 [Debug] Connection id ""0HKTLV215M7IK"" sending FIN. -2016-07-27 15:07:23.533 +05:30 [Debug] Connection id ""0HKTLV215M7IK"" sent FIN with status "0". -2016-07-27 15:07:23.534 +05:30 [Debug] Connection id ""0HKTLV215M7IK"" stopped. -2016-07-27 15:10:04.817 +05:30 [Debug] Hosting starting -2016-07-27 15:10:05.053 +05:30 [Debug] Hosting started -2016-07-27 15:10:05.136 +05:30 [Debug] Connection id ""0HKTM07ULKV83"" started. -2016-07-27 15:10:05.136 +05:30 [Debug] Connection id ""0HKTM07ULKV82"" started. -2016-07-27 15:10:05.357 +05:30 [Debug] Connection id ""0HKTM07ULKV84"" started. -2016-07-27 15:10:05.370 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-07-27 15:10:05.370 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/User/ResendMail?Email=asdfasW%40skl.com application/x-www-form-urlencoded 0 -2016-07-27 15:10:05.370 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:6361/ 0 -2016-07-27 15:10:05.470 +05:30 [Information] Request finished in 187.3087ms 200 -2016-07-27 15:10:05.549 +05:30 [Debug] Connection id ""0HKTM07ULKV82"" completed keep alive response. -2016-07-27 15:10:06.337 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-07-27 15:10:06.337 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/ResendMail"'. -2016-07-27 15:10:06.410 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"8a9c06e5-c082-4d05-8208-426953a7f519"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-07-27 15:10:06.534 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.ResendMail (Api.Socioboard)" -2016-07-27 15:10:06.566 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-07-27 15:10:06.732 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid -2016-07-27 15:10:06.738 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult". -2016-07-27 15:10:06.805 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-27 15:10:06.813 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-27 15:10:06.816 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-27 15:10:06.853 +05:30 [Error] Connection id ""0HKTM07ULKV84"": An unhandled exception was thrown by the application. -System.InvalidOperationException: Unable to resolve service for type 'Domain.Socioboard.Interfaces.Services.IEmailSender' while attempting to activate 'Api.Socioboard.Controllers.UserController'. - at Microsoft.Extensions.Internal.ActivatorUtilities.GetService(IServiceProvider sp, Type type, Type requiredBy, Boolean isDefaultParameterRequired) - at lambda_method(Closure , IServiceProvider , Object[] ) - at Microsoft.AspNetCore.Mvc.Internal.TypeActivatorCache.CreateInstance[TInstance](IServiceProvider serviceProvider, Type implementationType) - at Microsoft.AspNetCore.Mvc.Controllers.DefaultControllerActivator.Create(ControllerContext controllerContext) - at Microsoft.AspNetCore.Mvc.Controllers.DefaultControllerFactory.CreateController(ControllerContext context) - at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.d__26.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.d__25.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() - at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.d__18.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.AspNetCore.Builder.RouterMiddleware.d__4.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.ApplicationInsights.AspNetCore.ExceptionTrackingMiddleware.d__4.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.ApplicationInsights.AspNetCore.RequestTrackingMiddleware.d__4.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.AspNetCore.Server.IISIntegration.IISMiddleware.d__8.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.AspNetCore.Hosting.Internal.RequestServicesContainerMiddleware.d__3.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.ConfiguredTaskAwaitable.ConfiguredTaskAwaiter.GetResult() - at Microsoft.AspNetCore.Server.Kestrel.Internal.Http.Frame`1.d__2.MoveNext() -2016-07-27 15:10:06.861 +05:30 [Information] Request finished in 1498.6454ms 200 -2016-07-27 15:10:06.861 +05:30 [Debug] Connection id ""0HKTM07ULKV84"" completed keep alive response. -2016-07-27 15:10:07.135 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 558.2197ms -2016-07-27 15:10:07.142 +05:30 [Information] Request finished in 1880.7407ms 200 application/json; charset=utf-8 -2016-07-27 15:10:07.146 +05:30 [Debug] Connection id ""0HKTM07ULKV83"" completed keep alive response. -2016-07-27 15:12:24.452 +05:30 [Debug] Hosting starting -2016-07-27 15:12:24.694 +05:30 [Debug] Hosting started -2016-07-27 15:12:24.734 +05:30 [Debug] Connection id ""0HKTM0988U997"" started. -2016-07-27 15:12:24.734 +05:30 [Debug] Connection id ""0HKTM0988U996"" started. -2016-07-27 15:12:24.926 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-07-27 15:12:24.926 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:6361/ 0 -2016-07-27 15:12:25.021 +05:30 [Information] Request finished in 129.6949ms 200 -2016-07-27 15:12:25.104 +05:30 [Debug] Connection id ""0HKTM0988U996"" completed keep alive response. -2016-07-27 15:12:25.666 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-07-27 15:12:25.736 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"a5ea42d2-bdd8-450f-8856-48a063bcf35a"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-07-27 15:12:25.960 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-07-27 15:12:26.104 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid -2016-07-27 15:12:26.110 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult". -2016-07-27 15:12:26.169 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-27 15:12:26.175 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-27 15:12:26.179 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-27 15:12:26.504 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 533.1105ms -2016-07-27 15:12:26.704 +05:30 [Information] Request finished in 1833.6452ms 200 application/json; charset=utf-8 -2016-07-27 15:12:26.709 +05:30 [Debug] Connection id ""0HKTM0988U997"" completed keep alive response. -2016-07-27 15:12:34.791 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/User/FacebookLogin?AccessToken=EAAKYvwDVmnUBAOjuYpXRrflfjKpYF3SDZA9Yt13IXGSuUPc8UjZBQhyt0Xuyqn75zngKSVrd8oQg9BYc0v7ez4zZCweONZCBy3ybpnii9Rw7E1IMKP0Ae8cZBjydGVPDdzZATY8eWlvnOcTnSoCvXcbl9Yu6JcYNUZD application/json 0 -2016-07-27 15:12:34.794 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/FacebookLogin"'. -2016-07-27 15:12:34.799 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" -2016-07-27 15:12:34.825 +05:30 [Error] An unhandled exception has occurred while executing the request -System.InvalidOperationException: Unable to resolve service for type 'Domain.Socioboard.Interfaces.Services.IEmailSender' while attempting to activate 'Api.Socioboard.Controllers.UserController'. - at Microsoft.Extensions.Internal.ActivatorUtilities.GetService(IServiceProvider sp, Type type, Type requiredBy, Boolean isDefaultParameterRequired) - at lambda_method(Closure , IServiceProvider , Object[] ) - at Microsoft.AspNetCore.Mvc.Internal.TypeActivatorCache.CreateInstance[TInstance](IServiceProvider serviceProvider, Type implementationType) - at Microsoft.AspNetCore.Mvc.Controllers.DefaultControllerActivator.Create(ControllerContext controllerContext) - at Microsoft.AspNetCore.Mvc.Controllers.DefaultControllerFactory.CreateController(ControllerContext context) - at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.d__26.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.d__25.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() - at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.d__18.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.AspNetCore.Builder.RouterMiddleware.d__4.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware.d__6.MoveNext() -2016-07-27 15:12:35.325 +05:30 [Information] Request finished in 522.5403ms 500 text/html; charset=utf-8 -2016-07-27 15:12:35.328 +05:30 [Debug] Connection id ""0HKTM0988U996"" completed keep alive response. -2016-07-27 15:14:24.699 +05:30 [Debug] Connection id ""0HKTM0988U997"" received FIN. -2016-07-27 15:14:24.699 +05:30 [Debug] Connection id ""0HKTM0988U996"" received FIN. -2016-07-27 15:14:24.703 +05:30 [Debug] Connection id ""0HKTM0988U997"" disconnecting. -2016-07-27 15:14:24.706 +05:30 [Debug] Connection id ""0HKTM0988U997"" sending FIN. -2016-07-27 15:14:24.717 +05:30 [Debug] Connection id ""0HKTM0988U996"" disconnecting. -2016-07-27 15:14:24.721 +05:30 [Debug] Connection id ""0HKTM0988U996"" sending FIN. -2016-07-27 15:14:24.723 +05:30 [Debug] Connection id ""0HKTM0988U997"" sent FIN with status "0". -2016-07-27 15:14:24.723 +05:30 [Debug] Connection id ""0HKTM0988U996"" sent FIN with status "0". -2016-07-27 15:14:24.727 +05:30 [Debug] Connection id ""0HKTM0988U997"" stopped. -2016-07-27 15:14:24.727 +05:30 [Debug] Connection id ""0HKTM0988U996"" stopped. -2016-07-27 15:20:32.966 +05:30 [Debug] Hosting starting -2016-07-27 15:20:33.193 +05:30 [Debug] Hosting started -2016-07-27 15:20:33.345 +05:30 [Debug] Connection id ""0HKTM0DPSOKTO"" started. -2016-07-27 15:20:33.345 +05:30 [Debug] Connection id ""0HKTM0DPSOKTP"" started. -2016-07-27 15:20:33.554 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:6361/ 0 -2016-07-27 15:20:33.554 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-07-27 15:20:33.637 +05:30 [Information] Request finished in 129.6131ms 200 -2016-07-27 15:20:33.712 +05:30 [Debug] Connection id ""0HKTM0DPSOKTP"" completed keep alive response. -2016-07-27 15:20:34.241 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-07-27 15:20:34.320 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"5e0325d7-768f-4e6e-aa31-6af7638a795d"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-07-27 15:20:34.464 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-07-27 15:20:34.589 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid -2016-07-27 15:20:34.593 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult". -2016-07-27 15:20:34.652 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-27 15:20:34.660 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-27 15:20:34.664 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-27 15:20:35.034 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 543.9809ms -2016-07-27 15:20:35.155 +05:30 [Information] Request finished in 1660.3701ms 200 application/json; charset=utf-8 -2016-07-27 15:20:35.158 +05:30 [Debug] Connection id ""0HKTM0DPSOKTO"" completed keep alive response. -2016-07-27 15:21:14.264 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/User/FacebookLogin application/x-www-form-urlencoded 177 -2016-07-27 15:21:14.265 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/FacebookLogin"'. -2016-07-27 15:21:14.273 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" -2016-07-27 15:21:14.857 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" with arguments (["EAAKYvwDVmnUBAHWRedtYyn6pTR1NqD5yjFtTklLlWIZBEw0dsyFLkr1B8i3zvKyxcZBP24WpJsnXtBTqQ6ijYCZA1k0yZCs0SOmH03ZCmbq45aN99TUqbGl6ZAd9Okp2XrurZBW8YKHvahGpxY0KasQ2ScPCuaQBvIZD"]) - ModelState is Valid -2016-07-27 15:21:21.004 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-27 15:21:21.011 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-27 15:21:21.013 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-27 15:21:21.088 +05:30 [Information] Executed action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" in 6811.5106ms -2016-07-27 15:21:21.093 +05:30 [Information] Request finished in 6837.8591ms 200 application/json; charset=utf-8 -2016-07-27 15:21:21.096 +05:30 [Debug] Connection id ""0HKTM0DPSOKTP"" completed keep alive response. -2016-07-27 15:21:21.566 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-27 15:21:21.567 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-27 15:21:21.569 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-27 15:21:21.624 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-27 15:21:21.657 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-27 15:21:21.658 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-27 15:21:21.660 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-27 15:21:21.667 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 96.1895ms -2016-07-27 15:21:21.675 +05:30 [Information] Request finished in 108.262ms 200 application/json; charset=utf-8 -2016-07-27 15:21:21.676 +05:30 [Debug] Connection id ""0HKTM0DPSOKTO"" completed keep alive response. -2016-07-27 15:21:21.738 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-27 15:21:21.739 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-27 15:21:21.745 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-27 15:21:21.776 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-27 15:21:26.875 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-27 15:21:26.876 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-27 15:21:26.879 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-27 15:21:26.889 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 5141.6714ms -2016-07-27 15:21:26.894 +05:30 [Information] Request finished in 5153.8937ms 200 application/json; charset=utf-8 -2016-07-27 15:21:26.895 +05:30 [Debug] Connection id ""0HKTM0DPSOKTP"" completed keep alive response. -2016-07-27 15:21:30.308 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=1 -2016-07-27 15:21:30.326 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-07-27 15:21:30.330 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-07-27 15:21:30.373 +05:30 [Debug] Connection id ""0HKTM0DPSOKTQ"" started. -2016-07-27 15:21:30.373 +05:30 [Debug] Connection id ""0HKTM0DPSOKTR"" started. -2016-07-27 15:21:30.376 +05:30 [Debug] Connection id ""0HKTM0DPSOKTS"" started. -2016-07-27 15:21:30.386 +05:30 [Debug] Connection id ""0HKTM0DPSOKTT"" started. -2016-07-27 15:21:30.410 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=1 -2016-07-27 15:21:30.438 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-07-27 15:21:30.441 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-07-27 15:21:30.498 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=1 -2016-07-27 15:21:30.506 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-07-27 15:21:30.511 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/LinkedIn/GetLinkedInCompanyPagesProfiles?groupId=1 -2016-07-27 15:21:30.512 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/LinkedIn/GetLinkedInCompanyPagesProfiles"'. -2016-07-27 15:21:30.516 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" -2016-07-27 15:21:30.514 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-07-27 15:21:30.537 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Instagram/GetInstagramProfiles?groupId=1 -2016-07-27 15:21:30.538 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Instagram/GetInstagramProfiles"'. -2016-07-27 15:21:30.542 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" -2016-07-27 15:21:30.979 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Google/GetGplusProfiles?groupId=1 -2016-07-27 15:21:30.979 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GetGplusProfiles"'. -2016-07-27 15:21:30.982 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" -2016-07-27 15:21:31.567 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-27 15:21:31.570 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-27 15:21:31.574 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-27 15:21:31.577 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-27 15:21:31.582 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-27 15:21:31.586 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-27 15:21:31.593 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-27 15:21:31.594 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-27 15:21:31.595 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-27 15:21:31.599 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-27 15:21:31.599 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-27 15:21:31.602 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-27 15:21:31.602 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-27 15:21:31.614 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-27 15:21:31.618 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-27 15:21:31.620 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-27 15:21:31.622 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-27 15:21:31.623 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-27 15:21:31.623 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-27 15:21:31.624 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-27 15:21:31.628 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-27 15:21:31.633 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-27 15:21:31.640 +05:30 [Information] Executed action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" in 1118.4331ms -2016-07-27 15:21:31.646 +05:30 [Information] Executed action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" in 1095.4684ms -2016-07-27 15:21:31.654 +05:30 [Information] Request finished in 1238.7421ms 200 application/json; charset=utf-8 -2016-07-27 15:21:31.660 +05:30 [Debug] Connection id ""0HKTM0DPSOKTS"" completed keep alive response. -2016-07-27 15:21:31.667 +05:30 [Information] Request finished in 1246.0444ms 200 application/json; charset=utf-8 -2016-07-27 15:21:31.669 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 1219.683ms -2016-07-27 15:21:31.670 +05:30 [Debug] Connection id ""0HKTM0DPSOKTT"" completed keep alive response. -2016-07-27 15:21:31.677 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" in 673.8788ms -2016-07-27 15:21:31.680 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/SocialMessages/GetAllSentMessagesCount?groupId=1&userId=1 -2016-07-27 15:21:31.682 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetIncommingMessage?groupId=1&userId=1 -2016-07-27 15:21:31.684 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/SocialMessages/GetAllSentMessagesCount"'. -2016-07-27 15:21:31.684 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetIncommingMessage"'. -2016-07-27 15:21:31.687 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" -2016-07-27 15:21:31.687 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" -2016-07-27 15:21:31.688 +05:30 [Information] Request finished in 1300.8571ms 200 application/json; charset=utf-8 -2016-07-27 15:21:31.689 +05:30 [Debug] Connection id ""0HKTM0DPSOKTQ"" completed keep alive response. -2016-07-27 15:21:31.697 +05:30 [Information] Request finished in 707.2173ms 200 application/json; charset=utf-8 -2016-07-27 15:21:31.701 +05:30 [Debug] Connection id ""0HKTM0DPSOKTR"" completed keep alive response. -2016-07-27 15:21:31.714 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-27 15:21:31.726 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterFollowerCount?groupId=1&userId=1 -2016-07-27 15:21:31.729 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-27 15:21:31.729 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterFollowerCount"'. -2016-07-27 15:21:31.730 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-27 15:21:31.732 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" -2016-07-27 15:21:31.748 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-27 15:21:31.765 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-27 15:21:31.766 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-27 15:21:31.766 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-27 15:21:31.768 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-27 15:21:31.776 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 1429.3743ms -2016-07-27 15:21:31.780 +05:30 [Information] Request finished in 1503.9932ms 200 application/json; charset=utf-8 -2016-07-27 15:21:31.782 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 1243.7687ms -2016-07-27 15:21:31.783 +05:30 [Debug] Connection id ""0HKTM0DPSOKTO"" completed keep alive response. -2016-07-27 15:21:31.788 +05:30 [Information] Request finished in 1402.8597ms 200 application/json; charset=utf-8 -2016-07-27 15:21:31.788 +05:30 [Debug] Connection id ""0HKTM0DPSOKTP"" completed keep alive response. -2016-07-27 15:21:32.011 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterRecentFollower?groupId=1 -2016-07-27 15:21:32.015 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterRecentFollower"'. -2016-07-27 15:21:32.017 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" -2016-07-27 15:21:32.041 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/FacebookfanPageCount?groupId=1&userId=1 -2016-07-27 15:21:32.043 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/FacebookfanPageCount"'. -2016-07-27 15:21:32.048 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" -2016-07-27 15:21:32.191 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-07-27 15:21:32.210 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-07-27 15:21:32.538 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-27 15:21:32.568 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-07-27 15:21:32.600 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-07-27 15:21:34.463 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-27 15:21:34.466 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-27 15:21:34.470 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-07-27 15:21:34.477 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-27 15:21:34.494 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" in 2791.8323ms -2016-07-27 15:21:34.504 +05:30 [Information] Request finished in 2824.414ms 200 text/plain; charset=utf-8 -2016-07-27 15:21:34.505 +05:30 [Debug] Connection id ""0HKTM0DPSOKTT"" completed keep alive response. -2016-07-27 15:21:39.149 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-27 15:21:39.150 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-27 15:21:39.149 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-27 15:21:39.150 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-27 15:21:39.150 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-27 15:21:39.151 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-27 15:21:39.153 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-07-27 15:21:39.152 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-27 15:21:39.156 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-27 15:21:39.153 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-07-27 15:21:39.159 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-27 15:21:39.164 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" in 7108.9674ms -2016-07-27 15:21:39.167 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-27 15:21:39.170 +05:30 [Information] Executed action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" in 7477.0739ms -2016-07-27 15:21:39.174 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" in 7433.0287ms -2016-07-27 15:21:39.177 +05:30 [Information] Request finished in 7178.3753ms 200 text/plain; charset=utf-8 -2016-07-27 15:21:39.177 +05:30 [Debug] Connection id ""0HKTM0DPSOKTR"" completed keep alive response. -2016-07-27 15:21:39.184 +05:30 [Information] Request finished in 7466.6856ms 200 text/plain; charset=utf-8 -2016-07-27 15:21:39.187 +05:30 [Debug] Connection id ""0HKTM0DPSOKTQ"" completed keep alive response. -2016-07-27 15:21:39.187 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-27 15:21:39.189 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-27 15:21:39.189 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-27 15:21:39.194 +05:30 [Information] Request finished in 7513.9476ms 200 application/json; charset=utf-8 -2016-07-27 15:21:39.195 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-27 15:21:39.198 +05:30 [Debug] Connection id ""0HKTM0DPSOKTS"" completed keep alive response. -2016-07-27 15:21:39.211 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" in 7191.6956ms -2016-07-27 15:21:39.216 +05:30 [Information] Request finished in 7221.148ms 200 application/json; charset=utf-8 -2016-07-27 15:21:39.217 +05:30 [Debug] Connection id ""0HKTM0DPSOKTO"" completed keep alive response. -2016-07-27 15:22:33.311 +05:30 [Debug] Connection id ""0HKTM0DPSOKTP"" received FIN. -2016-07-27 15:22:33.314 +05:30 [Debug] Connection id ""0HKTM0DPSOKTP"" disconnecting. -2016-07-27 15:22:33.317 +05:30 [Debug] Connection id ""0HKTM0DPSOKTP"" sending FIN. -2016-07-27 15:22:33.331 +05:30 [Debug] Connection id ""0HKTM0DPSOKTP"" sent FIN with status "0". -2016-07-27 15:22:33.336 +05:30 [Debug] Connection id ""0HKTM0DPSOKTP"" stopped. -2016-07-27 15:23:00.300 +05:30 [Debug] Connection id ""0HKTM0DPSOKTT"" received FIN. -2016-07-27 15:23:00.302 +05:30 [Debug] Connection id ""0HKTM0DPSOKTQ"" received FIN. -2016-07-27 15:23:00.302 +05:30 [Debug] Connection id ""0HKTM0DPSOKTO"" received FIN. -2016-07-27 15:23:00.301 +05:30 [Debug] Connection id ""0HKTM0DPSOKTR"" received FIN. -2016-07-27 15:23:00.306 +05:30 [Debug] Connection id ""0HKTM0DPSOKTS"" received FIN. -2016-07-27 15:23:00.307 +05:30 [Debug] Connection id ""0HKTM0DPSOKTU"" started. -2016-07-27 15:23:00.304 +05:30 [Debug] Connection id ""0HKTM0DPSOKTQ"" disconnecting. -2016-07-27 15:23:00.314 +05:30 [Debug] Connection id ""0HKTM0DPSOKTQ"" sending FIN. -2016-07-27 15:23:00.307 +05:30 [Debug] Connection id ""0HKTM0DPSOKTS"" disconnecting. -2016-07-27 15:23:00.305 +05:30 [Debug] Connection id ""0HKTM0DPSOKTO"" disconnecting. -2016-07-27 15:23:00.309 +05:30 [Debug] Connection id ""0HKTM0DPSOKTR"" disconnecting. -2016-07-27 15:23:00.314 +05:30 [Debug] Connection id ""0HKTM0DPSOKTQ"" sent FIN with status "0". -2016-07-27 15:23:00.321 +05:30 [Debug] Connection id ""0HKTM0DPSOKTQ"" stopped. -2016-07-27 15:23:00.319 +05:30 [Debug] Connection id ""0HKTM0DPSOKTS"" sending FIN. -2016-07-27 15:23:00.304 +05:30 [Debug] Connection id ""0HKTM0DPSOKTT"" disconnecting. -2016-07-27 15:23:00.321 +05:30 [Debug] Connection id ""0HKTM0DPSOKTO"" sending FIN. -2016-07-27 15:23:00.323 +05:30 [Debug] Connection id ""0HKTM0DPSOKTT"" sending FIN. -2016-07-27 15:23:00.324 +05:30 [Debug] Connection id ""0HKTM0DPSOKTT"" sent FIN with status "0". -2016-07-27 15:23:00.324 +05:30 [Debug] Connection id ""0HKTM0DPSOKTT"" stopped. -2016-07-27 15:23:00.325 +05:30 [Debug] Connection id ""0HKTM0DPSOKTO"" sent FIN with status "0". -2016-07-27 15:23:00.320 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/User/FacebookLogin application/x-www-form-urlencoded 175 -2016-07-27 15:23:00.322 +05:30 [Debug] Connection id ""0HKTM0DPSOKTR"" sending FIN. -2016-07-27 15:23:00.326 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/FacebookLogin"'. -2016-07-27 15:23:00.326 +05:30 [Debug] Connection id ""0HKTM0DPSOKTR"" sent FIN with status "0". -2016-07-27 15:23:00.327 +05:30 [Debug] Connection id ""0HKTM0DPSOKTR"" stopped. -2016-07-27 15:23:00.328 +05:30 [Debug] Connection id ""0HKTM0DPSOKTS"" sent FIN with status "0". -2016-07-27 15:23:00.328 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" -2016-07-27 15:23:00.328 +05:30 [Debug] Connection id ""0HKTM0DPSOKTS"" stopped. -2016-07-27 15:23:00.325 +05:30 [Debug] Connection id ""0HKTM0DPSOKTO"" stopped. -2016-07-27 15:23:00.372 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" with arguments (["EAAKYvwDVmnUBALLjHVRWOdMmHzym9KzEUHtFH6VZAvjAryZB1wZBBQ5aGfDczhpgK1xcKfjmqrt0CH9PgzXGeKjXZA39RujBU7oHivtkVKrFJGIPAj4qiBj6LfySdB6ZC9N3fpY0KCjM8zQBeFvjv4q7RfLSKBsQZD"]) - ModelState is Valid -2016-07-27 15:23:08.770 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-27 15:23:08.771 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-27 15:23:08.772 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-27 15:23:08.775 +05:30 [Information] Executed action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" in 8443.765ms -2016-07-27 15:23:08.780 +05:30 [Information] Request finished in 8470.6665ms 200 application/json; charset=utf-8 -2016-07-27 15:23:08.781 +05:30 [Debug] Connection id ""0HKTM0DPSOKTU"" completed keep alive response. -2016-07-27 15:23:08.832 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-27 15:23:08.834 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-27 15:23:08.834 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-27 15:23:08.950 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-27 15:23:08.974 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-27 15:23:08.975 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-27 15:23:08.978 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-27 15:23:08.981 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 144.2618ms -2016-07-27 15:23:08.986 +05:30 [Information] Request finished in 154.044ms 200 application/json; charset=utf-8 -2016-07-27 15:23:08.987 +05:30 [Debug] Connection id ""0HKTM0DPSOKTU"" completed keep alive response. -2016-07-27 15:23:08.991 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-27 15:23:08.992 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-27 15:23:08.993 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-27 15:23:09.006 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-27 15:23:09.016 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-27 15:23:09.017 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-27 15:23:09.020 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-27 15:23:09.022 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 27.3277ms -2016-07-27 15:23:09.027 +05:30 [Information] Request finished in 35.5817ms 200 application/json; charset=utf-8 -2016-07-27 15:23:09.028 +05:30 [Debug] Connection id ""0HKTM0DPSOKTU"" completed keep alive response. -2016-07-27 15:23:10.341 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=1 -2016-07-27 15:23:10.342 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-07-27 15:23:10.343 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-07-27 15:23:10.360 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-27 15:23:10.370 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-27 15:23:10.370 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-27 15:23:10.371 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-27 15:23:10.373 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-27 15:23:10.378 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 30.1272ms -2016-07-27 15:23:10.383 +05:30 [Information] Request finished in 41.9805ms 200 application/json; charset=utf-8 -2016-07-27 15:23:10.383 +05:30 [Debug] Connection id ""0HKTM0DPSOKTU"" completed keep alive response. -2016-07-27 15:23:10.775 +05:30 [Debug] Connection id ""0HKTM0DPSOKTV"" started. -2016-07-27 15:23:10.778 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=1 -2016-07-27 15:23:10.779 +05:30 [Debug] Connection id ""0HKTM0DPSOKU0"" started. -2016-07-27 15:23:10.779 +05:30 [Debug] Connection id ""0HKTM0DPSOKU1"" started. -2016-07-27 15:23:10.781 +05:30 [Debug] Connection id ""0HKTM0DPSOKU2"" started. -2016-07-27 15:23:10.782 +05:30 [Debug] Connection id ""0HKTM0DPSOKU3"" started. -2016-07-27 15:23:10.781 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-07-27 15:23:10.785 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-07-27 15:23:10.789 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=1 -2016-07-27 15:23:10.790 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-07-27 15:23:10.792 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-07-27 15:23:10.801 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Google/GetGplusProfiles?groupId=1 -2016-07-27 15:23:10.810 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GetGplusProfiles"'. -2016-07-27 15:23:10.813 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" -2016-07-27 15:23:10.845 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/SocialMessages/GetAllSentMessagesCount?groupId=1&userId=1 -2016-07-27 15:23:10.852 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/SocialMessages/GetAllSentMessagesCount"'. -2016-07-27 15:23:10.855 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" -2016-07-27 15:23:10.890 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Instagram/GetInstagramProfiles?groupId=1 -2016-07-27 15:23:10.920 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Instagram/GetInstagramProfiles"'. -2016-07-27 15:23:10.921 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" -2016-07-27 15:23:11.048 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/LinkedIn/GetLinkedInCompanyPagesProfiles?groupId=1 -2016-07-27 15:23:11.053 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/LinkedIn/GetLinkedInCompanyPagesProfiles"'. -2016-07-27 15:23:11.054 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" -2016-07-27 15:23:11.447 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-27 15:23:11.450 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-27 15:23:11.460 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-27 15:23:11.460 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-27 15:23:11.461 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-27 15:23:11.463 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-07-27 15:23:11.466 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-27 15:23:11.471 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-27 15:23:11.472 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 673.5337ms -2016-07-27 15:23:11.479 +05:30 [Information] Request finished in 696.8108ms 200 application/json; charset=utf-8 -2016-07-27 15:23:11.481 +05:30 [Debug] Connection id ""0HKTM0DPSOKTV"" completed keep alive response. -2016-07-27 15:23:11.489 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetIncommingMessage?groupId=1&userId=1 -2016-07-27 15:23:11.489 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetIncommingMessage"'. -2016-07-27 15:23:11.490 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" -2016-07-27 15:23:11.491 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-27 15:23:11.524 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-27 15:23:11.525 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-27 15:23:11.526 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-27 15:23:11.544 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-27 15:23:11.544 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-27 15:23:11.549 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-27 15:23:11.550 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-27 15:23:11.551 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-27 15:23:11.571 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-27 15:23:11.589 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-27 15:23:11.596 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-27 15:23:11.602 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-27 15:23:11.604 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-27 15:23:11.606 +05:30 [Information] Executed action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" in 737.0452ms -2016-07-27 15:23:11.608 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" in 765.2472ms -2016-07-27 15:23:11.609 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 811.2282ms -2016-07-27 15:23:11.621 +05:30 [Information] Request finished in 831.0729ms 200 application/json; charset=utf-8 -2016-07-27 15:23:11.622 +05:30 [Debug] Connection id ""0HKTM0DPSOKU3"" completed keep alive response. -2016-07-27 15:23:11.623 +05:30 [Information] Request finished in 843.2438ms 200 application/json; charset=utf-8 -2016-07-27 15:23:11.627 +05:30 [Debug] Connection id ""0HKTM0DPSOKTU"" completed keep alive response. -2016-07-27 15:23:11.631 +05:30 [Information] Request finished in 833.3369ms 200 application/json; charset=utf-8 -2016-07-27 15:23:11.636 +05:30 [Debug] Connection id ""0HKTM0DPSOKU2"" completed keep alive response. -2016-07-27 15:23:11.659 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-27 15:23:11.659 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-27 15:23:11.664 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-27 15:23:11.668 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-07-27 15:23:11.673 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterFollowerCount?groupId=1&userId=1 -2016-07-27 15:23:11.674 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-27 15:23:11.680 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterFollowerCount"'. -2016-07-27 15:23:11.702 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/FacebookfanPageCount?groupId=1&userId=1 -2016-07-27 15:23:11.669 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-27 15:23:11.713 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" -2016-07-27 15:23:11.714 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-27 15:23:11.710 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterRecentFollower?groupId=1 -2016-07-27 15:23:11.720 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-27 15:23:11.714 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/FacebookfanPageCount"'. -2016-07-27 15:23:11.722 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-27 15:23:11.734 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-27 15:23:11.735 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-27 15:23:11.735 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" -2016-07-27 15:23:11.729 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterRecentFollower"'. -2016-07-27 15:23:11.738 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-07-27 15:23:11.738 +05:30 [Information] Executed action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" in 807.5551ms -2016-07-27 15:23:11.746 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-27 15:23:11.740 +05:30 [Information] Executed action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" in 680.2971ms -2016-07-27 15:23:11.754 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" in 243.0735ms -2016-07-27 15:23:11.742 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" -2016-07-27 15:23:11.757 +05:30 [Information] Request finished in 970.8114ms 200 application/json; charset=utf-8 -2016-07-27 15:23:11.763 +05:30 [Debug] Connection id ""0HKTM0DPSOKU1"" completed keep alive response. -2016-07-27 15:23:11.768 +05:30 [Information] Request finished in 960.9903ms 200 application/json; charset=utf-8 -2016-07-27 15:23:11.770 +05:30 [Debug] Connection id ""0HKTM0DPSOKU0"" completed keep alive response. -2016-07-27 15:23:11.770 +05:30 [Information] Request finished in 274.5139ms 200 text/plain; charset=utf-8 -2016-07-27 15:23:11.776 +05:30 [Debug] Connection id ""0HKTM0DPSOKTV"" completed keep alive response. -2016-07-27 15:23:11.812 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-07-27 15:23:11.913 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-07-27 15:23:11.922 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-27 15:23:11.923 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-27 15:23:11.924 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-07-27 15:23:11.927 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-27 15:23:11.931 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" in 212.4536ms -2016-07-27 15:23:11.936 +05:30 [Information] Request finished in 268.8974ms 200 text/plain; charset=utf-8 -2016-07-27 15:23:11.937 +05:30 [Debug] Connection id ""0HKTM0DPSOKU3"" completed keep alive response. -2016-07-27 15:23:11.974 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-27 15:23:11.977 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-27 15:23:11.979 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-27 15:23:11.979 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-07-27 15:23:11.983 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-27 15:23:11.984 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-27 15:23:11.985 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-27 15:23:11.987 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-27 15:23:11.987 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" in 243.6541ms -2016-07-27 15:23:11.990 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-27 15:23:11.997 +05:30 [Information] Request finished in 328.8485ms 200 text/plain; charset=utf-8 -2016-07-27 15:23:12.000 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" in 233.0405ms -2016-07-27 15:23:12.001 +05:30 [Debug] Connection id ""0HKTM0DPSOKTU"" completed keep alive response. -2016-07-27 15:23:12.013 +05:30 [Information] Request finished in 342.8839ms 200 application/json; charset=utf-8 -2016-07-27 15:23:12.014 +05:30 [Debug] Connection id ""0HKTM0DPSOKU2"" completed keep alive response. -2016-07-27 15:23:25.458 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFeeds?profileId=236051916783998&userId=1&skip=0&count=30 -2016-07-27 15:23:25.460 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFeeds"'. -2016-07-27 15:23:25.463 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFeeds (Api.Socioboard)" -2016-07-27 15:23:25.495 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFeeds (Api.Socioboard)" with arguments (["236051916783998", "1", "0", "30"]) - ModelState is Valid -2016-07-27 15:23:25.588 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFeeds (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-27 15:23:25.590 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-27 15:23:25.590 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-27 15:23:25.593 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-27 15:23:25.608 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFeeds (Api.Socioboard)" in 141.2362ms -2016-07-27 15:23:25.614 +05:30 [Information] Request finished in 158.5861ms 200 application/json; charset=utf-8 -2016-07-27 15:23:25.615 +05:30 [Debug] Connection id ""0HKTM0DPSOKU1"" completed keep alive response. -2016-07-27 15:23:36.462 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=1 -2016-07-27 15:23:36.463 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-07-27 15:23:36.466 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-07-27 15:23:36.468 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Google/GetGplusProfiles?groupId=1 -2016-07-27 15:23:36.473 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GetGplusProfiles"'. -2016-07-27 15:23:36.477 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" -2016-07-27 15:23:36.475 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Instagram/GetInstagramProfiles?groupId=1 -2016-07-27 15:23:36.481 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Instagram/GetInstagramProfiles"'. -2016-07-27 15:23:36.483 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" -2016-07-27 15:23:36.491 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/LinkedIn/GetLinkedInCompanyPagesProfiles?groupId=1 -2016-07-27 15:23:36.502 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/LinkedIn/GetLinkedInCompanyPagesProfiles"'. -2016-07-27 15:23:36.508 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" -2016-07-27 15:23:36.546 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=1 -2016-07-27 15:23:36.582 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/SocialMessages/GetAllSentMessagesCount?groupId=1&userId=1 -2016-07-27 15:23:36.625 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-07-27 15:23:36.625 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-27 15:23:36.654 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-07-27 15:23:36.632 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/SocialMessages/GetAllSentMessagesCount"'. -2016-07-27 15:23:36.656 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-27 15:23:36.658 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" -2016-07-27 15:23:36.659 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-27 15:23:36.667 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-27 15:23:36.650 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-27 15:23:36.685 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-27 15:23:36.686 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-27 15:23:36.687 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-27 15:23:36.695 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-27 15:23:36.700 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-27 15:23:36.701 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-27 15:23:36.702 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-27 15:23:36.720 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-27 15:23:36.726 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-27 15:23:36.729 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-27 15:23:36.741 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-27 15:23:36.750 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-27 15:23:36.760 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-27 15:23:36.778 +05:30 [Information] Executed action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" in 267.4583ms -2016-07-27 15:23:36.805 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-27 15:23:36.829 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" in 288.6068ms -2016-07-27 15:23:36.845 +05:30 [Information] Request finished in 350.9665ms 200 application/json; charset=utf-8 -2016-07-27 15:23:36.848 +05:30 [Debug] Connection id ""0HKTM0DPSOKTU"" completed keep alive response. -2016-07-27 15:23:36.850 +05:30 [Information] Executed action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" in 293.0763ms -2016-07-27 15:23:36.861 +05:30 [Information] Request finished in 389.2955ms 200 application/json; charset=utf-8 -2016-07-27 15:23:36.863 +05:30 [Debug] Connection id ""0HKTM0DPSOKU3"" completed keep alive response. -2016-07-27 15:23:36.876 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-07-27 15:23:36.885 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-27 15:23:36.888 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterFollowerCount?groupId=1&userId=1 -2016-07-27 15:23:36.894 +05:30 [Information] Request finished in 417.015ms 200 application/json; charset=utf-8 -2016-07-27 15:23:36.898 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterFollowerCount"'. -2016-07-27 15:23:36.904 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-27 15:23:36.906 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" -2016-07-27 15:23:36.901 +05:30 [Debug] Connection id ""0HKTM0DPSOKU2"" completed keep alive response. -2016-07-27 15:23:36.898 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-27 15:23:36.913 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-27 15:23:36.915 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-27 15:23:36.908 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-27 15:23:36.923 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-27 15:23:36.924 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-27 15:23:36.918 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 423.1768ms -2016-07-27 15:23:36.933 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetIncommingMessage?groupId=1&userId=1 -2016-07-27 15:23:36.934 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetIncommingMessage"'. -2016-07-27 15:23:36.936 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" -2016-07-27 15:23:36.942 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/FacebookfanPageCount?groupId=1&userId=1 -2016-07-27 15:23:36.949 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/FacebookfanPageCount"'. -2016-07-27 15:23:36.950 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" -2016-07-27 15:23:36.953 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-27 15:23:36.969 +05:30 [Information] Request finished in 495.1238ms 200 application/json; charset=utf-8 -2016-07-27 15:23:36.973 +05:30 [Debug] Connection id ""0HKTM0DPSOKTV"" completed keep alive response. -2016-07-27 15:23:36.985 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-27 15:23:36.999 +05:30 [Information] Executed action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" in 296.3815ms -2016-07-27 15:23:37.004 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-07-27 15:23:37.008 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterRecentFollower?groupId=1 -2016-07-27 15:23:37.016 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-07-27 15:23:37.013 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 336.5604ms -2016-07-27 15:23:37.016 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-27 15:23:37.021 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-07-27 15:23:37.025 +05:30 [Information] Request finished in 561.2417ms 200 application/json; charset=utf-8 -2016-07-27 15:23:37.023 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterRecentFollower"'. -2016-07-27 15:23:37.028 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-27 15:23:37.029 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-27 15:23:37.033 +05:30 [Debug] Connection id ""0HKTM0DPSOKU1"" completed keep alive response. -2016-07-27 15:23:37.039 +05:30 [Information] Request finished in 585.4474ms 200 application/json; charset=utf-8 -2016-07-27 15:23:37.048 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" -2016-07-27 15:23:37.058 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-27 15:23:37.071 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-07-27 15:23:37.058 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-27 15:23:37.060 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-07-27 15:23:37.073 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-27 15:23:37.074 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-07-27 15:23:37.064 +05:30 [Debug] Connection id ""0HKTM0DPSOKU0"" completed keep alive response. -2016-07-27 15:23:37.082 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-27 15:23:37.093 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-27 15:23:37.105 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-27 15:23:37.114 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" in 131.969ms -2016-07-27 15:23:37.119 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" in 193.2579ms -2016-07-27 15:23:37.125 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" in 170.663ms -2016-07-27 15:23:37.132 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-27 15:23:37.134 +05:30 [Information] Request finished in 273.2535ms 200 text/plain; charset=utf-8 -2016-07-27 15:23:37.140 +05:30 [Information] Request finished in 255.5856ms 200 text/plain; charset=utf-8 -2016-07-27 15:23:37.136 +05:30 [Information] Request finished in 204.0043ms 200 text/plain; charset=utf-8 -2016-07-27 15:23:37.141 +05:30 [Debug] Connection id ""0HKTM0DPSOKTU"" completed keep alive response. -2016-07-27 15:23:37.147 +05:30 [Debug] Connection id ""0HKTM0DPSOKU3"" completed keep alive response. -2016-07-27 15:23:37.152 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-27 15:23:37.149 +05:30 [Debug] Connection id ""0HKTM0DPSOKU2"" completed keep alive response. -2016-07-27 15:23:37.163 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-27 15:23:37.165 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-27 15:23:37.169 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-27 15:23:37.174 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" in 100.6591ms -2016-07-27 15:23:37.180 +05:30 [Information] Request finished in 188.7507ms 200 application/json; charset=utf-8 -2016-07-27 15:23:37.181 +05:30 [Debug] Connection id ""0HKTM0DPSOKTV"" completed keep alive response. -2016-07-27 15:26:33.309 +05:30 [Debug] Connection id ""0HKTM0DPSOKU1"" received FIN. -2016-07-27 15:26:33.316 +05:30 [Debug] Connection id ""0HKTM0DPSOKTU"" received FIN. -2016-07-27 15:26:33.318 +05:30 [Debug] Connection id ""0HKTM0DPSOKU3"" received FIN. -2016-07-27 15:26:33.318 +05:30 [Debug] Connection id ""0HKTM0DPSOKTU"" disconnecting. -2016-07-27 15:26:33.321 +05:30 [Debug] Connection id ""0HKTM0DPSOKTU"" sending FIN. -2016-07-27 15:26:33.314 +05:30 [Debug] Connection id ""0HKTM0DPSOKU0"" received FIN. -2016-07-27 15:26:33.323 +05:30 [Debug] Connection id ""0HKTM0DPSOKU2"" received FIN. -2016-07-27 15:26:33.324 +05:30 [Debug] Connection id ""0HKTM0DPSOKTV"" received FIN. -2016-07-27 15:26:33.322 +05:30 [Debug] Connection id ""0HKTM0DPSOKTU"" sent FIN with status "0". -2016-07-27 15:26:33.325 +05:30 [Debug] Connection id ""0HKTM0DPSOKTU"" stopped. -2016-07-27 15:26:33.326 +05:30 [Debug] Connection id ""0HKTM0DPSOKU0"" disconnecting. -2016-07-27 15:26:33.327 +05:30 [Debug] Connection id ""0HKTM0DPSOKU0"" sending FIN. -2016-07-27 15:26:33.328 +05:30 [Debug] Connection id ""0HKTM0DPSOKU0"" sent FIN with status "0". -2016-07-27 15:26:33.329 +05:30 [Debug] Connection id ""0HKTM0DPSOKU0"" stopped. -2016-07-27 15:26:33.316 +05:30 [Debug] Connection id ""0HKTM0DPSOKU1"" disconnecting. -2016-07-27 15:26:33.327 +05:30 [Debug] Connection id ""0HKTM0DPSOKTV"" disconnecting. -2016-07-27 15:26:33.333 +05:30 [Debug] Connection id ""0HKTM0DPSOKTV"" sending FIN. -2016-07-27 15:26:33.334 +05:30 [Debug] Connection id ""0HKTM0DPSOKTV"" sent FIN with status "0". -2016-07-27 15:26:33.318 +05:30 [Debug] Connection id ""0HKTM0DPSOKU3"" disconnecting. -2016-07-27 15:26:33.326 +05:30 [Debug] Connection id ""0HKTM0DPSOKU2"" disconnecting. -2016-07-27 15:26:33.331 +05:30 [Debug] Connection id ""0HKTM0DPSOKU1"" sending FIN. -2016-07-27 15:26:33.339 +05:30 [Debug] Connection id ""0HKTM0DPSOKU3"" sending FIN. -2016-07-27 15:26:33.340 +05:30 [Debug] Connection id ""0HKTM0DPSOKU3"" sent FIN with status "0". -2016-07-27 15:26:33.341 +05:30 [Debug] Connection id ""0HKTM0DPSOKU3"" stopped. -2016-07-27 15:26:33.341 +05:30 [Debug] Connection id ""0HKTM0DPSOKU1"" sent FIN with status "0". -2016-07-27 15:26:33.342 +05:30 [Debug] Connection id ""0HKTM0DPSOKU1"" stopped. -2016-07-27 15:26:33.335 +05:30 [Debug] Connection id ""0HKTM0DPSOKTV"" stopped. -2016-07-27 15:26:33.343 +05:30 [Debug] Connection id ""0HKTM0DPSOKU2"" sending FIN. -2016-07-27 15:26:33.344 +05:30 [Debug] Connection id ""0HKTM0DPSOKU2"" sent FIN with status "0". -2016-07-27 15:26:33.344 +05:30 [Debug] Connection id ""0HKTM0DPSOKU2"" stopped. -2016-07-27 16:16:47.986 +05:30 [Debug] Hosting starting -2016-07-27 16:16:48.210 +05:30 [Debug] Connection id ""0HKTM1D7LUG5U"" started. -2016-07-27 16:16:48.225 +05:30 [Debug] Connection id ""0HKTM1D7LUG5V"" started. -2016-07-27 16:16:48.244 +05:30 [Debug] Hosting started -2016-07-27 16:16:48.403 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:6361/ 0 -2016-07-27 16:16:48.403 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-07-27 16:16:48.504 +05:30 [Information] Request finished in 153.0097ms 200 -2016-07-27 16:16:48.577 +05:30 [Debug] Connection id ""0HKTM1D7LUG5U"" completed keep alive response. -2016-07-27 16:16:49.117 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-07-27 16:16:49.184 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"bbbc112d-7342-4963-b9c9-d9bdc5d64974"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-07-27 16:16:49.414 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-07-27 16:16:49.557 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid -2016-07-27 16:16:49.563 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult". -2016-07-27 16:16:49.624 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-27 16:16:49.632 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-27 16:16:49.635 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-27 16:16:49.978 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 551.9724ms -2016-07-27 16:16:50.076 +05:30 [Information] Request finished in 1743.4404ms 200 application/json; charset=utf-8 -2016-07-27 16:16:50.080 +05:30 [Debug] Connection id ""0HKTM1D7LUG5V"" completed keep alive response. -2016-07-27 16:17:44.551 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/User/FacebookLogin application/x-www-form-urlencoded 178 -2016-07-27 16:17:44.555 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/FacebookLogin"'. -2016-07-27 16:17:44.558 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" -2016-07-27 16:17:45.064 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" with arguments (["EAAKYvwDVmnUBACh3k1eqTCZBWym28QKV6xgW6ZAwwC7CQTwDUfMZAPx96ZAU1fn4pZA7yNNJsTDZAOOXRwbFKbmtBAi1nFzjUkzcaIQi7j2Dwztzm0FlGZA1Ju7fa97c6ZBcsYsJBjeAIjxIJTBJRR8ILKUhOqCBlO0ZD"]) - ModelState is Valid -2016-07-27 16:17:50.495 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-27 16:17:50.537 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-27 16:17:50.558 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-27 16:17:50.598 +05:30 [Information] Executed action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" in 6037.5171ms -2016-07-27 16:17:50.602 +05:30 [Information] Request finished in 6060.0568ms 200 application/json; charset=utf-8 -2016-07-27 16:17:50.603 +05:30 [Debug] Connection id ""0HKTM1D7LUG5U"" completed keep alive response. -2016-07-27 16:17:50.993 +05:30 [Debug] Connection id ""0HKTM1D7LUG5V"" received FIN. -2016-07-27 16:17:50.995 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-27 16:17:50.996 +05:30 [Debug] Connection id ""0HKTM1D7LUG5V"" disconnecting. -2016-07-27 16:17:50.996 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-27 16:17:50.998 +05:30 [Debug] Connection id ""0HKTM1D7LUG5V"" sending FIN. -2016-07-27 16:17:50.999 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-27 16:17:51.014 +05:30 [Debug] Connection id ""0HKTM1D7LUG5V"" sent FIN with status "0". -2016-07-27 16:17:51.034 +05:30 [Debug] Connection id ""0HKTM1D7LUG5V"" stopped. -2016-07-27 16:17:51.063 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-27 16:17:51.205 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-27 16:17:51.206 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-27 16:17:51.208 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-27 16:17:51.215 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 213.6277ms -2016-07-27 16:17:51.218 +05:30 [Information] Request finished in 222.95ms 200 application/json; charset=utf-8 -2016-07-27 16:17:51.219 +05:30 [Debug] Connection id ""0HKTM1D7LUG5U"" completed keep alive response. -2016-07-27 16:17:51.272 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-27 16:17:51.273 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-27 16:17:51.275 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-27 16:17:51.292 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-27 16:17:51.316 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-27 16:17:51.317 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-27 16:17:51.318 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-27 16:17:51.335 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 57.9229ms -2016-07-27 16:17:51.338 +05:30 [Information] Request finished in 65.8439ms 200 application/json; charset=utf-8 -2016-07-27 16:17:51.339 +05:30 [Debug] Connection id ""0HKTM1D7LUG5U"" completed keep alive response. -2016-07-27 16:17:53.665 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=1 -2016-07-27 16:17:53.667 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-07-27 16:17:53.668 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-07-27 16:17:53.704 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-27 16:17:53.820 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-27 16:17:53.821 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-27 16:17:53.822 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-27 16:17:53.823 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-27 16:17:53.828 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 157.9123ms -2016-07-27 16:17:53.833 +05:30 [Information] Request finished in 168.6503ms 200 application/json; charset=utf-8 -2016-07-27 16:17:53.833 +05:30 [Debug] Connection id ""0HKTM1D7LUG5U"" completed keep alive response. -2016-07-27 16:17:53.999 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=1 -2016-07-27 16:17:54.000 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-07-27 16:17:54.009 +05:30 [Debug] Connection id ""0HKTM1D7LUG60"" started. -2016-07-27 16:17:54.014 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-07-27 16:17:54.017 +05:30 [Debug] Connection id ""0HKTM1D7LUG61"" started. -2016-07-27 16:17:54.021 +05:30 [Debug] Connection id ""0HKTM1D7LUG62"" started. -2016-07-27 16:17:54.035 +05:30 [Debug] Connection id ""0HKTM1D7LUG63"" started. -2016-07-27 16:17:54.038 +05:30 [Debug] Connection id ""0HKTM1D7LUG64"" started. -2016-07-27 16:17:54.109 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Instagram/GetInstagramProfiles?groupId=1 -2016-07-27 16:17:54.113 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Instagram/GetInstagramProfiles"'. -2016-07-27 16:17:54.115 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" -2016-07-27 16:17:54.120 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Google/GetGplusProfiles?groupId=1 -2016-07-27 16:17:54.121 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GetGplusProfiles"'. -2016-07-27 16:17:54.123 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" -2016-07-27 16:17:54.126 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=1 -2016-07-27 16:17:54.144 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-07-27 16:17:54.163 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-07-27 16:17:55.066 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/LinkedIn/GetLinkedInCompanyPagesProfiles?groupId=1 -2016-07-27 16:17:55.066 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/LinkedIn/GetLinkedInCompanyPagesProfiles"'. -2016-07-27 16:17:55.069 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" -2016-07-27 16:17:56.071 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/SocialMessages/GetAllSentMessagesCount?groupId=1&userId=1 -2016-07-27 16:17:56.073 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/SocialMessages/GetAllSentMessagesCount"'. -2016-07-27 16:17:56.076 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" -2016-07-27 16:17:57.116 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-27 16:17:57.117 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-27 16:17:57.119 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-07-27 16:17:57.121 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-27 16:17:57.129 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-27 16:17:57.129 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-27 16:17:57.134 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-27 16:17:57.135 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-27 16:17:57.134 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-27 16:17:57.136 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-27 16:17:57.133 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-27 16:17:57.142 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-27 16:17:57.146 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-27 16:17:57.150 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-27 16:17:57.161 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-27 16:17:57.164 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-27 16:17:57.167 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-27 16:17:57.181 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-27 16:17:57.180 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-27 16:17:57.184 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-27 16:17:57.191 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 2997.5569ms -2016-07-27 16:17:57.197 +05:30 [Information] Executed action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" in 2115.6101ms -2016-07-27 16:17:57.201 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-27 16:17:57.207 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-27 16:17:57.210 +05:30 [Information] Request finished in 3086.806ms 200 application/json; charset=utf-8 -2016-07-27 16:17:57.217 +05:30 [Information] Request finished in 2136.5998ms 200 application/json; charset=utf-8 -2016-07-27 16:17:57.221 +05:30 [Debug] Connection id ""0HKTM1D7LUG63"" completed keep alive response. -2016-07-27 16:17:57.219 +05:30 [Debug] Connection id ""0HKTM1D7LUG61"" completed keep alive response. -2016-07-27 16:17:57.231 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" in 3090.2376ms -2016-07-27 16:17:57.237 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterFollowerCount?groupId=1&userId=1 -2016-07-27 16:17:57.260 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterFollowerCount"'. -2016-07-27 16:17:57.261 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-27 16:17:57.263 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" -2016-07-27 16:17:57.263 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-27 16:17:57.260 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetIncommingMessage?groupId=1&userId=1 -2016-07-27 16:17:57.264 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-27 16:17:57.265 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetIncommingMessage"'. -2016-07-27 16:17:57.267 +05:30 [Information] Executed action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" in 3103.6806ms -2016-07-27 16:17:57.272 +05:30 [Information] Request finished in 3197.1558ms 200 application/json; charset=utf-8 -2016-07-27 16:17:57.269 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" -2016-07-27 16:17:57.282 +05:30 [Debug] Connection id ""0HKTM1D7LUG60"" completed keep alive response. -2016-07-27 16:17:57.280 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-27 16:17:57.320 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/FacebookfanPageCount?groupId=1&userId=1 -2016-07-27 16:17:57.321 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/FacebookfanPageCount"'. -2016-07-27 16:17:57.322 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" -2016-07-27 16:17:57.334 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-07-27 16:17:57.366 +05:30 [Information] Request finished in 3276.5781ms 200 application/json; charset=utf-8 -2016-07-27 16:17:57.379 +05:30 [Debug] Connection id ""0HKTM1D7LUG62"" completed keep alive response. -2016-07-27 16:17:57.378 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-07-27 16:17:57.386 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-07-27 16:17:57.386 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-27 16:17:57.389 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-27 16:17:57.390 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-27 16:17:57.392 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterRecentFollower?groupId=1 -2016-07-27 16:17:57.399 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterRecentFollower"'. -2016-07-27 16:17:57.406 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-27 16:17:57.427 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-27 16:17:57.434 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-27 16:17:57.434 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-07-27 16:17:57.431 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" -2016-07-27 16:17:57.454 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 3398.3873ms -2016-07-27 16:17:57.458 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-27 16:17:57.473 +05:30 [Information] Executed action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" in 1359.6118ms -2016-07-27 16:17:57.498 +05:30 [Information] Request finished in 1413.1507ms 200 application/json; charset=utf-8 -2016-07-27 16:17:57.499 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-27 16:17:57.502 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-27 16:17:57.502 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-07-27 16:17:57.501 +05:30 [Debug] Connection id ""0HKTM1D7LUG64"" completed keep alive response. -2016-07-27 16:17:57.508 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" in 165.0206ms -2016-07-27 16:17:57.539 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-27 16:17:57.543 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-27 16:17:57.549 +05:30 [Information] Request finished in 217.1014ms 200 text/plain; charset=utf-8 -2016-07-27 16:17:57.550 +05:30 [Debug] Connection id ""0HKTM1D7LUG60"" completed keep alive response. -2016-07-27 16:17:57.558 +05:30 [Information] Request finished in 3505.7921ms 200 application/json; charset=utf-8 -2016-07-27 16:17:57.566 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" in 280.2102ms -2016-07-27 16:17:57.569 +05:30 [Debug] Connection id ""0HKTM1D7LUG5U"" completed keep alive response. -2016-07-27 16:17:57.580 +05:30 [Information] Request finished in 347.3396ms 200 text/plain; charset=utf-8 -2016-07-27 16:17:57.583 +05:30 [Debug] Connection id ""0HKTM1D7LUG63"" completed keep alive response. -2016-07-27 16:17:57.629 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-27 16:17:57.638 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-27 16:17:57.640 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-27 16:17:57.644 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-27 16:17:57.658 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" in 200.4131ms -2016-07-27 16:17:57.667 +05:30 [Information] Request finished in 281.9952ms 200 application/json; charset=utf-8 -2016-07-27 16:17:57.675 +05:30 [Debug] Connection id ""0HKTM1D7LUG62"" completed keep alive response. -2016-07-27 16:17:59.207 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-27 16:17:59.209 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-27 16:17:59.210 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-07-27 16:17:59.214 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-27 16:17:59.216 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" in 1926.4636ms -2016-07-27 16:17:59.222 +05:30 [Information] Request finished in 1988.6446ms 200 text/plain; charset=utf-8 -2016-07-27 16:17:59.223 +05:30 [Debug] Connection id ""0HKTM1D7LUG61"" completed keep alive response. -2016-07-27 16:28:24.909 +05:30 [Debug] Hosting starting -2016-07-27 16:28:25.142 +05:30 [Debug] Hosting started -2016-07-27 16:28:25.177 +05:30 [Debug] Connection id ""0HKTM1JNCOGO1"" started. -2016-07-27 16:28:25.177 +05:30 [Debug] Connection id ""0HKTM1JNCOGO2"" started. -2016-07-27 16:28:25.365 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:6361/ 0 -2016-07-27 16:28:25.365 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-07-27 16:28:25.445 +05:30 [Information] Request finished in 120.4058ms 200 -2016-07-27 16:28:25.531 +05:30 [Debug] Connection id ""0HKTM1JNCOGO2"" completed keep alive response. -2016-07-27 16:28:26.093 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-07-27 16:28:26.185 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"f2479a04-30c8-438b-829a-0a617bffc909"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-07-27 16:28:26.358 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-07-27 16:28:26.489 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid -2016-07-27 16:28:26.493 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult". -2016-07-27 16:28:26.569 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-27 16:28:26.579 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-27 16:28:26.583 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-27 16:28:26.973 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 602.3528ms -2016-07-27 16:28:27.086 +05:30 [Information] Request finished in 1779.9973ms 200 application/json; charset=utf-8 -2016-07-27 16:28:27.090 +05:30 [Debug] Connection id ""0HKTM1JNCOGO1"" completed keep alive response. -2016-07-27 16:29:01.985 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/User/FacebookLogin application/x-www-form-urlencoded 175 -2016-07-27 16:29:01.988 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/FacebookLogin"'. -2016-07-27 16:29:01.992 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" -2016-07-27 16:29:02.483 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" with arguments (["EAAKYvwDVmnUBABZAgxyy2sjEaXmHWlAbTOhq1XDrcNFAcSDSs2oTd1d4RCZBJTN36q2ZAdAtKaXMbCkEXqYVPWTdcvj5oIZAEnDlgv81GSmjDNPEtUPiw3UEyXo9i9jmhbLZCMsPJm2dvfVeOu9xmwm6doRHRNBwZD"]) - ModelState is Valid -2016-07-27 16:29:03.516 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-27 16:29:03.525 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-27 16:29:03.527 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-27 16:29:03.613 +05:30 [Information] Executed action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" in 1617.617ms -2016-07-27 16:29:03.617 +05:30 [Information] Request finished in 1633.2498ms 200 application/json; charset=utf-8 -2016-07-27 16:29:03.618 +05:30 [Debug] Connection id ""0HKTM1JNCOGO2"" completed keep alive response. -2016-07-27 16:29:04.015 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-27 16:29:04.016 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-27 16:29:04.018 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-27 16:29:04.052 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-27 16:29:04.072 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-27 16:29:04.073 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-27 16:29:04.074 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-27 16:29:04.080 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 60.658ms -2016-07-27 16:29:04.084 +05:30 [Information] Request finished in 68.2115ms 200 application/json; charset=utf-8 -2016-07-27 16:29:04.085 +05:30 [Debug] Connection id ""0HKTM1JNCOGO1"" completed keep alive response. -2016-07-27 16:29:04.148 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-27 16:29:04.149 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-27 16:29:04.151 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-27 16:29:04.170 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-27 16:29:04.184 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-27 16:29:04.185 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-27 16:29:04.186 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-27 16:29:04.194 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 40.947ms -2016-07-27 16:29:04.197 +05:30 [Information] Request finished in 49.1325ms 200 application/json; charset=utf-8 -2016-07-27 16:29:04.197 +05:30 [Debug] Connection id ""0HKTM1JNCOGO2"" completed keep alive response. -2016-07-27 16:29:06.772 +05:30 [Debug] Connection id ""0HKTM1JNCOGO3"" started. -2016-07-27 16:29:06.772 +05:30 [Debug] Connection id ""0HKTM1JNCOGO4"" started. -2016-07-27 16:29:06.778 +05:30 [Debug] Connection id ""0HKTM1JNCOGO5"" started. -2016-07-27 16:29:06.778 +05:30 [Debug] Connection id ""0HKTM1JNCOGO6"" started. -2016-07-27 16:29:06.781 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Google/GetGplusProfiles?groupId=1 -2016-07-27 16:29:06.784 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Instagram/GetInstagramProfiles?groupId=1 -2016-07-27 16:29:06.794 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=1 -2016-07-27 16:29:06.796 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/SocialMessages/GetAllSentMessagesCount?groupId=1&userId=1 -2016-07-27 16:29:06.799 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=1 -2016-07-27 16:29:06.801 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GetGplusProfiles"'. -2016-07-27 16:29:06.804 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-07-27 16:29:06.803 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Instagram/GetInstagramProfiles"'. -2016-07-27 16:29:06.809 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-07-27 16:29:06.809 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/SocialMessages/GetAllSentMessagesCount"'. -2016-07-27 16:29:06.812 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" -2016-07-27 16:29:06.828 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-07-27 16:29:06.833 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-07-27 16:29:06.842 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" -2016-07-27 16:29:06.846 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" -2016-07-27 16:29:07.569 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/LinkedIn/GetLinkedInCompanyPagesProfiles?groupId=1 -2016-07-27 16:29:07.571 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/LinkedIn/GetLinkedInCompanyPagesProfiles"'. -2016-07-27 16:29:07.577 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" -2016-07-27 16:29:08.601 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-27 16:29:08.604 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-27 16:29:08.608 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-27 16:29:08.610 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-27 16:29:08.610 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-27 16:29:08.609 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-27 16:29:08.615 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-07-27 16:29:08.616 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-27 16:29:08.625 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-27 16:29:08.628 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-27 16:29:08.629 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-27 16:29:08.632 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-27 16:29:08.632 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-27 16:29:08.630 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-27 16:29:08.625 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-27 16:29:08.651 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-27 16:29:08.644 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-27 16:29:08.670 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-27 16:29:08.656 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 1785.7357ms -2016-07-27 16:29:08.653 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-27 16:29:08.697 +05:30 [Information] Executed action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" in 1095.246ms -2016-07-27 16:29:08.684 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-27 16:29:08.705 +05:30 [Information] Request finished in 1918.5556ms 200 application/json; charset=utf-8 -2016-07-27 16:29:08.711 +05:30 [Information] Request finished in 1137.5899ms 200 application/json; charset=utf-8 -2016-07-27 16:29:08.711 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-27 16:29:08.714 +05:30 [Debug] Connection id ""0HKTM1JNCOGO5"" completed keep alive response. -2016-07-27 16:29:08.719 +05:30 [Debug] Connection id ""0HKTM1JNCOGO2"" completed keep alive response. -2016-07-27 16:29:08.713 +05:30 [Information] Executed action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" in 1828.7284ms -2016-07-27 16:29:08.723 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-27 16:29:08.731 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-27 16:29:08.727 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetIncommingMessage?groupId=1&userId=1 -2016-07-27 16:29:08.729 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterFollowerCount?groupId=1&userId=1 -2016-07-27 16:29:08.732 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-27 16:29:08.734 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterFollowerCount"'. -2016-07-27 16:29:08.713 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-27 16:29:08.733 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetIncommingMessage"'. -2016-07-27 16:29:08.738 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" -2016-07-27 16:29:08.747 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-27 16:29:08.744 +05:30 [Information] Request finished in 1957.8132ms 200 application/json; charset=utf-8 -2016-07-27 16:29:08.749 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" -2016-07-27 16:29:08.771 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 1914.4142ms -2016-07-27 16:29:08.782 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-07-27 16:29:08.781 +05:30 [Debug] Connection id ""0HKTM1JNCOGO4"" completed keep alive response. -2016-07-27 16:29:08.803 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/FacebookfanPageCount?groupId=1&userId=1 -2016-07-27 16:29:08.826 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/FacebookfanPageCount"'. -2016-07-27 16:29:08.826 +05:30 [Information] Request finished in 2001.2239ms 200 application/json; charset=utf-8 -2016-07-27 16:29:08.830 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" in 1980.7459ms -2016-07-27 16:29:08.829 +05:30 [Debug] Connection id ""0HKTM1JNCOGO6"" completed keep alive response. -2016-07-27 16:29:08.832 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" -2016-07-27 16:29:08.838 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-07-27 16:29:08.844 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterRecentFollower?groupId=1 -2016-07-27 16:29:08.849 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterRecentFollower"'. -2016-07-27 16:29:08.854 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" -2016-07-27 16:29:08.867 +05:30 [Information] Request finished in 2073.7272ms 200 application/json; charset=utf-8 -2016-07-27 16:29:08.905 +05:30 [Debug] Connection id ""0HKTM1JNCOGO1"" completed keep alive response. -2016-07-27 16:29:08.921 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=1 -2016-07-27 16:29:08.922 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-27 16:29:08.926 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-07-27 16:29:08.927 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-07-27 16:29:08.933 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-07-27 16:29:08.970 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-27 16:29:08.981 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-27 16:29:08.982 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-27 16:29:08.983 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-27 16:29:08.984 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-27 16:29:08.990 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 38.5169ms -2016-07-27 16:29:08.997 +05:30 [Information] Request finished in 83.8339ms 200 application/json; charset=utf-8 -2016-07-27 16:29:08.998 +05:30 [Debug] Connection id ""0HKTM1JNCOGO1"" completed keep alive response. -2016-07-27 16:29:10.156 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-27 16:29:10.157 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-27 16:29:10.157 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-07-27 16:29:10.159 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-27 16:29:10.164 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" in 1376.7494ms -2016-07-27 16:29:10.168 +05:30 [Information] Request finished in 1441.4545ms 200 text/plain; charset=utf-8 -2016-07-27 16:29:10.169 +05:30 [Debug] Connection id ""0HKTM1JNCOGO5"" completed keep alive response. -2016-07-27 16:29:13.909 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-27 16:29:13.909 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-27 16:29:13.910 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-27 16:29:13.911 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-27 16:29:13.910 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-27 16:29:13.911 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-07-27 16:29:13.912 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-27 16:29:13.911 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-27 16:29:13.914 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-27 16:29:13.914 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-07-27 16:29:13.918 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-27 16:29:13.923 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-27 16:29:13.922 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" in 5164.7479ms -2016-07-27 16:29:13.926 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-27 16:29:13.930 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-27 16:29:13.930 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" in 5084.8374ms -2016-07-27 16:29:13.931 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-27 16:29:13.934 +05:30 [Information] Executed action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" in 7041.4806ms -2016-07-27 16:29:13.936 +05:30 [Information] Request finished in 5205.9498ms 200 text/plain; charset=utf-8 -2016-07-27 16:29:13.937 +05:30 [Debug] Connection id ""0HKTM1JNCOGO2"" completed keep alive response. -2016-07-27 16:29:13.942 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-27 16:29:13.946 +05:30 [Information] Request finished in 7162.1315ms 200 application/json; charset=utf-8 -2016-07-27 16:29:13.947 +05:30 [Debug] Connection id ""0HKTM1JNCOGO3"" completed keep alive response. -2016-07-27 16:29:13.953 +05:30 [Information] Request finished in 5149.7609ms 200 text/plain; charset=utf-8 -2016-07-27 16:29:13.959 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" in 5095.6665ms -2016-07-27 16:29:13.960 +05:30 [Debug] Connection id ""0HKTM1JNCOGO4"" completed keep alive response. -2016-07-27 16:29:13.965 +05:30 [Information] Request finished in 5123.1786ms 200 application/json; charset=utf-8 -2016-07-27 16:29:13.967 +05:30 [Debug] Connection id ""0HKTM1JNCOGO6"" completed keep alive response. diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/wwwroot/log/log-20160728.txt b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/wwwroot/log/log-20160728.txt deleted file mode 100644 index bf231261a..000000000 --- a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/wwwroot/log/log-20160728.txt +++ /dev/null @@ -1,5911 +0,0 @@ -2016-07-28 15:21:51.822 +05:30 [Debug] Hosting starting -2016-07-28 15:21:52.091 +05:30 [Debug] Hosting started -2016-07-28 15:21:52.177 +05:30 [Debug] Connection id ""0HKTMPJ6J3JNV"" started. -2016-07-28 15:21:52.177 +05:30 [Debug] Connection id ""0HKTMPJ6J3JO0"" started. -2016-07-28 15:21:52.403 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-07-28 15:21:52.403 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:6361/ 0 -2016-07-28 15:21:52.476 +05:30 [Information] Request finished in 116.8112ms 200 -2016-07-28 15:21:52.540 +05:30 [Debug] Connection id ""0HKTMPJ6J3JNV"" completed keep alive response. -2016-07-28 15:21:53.028 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-07-28 15:21:53.078 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"f78ac1df-fd3f-4ec6-bc75-64ea1fa636cd"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-07-28 15:21:53.197 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-07-28 15:21:53.303 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid -2016-07-28 15:21:53.307 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult". -2016-07-28 15:21:53.363 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 15:21:53.372 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 15:21:53.375 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 15:21:53.663 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 453.0845ms -2016-07-28 15:21:53.767 +05:30 [Information] Request finished in 1423.1005ms 200 application/json; charset=utf-8 -2016-07-28 15:21:53.771 +05:30 [Debug] Connection id ""0HKTMPJ6J3JO0"" completed keep alive response. -2016-07-28 15:21:53.781 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/favicon.ico -2016-07-28 15:21:53.785 +05:30 [Debug] Request did not match any routes. -2016-07-28 15:21:53.794 +05:30 [Information] Request finished in 12.994ms 404 -2016-07-28 15:21:53.796 +05:30 [Debug] Connection id ""0HKTMPJ6J3JNV"" completed keep alive response. -2016-07-28 15:23:52.144 +05:30 [Debug] Connection id ""0HKTMPJ6J3JNV"" received FIN. -2016-07-28 15:23:52.144 +05:30 [Debug] Connection id ""0HKTMPJ6J3JO0"" received FIN. -2016-07-28 15:23:52.147 +05:30 [Debug] Connection id ""0HKTMPJ6J3JNV"" disconnecting. -2016-07-28 15:23:52.153 +05:30 [Debug] Connection id ""0HKTMPJ6J3JNV"" sending FIN. -2016-07-28 15:23:52.154 +05:30 [Debug] Connection id ""0HKTMPJ6J3JO0"" disconnecting. -2016-07-28 15:23:52.158 +05:30 [Debug] Connection id ""0HKTMPJ6J3JO0"" sending FIN. -2016-07-28 15:23:52.168 +05:30 [Debug] Connection id ""0HKTMPJ6J3JO0"" sent FIN with status "0". -2016-07-28 15:23:52.168 +05:30 [Debug] Connection id ""0HKTMPJ6J3JNV"" sent FIN with status "0". -2016-07-28 15:23:52.172 +05:30 [Debug] Connection id ""0HKTMPJ6J3JO0"" stopped. -2016-07-28 15:23:52.172 +05:30 [Debug] Connection id ""0HKTMPJ6J3JNV"" stopped. -2016-07-28 15:24:40.411 +05:30 [Debug] Connection id ""0HKTMPJ6J3JO1"" started. -2016-07-28 15:24:40.434 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/User/FacebookLogin application/x-www-form-urlencoded 178 -2016-07-28 15:24:40.435 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/FacebookLogin"'. -2016-07-28 15:24:40.438 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" -2016-07-28 15:24:41.126 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" with arguments (["EAAKYvwDVmnUBAM3jYfKMpO83asK84ZBOBNfb2LRnSRN6lf8CnXPlkbb6QJadZBB9kdhZCZBq1BKiI2ZCIu37VJ4Dwfbaf9D9Mj6L1Ez9ECxbdhSR6lw27WgocQDJp2xKcwwDrZCmHKYcaZCftZB3QnFaHVNcYizcmU4ZD"]) - ModelState is Valid -2016-07-28 15:24:42.346 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 15:24:42.362 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 15:24:42.364 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 15:24:42.411 +05:30 [Information] Executed action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" in 1970.1662ms -2016-07-28 15:24:42.414 +05:30 [Information] Request finished in 1982.4558ms 200 application/json; charset=utf-8 -2016-07-28 15:24:42.415 +05:30 [Debug] Connection id ""0HKTMPJ6J3JO1"" completed keep alive response. -2016-07-28 15:24:42.784 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-28 15:24:42.785 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-28 15:24:42.787 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-28 15:24:42.819 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 15:24:42.837 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 15:24:42.838 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 15:24:42.839 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 15:24:42.845 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 56.0231ms -2016-07-28 15:24:42.848 +05:30 [Information] Request finished in 63.6175ms 200 application/json; charset=utf-8 -2016-07-28 15:24:42.849 +05:30 [Debug] Connection id ""0HKTMPJ6J3JO1"" completed keep alive response. -2016-07-28 15:24:42.945 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-28 15:24:42.946 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-28 15:24:42.948 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-28 15:24:42.961 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 15:24:42.973 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 15:24:42.974 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 15:24:42.976 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 15:24:42.985 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 34.8598ms -2016-07-28 15:24:42.989 +05:30 [Information] Request finished in 43.5375ms 200 application/json; charset=utf-8 -2016-07-28 15:24:42.990 +05:30 [Debug] Connection id ""0HKTMPJ6J3JO1"" completed keep alive response. -2016-07-28 15:24:45.686 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=1 -2016-07-28 15:24:45.687 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-07-28 15:24:45.689 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-07-28 15:24:45.709 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 15:24:45.728 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 15:24:45.729 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 15:24:45.729 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 15:24:45.731 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 15:24:45.735 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 43.7251ms -2016-07-28 15:24:45.739 +05:30 [Information] Request finished in 52.3477ms 200 application/json; charset=utf-8 -2016-07-28 15:24:45.740 +05:30 [Debug] Connection id ""0HKTMPJ6J3JO1"" completed keep alive response. -2016-07-28 15:24:45.965 +05:30 [Debug] Connection id ""0HKTMPJ6J3JO2"" started. -2016-07-28 15:24:45.967 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=1 -2016-07-28 15:24:45.968 +05:30 [Debug] Connection id ""0HKTMPJ6J3JO3"" started. -2016-07-28 15:24:45.968 +05:30 [Debug] Connection id ""0HKTMPJ6J3JO4"" started. -2016-07-28 15:24:45.971 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-07-28 15:24:45.974 +05:30 [Debug] Connection id ""0HKTMPJ6J3JO5"" started. -2016-07-28 15:24:45.977 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-07-28 15:24:45.975 +05:30 [Debug] Connection id ""0HKTMPJ6J3JO6"" started. -2016-07-28 15:24:45.985 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=1 -2016-07-28 15:24:45.990 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-07-28 15:24:45.993 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-07-28 15:24:45.996 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/SocialMessages/GetAllSentMessagesCount?groupId=1&userId=1 -2016-07-28 15:24:45.997 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/SocialMessages/GetAllSentMessagesCount"'. -2016-07-28 15:24:45.999 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" -2016-07-28 15:24:46.017 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Google/GetGplusProfiles?groupId=1 -2016-07-28 15:24:46.020 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GetGplusProfiles"'. -2016-07-28 15:24:46.050 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" -2016-07-28 15:24:46.569 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Instagram/GetInstagramProfiles?groupId=1 -2016-07-28 15:24:46.573 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Instagram/GetInstagramProfiles"'. -2016-07-28 15:24:46.576 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" -2016-07-28 15:24:47.571 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/LinkedIn/GetLinkedInCompanyPagesProfiles?groupId=1 -2016-07-28 15:24:47.572 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/LinkedIn/GetLinkedInCompanyPagesProfiles"'. -2016-07-28 15:24:47.576 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" -2016-07-28 15:24:48.601 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-07-28 15:24:48.604 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 15:24:48.608 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 15:24:48.612 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 15:24:48.613 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 15:24:48.617 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 15:24:48.618 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 15:24:48.621 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 15:24:48.622 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 15:24:48.622 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 15:24:48.622 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 15:24:48.629 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 15:24:48.625 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 15:24:48.629 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 15:24:48.634 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 15:24:48.640 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 15:24:48.656 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 15:24:48.662 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 15:24:48.664 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 15:24:48.664 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 15:24:48.666 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" in 2594.8078ms -2016-07-28 15:24:48.669 +05:30 [Information] Executed action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" in 1082.5278ms -2016-07-28 15:24:48.671 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 15:24:48.672 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 15:24:48.677 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 15:24:48.675 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 15:24:48.678 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 15:24:48.684 +05:30 [Information] Request finished in 2677.5849ms 200 application/json; charset=utf-8 -2016-07-28 15:24:48.685 +05:30 [Debug] Connection id ""0HKTMPJ6J3JO5"" completed keep alive response. -2016-07-28 15:24:48.696 +05:30 [Information] Request finished in 1105.5771ms 200 application/json; charset=utf-8 -2016-07-28 15:24:48.698 +05:30 [Debug] Connection id ""0HKTMPJ6J3JO4"" completed keep alive response. -2016-07-28 15:24:48.706 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 15:24:48.708 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetIncommingMessage?groupId=1&userId=1 -2016-07-28 15:24:48.710 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetIncommingMessage"'. -2016-07-28 15:24:48.712 +05:30 [Information] Executed action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" in 2108.6355ms -2016-07-28 15:24:48.713 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" -2016-07-28 15:24:48.715 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterFollowerCount?groupId=1&userId=1 -2016-07-28 15:24:48.718 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 2705.4452ms -2016-07-28 15:24:48.722 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterFollowerCount"'. -2016-07-28 15:24:48.750 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" -2016-07-28 15:24:48.772 +05:30 [Information] Request finished in 2174.7041ms 200 application/json; charset=utf-8 -2016-07-28 15:24:48.778 +05:30 [Debug] Connection id ""0HKTMPJ6J3JO6"" completed keep alive response. -2016-07-28 15:24:48.780 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 2776.6644ms -2016-07-28 15:24:48.788 +05:30 [Information] Request finished in 2787.9961ms 200 application/json; charset=utf-8 -2016-07-28 15:24:48.791 +05:30 [Debug] Connection id ""0HKTMPJ6J3JO2"" completed keep alive response. -2016-07-28 15:24:48.796 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-07-28 15:24:48.801 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-07-28 15:24:48.814 +05:30 [Information] Request finished in 2825.3594ms 200 application/json; charset=utf-8 -2016-07-28 15:24:48.817 +05:30 [Debug] Connection id ""0HKTMPJ6J3JO1"" completed keep alive response. -2016-07-28 15:24:48.820 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterRecentFollower?groupId=1 -2016-07-28 15:24:48.826 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterRecentFollower"'. -2016-07-28 15:24:48.828 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/FacebookfanPageCount?groupId=1&userId=1 -2016-07-28 15:24:48.831 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/FacebookfanPageCount"'. -2016-07-28 15:24:48.832 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" -2016-07-28 15:24:48.847 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" -2016-07-28 15:24:48.916 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-07-28 15:24:48.924 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 15:24:50.602 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 15:24:50.603 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 15:24:50.603 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-07-28 15:24:50.605 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 15:24:50.609 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" in 1890.4622ms -2016-07-28 15:24:50.614 +05:30 [Information] Request finished in 1916.0743ms 200 text/plain; charset=utf-8 -2016-07-28 15:24:50.615 +05:30 [Debug] Connection id ""0HKTMPJ6J3JO5"" completed keep alive response. -2016-07-28 15:24:52.686 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFeeds?profileId=236051916783998&userId=1&skip=0&count=30 -2016-07-28 15:24:52.687 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFeeds"'. -2016-07-28 15:24:52.729 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFeeds (Api.Socioboard)" -2016-07-28 15:24:52.756 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFeeds (Api.Socioboard)" with arguments (["236051916783998", "1", "0", "30"]) - ModelState is Valid -2016-07-28 15:24:52.840 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFeeds (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 15:24:52.841 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 15:24:52.842 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 15:24:52.875 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 15:24:52.933 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFeeds (Api.Socioboard)" in 194.1723ms -2016-07-28 15:24:52.942 +05:30 [Information] Request finished in 266.8889ms 200 application/json; charset=utf-8 -2016-07-28 15:24:52.944 +05:30 [Debug] Connection id ""0HKTMPJ6J3JO1"" completed keep alive response. -2016-07-28 15:24:55.574 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-28 15:24:55.575 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-28 15:24:55.580 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-28 15:24:55.598 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 15:24:55.603 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 15:24:55.603 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 15:24:55.610 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 15:24:55.622 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 31.989ms -2016-07-28 15:24:55.634 +05:30 [Information] Request finished in 59.1334ms 200 application/json; charset=utf-8 -2016-07-28 15:24:55.635 +05:30 [Debug] Connection id ""0HKTMPJ6J3JO5"" completed keep alive response. -2016-07-28 15:24:55.651 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-28 15:24:55.654 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-28 15:24:55.654 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-28 15:24:55.696 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 15:24:55.703 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 15:24:55.703 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 15:24:55.709 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 15:24:55.723 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 57.7033ms -2016-07-28 15:24:55.737 +05:30 [Information] Request finished in 90.1728ms 200 application/json; charset=utf-8 -2016-07-28 15:24:55.739 +05:30 [Debug] Connection id ""0HKTMPJ6J3JO1"" completed keep alive response. -2016-07-28 15:24:56.933 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 15:24:56.934 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 15:24:56.935 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 15:24:56.935 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 15:24:56.936 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 15:24:56.939 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-07-28 15:24:56.941 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 15:24:56.941 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 15:24:56.942 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-07-28 15:24:56.948 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 15:24:56.952 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 15:24:56.958 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 15:24:56.966 +05:30 [Information] Executed action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" in 10947.9905ms -2016-07-28 15:24:56.968 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" in 8208.7683ms -2016-07-28 15:24:56.974 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" in 8094.8088ms -2016-07-28 15:24:56.982 +05:30 [Information] Request finished in 10996.2228ms 200 application/json; charset=utf-8 -2016-07-28 15:24:56.983 +05:30 [Debug] Connection id ""0HKTMPJ6J3JO3"" completed keep alive response. -2016-07-28 15:24:56.989 +05:30 [Information] Request finished in 8272.2388ms 200 text/plain; charset=utf-8 -2016-07-28 15:24:56.991 +05:30 [Debug] Connection id ""0HKTMPJ6J3JO4"" completed keep alive response. -2016-07-28 15:24:57.033 +05:30 [Information] Request finished in 8196.7138ms 200 text/plain; charset=utf-8 -2016-07-28 15:24:57.037 +05:30 [Debug] Connection id ""0HKTMPJ6J3JO6"" completed keep alive response. -2016-07-28 15:24:57.337 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=1 -2016-07-28 15:24:57.338 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-07-28 15:24:57.338 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-07-28 15:24:57.379 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 15:24:57.427 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 15:24:57.429 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFeeds?profileId=236051916783998&userId=1&skip=0&count=30 -2016-07-28 15:24:57.430 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 15:24:57.432 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFeeds"'. -2016-07-28 15:24:57.442 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFeeds (Api.Socioboard)" -2016-07-28 15:24:57.442 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 15:24:57.499 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFeeds (Api.Socioboard)" with arguments (["236051916783998", "1", "0", "30"]) - ModelState is Valid -2016-07-28 15:24:57.501 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFeeds (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 15:24:57.502 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 15:24:57.506 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 15:24:57.508 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 15:24:57.551 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 182.9629ms -2016-07-28 15:24:57.555 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 15:24:57.595 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFeeds (Api.Socioboard)" in 136.8316ms -2016-07-28 15:24:57.610 +05:30 [Information] Request finished in 263.4509ms 200 application/json; charset=utf-8 -2016-07-28 15:24:57.611 +05:30 [Information] Request finished in 186.8352ms 200 application/json; charset=utf-8 -2016-07-28 15:24:57.612 +05:30 [Debug] Connection id ""0HKTMPJ6J3JO1"" completed keep alive response. -2016-07-28 15:24:57.612 +05:30 [Debug] Connection id ""0HKTMPJ6J3JO5"" completed keep alive response. -2016-07-28 15:24:58.625 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 15:24:58.631 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 15:24:58.632 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 15:24:58.637 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 15:24:58.674 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" in 9814.5924ms -2016-07-28 15:24:58.679 +05:30 [Information] Request finished in 9881.9571ms 200 application/json; charset=utf-8 -2016-07-28 15:24:58.679 +05:30 [Debug] Connection id ""0HKTMPJ6J3JO2"" completed keep alive response. -2016-07-28 15:25:34.714 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-28 15:25:34.716 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-28 15:25:34.718 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-28 15:25:34.734 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 15:25:34.736 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 15:25:34.737 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 15:25:34.745 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 15:25:34.750 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 28.7961ms -2016-07-28 15:25:34.756 +05:30 [Information] Request finished in 43.2969ms 200 application/json; charset=utf-8 -2016-07-28 15:25:34.757 +05:30 [Debug] Connection id ""0HKTMPJ6J3JO3"" completed keep alive response. -2016-07-28 15:25:34.769 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-28 15:25:34.770 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-28 15:25:34.771 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-28 15:25:34.788 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 15:25:34.790 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 15:25:34.791 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 15:25:34.794 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 15:25:34.799 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 23.8822ms -2016-07-28 15:25:34.803 +05:30 [Information] Request finished in 33.7003ms 200 application/json; charset=utf-8 -2016-07-28 15:25:34.803 +05:30 [Debug] Connection id ""0HKTMPJ6J3JO4"" completed keep alive response. -2016-07-28 15:25:37.146 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFeeds?profileId=236051916783998&userId=1&skip=0&count=30 -2016-07-28 15:25:37.147 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFeeds"'. -2016-07-28 15:25:37.148 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFeeds (Api.Socioboard)" -2016-07-28 15:25:37.254 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=1 -2016-07-28 15:25:37.257 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-07-28 15:25:37.268 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-07-28 15:25:37.306 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFeeds (Api.Socioboard)" with arguments (["236051916783998", "1", "0", "30"]) - ModelState is Valid -2016-07-28 15:25:37.308 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFeeds (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 15:25:37.309 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 15:25:37.309 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 15:25:37.366 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 15:25:37.439 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFeeds (Api.Socioboard)" in 218.5103ms -2016-07-28 15:25:37.499 +05:30 [Information] Request finished in 352.0296ms 200 application/json; charset=utf-8 -2016-07-28 15:25:37.500 +05:30 [Debug] Connection id ""0HKTMPJ6J3JO6"" completed keep alive response. -2016-07-28 15:25:37.520 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 15:25:37.550 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 15:25:37.552 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 15:25:37.553 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 15:25:37.556 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 15:25:37.569 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 297.5297ms -2016-07-28 15:25:37.585 +05:30 [Information] Request finished in 356.7154ms 200 application/json; charset=utf-8 -2016-07-28 15:25:37.589 +05:30 [Debug] Connection id ""0HKTMPJ6J3JO5"" completed keep alive response. -2016-07-28 15:26:35.089 +05:30 [Debug] Connection id ""0HKTMPJ6J3JO2"" received FIN. -2016-07-28 15:26:35.090 +05:30 [Debug] Connection id ""0HKTMPJ6J3JO1"" received FIN. -2016-07-28 15:26:35.092 +05:30 [Debug] Connection id ""0HKTMPJ6J3JO4"" received FIN. -2016-07-28 15:26:35.093 +05:30 [Debug] Connection id ""0HKTMPJ6J3JO1"" disconnecting. -2016-07-28 15:26:35.094 +05:30 [Debug] Connection id ""0HKTMPJ6J3JO1"" sending FIN. -2016-07-28 15:26:35.091 +05:30 [Debug] Connection id ""0HKTMPJ6J3JO2"" disconnecting. -2016-07-28 15:26:35.095 +05:30 [Debug] Connection id ""0HKTMPJ6J3JO1"" sent FIN with status "0". -2016-07-28 15:26:35.091 +05:30 [Debug] Connection id ""0HKTMPJ6J3JO3"" received FIN. -2016-07-28 15:26:35.093 +05:30 [Debug] Connection id ""0HKTMPJ6J3JO4"" disconnecting. -2016-07-28 15:26:35.120 +05:30 [Debug] Connection id ""0HKTMPJ6J3JO3"" disconnecting. -2016-07-28 15:26:35.119 +05:30 [Debug] Connection id ""0HKTMPJ6J3JO1"" stopped. -2016-07-28 15:26:35.120 +05:30 [Debug] Connection id ""0HKTMPJ6J3JO2"" sending FIN. -2016-07-28 15:26:35.117 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetNotifications?groupId=1&userId=1&skip=0&count=20 -2016-07-28 15:26:35.122 +05:30 [Debug] Connection id ""0HKTMPJ6J3JO3"" sending FIN. -2016-07-28 15:26:35.123 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetNotifications"'. -2016-07-28 15:26:35.122 +05:30 [Debug] Connection id ""0HKTMPJ6J3JO4"" sending FIN. -2016-07-28 15:26:35.124 +05:30 [Debug] Connection id ""0HKTMPJ6J3JO3"" sent FIN with status "0". -2016-07-28 15:26:35.135 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetNotifications (Api.Socioboard)" -2016-07-28 15:26:35.139 +05:30 [Debug] Connection id ""0HKTMPJ6J3JO4"" sent FIN with status "0". -2016-07-28 15:26:35.144 +05:30 [Debug] Connection id ""0HKTMPJ6J3JO4"" stopped. -2016-07-28 15:26:35.140 +05:30 [Debug] Connection id ""0HKTMPJ6J3JO3"" stopped. -2016-07-28 15:26:35.148 +05:30 [Debug] Connection id ""0HKTMPJ6J3JO2"" sent FIN with status "0". -2016-07-28 15:26:35.150 +05:30 [Debug] Connection id ""0HKTMPJ6J3JO2"" stopped. -2016-07-28 15:26:35.173 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetNotifications (Api.Socioboard)" with arguments (["1", "1", "0", "20"]) - ModelState is Valid -2016-07-28 15:26:35.243 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetNotifications (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 15:26:35.244 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 15:26:35.245 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 15:26:35.247 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 15:26:35.281 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetNotifications (Api.Socioboard)" in 133.7137ms -2016-07-28 15:26:35.286 +05:30 [Information] Request finished in 190.3604ms 200 application/json; charset=utf-8 -2016-07-28 15:26:35.287 +05:30 [Debug] Connection id ""0HKTMPJ6J3JO6"" completed keep alive response. -2016-07-28 15:26:41.265 +05:30 [Debug] Connection id ""0HKTMPJ6J3JO5"" received FIN. -2016-07-28 15:26:41.267 +05:30 [Debug] Connection id ""0HKTMPJ6J3JO5"" disconnecting. -2016-07-28 15:26:41.269 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-28 15:26:41.269 +05:30 [Debug] Connection id ""0HKTMPJ6J3JO5"" sending FIN. -2016-07-28 15:26:41.270 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-28 15:26:41.270 +05:30 [Debug] Connection id ""0HKTMPJ6J3JO5"" sent FIN with status "0". -2016-07-28 15:26:41.273 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-28 15:26:41.274 +05:30 [Debug] Connection id ""0HKTMPJ6J3JO5"" stopped. -2016-07-28 15:26:41.288 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 15:26:41.290 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 15:26:41.292 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 15:26:41.296 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 15:26:41.300 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 23.5759ms -2016-07-28 15:26:41.308 +05:30 [Information] Request finished in 39.2507ms 200 application/json; charset=utf-8 -2016-07-28 15:26:41.309 +05:30 [Debug] Connection id ""0HKTMPJ6J3JO6"" completed keep alive response. -2016-07-28 15:26:41.316 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-28 15:26:41.317 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-28 15:26:41.319 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-28 15:26:41.336 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 15:26:41.338 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 15:26:41.339 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 15:26:41.343 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 15:26:41.349 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 24.8772ms -2016-07-28 15:26:41.357 +05:30 [Information] Request finished in 41.917ms 200 application/json; charset=utf-8 -2016-07-28 15:26:41.361 +05:30 [Debug] Connection id ""0HKTMPJ6J3JO6"" completed keep alive response. -2016-07-28 15:26:45.181 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=1 -2016-07-28 15:26:45.183 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-07-28 15:26:45.185 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-07-28 15:26:45.267 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 15:26:45.270 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 15:26:45.272 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 15:26:45.272 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 15:26:45.275 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 15:26:45.279 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 91.0131ms -2016-07-28 15:26:45.284 +05:30 [Information] Request finished in 105.8659ms 200 application/json; charset=utf-8 -2016-07-28 15:26:45.285 +05:30 [Debug] Connection id ""0HKTMPJ6J3JO6"" completed keep alive response. -2016-07-28 15:26:45.356 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetNotifications?groupId=1&userId=1&skip=0&count=20 -2016-07-28 15:26:45.356 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetNotifications"'. -2016-07-28 15:26:45.357 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetNotifications (Api.Socioboard)" -2016-07-28 15:26:45.376 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetNotifications (Api.Socioboard)" with arguments (["1", "1", "0", "20"]) - ModelState is Valid -2016-07-28 15:26:45.385 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetNotifications (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 15:26:45.387 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 15:26:45.387 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 15:26:45.562 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 15:26:45.701 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetNotifications (Api.Socioboard)" in 208.7882ms -2016-07-28 15:26:45.946 +05:30 [Information] Request finished in 485.1485ms 200 application/json; charset=utf-8 -2016-07-28 15:26:45.948 +05:30 [Debug] Connection id ""0HKTMPJ6J3JO6"" completed keep alive response. -2016-07-28 15:27:52.142 +05:30 [Debug] Connection id ""0HKTMPJ6J3JO6"" received FIN. -2016-07-28 15:27:52.144 +05:30 [Debug] Connection id ""0HKTMPJ6J3JO6"" disconnecting. -2016-07-28 15:27:52.145 +05:30 [Debug] Connection id ""0HKTMPJ6J3JO6"" sending FIN. -2016-07-28 15:27:52.146 +05:30 [Debug] Connection id ""0HKTMPJ6J3JO6"" sent FIN with status "0". -2016-07-28 15:27:52.148 +05:30 [Debug] Connection id ""0HKTMPJ6J3JO6"" stopped. -2016-07-28 15:50:15.113 +05:30 [Debug] Hosting starting -2016-07-28 15:50:15.347 +05:30 [Debug] Hosting started -2016-07-28 15:50:15.383 +05:30 [Debug] Connection id ""0HKTMQ3266FO5"" started. -2016-07-28 15:50:15.383 +05:30 [Debug] Connection id ""0HKTMQ3266FO6"" started. -2016-07-28 15:50:15.586 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:6361/ 0 -2016-07-28 15:50:15.586 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-07-28 15:50:15.680 +05:30 [Information] Request finished in 130.0224ms 200 -2016-07-28 15:50:15.757 +05:30 [Debug] Connection id ""0HKTMQ3266FO6"" completed keep alive response. -2016-07-28 15:50:16.311 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-07-28 15:50:16.377 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"8486d2c7-98cc-4a36-9eeb-8651c870f861"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-07-28 15:50:16.552 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-07-28 15:50:16.723 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid -2016-07-28 15:50:16.730 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult". -2016-07-28 15:50:16.802 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 15:50:16.808 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 15:50:16.812 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 15:50:17.112 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 548.1126ms -2016-07-28 15:50:17.196 +05:30 [Information] Request finished in 1676.3512ms 200 application/json; charset=utf-8 -2016-07-28 15:50:17.199 +05:30 [Debug] Connection id ""0HKTMQ3266FO5"" completed keep alive response. -2016-07-28 15:52:15.358 +05:30 [Debug] Connection id ""0HKTMQ3266FO5"" received FIN. -2016-07-28 15:52:15.358 +05:30 [Debug] Connection id ""0HKTMQ3266FO6"" received FIN. -2016-07-28 15:52:15.363 +05:30 [Debug] Connection id ""0HKTMQ3266FO5"" disconnecting. -2016-07-28 15:52:15.366 +05:30 [Debug] Connection id ""0HKTMQ3266FO6"" disconnecting. -2016-07-28 15:52:15.366 +05:30 [Debug] Connection id ""0HKTMQ3266FO6"" sending FIN. -2016-07-28 15:52:15.366 +05:30 [Debug] Connection id ""0HKTMQ3266FO5"" sending FIN. -2016-07-28 15:52:15.379 +05:30 [Debug] Connection id ""0HKTMQ3266FO6"" sent FIN with status "0". -2016-07-28 15:52:15.387 +05:30 [Debug] Connection id ""0HKTMQ3266FO5"" sent FIN with status "0". -2016-07-28 15:52:15.390 +05:30 [Debug] Connection id ""0HKTMQ3266FO6"" stopped. -2016-07-28 15:52:15.390 +05:30 [Debug] Connection id ""0HKTMQ3266FO5"" stopped. -2016-07-28 16:20:58.880 +05:30 [Debug] Connection id ""0HKTMQ3266FO7"" started. -2016-07-28 16:20:58.894 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/User/FacebookLogin application/x-www-form-urlencoded 179 -2016-07-28 16:20:58.895 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/FacebookLogin"'. -2016-07-28 16:20:58.899 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" -2016-07-28 16:20:59.356 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" with arguments (["EAAKYvwDVmnUBACeFvweJVlXPZCxCZAnicVNr52gvsOkgQUXHgSHtSx6eaBd4pnY0yeZA5Iw0eWle5gCMe784BMLoNxX02ZBacJlhpwwCKGpsy9wkL5YXXGZBJzeHVPiZClGVQxAZBKrhATYhYVGznk5zZAtMZB8jPlOUZD"]) - ModelState is Valid -2016-07-28 16:21:00.486 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 16:21:00.491 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 16:21:00.520 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 16:21:00.603 +05:30 [Information] Executed action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" in 1700.874ms -2016-07-28 16:21:00.609 +05:30 [Information] Request finished in 1715.8086ms 200 application/json; charset=utf-8 -2016-07-28 16:21:00.610 +05:30 [Debug] Connection id ""0HKTMQ3266FO7"" completed keep alive response. -2016-07-28 16:21:01.031 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-28 16:21:01.032 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-28 16:21:01.033 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-28 16:21:01.176 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 16:21:01.197 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 16:21:01.198 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 16:21:01.199 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 16:21:01.207 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 167.6786ms -2016-07-28 16:21:01.210 +05:30 [Information] Request finished in 179.4564ms 200 application/json; charset=utf-8 -2016-07-28 16:21:01.210 +05:30 [Debug] Connection id ""0HKTMQ3266FO7"" completed keep alive response. -2016-07-28 16:21:01.274 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-28 16:21:01.275 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-28 16:21:01.288 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-28 16:21:01.303 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 16:21:01.315 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 16:21:01.316 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 16:21:01.317 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 16:21:01.325 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 34.5179ms -2016-07-28 16:21:01.328 +05:30 [Information] Request finished in 53.47ms 200 application/json; charset=utf-8 -2016-07-28 16:21:01.329 +05:30 [Debug] Connection id ""0HKTMQ3266FO7"" completed keep alive response. -2016-07-28 16:21:03.647 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=1 -2016-07-28 16:21:03.648 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-07-28 16:21:03.650 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-07-28 16:21:03.674 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 16:21:03.687 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 16:21:03.688 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 16:21:03.689 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 16:21:03.691 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 16:21:03.696 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 43.0834ms -2016-07-28 16:21:03.699 +05:30 [Information] Request finished in 51.706ms 200 application/json; charset=utf-8 -2016-07-28 16:21:03.700 +05:30 [Debug] Connection id ""0HKTMQ3266FO7"" completed keep alive response. -2016-07-28 16:21:04.481 +05:30 [Debug] Connection id ""0HKTMQ3266FO8"" started. -2016-07-28 16:21:04.482 +05:30 [Debug] Connection id ""0HKTMQ3266FO9"" started. -2016-07-28 16:21:04.483 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=1 -2016-07-28 16:21:04.485 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-07-28 16:21:04.486 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=1 -2016-07-28 16:21:04.489 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-07-28 16:21:04.493 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-07-28 16:21:04.496 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-07-28 16:21:04.491 +05:30 [Debug] Connection id ""0HKTMQ3266FOA"" started. -2016-07-28 16:21:04.492 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Google/GetGplusProfiles?groupId=1 -2016-07-28 16:21:04.512 +05:30 [Debug] Connection id ""0HKTMQ3266FOC"" started. -2016-07-28 16:21:04.514 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GetGplusProfiles"'. -2016-07-28 16:21:04.512 +05:30 [Debug] Connection id ""0HKTMQ3266FOB"" started. -2016-07-28 16:21:04.527 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Instagram/GetInstagramProfiles?groupId=1 -2016-07-28 16:21:04.521 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" -2016-07-28 16:21:04.540 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Instagram/GetInstagramProfiles"'. -2016-07-28 16:21:04.543 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" -2016-07-28 16:21:05.573 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/LinkedIn/GetLinkedInCompanyPagesProfiles?groupId=1 -2016-07-28 16:21:05.577 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/LinkedIn/GetLinkedInCompanyPagesProfiles"'. -2016-07-28 16:21:05.578 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 16:21:05.580 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" -2016-07-28 16:21:05.618 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 16:21:05.619 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 16:21:05.619 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 16:21:05.620 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 16:21:05.641 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 1144.368ms -2016-07-28 16:21:05.644 +05:30 [Information] Request finished in 1162.0759ms 200 application/json; charset=utf-8 -2016-07-28 16:21:05.644 +05:30 [Debug] Connection id ""0HKTMQ3266FO7"" completed keep alive response. -2016-07-28 16:21:05.647 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/SocialMessages/GetAllSentMessagesCount?groupId=1&userId=1 -2016-07-28 16:21:05.648 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/SocialMessages/GetAllSentMessagesCount"'. -2016-07-28 16:21:05.650 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" -2016-07-28 16:21:06.581 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetIncommingMessage?groupId=1&userId=1 -2016-07-28 16:21:06.582 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 16:21:06.583 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetIncommingMessage"'. -2016-07-28 16:21:06.586 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 16:21:06.589 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 16:21:06.589 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" -2016-07-28 16:21:06.584 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 16:21:06.598 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 16:21:06.596 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 16:21:06.627 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 16:21:06.631 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 16:21:06.637 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 16:21:06.639 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 16:21:06.640 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 16:21:06.642 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 16:21:06.643 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 16:21:06.648 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 16:21:06.649 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 16:21:06.649 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 16:21:06.644 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 16:21:06.654 +05:30 [Information] Executed action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" in 1068.625ms -2016-07-28 16:21:06.655 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 16:21:06.657 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 16:21:06.660 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 16:21:06.669 +05:30 [Information] Request finished in 1089.6048ms 200 application/json; charset=utf-8 -2016-07-28 16:21:06.669 +05:30 [Debug] Connection id ""0HKTMQ3266FOB"" completed keep alive response. -2016-07-28 16:21:06.684 +05:30 [Information] Executed action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" in 2119.0524ms -2016-07-28 16:21:06.690 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-07-28 16:21:06.694 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 2181.3602ms -2016-07-28 16:21:06.699 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-07-28 16:21:06.702 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" in 2134.6163ms -2016-07-28 16:21:06.707 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterFollowerCount?groupId=1&userId=1 -2016-07-28 16:21:06.708 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterFollowerCount"'. -2016-07-28 16:21:06.710 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" -2016-07-28 16:21:06.718 +05:30 [Information] Request finished in 2218.7024ms 200 application/json; charset=utf-8 -2016-07-28 16:21:06.724 +05:30 [Debug] Connection id ""0HKTMQ3266FO8"" completed keep alive response. -2016-07-28 16:21:06.734 +05:30 [Information] Request finished in 2170.4603ms 200 application/json; charset=utf-8 -2016-07-28 16:21:06.736 +05:30 [Debug] Connection id ""0HKTMQ3266FOC"" completed keep alive response. -2016-07-28 16:21:06.753 +05:30 [Information] Request finished in 2234.3768ms 200 application/json; charset=utf-8 -2016-07-28 16:21:06.759 +05:30 [Debug] Connection id ""0HKTMQ3266FO9"" completed keep alive response. -2016-07-28 16:21:06.759 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/FacebookfanPageCount?groupId=1&userId=1 -2016-07-28 16:21:06.766 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterRecentFollower?groupId=1 -2016-07-28 16:21:06.768 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/FacebookfanPageCount"'. -2016-07-28 16:21:06.769 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterRecentFollower"'. -2016-07-28 16:21:06.771 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" -2016-07-28 16:21:06.771 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" -2016-07-28 16:21:06.781 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-07-28 16:21:06.806 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-07-28 16:21:06.809 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 16:21:08.111 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 16:21:08.112 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 16:21:08.113 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-07-28 16:21:08.115 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 16:21:08.119 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" in 1513.0315ms -2016-07-28 16:21:08.124 +05:30 [Information] Request finished in 1553.9507ms 200 text/plain; charset=utf-8 -2016-07-28 16:21:08.125 +05:30 [Debug] Connection id ""0HKTMQ3266FO7"" completed keep alive response. -2016-07-28 16:21:11.492 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 16:21:11.494 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 16:21:11.495 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 16:21:11.498 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 16:21:11.504 +05:30 [Information] Executed action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" in 5850.0924ms -2016-07-28 16:21:11.510 +05:30 [Information] Request finished in 5862.4812ms 200 application/json; charset=utf-8 -2016-07-28 16:21:11.511 +05:30 [Debug] Connection id ""0HKTMQ3266FOA"" completed keep alive response. -2016-07-28 16:21:11.532 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 16:21:11.532 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 16:21:11.533 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 16:21:11.533 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 16:21:11.534 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-07-28 16:21:11.534 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-07-28 16:21:11.536 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 16:21:11.538 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 16:21:11.540 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" in 4827.0196ms -2016-07-28 16:21:11.543 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" in 4762.2009ms -2016-07-28 16:21:11.545 +05:30 [Information] Request finished in 4858.7693ms 200 text/plain; charset=utf-8 -2016-07-28 16:21:11.546 +05:30 [Debug] Connection id ""0HKTMQ3266FOB"" completed keep alive response. -2016-07-28 16:21:11.550 +05:30 [Information] Request finished in 4812.6011ms 200 text/plain; charset=utf-8 -2016-07-28 16:21:11.552 +05:30 [Debug] Connection id ""0HKTMQ3266FO8"" completed keep alive response. -2016-07-28 16:21:13.052 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 16:21:13.054 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 16:21:13.055 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 16:21:13.059 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 16:21:13.073 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" in 6291.5498ms -2016-07-28 16:21:13.079 +05:30 [Information] Request finished in 6320.5672ms 200 application/json; charset=utf-8 -2016-07-28 16:21:13.080 +05:30 [Debug] Connection id ""0HKTMQ3266FOC"" completed keep alive response. -2016-07-28 16:22:15.356 +05:30 [Debug] Connection id ""0HKTMQ3266FO9"" received FIN. -2016-07-28 16:22:15.357 +05:30 [Debug] Connection id ""0HKTMQ3266FO7"" received FIN. -2016-07-28 16:22:15.359 +05:30 [Debug] Connection id ""0HKTMQ3266FO7"" disconnecting. -2016-07-28 16:22:15.357 +05:30 [Debug] Connection id ""0HKTMQ3266FO9"" disconnecting. -2016-07-28 16:22:15.356 +05:30 [Debug] Connection id ""0HKTMQ3266FOA"" received FIN. -2016-07-28 16:22:15.359 +05:30 [Debug] Connection id ""0HKTMQ3266FOC"" received FIN. -2016-07-28 16:22:15.367 +05:30 [Debug] Connection id ""0HKTMQ3266FO7"" sending FIN. -2016-07-28 16:22:15.366 +05:30 [Debug] Connection id ""0HKTMQ3266FOB"" received FIN. -2016-07-28 16:22:15.369 +05:30 [Debug] Connection id ""0HKTMQ3266FOC"" disconnecting. -2016-07-28 16:22:15.371 +05:30 [Debug] Connection id ""0HKTMQ3266FOB"" disconnecting. -2016-07-28 16:22:15.370 +05:30 [Debug] Connection id ""0HKTMQ3266FO8"" received FIN. -2016-07-28 16:22:15.373 +05:30 [Debug] Connection id ""0HKTMQ3266FOB"" sending FIN. -2016-07-28 16:22:15.375 +05:30 [Debug] Connection id ""0HKTMQ3266FOB"" sent FIN with status "0". -2016-07-28 16:22:15.368 +05:30 [Debug] Connection id ""0HKTMQ3266FO9"" sending FIN. -2016-07-28 16:22:15.377 +05:30 [Debug] Connection id ""0HKTMQ3266FOB"" stopped. -2016-07-28 16:22:15.377 +05:30 [Debug] Connection id ""0HKTMQ3266FOC"" sending FIN. -2016-07-28 16:22:15.368 +05:30 [Debug] Connection id ""0HKTMQ3266FOA"" disconnecting. -2016-07-28 16:22:15.380 +05:30 [Debug] Connection id ""0HKTMQ3266FOC"" sent FIN with status "0". -2016-07-28 16:22:15.384 +05:30 [Debug] Connection id ""0HKTMQ3266FOA"" sending FIN. -2016-07-28 16:22:15.373 +05:30 [Debug] Connection id ""0HKTMQ3266FO8"" disconnecting. -2016-07-28 16:22:15.384 +05:30 [Debug] Connection id ""0HKTMQ3266FOC"" stopped. -2016-07-28 16:22:15.387 +05:30 [Debug] Connection id ""0HKTMQ3266FOA"" sent FIN with status "0". -2016-07-28 16:22:15.389 +05:30 [Debug] Connection id ""0HKTMQ3266FOA"" stopped. -2016-07-28 16:22:15.391 +05:30 [Debug] Connection id ""0HKTMQ3266FO8"" sending FIN. -2016-07-28 16:22:15.392 +05:30 [Debug] Connection id ""0HKTMQ3266FO8"" sent FIN with status "0". -2016-07-28 16:22:15.392 +05:30 [Debug] Connection id ""0HKTMQ3266FO8"" stopped. -2016-07-28 16:22:15.388 +05:30 [Debug] Connection id ""0HKTMQ3266FO9"" sent FIN with status "0". -2016-07-28 16:22:15.394 +05:30 [Debug] Connection id ""0HKTMQ3266FO9"" stopped. -2016-07-28 16:22:15.394 +05:30 [Debug] Connection id ""0HKTMQ3266FO7"" sent FIN with status "0". -2016-07-28 16:22:15.395 +05:30 [Debug] Connection id ""0HKTMQ3266FO7"" stopped. -2016-07-28 17:07:10.726 +05:30 [Debug] Hosting starting -2016-07-28 17:07:10.960 +05:30 [Debug] Hosting started -2016-07-28 17:07:11.042 +05:30 [Debug] Connection id ""0HKTMRE1OGJJO"" started. -2016-07-28 17:07:11.042 +05:30 [Debug] Connection id ""0HKTMRE1OGJJP"" started. -2016-07-28 17:07:11.211 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:6361/ 0 -2016-07-28 17:07:11.211 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-07-28 17:07:11.289 +05:30 [Information] Request finished in 112.9279ms 200 -2016-07-28 17:07:11.358 +05:30 [Debug] Connection id ""0HKTMRE1OGJJO"" completed keep alive response. -2016-07-28 17:07:11.881 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-07-28 17:07:11.954 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"8552dc59-6770-47d8-bd5f-f255273b1fcf"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-07-28 17:07:12.111 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-07-28 17:07:12.278 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid -2016-07-28 17:07:12.283 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult". -2016-07-28 17:07:12.358 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 17:07:12.367 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 17:07:12.373 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 17:07:12.718 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 595.5654ms -2016-07-28 17:07:12.808 +05:30 [Information] Request finished in 1647.8208ms 200 application/json; charset=utf-8 -2016-07-28 17:07:12.810 +05:30 [Debug] Connection id ""0HKTMRE1OGJJP"" completed keep alive response. -2016-07-28 17:23:33.218 +05:30 [Debug] Hosting starting -2016-07-28 17:23:33.450 +05:30 [Debug] Hosting started -2016-07-28 17:23:33.506 +05:30 [Debug] Connection id ""0HKTMRN6I23ID"" started. -2016-07-28 17:23:33.507 +05:30 [Debug] Connection id ""0HKTMRN6I23IC"" started. -2016-07-28 17:23:33.952 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-07-28 17:23:33.952 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:6361/ 0 -2016-07-28 17:23:34.135 +05:30 [Information] Request finished in 218.138ms 200 -2016-07-28 17:23:34.215 +05:30 [Debug] Connection id ""0HKTMRN6I23IC"" completed keep alive response. -2016-07-28 17:23:34.941 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-07-28 17:23:35.075 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"9a0ce82e-b5d1-4742-bb22-985db23e275d"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-07-28 17:23:35.289 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-07-28 17:23:35.451 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid -2016-07-28 17:23:35.456 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult". -2016-07-28 17:23:35.552 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 17:23:35.563 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 17:23:35.605 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 17:23:36.047 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 742.142ms -2016-07-28 17:23:36.166 +05:30 [Information] Request finished in 2309.7268ms 200 application/json; charset=utf-8 -2016-07-28 17:23:36.170 +05:30 [Debug] Connection id ""0HKTMRN6I23ID"" completed keep alive response. -2016-07-28 17:23:55.501 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/User/FacebookLogin application/x-www-form-urlencoded 178 -2016-07-28 17:23:55.504 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/FacebookLogin"'. -2016-07-28 17:23:55.508 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" -2016-07-28 17:23:55.940 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" with arguments (["EAAKYvwDVmnUBAK609iZCZBcXA1tIjwZBzwDNkEVEvc3B6gcuclu6DWqk2jZCEaPFZCXmTRPufCfH3F4eC32M2m9pEM7iCxuDJUfhA9QZAUIO98aSB7cZCzGwFY7eMYdN7aOoUYlDeYefeOIHSma8fePZCWxjBT7fu2oZD"]) - ModelState is Valid -2016-07-28 17:23:56.986 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 17:23:56.996 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 17:23:56.998 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 17:23:57.060 +05:30 [Information] Executed action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" in 1549.2243ms -2016-07-28 17:23:57.064 +05:30 [Information] Request finished in 1564.6938ms 200 application/json; charset=utf-8 -2016-07-28 17:23:57.064 +05:30 [Debug] Connection id ""0HKTMRN6I23IC"" completed keep alive response. -2016-07-28 17:23:57.566 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-28 17:23:57.567 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-28 17:23:57.577 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-28 17:23:57.611 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 17:23:57.629 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 17:23:57.630 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 17:23:57.631 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 17:23:57.636 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 57.143ms -2016-07-28 17:23:57.639 +05:30 [Information] Request finished in 73.5289ms 200 application/json; charset=utf-8 -2016-07-28 17:23:57.640 +05:30 [Debug] Connection id ""0HKTMRN6I23ID"" completed keep alive response. -2016-07-28 17:23:57.705 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-28 17:23:57.706 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-28 17:23:57.708 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-28 17:23:57.721 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 17:23:57.734 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 17:23:57.735 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 17:23:57.736 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 17:23:57.744 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 34.8813ms -2016-07-28 17:23:57.750 +05:30 [Information] Request finished in 44.4049ms 200 application/json; charset=utf-8 -2016-07-28 17:23:57.750 +05:30 [Debug] Connection id ""0HKTMRN6I23IC"" completed keep alive response. -2016-07-28 17:24:00.077 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=1 -2016-07-28 17:24:00.078 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-07-28 17:24:00.082 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-07-28 17:24:00.114 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 17:24:00.127 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 17:24:00.129 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 17:24:00.130 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 17:24:00.132 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 17:24:00.139 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 52.355ms -2016-07-28 17:24:00.146 +05:30 [Information] Request finished in 78.3354ms 200 application/json; charset=utf-8 -2016-07-28 17:24:00.147 +05:30 [Debug] Connection id ""0HKTMRN6I23ID"" completed keep alive response. -2016-07-28 17:24:00.470 +05:30 [Debug] Connection id ""0HKTMRN6I23IE"" started. -2016-07-28 17:24:00.471 +05:30 [Debug] Connection id ""0HKTMRN6I23IF"" started. -2016-07-28 17:24:00.473 +05:30 [Debug] Connection id ""0HKTMRN6I23IH"" started. -2016-07-28 17:24:00.473 +05:30 [Debug] Connection id ""0HKTMRN6I23IG"" started. -2016-07-28 17:24:00.481 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/LinkedIn/GetLinkedInCompanyPagesProfiles?groupId=1 -2016-07-28 17:24:00.482 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/LinkedIn/GetLinkedInCompanyPagesProfiles"'. -2016-07-28 17:24:00.484 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" -2016-07-28 17:24:00.487 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=1 -2016-07-28 17:24:00.492 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/SocialMessages/GetAllSentMessagesCount?groupId=1&userId=1 -2016-07-28 17:24:00.588 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Instagram/GetInstagramProfiles?groupId=1 -2016-07-28 17:24:00.593 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-07-28 17:24:00.595 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/SocialMessages/GetAllSentMessagesCount"'. -2016-07-28 17:24:00.600 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Google/GetGplusProfiles?groupId=1 -2016-07-28 17:24:00.692 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Instagram/GetInstagramProfiles"'. -2016-07-28 17:24:00.731 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GetGplusProfiles"'. -2016-07-28 17:24:00.734 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" -2016-07-28 17:24:00.730 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" -2016-07-28 17:24:00.729 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-07-28 17:24:00.738 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" -2016-07-28 17:24:01.568 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=1 -2016-07-28 17:24:01.569 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-07-28 17:24:01.571 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-07-28 17:24:02.590 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 17:24:02.610 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 17:24:02.611 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-07-28 17:24:02.624 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 17:24:02.619 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 17:24:02.640 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 17:24:02.636 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 17:24:02.630 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 17:24:02.654 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 17:24:02.643 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 17:24:02.682 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 17:24:02.685 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 17:24:02.686 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 17:24:02.687 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 17:24:02.680 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 17:24:02.690 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 17:24:02.690 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 17:24:02.667 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 17:24:02.694 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 17:24:02.694 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 17:24:02.674 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 17:24:02.702 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 17:24:02.705 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 17:24:02.709 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 17:24:02.708 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 17:24:02.725 +05:30 [Information] Executed action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" in 2209.2517ms -2016-07-28 17:24:02.731 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" in 1895.2704ms -2016-07-28 17:24:02.740 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 1155.5527ms -2016-07-28 17:24:02.742 +05:30 [Information] Request finished in 2263.1835ms 200 application/json; charset=utf-8 -2016-07-28 17:24:02.742 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 17:24:02.748 +05:30 [Debug] Connection id ""0HKTMRN6I23ID"" completed keep alive response. -2016-07-28 17:24:02.758 +05:30 [Information] Request finished in 1181.5899ms 200 application/json; charset=utf-8 -2016-07-28 17:24:02.764 +05:30 [Debug] Connection id ""0HKTMRN6I23IE"" completed keep alive response. -2016-07-28 17:24:02.785 +05:30 [Information] Request finished in 2278.8847ms 200 application/json; charset=utf-8 -2016-07-28 17:24:02.788 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetIncommingMessage?groupId=1&userId=1 -2016-07-28 17:24:02.789 +05:30 [Debug] Connection id ""0HKTMRN6I23IH"" completed keep alive response. -2016-07-28 17:24:02.798 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 1943.7564ms -2016-07-28 17:24:02.790 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetIncommingMessage"'. -2016-07-28 17:24:02.805 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterFollowerCount?groupId=1&userId=1 -2016-07-28 17:24:02.807 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterFollowerCount"'. -2016-07-28 17:24:02.808 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" -2016-07-28 17:24:02.808 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" -2016-07-28 17:24:02.819 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/FacebookfanPageCount?groupId=1&userId=1 -2016-07-28 17:24:02.831 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/FacebookfanPageCount"'. -2016-07-28 17:24:02.835 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" -2016-07-28 17:24:02.867 +05:30 [Information] Request finished in 2344.1382ms 200 application/json; charset=utf-8 -2016-07-28 17:24:02.870 +05:30 [Information] Executed action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" in 2032.1855ms -2016-07-28 17:24:02.871 +05:30 [Debug] Connection id ""0HKTMRN6I23IC"" completed keep alive response. -2016-07-28 17:24:02.883 +05:30 [Information] Request finished in 2400.3312ms 200 application/json; charset=utf-8 -2016-07-28 17:24:02.884 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterRecentFollower?groupId=1 -2016-07-28 17:24:02.887 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterRecentFollower"'. -2016-07-28 17:24:02.890 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" -2016-07-28 17:24:02.885 +05:30 [Debug] Connection id ""0HKTMRN6I23IG"" completed keep alive response. -2016-07-28 17:24:03.160 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-07-28 17:24:03.174 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-07-28 17:24:03.180 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-07-28 17:24:03.187 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 17:24:04.548 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 17:24:04.550 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 17:24:04.551 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-07-28 17:24:04.554 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 17:24:04.565 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" in 1750.359ms -2016-07-28 17:24:04.573 +05:30 [Information] Request finished in 1803.9817ms 200 text/plain; charset=utf-8 -2016-07-28 17:24:04.574 +05:30 [Debug] Connection id ""0HKTMRN6I23ID"" completed keep alive response. -2016-07-28 17:24:09.076 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 17:24:09.077 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 17:24:09.078 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 17:24:09.080 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 17:24:09.091 +05:30 [Information] Executed action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" in 8335.4342ms -2016-07-28 17:24:09.096 +05:30 [Information] Request finished in 8617.1724ms 200 application/json; charset=utf-8 -2016-07-28 17:24:09.098 +05:30 [Debug] Connection id ""0HKTMRN6I23IF"" completed keep alive response. -2016-07-28 17:24:09.112 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 17:24:09.112 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 17:24:09.113 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 17:24:09.113 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 17:24:09.114 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-07-28 17:24:09.113 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-07-28 17:24:09.116 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 17:24:09.117 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 17:24:09.122 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" in 6265.3125ms -2016-07-28 17:24:09.123 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" in 6310.6356ms -2016-07-28 17:24:09.132 +05:30 [Information] Request finished in 6324.2868ms 200 text/plain; charset=utf-8 -2016-07-28 17:24:09.134 +05:30 [Information] Request finished in 6352.6413ms 200 text/plain; charset=utf-8 -2016-07-28 17:24:09.137 +05:30 [Debug] Connection id ""0HKTMRN6I23IE"" completed keep alive response. -2016-07-28 17:24:09.135 +05:30 [Debug] Connection id ""0HKTMRN6I23IH"" completed keep alive response. -2016-07-28 17:24:10.652 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 17:24:10.653 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 17:24:10.654 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 17:24:10.659 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 17:24:10.668 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" in 7773.8466ms -2016-07-28 17:24:10.676 +05:30 [Information] Request finished in 7793.6746ms 200 application/json; charset=utf-8 -2016-07-28 17:24:10.676 +05:30 [Debug] Connection id ""0HKTMRN6I23IC"" completed keep alive response. -2016-07-28 17:25:33.482 +05:30 [Debug] Connection id ""0HKTMRN6I23IF"" received FIN. -2016-07-28 17:25:33.482 +05:30 [Debug] Connection id ""0HKTMRN6I23IG"" received FIN. -2016-07-28 17:25:33.485 +05:30 [Debug] Connection id ""0HKTMRN6I23IF"" disconnecting. -2016-07-28 17:25:33.485 +05:30 [Debug] Connection id ""0HKTMRN6I23IG"" disconnecting. -2016-07-28 17:25:33.484 +05:30 [Debug] Connection id ""0HKTMRN6I23IH"" received FIN. -2016-07-28 17:25:33.489 +05:30 [Debug] Connection id ""0HKTMRN6I23IC"" received FIN. -2016-07-28 17:25:33.489 +05:30 [Debug] Connection id ""0HKTMRN6I23IH"" disconnecting. -2016-07-28 17:25:33.485 +05:30 [Debug] Connection id ""0HKTMRN6I23ID"" received FIN. -2016-07-28 17:25:33.491 +05:30 [Debug] Connection id ""0HKTMRN6I23IF"" sending FIN. -2016-07-28 17:25:33.492 +05:30 [Debug] Connection id ""0HKTMRN6I23ID"" disconnecting. -2016-07-28 17:25:33.492 +05:30 [Debug] Connection id ""0HKTMRN6I23IE"" received FIN. -2016-07-28 17:25:33.495 +05:30 [Debug] Connection id ""0HKTMRN6I23IG"" sending FIN. -2016-07-28 17:25:33.490 +05:30 [Debug] Connection id ""0HKTMRN6I23IC"" disconnecting. -2016-07-28 17:25:33.495 +05:30 [Debug] Connection id ""0HKTMRN6I23IE"" disconnecting. -2016-07-28 17:25:33.497 +05:30 [Debug] Connection id ""0HKTMRN6I23ID"" sending FIN. -2016-07-28 17:25:33.497 +05:30 [Debug] Connection id ""0HKTMRN6I23IH"" sending FIN. -2016-07-28 17:25:33.501 +05:30 [Debug] Connection id ""0HKTMRN6I23IC"" sending FIN. -2016-07-28 17:25:33.500 +05:30 [Debug] Connection id ""0HKTMRN6I23IE"" sending FIN. -2016-07-28 17:25:33.508 +05:30 [Debug] Connection id ""0HKTMRN6I23IE"" sent FIN with status "0". -2016-07-28 17:25:33.508 +05:30 [Debug] Connection id ""0HKTMRN6I23IC"" sent FIN with status "0". -2016-07-28 17:25:33.510 +05:30 [Debug] Connection id ""0HKTMRN6I23IE"" stopped. -2016-07-28 17:25:33.511 +05:30 [Debug] Connection id ""0HKTMRN6I23IC"" stopped. -2016-07-28 17:25:33.512 +05:30 [Debug] Connection id ""0HKTMRN6I23IH"" sent FIN with status "0". -2016-07-28 17:25:33.511 +05:30 [Debug] Connection id ""0HKTMRN6I23ID"" sent FIN with status "0". -2016-07-28 17:25:33.513 +05:30 [Debug] Connection id ""0HKTMRN6I23ID"" stopped. -2016-07-28 17:25:33.513 +05:30 [Debug] Connection id ""0HKTMRN6I23IH"" stopped. -2016-07-28 17:25:33.515 +05:30 [Debug] Connection id ""0HKTMRN6I23IF"" sent FIN with status "0". -2016-07-28 17:25:33.514 +05:30 [Debug] Connection id ""0HKTMRN6I23IG"" sent FIN with status "0". -2016-07-28 17:25:33.515 +05:30 [Debug] Connection id ""0HKTMRN6I23IF"" stopped. -2016-07-28 17:25:33.516 +05:30 [Debug] Connection id ""0HKTMRN6I23IG"" stopped. -2016-07-28 17:57:43.972 +05:30 [Debug] Hosting starting -2016-07-28 17:57:44.162 +05:30 [Debug] Hosting started -2016-07-28 17:57:44.380 +05:30 [Debug] Connection id ""0HKTMSA9ONSF7"" started. -2016-07-28 17:57:44.380 +05:30 [Debug] Connection id ""0HKTMSA9ONSF6"" started. -2016-07-28 17:57:44.554 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-07-28 17:57:44.554 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:6361/ 0 -2016-07-28 17:57:44.633 +05:30 [Information] Request finished in 114.13ms 200 -2016-07-28 17:57:44.693 +05:30 [Debug] Connection id ""0HKTMSA9ONSF7"" completed keep alive response. -2016-07-28 17:57:45.168 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-07-28 17:57:45.253 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"12e54a36-c928-4a75-ae5c-c44c8aca12f3"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-07-28 17:57:45.416 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-07-28 17:57:45.544 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid -2016-07-28 17:57:45.549 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult". -2016-07-28 17:57:45.612 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 17:57:45.617 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 17:57:45.621 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 17:57:45.918 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 493.6686ms -2016-07-28 17:57:45.999 +05:30 [Information] Request finished in 1496.4957ms 200 application/json; charset=utf-8 -2016-07-28 17:57:46.002 +05:30 [Debug] Connection id ""0HKTMSA9ONSF6"" completed keep alive response. -2016-07-28 17:58:07.496 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/User/FacebookLogin application/x-www-form-urlencoded 177 -2016-07-28 17:58:07.499 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/FacebookLogin"'. -2016-07-28 17:58:07.515 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" -2016-07-28 17:58:07.975 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" with arguments (["EAAKYvwDVmnUBAGA8X3n7U4ogZAprQlbbrhzr2VDIovUOiHHMGjRvVp2WHRZByIG2E9ToEta6ixOZBMH8Vc3WZCmCZB9VsTXCqINsdMHSBbw5oAqbPC6B3iZBJnHtFYLTOyC0qCfPziLgJ1TL1LUoxyvhwtDUZAeuHkZD"]) - ModelState is Valid -2016-07-28 17:58:09.124 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 17:58:09.133 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 17:58:09.137 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 17:58:09.201 +05:30 [Information] Executed action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" in 1683.2791ms -2016-07-28 17:58:09.208 +05:30 [Information] Request finished in 1714.2561ms 200 application/json; charset=utf-8 -2016-07-28 17:58:09.209 +05:30 [Debug] Connection id ""0HKTMSA9ONSF7"" completed keep alive response. -2016-07-28 17:58:09.588 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-28 17:58:09.588 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-28 17:58:09.590 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-28 17:58:09.622 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 17:58:09.641 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 17:58:09.642 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 17:58:09.645 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 17:58:09.650 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 57.9836ms -2016-07-28 17:58:09.654 +05:30 [Information] Request finished in 66.8542ms 200 application/json; charset=utf-8 -2016-07-28 17:58:09.655 +05:30 [Debug] Connection id ""0HKTMSA9ONSF6"" completed keep alive response. -2016-07-28 17:58:09.703 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-28 17:58:09.704 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-28 17:58:09.706 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-28 17:58:09.719 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 17:58:09.732 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 17:58:09.734 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 17:58:09.735 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 17:58:09.745 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 37.1416ms -2016-07-28 17:58:09.749 +05:30 [Information] Request finished in 46.0498ms 200 application/json; charset=utf-8 -2016-07-28 17:58:09.750 +05:30 [Debug] Connection id ""0HKTMSA9ONSF7"" completed keep alive response. -2016-07-28 17:58:11.918 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=1 -2016-07-28 17:58:11.919 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-07-28 17:58:11.922 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-07-28 17:58:11.944 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 17:58:11.956 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 17:58:11.957 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 17:58:11.957 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 17:58:11.959 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 17:58:11.967 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 42.5705ms -2016-07-28 17:58:11.972 +05:30 [Information] Request finished in 52.8298ms 200 application/json; charset=utf-8 -2016-07-28 17:58:11.973 +05:30 [Debug] Connection id ""0HKTMSA9ONSF6"" completed keep alive response. -2016-07-28 17:58:12.339 +05:30 [Debug] Connection id ""0HKTMSA9ONSF8"" started. -2016-07-28 17:58:12.339 +05:30 [Debug] Connection id ""0HKTMSA9ONSF9"" started. -2016-07-28 17:58:12.340 +05:30 [Debug] Connection id ""0HKTMSA9ONSFA"" started. -2016-07-28 17:58:12.341 +05:30 [Debug] Connection id ""0HKTMSA9ONSFB"" started. -2016-07-28 17:58:12.342 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=1 -2016-07-28 17:58:12.344 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-07-28 17:58:12.345 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/LinkedIn/GetLinkedInCompanyPagesProfiles?groupId=1 -2016-07-28 17:58:12.347 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=1 -2016-07-28 17:58:12.348 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/LinkedIn/GetLinkedInCompanyPagesProfiles"'. -2016-07-28 17:58:12.348 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Instagram/GetInstagramProfiles?groupId=1 -2016-07-28 17:58:12.352 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Google/GetGplusProfiles?groupId=1 -2016-07-28 17:58:12.354 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GetGplusProfiles"'. -2016-07-28 17:58:12.354 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" -2016-07-28 17:58:12.355 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" -2016-07-28 17:58:12.354 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Instagram/GetInstagramProfiles"'. -2016-07-28 17:58:12.350 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-07-28 17:58:12.351 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-07-28 17:58:12.389 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-07-28 17:58:12.383 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" -2016-07-28 17:58:13.072 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/SocialMessages/GetAllSentMessagesCount?groupId=1&userId=1 -2016-07-28 17:58:13.073 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/SocialMessages/GetAllSentMessagesCount"'. -2016-07-28 17:58:13.077 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" -2016-07-28 17:58:14.147 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 17:58:14.192 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 17:58:14.193 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 17:58:14.193 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 17:58:14.193 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 17:58:14.195 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 17:58:14.203 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-07-28 17:58:14.209 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 17:58:14.211 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 17:58:14.212 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 17:58:14.218 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 17:58:14.220 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 17:58:14.218 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 17:58:14.225 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 17:58:14.227 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 17:58:14.234 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 17:58:14.248 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" in 1883.0185ms -2016-07-28 17:58:14.253 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 17:58:14.261 +05:30 [Information] Executed action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" in 1895.3713ms -2016-07-28 17:58:14.259 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 17:58:14.265 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 17:58:14.280 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 17:58:14.290 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 17:58:14.284 +05:30 [Information] Request finished in 1921.5733ms 200 application/json; charset=utf-8 -2016-07-28 17:58:14.294 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 17:58:14.294 +05:30 [Debug] Connection id ""0HKTMSA9ONSF9"" completed keep alive response. -2016-07-28 17:58:14.300 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 17:58:14.314 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 17:58:14.319 +05:30 [Information] Request finished in 1943.3297ms 200 application/json; charset=utf-8 -2016-07-28 17:58:14.321 +05:30 [Debug] Connection id ""0HKTMSA9ONSF8"" completed keep alive response. -2016-07-28 17:58:14.341 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 17:58:14.354 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 17:58:14.360 +05:30 [Information] Executed action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" in 1930.7915ms -2016-07-28 17:58:14.375 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 1949.2987ms -2016-07-28 17:58:14.426 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterFollowerCount?groupId=1&userId=1 -2016-07-28 17:58:14.432 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterFollowerCount"'. -2016-07-28 17:58:14.436 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" -2016-07-28 17:58:14.379 +05:30 [Information] Request finished in 2030.6439ms 200 application/json; charset=utf-8 -2016-07-28 17:58:14.450 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetIncommingMessage?groupId=1&userId=1 -2016-07-28 17:58:14.470 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 2042.9213ms -2016-07-28 17:58:14.488 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetIncommingMessage"'. -2016-07-28 17:58:14.495 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" -2016-07-28 17:58:14.495 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-07-28 17:58:14.461 +05:30 [Information] Request finished in 2085.5571ms 200 application/json; charset=utf-8 -2016-07-28 17:58:14.516 +05:30 [Debug] Connection id ""0HKTMSA9ONSF6"" completed keep alive response. -2016-07-28 17:58:14.543 +05:30 [Information] Request finished in 2168.3775ms 200 application/json; charset=utf-8 -2016-07-28 17:58:14.560 +05:30 [Debug] Connection id ""0HKTMSA9ONSF7"" completed keep alive response. -2016-07-28 17:58:14.572 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterRecentFollower?groupId=1 -2016-07-28 17:58:14.578 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-07-28 17:58:14.479 +05:30 [Debug] Connection id ""0HKTMSA9ONSFA"" completed keep alive response. -2016-07-28 17:58:14.960 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterRecentFollower"'. -2016-07-28 17:58:15.004 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/FacebookfanPageCount?groupId=1&userId=1 -2016-07-28 17:58:15.033 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" -2016-07-28 17:58:15.037 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/FacebookfanPageCount"'. -2016-07-28 17:58:15.207 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" -2016-07-28 17:58:15.271 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 17:58:15.274 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-07-28 17:58:16.636 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 17:58:16.640 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 17:58:16.642 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-07-28 17:58:16.661 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 17:58:16.679 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" in 2171.6579ms -2016-07-28 17:58:16.689 +05:30 [Information] Request finished in 2277.6284ms 200 text/plain; charset=utf-8 -2016-07-28 17:58:16.692 +05:30 [Debug] Connection id ""0HKTMSA9ONSF8"" completed keep alive response. -2016-07-28 17:58:17.227 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetNotifications?groupId=1&userId=1&skip=0&count=20 -2016-07-28 17:58:17.228 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetNotifications"'. -2016-07-28 17:58:17.230 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetNotifications (Api.Socioboard)" -2016-07-28 17:58:17.303 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetNotifications (Api.Socioboard)" with arguments (["1", "1", "0", "20"]) - ModelState is Valid -2016-07-28 17:58:17.445 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetNotifications (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 17:58:17.446 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 17:58:17.446 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 17:58:17.496 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 17:58:17.586 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetNotifications (Api.Socioboard)" in 336.4641ms -2016-07-28 17:58:17.599 +05:30 [Information] Request finished in 385.5415ms 200 application/json; charset=utf-8 -2016-07-28 17:58:17.600 +05:30 [Debug] Connection id ""0HKTMSA9ONSF7"" completed keep alive response. -2016-07-28 17:58:21.709 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 17:58:21.719 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 17:58:21.719 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 17:58:21.750 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 17:58:21.768 +05:30 [Information] Executed action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" in 8675.7233ms -2016-07-28 17:58:21.780 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 17:58:21.786 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 17:58:21.789 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-07-28 17:58:21.770 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 17:58:21.797 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 17:58:21.803 +05:30 [Information] Request finished in 8727.5857ms 200 application/json; charset=utf-8 -2016-07-28 17:58:21.806 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 17:58:21.815 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" in 7370.0385ms -2016-07-28 17:58:21.819 +05:30 [Debug] Connection id ""0HKTMSA9ONSFB"" completed keep alive response. -2016-07-28 17:58:21.824 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-07-28 17:58:21.833 +05:30 [Information] Request finished in 7424.3973ms 200 text/plain; charset=utf-8 -2016-07-28 17:58:21.834 +05:30 [Debug] Connection id ""0HKTMSA9ONSF9"" completed keep alive response. -2016-07-28 17:58:21.835 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 17:58:21.848 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" in 6638.8608ms -2016-07-28 17:58:21.854 +05:30 [Information] Request finished in 6891.6022ms 200 text/plain; charset=utf-8 -2016-07-28 17:58:21.855 +05:30 [Debug] Connection id ""0HKTMSA9ONSFA"" completed keep alive response. -2016-07-28 17:58:23.336 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 17:58:23.337 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 17:58:23.337 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 17:58:23.341 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 17:58:23.352 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" in 8143.1988ms -2016-07-28 17:58:23.359 +05:30 [Information] Request finished in 8810.9502ms 200 application/json; charset=utf-8 -2016-07-28 17:58:23.360 +05:30 [Debug] Connection id ""0HKTMSA9ONSF6"" completed keep alive response. -2016-07-28 17:58:33.847 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=1 -2016-07-28 17:58:33.848 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-07-28 17:58:33.851 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-07-28 17:58:33.860 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Instagram/GetInstagramProfiles?groupId=1 -2016-07-28 17:58:33.862 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Instagram/GetInstagramProfiles"'. -2016-07-28 17:58:33.863 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" -2016-07-28 17:58:33.886 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/LinkedIn/GetLinkedInCompanyPagesProfiles?groupId=1 -2016-07-28 17:58:33.887 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/LinkedIn/GetLinkedInCompanyPagesProfiles"'. -2016-07-28 17:58:33.894 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" -2016-07-28 17:58:33.900 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Google/GetGplusProfiles?groupId=1 -2016-07-28 17:58:33.914 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 17:58:33.929 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GetGplusProfiles"'. -2016-07-28 17:58:33.932 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 17:58:33.928 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 17:58:33.905 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/SocialMessages/GetAllSentMessagesCount?groupId=1&userId=1 -2016-07-28 17:58:33.937 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" -2016-07-28 17:58:34.012 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 17:58:34.014 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 17:58:34.014 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 17:58:34.012 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/SocialMessages/GetAllSentMessagesCount"'. -2016-07-28 17:58:34.010 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 17:58:34.034 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" -2016-07-28 17:58:34.037 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 17:58:34.064 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=1 -2016-07-28 17:58:34.073 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-07-28 17:58:34.075 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-07-28 17:58:34.084 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 17:58:34.100 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 17:58:34.109 +05:30 [Information] Executed action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" in 223.9672ms -2016-07-28 17:58:34.118 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 17:58:34.120 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 17:58:34.120 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 17:58:34.121 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 17:58:34.124 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 17:58:34.132 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 252.9314ms -2016-07-28 17:58:34.136 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 17:58:34.138 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 17:58:34.143 +05:30 [Information] Request finished in 283.3263ms 200 application/json; charset=utf-8 -2016-07-28 17:58:34.146 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 17:58:34.148 +05:30 [Debug] Connection id ""0HKTMSA9ONSF6"" completed keep alive response. -2016-07-28 17:58:34.152 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-07-28 17:58:34.152 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 17:58:34.157 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 17:58:34.155 +05:30 [Information] Executed action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" in 245.079ms -2016-07-28 17:58:34.160 +05:30 [Information] Request finished in 308.6155ms 200 application/json; charset=utf-8 -2016-07-28 17:58:34.162 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 17:58:34.166 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 17:58:34.171 +05:30 [Debug] Connection id ""0HKTMSA9ONSF8"" completed keep alive response. -2016-07-28 17:58:34.183 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" in 161.2729ms -2016-07-28 17:58:34.169 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 17:58:34.185 +05:30 [Information] Request finished in 334.2484ms 200 application/json; charset=utf-8 -2016-07-28 17:58:34.191 +05:30 [Debug] Connection id ""0HKTMSA9ONSF9"" completed keep alive response. -2016-07-28 17:58:34.186 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 17:58:34.191 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 17:58:34.201 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 17:58:34.201 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 17:58:34.200 +05:30 [Information] Request finished in 333.214ms 200 application/json; charset=utf-8 -2016-07-28 17:58:34.204 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 17:58:34.206 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 17:58:34.207 +05:30 [Debug] Connection id ""0HKTMSA9ONSFB"" completed keep alive response. -2016-07-28 17:58:34.216 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 125.2134ms -2016-07-28 17:58:34.218 +05:30 [Information] Executed action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" in 175.4297ms -2016-07-28 17:58:34.222 +05:30 [Information] Request finished in 378.1202ms 200 application/json; charset=utf-8 -2016-07-28 17:58:34.225 +05:30 [Information] Request finished in 382.1667ms 200 application/json; charset=utf-8 -2016-07-28 17:58:34.227 +05:30 [Debug] Connection id ""0HKTMSA9ONSFA"" completed keep alive response. -2016-07-28 17:58:34.226 +05:30 [Debug] Connection id ""0HKTMSA9ONSF7"" completed keep alive response. -2016-07-28 17:58:34.296 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/FacebookfanPageCount?groupId=1&userId=1 -2016-07-28 17:58:34.297 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/FacebookfanPageCount"'. -2016-07-28 17:58:34.298 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" -2016-07-28 17:58:34.308 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterRecentFollower?groupId=1 -2016-07-28 17:58:34.314 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterRecentFollower"'. -2016-07-28 17:58:34.315 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" -2016-07-28 17:58:34.344 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterFollowerCount?groupId=1&userId=1 -2016-07-28 17:58:34.355 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterFollowerCount"'. -2016-07-28 17:58:34.363 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" -2016-07-28 17:58:34.398 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetIncommingMessage?groupId=1&userId=1 -2016-07-28 17:58:34.411 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetIncommingMessage"'. -2016-07-28 17:58:34.412 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" -2016-07-28 17:58:34.423 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 17:58:34.433 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-07-28 17:58:34.440 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-07-28 17:58:34.445 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 17:58:34.448 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 17:58:34.449 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-07-28 17:58:34.455 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-07-28 17:58:34.459 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 17:58:34.466 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 17:58:34.466 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" in 97.0156ms -2016-07-28 17:58:34.472 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 17:58:34.471 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 17:58:34.478 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 17:58:34.478 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-07-28 17:58:34.477 +05:30 [Information] Request finished in 195.6876ms 200 text/plain; charset=utf-8 -2016-07-28 17:58:34.481 +05:30 [Debug] Connection id ""0HKTMSA9ONSF9"" completed keep alive response. -2016-07-28 17:58:34.482 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 17:58:34.479 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-07-28 17:58:34.488 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" in 187.3234ms -2016-07-28 17:58:34.491 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 17:58:34.496 +05:30 [Information] Request finished in 221.9204ms 200 text/plain; charset=utf-8 -2016-07-28 17:58:34.498 +05:30 [Debug] Connection id ""0HKTMSA9ONSF6"" completed keep alive response. -2016-07-28 17:58:34.498 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" in 82.3581ms -2016-07-28 17:58:34.504 +05:30 [Information] Request finished in 222.9843ms 200 text/plain; charset=utf-8 -2016-07-28 17:58:34.505 +05:30 [Debug] Connection id ""0HKTMSA9ONSFB"" completed keep alive response. -2016-07-28 17:58:35.213 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 17:58:35.214 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 17:58:35.215 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 17:58:35.218 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 17:58:35.222 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" in 899.6897ms -2016-07-28 17:58:35.227 +05:30 [Information] Request finished in 947.7255ms 200 application/json; charset=utf-8 -2016-07-28 17:58:35.228 +05:30 [Debug] Connection id ""0HKTMSA9ONSF8"" completed keep alive response. -2016-07-28 17:58:57.412 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-28 17:58:57.414 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/getProfilesAvailableToConnect?groupId=1&userId=1 -2016-07-28 17:58:57.415 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-28 17:58:57.416 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/getProfilesAvailableToConnect"'. -2016-07-28 17:58:57.417 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-28 17:58:57.419 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" -2016-07-28 17:58:57.454 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 17:58:57.459 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 17:58:57.462 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 17:58:57.462 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-07-28 17:58:57.463 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 17:58:57.470 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 17:58:57.475 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 17:58:57.476 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 17:58:57.476 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 17:58:57.479 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 52.8128ms -2016-07-28 17:58:57.494 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 17:58:57.516 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" in 77.169ms -2016-07-28 17:58:57.518 +05:30 [Information] Request finished in 105.3858ms 200 application/json; charset=utf-8 -2016-07-28 17:58:57.520 +05:30 [Debug] Connection id ""0HKTMSA9ONSFA"" completed keep alive response. -2016-07-28 17:58:57.525 +05:30 [Information] Request finished in 109.7739ms 200 application/json; charset=utf-8 -2016-07-28 17:58:57.525 +05:30 [Debug] Connection id ""0HKTMSA9ONSF7"" completed keep alive response. -2016-07-28 17:59:04.791 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/Groups/CreateGroup?GroupName=Suresh&AdminId=1 0 -2016-07-28 17:59:04.794 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/CreateGroup"'. -2016-07-28 17:59:04.797 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.CreateGroup (Api.Socioboard)" -2016-07-28 17:59:04.980 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.CreateGroup (Api.Socioboard)" with arguments (["Domain.Socioboard.Models.Groups"]) - ModelState is Valid -2016-07-28 17:59:05.398 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.CreateGroup (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 17:59:05.399 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 17:59:05.399 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-07-28 17:59:05.402 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 17:59:05.407 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.CreateGroup (Api.Socioboard)" in 604.4165ms -2016-07-28 17:59:05.419 +05:30 [Information] Request finished in 637.9229ms 200 text/plain; charset=utf-8 -2016-07-28 17:59:05.420 +05:30 [Debug] Connection id ""0HKTMSA9ONSF9"" completed keep alive response. -2016-07-28 17:59:12.126 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-28 17:59:12.127 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-28 17:59:12.129 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-28 17:59:12.158 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 17:59:12.176 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 17:59:12.177 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 17:59:12.179 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 17:59:12.183 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 50.933ms -2016-07-28 17:59:12.189 +05:30 [Information] Request finished in 65.5051ms 200 application/json; charset=utf-8 -2016-07-28 17:59:12.190 +05:30 [Debug] Connection id ""0HKTMSA9ONSF6"" completed keep alive response. -2016-07-28 17:59:12.203 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-28 17:59:12.205 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-28 17:59:12.206 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-28 17:59:12.230 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 17:59:12.231 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 17:59:12.233 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 17:59:12.236 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 17:59:12.242 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 30.708ms -2016-07-28 17:59:12.252 +05:30 [Information] Request finished in 46.1017ms 200 application/json; charset=utf-8 -2016-07-28 17:59:12.254 +05:30 [Debug] Connection id ""0HKTMSA9ONSFB"" completed keep alive response. -2016-07-28 17:59:14.952 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=1 -2016-07-28 17:59:14.956 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-07-28 17:59:14.957 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-07-28 17:59:15.101 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 17:59:15.103 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 17:59:15.104 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 17:59:15.105 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 17:59:15.128 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 17:59:15.155 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 178.5923ms -2016-07-28 17:59:15.187 +05:30 [Information] Request finished in 273.9489ms 200 application/json; charset=utf-8 -2016-07-28 17:59:15.188 +05:30 [Debug] Connection id ""0HKTMSA9ONSF8"" completed keep alive response. -2016-07-28 17:59:15.269 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-28 17:59:15.278 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-28 17:59:15.280 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=1 -2016-07-28 17:59:15.277 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/getProfilesAvailableToConnect?groupId=1&userId=1 -2016-07-28 17:59:15.291 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-07-28 17:59:15.290 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-28 17:59:15.296 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-07-28 17:59:15.295 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/getProfilesAvailableToConnect"'. -2016-07-28 17:59:15.301 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" -2016-07-28 17:59:15.422 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 17:59:15.428 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 17:59:15.433 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 17:59:15.435 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 17:59:15.438 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 17:59:15.444 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 17:59:15.440 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-07-28 17:59:15.455 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 17:59:15.472 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 17:59:15.476 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 164.1288ms -2016-07-28 17:59:15.481 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 17:59:15.484 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 17:59:15.493 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 17:59:15.492 +05:30 [Information] Request finished in 228.2446ms 200 application/json; charset=utf-8 -2016-07-28 17:59:15.497 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 17:59:15.500 +05:30 [Debug] Connection id ""0HKTMSA9ONSF9"" completed keep alive response. -2016-07-28 17:59:15.511 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 17:59:15.513 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 17:59:15.525 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 220.6827ms -2016-07-28 17:59:15.538 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" in 219.5787ms -2016-07-28 17:59:15.551 +05:30 [Information] Request finished in 284.8699ms 200 application/json; charset=utf-8 -2016-07-28 17:59:15.557 +05:30 [Information] Request finished in 286.6642ms 200 application/json; charset=utf-8 -2016-07-28 17:59:15.566 +05:30 [Debug] Connection id ""0HKTMSA9ONSFA"" completed keep alive response. -2016-07-28 17:59:15.577 +05:30 [Debug] Connection id ""0HKTMSA9ONSF7"" completed keep alive response. -2016-07-28 17:59:18.327 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=2 -2016-07-28 17:59:18.329 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-07-28 17:59:18.330 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-07-28 17:59:18.336 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/getProfilesAvailableToConnect?groupId=2&userId=1 -2016-07-28 17:59:18.336 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/getProfilesAvailableToConnect"'. -2016-07-28 17:59:18.337 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" -2016-07-28 17:59:18.367 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=2 -2016-07-28 17:59:18.384 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-28 17:59:18.385 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-28 17:59:18.586 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-07-28 17:59:18.618 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-07-28 17:59:18.621 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" with arguments (["2", "1"]) - ModelState is Valid -2016-07-28 17:59:18.628 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 17:59:18.629 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 17:59:18.632 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 17:59:18.631 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 17:59:18.634 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 17:59:18.635 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 17:59:18.638 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 17:59:18.642 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 17:59:18.656 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 255.7411ms -2016-07-28 17:59:18.663 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" in 308.8047ms -2016-07-28 17:59:18.687 +05:30 [Information] Request finished in 354.7213ms 200 application/json; charset=utf-8 -2016-07-28 17:59:18.687 +05:30 [Debug] Connection id ""0HKTMSA9ONSFB"" completed keep alive response. -2016-07-28 17:59:18.700 +05:30 [Information] Request finished in 378.3572ms 200 application/json; charset=utf-8 -2016-07-28 17:59:18.700 +05:30 [Debug] Connection id ""0HKTMSA9ONSF8"" completed keep alive response. -2016-07-28 17:59:18.941 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 17:59:18.942 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 17:59:18.942 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 17:59:18.950 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 17:59:18.954 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 620.9033ms -2016-07-28 17:59:18.968 +05:30 [Information] Request finished in 658.7499ms 200 application/json; charset=utf-8 -2016-07-28 17:59:18.969 +05:30 [Debug] Connection id ""0HKTMSA9ONSF6"" completed keep alive response. -2016-07-28 17:59:22.716 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/GroupProfiles/AddProfileToGroup?profileId=undefined&groupId=2&userId=1&profileType=undefined 0 -2016-07-28 17:59:22.716 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/AddProfileToGroup"'. -2016-07-28 17:59:22.719 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.AddProfileToGroup (Api.Socioboard)" -2016-07-28 17:59:23.959 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.AddProfileToGroup (Api.Socioboard)" with arguments (["undefined", "2", "1", "Facebook"]) - ModelState is Invalid -2016-07-28 17:59:24.165 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.AddProfileToGroup (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.BadRequestObjectResult". -2016-07-28 17:59:24.167 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 17:59:24.167 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-07-28 17:59:24.173 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 17:59:24.181 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.AddProfileToGroup (Api.Socioboard)" in 1454.4782ms -2016-07-28 17:59:24.195 +05:30 [Information] Request finished in 1476.3521ms 400 text/plain; charset=utf-8 -2016-07-28 17:59:24.196 +05:30 [Debug] Connection id ""0HKTMSA9ONSF9"" completed keep alive response. -2016-07-28 17:59:27.034 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-28 17:59:27.035 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-28 17:59:27.036 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-28 17:59:27.133 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 17:59:27.135 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 17:59:27.136 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 17:59:27.143 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 17:59:27.150 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 108.0282ms -2016-07-28 17:59:27.162 +05:30 [Information] Request finished in 127.3623ms 200 application/json; charset=utf-8 -2016-07-28 17:59:27.163 +05:30 [Debug] Connection id ""0HKTMSA9ONSFA"" completed keep alive response. -2016-07-28 17:59:27.172 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-28 17:59:27.175 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-28 17:59:27.176 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-28 17:59:27.488 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 17:59:27.490 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 17:59:27.490 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 17:59:27.494 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 17:59:27.498 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 317.9261ms -2016-07-28 17:59:27.505 +05:30 [Information] Request finished in 333.8039ms 200 application/json; charset=utf-8 -2016-07-28 17:59:27.506 +05:30 [Debug] Connection id ""0HKTMSA9ONSF7"" completed keep alive response. -2016-07-28 17:59:29.590 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=1 -2016-07-28 17:59:29.591 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-07-28 17:59:29.592 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-07-28 17:59:29.735 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 17:59:29.739 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 17:59:29.740 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 17:59:29.741 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 17:59:29.765 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 17:59:29.777 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 174.5384ms -2016-07-28 17:59:29.790 +05:30 [Information] Request finished in 208.4551ms 200 application/json; charset=utf-8 -2016-07-28 17:59:29.792 +05:30 [Debug] Connection id ""0HKTMSA9ONSFB"" completed keep alive response. -2016-07-28 17:59:30.075 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/getProfilesAvailableToConnect?groupId=1&userId=1 -2016-07-28 17:59:30.078 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/getProfilesAvailableToConnect"'. -2016-07-28 17:59:30.085 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" -2016-07-28 17:59:30.108 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-28 17:59:30.110 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-28 17:59:30.111 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-28 17:59:30.305 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 17:59:30.368 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 17:59:30.371 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 17:59:30.372 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 17:59:30.393 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-07-28 17:59:30.397 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 17:59:30.421 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 17:59:30.439 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 17:59:30.439 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 287.2594ms -2016-07-28 17:59:30.440 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 17:59:30.448 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 17:59:30.451 +05:30 [Information] Request finished in 400.5078ms 200 application/json; charset=utf-8 -2016-07-28 17:59:30.452 +05:30 [Debug] Connection id ""0HKTMSA9ONSF6"" completed keep alive response. -2016-07-28 17:59:30.457 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" in 364.6213ms -2016-07-28 17:59:30.471 +05:30 [Information] Request finished in 433.0102ms 200 application/json; charset=utf-8 -2016-07-28 17:59:30.473 +05:30 [Debug] Connection id ""0HKTMSA9ONSF8"" completed keep alive response. -2016-07-28 17:59:30.629 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=1 -2016-07-28 17:59:30.630 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-07-28 17:59:30.633 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-07-28 17:59:30.650 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 17:59:30.651 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 17:59:30.652 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 17:59:30.653 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 17:59:30.657 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 17:59:30.662 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 24.8136ms -2016-07-28 17:59:30.669 +05:30 [Information] Request finished in 45.0248ms 200 application/json; charset=utf-8 -2016-07-28 17:59:30.670 +05:30 [Debug] Connection id ""0HKTMSA9ONSF9"" completed keep alive response. -2016-07-28 17:59:32.836 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=2 -2016-07-28 17:59:32.838 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-28 17:59:32.839 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-28 17:59:32.849 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/getProfilesAvailableToConnect?groupId=2&userId=1 -2016-07-28 17:59:32.850 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/getProfilesAvailableToConnect"'. -2016-07-28 17:59:32.851 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" -2016-07-28 17:59:32.861 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=2 -2016-07-28 17:59:32.867 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-07-28 17:59:32.869 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-07-28 17:59:32.930 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-07-28 17:59:32.998 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 17:59:33.001 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 17:59:33.002 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 17:59:33.005 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" with arguments (["2", "1"]) - ModelState is Valid -2016-07-28 17:59:33.009 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 17:59:33.016 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 17:59:33.012 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-07-28 17:59:33.017 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 17:59:33.018 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 17:59:33.022 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 17:59:33.023 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 17:59:33.023 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 17:59:33.032 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 17:59:33.036 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 17:59:33.043 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 185.3909ms -2016-07-28 17:59:33.050 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" in 181.0794ms -2016-07-28 17:59:33.056 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 169.3968ms -2016-07-28 17:59:33.065 +05:30 [Information] Request finished in 257.2798ms 200 application/json; charset=utf-8 -2016-07-28 17:59:33.067 +05:30 [Debug] Connection id ""0HKTMSA9ONSFA"" completed keep alive response. -2016-07-28 17:59:33.070 +05:30 [Information] Request finished in 267.7952ms 200 application/json; charset=utf-8 -2016-07-28 17:59:33.072 +05:30 [Debug] Connection id ""0HKTMSA9ONSFB"" completed keep alive response. -2016-07-28 17:59:33.078 +05:30 [Information] Request finished in 264.4273ms 200 application/json; charset=utf-8 -2016-07-28 17:59:33.080 +05:30 [Debug] Connection id ""0HKTMSA9ONSF7"" completed keep alive response. -2016-07-28 18:00:00.380 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-28 18:00:00.382 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-28 18:00:00.384 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-28 18:00:00.873 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 18:00:00.876 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:00:00.877 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 18:00:00.881 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:00:00.890 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 497.5624ms -2016-07-28 18:00:00.900 +05:30 [Information] Request finished in 532.067ms 200 application/json; charset=utf-8 -2016-07-28 18:00:00.901 +05:30 [Debug] Connection id ""0HKTMSA9ONSF6"" completed keep alive response. -2016-07-28 18:00:00.916 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=2 -2016-07-28 18:00:00.917 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-28 18:00:00.918 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-28 18:00:00.946 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-07-28 18:00:00.948 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:00:00.949 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 18:00:00.955 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:00:00.965 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 38.5178ms -2016-07-28 18:00:00.975 +05:30 [Information] Request finished in 60.0831ms 200 application/json; charset=utf-8 -2016-07-28 18:00:00.977 +05:30 [Debug] Connection id ""0HKTMSA9ONSF8"" completed keep alive response. -2016-07-28 18:00:04.783 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=2 -2016-07-28 18:00:04.786 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-07-28 18:00:04.788 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-07-28 18:00:04.874 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=2 -2016-07-28 18:00:04.877 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-28 18:00:04.878 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-28 18:00:04.909 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/getProfilesAvailableToConnect?groupId=2&userId=1 -2016-07-28 18:00:04.916 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/getProfilesAvailableToConnect"'. -2016-07-28 18:00:04.917 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" -2016-07-28 18:00:04.986 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-07-28 18:00:05.012 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:00:05.014 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 18:00:05.015 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 18:00:05.104 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:00:05.123 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-07-28 18:00:05.155 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 317.0088ms -2016-07-28 18:00:05.207 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:00:05.217 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 18:00:05.218 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 18:00:05.224 +05:30 [Information] Request finished in 419.9444ms 200 application/json; charset=utf-8 -2016-07-28 18:00:05.229 +05:30 [Debug] Connection id ""0HKTMSA9ONSF9"" completed keep alive response. -2016-07-28 18:00:05.234 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" with arguments (["2", "1"]) - ModelState is Valid -2016-07-28 18:00:05.240 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:00:05.242 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:00:05.244 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 18:00:05.245 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 18:00:05.249 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=2 -2016-07-28 18:00:05.252 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-07-28 18:00:05.254 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 362.6382ms -2016-07-28 18:00:05.256 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-07-28 18:00:05.263 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:00:05.301 +05:30 [Information] Request finished in 420.4213ms 200 application/json; charset=utf-8 -2016-07-28 18:00:05.316 +05:30 [Debug] Connection id ""0HKTMSA9ONSFA"" completed keep alive response. -2016-07-28 18:00:05.325 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" in 365.1926ms -2016-07-28 18:00:05.338 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-07-28 18:00:05.356 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:00:05.359 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 18:00:05.360 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 18:00:05.372 +05:30 [Information] Request finished in 492.7834ms 200 application/json; charset=utf-8 -2016-07-28 18:00:05.376 +05:30 [Debug] Connection id ""0HKTMSA9ONSFB"" completed keep alive response. -2016-07-28 18:00:05.385 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:00:05.392 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 127.1447ms -2016-07-28 18:00:05.411 +05:30 [Information] Request finished in 165.0569ms 200 application/json; charset=utf-8 -2016-07-28 18:00:05.413 +05:30 [Debug] Connection id ""0HKTMSA9ONSF7"" completed keep alive response. -2016-07-28 18:01:44.352 +05:30 [Debug] Connection id ""0HKTMSA9ONSF9"" received FIN. -2016-07-28 18:01:44.357 +05:30 [Debug] Connection id ""0HKTMSA9ONSFB"" received FIN. -2016-07-28 18:01:44.361 +05:30 [Debug] Connection id ""0HKTMSA9ONSF7"" received FIN. -2016-07-28 18:01:44.362 +05:30 [Debug] Connection id ""0HKTMSA9ONSF7"" disconnecting. -2016-07-28 18:01:44.362 +05:30 [Debug] Connection id ""0HKTMSA9ONSFB"" disconnecting. -2016-07-28 18:01:44.364 +05:30 [Debug] Connection id ""0HKTMSA9ONSF7"" sending FIN. -2016-07-28 18:01:44.358 +05:30 [Debug] Connection id ""0HKTMSA9ONSF9"" disconnecting. -2016-07-28 18:01:44.373 +05:30 [Debug] Connection id ""0HKTMSA9ONSFB"" sending FIN. -2016-07-28 18:01:44.352 +05:30 [Debug] Connection id ""0HKTMSA9ONSF6"" received FIN. -2016-07-28 18:01:44.377 +05:30 [Debug] Connection id ""0HKTMSA9ONSF8"" received FIN. -2016-07-28 18:01:44.378 +05:30 [Debug] Connection id ""0HKTMSA9ONSFA"" received FIN. -2016-07-28 18:01:44.379 +05:30 [Debug] Connection id ""0HKTMSA9ONSF8"" disconnecting. -2016-07-28 18:01:44.380 +05:30 [Debug] Connection id ""0HKTMSA9ONSFA"" disconnecting. -2016-07-28 18:01:44.377 +05:30 [Debug] Connection id ""0HKTMSA9ONSF6"" disconnecting. -2016-07-28 18:01:44.380 +05:30 [Debug] Connection id ""0HKTMSA9ONSF8"" sending FIN. -2016-07-28 18:01:44.376 +05:30 [Debug] Connection id ""0HKTMSA9ONSF9"" sending FIN. -2016-07-28 18:01:44.384 +05:30 [Debug] Connection id ""0HKTMSA9ONSFA"" sending FIN. -2016-07-28 18:01:44.386 +05:30 [Debug] Connection id ""0HKTMSA9ONSF6"" sending FIN. -2016-07-28 18:01:44.396 +05:30 [Debug] Connection id ""0HKTMSA9ONSF6"" sent FIN with status "0". -2016-07-28 18:01:44.396 +05:30 [Debug] Connection id ""0HKTMSA9ONSF9"" sent FIN with status "0". -2016-07-28 18:01:44.401 +05:30 [Debug] Connection id ""0HKTMSA9ONSF6"" stopped. -2016-07-28 18:01:44.402 +05:30 [Debug] Connection id ""0HKTMSA9ONSF9"" stopped. -2016-07-28 18:01:44.402 +05:30 [Debug] Connection id ""0HKTMSA9ONSFA"" sent FIN with status "0". -2016-07-28 18:01:44.404 +05:30 [Debug] Connection id ""0HKTMSA9ONSFA"" stopped. -2016-07-28 18:01:44.404 +05:30 [Debug] Connection id ""0HKTMSA9ONSF8"" sent FIN with status "0". -2016-07-28 18:01:44.405 +05:30 [Debug] Connection id ""0HKTMSA9ONSF8"" stopped. -2016-07-28 18:01:44.403 +05:30 [Debug] Connection id ""0HKTMSA9ONSFB"" sent FIN with status "0". -2016-07-28 18:01:44.408 +05:30 [Debug] Connection id ""0HKTMSA9ONSFB"" stopped. -2016-07-28 18:01:44.409 +05:30 [Debug] Connection id ""0HKTMSA9ONSF7"" sent FIN with status "0". -2016-07-28 18:01:44.410 +05:30 [Debug] Connection id ""0HKTMSA9ONSF7"" stopped. -2016-07-28 18:09:19.977 +05:30 [Debug] Connection id ""0HKTMSA9ONSFC"" started. -2016-07-28 18:09:19.982 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-28 18:09:19.983 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-28 18:09:19.984 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-28 18:09:20.171 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 18:09:20.175 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:09:20.177 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 18:09:20.185 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:09:20.194 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 202.0981ms -2016-07-28 18:09:20.208 +05:30 [Information] Request finished in 224.0024ms 200 application/json; charset=utf-8 -2016-07-28 18:09:20.209 +05:30 [Debug] Connection id ""0HKTMSA9ONSFC"" completed keep alive response. -2016-07-28 18:09:20.224 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=2 -2016-07-28 18:09:20.225 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-28 18:09:20.226 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-28 18:09:20.250 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-07-28 18:09:20.251 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:09:20.253 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 18:09:20.260 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:09:20.266 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 34.7217ms -2016-07-28 18:09:20.273 +05:30 [Information] Request finished in 51.174ms 200 application/json; charset=utf-8 -2016-07-28 18:09:20.274 +05:30 [Debug] Connection id ""0HKTMSA9ONSFC"" completed keep alive response. -2016-07-28 18:09:23.781 +05:30 [Debug] Connection id ""0HKTMSA9ONSFD"" started. -2016-07-28 18:09:23.789 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=2 -2016-07-28 18:09:23.793 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-28 18:09:23.795 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-28 18:09:23.798 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/getProfilesAvailableToConnect?groupId=2&userId=1 -2016-07-28 18:09:23.799 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/getProfilesAvailableToConnect"'. -2016-07-28 18:09:23.801 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" -2016-07-28 18:09:23.852 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-07-28 18:09:23.855 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:09:23.871 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 18:09:23.872 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 18:09:23.981 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" with arguments (["2", "1"]) - ModelState is Valid -2016-07-28 18:09:23.984 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:09:23.985 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 18:09:23.986 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 18:09:24.062 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:09:24.074 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:09:24.081 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 267.1482ms -2016-07-28 18:09:24.090 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" in 273.2999ms -2016-07-28 18:09:24.096 +05:30 [Information] Request finished in 314.3548ms 200 application/json; charset=utf-8 -2016-07-28 18:09:24.098 +05:30 [Debug] Connection id ""0HKTMSA9ONSFC"" completed keep alive response. -2016-07-28 18:09:24.109 +05:30 [Information] Request finished in 312.1937ms 200 application/json; charset=utf-8 -2016-07-28 18:09:24.111 +05:30 [Debug] Connection id ""0HKTMSA9ONSFD"" completed keep alive response. -2016-07-28 18:09:24.930 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=2 -2016-07-28 18:09:24.931 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-07-28 18:09:24.933 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-07-28 18:09:25.017 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-07-28 18:09:25.018 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:09:25.019 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 18:09:25.021 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 18:09:25.031 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:09:25.043 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 98.6982ms -2016-07-28 18:09:25.053 +05:30 [Information] Request finished in 124.5405ms 200 application/json; charset=utf-8 -2016-07-28 18:09:25.054 +05:30 [Debug] Connection id ""0HKTMSA9ONSFC"" completed keep alive response. -2016-07-28 18:09:25.063 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=2 -2016-07-28 18:09:25.064 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-07-28 18:09:25.065 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-07-28 18:09:25.115 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-07-28 18:09:25.116 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:09:25.117 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 18:09:25.118 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 18:09:25.122 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:09:25.132 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 56.9149ms -2016-07-28 18:09:25.149 +05:30 [Information] Request finished in 81.2942ms 200 application/json; charset=utf-8 -2016-07-28 18:09:25.149 +05:30 [Debug] Connection id ""0HKTMSA9ONSFD"" completed keep alive response. -2016-07-28 18:33:22.628 +05:30 [Debug] Hosting starting -2016-07-28 18:33:22.921 +05:30 [Debug] Hosting started -2016-07-28 18:33:23.023 +05:30 [Debug] Connection id ""0HKTMSU74DND7"" started. -2016-07-28 18:33:23.023 +05:30 [Debug] Connection id ""0HKTMSU74DND8"" started. -2016-07-28 18:33:23.264 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-07-28 18:33:23.264 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:6361/ 0 -2016-07-28 18:33:23.382 +05:30 [Information] Request finished in 163.7102ms 200 -2016-07-28 18:33:23.454 +05:30 [Debug] Connection id ""0HKTMSU74DND8"" completed keep alive response. -2016-07-28 18:33:24.284 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-07-28 18:33:24.368 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"e69185f4-e166-4102-93fb-3a2b529526a8"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-07-28 18:33:24.730 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-07-28 18:33:24.913 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid -2016-07-28 18:33:24.920 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult". -2016-07-28 18:33:24.993 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 18:33:25.005 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 18:33:25.011 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:33:25.531 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 772.4736ms -2016-07-28 18:33:25.742 +05:30 [Information] Request finished in 2547.2537ms 200 application/json; charset=utf-8 -2016-07-28 18:33:25.749 +05:30 [Debug] Connection id ""0HKTMSU74DND7"" completed keep alive response. -2016-07-28 18:34:01.769 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/User/FacebookLogin application/x-www-form-urlencoded 181 -2016-07-28 18:34:01.773 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/FacebookLogin"'. -2016-07-28 18:34:01.778 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" -2016-07-28 18:34:02.284 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" with arguments (["EAAKYvwDVmnUBADaZCCIWmsMSEo75Nbsq40TKE1xN0GHaAfnVZATDwZCfy39oZBuhrbL23zstvjw0jwHEPlA1yPM6fkXHTaZBwOwZCHVcvgsN76ELZAFhjSdpCSkZAqo7vivMRQuX8xhKtA5bbFvsEGu5AfMDZCZCIeZBMAZD"]) - ModelState is Valid -2016-07-28 18:34:03.938 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:34:03.947 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 18:34:03.949 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:34:04.005 +05:30 [Information] Executed action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" in 2219.383ms -2016-07-28 18:34:04.009 +05:30 [Information] Request finished in 2241.4635ms 200 application/json; charset=utf-8 -2016-07-28 18:34:04.010 +05:30 [Debug] Connection id ""0HKTMSU74DND8"" completed keep alive response. -2016-07-28 18:34:04.848 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-28 18:34:04.849 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-28 18:34:04.851 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-28 18:34:04.882 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 18:34:04.901 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:34:04.902 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 18:34:04.905 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:34:04.910 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 57.5582ms -2016-07-28 18:34:04.914 +05:30 [Information] Request finished in 65.6262ms 200 application/json; charset=utf-8 -2016-07-28 18:34:04.915 +05:30 [Debug] Connection id ""0HKTMSU74DND7"" completed keep alive response. -2016-07-28 18:34:04.959 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-28 18:34:04.961 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-28 18:34:04.962 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-28 18:34:04.975 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 18:34:04.987 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:34:04.988 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 18:34:04.989 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:34:04.997 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 33.0452ms -2016-07-28 18:34:05.000 +05:30 [Information] Request finished in 40.8851ms 200 application/json; charset=utf-8 -2016-07-28 18:34:05.001 +05:30 [Debug] Connection id ""0HKTMSU74DND8"" completed keep alive response. -2016-07-28 18:34:07.496 +05:30 [Debug] Connection id ""0HKTMSU74DND9"" started. -2016-07-28 18:34:07.496 +05:30 [Debug] Connection id ""0HKTMSU74DNDA"" started. -2016-07-28 18:34:07.500 +05:30 [Debug] Connection id ""0HKTMSU74DNDC"" started. -2016-07-28 18:34:07.499 +05:30 [Debug] Connection id ""0HKTMSU74DNDB"" started. -2016-07-28 18:34:07.519 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=1 -2016-07-28 18:34:07.520 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-07-28 18:34:07.521 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-07-28 18:34:07.556 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/SocialMessages/GetAllSentMessagesCount?groupId=1&userId=1 -2016-07-28 18:34:07.565 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=1 -2016-07-28 18:34:07.569 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/SocialMessages/GetAllSentMessagesCount"'. -2016-07-28 18:34:07.570 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-07-28 18:34:07.573 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" -2016-07-28 18:34:07.574 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-07-28 18:34:07.597 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Instagram/GetInstagramProfiles?groupId=1 -2016-07-28 18:34:07.612 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Instagram/GetInstagramProfiles"'. -2016-07-28 18:34:07.628 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" -2016-07-28 18:34:07.634 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Google/GetGplusProfiles?groupId=1 -2016-07-28 18:34:07.662 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GetGplusProfiles"'. -2016-07-28 18:34:07.667 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" -2016-07-28 18:34:08.070 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/LinkedIn/GetLinkedInCompanyPagesProfiles?groupId=1 -2016-07-28 18:34:08.071 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/LinkedIn/GetLinkedInCompanyPagesProfiles"'. -2016-07-28 18:34:08.073 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" -2016-07-28 18:34:09.125 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 18:34:09.180 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-07-28 18:34:09.181 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:34:09.183 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 18:34:09.187 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 18:34:09.191 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 18:34:09.187 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 18:34:09.194 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:34:09.202 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 18:34:09.203 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 18:34:09.196 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 18:34:09.221 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:34:09.206 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 18:34:09.223 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 18:34:09.201 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:34:09.225 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 18:34:09.226 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 18:34:09.228 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 18:34:09.243 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:34:09.247 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:34:09.248 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 18:34:09.248 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 18:34:09.258 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:34:09.263 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:34:09.277 +05:30 [Information] Executed action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" in 1614.7193ms -2016-07-28 18:34:09.285 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:34:09.292 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 1686.3063ms -2016-07-28 18:34:09.289 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:34:09.329 +05:30 [Information] Executed action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" in 1242.2536ms -2016-07-28 18:34:09.341 +05:30 [Information] Request finished in 1826.4136ms 200 application/json; charset=utf-8 -2016-07-28 18:34:09.342 +05:30 [Debug] Connection id ""0HKTMSU74DND8"" completed keep alive response. -2016-07-28 18:34:09.347 +05:30 [Information] Request finished in 1766.0161ms 200 application/json; charset=utf-8 -2016-07-28 18:34:09.352 +05:30 [Debug] Connection id ""0HKTMSU74DNDC"" completed keep alive response. -2016-07-28 18:34:09.354 +05:30 [Information] Request finished in 1267.6717ms 200 application/json; charset=utf-8 -2016-07-28 18:34:09.355 +05:30 [Debug] Connection id ""0HKTMSU74DNDB"" completed keep alive response. -2016-07-28 18:34:09.379 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" in 1658.0429ms -2016-07-28 18:34:09.388 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetIncommingMessage?groupId=1&userId=1 -2016-07-28 18:34:09.390 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetIncommingMessage"'. -2016-07-28 18:34:09.392 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" -2016-07-28 18:34:09.413 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 1815.5785ms -2016-07-28 18:34:09.421 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/FacebookfanPageCount?groupId=1&userId=1 -2016-07-28 18:34:09.434 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/FacebookfanPageCount"'. -2016-07-28 18:34:09.430 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterFollowerCount?groupId=1&userId=1 -2016-07-28 18:34:09.435 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterFollowerCount"'. -2016-07-28 18:34:09.436 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" -2016-07-28 18:34:09.438 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" -2016-07-28 18:34:09.439 +05:30 [Information] Request finished in 1895.9295ms 200 application/json; charset=utf-8 -2016-07-28 18:34:09.445 +05:30 [Debug] Connection id ""0HKTMSU74DND9"" completed keep alive response. -2016-07-28 18:34:09.450 +05:30 [Information] Request finished in 1942.8136ms 200 application/json; charset=utf-8 -2016-07-28 18:34:09.453 +05:30 [Debug] Connection id ""0HKTMSU74DND7"" completed keep alive response. -2016-07-28 18:34:09.468 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-07-28 18:34:09.487 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterRecentFollower?groupId=1 -2016-07-28 18:34:09.487 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterRecentFollower"'. -2016-07-28 18:34:09.490 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" -2016-07-28 18:34:09.541 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-07-28 18:34:09.552 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-07-28 18:34:09.560 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 18:34:10.601 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:34:10.602 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 18:34:10.603 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-07-28 18:34:10.605 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:34:10.609 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" in 1214.2102ms -2016-07-28 18:34:10.614 +05:30 [Information] Request finished in 1263.7734ms 200 text/plain; charset=utf-8 -2016-07-28 18:34:10.615 +05:30 [Debug] Connection id ""0HKTMSU74DND8"" completed keep alive response. -2016-07-28 18:34:15.061 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:34:15.062 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 18:34:15.063 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 18:34:15.065 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:34:15.070 +05:30 [Information] Executed action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" in 7482.1566ms -2016-07-28 18:34:15.077 +05:30 [Information] Request finished in 7573.1685ms 200 application/json; charset=utf-8 -2016-07-28 18:34:15.078 +05:30 [Debug] Connection id ""0HKTMSU74DNDA"" completed keep alive response. -2016-07-28 18:34:15.109 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:34:15.109 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:34:15.109 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 18:34:15.111 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 18:34:15.114 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-07-28 18:34:15.111 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-07-28 18:34:15.123 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:34:15.126 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:34:15.127 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" in 5679.9444ms -2016-07-28 18:34:15.135 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" in 5682.9335ms -2016-07-28 18:34:15.138 +05:30 [Information] Request finished in 5767.3757ms 200 text/plain; charset=utf-8 -2016-07-28 18:34:15.139 +05:30 [Debug] Connection id ""0HKTMSU74DNDC"" completed keep alive response. -2016-07-28 18:34:15.145 +05:30 [Information] Request finished in 5762.9297ms 200 text/plain; charset=utf-8 -2016-07-28 18:34:15.146 +05:30 [Debug] Connection id ""0HKTMSU74DNDB"" completed keep alive response. -2016-07-28 18:34:16.984 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:34:16.985 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 18:34:16.985 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 18:34:16.989 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:34:17.002 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" in 7508.3015ms -2016-07-28 18:34:17.017 +05:30 [Information] Request finished in 7561.6674ms 200 application/json; charset=utf-8 -2016-07-28 18:34:17.018 +05:30 [Debug] Connection id ""0HKTMSU74DND9"" completed keep alive response. -2016-07-28 18:35:23.001 +05:30 [Debug] Connection id ""0HKTMSU74DND7"" received FIN. -2016-07-28 18:35:23.001 +05:30 [Debug] Connection id ""0HKTMSU74DND8"" received FIN. -2016-07-28 18:35:23.004 +05:30 [Debug] Connection id ""0HKTMSU74DNDA"" received FIN. -2016-07-28 18:35:23.004 +05:30 [Debug] Connection id ""0HKTMSU74DND8"" disconnecting. -2016-07-28 18:35:23.004 +05:30 [Debug] Connection id ""0HKTMSU74DNDC"" received FIN. -2016-07-28 18:35:23.005 +05:30 [Debug] Connection id ""0HKTMSU74DNDA"" disconnecting. -2016-07-28 18:35:23.006 +05:30 [Debug] Connection id ""0HKTMSU74DNDC"" disconnecting. -2016-07-28 18:35:23.006 +05:30 [Debug] Connection id ""0HKTMSU74DND8"" sending FIN. -2016-07-28 18:35:23.002 +05:30 [Debug] Connection id ""0HKTMSU74DNDB"" received FIN. -2016-07-28 18:35:23.007 +05:30 [Debug] Connection id ""0HKTMSU74DND9"" received FIN. -2016-07-28 18:35:23.008 +05:30 [Debug] Connection id ""0HKTMSU74DNDB"" disconnecting. -2016-07-28 18:35:23.008 +05:30 [Debug] Connection id ""0HKTMSU74DND9"" disconnecting. -2016-07-28 18:35:23.003 +05:30 [Debug] Connection id ""0HKTMSU74DND7"" disconnecting. -2016-07-28 18:35:23.008 +05:30 [Debug] Connection id ""0HKTMSU74DNDA"" sending FIN. -2016-07-28 18:35:23.010 +05:30 [Debug] Connection id ""0HKTMSU74DNDC"" sending FIN. -2016-07-28 18:35:23.016 +05:30 [Debug] Connection id ""0HKTMSU74DNDC"" sent FIN with status "0". -2016-07-28 18:35:23.019 +05:30 [Debug] Connection id ""0HKTMSU74DNDC"" stopped. -2016-07-28 18:35:23.020 +05:30 [Debug] Connection id ""0HKTMSU74DNDA"" sent FIN with status "0". -2016-07-28 18:35:23.008 +05:30 [Debug] Connection id ""0HKTMSU74DNDB"" sending FIN. -2016-07-28 18:35:23.021 +05:30 [Debug] Connection id ""0HKTMSU74DNDA"" stopped. -2016-07-28 18:35:23.022 +05:30 [Debug] Connection id ""0HKTMSU74DND8"" sent FIN with status "0". -2016-07-28 18:35:23.021 +05:30 [Debug] Connection id ""0HKTMSU74DND9"" sending FIN. -2016-07-28 18:35:23.022 +05:30 [Debug] Connection id ""0HKTMSU74DND7"" sending FIN. -2016-07-28 18:35:23.023 +05:30 [Debug] Connection id ""0HKTMSU74DND7"" sent FIN with status "0". -2016-07-28 18:35:23.023 +05:30 [Debug] Connection id ""0HKTMSU74DND7"" stopped. -2016-07-28 18:35:23.023 +05:30 [Debug] Connection id ""0HKTMSU74DND9"" sent FIN with status "0". -2016-07-28 18:35:23.024 +05:30 [Debug] Connection id ""0HKTMSU74DND9"" stopped. -2016-07-28 18:35:23.024 +05:30 [Debug] Connection id ""0HKTMSU74DNDB"" sent FIN with status "0". -2016-07-28 18:35:23.024 +05:30 [Debug] Connection id ""0HKTMSU74DNDB"" stopped. -2016-07-28 18:35:23.022 +05:30 [Debug] Connection id ""0HKTMSU74DND8"" stopped. -2016-07-28 18:37:20.755 +05:30 [Debug] Connection id ""0HKTMSU74DNDD"" started. -2016-07-28 18:37:20.760 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-28 18:37:20.761 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-28 18:37:20.763 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-28 18:37:20.781 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 18:37:20.783 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:37:20.784 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 18:37:20.787 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:37:20.790 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 24.3185ms -2016-07-28 18:37:20.796 +05:30 [Information] Request finished in 36.241ms 200 application/json; charset=utf-8 -2016-07-28 18:37:20.797 +05:30 [Debug] Connection id ""0HKTMSU74DNDD"" completed keep alive response. -2016-07-28 18:37:20.804 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-28 18:37:20.806 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-28 18:37:20.806 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-28 18:37:20.833 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 18:37:20.835 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:37:20.836 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 18:37:20.839 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:37:20.849 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 33.4086ms -2016-07-28 18:37:20.859 +05:30 [Information] Request finished in 54.3434ms 200 application/json; charset=utf-8 -2016-07-28 18:37:20.860 +05:30 [Debug] Connection id ""0HKTMSU74DNDD"" completed keep alive response. -2016-07-28 18:37:23.465 +05:30 [Debug] Connection id ""0HKTMSU74DNDE"" started. -2016-07-28 18:37:23.467 +05:30 [Debug] Connection id ""0HKTMSU74DNDF"" started. -2016-07-28 18:37:23.468 +05:30 [Debug] Connection id ""0HKTMSU74DNDG"" started. -2016-07-28 18:37:23.470 +05:30 [Debug] Connection id ""0HKTMSU74DNDH"" started. -2016-07-28 18:37:23.480 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Google/GetGplusProfiles?groupId=1 -2016-07-28 18:37:23.480 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GetGplusProfiles"'. -2016-07-28 18:37:23.481 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" -2016-07-28 18:37:23.487 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/LinkedIn/GetLinkedInCompanyPagesProfiles?groupId=1 -2016-07-28 18:37:23.497 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/LinkedIn/GetLinkedInCompanyPagesProfiles"'. -2016-07-28 18:37:23.498 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" -2016-07-28 18:37:23.493 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=1 -2016-07-28 18:37:23.499 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-07-28 18:37:23.500 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-07-28 18:37:23.541 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=1 -2016-07-28 18:37:23.542 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-07-28 18:37:23.543 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-07-28 18:37:23.610 +05:30 [Debug] Connection id ""0HKTMSU74DNDI"" started. -2016-07-28 18:37:24.078 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Instagram/GetInstagramProfiles?groupId=1 -2016-07-28 18:37:24.079 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Instagram/GetInstagramProfiles"'. -2016-07-28 18:37:24.079 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" -2016-07-28 18:37:25.074 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/SocialMessages/GetAllSentMessagesCount?groupId=1&userId=1 -2016-07-28 18:37:25.076 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/SocialMessages/GetAllSentMessagesCount"'. -2016-07-28 18:37:25.077 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" -2016-07-28 18:37:25.078 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 18:37:25.087 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 18:37:25.088 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:37:25.103 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 18:37:25.104 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 18:37:25.100 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:37:25.106 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 18:37:25.107 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 18:37:25.114 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:37:25.121 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:37:25.135 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 1624.0557ms -2016-07-28 18:37:25.147 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" in 1643.7087ms -2016-07-28 18:37:25.149 +05:30 [Information] Request finished in 1669.2054ms 200 application/json; charset=utf-8 -2016-07-28 18:37:25.152 +05:30 [Debug] Connection id ""0HKTMSU74DNDF"" completed keep alive response. -2016-07-28 18:37:25.156 +05:30 [Information] Request finished in 1685.6103ms 200 application/json; charset=utf-8 -2016-07-28 18:37:25.157 +05:30 [Debug] Connection id ""0HKTMSU74DNDD"" completed keep alive response. -2016-07-28 18:37:25.171 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 18:37:25.173 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:37:25.174 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 18:37:25.174 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 18:37:25.176 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 18:37:25.178 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:37:25.182 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 18:37:25.189 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:37:25.184 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 18:37:25.190 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:37:25.190 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-07-28 18:37:25.194 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 18:37:25.195 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 18:37:25.193 +05:30 [Information] Executed action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" in 1692.3579ms -2016-07-28 18:37:25.210 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 18:37:25.213 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterFollowerCount?groupId=1&userId=1 -2016-07-28 18:37:25.217 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:37:25.227 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetIncommingMessage?groupId=1&userId=1 -2016-07-28 18:37:25.230 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterFollowerCount"'. -2016-07-28 18:37:25.232 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:37:25.239 +05:30 [Information] Request finished in 1759.6019ms 200 application/json; charset=utf-8 -2016-07-28 18:37:25.243 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 1692.7942ms -2016-07-28 18:37:25.251 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" -2016-07-28 18:37:25.255 +05:30 [Information] Executed action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" in 1171.0319ms -2016-07-28 18:37:25.245 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetIncommingMessage"'. -2016-07-28 18:37:25.273 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:37:25.304 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" -2016-07-28 18:37:25.315 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 18:37:25.326 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 18:37:25.260 +05:30 [Debug] Connection id ""0HKTMSU74DNDE"" completed keep alive response. -2016-07-28 18:37:25.346 +05:30 [Information] Request finished in 1231.2957ms 200 application/json; charset=utf-8 -2016-07-28 18:37:25.429 +05:30 [Information] Request finished in 1833.8754ms 200 application/json; charset=utf-8 -2016-07-28 18:37:25.499 +05:30 [Debug] Connection id ""0HKTMSU74DNDG"" completed keep alive response. -2016-07-28 18:37:25.500 +05:30 [Debug] Connection id ""0HKTMSU74DNDH"" completed keep alive response. -2016-07-28 18:37:25.499 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:37:25.533 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/FacebookfanPageCount?groupId=1&userId=1 -2016-07-28 18:37:25.534 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/FacebookfanPageCount"'. -2016-07-28 18:37:25.535 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" -2016-07-28 18:37:25.579 +05:30 [Information] Executed action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" in 425.0946ms -2016-07-28 18:37:25.607 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-07-28 18:37:25.612 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterRecentFollower?groupId=1 -2016-07-28 18:37:25.615 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterRecentFollower"'. -2016-07-28 18:37:25.619 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:37:25.618 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-07-28 18:37:25.624 +05:30 [Information] Request finished in 541.7612ms 200 application/json; charset=utf-8 -2016-07-28 18:37:25.634 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-07-28 18:37:26.214 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" -2016-07-28 18:37:26.214 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 18:37:26.249 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-07-28 18:37:26.216 +05:30 [Debug] Connection id ""0HKTMSU74DNDI"" completed keep alive response. -2016-07-28 18:37:26.249 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:37:26.252 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 18:37:26.253 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-07-28 18:37:26.272 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:37:26.293 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:37:26.296 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" in 1008.2729ms -2016-07-28 18:37:26.240 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:37:26.304 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 18:37:26.304 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-07-28 18:37:26.308 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" in 979.5351ms -2016-07-28 18:37:26.317 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:37:26.323 +05:30 [Information] Request finished in 1102.8833ms 200 text/plain; charset=utf-8 -2016-07-28 18:37:26.324 +05:30 [Debug] Connection id ""0HKTMSU74DNDF"" completed keep alive response. -2016-07-28 18:37:26.326 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" in 778.4676ms -2016-07-28 18:37:26.332 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 18:37:26.335 +05:30 [Information] Request finished in 1109.1184ms 200 text/plain; charset=utf-8 -2016-07-28 18:37:26.345 +05:30 [Debug] Connection id ""0HKTMSU74DNDD"" completed keep alive response. -2016-07-28 18:37:26.350 +05:30 [Information] Request finished in 846.045ms 200 text/plain; charset=utf-8 -2016-07-28 18:37:26.354 +05:30 [Debug] Connection id ""0HKTMSU74DNDE"" completed keep alive response. -2016-07-28 18:37:27.896 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:37:27.899 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 18:37:27.900 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 18:37:27.906 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:37:27.913 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" in 1664.0111ms -2016-07-28 18:37:27.924 +05:30 [Information] Request finished in 2338.3901ms 200 application/json; charset=utf-8 -2016-07-28 18:37:27.927 +05:30 [Debug] Connection id ""0HKTMSU74DNDG"" completed keep alive response. -2016-07-28 18:39:22.999 +05:30 [Debug] Connection id ""0HKTMSU74DNDI"" received FIN. -2016-07-28 18:39:23.001 +05:30 [Debug] Connection id ""0HKTMSU74DNDE"" received FIN. -2016-07-28 18:39:23.002 +05:30 [Debug] Connection id ""0HKTMSU74DNDG"" received FIN. -2016-07-28 18:39:23.003 +05:30 [Debug] Connection id ""0HKTMSU74DNDE"" disconnecting. -2016-07-28 18:39:23.002 +05:30 [Debug] Connection id ""0HKTMSU74DNDI"" disconnecting. -2016-07-28 18:39:22.999 +05:30 [Debug] Connection id ""0HKTMSU74DNDH"" received FIN. -2016-07-28 18:39:23.005 +05:30 [Debug] Connection id ""0HKTMSU74DNDE"" sending FIN. -2016-07-28 18:39:23.009 +05:30 [Debug] Connection id ""0HKTMSU74DNDF"" received FIN. -2016-07-28 18:39:23.009 +05:30 [Debug] Connection id ""0HKTMSU74DNDI"" sending FIN. -2016-07-28 18:39:23.013 +05:30 [Debug] Connection id ""0HKTMSU74DNDD"" received FIN. -2016-07-28 18:39:23.014 +05:30 [Debug] Connection id ""0HKTMSU74DNDI"" sent FIN with status "0". -2016-07-28 18:39:23.014 +05:30 [Debug] Connection id ""0HKTMSU74DNDF"" disconnecting. -2016-07-28 18:39:23.019 +05:30 [Debug] Connection id ""0HKTMSU74DNDD"" disconnecting. -2016-07-28 18:39:23.019 +05:30 [Debug] Connection id ""0HKTMSU74DNDF"" sending FIN. -2016-07-28 18:39:23.023 +05:30 [Debug] Connection id ""0HKTMSU74DNDD"" sending FIN. -2016-07-28 18:39:23.009 +05:30 [Debug] Connection id ""0HKTMSU74DNDH"" disconnecting. -2016-07-28 18:39:23.017 +05:30 [Debug] Connection id ""0HKTMSU74DNDI"" stopped. -2016-07-28 18:39:23.024 +05:30 [Debug] Connection id ""0HKTMSU74DNDD"" sent FIN with status "0". -2016-07-28 18:39:23.029 +05:30 [Debug] Connection id ""0HKTMSU74DNDD"" stopped. -2016-07-28 18:39:23.031 +05:30 [Debug] Connection id ""0HKTMSU74DNDF"" sent FIN with status "0". -2016-07-28 18:39:23.028 +05:30 [Debug] Connection id ""0HKTMSU74DNDE"" sent FIN with status "0". -2016-07-28 18:39:23.032 +05:30 [Debug] Connection id ""0HKTMSU74DNDF"" stopped. -2016-07-28 18:39:23.034 +05:30 [Debug] Connection id ""0HKTMSU74DNDH"" sending FIN. -2016-07-28 18:39:23.003 +05:30 [Debug] Connection id ""0HKTMSU74DNDG"" disconnecting. -2016-07-28 18:39:23.035 +05:30 [Debug] Connection id ""0HKTMSU74DNDH"" sent FIN with status "0". -2016-07-28 18:39:23.033 +05:30 [Debug] Connection id ""0HKTMSU74DNDE"" stopped. -2016-07-28 18:39:23.036 +05:30 [Debug] Connection id ""0HKTMSU74DNDH"" stopped. -2016-07-28 18:39:23.037 +05:30 [Debug] Connection id ""0HKTMSU74DNDG"" sending FIN. -2016-07-28 18:39:23.039 +05:30 [Debug] Connection id ""0HKTMSU74DNDG"" sent FIN with status "0". -2016-07-28 18:39:23.040 +05:30 [Debug] Connection id ""0HKTMSU74DNDG"" stopped. -2016-07-28 18:40:47.264 +05:30 [Debug] Connection id ""0HKTMSU74DNDJ"" started. -2016-07-28 18:40:47.267 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-28 18:40:47.268 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-28 18:40:47.269 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-28 18:40:47.367 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 18:40:47.370 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:40:47.371 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 18:40:47.376 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:40:47.382 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 105.9814ms -2016-07-28 18:40:47.387 +05:30 [Information] Request finished in 120.3582ms 200 application/json; charset=utf-8 -2016-07-28 18:40:47.388 +05:30 [Debug] Connection id ""0HKTMSU74DNDJ"" completed keep alive response. -2016-07-28 18:40:47.399 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-28 18:40:47.400 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-28 18:40:47.401 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-28 18:40:47.417 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 18:40:47.418 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:40:47.419 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 18:40:47.425 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:40:47.431 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 25.5051ms -2016-07-28 18:40:47.450 +05:30 [Information] Request finished in 45.5843ms 200 application/json; charset=utf-8 -2016-07-28 18:40:47.450 +05:30 [Debug] Connection id ""0HKTMSU74DNDJ"" completed keep alive response. -2016-07-28 18:40:50.353 +05:30 [Debug] Connection id ""0HKTMSU74DNDK"" started. -2016-07-28 18:40:50.359 +05:30 [Debug] Connection id ""0HKTMSU74DNDL"" started. -2016-07-28 18:40:50.359 +05:30 [Debug] Connection id ""0HKTMSU74DNDM"" started. -2016-07-28 18:40:50.366 +05:30 [Debug] Connection id ""0HKTMSU74DNDO"" started. -2016-07-28 18:40:50.365 +05:30 [Debug] Connection id ""0HKTMSU74DNDN"" started. -2016-07-28 18:40:50.383 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Google/GetGplusProfiles?groupId=1 -2016-07-28 18:40:50.384 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GetGplusProfiles"'. -2016-07-28 18:40:50.385 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" -2016-07-28 18:40:50.395 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=1 -2016-07-28 18:40:50.397 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-07-28 18:40:50.402 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/SocialMessages/GetAllSentMessagesCount?groupId=1&userId=1 -2016-07-28 18:40:50.416 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/SocialMessages/GetAllSentMessagesCount"'. -2016-07-28 18:40:50.417 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" -2016-07-28 18:40:50.413 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-07-28 18:40:50.451 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Instagram/GetInstagramProfiles?groupId=1 -2016-07-28 18:40:50.457 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Instagram/GetInstagramProfiles"'. -2016-07-28 18:40:50.461 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" -2016-07-28 18:40:51.066 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/LinkedIn/GetLinkedInCompanyPagesProfiles?groupId=1 -2016-07-28 18:40:51.067 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/LinkedIn/GetLinkedInCompanyPagesProfiles"'. -2016-07-28 18:40:51.069 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" -2016-07-28 18:40:52.215 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=1 -2016-07-28 18:40:52.216 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-07-28 18:40:52.217 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-07-28 18:40:53.076 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-07-28 18:40:53.079 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 18:40:53.082 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 18:40:53.091 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:40:53.086 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:40:53.089 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 18:40:53.102 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 18:40:53.096 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 18:40:53.101 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:40:53.103 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 18:40:53.100 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 18:40:53.111 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 18:40:53.105 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:40:53.111 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 18:40:53.107 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:40:53.110 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 18:40:53.106 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:40:53.117 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 18:40:53.117 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 18:40:53.119 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 18:40:53.114 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 18:40:53.116 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 18:40:53.122 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 18:40:53.121 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 18:40:53.125 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:40:53.134 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:40:53.140 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:40:53.143 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 909.9ms -2016-07-28 18:40:53.150 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:40:53.155 +05:30 [Information] Executed action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" in 2718.5733ms -2016-07-28 18:40:53.161 +05:30 [Information] Executed action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" in 2075.0984ms -2016-07-28 18:40:53.166 +05:30 [Information] Request finished in 1069.9288ms 200 application/json; charset=utf-8 -2016-07-28 18:40:53.168 +05:30 [Debug] Connection id ""0HKTMSU74DNDM"" completed keep alive response. -2016-07-28 18:40:53.180 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:40:53.193 +05:30 [Information] Request finished in 2782.9072ms 200 application/json; charset=utf-8 -2016-07-28 18:40:53.197 +05:30 [Information] Request finished in 2115.9146ms 200 application/json; charset=utf-8 -2016-07-28 18:40:53.198 +05:30 [Debug] Connection id ""0HKTMSU74DNDO"" completed keep alive response. -2016-07-28 18:40:53.206 +05:30 [Debug] Connection id ""0HKTMSU74DNDN"" completed keep alive response. -2016-07-28 18:40:53.217 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 2702.9394ms -2016-07-28 18:40:53.228 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetIncommingMessage?groupId=1&userId=1 -2016-07-28 18:40:53.230 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetIncommingMessage"'. -2016-07-28 18:40:53.230 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" -2016-07-28 18:40:53.237 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterFollowerCount?groupId=1&userId=1 -2016-07-28 18:40:53.241 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterFollowerCount"'. -2016-07-28 18:40:53.257 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/FacebookfanPageCount?groupId=1&userId=1 -2016-07-28 18:40:53.275 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" -2016-07-28 18:40:53.282 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/FacebookfanPageCount"'. -2016-07-28 18:40:53.314 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" -2016-07-28 18:40:53.323 +05:30 [Information] Request finished in 2867.4097ms 200 application/json; charset=utf-8 -2016-07-28 18:40:53.350 +05:30 [Debug] Connection id ""0HKTMSU74DNDK"" completed keep alive response. -2016-07-28 18:40:53.398 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:40:53.444 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" in 2795.8182ms -2016-07-28 18:40:53.466 +05:30 [Information] Executed action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" in 2939.8569ms -2016-07-28 18:40:53.480 +05:30 [Information] Request finished in 3104.2134ms 200 application/json; charset=utf-8 -2016-07-28 18:40:53.488 +05:30 [Debug] Connection id ""0HKTMSU74DNDJ"" completed keep alive response. -2016-07-28 18:40:53.501 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-07-28 18:40:53.507 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-07-28 18:40:53.514 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:40:53.515 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-07-28 18:40:53.515 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 18:40:53.521 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:40:53.520 +05:30 [Information] Request finished in 3117.7106ms 200 application/json; charset=utf-8 -2016-07-28 18:40:53.524 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-07-28 18:40:53.525 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 18:40:53.529 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:40:53.534 +05:30 [Debug] Connection id ""0HKTMSU74DNDL"" completed keep alive response. -2016-07-28 18:40:53.539 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 18:40:53.533 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterRecentFollower?groupId=1 -2016-07-28 18:40:53.538 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-07-28 18:40:53.547 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:40:53.545 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-07-28 18:40:53.552 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterRecentFollower"'. -2016-07-28 18:40:53.573 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" -2016-07-28 18:40:53.623 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:40:53.682 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" in 324.273ms -2016-07-28 18:40:53.724 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:40:53.754 +05:30 [Information] Request finished in 539.5131ms 200 text/plain; charset=utf-8 -2016-07-28 18:40:53.756 +05:30 [Debug] Connection id ""0HKTMSU74DNDM"" completed keep alive response. -2016-07-28 18:40:53.800 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" in 407.7177ms -2016-07-28 18:40:53.863 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" in 343.5872ms -2016-07-28 18:40:53.901 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 18:40:53.940 +05:30 [Information] Request finished in 638.9997ms 200 text/plain; charset=utf-8 -2016-07-28 18:40:53.941 +05:30 [Debug] Connection id ""0HKTMSU74DNDN"" completed keep alive response. -2016-07-28 18:40:53.968 +05:30 [Information] Request finished in 683.6749ms 200 text/plain; charset=utf-8 -2016-07-28 18:40:53.977 +05:30 [Debug] Connection id ""0HKTMSU74DNDO"" completed keep alive response. -2016-07-28 18:40:55.474 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:40:55.475 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 18:40:55.475 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 18:40:55.479 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:40:55.484 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" in 1850.9181ms -2016-07-28 18:40:55.490 +05:30 [Information] Request finished in 2041.5045ms 200 application/json; charset=utf-8 -2016-07-28 18:40:55.492 +05:30 [Debug] Connection id ""0HKTMSU74DNDK"" completed keep alive response. -2016-07-28 18:41:27.545 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-28 18:41:27.547 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-28 18:41:27.548 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-28 18:41:27.565 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 18:41:27.567 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:41:27.568 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 18:41:27.571 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:41:27.577 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 24.1329ms -2016-07-28 18:41:27.583 +05:30 [Information] Request finished in 38.6418ms 200 application/json; charset=utf-8 -2016-07-28 18:41:27.584 +05:30 [Debug] Connection id ""0HKTMSU74DNDJ"" completed keep alive response. -2016-07-28 18:41:27.601 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-28 18:41:27.602 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-28 18:41:27.603 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-28 18:41:27.628 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 18:41:27.632 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:41:27.633 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 18:41:27.636 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:41:27.641 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 33.236ms -2016-07-28 18:41:27.648 +05:30 [Information] Request finished in 47.0157ms 200 application/json; charset=utf-8 -2016-07-28 18:41:27.649 +05:30 [Debug] Connection id ""0HKTMSU74DNDL"" completed keep alive response. -2016-07-28 18:41:33.520 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/SocialMessages/GetAllSentMessagesCount?groupId=1&userId=1 -2016-07-28 18:41:33.522 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/SocialMessages/GetAllSentMessagesCount"'. -2016-07-28 18:41:33.524 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" -2016-07-28 18:41:33.543 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/LinkedIn/GetLinkedInCompanyPagesProfiles?groupId=1 -2016-07-28 18:41:33.554 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/LinkedIn/GetLinkedInCompanyPagesProfiles"'. -2016-07-28 18:41:33.570 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" -2016-07-28 18:41:33.578 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Google/GetGplusProfiles?groupId=1 -2016-07-28 18:41:33.617 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Instagram/GetInstagramProfiles?groupId=1 -2016-07-28 18:41:33.617 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GetGplusProfiles"'. -2016-07-28 18:41:33.623 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Instagram/GetInstagramProfiles"'. -2016-07-28 18:41:33.626 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" -2016-07-28 18:41:33.624 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" -2016-07-28 18:41:33.651 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=1 -2016-07-28 18:41:33.655 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-07-28 18:41:33.655 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-07-28 18:41:33.686 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=1 -2016-07-28 18:41:33.687 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-07-28 18:41:33.688 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-07-28 18:41:33.745 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-07-28 18:41:33.764 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:41:33.769 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 18:41:33.770 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 18:41:33.788 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 18:41:33.791 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:41:33.793 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:41:33.793 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 18:41:33.796 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 18:41:33.802 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 18:41:33.805 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:41:33.808 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 18:41:33.811 +05:30 [Information] Executed action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" in 267.8637ms -2016-07-28 18:41:33.814 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:41:33.810 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 18:41:33.815 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 18:41:33.818 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 18:41:33.819 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 18:41:33.818 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 18:41:33.824 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:41:33.827 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:41:33.832 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 18:41:33.832 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 18:41:33.838 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 18:41:33.842 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:41:33.844 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:41:33.845 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 18:41:33.846 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 18:41:33.852 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" in 202.229ms -2016-07-28 18:41:33.944 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:41:33.951 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:41:33.961 +05:30 [Information] Request finished in 338.3034ms 200 application/json; charset=utf-8 -2016-07-28 18:41:33.969 +05:30 [Information] Executed action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" in 218.1169ms -2016-07-28 18:41:33.970 +05:30 [Debug] Connection id ""0HKTMSU74DNDN"" completed keep alive response. -2016-07-28 18:41:33.977 +05:30 [Information] Request finished in 465.5219ms 200 application/json; charset=utf-8 -2016-07-28 18:41:33.985 +05:30 [Debug] Connection id ""0HKTMSU74DNDK"" completed keep alive response. -2016-07-28 18:41:33.984 +05:30 [Information] Executed action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" in 382.5569ms -2016-07-28 18:41:33.997 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:41:34.006 +05:30 [Information] Request finished in 498.0441ms 200 application/json; charset=utf-8 -2016-07-28 18:41:34.011 +05:30 [Debug] Connection id ""0HKTMSU74DNDO"" completed keep alive response. -2016-07-28 18:41:34.018 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 256.4594ms -2016-07-28 18:41:34.045 +05:30 [Information] Request finished in 505.35ms 200 application/json; charset=utf-8 -2016-07-28 18:41:34.053 +05:30 [Debug] Connection id ""0HKTMSU74DNDL"" completed keep alive response. -2016-07-28 18:41:34.065 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 343.2818ms -2016-07-28 18:41:34.073 +05:30 [Information] Request finished in 577.4018ms 200 application/json; charset=utf-8 -2016-07-28 18:41:34.107 +05:30 [Information] Request finished in 587.8803ms 200 application/json; charset=utf-8 -2016-07-28 18:41:34.112 +05:30 [Debug] Connection id ""0HKTMSU74DNDJ"" completed keep alive response. -2016-07-28 18:41:34.114 +05:30 [Debug] Connection id ""0HKTMSU74DNDM"" completed keep alive response. -2016-07-28 18:41:34.471 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterFollowerCount?groupId=1&userId=1 -2016-07-28 18:41:34.473 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterFollowerCount"'. -2016-07-28 18:41:34.481 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterRecentFollower?groupId=1 -2016-07-28 18:41:34.483 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterRecentFollower"'. -2016-07-28 18:41:34.483 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" -2016-07-28 18:41:34.484 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" -2016-07-28 18:41:34.491 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetIncommingMessage?groupId=1&userId=1 -2016-07-28 18:41:34.511 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetIncommingMessage"'. -2016-07-28 18:41:34.514 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" -2016-07-28 18:41:34.508 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/FacebookfanPageCount?groupId=1&userId=1 -2016-07-28 18:41:34.517 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/FacebookfanPageCount"'. -2016-07-28 18:41:34.518 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" -2016-07-28 18:41:34.668 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 18:41:34.676 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-07-28 18:41:34.683 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-07-28 18:41:34.686 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-07-28 18:41:34.691 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:41:34.699 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:41:34.701 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 18:41:34.703 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 18:41:34.706 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-07-28 18:41:34.711 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:41:34.711 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-07-28 18:41:34.715 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:41:34.717 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 18:41:34.725 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:41:34.730 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-07-28 18:41:34.734 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" in 229.0634ms -2016-07-28 18:41:34.736 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" in 211.736ms -2016-07-28 18:41:34.745 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:41:34.754 +05:30 [Information] Request finished in 321.0886ms 200 text/plain; charset=utf-8 -2016-07-28 18:41:34.756 +05:30 [Debug] Connection id ""0HKTMSU74DNDN"" completed keep alive response. -2016-07-28 18:41:34.760 +05:30 [Information] Request finished in 323.3108ms 200 text/plain; charset=utf-8 -2016-07-28 18:41:34.763 +05:30 [Debug] Connection id ""0HKTMSU74DNDK"" completed keep alive response. -2016-07-28 18:41:34.770 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" in 239.6116ms -2016-07-28 18:41:34.776 +05:30 [Information] Request finished in 335.3994ms 200 text/plain; charset=utf-8 -2016-07-28 18:41:34.777 +05:30 [Debug] Connection id ""0HKTMSU74DNDO"" completed keep alive response. -2016-07-28 18:41:35.586 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:41:35.587 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 18:41:35.588 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 18:41:35.597 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:41:35.604 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" in 1104.3313ms -2016-07-28 18:41:35.618 +05:30 [Information] Request finished in 1175.7522ms 200 application/json; charset=utf-8 -2016-07-28 18:41:35.618 +05:30 [Debug] Connection id ""0HKTMSU74DNDL"" completed keep alive response. -2016-07-28 18:42:20.992 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-28 18:42:20.994 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-28 18:42:20.996 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-28 18:42:21.024 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 18:42:21.027 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:42:21.029 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 18:42:21.036 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:42:21.042 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 40.907ms -2016-07-28 18:42:21.053 +05:30 [Information] Request finished in 60.6806ms 200 application/json; charset=utf-8 -2016-07-28 18:42:21.054 +05:30 [Debug] Connection id ""0HKTMSU74DNDJ"" completed keep alive response. -2016-07-28 18:42:21.068 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-28 18:42:21.070 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-28 18:42:21.070 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-28 18:42:21.106 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 18:42:21.109 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:42:21.110 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 18:42:21.118 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:42:21.127 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 49.1418ms -2016-07-28 18:42:21.137 +05:30 [Information] Request finished in 71.4517ms 200 application/json; charset=utf-8 -2016-07-28 18:42:21.141 +05:30 [Debug] Connection id ""0HKTMSU74DNDM"" completed keep alive response. -2016-07-28 18:42:26.387 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=1 -2016-07-28 18:42:26.389 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-07-28 18:42:26.390 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-07-28 18:42:26.453 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/SocialMessages/GetAllSentMessagesCount?groupId=1&userId=1 -2016-07-28 18:42:26.459 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/SocialMessages/GetAllSentMessagesCount"'. -2016-07-28 18:42:26.459 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" -2016-07-28 18:42:26.523 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/LinkedIn/GetLinkedInCompanyPagesProfiles?groupId=1 -2016-07-28 18:42:26.529 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/LinkedIn/GetLinkedInCompanyPagesProfiles"'. -2016-07-28 18:42:26.544 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Instagram/GetInstagramProfiles?groupId=1 -2016-07-28 18:42:26.553 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" -2016-07-28 18:42:26.554 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Instagram/GetInstagramProfiles"'. -2016-07-28 18:42:26.554 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" -2016-07-28 18:42:26.587 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=1 -2016-07-28 18:42:26.590 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-07-28 18:42:26.606 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Google/GetGplusProfiles?groupId=1 -2016-07-28 18:42:26.606 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-07-28 18:42:26.608 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GetGplusProfiles"'. -2016-07-28 18:42:26.611 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" -2016-07-28 18:42:26.852 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 18:42:26.872 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:42:26.875 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 18:42:26.876 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 18:42:26.880 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 18:42:26.880 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:42:26.887 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 18:42:26.889 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 18:42:26.893 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 18:42:26.902 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:42:26.917 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 18:42:26.917 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 18:42:26.918 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 18:42:26.921 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:42:26.922 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 18:42:26.923 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 18:42:26.940 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-07-28 18:42:26.951 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 18:42:26.961 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:42:26.969 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:42:26.963 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:42:26.979 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:42:26.987 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:42:26.988 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 18:42:26.981 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 18:42:26.998 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 18:42:27.002 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:42:27.003 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 18:42:27.013 +05:30 [Information] Executed action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" in 433.8213ms -2016-07-28 18:42:27.019 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 360.4253ms -2016-07-28 18:42:27.028 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" in 380.0381ms -2016-07-28 18:42:27.059 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:42:27.082 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:42:27.112 +05:30 [Information] Request finished in 722.9261ms 200 application/json; charset=utf-8 -2016-07-28 18:42:27.113 +05:30 [Debug] Connection id ""0HKTMSU74DNDJ"" completed keep alive response. -2016-07-28 18:42:27.119 +05:30 [Information] Executed action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" in 602.7769ms -2016-07-28 18:42:27.142 +05:30 [Information] Executed action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" in 532.5098ms -2016-07-28 18:42:27.158 +05:30 [Information] Request finished in 752.3989ms 200 application/json; charset=utf-8 -2016-07-28 18:42:27.161 +05:30 [Debug] Connection id ""0HKTMSU74DNDM"" completed keep alive response. -2016-07-28 18:42:27.185 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetIncommingMessage?groupId=1&userId=1 -2016-07-28 18:42:27.189 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetIncommingMessage"'. -2016-07-28 18:42:27.190 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" -2016-07-28 18:42:27.201 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterFollowerCount?groupId=1&userId=1 -2016-07-28 18:42:27.203 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterFollowerCount"'. -2016-07-28 18:42:27.204 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" -2016-07-28 18:42:27.252 +05:30 [Information] Request finished in 806.0634ms 200 application/json; charset=utf-8 -2016-07-28 18:42:27.273 +05:30 [Debug] Connection id ""0HKTMSU74DNDO"" completed keep alive response. -2016-07-28 18:42:27.283 +05:30 [Information] Request finished in 760.5329ms 200 application/json; charset=utf-8 -2016-07-28 18:42:27.266 +05:30 [Information] Request finished in 833.7377ms 200 application/json; charset=utf-8 -2016-07-28 18:42:27.288 +05:30 [Debug] Connection id ""0HKTMSU74DNDK"" completed keep alive response. -2016-07-28 18:42:27.316 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 616.7ms -2016-07-28 18:42:27.345 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/FacebookfanPageCount?groupId=1&userId=1 -2016-07-28 18:42:27.346 +05:30 [Debug] Connection id ""0HKTMSU74DNDL"" completed keep alive response. -2016-07-28 18:42:27.352 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/FacebookfanPageCount"'. -2016-07-28 18:42:27.360 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" -2016-07-28 18:42:27.371 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-07-28 18:42:27.379 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-07-28 18:42:27.394 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:42:27.395 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 18:42:27.395 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-07-28 18:42:27.402 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterRecentFollower?groupId=1 -2016-07-28 18:42:27.404 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterRecentFollower"'. -2016-07-28 18:42:27.405 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" -2016-07-28 18:42:27.438 +05:30 [Information] Request finished in 1052.5333ms 200 application/json; charset=utf-8 -2016-07-28 18:42:27.442 +05:30 [Debug] Connection id ""0HKTMSU74DNDN"" completed keep alive response. -2016-07-28 18:42:27.463 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:42:27.704 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-07-28 18:42:27.706 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:42:27.720 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 18:42:27.721 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-07-28 18:42:28.062 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" in 257.5731ms -2016-07-28 18:42:28.095 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:42:28.140 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" in 906.4429ms -2016-07-28 18:42:28.152 +05:30 [Information] Request finished in 930.3215ms 200 text/plain; charset=utf-8 -2016-07-28 18:42:28.155 +05:30 [Debug] Connection id ""0HKTMSU74DNDM"" completed keep alive response. -2016-07-28 18:42:28.180 +05:30 [Information] Request finished in 1010.8642ms 200 text/plain; charset=utf-8 -2016-07-28 18:42:28.182 +05:30 [Debug] Connection id ""0HKTMSU74DNDJ"" completed keep alive response. -2016-07-28 18:42:29.358 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:42:29.360 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 18:42:29.361 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-07-28 18:42:29.383 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 18:42:29.406 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:42:29.472 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" in 2047.3904ms -2016-07-28 18:42:29.482 +05:30 [Information] Request finished in 2159.2294ms 200 text/plain; charset=utf-8 -2016-07-28 18:42:29.484 +05:30 [Debug] Connection id ""0HKTMSU74DNDO"" completed keep alive response. -2016-07-28 18:42:30.221 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:42:30.224 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 18:42:30.225 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 18:42:30.230 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:42:30.237 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" in 2823.7173ms -2016-07-28 18:42:30.253 +05:30 [Information] Request finished in 2894.7887ms 200 application/json; charset=utf-8 -2016-07-28 18:42:30.254 +05:30 [Debug] Connection id ""0HKTMSU74DNDK"" completed keep alive response. -2016-07-28 18:43:28.199 +05:30 [Debug] Connection id ""0HKTMSU74DNDM"" received FIN. -2016-07-28 18:43:28.200 +05:30 [Debug] Connection id ""0HKTMSU74DNDJ"" received FIN. -2016-07-28 18:43:28.199 +05:30 [Debug] Connection id ""0HKTMSU74DNDL"" received FIN. -2016-07-28 18:43:28.201 +05:30 [Debug] Connection id ""0HKTMSU74DNDJ"" disconnecting. -2016-07-28 18:43:28.203 +05:30 [Debug] Connection id ""0HKTMSU74DNDN"" received FIN. -2016-07-28 18:43:28.203 +05:30 [Debug] Connection id ""0HKTMSU74DNDL"" disconnecting. -2016-07-28 18:43:28.210 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-28 18:43:28.200 +05:30 [Debug] Connection id ""0HKTMSU74DNDM"" disconnecting. -2016-07-28 18:43:28.211 +05:30 [Debug] Connection id ""0HKTMSU74DNDJ"" sending FIN. -2016-07-28 18:43:28.213 +05:30 [Debug] Connection id ""0HKTMSU74DNDN"" disconnecting. -2016-07-28 18:43:28.215 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-28 18:43:28.213 +05:30 [Debug] Connection id ""0HKTMSU74DNDL"" sending FIN. -2016-07-28 18:43:28.219 +05:30 [Debug] Connection id ""0HKTMSU74DNDN"" sending FIN. -2016-07-28 18:43:28.216 +05:30 [Debug] Connection id ""0HKTMSU74DNDM"" sending FIN. -2016-07-28 18:43:28.220 +05:30 [Debug] Connection id ""0HKTMSU74DNDN"" sent FIN with status "0". -2016-07-28 18:43:28.219 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-28 18:43:28.222 +05:30 [Debug] Connection id ""0HKTMSU74DNDM"" sent FIN with status "0". -2016-07-28 18:43:28.239 +05:30 [Debug] Connection id ""0HKTMSU74DNDM"" stopped. -2016-07-28 18:43:28.223 +05:30 [Debug] Connection id ""0HKTMSU74DNDN"" stopped. -2016-07-28 18:43:28.244 +05:30 [Debug] Connection id ""0HKTMSU74DNDJ"" sent FIN with status "0". -2016-07-28 18:43:28.244 +05:30 [Debug] Connection id ""0HKTMSU74DNDL"" sent FIN with status "0". -2016-07-28 18:43:28.246 +05:30 [Debug] Connection id ""0HKTMSU74DNDJ"" stopped. -2016-07-28 18:43:28.246 +05:30 [Debug] Connection id ""0HKTMSU74DNDL"" stopped. -2016-07-28 18:43:28.268 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 18:43:28.275 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:43:28.276 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 18:43:28.279 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:43:28.284 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 56.2837ms -2016-07-28 18:43:28.293 +05:30 [Information] Request finished in 87.3697ms 200 application/json; charset=utf-8 -2016-07-28 18:43:28.294 +05:30 [Debug] Connection id ""0HKTMSU74DNDO"" completed keep alive response. -2016-07-28 18:43:28.301 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-28 18:43:28.302 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-28 18:43:28.303 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-28 18:43:28.323 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 18:43:28.325 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:43:28.326 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 18:43:28.329 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:43:28.334 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 26.7919ms -2016-07-28 18:43:28.342 +05:30 [Information] Request finished in 40.61ms 200 application/json; charset=utf-8 -2016-07-28 18:43:28.343 +05:30 [Debug] Connection id ""0HKTMSU74DNDK"" completed keep alive response. -2016-07-28 18:43:30.648 +05:30 [Debug] Connection id ""0HKTMSU74DNDP"" started. -2016-07-28 18:43:30.648 +05:30 [Debug] Connection id ""0HKTMSU74DNDQ"" started. -2016-07-28 18:43:30.650 +05:30 [Debug] Connection id ""0HKTMSU74DNDR"" started. -2016-07-28 18:43:30.651 +05:30 [Debug] Connection id ""0HKTMSU74DNDS"" started. -2016-07-28 18:43:30.659 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=1 -2016-07-28 18:43:30.672 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/LinkedIn/GetLinkedInCompanyPagesProfiles?groupId=1 -2016-07-28 18:43:30.678 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-07-28 18:43:30.679 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/LinkedIn/GetLinkedInCompanyPagesProfiles"'. -2016-07-28 18:43:30.681 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-07-28 18:43:30.681 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" -2016-07-28 18:43:30.692 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/SocialMessages/GetAllSentMessagesCount?groupId=1&userId=1 -2016-07-28 18:43:30.802 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/SocialMessages/GetAllSentMessagesCount"'. -2016-07-28 18:43:30.803 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" -2016-07-28 18:43:30.861 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=1 -2016-07-28 18:43:30.884 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-07-28 18:43:30.938 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Google/GetGplusProfiles?groupId=1 -2016-07-28 18:43:31.029 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-07-28 18:43:31.030 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GetGplusProfiles"'. -2016-07-28 18:43:31.009 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Instagram/GetInstagramProfiles?groupId=1 -2016-07-28 18:43:31.059 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" -2016-07-28 18:43:31.062 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Instagram/GetInstagramProfiles"'. -2016-07-28 18:43:31.066 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" -2016-07-28 18:43:31.183 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 18:43:31.201 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-07-28 18:43:31.203 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:43:31.211 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 18:43:31.212 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 18:43:31.222 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:43:31.224 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 18:43:31.225 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 18:43:31.233 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 18:43:31.241 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:43:31.243 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 18:43:31.257 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:43:31.258 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 18:43:31.276 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 18:43:31.289 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:43:31.309 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 18:43:31.318 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 18:43:31.307 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 18:43:31.326 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:43:31.329 +05:30 [Information] Executed action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" in 457.3932ms -2016-07-28 18:43:31.330 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 18:43:31.333 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:43:31.335 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 18:43:31.344 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:43:31.348 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:43:31.352 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 18:43:31.359 +05:30 [Information] Executed action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" in 652.6177ms -2016-07-28 18:43:31.364 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:43:31.366 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 18:43:31.369 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 18:43:31.370 +05:30 [Information] Request finished in 666.3832ms 200 application/json; charset=utf-8 -2016-07-28 18:43:31.374 +05:30 [Debug] Connection id ""0HKTMSU74DNDS"" completed keep alive response. -2016-07-28 18:43:31.377 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" in 290.9024ms -2016-07-28 18:43:31.388 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:43:31.420 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:43:31.430 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetIncommingMessage?groupId=1&userId=1 -2016-07-28 18:43:31.433 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetIncommingMessage"'. -2016-07-28 18:43:31.437 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 369.4076ms -2016-07-28 18:43:31.445 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 668.9185ms -2016-07-28 18:43:31.442 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" -2016-07-28 18:43:31.452 +05:30 [Information] Request finished in 758.3014ms 200 application/json; charset=utf-8 -2016-07-28 18:43:31.460 +05:30 [Debug] Connection id ""0HKTMSU74DNDP"" completed keep alive response. -2016-07-28 18:43:31.473 +05:30 [Information] Executed action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" in 336.1112ms -2016-07-28 18:43:31.489 +05:30 [Information] Request finished in 808.5343ms 200 application/json; charset=utf-8 -2016-07-28 18:43:31.494 +05:30 [Debug] Connection id ""0HKTMSU74DNDO"" completed keep alive response. -2016-07-28 18:43:31.523 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterFollowerCount?groupId=1&userId=1 -2016-07-28 18:43:31.526 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterFollowerCount"'. -2016-07-28 18:43:31.528 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" -2016-07-28 18:43:31.541 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/FacebookfanPageCount?groupId=1&userId=1 -2016-07-28 18:43:31.545 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/FacebookfanPageCount"'. -2016-07-28 18:43:31.546 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" -2016-07-28 18:43:31.555 +05:30 [Information] Request finished in 847.1494ms 200 application/json; charset=utf-8 -2016-07-28 18:43:31.582 +05:30 [Debug] Connection id ""0HKTMSU74DNDR"" completed keep alive response. -2016-07-28 18:43:31.597 +05:30 [Information] Request finished in 825.5611ms 200 application/json; charset=utf-8 -2016-07-28 18:43:31.645 +05:30 [Debug] Connection id ""0HKTMSU74DNDK"" completed keep alive response. -2016-07-28 18:43:31.643 +05:30 [Information] Request finished in 718.9059ms 200 application/json; charset=utf-8 -2016-07-28 18:43:31.663 +05:30 [Debug] Connection id ""0HKTMSU74DNDQ"" completed keep alive response. -2016-07-28 18:43:31.660 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterRecentFollower?groupId=1 -2016-07-28 18:43:31.676 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterRecentFollower"'. -2016-07-28 18:43:31.679 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" -2016-07-28 18:43:31.687 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-07-28 18:43:31.724 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:43:31.725 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 18:43:31.726 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-07-28 18:43:31.729 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-07-28 18:43:31.768 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-07-28 18:43:31.777 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:43:31.819 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:43:31.822 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 18:43:31.823 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-07-28 18:43:31.900 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" in 259.2427ms -2016-07-28 18:43:32.008 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:43:32.015 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:43:32.016 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 18:43:32.017 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-07-28 18:43:32.024 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 18:43:32.049 +05:30 [Information] Request finished in 539.2821ms 200 text/plain; charset=utf-8 -2016-07-28 18:43:32.051 +05:30 [Debug] Connection id ""0HKTMSU74DNDP"" completed keep alive response. -2016-07-28 18:43:32.068 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:43:32.077 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" in 461.9105ms -2016-07-28 18:43:32.083 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" in 619.8641ms -2016-07-28 18:43:32.104 +05:30 [Information] Request finished in 571.0192ms 200 text/plain; charset=utf-8 -2016-07-28 18:43:32.105 +05:30 [Debug] Connection id ""0HKTMSU74DNDO"" completed keep alive response. -2016-07-28 18:43:32.117 +05:30 [Information] Request finished in 706.2425ms 200 text/plain; charset=utf-8 -2016-07-28 18:43:32.119 +05:30 [Debug] Connection id ""0HKTMSU74DNDS"" completed keep alive response. -2016-07-28 18:43:32.883 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:43:32.884 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 18:43:32.885 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 18:43:32.893 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:43:32.910 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" in 1213.3541ms -2016-07-28 18:43:32.926 +05:30 [Information] Request finished in 1290.5017ms 200 application/json; charset=utf-8 -2016-07-28 18:43:32.927 +05:30 [Debug] Connection id ""0HKTMSU74DNDR"" completed keep alive response. -2016-07-28 18:43:36.507 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFeeds?profileId=236051916783998&userId=1&skip=0&count=30 -2016-07-28 18:43:36.510 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFeeds"'. -2016-07-28 18:43:36.517 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFeeds (Api.Socioboard)" -2016-07-28 18:43:36.602 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFeeds (Api.Socioboard)" with arguments (["236051916783998", "1", "0", "30"]) - ModelState is Valid -2016-07-28 18:43:36.667 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFeeds (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:43:36.668 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 18:43:36.669 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 18:43:36.676 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:43:36.722 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFeeds (Api.Socioboard)" in 192.6802ms -2016-07-28 18:43:36.738 +05:30 [Information] Request finished in 261.4884ms 200 application/json; charset=utf-8 -2016-07-28 18:43:36.739 +05:30 [Debug] Connection id ""0HKTMSU74DNDK"" completed keep alive response. -2016-07-28 18:44:49.881 +05:30 [Debug] Connection id ""0HKTMSU74DNDP"" received FIN. -2016-07-28 18:44:49.882 +05:30 [Debug] Connection id ""0HKTMSU74DNDR"" received FIN. -2016-07-28 18:44:49.883 +05:30 [Debug] Connection id ""0HKTMSU74DNDK"" received FIN. -2016-07-28 18:44:49.883 +05:30 [Debug] Connection id ""0HKTMSU74DNDQ"" received FIN. -2016-07-28 18:44:49.884 +05:30 [Debug] Connection id ""0HKTMSU74DNDP"" disconnecting. -2016-07-28 18:44:49.886 +05:30 [Debug] Connection id ""0HKTMSU74DNDR"" disconnecting. -2016-07-28 18:44:49.902 +05:30 [Debug] Connection id ""0HKTMSU74DNDK"" disconnecting. -2016-07-28 18:44:49.910 +05:30 [Debug] Connection id ""0HKTMSU74DNDS"" received FIN. -2016-07-28 18:44:49.914 +05:30 [Debug] Connection id ""0HKTMSU74DNDO"" received FIN. -2016-07-28 18:44:49.914 +05:30 [Debug] Connection id ""0HKTMSU74DNDS"" disconnecting. -2016-07-28 18:44:49.916 +05:30 [Debug] Connection id ""0HKTMSU74DNDT"" started. -2016-07-28 18:44:49.911 +05:30 [Debug] Connection id ""0HKTMSU74DNDQ"" disconnecting. -2016-07-28 18:44:49.910 +05:30 [Debug] Connection id ""0HKTMSU74DNDP"" sending FIN. -2016-07-28 18:44:49.925 +05:30 [Debug] Connection id ""0HKTMSU74DNDR"" sending FIN. -2016-07-28 18:44:49.927 +05:30 [Debug] Connection id ""0HKTMSU74DNDK"" sending FIN. -2016-07-28 18:44:49.929 +05:30 [Debug] Connection id ""0HKTMSU74DNDK"" sent FIN with status "0". -2016-07-28 18:44:49.919 +05:30 [Debug] Connection id ""0HKTMSU74DNDS"" sending FIN. -2016-07-28 18:44:49.916 +05:30 [Debug] Connection id ""0HKTMSU74DNDO"" disconnecting. -2016-07-28 18:44:49.954 +05:30 [Debug] Connection id ""0HKTMSU74DNDQ"" sending FIN. -2016-07-28 18:44:49.932 +05:30 [Debug] Connection id ""0HKTMSU74DNDK"" stopped. -2016-07-28 18:44:49.969 +05:30 [Debug] Connection id ""0HKTMSU74DNDO"" sending FIN. -2016-07-28 18:44:49.976 +05:30 [Debug] Connection id ""0HKTMSU74DNDR"" sent FIN with status "0". -2016-07-28 18:44:49.978 +05:30 [Debug] Connection id ""0HKTMSU74DNDO"" sent FIN with status "0". -2016-07-28 18:44:49.979 +05:30 [Debug] Connection id ""0HKTMSU74DNDR"" stopped. -2016-07-28 18:44:49.980 +05:30 [Debug] Connection id ""0HKTMSU74DNDO"" stopped. -2016-07-28 18:44:49.980 +05:30 [Debug] Connection id ""0HKTMSU74DNDP"" sent FIN with status "0". -2016-07-28 18:44:49.981 +05:30 [Debug] Connection id ""0HKTMSU74DNDQ"" sent FIN with status "0". -2016-07-28 18:44:49.982 +05:30 [Debug] Connection id ""0HKTMSU74DNDP"" stopped. -2016-07-28 18:44:49.982 +05:30 [Debug] Connection id ""0HKTMSU74DNDQ"" stopped. -2016-07-28 18:44:49.984 +05:30 [Debug] Connection id ""0HKTMSU74DNDS"" sent FIN with status "0". -2016-07-28 18:44:49.985 +05:30 [Debug] Connection id ""0HKTMSU74DNDS"" stopped. -2016-07-28 18:44:49.992 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookPostComment?postId=236051916783998_297062080682981 -2016-07-28 18:44:49.993 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookPostComment"'. -2016-07-28 18:44:49.996 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookPostComment (Api.Socioboard)" -2016-07-28 18:44:50.018 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookPostComment (Api.Socioboard)" with arguments (["236051916783998_297062080682981"]) - ModelState is Valid -2016-07-28 18:44:50.737 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookPostComment (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:44:50.741 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 18:44:50.744 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 18:44:50.758 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:44:50.767 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookPostComment (Api.Socioboard)" in 765.4379ms -2016-07-28 18:44:50.780 +05:30 [Information] Request finished in 788.4017ms 200 application/json; charset=utf-8 -2016-07-28 18:44:50.781 +05:30 [Debug] Connection id ""0HKTMSU74DNDT"" completed keep alive response. -2016-07-28 18:44:50.807 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookPostComment?postId=236051916783998_297062080682981 -2016-07-28 18:44:50.810 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookPostComment"'. -2016-07-28 18:44:50.811 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookPostComment (Api.Socioboard)" -2016-07-28 18:44:50.840 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookPostComment (Api.Socioboard)" with arguments (["236051916783998_297062080682981"]) - ModelState is Valid -2016-07-28 18:44:50.854 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookPostComment (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:44:50.856 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 18:44:50.857 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 18:44:50.861 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:44:50.868 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookPostComment (Api.Socioboard)" in 50.9078ms -2016-07-28 18:44:50.886 +05:30 [Information] Request finished in 92.485ms 200 application/json; charset=utf-8 -2016-07-28 18:44:50.887 +05:30 [Debug] Connection id ""0HKTMSU74DNDT"" completed keep alive response. -2016-07-28 18:44:50.987 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookPostComment?postId=236051916783998_297062080682981 -2016-07-28 18:44:50.989 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookPostComment"'. -2016-07-28 18:44:50.990 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookPostComment (Api.Socioboard)" -2016-07-28 18:44:51.178 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookPostComment (Api.Socioboard)" with arguments (["236051916783998_297062080682981"]) - ModelState is Valid -2016-07-28 18:44:51.199 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookPostComment (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:44:51.203 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 18:44:51.204 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 18:44:51.230 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:44:51.259 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookPostComment (Api.Socioboard)" in 261.2737ms -2016-07-28 18:44:51.272 +05:30 [Information] Request finished in 281.0441ms 200 application/json; charset=utf-8 -2016-07-28 18:44:51.275 +05:30 [Debug] Connection id ""0HKTMSU74DNDT"" completed keep alive response. -2016-07-28 18:44:51.677 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookPostComment?postId=236051916783998_297062080682981 -2016-07-28 18:44:51.685 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookPostComment"'. -2016-07-28 18:44:51.690 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookPostComment (Api.Socioboard)" -2016-07-28 18:44:51.729 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookPostComment (Api.Socioboard)" with arguments (["236051916783998_297062080682981"]) - ModelState is Valid -2016-07-28 18:44:51.790 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookPostComment (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:44:51.802 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 18:44:51.805 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 18:44:51.829 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:44:51.842 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookPostComment (Api.Socioboard)" in 140.1432ms -2016-07-28 18:44:51.876 +05:30 [Information] Request finished in 223.908ms 200 application/json; charset=utf-8 -2016-07-28 18:44:51.877 +05:30 [Debug] Connection id ""0HKTMSU74DNDT"" completed keep alive response. -2016-07-28 18:44:54.188 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookPostComment?postId=236051916783998_297062080682981 -2016-07-28 18:44:54.190 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookPostComment"'. -2016-07-28 18:44:54.192 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookPostComment (Api.Socioboard)" -2016-07-28 18:44:54.426 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookPostComment (Api.Socioboard)" with arguments (["236051916783998_297062080682981"]) - ModelState is Valid -2016-07-28 18:44:54.460 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookPostComment (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:44:54.482 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 18:44:54.483 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 18:44:54.494 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:44:54.501 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookPostComment (Api.Socioboard)" in 302.7118ms -2016-07-28 18:44:54.517 +05:30 [Information] Request finished in 326.936ms 200 application/json; charset=utf-8 -2016-07-28 18:44:54.520 +05:30 [Debug] Connection id ""0HKTMSU74DNDT"" completed keep alive response. -2016-07-28 18:45:03.117 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-28 18:45:03.118 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-28 18:45:03.119 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-28 18:45:03.159 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 18:45:03.161 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:45:03.162 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 18:45:03.167 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:45:03.173 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 47.9159ms -2016-07-28 18:45:03.184 +05:30 [Information] Request finished in 66.4701ms 200 application/json; charset=utf-8 -2016-07-28 18:45:03.185 +05:30 [Debug] Connection id ""0HKTMSU74DNDT"" completed keep alive response. -2016-07-28 18:45:03.196 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=2 -2016-07-28 18:45:03.197 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-28 18:45:03.198 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-28 18:45:03.223 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-07-28 18:45:03.225 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:45:03.226 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 18:45:03.231 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:45:03.237 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 32.7045ms -2016-07-28 18:45:03.250 +05:30 [Information] Request finished in 54.9572ms 200 application/json; charset=utf-8 -2016-07-28 18:45:03.251 +05:30 [Debug] Connection id ""0HKTMSU74DNDT"" completed keep alive response. -2016-07-28 18:45:05.582 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFeeds?profileId=236051916783998&userId=1&skip=0&count=30 -2016-07-28 18:45:05.590 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFeeds"'. -2016-07-28 18:45:05.592 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFeeds (Api.Socioboard)" -2016-07-28 18:45:05.867 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFeeds (Api.Socioboard)" with arguments (["236051916783998", "1", "0", "30"]) - ModelState is Valid -2016-07-28 18:45:05.872 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFeeds (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:45:05.878 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 18:45:05.879 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 18:45:05.942 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:45:06.043 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFeeds (Api.Socioboard)" in 354.8741ms -2016-07-28 18:45:06.160 +05:30 [Information] Request finished in 592.2328ms 200 application/json; charset=utf-8 -2016-07-28 18:45:06.176 +05:30 [Debug] Connection id ""0HKTMSU74DNDT"" completed keep alive response. -2016-07-28 18:45:12.645 +05:30 [Debug] Connection id ""0HKTMSU74DNDU"" started. -2016-07-28 18:45:12.659 +05:30 [Debug] Connection id ""0HKTMSU74DNDV"" started. -2016-07-28 18:45:12.750 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=2 -2016-07-28 18:45:12.815 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-07-28 18:45:12.810 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=2 -2016-07-28 18:45:12.854 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-07-28 18:45:12.854 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-07-28 18:45:12.662 +05:30 [Debug] Connection id ""0HKTMSU74DNE0"" started. -2016-07-28 18:45:12.866 +05:30 [Debug] Connection id ""0HKTMSU74DNE2"" started. -2016-07-28 18:45:12.862 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-07-28 18:45:12.866 +05:30 [Debug] Connection id ""0HKTMSU74DNE1"" started. -2016-07-28 18:45:12.856 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Instagram/GetInstagramProfiles?groupId=2 -2016-07-28 18:45:12.923 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Instagram/GetInstagramProfiles"'. -2016-07-28 18:45:12.909 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/SocialMessages/GetAllSentMessagesCount?groupId=2&userId=1 -2016-07-28 18:45:12.928 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/SocialMessages/GetAllSentMessagesCount"'. -2016-07-28 18:45:12.950 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" -2016-07-28 18:45:12.925 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" -2016-07-28 18:45:13.574 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/LinkedIn/GetLinkedInCompanyPagesProfiles?groupId=2 -2016-07-28 18:45:13.576 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/LinkedIn/GetLinkedInCompanyPagesProfiles"'. -2016-07-28 18:45:13.578 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" -2016-07-28 18:45:14.569 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Google/GetGplusProfiles?groupId=2 -2016-07-28 18:45:14.570 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GetGplusProfiles"'. -2016-07-28 18:45:14.571 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" -2016-07-28 18:45:15.591 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-07-28 18:45:15.600 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-07-28 18:45:15.602 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:45:15.610 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:45:15.609 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" with arguments (["1", "2"]) - ModelState is Valid -2016-07-28 18:45:15.625 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-07-28 18:45:15.617 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 18:45:15.626 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 18:45:15.615 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-07-28 18:45:15.636 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-07-28 18:45:15.629 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:45:15.638 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 18:45:15.641 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 18:45:15.643 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:45:15.646 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:45:15.648 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 18:45:15.657 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:45:15.663 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 18:45:15.659 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 18:45:15.669 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:45:15.661 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 18:45:15.675 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:45:15.682 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 18:45:15.681 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 18:45:15.687 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 2759.6675ms -2016-07-28 18:45:15.699 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:45:15.694 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 18:45:15.690 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 18:45:15.717 +05:30 [Information] Executed action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" in 2114.179ms -2016-07-28 18:45:15.726 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 2853.1556ms -2016-07-28 18:45:15.739 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:45:15.734 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:45:15.765 +05:30 [Information] Request finished in 2965.9536ms 200 application/json; charset=utf-8 -2016-07-28 18:45:15.771 +05:30 [Information] Executed action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" in 2789.8821ms -2016-07-28 18:45:15.773 +05:30 [Debug] Connection id ""0HKTMSU74DNDU"" completed keep alive response. -2016-07-28 18:45:15.777 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:45:15.790 +05:30 [Information] Executed action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" in 2781.8923ms -2016-07-28 18:45:15.794 +05:30 [Information] Request finished in 2199.3755ms 200 application/json; charset=utf-8 -2016-07-28 18:45:15.802 +05:30 [Debug] Connection id ""0HKTMSU74DNE2"" completed keep alive response. -2016-07-28 18:45:15.802 +05:30 [Information] Request finished in 3119.7132ms 200 application/json; charset=utf-8 -2016-07-28 18:45:15.808 +05:30 [Debug] Connection id ""0HKTMSU74DNDT"" completed keep alive response. -2016-07-28 18:45:15.819 +05:30 [Information] Request finished in 2923.285ms 200 application/json; charset=utf-8 -2016-07-28 18:45:15.822 +05:30 [Debug] Connection id ""0HKTMSU74DNE0"" completed keep alive response. -2016-07-28 18:45:15.833 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetIncommingMessage?groupId=2&userId=1 -2016-07-28 18:45:15.835 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetIncommingMessage"'. -2016-07-28 18:45:15.845 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterFollowerCount?groupId=2&userId=1 -2016-07-28 18:45:15.860 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/FacebookfanPageCount?groupId=2&userId=1 -2016-07-28 18:45:15.855 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterRecentFollower?groupId=2 -2016-07-28 18:45:15.868 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" in 1229.4734ms -2016-07-28 18:45:15.868 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" -2016-07-28 18:45:15.883 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/FacebookfanPageCount"'. -2016-07-28 18:45:15.883 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterRecentFollower"'. -2016-07-28 18:45:15.883 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterFollowerCount"'. -2016-07-28 18:45:15.894 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" -2016-07-28 18:45:15.883 +05:30 [Information] Request finished in 3007.9208ms 200 application/json; charset=utf-8 -2016-07-28 18:45:15.909 +05:30 [Debug] Connection id ""0HKTMSU74DNDV"" completed keep alive response. -2016-07-28 18:45:15.898 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" -2016-07-28 18:45:15.896 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" -2016-07-28 18:45:15.924 +05:30 [Information] Request finished in 1329.1156ms 200 application/json; charset=utf-8 -2016-07-28 18:45:15.939 +05:30 [Debug] Connection id ""0HKTMSU74DNE1"" completed keep alive response. -2016-07-28 18:45:16.086 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" with arguments (["2", "1"]) - ModelState is Valid -2016-07-28 18:45:16.188 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-07-28 18:45:16.196 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" with arguments (["2", "1"]) - ModelState is Valid -2016-07-28 18:45:16.211 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:45:16.212 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:45:16.213 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 18:45:16.214 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 18:45:16.214 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 18:45:16.215 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-07-28 18:45:16.221 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:45:16.228 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:45:16.236 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" in 324.9557ms -2016-07-28 18:45:16.245 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" in 349.8685ms -2016-07-28 18:45:16.282 +05:30 [Information] Request finished in 415.782ms 200 application/json; charset=utf-8 -2016-07-28 18:45:16.282 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:45:16.286 +05:30 [Debug] Connection id ""0HKTMSU74DNE0"" completed keep alive response. -2016-07-28 18:45:16.303 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" with arguments (["1", "2"]) - ModelState is Valid -2016-07-28 18:45:16.295 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 18:45:16.314 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-07-28 18:45:16.320 +05:30 [Information] Request finished in 492.0128ms 200 text/plain; charset=utf-8 -2016-07-28 18:45:16.328 +05:30 [Debug] Connection id ""0HKTMSU74DNDU"" completed keep alive response. -2016-07-28 18:45:16.329 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:45:16.331 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 18:45:16.331 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-07-28 18:45:16.348 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:45:16.354 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:45:16.361 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" in 440.6564ms -2016-07-28 18:45:16.372 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" in 434.4659ms -2016-07-28 18:45:16.384 +05:30 [Information] Request finished in 556.7806ms 200 text/plain; charset=utf-8 -2016-07-28 18:45:16.387 +05:30 [Debug] Connection id ""0HKTMSU74DNE2"" completed keep alive response. -2016-07-28 18:45:16.412 +05:30 [Information] Request finished in 584.4804ms 200 text/plain; charset=utf-8 -2016-07-28 18:45:16.414 +05:30 [Debug] Connection id ""0HKTMSU74DNDT"" completed keep alive response. -2016-07-28 18:45:27.981 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-28 18:45:27.997 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/getProfilesAvailableToConnect?groupId=1&userId=1 -2016-07-28 18:45:28.010 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-28 18:45:28.014 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/getProfilesAvailableToConnect"'. -2016-07-28 18:45:28.017 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-28 18:45:28.023 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" -2016-07-28 18:45:28.056 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=1 -2016-07-28 18:45:28.060 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-07-28 18:45:28.063 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-07-28 18:45:28.204 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=2 -2016-07-28 18:45:28.216 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-07-28 18:45:28.219 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-07-28 18:45:28.271 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=2 -2016-07-28 18:45:28.272 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-07-28 18:45:28.273 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-07-28 18:45:29.089 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Google/GetGplusProfiles?groupId=2 -2016-07-28 18:45:29.091 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GetGplusProfiles"'. -2016-07-28 18:45:29.092 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" -2016-07-28 18:45:29.107 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-07-28 18:45:29.114 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:45:29.116 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 18:45:29.119 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 18:45:29.126 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 18:45:29.151 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-07-28 18:45:29.163 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 18:45:29.172 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-07-28 18:45:29.188 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:45:29.190 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:45:29.186 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:45:29.187 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:45:29.196 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-07-28 18:45:29.197 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 18:45:29.207 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 963.2578ms -2016-07-28 18:45:29.202 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 18:45:29.212 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:45:29.209 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 18:45:29.223 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 18:45:29.212 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 18:45:29.225 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 18:45:29.228 +05:30 [Information] Request finished in 1090.8356ms 200 application/json; charset=utf-8 -2016-07-28 18:45:29.235 +05:30 [Debug] Connection id ""0HKTMSU74DNE2"" completed keep alive response. -2016-07-28 18:45:29.235 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 18:45:29.230 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 18:45:29.247 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:45:29.257 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:45:29.281 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:45:29.301 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:45:29.302 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 18:45:29.303 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 18:45:29.308 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Instagram/GetInstagramProfiles?groupId=2 -2016-07-28 18:45:29.310 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Instagram/GetInstagramProfiles"'. -2016-07-28 18:45:29.316 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" in 197.5338ms -2016-07-28 18:45:29.318 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" -2016-07-28 18:45:29.328 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" in 1248.1419ms -2016-07-28 18:45:29.352 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:45:29.353 +05:30 [Information] Request finished in 265.3895ms 200 application/json; charset=utf-8 -2016-07-28 18:45:29.376 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:45:29.382 +05:30 [Debug] Connection id ""0HKTMSU74DNDT"" completed keep alive response. -2016-07-28 18:45:29.403 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 987.4252ms -2016-07-28 18:45:29.407 +05:30 [Information] Request finished in 1389.8705ms 200 application/json; charset=utf-8 -2016-07-28 18:45:29.417 +05:30 [Debug] Connection id ""0HKTMSU74DNE1"" completed keep alive response. -2016-07-28 18:45:29.415 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/LinkedIn/GetLinkedInCompanyPagesProfiles?groupId=2 -2016-07-28 18:45:29.422 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/LinkedIn/GetLinkedInCompanyPagesProfiles"'. -2016-07-28 18:45:29.423 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" -2016-07-28 18:45:29.515 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-07-28 18:45:29.519 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:45:29.521 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 18:45:29.521 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 18:45:29.534 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 1326.9729ms -2016-07-28 18:45:29.576 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 1353.0566ms -2016-07-28 18:45:29.592 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/SocialMessages/GetAllSentMessagesCount?groupId=2&userId=1 -2016-07-28 18:45:29.618 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-07-28 18:45:29.577 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:45:29.606 +05:30 [Information] Request finished in 1518.0658ms 200 application/json; charset=utf-8 -2016-07-28 18:45:29.651 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:45:29.647 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/SocialMessages/GetAllSentMessagesCount"'. -2016-07-28 18:45:29.635 +05:30 [Information] Request finished in 1382.0156ms 200 application/json; charset=utf-8 -2016-07-28 18:45:29.667 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 18:45:29.671 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" -2016-07-28 18:45:29.665 +05:30 [Debug] Connection id ""0HKTMSU74DNE0"" completed keep alive response. -2016-07-28 18:45:29.690 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 18:45:29.686 +05:30 [Debug] Connection id ""0HKTMSU74DNDU"" completed keep alive response. -2016-07-28 18:45:29.706 +05:30 [Information] Executed action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" in 342.2547ms -2016-07-28 18:45:29.729 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:45:29.745 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterFollowerCount?groupId=2&userId=1 -2016-07-28 18:45:29.677 +05:30 [Information] Request finished in 1703.1342ms 200 application/json; charset=utf-8 -2016-07-28 18:45:29.757 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterFollowerCount"'. -2016-07-28 18:45:29.776 +05:30 [Information] Executed action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" in 311.0342ms -2016-07-28 18:45:29.796 +05:30 [Debug] Connection id ""0HKTMSU74DNDV"" completed keep alive response. -2016-07-28 18:45:29.803 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" -2016-07-28 18:45:29.767 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetIncommingMessage?groupId=2&userId=1 -2016-07-28 18:45:29.789 +05:30 [Information] Request finished in 478.1983ms 200 application/json; charset=utf-8 -2016-07-28 18:45:29.825 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetIncommingMessage"'. -2016-07-28 18:45:29.822 +05:30 [Information] Request finished in 418.2242ms 200 application/json; charset=utf-8 -2016-07-28 18:45:29.844 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/FacebookfanPageCount?groupId=2&userId=1 -2016-07-28 18:45:29.846 +05:30 [Debug] Connection id ""0HKTMSU74DNDT"" completed keep alive response. -2016-07-28 18:45:29.845 +05:30 [Debug] Connection id ""0HKTMSU74DNE2"" completed keep alive response. -2016-07-28 18:45:29.852 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" -2016-07-28 18:45:29.883 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/FacebookfanPageCount"'. -2016-07-28 18:45:29.897 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterRecentFollower?groupId=2 -2016-07-28 18:45:29.920 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" -2016-07-28 18:45:29.921 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterRecentFollower"'. -2016-07-28 18:45:29.927 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" -2016-07-28 18:45:30.221 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" with arguments (["1", "2"]) - ModelState is Valid -2016-07-28 18:45:30.240 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" with arguments (["2", "1"]) - ModelState is Valid -2016-07-28 18:45:30.259 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:45:30.264 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 18:45:30.265 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 18:45:30.270 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" with arguments (["2", "1"]) - ModelState is Valid -2016-07-28 18:45:30.283 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:45:30.296 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 18:45:30.289 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-07-28 18:45:30.297 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-07-28 18:45:30.304 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:45:30.323 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:45:30.324 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 18:45:30.326 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 18:45:30.334 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" with arguments (["1", "2"]) - ModelState is Valid -2016-07-28 18:45:30.355 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:45:30.345 +05:30 [Information] Executed action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" in 626.1774ms -2016-07-28 18:45:30.370 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:45:30.371 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:45:30.394 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" in 447.9988ms -2016-07-28 18:45:30.398 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 18:45:30.407 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-07-28 18:45:30.386 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:45:30.420 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" in 572.6057ms -2016-07-28 18:45:30.430 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:45:30.440 +05:30 [Information] Request finished in 905.2859ms 200 application/json; charset=utf-8 -2016-07-28 18:45:30.448 +05:30 [Debug] Connection id ""0HKTMSU74DNE1"" completed keep alive response. -2016-07-28 18:45:30.439 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 18:45:30.464 +05:30 [Information] Request finished in 541.5343ms 200 application/json; charset=utf-8 -2016-07-28 18:45:30.479 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" in 555.4744ms -2016-07-28 18:45:30.494 +05:30 [Debug] Connection id ""0HKTMSU74DNE2"" completed keep alive response. -2016-07-28 18:45:30.491 +05:30 [Information] Request finished in 749.3283ms 200 text/plain; charset=utf-8 -2016-07-28 18:45:30.506 +05:30 [Debug] Connection id ""0HKTMSU74DNDU"" completed keep alive response. -2016-07-28 18:45:30.492 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-07-28 18:45:30.591 +05:30 [Information] Request finished in 872.1693ms 200 text/plain; charset=utf-8 -2016-07-28 18:45:30.633 +05:30 [Debug] Connection id ""0HKTMSU74DNE0"" completed keep alive response. -2016-07-28 18:45:30.712 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:45:30.725 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" in 791.9839ms -2016-07-28 18:45:30.743 +05:30 [Information] Request finished in 910.6596ms 200 text/plain; charset=utf-8 -2016-07-28 18:45:30.744 +05:30 [Debug] Connection id ""0HKTMSU74DNDV"" completed keep alive response. -2016-07-28 18:45:32.341 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-28 18:45:32.344 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-28 18:45:32.346 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-28 18:45:32.561 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 18:45:32.565 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:45:32.567 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 18:45:32.581 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:45:32.596 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 235.9496ms -2016-07-28 18:45:32.626 +05:30 [Information] Request finished in 274.3338ms 200 application/json; charset=utf-8 -2016-07-28 18:45:32.628 +05:30 [Debug] Connection id ""0HKTMSU74DNDT"" completed keep alive response. -2016-07-28 18:45:32.648 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-28 18:45:32.654 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-28 18:45:32.661 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-28 18:45:32.734 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 18:45:32.738 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:45:32.746 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 18:45:32.776 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:45:32.793 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 116.0755ms -2016-07-28 18:45:32.813 +05:30 [Information] Request finished in 166.0171ms 200 application/json; charset=utf-8 -2016-07-28 18:45:32.816 +05:30 [Debug] Connection id ""0HKTMSU74DNE1"" completed keep alive response. -2016-07-28 18:45:36.052 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=1 -2016-07-28 18:45:36.056 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-07-28 18:45:36.058 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-07-28 18:45:36.066 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Google/GetGplusProfiles?groupId=1 -2016-07-28 18:45:36.070 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GetGplusProfiles"'. -2016-07-28 18:45:36.071 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" -2016-07-28 18:45:36.080 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=1 -2016-07-28 18:45:36.084 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-07-28 18:45:36.086 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-07-28 18:45:36.103 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/LinkedIn/GetLinkedInCompanyPagesProfiles?groupId=1 -2016-07-28 18:45:36.120 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/LinkedIn/GetLinkedInCompanyPagesProfiles"'. -2016-07-28 18:45:36.123 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" -2016-07-28 18:45:36.245 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Instagram/GetInstagramProfiles?groupId=1 -2016-07-28 18:45:36.246 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Instagram/GetInstagramProfiles"'. -2016-07-28 18:45:36.250 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" -2016-07-28 18:45:36.374 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/SocialMessages/GetAllSentMessagesCount?groupId=1&userId=1 -2016-07-28 18:45:36.375 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/SocialMessages/GetAllSentMessagesCount"'. -2016-07-28 18:45:36.377 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" -2016-07-28 18:45:36.641 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 18:45:36.803 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 18:45:36.889 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:45:36.894 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:45:36.898 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 18:45:36.899 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 18:45:36.901 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 18:45:36.900 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 18:45:36.920 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 18:45:36.930 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:45:36.932 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 18:45:36.933 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 18:45:36.949 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 18:45:36.957 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:45:36.961 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 18:45:36.963 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:45:36.967 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 18:45:36.978 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 18:45:36.984 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:45:36.991 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:45:37.001 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:45:36.995 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 18:45:37.026 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:45:37.032 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 18:45:37.045 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 888.8331ms -2016-07-28 18:45:37.075 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" in 934.8955ms -2016-07-28 18:45:37.101 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:45:37.132 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 945.0536ms -2016-07-28 18:45:37.153 +05:30 [Information] Request finished in 1087.289ms 200 application/json; charset=utf-8 -2016-07-28 18:45:37.170 +05:30 [Debug] Connection id ""0HKTMSU74DNE0"" completed keep alive response. -2016-07-28 18:45:37.182 +05:30 [Information] Request finished in 1087.0139ms 200 application/json; charset=utf-8 -2016-07-28 18:45:37.195 +05:30 [Debug] Connection id ""0HKTMSU74DNDU"" completed keep alive response. -2016-07-28 18:45:37.279 +05:30 [Information] Executed action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" in 987.832ms -2016-07-28 18:45:37.339 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetIncommingMessage?groupId=1&userId=1 -2016-07-28 18:45:37.356 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetIncommingMessage"'. -2016-07-28 18:45:37.370 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" -2016-07-28 18:45:37.428 +05:30 [Information] Executed action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" in 782.2999ms -2016-07-28 18:45:37.514 +05:30 [Information] Request finished in 1323.325ms 200 application/json; charset=utf-8 -2016-07-28 18:45:37.519 +05:30 [Debug] Connection id ""0HKTMSU74DNDV"" completed keep alive response. -2016-07-28 18:45:37.591 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterFollowerCount?groupId=1&userId=1 -2016-07-28 18:45:37.602 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterFollowerCount"'. -2016-07-28 18:45:37.605 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" -2016-07-28 18:45:37.618 +05:30 [Information] Request finished in 1174.6972ms 200 application/json; charset=utf-8 -2016-07-28 18:45:37.633 +05:30 [Debug] Connection id ""0HKTMSU74DNE2"" completed keep alive response. -2016-07-28 18:45:37.640 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/FacebookfanPageCount?groupId=1&userId=1 -2016-07-28 18:45:37.655 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/FacebookfanPageCount"'. -2016-07-28 18:45:37.657 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" -2016-07-28 18:45:37.703 +05:30 [Information] Request finished in 1488.2884ms 200 application/json; charset=utf-8 -2016-07-28 18:45:37.720 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterRecentFollower?groupId=1 -2016-07-28 18:45:37.740 +05:30 [Debug] Connection id ""0HKTMSU74DNDT"" completed keep alive response. -2016-07-28 18:45:37.758 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterRecentFollower"'. -2016-07-28 18:45:37.761 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" -2016-07-28 18:45:37.776 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-07-28 18:45:37.846 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-07-28 18:45:38.117 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:45:38.119 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 18:45:38.120 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 18:45:38.132 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 18:45:38.140 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:45:38.142 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 18:45:38.142 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-07-28 18:45:38.150 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-07-28 18:45:38.158 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-07-28 18:45:38.173 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:45:38.180 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:45:38.182 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:45:38.189 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:45:38.188 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 18:45:38.192 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 18:45:38.198 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" in 795.9223ms -2016-07-28 18:45:38.203 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-07-28 18:45:38.211 +05:30 [Information] Executed action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" in 1821.8347ms -2016-07-28 18:45:38.204 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-07-28 18:45:38.222 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:45:38.233 +05:30 [Information] Request finished in 1029.1097ms 200 text/plain; charset=utf-8 -2016-07-28 18:45:38.238 +05:30 [Debug] Connection id ""0HKTMSU74DNE0"" completed keep alive response. -2016-07-28 18:45:38.244 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" in 618.0657ms -2016-07-28 18:45:38.257 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:45:38.268 +05:30 [Information] Request finished in 2201.9454ms 200 application/json; charset=utf-8 -2016-07-28 18:45:38.273 +05:30 [Debug] Connection id ""0HKTMSU74DNE1"" completed keep alive response. -2016-07-28 18:45:38.308 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" in 601.9889ms -2016-07-28 18:45:38.343 +05:30 [Information] Request finished in 988.8477ms 200 text/plain; charset=utf-8 -2016-07-28 18:45:38.347 +05:30 [Debug] Connection id ""0HKTMSU74DNDU"" completed keep alive response. -2016-07-28 18:45:38.353 +05:30 [Information] Request finished in 750.4121ms 200 text/plain; charset=utf-8 -2016-07-28 18:45:38.365 +05:30 [Debug] Connection id ""0HKTMSU74DNDV"" completed keep alive response. -2016-07-28 18:45:39.774 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:45:39.777 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 18:45:39.778 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 18:45:39.789 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:45:39.801 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" in 2024.2192ms -2016-07-28 18:45:39.820 +05:30 [Information] Request finished in 2128.299ms 200 application/json; charset=utf-8 -2016-07-28 18:45:39.823 +05:30 [Debug] Connection id ""0HKTMSU74DNE2"" completed keep alive response. -2016-07-28 18:45:45.279 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=2 -2016-07-28 18:45:45.283 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-28 18:45:45.285 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-28 18:45:45.315 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/getProfilesAvailableToConnect?groupId=2&userId=1 -2016-07-28 18:45:45.319 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/getProfilesAvailableToConnect"'. -2016-07-28 18:45:45.333 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" -2016-07-28 18:45:45.347 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=2 -2016-07-28 18:45:45.366 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-07-28 18:45:45.370 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-07-28 18:45:45.487 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-07-28 18:45:45.535 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:45:45.538 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 18:45:45.543 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 18:45:45.564 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" with arguments (["2", "1"]) - ModelState is Valid -2016-07-28 18:45:45.572 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:45:45.574 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 18:45:45.575 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 18:45:45.603 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:45:45.620 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:45:45.641 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 322.0147ms -2016-07-28 18:45:45.654 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" in 290.4884ms -2016-07-28 18:45:45.685 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-07-28 18:45:45.697 +05:30 [Information] Request finished in 510.8364ms 200 application/json; charset=utf-8 -2016-07-28 18:45:45.702 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:45:45.705 +05:30 [Debug] Connection id ""0HKTMSU74DNE0"" completed keep alive response. -2016-07-28 18:45:45.713 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 18:45:45.714 +05:30 [Information] Request finished in 546.9932ms 200 application/json; charset=utf-8 -2016-07-28 18:45:45.718 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 18:45:45.723 +05:30 [Debug] Connection id ""0HKTMSU74DNE1"" completed keep alive response. -2016-07-28 18:45:45.747 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:45:45.758 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 378.0999ms -2016-07-28 18:45:45.779 +05:30 [Information] Request finished in 624.9961ms 200 application/json; charset=utf-8 -2016-07-28 18:45:45.780 +05:30 [Debug] Connection id ""0HKTMSU74DNDT"" completed keep alive response. -2016-07-28 18:45:50.374 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-28 18:45:50.376 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-28 18:45:50.379 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-28 18:45:50.443 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 18:45:50.451 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:45:50.453 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 18:45:50.467 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:45:50.491 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 96.9204ms -2016-07-28 18:45:50.518 +05:30 [Information] Request finished in 143.8187ms 200 application/json; charset=utf-8 -2016-07-28 18:45:50.519 +05:30 [Debug] Connection id ""0HKTMSU74DNDU"" completed keep alive response. -2016-07-28 18:45:50.548 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=2 -2016-07-28 18:45:50.551 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-28 18:45:50.553 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-28 18:45:50.619 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-07-28 18:45:50.625 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:45:50.633 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 18:45:50.648 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:45:50.669 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 95.6005ms -2016-07-28 18:45:50.697 +05:30 [Information] Request finished in 151.2262ms 200 application/json; charset=utf-8 -2016-07-28 18:45:50.702 +05:30 [Debug] Connection id ""0HKTMSU74DNDV"" completed keep alive response. -2016-07-28 18:47:22.999 +05:30 [Debug] Connection id ""0HKTMSU74DNE2"" received FIN. -2016-07-28 18:47:22.999 +05:30 [Debug] Connection id ""0HKTMSU74DNE1"" received FIN. -2016-07-28 18:47:23.002 +05:30 [Debug] Connection id ""0HKTMSU74DNE2"" disconnecting. -2016-07-28 18:47:23.004 +05:30 [Debug] Connection id ""0HKTMSU74DNDT"" received FIN. -2016-07-28 18:47:23.007 +05:30 [Debug] Connection id ""0HKTMSU74DNDV"" received FIN. -2016-07-28 18:47:23.004 +05:30 [Debug] Connection id ""0HKTMSU74DNE1"" disconnecting. -2016-07-28 18:47:23.010 +05:30 [Debug] Connection id ""0HKTMSU74DNDV"" disconnecting. -2016-07-28 18:47:23.002 +05:30 [Debug] Connection id ""0HKTMSU74DNE0"" received FIN. -2016-07-28 18:47:23.007 +05:30 [Debug] Connection id ""0HKTMSU74DNDT"" disconnecting. -2016-07-28 18:47:23.010 +05:30 [Debug] Connection id ""0HKTMSU74DNE1"" sending FIN. -2016-07-28 18:47:23.014 +05:30 [Debug] Connection id ""0HKTMSU74DNE0"" disconnecting. -2016-07-28 18:47:23.018 +05:30 [Debug] Connection id ""0HKTMSU74DNDV"" sending FIN. -2016-07-28 18:47:23.014 +05:30 [Debug] Connection id ""0HKTMSU74DNDU"" received FIN. -2016-07-28 18:47:23.019 +05:30 [Debug] Connection id ""0HKTMSU74DNDT"" sending FIN. -2016-07-28 18:47:23.020 +05:30 [Debug] Connection id ""0HKTMSU74DNDU"" disconnecting. -2016-07-28 18:47:23.023 +05:30 [Debug] Connection id ""0HKTMSU74DNDT"" sent FIN with status "0". -2016-07-28 18:47:23.020 +05:30 [Debug] Connection id ""0HKTMSU74DNE2"" sending FIN. -2016-07-28 18:47:23.029 +05:30 [Debug] Connection id ""0HKTMSU74DNDT"" stopped. -2016-07-28 18:47:23.029 +05:30 [Debug] Connection id ""0HKTMSU74DNE0"" sending FIN. -2016-07-28 18:47:23.030 +05:30 [Debug] Connection id ""0HKTMSU74DNDV"" sent FIN with status "0". -2016-07-28 18:47:23.031 +05:30 [Debug] Connection id ""0HKTMSU74DNDU"" sending FIN. -2016-07-28 18:47:23.034 +05:30 [Debug] Connection id ""0HKTMSU74DNDV"" stopped. -2016-07-28 18:47:23.034 +05:30 [Debug] Connection id ""0HKTMSU74DNDU"" sent FIN with status "0". -2016-07-28 18:47:23.035 +05:30 [Debug] Connection id ""0HKTMSU74DNE1"" sent FIN with status "0". -2016-07-28 18:47:23.036 +05:30 [Debug] Connection id ""0HKTMSU74DNDU"" stopped. -2016-07-28 18:47:23.038 +05:30 [Debug] Connection id ""0HKTMSU74DNE1"" stopped. -2016-07-28 18:47:23.039 +05:30 [Debug] Connection id ""0HKTMSU74DNE0"" sent FIN with status "0". -2016-07-28 18:47:23.041 +05:30 [Debug] Connection id ""0HKTMSU74DNE0"" stopped. -2016-07-28 18:47:23.043 +05:30 [Debug] Connection id ""0HKTMSU74DNE2"" sent FIN with status "0". -2016-07-28 18:47:23.044 +05:30 [Debug] Connection id ""0HKTMSU74DNE2"" stopped. -2016-07-28 18:51:36.410 +05:30 [Debug] Connection id ""0HKTMSU74DNE3"" started. -2016-07-28 18:51:36.420 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-28 18:51:36.422 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-28 18:51:36.426 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-28 18:51:36.466 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 18:51:36.470 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:51:36.471 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 18:51:36.480 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:51:36.495 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 54.448ms -2016-07-28 18:51:36.513 +05:30 [Information] Request finished in 93.907ms 200 application/json; charset=utf-8 -2016-07-28 18:51:36.514 +05:30 [Debug] Connection id ""0HKTMSU74DNE3"" completed keep alive response. -2016-07-28 18:51:36.546 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=2 -2016-07-28 18:51:36.553 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-28 18:51:36.555 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-28 18:51:36.616 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-07-28 18:51:36.619 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:51:36.621 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 18:51:36.633 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:51:36.655 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 78.9452ms -2016-07-28 18:51:36.681 +05:30 [Information] Request finished in 136.9957ms 200 application/json; charset=utf-8 -2016-07-28 18:51:36.687 +05:30 [Debug] Connection id ""0HKTMSU74DNE3"" completed keep alive response. -2016-07-28 18:53:22.999 +05:30 [Debug] Connection id ""0HKTMSU74DNE3"" received FIN. -2016-07-28 18:53:23.001 +05:30 [Debug] Connection id ""0HKTMSU74DNE3"" disconnecting. -2016-07-28 18:53:23.002 +05:30 [Debug] Connection id ""0HKTMSU74DNE3"" sending FIN. -2016-07-28 18:53:23.003 +05:30 [Debug] Connection id ""0HKTMSU74DNE3"" sent FIN with status "0". -2016-07-28 18:53:23.004 +05:30 [Debug] Connection id ""0HKTMSU74DNE3"" stopped. -2016-07-28 18:53:47.761 +05:30 [Debug] Connection id ""0HKTMSU74DNE4"" started. -2016-07-28 18:53:47.778 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-28 18:53:47.781 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-28 18:53:47.783 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-28 18:53:47.856 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 18:53:47.858 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:53:47.861 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 18:53:47.877 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:53:47.892 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 93.7223ms -2016-07-28 18:53:47.919 +05:30 [Information] Request finished in 145.801ms 200 application/json; charset=utf-8 -2016-07-28 18:53:47.920 +05:30 [Debug] Connection id ""0HKTMSU74DNE4"" completed keep alive response. -2016-07-28 18:53:47.950 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=2 -2016-07-28 18:53:47.953 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-28 18:53:47.958 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-28 18:53:48.011 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-07-28 18:53:48.023 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:53:48.026 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 18:53:48.049 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:53:48.070 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 92.8784ms -2016-07-28 18:53:48.102 +05:30 [Information] Request finished in 152.7382ms 200 application/json; charset=utf-8 -2016-07-28 18:53:48.126 +05:30 [Debug] Connection id ""0HKTMSU74DNE4"" completed keep alive response. -2016-07-28 18:55:02.406 +05:30 [Debug] Connection id ""0HKTMSU74DNE4"" received FIN. -2016-07-28 18:55:02.408 +05:30 [Debug] Connection id ""0HKTMSU74DNE4"" disconnecting. -2016-07-28 18:55:02.409 +05:30 [Debug] Connection id ""0HKTMSU74DNE5"" started. -2016-07-28 18:55:02.411 +05:30 [Debug] Connection id ""0HKTMSU74DNE4"" sending FIN. -2016-07-28 18:55:02.424 +05:30 [Debug] Connection id ""0HKTMSU74DNE4"" sent FIN with status "0". -2016-07-28 18:55:02.433 +05:30 [Debug] Connection id ""0HKTMSU74DNE4"" stopped. -2016-07-28 18:55:02.438 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-28 18:55:02.441 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-28 18:55:02.450 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-28 18:55:02.536 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 18:55:02.543 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:55:02.546 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 18:55:02.561 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:55:02.590 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 100.9192ms -2016-07-28 18:55:02.616 +05:30 [Information] Request finished in 184.6949ms 200 application/json; charset=utf-8 -2016-07-28 18:55:02.618 +05:30 [Debug] Connection id ""0HKTMSU74DNE5"" completed keep alive response. -2016-07-28 18:55:02.649 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=2 -2016-07-28 18:55:02.652 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-28 18:55:02.655 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-28 18:55:02.830 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-07-28 18:55:02.834 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:55:02.839 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 18:55:02.855 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:55:02.876 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 197.9231ms -2016-07-28 18:55:02.905 +05:30 [Information] Request finished in 259.925ms 200 application/json; charset=utf-8 -2016-07-28 18:55:02.913 +05:30 [Debug] Connection id ""0HKTMSU74DNE5"" completed keep alive response. -2016-07-28 18:55:12.196 +05:30 [Debug] Connection id ""0HKTMSU74DNE6"" started. -2016-07-28 18:55:12.200 +05:30 [Debug] Connection id ""0HKTMSU74DNE7"" started. -2016-07-28 18:55:12.337 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=2 -2016-07-28 18:55:12.369 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-07-28 18:55:12.376 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-07-28 18:55:12.419 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/getProfilesAvailableToConnect?groupId=2&userId=1 -2016-07-28 18:55:12.439 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/getProfilesAvailableToConnect"'. -2016-07-28 18:55:12.446 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" -2016-07-28 18:55:12.508 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=2 -2016-07-28 18:55:12.517 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-28 18:55:12.521 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-28 18:55:12.674 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-07-28 18:55:12.686 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:55:12.689 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 18:55:12.691 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 18:55:12.756 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" with arguments (["2", "1"]) - ModelState is Valid -2016-07-28 18:55:36.550 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:55:36.579 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 24161.9317ms -2016-07-28 18:55:36.675 +05:30 [Information] Request finished in 24430.7742ms 200 application/json; charset=utf-8 -2016-07-28 18:55:36.677 +05:30 [Debug] Connection id ""0HKTMSU74DNE6"" completed keep alive response. -2016-07-28 18:55:37.199 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:55:37.202 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 18:55:37.204 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 18:55:37.217 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-07-28 18:55:37.225 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:55:37.227 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 18:55:37.229 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 18:55:37.235 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:55:37.243 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:55:37.256 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" in 24790.337ms -2016-07-28 18:55:37.265 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 24727.3701ms -2016-07-28 18:55:37.281 +05:30 [Information] Request finished in 25064.4237ms 200 application/json; charset=utf-8 -2016-07-28 18:55:37.286 +05:30 [Debug] Connection id ""0HKTMSU74DNE7"" completed keep alive response. -2016-07-28 18:55:37.293 +05:30 [Information] Request finished in 25079.6906ms 200 application/json; charset=utf-8 -2016-07-28 18:55:37.295 +05:30 [Debug] Connection id ""0HKTMSU74DNE5"" completed keep alive response. -2016-07-28 18:55:50.454 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-28 18:55:50.455 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-28 18:55:50.457 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-28 18:55:50.503 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 18:55:50.506 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:55:50.507 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 18:55:50.518 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:55:50.534 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 64.9221ms -2016-07-28 18:55:50.554 +05:30 [Information] Request finished in 102.6953ms 200 application/json; charset=utf-8 -2016-07-28 18:55:50.558 +05:30 [Debug] Connection id ""0HKTMSU74DNE6"" completed keep alive response. -2016-07-28 18:55:50.582 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=2 -2016-07-28 18:55:50.584 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-28 18:55:50.585 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-28 18:55:50.623 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-07-28 18:55:50.625 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:55:50.630 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 18:55:50.659 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:55:50.672 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 75.102ms -2016-07-28 18:55:50.691 +05:30 [Information] Request finished in 109.8554ms 200 application/json; charset=utf-8 -2016-07-28 18:55:50.693 +05:30 [Debug] Connection id ""0HKTMSU74DNE7"" completed keep alive response. -2016-07-28 18:55:57.863 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=2 -2016-07-28 18:55:57.866 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-28 18:55:57.868 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-28 18:55:58.127 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/getProfilesAvailableToConnect?groupId=2&userId=1 -2016-07-28 18:55:58.129 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/getProfilesAvailableToConnect"'. -2016-07-28 18:55:58.134 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" -2016-07-28 18:55:58.188 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=2 -2016-07-28 18:55:58.190 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-07-28 18:55:58.193 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-07-28 18:55:58.376 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-07-28 18:55:58.380 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:55:58.385 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 18:55:58.388 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 18:55:58.408 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" with arguments (["2", "1"]) - ModelState is Valid -2016-07-28 18:55:58.422 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:55:58.423 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 18:55:58.424 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 18:55:58.443 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:55:58.610 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-07-28 18:55:58.613 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:55:58.616 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 18:55:58.618 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 18:55:58.646 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 575.0941ms -2016-07-28 18:55:59.040 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:55:59.308 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:55:59.531 +05:30 [Information] Request finished in 1279.9191ms 200 application/json; charset=utf-8 -2016-07-28 18:55:59.533 +05:30 [Debug] Connection id ""0HKTMSU74DNE6"" completed keep alive response. -2016-07-28 18:55:59.660 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 846.8261ms -2016-07-28 18:55:59.690 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" in 1175.1117ms -2016-07-28 18:55:59.786 +05:30 [Information] Request finished in 1845.2352ms 200 application/json; charset=utf-8 -2016-07-28 18:55:59.790 +05:30 [Debug] Connection id ""0HKTMSU74DNE7"" completed keep alive response. -2016-07-28 18:55:59.799 +05:30 [Information] Request finished in 2029.7113ms 200 application/json; charset=utf-8 -2016-07-28 18:55:59.801 +05:30 [Debug] Connection id ""0HKTMSU74DNE5"" completed keep alive response. -2016-07-28 18:57:21.982 +05:30 [Debug] Connection id ""0HKTMSU74DNE6"" received FIN. -2016-07-28 18:57:21.982 +05:30 [Debug] Connection id ""0HKTMSU74DNE7"" received FIN. -2016-07-28 18:57:21.987 +05:30 [Debug] Connection id ""0HKTMSU74DNE6"" disconnecting. -2016-07-28 18:57:21.994 +05:30 [Debug] Connection id ""0HKTMSU74DNE5"" received FIN. -2016-07-28 18:57:21.989 +05:30 [Debug] Connection id ""0HKTMSU74DNE8"" started. -2016-07-28 18:57:21.999 +05:30 [Debug] Connection id ""0HKTMSU74DNE5"" disconnecting. -2016-07-28 18:57:21.995 +05:30 [Debug] Connection id ""0HKTMSU74DNE7"" disconnecting. -2016-07-28 18:57:22.001 +05:30 [Debug] Connection id ""0HKTMSU74DNE6"" sending FIN. -2016-07-28 18:57:22.014 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-28 18:57:22.011 +05:30 [Debug] Connection id ""0HKTMSU74DNE5"" sending FIN. -2016-07-28 18:57:22.017 +05:30 [Debug] Connection id ""0HKTMSU74DNE6"" sent FIN with status "0". -2016-07-28 18:57:22.018 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-28 18:57:22.024 +05:30 [Debug] Connection id ""0HKTMSU74DNE6"" stopped. -2016-07-28 18:57:22.026 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-28 18:57:22.023 +05:30 [Debug] Connection id ""0HKTMSU74DNE7"" sending FIN. -2016-07-28 18:57:22.031 +05:30 [Debug] Connection id ""0HKTMSU74DNE7"" sent FIN with status "0". -2016-07-28 18:57:22.074 +05:30 [Debug] Connection id ""0HKTMSU74DNE7"" stopped. -2016-07-28 18:57:22.129 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 18:57:22.142 +05:30 [Debug] Connection id ""0HKTMSU74DNE5"" sent FIN with status "0". -2016-07-28 18:57:22.146 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:57:22.147 +05:30 [Debug] Connection id ""0HKTMSU74DNE5"" stopped. -2016-07-28 18:57:22.149 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 18:57:22.168 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:57:22.185 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 146.1207ms -2016-07-28 18:57:22.208 +05:30 [Information] Request finished in 196.2483ms 200 application/json; charset=utf-8 -2016-07-28 18:57:22.209 +05:30 [Debug] Connection id ""0HKTMSU74DNE8"" completed keep alive response. -2016-07-28 18:57:22.231 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=2 -2016-07-28 18:57:22.232 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-28 18:57:22.234 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-28 18:57:22.294 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-07-28 18:57:22.296 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:57:22.298 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 18:57:22.309 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:57:22.322 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 75.066ms -2016-07-28 18:57:22.348 +05:30 [Information] Request finished in 118.9264ms 200 application/json; charset=utf-8 -2016-07-28 18:57:22.352 +05:30 [Debug] Connection id ""0HKTMSU74DNE8"" completed keep alive response. -2016-07-28 18:57:28.041 +05:30 [Debug] Connection id ""0HKTMSU74DNE9"" started. -2016-07-28 18:57:28.043 +05:30 [Debug] Connection id ""0HKTMSU74DNEA"" started. -2016-07-28 18:57:28.078 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=2 -2016-07-28 18:57:28.085 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-28 18:57:28.087 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-28 18:57:28.092 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/getProfilesAvailableToConnect?groupId=2&userId=1 -2016-07-28 18:57:28.103 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/getProfilesAvailableToConnect"'. -2016-07-28 18:57:28.105 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" -2016-07-28 18:57:28.122 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=2 -2016-07-28 18:57:28.125 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-07-28 18:57:28.127 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-07-28 18:57:28.672 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" with arguments (["2", "1"]) - ModelState is Valid -2016-07-28 18:57:28.692 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:57:28.695 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 18:57:28.698 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 18:57:28.716 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-07-28 18:57:28.793 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:57:28.799 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 18:57:28.803 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 18:57:28.837 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:57:28.881 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:57:28.907 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" in 755.0319ms -2016-07-28 18:57:28.916 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-07-28 18:57:28.922 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 18:57:28.924 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 18:57:28.924 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 18:57:28.929 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 804.4659ms -2016-07-28 18:57:28.949 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 18:57:28.975 +05:30 [Information] Request finished in 884.1327ms 200 application/json; charset=utf-8 -2016-07-28 18:57:28.981 +05:30 [Debug] Connection id ""0HKTMSU74DNE9"" completed keep alive response. -2016-07-28 18:57:28.991 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 825.1868ms -2016-07-28 18:57:29.016 +05:30 [Information] Request finished in 909.5325ms 200 application/json; charset=utf-8 -2016-07-28 18:57:29.023 +05:30 [Debug] Connection id ""0HKTMSU74DNE8"" completed keep alive response. -2016-07-28 18:57:29.050 +05:30 [Information] Request finished in 965.9564ms 200 application/json; charset=utf-8 -2016-07-28 18:57:29.063 +05:30 [Debug] Connection id ""0HKTMSU74DNEA"" completed keep alive response. -2016-07-28 18:58:32.206 +05:30 [Debug] Connection id ""0HKTMSU74DNE8"" received FIN. -2016-07-28 18:58:32.207 +05:30 [Debug] Connection id ""0HKTMSU74DNE9"" received FIN. -2016-07-28 18:58:32.210 +05:30 [Debug] Connection id ""0HKTMSU74DNEA"" received FIN. -2016-07-28 18:58:32.210 +05:30 [Debug] Connection id ""0HKTMSU74DNE8"" disconnecting. -2016-07-28 18:58:32.217 +05:30 [Debug] Connection id ""0HKTMSU74DNEA"" disconnecting. -2016-07-28 18:58:32.220 +05:30 [Debug] Connection id ""0HKTMSU74DNE8"" sending FIN. -2016-07-28 18:58:32.217 +05:30 [Debug] Connection id ""0HKTMSU74DNE9"" disconnecting. -2016-07-28 18:58:32.218 +05:30 [Debug] Connection id ""0HKTMSU74DNEB"" started. -2016-07-28 18:58:32.226 +05:30 [Debug] Connection id ""0HKTMSU74DNEA"" sending FIN. -2016-07-28 18:58:32.242 +05:30 [Debug] Connection id ""0HKTMSU74DNE9"" sending FIN. -2016-07-28 18:58:32.243 +05:30 [Debug] Connection id ""0HKTMSU74DNEA"" sent FIN with status "0". -2016-07-28 18:58:32.247 +05:30 [Debug] Connection id ""0HKTMSU74DNE9"" sent FIN with status "0". -2016-07-28 18:58:32.249 +05:30 [Debug] Connection id ""0HKTMSU74DNEA"" stopped. -2016-07-28 18:58:32.250 +05:30 [Debug] Connection id ""0HKTMSU74DNE9"" stopped. -2016-07-28 18:58:32.251 +05:30 [Debug] Connection id ""0HKTMSU74DNE8"" sent FIN with status "0". -2016-07-28 18:58:32.263 +05:30 [Debug] Connection id ""0HKTMSU74DNE8"" stopped. -2016-07-28 18:58:32.269 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/Google/GoogleLogin application/x-www-form-urlencoded 52 -2016-07-28 18:58:32.275 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GoogleLogin"'. -2016-07-28 18:58:32.283 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GoogleLogin (Api.Socioboard)" -2016-07-28 18:58:32.380 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GoogleLogin (Api.Socioboard)" with arguments (["4/r_DpKXo05R1Z-fm6BIhO-nAb27qKtyeTAV53RCsFloU"]) - ModelState is Valid -2016-07-28 18:58:33.393 +05:30 [Information] { - "access_token": "ya29.Ci8uA-GstCbF6TbmnG2DSbmX29OOB0bRRQnAYV8LcWEjSlOJVajnHYB3721vMHofGw", - "token_type": "Bearer", - "expires_in": 3600, - "id_token": "eyJhbGciOiJSUzI1NiIsImtpZCI6ImE5NzAyMjQ0YWE3YjMyYTBjZjM4MWNjNjVhZDk4OGYyMzllYmIzOWYifQ.eyJpc3MiOiJhY2NvdW50cy5nb29nbGUuY29tIiwiYXRfaGFzaCI6ImVoNjd1RUJNN081OUNlSkdiTS0yOHciLCJhdWQiOiIyNDYyMjE0MDU4MDEta2dpcjh1NzdtNWdwb3BrYjRwMHR2bXU1MjJkaWI0ZTAuYXBwcy5nb29nbGV1c2VyY29udGVudC5jb20iLCJzdWIiOiIxMDA0OTM2ODY1MTA4NDY4MzQ5OTMiLCJlbWFpbF92ZXJpZmllZCI6dHJ1ZSwiYXpwIjoiMjQ2MjIxNDA1ODAxLWtnaXI4dTc3bTVncG9wa2I0cDB0dm11NTIyZGliNGUwLmFwcHMuZ29vZ2xldXNlcmNvbnRlbnQuY29tIiwiZW1haWwiOiJiYW5kaVN1cmVzaEBnbG9idXNzb2Z0LmNvbSIsImlhdCI6MTQ2OTcxMjUxNSwiZXhwIjoxNDY5NzE2MTE1fQ.GHsqK_h2mReOLUilU5a4jUUaKJBnOB5h8xFJFVshqL1uP0g9HuJC9oj_lm3jyqf7miJRLhsTGH9Hvh8n2VZwjYamaJpZNO8jfejSTUmyCvVg0qMviMZLCU7UZP5ZYifRu-vmtCAP0fTbZhLUTwM9C7P_BqzvxjrjrG-VS_roVudvwek-W_2mvBE0AvEBcdPo5vwzar78pxx84vOrpC_mA5bTsnaUYbJkkrs7NcLe95p9Wx5soEl5Yl4oI4Gyn_4154ipJYN_B5VJZnOJVTvh8SAYDaKBzS2KSn4_wk56EpVly7WVuib5D0RZFhxe4pcdFSByKG-BshZUWoEAAyuECg", - "refresh_token": "1/mSxVHQUvgMW_rdYIzj7kcNpGhRqROuXGNtVpP3j3fF4" -} -2016-07-28 18:58:33.899 +05:30 [Information] [{ - "id": "100493686510846834993", - "email": "bandiSuresh@globussoft.com", - "verified_email": true, - "name": "Suresh Bandi", - "given_name": "Suresh", - "family_name": "Bandi", - "link": "https://plus.google.com/+SureshBandi007", - "picture": "https://lh3.googleusercontent.com/--zVLmLAPl14/AAAAAAAAAAI/AAAAAAAAAFE/KtuOadUcwFM/photo.jpg", - "gender": "male", - "locale": "en" -} -] -2016-07-28 18:58:34.427 +05:30 [Fatal] could not execute query -[ select googleplus0_.Id as Id21_, googleplus0_.UserId as UserId21_, googleplus0_.GpUserId as GpUserId21_, googleplus0_.GpUserName as GpUserName21_, googleplus0_.GpProfileImage as GpProfil5_21_, googleplus0_.AccessToken as AccessTo6_21_, googleplus0_.RefreshToken as RefreshT7_21_, googleplus0_.EmailId as EmailId21_, googleplus0_.IsActive as IsActive21_, googleplus0_.InYourCircles as InYourC10_21_, googleplus0_.HaveYouInCircles as HaveYou11_21_, googleplus0_.EntryDate as EntryDate21_, googleplus0_.LastUpdate as LastUpdate21_, googleplus0_.IsAccessTokenActive as IsAcces14_21_, googleplus0_.coverPic as coverPic21_, googleplus0_.birthday as birthday21_, googleplus0_.education as education21_, googleplus0_.college as college21_, googleplus0_.workPosition as workPos19_21_, googleplus0_.homeTown as homeTown21_, googleplus0_.gender as gender21_, googleplus0_.bio as bio21_, googleplus0_.about as about21_, googleplus0_.workCompany as workCom24_21_ from Googleplusaccounts googleplus0_ where googleplus0_.GpUserId=?p0 ] - Name:p1 - Value:100493686510846834993 -[SQL: select googleplus0_.Id as Id21_, googleplus0_.UserId as UserId21_, googleplus0_.GpUserId as GpUserId21_, googleplus0_.GpUserName as GpUserName21_, googleplus0_.GpProfileImage as GpProfil5_21_, googleplus0_.AccessToken as AccessTo6_21_, googleplus0_.RefreshToken as RefreshT7_21_, googleplus0_.EmailId as EmailId21_, googleplus0_.IsActive as IsActive21_, googleplus0_.InYourCircles as InYourC10_21_, googleplus0_.HaveYouInCircles as HaveYou11_21_, googleplus0_.EntryDate as EntryDate21_, googleplus0_.LastUpdate as LastUpdate21_, googleplus0_.IsAccessTokenActive as IsAcces14_21_, googleplus0_.coverPic as coverPic21_, googleplus0_.birthday as birthday21_, googleplus0_.education as education21_, googleplus0_.college as college21_, googleplus0_.workPosition as workPos19_21_, googleplus0_.homeTown as homeTown21_, googleplus0_.gender as gender21_, googleplus0_.bio as bio21_, googleplus0_.about as about21_, googleplus0_.workCompany as workCom24_21_ from Googleplusaccounts googleplus0_ where googleplus0_.GpUserId=?p0] -2016-07-28 18:58:34.688 +05:30 [Error] at NHibernate.Loader.Loader.DoList(ISessionImplementor session, QueryParameters queryParameters, IResultTransformer forcedResultTransformer) - at NHibernate.Loader.Loader.DoList(ISessionImplementor session, QueryParameters queryParameters) - at NHibernate.Loader.Loader.ListIgnoreQueryCache(ISessionImplementor session, QueryParameters queryParameters) - at NHibernate.Loader.Loader.List(ISessionImplementor session, QueryParameters queryParameters, ISet`1 querySpaces, IType[] resultTypes) - at NHibernate.Loader.Hql.QueryLoader.List(ISessionImplementor session, QueryParameters queryParameters) - at NHibernate.Hql.Ast.ANTLR.QueryTranslatorImpl.List(ISessionImplementor session, QueryParameters queryParameters) - at NHibernate.Engine.Query.HQLQueryPlan.PerformList(QueryParameters queryParameters, ISessionImplementor session, IList results) - at NHibernate.Impl.SessionImpl.List(IQueryExpression queryExpression, QueryParameters queryParameters, IList results) - at NHibernate.Impl.AbstractSessionImpl.List(IQueryExpression queryExpression, QueryParameters parameters) - at NHibernate.Impl.AbstractQueryImpl2.List() - at NHibernate.Linq.DefaultQueryProvider.ExecuteQuery(NhLinqExpression nhLinqExpression, IQuery query, NhLinqExpression nhQuery) - at NHibernate.Linq.DefaultQueryProvider.Execute(Expression expression) - at NHibernate.Linq.DefaultQueryProvider.Execute[TResult](Expression expression) - at Remotion.Linq.QueryableBase`1.GetEnumerator() - at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) - at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) - at Api.Socioboard.Model.DatabaseRepository.Find[T](Expression`1 query) in D:\bitbucket\src\Api.Socioboard\Model\DatabaseRepository.cs:line 30 -2016-07-28 18:58:34.704 +05:30 [Error] Unknown column 'googleplus0_.coverPic' in 'field list' -2016-07-28 19:03:28.095 +05:30 [Debug] Connection id ""0HKTMSU74DNEB"" received FIN. -2016-07-28 19:03:30.792 +05:30 [Error] An unhandled exception has occurred while executing the request -System.ArgumentNullException: Value cannot be null. -Parameter name: source - at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) - at Api.Socioboard.Repositories.GplusRepository.getGPlusAccount(String GPlusUserId, Cache _redisCache, DatabaseRepository dbr) in D:\bitbucket\src\Api.Socioboard\Repositories\GplusRepository.cs:line 32 - at Api.Socioboard.Controllers.GoogleController.GoogleLogin(String code) in D:\bitbucket\src\Api.Socioboard\Controllers\GoogleController.cs:line 118 - at lambda_method(Closure , Object , Object[] ) - at Microsoft.AspNetCore.Mvc.Internal.ObjectMethodExecutor.Execute(Object target, Object[] parameters) - at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.d__28.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() - at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.d__18.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.AspNetCore.Builder.RouterMiddleware.d__4.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware.d__6.MoveNext() -2016-07-28 19:03:31.676 +05:30 [Debug] Connection id ""0HKTMSU74DNEB"" disconnecting. -2016-07-28 19:03:31.712 +05:30 [Information] Connection id ""0HKTMSU74DNEB"" communication error -Microsoft.AspNetCore.Server.Kestrel.Internal.Networking.UvException: Error -4077 ECONNRESET connection reset by peer -2016-07-28 19:03:31.725 +05:30 [Debug] Connection id ""0HKTMSU74DNEB"" stopped. -2016-07-28 19:03:31.739 +05:30 [Information] Connection id ""0HKTMSU74DNEB"" communication error -Microsoft.AspNetCore.Server.Kestrel.Internal.Networking.UvException: Error -4077 ECONNRESET connection reset by peer -2016-07-28 19:03:31.744 +05:30 [Debug] Connection id ""0HKTMSU74DNEB"" write of "4096" bytes to disconnected client. -Microsoft.AspNetCore.Server.Kestrel.Internal.Networking.UvException: Error -4077 ECONNRESET connection reset by peer -2016-07-28 19:03:31.979 +05:30 [Debug] Connection id ""0HKTMSU74DNEB"" write of "4096" bytes to disconnected client. -Microsoft.AspNetCore.Server.Kestrel.Internal.Networking.UvException: Error -4077 ECONNRESET connection reset by peer -2016-07-28 19:03:31.984 +05:30 [Debug] Connection id ""0HKTMSU74DNEB"" write of "4096" bytes to disconnected client. -Microsoft.AspNetCore.Server.Kestrel.Internal.Networking.UvException: Error -4077 ECONNRESET connection reset by peer -2016-07-28 19:03:31.988 +05:30 [Debug] Connection id ""0HKTMSU74DNEB"" write of "1639" bytes to disconnected client. -Microsoft.AspNetCore.Server.Kestrel.Internal.Networking.UvException: Error -4077 ECONNRESET connection reset by peer -2016-07-28 19:03:31.993 +05:30 [Debug] Connection id ""0HKTMSU74DNEB"" write of "0" bytes to disconnected client. -Microsoft.AspNetCore.Server.Kestrel.Internal.Networking.UvException: Error -4077 ECONNRESET connection reset by peer -2016-07-28 19:03:32.023 +05:30 [Information] Request finished in 299745.2449ms 500 text/html; charset=utf-8 -2016-07-28 19:03:35.072 +05:30 [Debug] Connection id ""0HKTMSU74DNEC"" started. -2016-07-28 19:03:35.101 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/Google/GoogleLogin application/x-www-form-urlencoded 52 -2016-07-28 19:03:35.108 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GoogleLogin"'. -2016-07-28 19:03:35.110 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GoogleLogin (Api.Socioboard)" -2016-07-28 19:03:35.491 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GoogleLogin (Api.Socioboard)" with arguments (["4/jRRZHoVBX6Rhcf6A-RELF7Nt1tnFn106Ebfim--u5Yw"]) - ModelState is Valid -2016-07-28 19:03:35.697 +05:30 [Information] { - "access_token": "ya29.Ci8uA0-Zd0A1cT8GTO-GWEpHRoldK3bKWLwqwpry5J62SCDvqwqi7Z2jZ-TUOJlNyA", - "token_type": "Bearer", - "expires_in": 3600, - "id_token": "eyJhbGciOiJSUzI1NiIsImtpZCI6ImE5NzAyMjQ0YWE3YjMyYTBjZjM4MWNjNjVhZDk4OGYyMzllYmIzOWYifQ.eyJpc3MiOiJhY2NvdW50cy5nb29nbGUuY29tIiwiYXRfaGFzaCI6InBlaVRPWlZUbmNyYk1YV181aEEzVVEiLCJhdWQiOiIyNDYyMjE0MDU4MDEta2dpcjh1NzdtNWdwb3BrYjRwMHR2bXU1MjJkaWI0ZTAuYXBwcy5nb29nbGV1c2VyY29udGVudC5jb20iLCJzdWIiOiIxMDA0OTM2ODY1MTA4NDY4MzQ5OTMiLCJlbWFpbF92ZXJpZmllZCI6dHJ1ZSwiYXpwIjoiMjQ2MjIxNDA1ODAxLWtnaXI4dTc3bTVncG9wa2I0cDB0dm11NTIyZGliNGUwLmFwcHMuZ29vZ2xldXNlcmNvbnRlbnQuY29tIiwiZW1haWwiOiJiYW5kaVN1cmVzaEBnbG9idXNzb2Z0LmNvbSIsImlhdCI6MTQ2OTcxMjgxNywiZXhwIjoxNDY5NzE2NDE3fQ.rKAjd6hznxbIJyw6TZ2_6SPs23uFyTW_2H2zSiNujEafs2f0iZrwmrmY9RoO8P9yr5xQNCkHclQb2duSzq_SI8qw1i6c2C0L3QJan48UOOfDqSRY8XlbCo8ppMFus6XD21vvhQTFMFY6AkOBv2D8Oa6XpBWR6AyR_bqwuD87_UFfmdGbbCD8XHsWHh4S58LpES1Cyp2naxsoz_vjstJIFJvAN7u-lqyp061H6LYyeE4lzAT28hwUk25AgMCnB7TDajQBMmWoO1ck6mjEU59TyeE01s-M1Ww0T-5vNTNGOceIrZhq_OPox11_trxb7pux9zUO9rBmY1miptcEnlqUvA" -} -2016-07-28 19:03:36.296 +05:30 [Information] [{ - "id": "100493686510846834993", - "email": "bandiSuresh@globussoft.com", - "verified_email": true, - "name": "Suresh Bandi", - "given_name": "Suresh", - "family_name": "Bandi", - "link": "https://plus.google.com/+SureshBandi007", - "picture": "https://lh3.googleusercontent.com/--zVLmLAPl14/AAAAAAAAAAI/AAAAAAAAAFE/KtuOadUcwFM/photo.jpg", - "gender": "male", - "locale": "en" -} -] -2016-07-28 19:05:12.036 +05:30 [Debug] Hosting starting -2016-07-28 19:05:12.293 +05:30 [Debug] Hosting started -2016-07-28 19:05:12.394 +05:30 [Debug] Connection id ""0HKTMTG05DF9U"" started. -2016-07-28 19:05:12.395 +05:30 [Debug] Connection id ""0HKTMTG05DF9V"" started. -2016-07-28 19:05:12.632 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-07-28 19:05:12.632 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:6361/ 0 -2016-07-28 19:05:12.759 +05:30 [Information] Request finished in 189.0927ms 200 -2016-07-28 19:05:12.849 +05:30 [Debug] Connection id ""0HKTMTG05DF9V"" completed keep alive response. -2016-07-28 19:05:13.677 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-07-28 19:05:13.750 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"7b7df5ca-3caf-4f5f-b989-9992ec39c5a9"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-07-28 19:05:13.984 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-07-28 19:05:14.112 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid -2016-07-28 19:05:14.116 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult". -2016-07-28 19:05:14.179 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:05:14.188 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:05:14.191 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:05:14.475 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 480.2536ms -2016-07-28 19:05:14.553 +05:30 [Information] Request finished in 2012.5941ms 200 application/json; charset=utf-8 -2016-07-28 19:05:14.555 +05:30 [Debug] Connection id ""0HKTMTG05DF9U"" completed keep alive response. -2016-07-28 19:05:14.580 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/favicon.ico -2016-07-28 19:05:14.585 +05:30 [Debug] Request did not match any routes. -2016-07-28 19:05:14.592 +05:30 [Information] Request finished in 12.0877ms 404 -2016-07-28 19:05:14.593 +05:30 [Debug] Connection id ""0HKTMTG05DF9V"" completed keep alive response. -2016-07-28 19:05:33.505 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/Google/GoogleLogin application/x-www-form-urlencoded 52 -2016-07-28 19:05:33.507 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GoogleLogin"'. -2016-07-28 19:05:33.509 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GoogleLogin (Api.Socioboard)" -2016-07-28 19:05:33.947 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GoogleLogin (Api.Socioboard)" with arguments (["4/EjNqzOcNymnyr8aYlBqQ8vp0j5WI4cLbvNssZ1sE83I"]) - ModelState is Valid -2016-07-28 19:05:34.479 +05:30 [Information] { - "access_token": "ya29.Ci8uA8_yDZ0D70FTv6XcL4tmCjEQoWuHM274Ek5cvG7aJ4pFDP1i60k1z0xR9HtZyA", - "token_type": "Bearer", - "expires_in": 3599, - "id_token": "eyJhbGciOiJSUzI1NiIsImtpZCI6ImQ1ODcyOTE5OGQ4YTRiMDJhYzI5MDI4MTgxNWY0NWE2MjVkMDgzMTUifQ.eyJpc3MiOiJhY2NvdW50cy5nb29nbGUuY29tIiwiYXRfaGFzaCI6ImJCa2podXplczBQSXFFT0hiTVYwLUEiLCJhdWQiOiIyNDYyMjE0MDU4MDEta2dpcjh1NzdtNWdwb3BrYjRwMHR2bXU1MjJkaWI0ZTAuYXBwcy5nb29nbGV1c2VyY29udGVudC5jb20iLCJzdWIiOiIxMDA0OTM2ODY1MTA4NDY4MzQ5OTMiLCJlbWFpbF92ZXJpZmllZCI6dHJ1ZSwiYXpwIjoiMjQ2MjIxNDA1ODAxLWtnaXI4dTc3bTVncG9wa2I0cDB0dm11NTIyZGliNGUwLmFwcHMuZ29vZ2xldXNlcmNvbnRlbnQuY29tIiwiZW1haWwiOiJiYW5kaVN1cmVzaEBnbG9idXNzb2Z0LmNvbSIsImlhdCI6MTQ2OTcxMjkzNiwiZXhwIjoxNDY5NzE2NTM2fQ.WBjWKUbq-KmHiGY9d25h9aSxTmpVzhpqeA_pFASib9I4a4dd-Xi_xRX0qaq-juRHJSsvZiBF5NiW037t0YOCeIMQ-8GpDMqwiZwHkqa2WIxCQj8uiyfHIOfRSrghX3zV-WF_GPUMue2lDgRFYXXeQU28SAa-qOAlSGkZ0yeK2k-RFYhhAgm9sEEu5x6H9N0-E8uuFrl0scUZ6Gz-incQgerFQDsrWcwuQVwxz6KY87l2tKE0mupaOHeDrG0EMCqcnFu4zvZeVXL7h7OoStHiDSMFKLi_ITtUaPdEt__d8vyBC1Ub-SmScIUDxriWCl_qStZ9wcb3I_dYznxmPetxcg" -} -2016-07-28 19:05:35.093 +05:30 [Information] [{ - "id": "100493686510846834993", - "email": "bandiSuresh@globussoft.com", - "verified_email": true, - "name": "Suresh Bandi", - "given_name": "Suresh", - "family_name": "Bandi", - "link": "https://plus.google.com/+SureshBandi007", - "picture": "https://lh3.googleusercontent.com/--zVLmLAPl14/AAAAAAAAAAI/AAAAAAAAAFE/KtuOadUcwFM/photo.jpg", - "gender": "male", - "locale": "en" -} -] -2016-07-28 19:05:39.635 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GoogleLogin (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:05:39.933 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:05:39.936 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:05:39.966 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GoogleLogin (Api.Socioboard)" in 6452.9362ms -2016-07-28 19:05:39.973 +05:30 [Information] Request finished in 6478.2944ms 200 application/json; charset=utf-8 -2016-07-28 19:05:39.974 +05:30 [Debug] Connection id ""0HKTMTG05DF9U"" completed keep alive response. -2016-07-28 19:05:40.484 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=2 -2016-07-28 19:05:40.485 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-28 19:05:40.486 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-28 19:05:40.537 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-07-28 19:05:40.816 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:05:40.824 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:05:40.827 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:05:40.842 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 348.2642ms -2016-07-28 19:05:40.852 +05:30 [Information] Request finished in 363.8358ms 200 application/json; charset=utf-8 -2016-07-28 19:05:40.854 +05:30 [Debug] Connection id ""0HKTMTG05DF9V"" completed keep alive response. -2016-07-28 19:05:40.934 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=3 -2016-07-28 19:05:40.935 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-28 19:05:40.957 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-28 19:05:41.029 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-07-28 19:05:41.049 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:05:41.050 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:05:41.052 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:05:41.056 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 97.1372ms -2016-07-28 19:05:41.060 +05:30 [Information] Request finished in 127.4935ms 200 application/json; charset=utf-8 -2016-07-28 19:05:41.060 +05:30 [Debug] Connection id ""0HKTMTG05DF9U"" completed keep alive response. -2016-07-28 19:05:45.017 +05:30 [Debug] Connection id ""0HKTMTG05DFA0"" started. -2016-07-28 19:05:45.017 +05:30 [Debug] Connection id ""0HKTMTG05DFA1"" started. -2016-07-28 19:05:45.026 +05:30 [Debug] Connection id ""0HKTMTG05DFA2"" started. -2016-07-28 19:05:45.028 +05:30 [Debug] Connection id ""0HKTMTG05DFA3"" started. -2016-07-28 19:05:45.039 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Instagram/GetInstagramProfiles?groupId=3 -2016-07-28 19:05:45.041 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Instagram/GetInstagramProfiles"'. -2016-07-28 19:05:45.043 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" -2016-07-28 19:05:45.050 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=3 -2016-07-28 19:05:45.060 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-07-28 19:05:45.061 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/LinkedIn/GetLinkedInCompanyPagesProfiles?groupId=3 -2016-07-28 19:05:45.097 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/LinkedIn/GetLinkedInCompanyPagesProfiles"'. -2016-07-28 19:05:45.105 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/SocialMessages/GetAllSentMessagesCount?groupId=3&userId=2 -2016-07-28 19:05:45.111 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" -2016-07-28 19:05:45.097 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-07-28 19:05:45.104 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Google/GetGplusProfiles?groupId=3 -2016-07-28 19:05:45.138 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/SocialMessages/GetAllSentMessagesCount"'. -2016-07-28 19:05:45.193 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GetGplusProfiles"'. -2016-07-28 19:05:45.205 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" -2016-07-28 19:05:45.206 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" -2016-07-28 19:05:45.998 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=3 -2016-07-28 19:05:46.000 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-07-28 19:05:46.003 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-07-28 19:05:46.556 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-07-28 19:05:46.572 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-07-28 19:05:46.577 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-07-28 19:05:46.586 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-07-28 19:05:46.598 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-07-28 19:05:46.604 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" with arguments (["2", "3"]) - ModelState is Valid -2016-07-28 19:05:46.616 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:05:46.616 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:05:46.617 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:05:46.618 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:05:46.618 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:05:46.616 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:05:46.618 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:05:46.616 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:05:46.627 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:05:46.627 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:05:46.620 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:05:46.632 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:05:46.632 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:05:46.633 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:05:46.638 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:05:46.651 +05:30 [Information] Executed action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" in 1504.1188ms -2016-07-28 19:05:46.650 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:05:46.653 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:05:46.656 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:05:46.677 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" in 1442.1619ms -2016-07-28 19:05:46.680 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 669.4602ms -2016-07-28 19:05:46.682 +05:30 [Information] Request finished in 1636.5875ms 200 application/json; charset=utf-8 -2016-07-28 19:05:46.684 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:05:46.687 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:05:46.688 +05:30 [Debug] Connection id ""0HKTMTG05DFA0"" completed keep alive response. -2016-07-28 19:05:46.694 +05:30 [Information] Request finished in 695.3527ms 200 application/json; charset=utf-8 -2016-07-28 19:05:46.694 +05:30 [Information] Request finished in 1642.1756ms 200 application/json; charset=utf-8 -2016-07-28 19:05:46.702 +05:30 [Debug] Connection id ""0HKTMTG05DFA3"" completed keep alive response. -2016-07-28 19:05:46.705 +05:30 [Debug] Connection id ""0HKTMTG05DFA2"" completed keep alive response. -2016-07-28 19:05:46.713 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 1559.3722ms -2016-07-28 19:05:46.716 +05:30 [Information] Executed action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" in 1670.3272ms -2016-07-28 19:05:46.725 +05:30 [Information] Request finished in 1698.0441ms 200 application/json; charset=utf-8 -2016-07-28 19:05:46.729 +05:30 [Debug] Connection id ""0HKTMTG05DF9V"" completed keep alive response. -2016-07-28 19:05:46.732 +05:30 [Information] Request finished in 1709.3847ms 200 application/json; charset=utf-8 -2016-07-28 19:05:46.735 +05:30 [Debug] Connection id ""0HKTMTG05DF9U"" completed keep alive response. -2016-07-28 19:05:46.753 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:05:46.754 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:05:46.754 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:05:46.756 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:05:46.759 +05:30 [Information] Executed action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" in 1539.6581ms -2016-07-28 19:05:46.762 +05:30 [Information] Request finished in 1722.297ms 200 application/json; charset=utf-8 -2016-07-28 19:05:46.763 +05:30 [Debug] Connection id ""0HKTMTG05DFA1"" completed keep alive response. -2016-07-28 19:05:47.043 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetIncommingMessage?groupId=3&userId=2 -2016-07-28 19:05:47.044 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetIncommingMessage"'. -2016-07-28 19:05:47.045 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" -2016-07-28 19:05:47.052 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/FacebookfanPageCount?groupId=3&userId=2 -2016-07-28 19:05:47.055 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/FacebookfanPageCount"'. -2016-07-28 19:05:47.057 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" -2016-07-28 19:05:47.058 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterFollowerCount?groupId=3&userId=2 -2016-07-28 19:05:47.071 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterRecentFollower?groupId=3 -2016-07-28 19:05:47.071 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterFollowerCount"'. -2016-07-28 19:05:47.071 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterRecentFollower"'. -2016-07-28 19:05:47.074 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" -2016-07-28 19:05:47.078 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" -2016-07-28 19:05:47.118 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" with arguments (["2", "3"]) - ModelState is Valid -2016-07-28 19:05:47.120 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" with arguments (["3", "2"]) - ModelState is Valid -2016-07-28 19:05:47.127 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" with arguments (["3", "2"]) - ModelState is Valid -2016-07-28 19:05:47.380 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:05:47.379 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-07-28 19:05:47.394 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:05:47.397 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-07-28 19:05:47.414 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:05:47.414 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:05:47.421 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:05:47.428 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-07-28 19:05:47.432 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:05:47.451 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" in 354.3117ms -2016-07-28 19:05:47.455 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" in 376.0957ms -2016-07-28 19:05:47.466 +05:30 [Information] Request finished in 418.4713ms 200 text/plain; charset=utf-8 -2016-07-28 19:05:47.467 +05:30 [Debug] Connection id ""0HKTMTG05DFA2"" completed keep alive response. -2016-07-28 19:05:47.476 +05:30 [Information] Request finished in 437.6981ms 200 text/plain; charset=utf-8 -2016-07-28 19:05:47.477 +05:30 [Debug] Connection id ""0HKTMTG05DFA0"" completed keep alive response. -2016-07-28 19:05:47.499 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:05:47.500 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:05:47.500 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:05:47.503 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:05:47.510 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" in 429.5843ms -2016-07-28 19:05:47.514 +05:30 [Information] Request finished in 479.8594ms 200 application/json; charset=utf-8 -2016-07-28 19:05:47.515 +05:30 [Debug] Connection id ""0HKTMTG05DF9V"" completed keep alive response. -2016-07-28 19:05:52.160 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:05:52.163 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:05:52.164 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-07-28 19:05:52.167 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:05:52.171 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" in 5121.8325ms -2016-07-28 19:05:52.177 +05:30 [Information] Request finished in 5178.6923ms 200 text/plain; charset=utf-8 -2016-07-28 19:05:52.177 +05:30 [Debug] Connection id ""0HKTMTG05DFA3"" completed keep alive response. -2016-07-28 19:06:10.693 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=2 -2016-07-28 19:06:10.695 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-28 19:06:10.697 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-28 19:06:10.715 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-07-28 19:06:11.117 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:06:11.118 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:06:11.122 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:06:11.126 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 425.6326ms -2016-07-28 19:06:11.133 +05:30 [Information] Request finished in 439.3272ms 200 application/json; charset=utf-8 -2016-07-28 19:06:11.134 +05:30 [Debug] Connection id ""0HKTMTG05DF9U"" completed keep alive response. -2016-07-28 19:06:11.150 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=3 -2016-07-28 19:06:11.151 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-28 19:06:11.152 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-28 19:06:11.242 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-07-28 19:06:11.244 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:06:11.244 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:06:11.247 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:06:11.253 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 97.0084ms -2016-07-28 19:06:11.258 +05:30 [Information] Request finished in 107.7721ms 200 application/json; charset=utf-8 -2016-07-28 19:06:11.259 +05:30 [Debug] Connection id ""0HKTMTG05DFA1"" completed keep alive response. -2016-07-28 19:06:16.135 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/LinkedIn/GetLinkedInCompanyPagesProfiles?groupId=3 -2016-07-28 19:06:16.136 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/LinkedIn/GetLinkedInCompanyPagesProfiles"'. -2016-07-28 19:06:16.150 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" -2016-07-28 19:06:16.150 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Google/GetGplusProfiles?groupId=3 -2016-07-28 19:06:16.156 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/SocialMessages/GetAllSentMessagesCount?groupId=3&userId=2 -2016-07-28 19:06:16.161 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Instagram/GetInstagramProfiles?groupId=3 -2016-07-28 19:06:16.184 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GetGplusProfiles"'. -2016-07-28 19:06:16.188 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/SocialMessages/GetAllSentMessagesCount"'. -2016-07-28 19:06:16.190 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Instagram/GetInstagramProfiles"'. -2016-07-28 19:06:16.196 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" -2016-07-28 19:06:16.168 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=3 -2016-07-28 19:06:16.192 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" -2016-07-28 19:06:16.219 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" -2016-07-28 19:06:16.237 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-07-28 19:06:16.285 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-07-28 19:06:16.150 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=3 -2016-07-28 19:06:16.430 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:06:16.429 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-07-28 19:06:16.526 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-07-28 19:06:16.526 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:06:16.546 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-07-28 19:06:16.585 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" with arguments (["2", "3"]) - ModelState is Valid -2016-07-28 19:06:16.647 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-07-28 19:06:16.674 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:06:16.673 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:06:16.685 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:06:16.682 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:06:16.701 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:06:16.700 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:06:16.686 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:06:16.706 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:06:16.707 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:06:16.703 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:06:16.722 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:06:16.722 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:06:16.734 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:06:16.591 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-07-28 19:06:16.693 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-07-28 19:06:16.743 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" in 497.9125ms -2016-07-28 19:06:16.745 +05:30 [Information] Executed action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" in 498.3294ms -2016-07-28 19:06:16.741 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:06:16.748 +05:30 [Information] Executed action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" in 571.8133ms -2016-07-28 19:06:16.783 +05:30 [Information] Request finished in 650.1881ms 200 application/json; charset=utf-8 -2016-07-28 19:06:16.788 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-07-28 19:06:16.757 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:06:16.793 +05:30 [Information] Executed action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" in 550.1816ms -2016-07-28 19:06:16.791 +05:30 [Debug] Connection id ""0HKTMTG05DFA1"" completed keep alive response. -2016-07-28 19:06:16.799 +05:30 [Information] Request finished in 658.4282ms 200 application/json; charset=utf-8 -2016-07-28 19:06:16.801 +05:30 [Information] Request finished in 690.9306ms 200 application/json; charset=utf-8 -2016-07-28 19:06:16.804 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:06:16.812 +05:30 [Debug] Connection id ""0HKTMTG05DF9U"" completed keep alive response. -2016-07-28 19:06:16.804 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:06:16.818 +05:30 [Information] Request finished in 698.9499ms 200 application/json; charset=utf-8 -2016-07-28 19:06:16.813 +05:30 [Debug] Connection id ""0HKTMTG05DFA0"" completed keep alive response. -2016-07-28 19:06:16.820 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:06:16.827 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:06:16.829 +05:30 [Debug] Connection id ""0HKTMTG05DF9V"" completed keep alive response. -2016-07-28 19:06:16.836 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:06:16.837 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:06:16.841 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 310.3289ms -2016-07-28 19:06:16.844 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:06:16.850 +05:30 [Information] Request finished in 737.3836ms 200 application/json; charset=utf-8 -2016-07-28 19:06:16.852 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 100.6789ms -2016-07-28 19:06:16.853 +05:30 [Debug] Connection id ""0HKTMTG05DFA3"" completed keep alive response. -2016-07-28 19:06:16.861 +05:30 [Information] Request finished in 750.483ms 200 application/json; charset=utf-8 -2016-07-28 19:06:16.861 +05:30 [Debug] Connection id ""0HKTMTG05DFA2"" completed keep alive response. -2016-07-28 19:06:17.515 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterRecentFollower?groupId=3 -2016-07-28 19:06:17.516 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterRecentFollower"'. -2016-07-28 19:06:17.526 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetIncommingMessage?groupId=3&userId=2 -2016-07-28 19:06:17.547 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/FacebookfanPageCount?groupId=3&userId=2 -2016-07-28 19:06:17.530 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterFollowerCount?groupId=3&userId=2 -2016-07-28 19:06:17.553 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterFollowerCount"'. -2016-07-28 19:06:17.550 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" -2016-07-28 19:06:17.552 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetIncommingMessage"'. -2016-07-28 19:06:17.558 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" -2016-07-28 19:06:17.553 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" -2016-07-28 19:06:17.552 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/FacebookfanPageCount"'. -2016-07-28 19:06:17.625 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" -2016-07-28 19:06:17.631 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-07-28 19:06:17.633 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" with arguments (["3", "2"]) - ModelState is Valid -2016-07-28 19:06:17.639 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" with arguments (["3", "2"]) - ModelState is Valid -2016-07-28 19:06:17.660 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:06:17.661 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:06:17.661 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-07-28 19:06:17.666 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:06:17.668 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:06:17.669 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:06:17.670 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-07-28 19:06:17.667 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" with arguments (["2", "3"]) - ModelState is Valid -2016-07-28 19:06:17.679 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" in 109.4563ms -2016-07-28 19:06:17.684 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:06:17.691 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" in 125.2608ms -2016-07-28 19:06:17.694 +05:30 [Information] Request finished in 187.8513ms 200 text/plain; charset=utf-8 -2016-07-28 19:06:17.696 +05:30 [Debug] Connection id ""0HKTMTG05DFA0"" completed keep alive response. -2016-07-28 19:06:17.706 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:06:17.708 +05:30 [Information] Request finished in 215.0804ms 200 text/plain; charset=utf-8 -2016-07-28 19:06:17.713 +05:30 [Debug] Connection id ""0HKTMTG05DF9V"" completed keep alive response. -2016-07-28 19:06:17.709 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:06:17.723 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:06:17.724 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-07-28 19:06:17.725 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:06:17.727 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:06:17.727 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:06:17.731 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" in 95.8772ms -2016-07-28 19:06:17.732 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:06:17.738 +05:30 [Information] Request finished in 293.691ms 200 text/plain; charset=utf-8 -2016-07-28 19:06:17.739 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" in 179.3543ms -2016-07-28 19:06:17.739 +05:30 [Debug] Connection id ""0HKTMTG05DF9U"" completed keep alive response. -2016-07-28 19:06:17.745 +05:30 [Information] Request finished in 301.577ms 200 application/json; charset=utf-8 -2016-07-28 19:06:17.745 +05:30 [Debug] Connection id ""0HKTMTG05DFA1"" completed keep alive response. -2016-07-28 19:06:44.859 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=2 -2016-07-28 19:06:44.861 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-28 19:06:44.862 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-28 19:06:44.883 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-07-28 19:06:44.891 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:06:44.892 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:06:44.896 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:06:44.902 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 34.9842ms -2016-07-28 19:06:44.911 +05:30 [Information] Request finished in 53.1945ms 200 application/json; charset=utf-8 -2016-07-28 19:06:44.912 +05:30 [Debug] Connection id ""0HKTMTG05DFA3"" completed keep alive response. -2016-07-28 19:06:44.925 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=3 -2016-07-28 19:06:44.926 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-28 19:06:44.927 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-28 19:06:44.941 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-07-28 19:06:44.947 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:06:44.949 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:06:44.952 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:06:44.957 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 25.2167ms -2016-07-28 19:06:44.963 +05:30 [Information] Request finished in 37.3288ms 200 application/json; charset=utf-8 -2016-07-28 19:06:44.964 +05:30 [Debug] Connection id ""0HKTMTG05DFA2"" completed keep alive response. -2016-07-28 19:06:48.999 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=3 -2016-07-28 19:06:48.999 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Google/GetGplusProfiles?groupId=3 -2016-07-28 19:06:49.006 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-07-28 19:06:49.006 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GetGplusProfiles"'. -2016-07-28 19:06:49.007 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-07-28 19:06:49.006 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=3 -2016-07-28 19:06:49.008 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" -2016-07-28 19:06:49.013 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-07-28 19:06:49.021 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-07-28 19:06:49.175 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Instagram/GetInstagramProfiles?groupId=3 -2016-07-28 19:06:49.176 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Instagram/GetInstagramProfiles"'. -2016-07-28 19:06:49.176 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" -2016-07-28 19:06:49.445 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/SocialMessages/GetAllSentMessagesCount?groupId=3&userId=2 -2016-07-28 19:06:49.508 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/SocialMessages/GetAllSentMessagesCount"'. -2016-07-28 19:06:49.509 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" -2016-07-28 19:06:49.505 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-07-28 19:06:49.512 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:06:49.533 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:06:49.544 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:06:49.552 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/LinkedIn/GetLinkedInCompanyPagesProfiles?groupId=3 -2016-07-28 19:06:49.553 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/LinkedIn/GetLinkedInCompanyPagesProfiles"'. -2016-07-28 19:06:49.553 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" -2016-07-28 19:06:49.587 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-07-28 19:06:49.593 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:06:49.594 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:06:49.595 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:06:49.641 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:06:49.719 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-07-28 19:06:49.724 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:06:49.733 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:06:49.734 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:06:49.738 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:06:49.745 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-07-28 19:06:49.746 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:06:49.748 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" in 726.2021ms -2016-07-28 19:06:49.749 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:06:49.750 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:06:49.757 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 644.3399ms -2016-07-28 19:06:49.769 +05:30 [Information] Request finished in 769.604ms 200 application/json; charset=utf-8 -2016-07-28 19:06:49.767 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-07-28 19:06:49.774 +05:30 [Debug] Connection id ""0HKTMTG05DF9U"" completed keep alive response. -2016-07-28 19:06:49.775 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:06:49.777 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:06:49.777 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:06:49.772 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:06:49.790 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:06:49.759 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" with arguments (["2", "3"]) - ModelState is Valid -2016-07-28 19:06:49.797 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:06:49.800 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 760.2558ms -2016-07-28 19:06:49.803 +05:30 [Information] Executed action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" in 612.9581ms -2016-07-28 19:06:49.825 +05:30 [Information] Executed action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" in 251.5965ms -2016-07-28 19:06:49.833 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:06:49.836 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:06:49.836 +05:30 [Information] Request finished in 838.8125ms 200 application/json; charset=utf-8 -2016-07-28 19:06:49.844 +05:30 [Debug] Connection id ""0HKTMTG05DF9V"" completed keep alive response. -2016-07-28 19:06:49.841 +05:30 [Information] Request finished in 735.9729ms 200 application/json; charset=utf-8 -2016-07-28 19:06:49.850 +05:30 [Debug] Connection id ""0HKTMTG05DFA1"" completed keep alive response. -2016-07-28 19:06:49.843 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:06:49.805 +05:30 [Information] Request finished in 811.2905ms 200 application/json; charset=utf-8 -2016-07-28 19:06:49.852 +05:30 [Information] Request finished in 340.3259ms 200 application/json; charset=utf-8 -2016-07-28 19:06:49.856 +05:30 [Debug] Connection id ""0HKTMTG05DFA0"" completed keep alive response. -2016-07-28 19:06:49.856 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:06:49.861 +05:30 [Debug] Connection id ""0HKTMTG05DFA2"" completed keep alive response. -2016-07-28 19:06:49.866 +05:30 [Information] Executed action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" in 353.9463ms -2016-07-28 19:06:49.874 +05:30 [Information] Request finished in 539.2088ms 200 application/json; charset=utf-8 -2016-07-28 19:06:49.902 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/FacebookfanPageCount?groupId=3&userId=2 -2016-07-28 19:06:49.905 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetIncommingMessage?groupId=3&userId=2 -2016-07-28 19:06:49.898 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterFollowerCount?groupId=3&userId=2 -2016-07-28 19:06:49.910 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterRecentFollower?groupId=3 -2016-07-28 19:06:49.911 +05:30 [Debug] Connection id ""0HKTMTG05DFA3"" completed keep alive response. -2016-07-28 19:06:49.916 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetIncommingMessage"'. -2016-07-28 19:06:49.917 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterFollowerCount"'. -2016-07-28 19:06:49.917 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterRecentFollower"'. -2016-07-28 19:06:49.921 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" -2016-07-28 19:06:49.922 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" -2016-07-28 19:06:49.916 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/FacebookfanPageCount"'. -2016-07-28 19:06:49.929 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" -2016-07-28 19:06:49.926 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" -2016-07-28 19:06:50.113 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" with arguments (["3", "2"]) - ModelState is Valid -2016-07-28 19:06:50.131 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" with arguments (["2", "3"]) - ModelState is Valid -2016-07-28 19:06:50.132 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:06:50.134 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:06:50.136 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-07-28 19:06:50.137 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" with arguments (["3", "2"]) - ModelState is Valid -2016-07-28 19:06:50.143 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-07-28 19:06:50.144 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:06:50.146 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:06:50.147 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-07-28 19:06:50.151 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:06:50.155 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:06:50.157 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:06:50.158 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:06:50.162 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:06:50.172 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" in 226.4012ms -2016-07-28 19:06:50.185 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" in 233.4223ms -2016-07-28 19:06:50.194 +05:30 [Information] Request finished in 299.8236ms 200 text/plain; charset=utf-8 -2016-07-28 19:06:50.197 +05:30 [Debug] Connection id ""0HKTMTG05DF9U"" completed keep alive response. -2016-07-28 19:06:50.211 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:06:50.212 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:06:50.213 +05:30 [Information] Request finished in 311.315ms 200 text/plain; charset=utf-8 -2016-07-28 19:06:50.211 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:06:50.215 +05:30 [Debug] Connection id ""0HKTMTG05DFA1"" completed keep alive response. -2016-07-28 19:06:50.214 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-07-28 19:06:50.228 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" in 278.3212ms -2016-07-28 19:06:50.230 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:06:50.239 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" in 308.5912ms -2016-07-28 19:06:50.241 +05:30 [Information] Request finished in 350.9859ms 200 application/json; charset=utf-8 -2016-07-28 19:06:50.243 +05:30 [Debug] Connection id ""0HKTMTG05DF9V"" completed keep alive response. -2016-07-28 19:06:50.251 +05:30 [Information] Request finished in 362.387ms 200 text/plain; charset=utf-8 -2016-07-28 19:06:50.252 +05:30 [Debug] Connection id ""0HKTMTG05DFA0"" completed keep alive response. -2016-07-28 19:07:01.439 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/Google/GoogleLogin application/x-www-form-urlencoded 52 -2016-07-28 19:07:01.440 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GoogleLogin"'. -2016-07-28 19:07:01.442 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GoogleLogin (Api.Socioboard)" -2016-07-28 19:07:01.474 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GoogleLogin (Api.Socioboard)" with arguments (["4/lL5gnKWO9K_CnnstCibvuHZP0t4NfswNeTuEmx1tRGs"]) - ModelState is Valid -2016-07-28 19:07:01.591 +05:30 [Information] { - "access_token": "ya29.Ci8uAxo3AzMTeRkWzKdK514ewWM9ce0epD4tas9dnMBfgZn7W81QJ7KSdfIS-BAC4Q", - "token_type": "Bearer", - "expires_in": 3600, - "id_token": "eyJhbGciOiJSUzI1NiIsImtpZCI6ImE5NzAyMjQ0YWE3YjMyYTBjZjM4MWNjNjVhZDk4OGYyMzllYmIzOWYifQ.eyJpc3MiOiJhY2NvdW50cy5nb29nbGUuY29tIiwiYXRfaGFzaCI6IjhPbGMwOWNxbXdyNEFTektWVnNYYVEiLCJhdWQiOiIyNDYyMjE0MDU4MDEta2dpcjh1NzdtNWdwb3BrYjRwMHR2bXU1MjJkaWI0ZTAuYXBwcy5nb29nbGV1c2VyY29udGVudC5jb20iLCJzdWIiOiIxMDA0OTM2ODY1MTA4NDY4MzQ5OTMiLCJlbWFpbF92ZXJpZmllZCI6dHJ1ZSwiYXpwIjoiMjQ2MjIxNDA1ODAxLWtnaXI4dTc3bTVncG9wa2I0cDB0dm11NTIyZGliNGUwLmFwcHMuZ29vZ2xldXNlcmNvbnRlbnQuY29tIiwiZW1haWwiOiJiYW5kaVN1cmVzaEBnbG9idXNzb2Z0LmNvbSIsImlhdCI6MTQ2OTcxMzAyMywiZXhwIjoxNDY5NzE2NjIzfQ.RjYOOx2inuSeswSB8kpiGh3-NiKvmY5t60ZQuiIdUTpmDRbDOGFOg93c7bl8IE0bqEAc7kU9NsEEWalU0rI0UX6wP7AJ2CAzJIeXCp_KIdEfrUR-lPgo599EqfZ_f6MV6M3Gcu2knz4KO9oIZdsJw4AKFPDOiGSvPdijZ7iGAbVf757w_V0clAp1atkvpvZRGUpzqOA19tvSBJsLvc7gQnxJ1GwslahShk8tRIOKihfgXGo6I2T4cDGRAX0SNKROBHpiVN3A_5QFpfd7djvrRLXGNl31YE7Zz-AitPI-7boNbqzF3Klt8IhhBNL8km7XdMFGSZfM5QUqWmdVPcBTbg" -} -2016-07-28 19:07:01.986 +05:30 [Information] [{ - "id": "100493686510846834993", - "email": "bandiSuresh@globussoft.com", - "verified_email": true, - "name": "Suresh Bandi", - "given_name": "Suresh", - "family_name": "Bandi", - "link": "https://plus.google.com/+SureshBandi007", - "picture": "https://lh3.googleusercontent.com/--zVLmLAPl14/AAAAAAAAAAI/AAAAAAAAAFE/KtuOadUcwFM/photo.jpg", - "gender": "male", - "locale": "en" -} -] -2016-07-28 19:07:01.992 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GoogleLogin (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:07:01.995 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:07:02.000 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:07:02.006 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GoogleLogin (Api.Socioboard)" in 559.0088ms -2016-07-28 19:07:02.017 +05:30 [Information] Request finished in 577.9791ms 200 application/json; charset=utf-8 -2016-07-28 19:07:02.018 +05:30 [Debug] Connection id ""0HKTMTG05DFA2"" completed keep alive response. -2016-07-28 19:07:02.054 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=2 -2016-07-28 19:07:02.056 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-28 19:07:02.058 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-28 19:07:02.079 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-07-28 19:07:02.081 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:07:02.082 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:07:02.088 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:07:02.093 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 30.2635ms -2016-07-28 19:07:02.102 +05:30 [Information] Request finished in 49.2958ms 200 application/json; charset=utf-8 -2016-07-28 19:07:02.104 +05:30 [Debug] Connection id ""0HKTMTG05DFA3"" completed keep alive response. -2016-07-28 19:07:02.114 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=3 -2016-07-28 19:07:02.115 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-28 19:07:02.118 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-28 19:07:02.136 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-07-28 19:07:02.137 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:07:02.138 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:07:02.141 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:07:02.146 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 23.3648ms -2016-07-28 19:07:02.154 +05:30 [Information] Request finished in 42.3991ms 200 application/json; charset=utf-8 -2016-07-28 19:07:02.155 +05:30 [Debug] Connection id ""0HKTMTG05DF9U"" completed keep alive response. -2016-07-28 19:07:03.517 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=3 -2016-07-28 19:07:03.522 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-07-28 19:07:03.526 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-07-28 19:07:03.609 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Instagram/GetInstagramProfiles?groupId=3 -2016-07-28 19:07:03.561 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Google/GetGplusProfiles?groupId=3 -2016-07-28 19:07:03.630 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Instagram/GetInstagramProfiles"'. -2016-07-28 19:07:03.631 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GetGplusProfiles"'. -2016-07-28 19:07:03.633 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" -2016-07-28 19:07:03.635 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" -2016-07-28 19:07:03.671 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/SocialMessages/GetAllSentMessagesCount?groupId=3&userId=2 -2016-07-28 19:07:03.674 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/SocialMessages/GetAllSentMessagesCount"'. -2016-07-28 19:07:03.677 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" -2016-07-28 19:07:03.773 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/LinkedIn/GetLinkedInCompanyPagesProfiles?groupId=3 -2016-07-28 19:07:03.774 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/LinkedIn/GetLinkedInCompanyPagesProfiles"'. -2016-07-28 19:07:03.774 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" -2016-07-28 19:07:03.816 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=3 -2016-07-28 19:07:03.820 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-07-28 19:07:03.832 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-07-28 19:07:03.950 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-07-28 19:07:03.951 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:07:03.955 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:07:03.956 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:07:03.974 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-07-28 19:07:03.976 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:07:03.979 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:07:03.980 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:07:04.013 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:07:04.039 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-07-28 19:07:04.042 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" with arguments (["2", "3"]) - ModelState is Valid -2016-07-28 19:07:04.043 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:07:04.046 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:07:04.047 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:07:04.053 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:07:04.055 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:07:04.056 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:07:04.056 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:07:04.060 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-07-28 19:07:04.066 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:07:04.068 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:07:04.064 +05:30 [Information] Executed action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" in 415.6658ms -2016-07-28 19:07:04.070 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:07:04.075 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:07:04.082 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 487.9116ms -2016-07-28 19:07:04.086 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" in 418.3697ms -2016-07-28 19:07:04.091 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:07:04.098 +05:30 [Information] Request finished in 609.9516ms 200 application/json; charset=utf-8 -2016-07-28 19:07:04.103 +05:30 [Debug] Connection id ""0HKTMTG05DFA3"" completed keep alive response. -2016-07-28 19:07:04.115 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-07-28 19:07:04.117 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:07:04.118 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:07:04.119 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:07:04.123 +05:30 [Information] Request finished in 623.2843ms 200 application/json; charset=utf-8 -2016-07-28 19:07:04.124 +05:30 [Debug] Connection id ""0HKTMTG05DFA1"" completed keep alive response. -2016-07-28 19:07:04.154 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:07:04.163 +05:30 [Information] Request finished in 624.3652ms 200 application/json; charset=utf-8 -2016-07-28 19:07:04.168 +05:30 [Debug] Connection id ""0HKTMTG05DF9V"" completed keep alive response. -2016-07-28 19:07:04.209 +05:30 [Information] Executed action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" in 415.0767ms -2016-07-28 19:07:04.221 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 323.2375ms -2016-07-28 19:07:04.236 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/FacebookfanPageCount?groupId=3&userId=2 -2016-07-28 19:07:04.239 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/FacebookfanPageCount"'. -2016-07-28 19:07:04.244 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" -2016-07-28 19:07:04.247 +05:30 [Information] Request finished in 747.3569ms 200 application/json; charset=utf-8 -2016-07-28 19:07:04.250 +05:30 [Debug] Connection id ""0HKTMTG05DF9U"" completed keep alive response. -2016-07-28 19:07:04.268 +05:30 [Information] Request finished in 761.9995ms 200 application/json; charset=utf-8 -2016-07-28 19:07:04.291 +05:30 [Debug] Connection id ""0HKTMTG05DFA0"" completed keep alive response. -2016-07-28 19:07:04.310 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetIncommingMessage?groupId=3&userId=2 -2016-07-28 19:07:04.313 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetIncommingMessage"'. -2016-07-28 19:07:04.314 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" -2016-07-28 19:07:04.337 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterFollowerCount?groupId=3&userId=2 -2016-07-28 19:07:04.339 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterFollowerCount"'. -2016-07-28 19:07:04.342 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" -2016-07-28 19:07:04.354 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterRecentFollower?groupId=3 -2016-07-28 19:07:04.357 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterRecentFollower"'. -2016-07-28 19:07:04.358 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" -2016-07-28 19:07:04.371 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:07:04.392 +05:30 [Information] Executed action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" in 599.3073ms -2016-07-28 19:07:04.430 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" with arguments (["2", "3"]) - ModelState is Valid -2016-07-28 19:07:04.442 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:07:04.445 +05:30 [Information] Request finished in 957.555ms 200 application/json; charset=utf-8 -2016-07-28 19:07:04.447 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:07:04.452 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-07-28 19:07:04.448 +05:30 [Debug] Connection id ""0HKTMTG05DFA2"" completed keep alive response. -2016-07-28 19:07:04.463 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" with arguments (["3", "2"]) - ModelState is Valid -2016-07-28 19:07:04.467 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:07:04.476 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:07:04.477 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:07:04.477 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-07-28 19:07:04.491 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" with arguments (["3", "2"]) - ModelState is Valid -2016-07-28 19:07:04.518 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-07-28 19:07:04.540 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:07:04.541 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:07:04.543 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:07:04.545 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-07-28 19:07:04.550 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:07:04.553 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:07:04.554 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:07:04.555 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" in 218.971ms -2016-07-28 19:07:04.589 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:07:04.602 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:07:04.618 +05:30 [Information] Request finished in 379.7642ms 200 text/plain; charset=utf-8 -2016-07-28 19:07:04.620 +05:30 [Debug] Connection id ""0HKTMTG05DF9V"" completed keep alive response. -2016-07-28 19:07:04.628 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" in 248.1945ms -2016-07-28 19:07:04.656 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" in 275.1574ms -2016-07-28 19:07:04.673 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" in 188.4278ms -2016-07-28 19:07:04.685 +05:30 [Information] Request finished in 388.4237ms 200 application/json; charset=utf-8 -2016-07-28 19:07:04.687 +05:30 [Debug] Connection id ""0HKTMTG05DF9U"" completed keep alive response. -2016-07-28 19:07:04.706 +05:30 [Information] Request finished in 563.2081ms 200 text/plain; charset=utf-8 -2016-07-28 19:07:04.708 +05:30 [Debug] Connection id ""0HKTMTG05DFA3"" completed keep alive response. -2016-07-28 19:07:04.713 +05:30 [Information] Request finished in 552.6959ms 200 text/plain; charset=utf-8 -2016-07-28 19:07:04.714 +05:30 [Debug] Connection id ""0HKTMTG05DFA1"" completed keep alive response. -2016-07-28 19:08:55.794 +05:30 [Debug] Connection id ""0HKTMTG05DF9U"" received FIN. -2016-07-28 19:08:55.794 +05:30 [Debug] Connection id ""0HKTMTG05DFA0"" received FIN. -2016-07-28 19:08:55.798 +05:30 [Debug] Connection id ""0HKTMTG05DFA3"" received FIN. -2016-07-28 19:08:55.801 +05:30 [Debug] Connection id ""0HKTMTG05DFA0"" disconnecting. -2016-07-28 19:08:55.801 +05:30 [Debug] Connection id ""0HKTMTG05DF9U"" disconnecting. -2016-07-28 19:08:55.801 +05:30 [Debug] Connection id ""0HKTMTG05DFA2"" received FIN. -2016-07-28 19:08:55.806 +05:30 [Debug] Connection id ""0HKTMTG05DF9V"" received FIN. -2016-07-28 19:08:55.806 +05:30 [Debug] Connection id ""0HKTMTG05DFA2"" disconnecting. -2016-07-28 19:08:55.807 +05:30 [Debug] Connection id ""0HKTMTG05DFA0"" sending FIN. -2016-07-28 19:08:55.803 +05:30 [Debug] Connection id ""0HKTMTG05DFA1"" received FIN. -2016-07-28 19:08:55.806 +05:30 [Debug] Connection id ""0HKTMTG05DF9V"" disconnecting. -2016-07-28 19:08:55.803 +05:30 [Debug] Connection id ""0HKTMTG05DFA3"" disconnecting. -2016-07-28 19:08:55.813 +05:30 [Debug] Connection id ""0HKTMTG05DFA1"" disconnecting. -2016-07-28 19:08:55.813 +05:30 [Debug] Connection id ""0HKTMTG05DF9U"" sending FIN. -2016-07-28 19:08:55.815 +05:30 [Debug] Connection id ""0HKTMTG05DFA3"" sending FIN. -2016-07-28 19:08:55.811 +05:30 [Debug] Connection id ""0HKTMTG05DFA2"" sending FIN. -2016-07-28 19:08:55.816 +05:30 [Debug] Connection id ""0HKTMTG05DFA1"" sending FIN. -2016-07-28 19:08:55.817 +05:30 [Debug] Connection id ""0HKTMTG05DF9V"" sending FIN. -2016-07-28 19:08:55.823 +05:30 [Debug] Connection id ""0HKTMTG05DF9V"" sent FIN with status "0". -2016-07-28 19:08:55.824 +05:30 [Debug] Connection id ""0HKTMTG05DFA1"" sent FIN with status "0". -2016-07-28 19:08:55.827 +05:30 [Debug] Connection id ""0HKTMTG05DFA1"" stopped. -2016-07-28 19:08:55.828 +05:30 [Debug] Connection id ""0HKTMTG05DF9V"" stopped. -2016-07-28 19:08:55.829 +05:30 [Debug] Connection id ""0HKTMTG05DFA3"" sent FIN with status "0". -2016-07-28 19:08:55.830 +05:30 [Debug] Connection id ""0HKTMTG05DFA3"" stopped. -2016-07-28 19:08:55.829 +05:30 [Debug] Connection id ""0HKTMTG05DFA2"" sent FIN with status "0". -2016-07-28 19:08:55.831 +05:30 [Debug] Connection id ""0HKTMTG05DF9U"" sent FIN with status "0". -2016-07-28 19:08:55.832 +05:30 [Debug] Connection id ""0HKTMTG05DFA2"" stopped. -2016-07-28 19:08:55.833 +05:30 [Debug] Connection id ""0HKTMTG05DFA0"" sent FIN with status "0". -2016-07-28 19:08:55.832 +05:30 [Debug] Connection id ""0HKTMTG05DF9U"" stopped. -2016-07-28 19:08:55.834 +05:30 [Debug] Connection id ""0HKTMTG05DFA0"" stopped. -2016-07-28 19:08:55.836 +05:30 [Debug] Connection id ""0HKTMTG05DFA4"" started. -2016-07-28 19:08:55.841 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/Google/GoogleLogin application/x-www-form-urlencoded 52 -2016-07-28 19:08:55.843 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GoogleLogin"'. -2016-07-28 19:08:55.844 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GoogleLogin (Api.Socioboard)" -2016-07-28 19:08:55.866 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GoogleLogin (Api.Socioboard)" with arguments (["4/-9s3xv1lwN06L9svEDN7v9US15duwiQVJuX-yGhdhgw"]) - ModelState is Valid -2016-07-28 19:09:10.769 +05:30 [Information] { - "access_token": "ya29.Ci8uA70kVsYfu5SI33HzuwVJ7TASIa_ONRKcsC6Zxt1CnYJYDlmyFiuqai5BMfHncg", - "token_type": "Bearer", - "expires_in": 3586, - "id_token": "eyJhbGciOiJSUzI1NiIsImtpZCI6ImE5NzAyMjQ0YWE3YjMyYTBjZjM4MWNjNjVhZDk4OGYyMzllYmIzOWYifQ.eyJpc3MiOiJhY2NvdW50cy5nb29nbGUuY29tIiwiYXRfaGFzaCI6Ims0Q2tCQTdNN2lqWUc3c1hsZjJkR2ciLCJhdWQiOiIyNDYyMjE0MDU4MDEta2dpcjh1NzdtNWdwb3BrYjRwMHR2bXU1MjJkaWI0ZTAuYXBwcy5nb29nbGV1c2VyY29udGVudC5jb20iLCJzdWIiOiIxMDA0OTM2ODY1MTA4NDY4MzQ5OTMiLCJlbWFpbF92ZXJpZmllZCI6dHJ1ZSwiYXpwIjoiMjQ2MjIxNDA1ODAxLWtnaXI4dTc3bTVncG9wa2I0cDB0dm11NTIyZGliNGUwLmFwcHMuZ29vZ2xldXNlcmNvbnRlbnQuY29tIiwiZW1haWwiOiJiYW5kaVN1cmVzaEBnbG9idXNzb2Z0LmNvbSIsImlhdCI6MTQ2OTcxMzE1MSwiZXhwIjoxNDY5NzE2NzUxfQ.oi-sOAKNZS7PKadFcTXz9V1hWLaNh-WUiQ8T5j1-CnfcxtCVFFb_ccXyfhcQ-Lrx0LCxHR-uEdp6PAkAKpGapkhWwGom_IHk7TvvwjO3Y7AAEWW-r_5wZ41gU-X2CBzv5d-QUZCQxYaveMB2eLIICK4FXlW4S0xS-MfyFZklURPErRsgKPhRR2JzsrlwXzgNPStgBkJsQ4KAqi1efMWjVfz2iYO27OFBo1qX2dkS8MttrvqStuwhDKL3PTXoA_elD9_QUBhuUt3DfzlJwe0Jmhu0h-Yvvo6VvUoI1Gv7VsLhOR0uBAQCHiDvzJVEUi3WKIZBreVuh7V-TXBsHMvnDQ" -} -2016-07-28 19:09:18.587 +05:30 [Information] [{ - "id": "100493686510846834993", - "email": "bandiSuresh@globussoft.com", - "verified_email": true, - "name": "Suresh Bandi", - "given_name": "Suresh", - "family_name": "Bandi", - "link": "https://plus.google.com/+SureshBandi007", - "picture": "https://lh3.googleusercontent.com/--zVLmLAPl14/AAAAAAAAAAI/AAAAAAAAAFE/KtuOadUcwFM/photo.jpg", - "gender": "male", - "locale": "en" -} -] -2016-07-28 19:11:07.801 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GoogleLogin (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:11:07.803 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:11:07.807 +05:30 [Debug] Connection id ""0HKTMTG05DFA4"" received FIN. -2016-07-28 19:11:07.843 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:11:07.884 +05:30 [Debug] Connection id ""0HKTMTG05DFA4"" disconnecting. -2016-07-28 19:11:07.900 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GoogleLogin (Api.Socioboard)" in 131998.3907ms -2016-07-28 19:11:07.911 +05:30 [Information] Connection id ""0HKTMTG05DFA4"" communication error -Microsoft.AspNetCore.Server.Kestrel.Internal.Networking.UvException: Error -4077 ECONNRESET connection reset by peer -2016-07-28 19:11:07.931 +05:30 [Information] Request finished in 132069.5475ms 200 application/json; charset=utf-8 -2016-07-28 19:11:07.932 +05:30 [Debug] Connection id ""0HKTMTG05DFA4"" stopped. -2016-07-28 19:11:24.247 +05:30 [Debug] Connection id ""0HKTMTG05DFA5"" started. -2016-07-28 19:11:24.267 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/Google/GoogleLogin application/x-www-form-urlencoded 52 -2016-07-28 19:11:24.268 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GoogleLogin"'. -2016-07-28 19:11:24.269 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GoogleLogin (Api.Socioboard)" -2016-07-28 19:11:24.292 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GoogleLogin (Api.Socioboard)" with arguments (["4/WYInJyvB94nkvKAGteaGZH9VyE9mkg3AkIvk5wLXrH8"]) - ModelState is Valid -2016-07-28 19:11:32.382 +05:30 [Information] { - "access_token": "ya29.Ci8uA29xyu3v7Dg_XD5Qn1sGGToNNggfu2AKhFVqepFKYUXVhfComxp9tF4_vHwWUg", - "token_type": "Bearer", - "expires_in": 3593, - "id_token": "eyJhbGciOiJSUzI1NiIsImtpZCI6ImQ1ODcyOTE5OGQ4YTRiMDJhYzI5MDI4MTgxNWY0NWE2MjVkMDgzMTUifQ.eyJpc3MiOiJhY2NvdW50cy5nb29nbGUuY29tIiwiYXRfaGFzaCI6IlFZeldBdDdjaHl0YUdzQVZURUUwYXciLCJhdWQiOiIyNDYyMjE0MDU4MDEta2dpcjh1NzdtNWdwb3BrYjRwMHR2bXU1MjJkaWI0ZTAuYXBwcy5nb29nbGV1c2VyY29udGVudC5jb20iLCJzdWIiOiIxMDA0OTM2ODY1MTA4NDY4MzQ5OTMiLCJlbWFpbF92ZXJpZmllZCI6dHJ1ZSwiYXpwIjoiMjQ2MjIxNDA1ODAxLWtnaXI4dTc3bTVncG9wa2I0cDB0dm11NTIyZGliNGUwLmFwcHMuZ29vZ2xldXNlcmNvbnRlbnQuY29tIiwiZW1haWwiOiJiYW5kaVN1cmVzaEBnbG9idXNzb2Z0LmNvbSIsImlhdCI6MTQ2OTcxMzI5MywiZXhwIjoxNDY5NzE2ODkzfQ.HbnYZpxfCqwIlWKpZy9CIDbt_zCb2aPOupqMJZhONsLPJhD1wJI0Yh-ne3kdvUVlRjbKOXa_t0MzEU28kY1JdC_6pQApseDpbhM1f2AT6Y7AvVczQYz5yc4PpxOx4xISeqkjGPbVCa0iz6ZSJHjo_Gp98UYGOQQ76YwvMhON4UbCPopNQkycsipXQsZCmIUEXO8bxdbwEJGNfvsb_3nYyrt1lB842J_TR2vWgaQq1S-2oNyHdhGCmYxV1ot1q_YFhyaq06sAlG7vyKveT8RkjrJrfFj3yRBIH95HVxs2Q80w6h7YQgeLPg03l4Z4BATDX_A4pNVdE9k03-jq7ohseQ" -} -2016-07-28 19:11:39.816 +05:30 [Information] [{ - "id": "100493686510846834993", - "email": "bandiSuresh@globussoft.com", - "verified_email": true, - "name": "Suresh Bandi", - "given_name": "Suresh", - "family_name": "Bandi", - "link": "https://plus.google.com/+SureshBandi007", - "picture": "https://lh3.googleusercontent.com/--zVLmLAPl14/AAAAAAAAAAI/AAAAAAAAAFE/KtuOadUcwFM/photo.jpg", - "gender": "male", - "locale": "en" -} -] -2016-07-28 19:17:57.863 +05:30 [Debug] Hosting starting -2016-07-28 19:17:58.078 +05:30 [Debug] Hosting started -2016-07-28 19:17:58.182 +05:30 [Debug] Connection id ""0HKTMTN4CNOSH"" started. -2016-07-28 19:17:58.182 +05:30 [Debug] Connection id ""0HKTMTN4CNOSG"" started. -2016-07-28 19:17:58.382 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:6361/ 0 -2016-07-28 19:17:58.382 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-07-28 19:17:58.467 +05:30 [Information] Request finished in 132.5392ms 200 -2016-07-28 19:17:58.544 +05:30 [Debug] Connection id ""0HKTMTN4CNOSG"" completed keep alive response. -2016-07-28 19:17:59.075 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-07-28 19:17:59.138 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"24363a03-e77a-4b49-8284-dcb147121bb1"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-07-28 19:17:59.309 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-07-28 19:17:59.411 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid -2016-07-28 19:17:59.414 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult". -2016-07-28 19:17:59.474 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:17:59.480 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:17:59.483 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:17:59.792 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 473.1547ms -2016-07-28 19:17:59.884 +05:30 [Information] Request finished in 1572.8752ms 200 application/json; charset=utf-8 -2016-07-28 19:17:59.887 +05:30 [Debug] Connection id ""0HKTMTN4CNOSH"" completed keep alive response. -2016-07-28 19:17:59.915 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/favicon.ico -2016-07-28 19:17:59.919 +05:30 [Debug] Request did not match any routes. -2016-07-28 19:17:59.927 +05:30 [Information] Request finished in 11.6336ms 404 -2016-07-28 19:17:59.928 +05:30 [Debug] Connection id ""0HKTMTN4CNOSG"" completed keep alive response. -2016-07-28 19:18:16.617 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/User/FacebookLogin application/x-www-form-urlencoded 175 -2016-07-28 19:18:16.619 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/FacebookLogin"'. -2016-07-28 19:18:16.622 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" -2016-07-28 19:18:17.172 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" with arguments (["EAAKYvwDVmnUBAMn3v0sNegJGsbHMMRvOpnw7PQdsPShkTwFS7GpQLtDRi2CqBkSqkZAWnMzfI6t8lnplqAjhROAaG4DYqn3QGJYpVlpzbfYFJAgVT2ZBnz3D7q6WCJB3II0Ntis9EqgKNzZC4fzZCEZAMx756qP8ZD"]) - ModelState is Valid -2016-07-28 19:18:23.296 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:18:23.307 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:18:23.308 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:18:23.335 +05:30 [Information] Executed action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" in 6706.6197ms -2016-07-28 19:18:23.338 +05:30 [Information] Request finished in 6722.5992ms 200 application/json; charset=utf-8 -2016-07-28 19:18:23.340 +05:30 [Debug] Connection id ""0HKTMTN4CNOSH"" completed keep alive response. -2016-07-28 19:18:23.694 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-28 19:18:23.695 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-28 19:18:23.700 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-28 19:18:23.758 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 19:18:23.811 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:18:23.811 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:18:23.813 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:18:23.817 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 100.6558ms -2016-07-28 19:18:23.821 +05:30 [Information] Request finished in 127.4514ms 200 application/json; charset=utf-8 -2016-07-28 19:18:23.822 +05:30 [Debug] Connection id ""0HKTMTN4CNOSG"" completed keep alive response. -2016-07-28 19:18:23.873 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-28 19:18:23.874 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-28 19:18:23.886 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-28 19:18:23.901 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 19:18:23.928 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:18:23.929 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:18:23.931 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:18:23.939 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 51.0014ms -2016-07-28 19:18:23.944 +05:30 [Information] Request finished in 70.5239ms 200 application/json; charset=utf-8 -2016-07-28 19:18:23.945 +05:30 [Debug] Connection id ""0HKTMTN4CNOSH"" completed keep alive response. -2016-07-28 19:18:26.560 +05:30 [Debug] Connection id ""0HKTMTN4CNOSI"" started. -2016-07-28 19:18:26.560 +05:30 [Debug] Connection id ""0HKTMTN4CNOSJ"" started. -2016-07-28 19:18:26.563 +05:30 [Debug] Connection id ""0HKTMTN4CNOSK"" started. -2016-07-28 19:18:26.565 +05:30 [Debug] Connection id ""0HKTMTN4CNOSL"" started. -2016-07-28 19:18:26.567 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=1 -2016-07-28 19:18:26.570 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/SocialMessages/GetAllSentMessagesCount?groupId=1&userId=1 -2016-07-28 19:18:26.582 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Instagram/GetInstagramProfiles?groupId=1 -2016-07-28 19:18:26.576 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/LinkedIn/GetLinkedInCompanyPagesProfiles?groupId=1 -2016-07-28 19:18:26.583 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-07-28 19:18:26.584 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/SocialMessages/GetAllSentMessagesCount"'. -2016-07-28 19:18:26.585 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=1 -2016-07-28 19:18:26.587 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/LinkedIn/GetLinkedInCompanyPagesProfiles"'. -2016-07-28 19:18:26.588 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-07-28 19:18:26.591 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Instagram/GetInstagramProfiles"'. -2016-07-28 19:18:26.590 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" -2016-07-28 19:18:26.593 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" -2016-07-28 19:18:26.591 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-07-28 19:18:26.606 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" -2016-07-28 19:18:26.616 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-07-28 19:18:27.305 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Google/GetGplusProfiles?groupId=1 -2016-07-28 19:18:27.306 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GetGplusProfiles"'. -2016-07-28 19:18:27.309 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" -2016-07-28 19:18:27.863 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 19:18:27.876 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 19:18:27.886 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 19:18:27.900 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 19:18:27.905 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-07-28 19:18:27.901 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 19:18:28.018 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:18:28.018 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:18:28.022 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:18:28.023 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:18:28.023 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:18:28.023 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:18:28.045 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:18:28.019 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:18:28.049 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:18:28.059 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:18:28.062 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:18:28.065 +05:30 [Information] Executed action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" in 1440.9834ms -2016-07-28 19:18:28.079 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:18:28.104 +05:30 [Information] Request finished in 1498.9974ms 200 application/json; charset=utf-8 -2016-07-28 19:18:28.107 +05:30 [Debug] Connection id ""0HKTMTN4CNOSH"" completed keep alive response. -2016-07-28 19:18:28.124 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:18:28.126 +05:30 [Information] Executed action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" in 1492.3624ms -2016-07-28 19:18:28.125 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" in 762.8782ms -2016-07-28 19:18:28.133 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:18:28.144 +05:30 [Information] Request finished in 1572.4741ms 200 application/json; charset=utf-8 -2016-07-28 19:18:28.148 +05:30 [Debug] Connection id ""0HKTMTN4CNOSJ"" completed keep alive response. -2016-07-28 19:18:28.144 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:18:28.156 +05:30 [Information] Request finished in 838.584ms 200 application/json; charset=utf-8 -2016-07-28 19:18:28.157 +05:30 [Debug] Connection id ""0HKTMTN4CNOSK"" completed keep alive response. -2016-07-28 19:18:28.159 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:18:28.180 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 1560.6411ms -2016-07-28 19:18:28.187 +05:30 [Information] Request finished in 1616.5934ms 200 application/json; charset=utf-8 -2016-07-28 19:18:28.188 +05:30 [Debug] Connection id ""0HKTMTN4CNOSL"" completed keep alive response. -2016-07-28 19:18:28.200 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:18:28.201 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:18:28.202 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:18:28.203 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:18:28.220 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:18:28.220 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:18:28.221 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:18:28.222 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:18:28.225 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 1629.263ms -2016-07-28 19:18:28.227 +05:30 [Information] Executed action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" in 1613.7477ms -2016-07-28 19:18:28.230 +05:30 [Information] Request finished in 1669.3905ms 200 application/json; charset=utf-8 -2016-07-28 19:18:28.231 +05:30 [Debug] Connection id ""0HKTMTN4CNOSG"" completed keep alive response. -2016-07-28 19:18:28.234 +05:30 [Information] Request finished in 1670.8871ms 200 application/json; charset=utf-8 -2016-07-28 19:18:28.234 +05:30 [Debug] Connection id ""0HKTMTN4CNOSI"" completed keep alive response. -2016-07-28 19:18:28.361 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterRecentFollower?groupId=1 -2016-07-28 19:18:28.363 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterRecentFollower"'. -2016-07-28 19:18:28.370 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/FacebookfanPageCount?groupId=1&userId=1 -2016-07-28 19:18:28.387 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetIncommingMessage?groupId=1&userId=1 -2016-07-28 19:18:28.398 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterFollowerCount?groupId=1&userId=1 -2016-07-28 19:18:28.411 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" -2016-07-28 19:18:28.411 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterFollowerCount"'. -2016-07-28 19:18:28.410 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetIncommingMessage"'. -2016-07-28 19:18:28.410 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/FacebookfanPageCount"'. -2016-07-28 19:18:28.438 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" -2016-07-28 19:18:28.461 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" -2016-07-28 19:18:28.454 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" -2016-07-28 19:18:28.488 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 19:18:28.497 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-07-28 19:18:28.500 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-07-28 19:18:28.503 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-07-28 19:18:28.533 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:18:28.533 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:18:28.534 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:18:28.535 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:18:28.535 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-07-28 19:18:28.536 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-07-28 19:18:28.548 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:18:28.553 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:18:28.563 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" in 76.0987ms -2016-07-28 19:18:28.565 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" in 88.5065ms -2016-07-28 19:18:28.572 +05:30 [Information] Request finished in 223.4526ms 200 text/plain; charset=utf-8 -2016-07-28 19:18:28.574 +05:30 [Information] Request finished in 218.8324ms 200 text/plain; charset=utf-8 -2016-07-28 19:18:28.574 +05:30 [Debug] Connection id ""0HKTMTN4CNOSJ"" completed keep alive response. -2016-07-28 19:18:28.575 +05:30 [Debug] Connection id ""0HKTMTN4CNOSL"" completed keep alive response. -2016-07-28 19:18:29.451 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:18:29.452 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:18:29.453 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-07-28 19:18:29.459 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:18:29.466 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" in 999.2302ms -2016-07-28 19:18:29.471 +05:30 [Information] Request finished in 1126.6152ms 200 text/plain; charset=utf-8 -2016-07-28 19:18:29.472 +05:30 [Debug] Connection id ""0HKTMTN4CNOSH"" completed keep alive response. -2016-07-28 19:18:30.151 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:18:30.152 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:18:30.152 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:18:30.154 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:18:30.167 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" in 1752.7769ms -2016-07-28 19:18:30.171 +05:30 [Information] Request finished in 1832.4056ms 200 application/json; charset=utf-8 -2016-07-28 19:18:30.172 +05:30 [Debug] Connection id ""0HKTMTN4CNOSK"" completed keep alive response. -2016-07-28 19:18:39.391 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/Google/GoogleLogin application/x-www-form-urlencoded 52 -2016-07-28 19:18:39.393 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GoogleLogin"'. -2016-07-28 19:18:39.396 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GoogleLogin (Api.Socioboard)" -2016-07-28 19:18:39.407 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GoogleLogin (Api.Socioboard)" with arguments (["4/2cuDSf6DYNGFkEOCrArHXUp-Mu1wOKYYAGuWk9JoZd8"]) - ModelState is Valid -2016-07-28 19:18:49.363 +05:30 [Information] { - "access_token": "ya29.Ci8uAxi-jjLECw5D3FKyAlsh9iSQV4IR0CpyY1f2lJA0MyKgeWnA8spuZ_y3Zj2ozg", - "token_type": "Bearer", - "expires_in": 3591, - "id_token": "eyJhbGciOiJSUzI1NiIsImtpZCI6ImE5NzAyMjQ0YWE3YjMyYTBjZjM4MWNjNjVhZDk4OGYyMzllYmIzOWYifQ.eyJpc3MiOiJhY2NvdW50cy5nb29nbGUuY29tIiwiYXRfaGFzaCI6IlliYnN6dzg1cFpzU1dUdGg4Sk5UN2ciLCJhdWQiOiIyNDYyMjE0MDU4MDEta2dpcjh1NzdtNWdwb3BrYjRwMHR2bXU1MjJkaWI0ZTAuYXBwcy5nb29nbGV1c2VyY29udGVudC5jb20iLCJzdWIiOiIxMDA0OTM2ODY1MTA4NDY4MzQ5OTMiLCJlbWFpbF92ZXJpZmllZCI6dHJ1ZSwiYXpwIjoiMjQ2MjIxNDA1ODAxLWtnaXI4dTc3bTVncG9wa2I0cDB0dm11NTIyZGliNGUwLmFwcHMuZ29vZ2xldXNlcmNvbnRlbnQuY29tIiwiZW1haWwiOiJiYW5kaVN1cmVzaEBnbG9idXNzb2Z0LmNvbSIsImlhdCI6MTQ2OTcxMzczMCwiZXhwIjoxNDY5NzE3MzMwfQ.BcyaLr8kMwYR2EFXa2nDfgzynUne66c7fiXT4DShafTWqtKOpDBsdHH_ILP3dsEUsCnB3J3N5Uv25dSKOcRXOiWgSby9F_g1Tz5w7VNcO653aTX7aBZKBUoW8bh7S7rPVMXlOwCTPyOYk8S1_FG3rDPBT6JcwLbzUSvDXpJLaCdnGR-77kxbMyZ0gBSTzKgAnvbbQWJwE6dUATgV2MVass367ErZA8pfGnro8JVSXzisGccR-f-440tgs4uLH0eiDUmgZno6uvOE7HcnXPl8LXJEzdqQJTyqM_mPd3JozhlE9eIawJHSYXEaDyLr5mkByCbdDyclyu6GDnZRNGkT_w" -} -2016-07-28 19:18:53.449 +05:30 [Information] [{ - "id": "100493686510846834993", - "email": "bandiSuresh@globussoft.com", - "verified_email": true, - "name": "Suresh Bandi", - "given_name": "Suresh", - "family_name": "Bandi", - "link": "https://plus.google.com/+SureshBandi007", - "picture": "https://lh3.googleusercontent.com/--zVLmLAPl14/AAAAAAAAAAI/AAAAAAAAAFE/KtuOadUcwFM/photo.jpg", - "gender": "male", - "locale": "en" -} -] -2016-07-28 19:19:58.323 +05:30 [Debug] Connection id ""0HKTMTN4CNOSJ"" received FIN. -2016-07-28 19:19:58.324 +05:30 [Debug] Connection id ""0HKTMTN4CNOSI"" received FIN. -2016-07-28 19:19:58.325 +05:30 [Debug] Connection id ""0HKTMTN4CNOSK"" received FIN. -2016-07-28 19:19:58.325 +05:30 [Debug] Connection id ""0HKTMTN4CNOSI"" disconnecting. -2016-07-28 19:19:58.325 +05:30 [Debug] Connection id ""0HKTMTN4CNOSJ"" disconnecting. -2016-07-28 19:19:58.324 +05:30 [Debug] Connection id ""0HKTMTN4CNOSH"" received FIN. -2016-07-28 19:19:58.328 +05:30 [Debug] Connection id ""0HKTMTN4CNOSL"" received FIN. -2016-07-28 19:19:58.329 +05:30 [Debug] Connection id ""0HKTMTN4CNOSJ"" sending FIN. -2016-07-28 19:19:58.325 +05:30 [Debug] Connection id ""0HKTMTN4CNOSK"" disconnecting. -2016-07-28 19:19:58.333 +05:30 [Debug] Connection id ""0HKTMTN4CNOSH"" disconnecting. -2016-07-28 19:19:58.333 +05:30 [Debug] Connection id ""0HKTMTN4CNOSL"" disconnecting. -2016-07-28 19:19:58.336 +05:30 [Debug] Connection id ""0HKTMTN4CNOSJ"" sent FIN with status "0". -2016-07-28 19:19:58.327 +05:30 [Debug] Connection id ""0HKTMTN4CNOSI"" sending FIN. -2016-07-28 19:19:59.052 +05:30 [Debug] Connection id ""0HKTMTN4CNOSK"" sending FIN. -2016-07-28 19:19:59.052 +05:30 [Debug] Connection id ""0HKTMTN4CNOSK"" sent FIN with status "0". -2016-07-28 19:19:59.710 +05:30 [Debug] Connection id ""0HKTMTN4CNOSJ"" stopped. -2016-07-28 19:19:59.713 +05:30 [Debug] Connection id ""0HKTMTN4CNOSH"" sending FIN. -2016-07-28 19:19:59.711 +05:30 [Debug] Connection id ""0HKTMTN4CNOSK"" stopped. -2016-07-28 19:19:59.737 +05:30 [Debug] Connection id ""0HKTMTN4CNOSI"" sent FIN with status "0". -2016-07-28 19:19:59.737 +05:30 [Debug] Connection id ""0HKTMTN4CNOSL"" sending FIN. -2016-07-28 19:19:59.738 +05:30 [Debug] Connection id ""0HKTMTN4CNOSI"" stopped. -2016-07-28 19:19:59.758 +05:30 [Debug] Connection id ""0HKTMTN4CNOSL"" sent FIN with status "0". -2016-07-28 19:20:00.456 +05:30 [Debug] Connection id ""0HKTMTN4CNOSL"" stopped. -2016-07-28 19:20:00.457 +05:30 [Debug] Connection id ""0HKTMTN4CNOSH"" sent FIN with status "0". -2016-07-28 19:20:00.459 +05:30 [Debug] Connection id ""0HKTMTN4CNOSH"" stopped. -2016-07-28 19:20:32.088 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GoogleLogin (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:20:32.096 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:20:32.107 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:20:32.118 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GoogleLogin (Api.Socioboard)" in 112711.2695ms -2016-07-28 19:20:32.126 +05:30 [Information] Request finished in 112735.464ms 200 application/json; charset=utf-8 -2016-07-28 19:20:32.126 +05:30 [Debug] Connection id ""0HKTMTN4CNOSG"" completed keep alive response. -2016-07-28 19:21:47.676 +05:30 [Debug] Hosting starting -2016-07-28 19:21:47.903 +05:30 [Debug] Hosting started -2016-07-28 19:21:47.968 +05:30 [Debug] Connection id ""0HKTMTP8S3DBK"" started. -2016-07-28 19:21:47.968 +05:30 [Debug] Connection id ""0HKTMTP8S3DBJ"" started. -2016-07-28 19:21:48.182 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-07-28 19:21:48.182 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:6361/ 0 -2016-07-28 19:21:48.304 +05:30 [Information] Request finished in 166.3287ms 200 -2016-07-28 19:21:48.389 +05:30 [Debug] Connection id ""0HKTMTP8S3DBK"" completed keep alive response. -2016-07-28 19:21:48.848 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-07-28 19:21:48.920 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"a3860c5a-ea8c-4919-bdea-6ab622c7d9cd"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-07-28 19:21:49.063 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-07-28 19:21:49.188 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid -2016-07-28 19:21:49.192 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult". -2016-07-28 19:21:49.241 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:21:49.246 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:21:49.249 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:21:49.563 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 487.8516ms -2016-07-28 19:21:49.672 +05:30 [Information] Request finished in 1568.4587ms 200 application/json; charset=utf-8 -2016-07-28 19:21:49.675 +05:30 [Debug] Connection id ""0HKTMTP8S3DBJ"" completed keep alive response. -2016-07-28 19:22:11.183 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/Google/GoogleLogin application/x-www-form-urlencoded 52 -2016-07-28 19:22:11.185 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GoogleLogin"'. -2016-07-28 19:22:11.199 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GoogleLogin (Api.Socioboard)" -2016-07-28 19:22:11.662 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GoogleLogin (Api.Socioboard)" with arguments (["4/DlxRVSL5UMMNfbFcqOSaUTIDGgjBKBpN9KfGOqgsQOw"]) - ModelState is Valid -2016-07-28 19:22:48.350 +05:30 [Information] { - "access_token": "ya29.Ci8uA77OXJFYeq5qFkHr6MmHDT0FmZirWn7Wmz041MC_5-eiLjC4fSmGnVAGX4K00w", - "token_type": "Bearer", - "expires_in": 3563, - "id_token": "eyJhbGciOiJSUzI1NiIsImtpZCI6ImQ1ODcyOTE5OGQ4YTRiMDJhYzI5MDI4MTgxNWY0NWE2MjVkMDgzMTUifQ.eyJpc3MiOiJhY2NvdW50cy5nb29nbGUuY29tIiwiYXRfaGFzaCI6IlFPS0xLTzhaN3VSQVVxanZjRkxSS1EiLCJhdWQiOiIyNDYyMjE0MDU4MDEta2dpcjh1NzdtNWdwb3BrYjRwMHR2bXU1MjJkaWI0ZTAuYXBwcy5nb29nbGV1c2VyY29udGVudC5jb20iLCJzdWIiOiIxMDA0OTM2ODY1MTA4NDY4MzQ5OTMiLCJlbWFpbF92ZXJpZmllZCI6dHJ1ZSwiYXpwIjoiMjQ2MjIxNDA1ODAxLWtnaXI4dTc3bTVncG9wa2I0cDB0dm11NTIyZGliNGUwLmFwcHMuZ29vZ2xldXNlcmNvbnRlbnQuY29tIiwiZW1haWwiOiJiYW5kaVN1cmVzaEBnbG9idXNzb2Z0LmNvbSIsImlhdCI6MTQ2OTcxMzk3MCwiZXhwIjoxNDY5NzE3NTcwfQ.i9z2OLjFRMMJ487w8_QdjmEBBFDzfciZ_wPpDnXZj60QuoRjDjs1nfbbHZwIAxDwDpbiMIe-SAKNpWO0d2yOXiKT_vsczTyaKYN4D05RGyNVFk2cjDT3Pslyc_xnYPRW2gi5AKywndA4uL10Fxw0beSi1rc58HK3foad9lqbBNTr0OSGp1GqHurKmHL-u_KeTUrpN7LmqiLH02qW1MUjtB5bSQ_iSWqiXqrO42hz8eXCOm180RgO7ubiLunxbLtBRAmVzo12dINyM2a-ntRWvkdcrxX2S4QHtu6qLqwOV677s7ZqQZvhVx5V5TLlb3c2SOO89Ls2naHRJj7eQ_13WA" -} -2016-07-28 19:22:48.885 +05:30 [Information] [{ - "id": "100493686510846834993", - "email": "bandiSuresh@globussoft.com", - "verified_email": true, - "name": "Suresh Bandi", - "given_name": "Suresh", - "family_name": "Bandi", - "link": "https://plus.google.com/+SureshBandi007", - "picture": "https://lh3.googleusercontent.com/--zVLmLAPl14/AAAAAAAAAAI/AAAAAAAAAFE/KtuOadUcwFM/photo.jpg", - "gender": "male", - "locale": "en" -} -] -2016-07-28 19:22:54.079 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GoogleLogin (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:22:54.088 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:22:54.090 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:22:54.115 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GoogleLogin (Api.Socioboard)" in 42913.15ms -2016-07-28 19:22:54.120 +05:30 [Information] Request finished in 42937.6861ms 200 application/json; charset=utf-8 -2016-07-28 19:22:54.121 +05:30 [Debug] Connection id ""0HKTMTP8S3DBK"" completed keep alive response. -2016-07-28 19:22:54.475 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=4 -2016-07-28 19:22:54.476 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-28 19:22:54.478 +05:30 [Debug] Connection id ""0HKTMTP8S3DBJ"" received FIN. -2016-07-28 19:22:54.479 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-28 19:22:54.480 +05:30 [Debug] Connection id ""0HKTMTP8S3DBJ"" disconnecting. -2016-07-28 19:22:54.484 +05:30 [Debug] Connection id ""0HKTMTP8S3DBJ"" sending FIN. -2016-07-28 19:22:54.521 +05:30 [Debug] Connection id ""0HKTMTP8S3DBJ"" sent FIN with status "0". -2016-07-28 19:22:54.527 +05:30 [Debug] Connection id ""0HKTMTP8S3DBJ"" stopped. -2016-07-28 19:22:54.537 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["4"]) - ModelState is Valid -2016-07-28 19:22:54.589 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:22:54.590 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:22:54.591 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:22:54.596 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 113.5883ms -2016-07-28 19:22:54.599 +05:30 [Information] Request finished in 123.7294ms 200 application/json; charset=utf-8 -2016-07-28 19:22:54.600 +05:30 [Debug] Connection id ""0HKTMTP8S3DBK"" completed keep alive response. -2016-07-28 19:22:54.652 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=5 -2016-07-28 19:22:54.652 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-28 19:22:54.654 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-28 19:22:54.672 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["5"]) - ModelState is Valid -2016-07-28 19:22:54.697 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:22:54.697 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:22:54.699 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:22:54.706 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 49.5551ms -2016-07-28 19:22:54.710 +05:30 [Information] Request finished in 58.42ms 200 application/json; charset=utf-8 -2016-07-28 19:22:54.711 +05:30 [Debug] Connection id ""0HKTMTP8S3DBK"" completed keep alive response. -2016-07-28 19:22:57.241 +05:30 [Debug] Connection id ""0HKTMTP8S3DBL"" started. -2016-07-28 19:22:57.241 +05:30 [Debug] Connection id ""0HKTMTP8S3DBM"" started. -2016-07-28 19:22:57.247 +05:30 [Debug] Connection id ""0HKTMTP8S3DBN"" started. -2016-07-28 19:22:57.247 +05:30 [Debug] Connection id ""0HKTMTP8S3DBO"" started. -2016-07-28 19:22:57.251 +05:30 [Debug] Connection id ""0HKTMTP8S3DBP"" started. -2016-07-28 19:22:57.259 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=5 -2016-07-28 19:22:57.261 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/SocialMessages/GetAllSentMessagesCount?groupId=5&userId=4 -2016-07-28 19:22:57.264 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-07-28 19:22:57.269 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-07-28 19:22:57.265 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/SocialMessages/GetAllSentMessagesCount"'. -2016-07-28 19:22:57.304 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" -2016-07-28 19:22:57.304 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/LinkedIn/GetLinkedInCompanyPagesProfiles?groupId=5 -2016-07-28 19:22:57.321 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/LinkedIn/GetLinkedInCompanyPagesProfiles"'. -2016-07-28 19:22:57.323 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" -2016-07-28 19:22:57.325 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=5 -2016-07-28 19:22:57.328 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-07-28 19:22:57.333 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-07-28 19:22:57.338 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Instagram/GetInstagramProfiles?groupId=5 -2016-07-28 19:22:57.498 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Instagram/GetInstagramProfiles"'. -2016-07-28 19:22:57.532 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" -2016-07-28 19:22:57.860 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Google/GetGplusProfiles?groupId=5 -2016-07-28 19:22:57.862 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GetGplusProfiles"'. -2016-07-28 19:22:57.864 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" -2016-07-28 19:22:58.412 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" with arguments (["4", "5"]) - ModelState is Valid -2016-07-28 19:22:58.421 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" with arguments (["5"]) - ModelState is Valid -2016-07-28 19:22:58.434 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" with arguments (["5"]) - ModelState is Valid -2016-07-28 19:22:58.437 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["5"]) - ModelState is Valid -2016-07-28 19:22:58.445 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["5"]) - ModelState is Valid -2016-07-28 19:22:58.456 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" with arguments (["5"]) - ModelState is Valid -2016-07-28 19:22:58.534 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:22:58.535 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:22:58.537 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:22:58.535 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:22:58.537 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:22:58.538 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:22:58.543 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:22:58.542 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:22:58.558 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:22:58.572 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:22:58.593 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:22:58.543 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:22:58.600 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:22:58.604 +05:30 [Information] Executed action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" in 1259.0803ms -2016-07-28 19:22:58.611 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:22:58.619 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:22:58.616 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 1341.3071ms -2016-07-28 19:22:58.626 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:22:58.616 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:22:58.641 +05:30 [Information] Request finished in 1385.5545ms 200 application/json; charset=utf-8 -2016-07-28 19:22:58.645 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:22:58.648 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:22:58.650 +05:30 [Debug] Connection id ""0HKTMTP8S3DBM"" completed keep alive response. -2016-07-28 19:22:58.664 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 1259.7001ms -2016-07-28 19:22:58.648 +05:30 [Information] Request finished in 1394.8796ms 200 application/json; charset=utf-8 -2016-07-28 19:22:58.676 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:22:58.676 +05:30 [Debug] Connection id ""0HKTMTP8S3DBK"" completed keep alive response. -2016-07-28 19:22:58.685 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" in 804.993ms -2016-07-28 19:22:58.688 +05:30 [Information] Request finished in 1437.7196ms 200 application/json; charset=utf-8 -2016-07-28 19:22:58.689 +05:30 [Debug] Connection id ""0HKTMTP8S3DBL"" completed keep alive response. -2016-07-28 19:22:58.693 +05:30 [Information] Request finished in 830.2028ms 200 application/json; charset=utf-8 -2016-07-28 19:22:58.694 +05:30 [Debug] Connection id ""0HKTMTP8S3DBP"" completed keep alive response. -2016-07-28 19:22:58.698 +05:30 [Information] Executed action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" in 1164.3982ms -2016-07-28 19:22:58.702 +05:30 [Information] Request finished in 1442.0408ms 200 application/json; charset=utf-8 -2016-07-28 19:22:58.702 +05:30 [Debug] Connection id ""0HKTMTP8S3DBO"" completed keep alive response. -2016-07-28 19:22:58.707 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:22:58.708 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:22:58.708 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:22:58.710 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:22:58.713 +05:30 [Information] Executed action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" in 1401.3432ms -2016-07-28 19:22:58.716 +05:30 [Information] Request finished in 1465.874ms 200 application/json; charset=utf-8 -2016-07-28 19:22:58.717 +05:30 [Debug] Connection id ""0HKTMTP8S3DBN"" completed keep alive response. -2016-07-28 19:22:59.015 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetIncommingMessage?groupId=5&userId=4 -2016-07-28 19:22:59.018 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetIncommingMessage"'. -2016-07-28 19:22:59.019 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterRecentFollower?groupId=5 -2016-07-28 19:22:59.024 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterRecentFollower"'. -2016-07-28 19:22:59.024 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" -2016-07-28 19:22:59.049 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" -2016-07-28 19:22:59.056 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/FacebookfanPageCount?groupId=5&userId=4 -2016-07-28 19:22:59.064 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/FacebookfanPageCount"'. -2016-07-28 19:22:59.066 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" -2016-07-28 19:22:59.060 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterFollowerCount?groupId=5&userId=4 -2016-07-28 19:22:59.109 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterFollowerCount"'. -2016-07-28 19:22:59.112 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" -2016-07-28 19:22:59.112 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" with arguments (["4", "5"]) - ModelState is Valid -2016-07-28 19:22:59.114 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" with arguments (["5"]) - ModelState is Valid -2016-07-28 19:22:59.116 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" with arguments (["5", "4"]) - ModelState is Valid -2016-07-28 19:22:59.148 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" with arguments (["5", "4"]) - ModelState is Valid -2016-07-28 19:22:59.195 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:22:59.198 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:22:59.198 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-07-28 19:22:59.205 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:22:59.206 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:22:59.210 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:22:59.210 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:22:59.213 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:22:59.226 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" in 97.2288ms -2016-07-28 19:22:59.229 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" in 162.0082ms -2016-07-28 19:22:59.239 +05:30 [Information] Request finished in 229.6176ms 200 application/json; charset=utf-8 -2016-07-28 19:22:59.239 +05:30 [Information] Request finished in 228.9836ms 200 text/plain; charset=utf-8 -2016-07-28 19:22:59.241 +05:30 [Debug] Connection id ""0HKTMTP8S3DBP"" completed keep alive response. -2016-07-28 19:22:59.241 +05:30 [Debug] Connection id ""0HKTMTP8S3DBL"" completed keep alive response. -2016-07-28 19:22:59.258 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:22:59.259 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:22:59.259 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-07-28 19:22:59.261 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:22:59.263 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" in 195.3878ms -2016-07-28 19:22:59.268 +05:30 [Information] Request finished in 262.3189ms 200 text/plain; charset=utf-8 -2016-07-28 19:22:59.269 +05:30 [Debug] Connection id ""0HKTMTP8S3DBK"" completed keep alive response. -2016-07-28 19:23:00.179 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:23:00.180 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:23:00.181 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-07-28 19:23:00.183 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:23:00.185 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" in 1122.7992ms -2016-07-28 19:23:00.189 +05:30 [Information] Request finished in 1186.7643ms 200 text/plain; charset=utf-8 -2016-07-28 19:23:00.190 +05:30 [Debug] Connection id ""0HKTMTP8S3DBM"" completed keep alive response. -2016-07-28 19:25:47.938 +05:30 [Debug] Connection id ""0HKTMTP8S3DBO"" received FIN. -2016-07-28 19:25:47.939 +05:30 [Debug] Connection id ""0HKTMTP8S3DBO"" disconnecting. -2016-07-28 19:25:47.939 +05:30 [Debug] Connection id ""0HKTMTP8S3DBM"" received FIN. -2016-07-28 19:25:47.940 +05:30 [Debug] Connection id ""0HKTMTP8S3DBO"" sending FIN. -2016-07-28 19:25:47.941 +05:30 [Debug] Connection id ""0HKTMTP8S3DBO"" sent FIN with status "0". -2016-07-28 19:25:47.941 +05:30 [Debug] Connection id ""0HKTMTP8S3DBO"" stopped. -2016-07-28 19:25:47.942 +05:30 [Debug] Connection id ""0HKTMTP8S3DBM"" disconnecting. -2016-07-28 19:25:47.942 +05:30 [Debug] Connection id ""0HKTMTP8S3DBN"" received FIN. -2016-07-28 19:25:47.944 +05:30 [Debug] Connection id ""0HKTMTP8S3DBK"" received FIN. -2016-07-28 19:25:47.944 +05:30 [Debug] Connection id ""0HKTMTP8S3DBL"" received FIN. -2016-07-28 19:25:47.945 +05:30 [Debug] Connection id ""0HKTMTP8S3DBP"" received FIN. -2016-07-28 19:25:47.943 +05:30 [Debug] Connection id ""0HKTMTP8S3DBM"" sending FIN. -2016-07-28 19:25:47.946 +05:30 [Debug] Connection id ""0HKTMTP8S3DBM"" sent FIN with status "0". -2016-07-28 19:25:47.946 +05:30 [Debug] Connection id ""0HKTMTP8S3DBM"" stopped. -2016-07-28 19:25:47.944 +05:30 [Debug] Connection id ""0HKTMTP8S3DBK"" disconnecting. -2016-07-28 19:25:47.947 +05:30 [Debug] Connection id ""0HKTMTP8S3DBL"" disconnecting. -2016-07-28 19:25:47.947 +05:30 [Debug] Connection id ""0HKTMTP8S3DBK"" sending FIN. -2016-07-28 19:25:47.948 +05:30 [Debug] Connection id ""0HKTMTP8S3DBL"" sending FIN. -2016-07-28 19:25:47.949 +05:30 [Debug] Connection id ""0HKTMTP8S3DBL"" sent FIN with status "0". -2016-07-28 19:25:47.949 +05:30 [Debug] Connection id ""0HKTMTP8S3DBL"" stopped. -2016-07-28 19:25:47.949 +05:30 [Debug] Connection id ""0HKTMTP8S3DBK"" sent FIN with status "0". -2016-07-28 19:25:47.950 +05:30 [Debug] Connection id ""0HKTMTP8S3DBK"" stopped. -2016-07-28 19:25:47.947 +05:30 [Debug] Connection id ""0HKTMTP8S3DBP"" disconnecting. -2016-07-28 19:25:47.950 +05:30 [Debug] Connection id ""0HKTMTP8S3DBP"" sending FIN. -2016-07-28 19:25:47.951 +05:30 [Debug] Connection id ""0HKTMTP8S3DBP"" sent FIN with status "0". -2016-07-28 19:25:47.951 +05:30 [Debug] Connection id ""0HKTMTP8S3DBP"" stopped. -2016-07-28 19:25:47.944 +05:30 [Debug] Connection id ""0HKTMTP8S3DBN"" disconnecting. -2016-07-28 19:25:47.953 +05:30 [Debug] Connection id ""0HKTMTP8S3DBN"" sending FIN. -2016-07-28 19:25:47.953 +05:30 [Debug] Connection id ""0HKTMTP8S3DBN"" sent FIN with status "0". -2016-07-28 19:25:47.953 +05:30 [Debug] Connection id ""0HKTMTP8S3DBN"" stopped. -2016-07-28 19:27:39.431 +05:30 [Debug] Connection id ""0HKTMTP8S3DBQ"" started. -2016-07-28 19:27:39.433 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=4 -2016-07-28 19:27:39.435 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-28 19:27:39.438 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-28 19:27:39.451 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["4"]) - ModelState is Valid -2016-07-28 19:27:39.455 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:27:39.456 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:27:39.458 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:27:39.464 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 22.1465ms -2016-07-28 19:27:39.468 +05:30 [Information] Request finished in 34.4608ms 200 application/json; charset=utf-8 -2016-07-28 19:27:39.469 +05:30 [Debug] Connection id ""0HKTMTP8S3DBQ"" completed keep alive response. -2016-07-28 19:27:39.478 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=5 -2016-07-28 19:27:39.479 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-28 19:27:39.480 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-28 19:27:39.509 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["5"]) - ModelState is Valid -2016-07-28 19:27:39.511 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:27:39.512 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:27:39.515 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:27:39.521 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 35.3262ms -2016-07-28 19:27:39.526 +05:30 [Information] Request finished in 47.5869ms 200 application/json; charset=utf-8 -2016-07-28 19:27:39.528 +05:30 [Debug] Connection id ""0HKTMTP8S3DBQ"" completed keep alive response. -2016-07-28 19:27:42.524 +05:30 [Debug] Connection id ""0HKTMTP8S3DBR"" started. -2016-07-28 19:27:42.525 +05:30 [Debug] Connection id ""0HKTMTP8S3DBS"" started. -2016-07-28 19:27:42.535 +05:30 [Debug] Connection id ""0HKTMTP8S3DBT"" started. -2016-07-28 19:27:42.571 +05:30 [Debug] Connection id ""0HKTMTP8S3DBU"" started. -2016-07-28 19:27:42.572 +05:30 [Debug] Connection id ""0HKTMTP8S3DBV"" started. -2016-07-28 19:27:42.547 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=5 -2016-07-28 19:27:42.578 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-07-28 19:27:42.579 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-07-28 19:27:42.729 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/LinkedIn/GetLinkedInCompanyPagesProfiles?groupId=5 -2016-07-28 19:27:42.730 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/LinkedIn/GetLinkedInCompanyPagesProfiles"'. -2016-07-28 19:27:42.731 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" -2016-07-28 19:27:42.874 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=5 -2016-07-28 19:27:42.875 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-07-28 19:27:42.876 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-07-28 19:27:43.061 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Instagram/GetInstagramProfiles?groupId=5 -2016-07-28 19:27:43.062 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Instagram/GetInstagramProfiles"'. -2016-07-28 19:27:43.062 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" -2016-07-28 19:27:43.109 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/SocialMessages/GetAllSentMessagesCount?groupId=5&userId=4 -2016-07-28 19:27:43.114 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/SocialMessages/GetAllSentMessagesCount"'. -2016-07-28 19:27:43.115 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" -2016-07-28 19:27:43.183 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["5"]) - ModelState is Valid -2016-07-28 19:27:43.189 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:27:43.189 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:27:43.190 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:27:43.230 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" with arguments (["5"]) - ModelState is Valid -2016-07-28 19:27:43.242 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:27:43.340 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:27:43.342 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:27:43.213 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Google/GetGplusProfiles?groupId=5 -2016-07-28 19:27:43.343 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:27:43.356 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GetGplusProfiles"'. -2016-07-28 19:27:43.359 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" -2016-07-28 19:27:43.407 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["5"]) - ModelState is Valid -2016-07-28 19:27:43.409 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:27:43.410 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:27:43.411 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:27:43.414 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 756.0934ms -2016-07-28 19:27:43.429 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" with arguments (["4", "5"]) - ModelState is Valid -2016-07-28 19:27:43.438 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" with arguments (["5"]) - ModelState is Valid -2016-07-28 19:27:43.439 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:27:43.441 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:27:43.441 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:27:43.443 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:27:43.444 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:27:43.444 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:27:43.450 +05:30 [Information] Request finished in 906.6378ms 200 application/json; charset=utf-8 -2016-07-28 19:27:43.450 +05:30 [Debug] Connection id ""0HKTMTP8S3DBQ"" completed keep alive response. -2016-07-28 19:27:43.458 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:27:43.464 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:27:43.465 +05:30 [Information] Executed action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" in 343.0837ms -2016-07-28 19:27:43.472 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:27:43.478 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetIncommingMessage?groupId=5&userId=4 -2016-07-28 19:27:43.479 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetIncommingMessage"'. -2016-07-28 19:27:43.479 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" -2016-07-28 19:27:43.485 +05:30 [Information] Request finished in 621.9502ms 200 application/json; charset=utf-8 -2016-07-28 19:27:43.487 +05:30 [Debug] Connection id ""0HKTMTP8S3DBU"" completed keep alive response. -2016-07-28 19:27:43.530 +05:30 [Information] Executed action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" in 742.2983ms -2016-07-28 19:27:43.543 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:27:43.549 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterFollowerCount?groupId=5&userId=4 -2016-07-28 19:27:43.550 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterFollowerCount"'. -2016-07-28 19:27:43.550 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" -2016-07-28 19:27:43.556 +05:30 [Information] Request finished in 1009.2858ms 200 application/json; charset=utf-8 -2016-07-28 19:27:43.557 +05:30 [Debug] Connection id ""0HKTMTP8S3DBR"" completed keep alive response. -2016-07-28 19:27:43.595 +05:30 [Information] Executed action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" in 480.997ms -2016-07-28 19:27:43.617 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 589.4543ms -2016-07-28 19:27:43.621 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" with arguments (["5", "4"]) - ModelState is Valid -2016-07-28 19:27:43.626 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/FacebookfanPageCount?groupId=5&userId=4 -2016-07-28 19:27:43.627 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/FacebookfanPageCount"'. -2016-07-28 19:27:43.627 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" -2016-07-28 19:27:43.636 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" with arguments (["5", "4"]) - ModelState is Valid -2016-07-28 19:27:43.641 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:27:43.642 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:27:43.642 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-07-28 19:27:43.655 +05:30 [Information] Request finished in 1081.1009ms 200 application/json; charset=utf-8 -2016-07-28 19:27:43.659 +05:30 [Debug] Connection id ""0HKTMTP8S3DBS"" completed keep alive response. -2016-07-28 19:27:43.677 +05:30 [Information] Request finished in 922.4435ms 200 application/json; charset=utf-8 -2016-07-28 19:27:43.678 +05:30 [Debug] Connection id ""0HKTMTP8S3DBT"" completed keep alive response. -2016-07-28 19:27:43.700 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" with arguments (["5"]) - ModelState is Valid -2016-07-28 19:27:43.705 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:27:43.719 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" with arguments (["4", "5"]) - ModelState is Valid -2016-07-28 19:27:43.725 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:27:43.729 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:27:43.730 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:27:43.730 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:27:43.732 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:27:43.734 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterRecentFollower?groupId=5 -2016-07-28 19:27:43.734 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-07-28 19:27:43.735 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterRecentFollower"'. -2016-07-28 19:27:43.738 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" -2016-07-28 19:27:43.745 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" in 155.3972ms -2016-07-28 19:27:43.758 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:27:43.769 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:27:43.782 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:27:43.783 +05:30 [Information] Request finished in 232.9791ms 200 text/plain; charset=utf-8 -2016-07-28 19:27:43.789 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:27:43.790 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-07-28 19:27:43.790 +05:30 [Debug] Connection id ""0HKTMTP8S3DBU"" completed keep alive response. -2016-07-28 19:27:43.812 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" in 400.5864ms -2016-07-28 19:27:43.821 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" in 160.8593ms -2016-07-28 19:27:43.830 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" with arguments (["5"]) - ModelState is Valid -2016-07-28 19:27:43.836 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:27:43.851 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:27:43.854 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:27:43.854 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:27:43.878 +05:30 [Information] Request finished in 267.053ms 200 text/plain; charset=utf-8 -2016-07-28 19:27:43.879 +05:30 [Debug] Connection id ""0HKTMTP8S3DBR"" completed keep alive response. -2016-07-28 19:27:43.888 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:27:43.897 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" in 358.2699ms -2016-07-28 19:27:43.903 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" in 151.2348ms -2016-07-28 19:27:43.914 +05:30 [Information] Request finished in 1090.595ms 200 application/json; charset=utf-8 -2016-07-28 19:27:43.915 +05:30 [Debug] Connection id ""0HKTMTP8S3DBV"" completed keep alive response. -2016-07-28 19:27:43.933 +05:30 [Information] Request finished in 449.1862ms 200 text/plain; charset=utf-8 -2016-07-28 19:27:43.934 +05:30 [Debug] Connection id ""0HKTMTP8S3DBQ"" completed keep alive response. -2016-07-28 19:27:43.943 +05:30 [Information] Request finished in 244.4984ms 200 application/json; charset=utf-8 -2016-07-28 19:27:43.943 +05:30 [Debug] Connection id ""0HKTMTP8S3DBS"" completed keep alive response. -2016-07-28 19:28:36.770 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/User/FacebookLogin application/x-www-form-urlencoded 185 -2016-07-28 19:28:36.772 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/FacebookLogin"'. -2016-07-28 19:28:36.774 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" -2016-07-28 19:28:36.794 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" with arguments (["EAAKYvwDVmnUBAInY5ZBhZCXxp56ukZAAnZCrAZA6j099tfgPPUNJv54Q24ZCESTMRG2nZCM8K77AEJyZCDHQZCze1JCXjioXdTr0ljRb1zMANZBiZCJd1cvZC5hp1q9YoqqUMnXZAyVRGJ3pZAdf4MNFYv0ew30j2FyZCmfgi4ZD"]) - ModelState is Valid -2016-07-28 19:28:37.935 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:28:37.936 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:28:37.938 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:28:37.945 +05:30 [Information] Executed action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" in 1163.468ms -2016-07-28 19:28:37.951 +05:30 [Information] Request finished in 1182.779ms 200 application/json; charset=utf-8 -2016-07-28 19:28:37.952 +05:30 [Debug] Connection id ""0HKTMTP8S3DBT"" completed keep alive response. -2016-07-28 19:28:37.987 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-28 19:28:37.990 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-28 19:28:37.991 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-28 19:28:38.014 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 19:28:38.016 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:28:38.017 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:28:38.037 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:28:38.043 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 47.0691ms -2016-07-28 19:28:38.050 +05:30 [Information] Request finished in 64.0632ms 200 application/json; charset=utf-8 -2016-07-28 19:28:38.053 +05:30 [Debug] Connection id ""0HKTMTP8S3DBU"" completed keep alive response. -2016-07-28 19:28:38.061 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-28 19:28:38.062 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-28 19:28:38.063 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-28 19:28:38.111 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 19:28:38.114 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:28:38.115 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:28:38.118 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:28:38.127 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 54.7891ms -2016-07-28 19:28:38.132 +05:30 [Information] Request finished in 74.126ms 200 application/json; charset=utf-8 -2016-07-28 19:28:38.133 +05:30 [Debug] Connection id ""0HKTMTP8S3DBR"" completed keep alive response. -2016-07-28 19:28:39.888 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Google/GetGplusProfiles?groupId=1 -2016-07-28 19:28:39.894 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GetGplusProfiles"'. -2016-07-28 19:28:39.895 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" -2016-07-28 19:28:39.896 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=1 -2016-07-28 19:28:39.900 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Instagram/GetInstagramProfiles?groupId=1 -2016-07-28 19:28:39.901 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-07-28 19:28:39.901 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Instagram/GetInstagramProfiles"'. -2016-07-28 19:28:39.906 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" -2016-07-28 19:28:39.906 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-07-28 19:28:39.929 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/SocialMessages/GetAllSentMessagesCount?groupId=1&userId=1 -2016-07-28 19:28:39.964 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/SocialMessages/GetAllSentMessagesCount"'. -2016-07-28 19:28:39.964 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" -2016-07-28 19:28:39.965 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=1 -2016-07-28 19:28:39.971 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-07-28 19:28:39.973 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-07-28 19:28:39.994 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/LinkedIn/GetLinkedInCompanyPagesProfiles?groupId=1 -2016-07-28 19:28:39.994 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/LinkedIn/GetLinkedInCompanyPagesProfiles"'. -2016-07-28 19:28:39.995 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" -2016-07-28 19:28:40.240 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-07-28 19:28:40.296 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:28:40.297 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:28:40.298 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:28:40.306 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 19:28:40.308 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:28:40.309 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:28:40.309 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:28:40.340 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 19:28:40.342 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:28:40.350 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:28:40.354 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:28:40.358 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:28:40.368 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:28:40.376 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 19:28:40.397 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 19:28:40.402 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:28:40.405 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:28:40.411 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:28:40.411 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:28:40.415 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 19:28:40.419 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:28:40.423 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:28:40.420 +05:30 [Information] Executed action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" in 448.4262ms -2016-07-28 19:28:40.424 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:28:40.432 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:28:40.434 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:28:40.437 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:28:40.438 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:28:40.443 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" in 506.2211ms -2016-07-28 19:28:40.453 +05:30 [Information] Request finished in 555.6129ms 200 application/json; charset=utf-8 -2016-07-28 19:28:40.453 +05:30 [Debug] Connection id ""0HKTMTP8S3DBS"" completed keep alive response. -2016-07-28 19:28:40.459 +05:30 [Information] Executed action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" in 404.208ms -2016-07-28 19:28:40.464 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:28:40.481 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 542.2166ms -2016-07-28 19:28:40.493 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:28:40.497 +05:30 [Information] Request finished in 599.2133ms 200 application/json; charset=utf-8 -2016-07-28 19:28:40.498 +05:30 [Debug] Connection id ""0HKTMTP8S3DBR"" completed keep alive response. -2016-07-28 19:28:40.504 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 514.8473ms -2016-07-28 19:28:40.506 +05:30 [Information] Request finished in 612.9156ms 200 application/json; charset=utf-8 -2016-07-28 19:28:40.509 +05:30 [Debug] Connection id ""0HKTMTP8S3DBV"" completed keep alive response. -2016-07-28 19:28:40.513 +05:30 [Information] Request finished in 582.1598ms 200 application/json; charset=utf-8 -2016-07-28 19:28:40.516 +05:30 [Debug] Connection id ""0HKTMTP8S3DBQ"" completed keep alive response. -2016-07-28 19:28:40.516 +05:30 [Information] Executed action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" in 499.0209ms -2016-07-28 19:28:40.520 +05:30 [Information] Request finished in 629.6422ms 200 application/json; charset=utf-8 -2016-07-28 19:28:40.522 +05:30 [Debug] Connection id ""0HKTMTP8S3DBT"" completed keep alive response. -2016-07-28 19:28:40.527 +05:30 [Information] Request finished in 645.0752ms 200 application/json; charset=utf-8 -2016-07-28 19:28:40.528 +05:30 [Debug] Connection id ""0HKTMTP8S3DBU"" completed keep alive response. -2016-07-28 19:28:40.683 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterFollowerCount?groupId=1&userId=1 -2016-07-28 19:28:40.684 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterFollowerCount"'. -2016-07-28 19:28:40.687 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" -2016-07-28 19:28:40.694 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetIncommingMessage?groupId=1&userId=1 -2016-07-28 19:28:40.697 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetIncommingMessage"'. -2016-07-28 19:28:40.699 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" -2016-07-28 19:28:40.708 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterRecentFollower?groupId=1 -2016-07-28 19:28:40.710 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterRecentFollower"'. -2016-07-28 19:28:40.738 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" -2016-07-28 19:28:40.758 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/FacebookfanPageCount?groupId=1&userId=1 -2016-07-28 19:28:40.808 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/FacebookfanPageCount"'. -2016-07-28 19:28:40.809 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" -2016-07-28 19:28:41.572 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-07-28 19:28:41.582 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-07-28 19:28:41.589 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:28:41.591 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:28:41.591 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-07-28 19:28:41.596 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 19:28:41.601 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-07-28 19:28:41.623 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:28:41.627 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:28:41.630 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:28:41.631 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" in 931.3011ms -2016-07-28 19:28:41.630 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:28:41.632 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:28:41.634 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-07-28 19:28:41.635 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-07-28 19:28:41.641 +05:30 [Information] Request finished in 1027.5539ms 200 text/plain; charset=utf-8 -2016-07-28 19:28:41.650 +05:30 [Debug] Connection id ""0HKTMTP8S3DBS"" completed keep alive response. -2016-07-28 19:28:41.659 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:28:41.662 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:28:41.667 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" in 850.491ms -2016-07-28 19:28:41.670 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" in 965.006ms -2016-07-28 19:28:41.677 +05:30 [Information] Request finished in 1039.1487ms 200 text/plain; charset=utf-8 -2016-07-28 19:28:41.680 +05:30 [Debug] Connection id ""0HKTMTP8S3DBV"" completed keep alive response. -2016-07-28 19:28:41.683 +05:30 [Information] Request finished in 1047.061ms 200 text/plain; charset=utf-8 -2016-07-28 19:28:41.684 +05:30 [Debug] Connection id ""0HKTMTP8S3DBQ"" completed keep alive response. -2016-07-28 19:28:43.133 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:28:43.147 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:28:43.148 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:28:43.157 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:28:43.166 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" in 2400.202ms -2016-07-28 19:28:43.174 +05:30 [Information] Request finished in 2559.9423ms 200 application/json; charset=utf-8 -2016-07-28 19:28:43.175 +05:30 [Debug] Connection id ""0HKTMTP8S3DBR"" completed keep alive response. -2016-07-28 19:28:45.815 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-28 19:28:45.819 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-28 19:28:45.823 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-28 19:28:45.838 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/getProfilesAvailableToConnect?groupId=1&userId=1 -2016-07-28 19:28:45.839 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/getProfilesAvailableToConnect"'. -2016-07-28 19:28:45.844 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" -2016-07-28 19:28:45.890 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 19:28:45.894 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:28:45.895 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:28:45.899 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:28:45.903 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-07-28 19:28:45.906 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:28:45.913 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 83.9944ms -2016-07-28 19:28:45.913 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:28:45.917 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:28:45.918 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:28:45.929 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:28:45.933 +05:30 [Information] Request finished in 173.479ms 200 application/json; charset=utf-8 -2016-07-28 19:28:45.935 +05:30 [Debug] Connection id ""0HKTMTP8S3DBT"" completed keep alive response. -2016-07-28 19:28:45.941 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" in 91.5398ms -2016-07-28 19:28:45.947 +05:30 [Information] Request finished in 154.9985ms 200 application/json; charset=utf-8 -2016-07-28 19:28:45.948 +05:30 [Debug] Connection id ""0HKTMTP8S3DBU"" completed keep alive response. -2016-07-28 19:28:46.217 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=1 -2016-07-28 19:28:46.218 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-07-28 19:28:46.220 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-07-28 19:28:46.268 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 19:28:46.288 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:28:46.289 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:28:46.289 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:28:46.293 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:28:46.299 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 75.7502ms -2016-07-28 19:28:46.305 +05:30 [Information] Request finished in 100.6263ms 200 application/json; charset=utf-8 -2016-07-28 19:28:46.306 +05:30 [Debug] Connection id ""0HKTMTP8S3DBS"" completed keep alive response. -2016-07-28 19:28:49.420 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/getProfilesAvailableToConnect?groupId=2&userId=1 -2016-07-28 19:28:49.422 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/getProfilesAvailableToConnect"'. -2016-07-28 19:28:49.424 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" -2016-07-28 19:28:49.428 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=2 -2016-07-28 19:28:49.430 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-28 19:28:49.431 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-28 19:28:49.440 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=2 -2016-07-28 19:28:49.441 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-07-28 19:28:49.442 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-07-28 19:28:49.479 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" with arguments (["2", "1"]) - ModelState is Valid -2016-07-28 19:28:49.486 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-07-28 19:28:49.497 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-07-28 19:28:49.497 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:28:49.499 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:28:49.498 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:28:49.500 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:28:49.501 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:28:49.503 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:28:49.506 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:28:49.507 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:28:49.510 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:28:49.513 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" in 83.0253ms -2016-07-28 19:28:49.514 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:28:49.520 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 82.277ms -2016-07-28 19:28:49.525 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:28:49.527 +05:30 [Information] Request finished in 107.4209ms 200 application/json; charset=utf-8 -2016-07-28 19:28:49.532 +05:30 [Debug] Connection id ""0HKTMTP8S3DBQ"" completed keep alive response. -2016-07-28 19:28:49.532 +05:30 [Information] Request finished in 113.2488ms 200 application/json; charset=utf-8 -2016-07-28 19:28:49.535 +05:30 [Debug] Connection id ""0HKTMTP8S3DBR"" completed keep alive response. -2016-07-28 19:28:49.542 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:28:49.547 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 100.8957ms -2016-07-28 19:28:49.556 +05:30 [Information] Request finished in 136.9876ms 200 application/json; charset=utf-8 -2016-07-28 19:28:49.557 +05:30 [Debug] Connection id ""0HKTMTP8S3DBV"" completed keep alive response. -2016-07-28 19:29:04.805 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/GroupMember/InviteGroupMembers?groupId=2&members=suresh:bandi:bandisuresh@globussoft.com; 0 -2016-07-28 19:29:04.808 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/InviteGroupMembers"'. -2016-07-28 19:29:04.811 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.InviteGroupMembers (Api.Socioboard)" -2016-07-28 19:29:04.833 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.InviteGroupMembers (Api.Socioboard)" with arguments (["2", "suresh:bandi:bandisuresh@globussoft.com;"]) - ModelState is Valid -2016-07-28 19:29:59.590 +05:30 [Debug] Connection id ""0HKTMTP8S3DBU"" received FIN. -2016-07-28 19:29:59.639 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.InviteGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkResult". -2016-07-28 19:29:59.645 +05:30 [Debug] Connection id ""0HKTMTP8S3DBU"" disconnecting. -2016-07-28 19:29:59.658 +05:30 [Debug] Connection id ""0HKTMTP8S3DBU"" sending FIN. -2016-07-28 19:29:59.659 +05:30 [Debug] Connection id ""0HKTMTP8S3DBU"" sent FIN with status "0". -2016-07-28 19:29:59.659 +05:30 [Debug] Connection id ""0HKTMTP8S3DBU"" stopped. -2016-07-28 19:29:59.645 +05:30 [Debug] Connection id ""0HKTMTP8S3DBS"" received FIN. -2016-07-28 19:29:59.666 +05:30 [Debug] Connection id ""0HKTMTP8S3DBS"" disconnecting. -2016-07-28 19:29:59.666 +05:30 [Debug] Connection id ""0HKTMTP8S3DBS"" sending FIN. -2016-07-28 19:29:59.670 +05:30 [Debug] Connection id ""0HKTMTP8S3DBS"" sent FIN with status "0". -2016-07-28 19:29:59.670 +05:30 [Debug] Connection id ""0HKTMTP8S3DBS"" stopped. -2016-07-28 19:29:59.680 +05:30 [Information] Executing HttpStatusCodeResult, setting HTTP status code 200 -2016-07-28 19:29:59.684 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.InviteGroupMembers (Api.Socioboard)" in 54866.4698ms -2016-07-28 19:29:59.722 +05:30 [Information] Request finished in 54902.6131ms 200 -2016-07-28 19:29:59.724 +05:30 [Debug] Connection id ""0HKTMTP8S3DBT"" completed keep alive response. -2016-07-28 19:31:18.668 +05:30 [Debug] Hosting starting -2016-07-28 19:31:18.869 +05:30 [Debug] Hosting started -2016-07-28 19:31:18.903 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKG"" started. -2016-07-28 19:31:18.903 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKH"" started. -2016-07-28 19:31:19.081 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:6361/ 0 -2016-07-28 19:31:19.081 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-07-28 19:31:19.181 +05:30 [Information] Request finished in 132.2527ms 200 -2016-07-28 19:31:19.255 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKH"" completed keep alive response. -2016-07-28 19:31:19.761 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-07-28 19:31:19.819 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"97e5b62a-755e-4932-8d09-0c081b3049b0"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-07-28 19:31:19.948 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-07-28 19:31:20.090 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid -2016-07-28 19:31:20.093 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult". -2016-07-28 19:31:20.145 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:31:20.151 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:31:20.154 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:31:20.499 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 541.6226ms -2016-07-28 19:31:20.602 +05:30 [Information] Request finished in 1573.6863ms 200 application/json; charset=utf-8 -2016-07-28 19:31:20.606 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKG"" completed keep alive response. -2016-07-28 19:32:55.519 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKH"" received FIN. -2016-07-28 19:32:55.519 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKG"" received FIN. -2016-07-28 19:32:55.524 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKI"" started. -2016-07-28 19:32:55.525 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKH"" disconnecting. -2016-07-28 19:32:55.532 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKH"" sending FIN. -2016-07-28 19:32:55.537 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKG"" disconnecting. -2016-07-28 19:32:55.537 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKG"" sending FIN. -2016-07-28 19:32:55.550 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKH"" sent FIN with status "0". -2016-07-28 19:32:55.551 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKG"" sent FIN with status "0". -2016-07-28 19:32:55.561 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/User/FacebookLogin application/x-www-form-urlencoded 176 -2016-07-28 19:32:55.564 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKG"" stopped. -2016-07-28 19:32:55.563 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKH"" stopped. -2016-07-28 19:32:55.568 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/FacebookLogin"'. -2016-07-28 19:32:55.577 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" -2016-07-28 19:32:56.050 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" with arguments (["EAAKYvwDVmnUBAP9kJrYKaue9NVL1wBtgA6fvUWlXfuXIHWTQEDyH1GvWro4Fz9g8BEjOhbgxfvl0EZBnIeoaSfq0V6vZAQVY4Eshz2TJkGvnLw2IZAA4hfZA24UdlZANbIJQGo67oZBYhy2Dzg4PPkmI57UKgtRJEZD"]) - ModelState is Valid -2016-07-28 19:32:57.446 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:32:57.453 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:32:57.455 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:32:57.516 +05:30 [Information] Executed action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" in 1936.0283ms -2016-07-28 19:32:57.520 +05:30 [Information] Request finished in 1974.4668ms 200 application/json; charset=utf-8 -2016-07-28 19:32:57.521 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKI"" completed keep alive response. -2016-07-28 19:32:57.877 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-28 19:32:57.878 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-28 19:32:57.880 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-28 19:32:57.922 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 19:32:57.946 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:32:57.947 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:32:57.948 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:32:57.956 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 70.9753ms -2016-07-28 19:32:57.959 +05:30 [Information] Request finished in 82.3119ms 200 application/json; charset=utf-8 -2016-07-28 19:32:57.960 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKI"" completed keep alive response. -2016-07-28 19:32:58.008 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-28 19:32:58.008 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-28 19:32:58.010 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-28 19:32:58.021 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 19:32:58.035 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:32:58.036 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:32:58.038 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:32:58.048 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 35.7949ms -2016-07-28 19:32:58.051 +05:30 [Information] Request finished in 43.5173ms 200 application/json; charset=utf-8 -2016-07-28 19:32:58.052 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKI"" completed keep alive response. -2016-07-28 19:33:00.644 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKJ"" started. -2016-07-28 19:33:00.646 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKK"" started. -2016-07-28 19:33:00.647 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKL"" started. -2016-07-28 19:33:00.650 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKN"" started. -2016-07-28 19:33:00.648 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKM"" started. -2016-07-28 19:33:00.654 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=1 -2016-07-28 19:33:00.656 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-07-28 19:33:00.658 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=1 -2016-07-28 19:33:00.658 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-07-28 19:33:00.660 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-07-28 19:33:00.662 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-07-28 19:33:00.677 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Google/GetGplusProfiles?groupId=1 -2016-07-28 19:33:00.679 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GetGplusProfiles"'. -2016-07-28 19:33:00.681 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" -2016-07-28 19:33:00.697 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/LinkedIn/GetLinkedInCompanyPagesProfiles?groupId=1 -2016-07-28 19:33:00.725 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Instagram/GetInstagramProfiles?groupId=1 -2016-07-28 19:33:00.825 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/LinkedIn/GetLinkedInCompanyPagesProfiles"'. -2016-07-28 19:33:00.825 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Instagram/GetInstagramProfiles"'. -2016-07-28 19:33:00.828 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" -2016-07-28 19:33:00.828 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" -2016-07-28 19:33:02.068 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/SocialMessages/GetAllSentMessagesCount?groupId=1&userId=1 -2016-07-28 19:33:02.069 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/SocialMessages/GetAllSentMessagesCount"'. -2016-07-28 19:33:02.072 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" -2016-07-28 19:33:03.106 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 19:33:03.110 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 19:33:03.113 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-07-28 19:33:03.119 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 19:33:03.124 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 19:33:03.128 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:33:03.132 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:33:03.133 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:33:03.136 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:33:03.137 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 19:33:03.138 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:33:03.145 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:33:03.144 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:33:03.142 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:33:03.143 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:33:03.148 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:33:03.149 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:33:03.153 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:33:03.150 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:33:03.158 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:33:03.157 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:33:03.173 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:33:03.177 +05:30 [Information] Executed action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" in 2340.9251ms -2016-07-28 19:33:03.179 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:33:03.184 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:33:03.191 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 2521.7995ms -2016-07-28 19:33:03.190 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:33:03.199 +05:30 [Information] Request finished in 2538.3819ms 200 application/json; charset=utf-8 -2016-07-28 19:33:03.200 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKM"" completed keep alive response. -2016-07-28 19:33:03.209 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:33:03.211 +05:30 [Information] Request finished in 2550.6605ms 200 application/json; charset=utf-8 -2016-07-28 19:33:03.213 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKJ"" completed keep alive response. -2016-07-28 19:33:03.221 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" in 2518.4365ms -2016-07-28 19:33:03.229 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetIncommingMessage?groupId=1&userId=1 -2016-07-28 19:33:03.231 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetIncommingMessage"'. -2016-07-28 19:33:03.235 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" -2016-07-28 19:33:03.236 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 2560.5066ms -2016-07-28 19:33:03.248 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterFollowerCount?groupId=1&userId=1 -2016-07-28 19:33:03.250 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterFollowerCount"'. -2016-07-28 19:33:03.252 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" -2016-07-28 19:33:03.256 +05:30 [Information] Request finished in 2584.8037ms 200 application/json; charset=utf-8 -2016-07-28 19:33:03.291 +05:30 [Information] Executed action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" in 2405.9865ms -2016-07-28 19:33:03.263 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKK"" completed keep alive response. -2016-07-28 19:33:03.299 +05:30 [Information] Request finished in 2605.6474ms 200 application/json; charset=utf-8 -2016-07-28 19:33:03.306 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKI"" completed keep alive response. -2016-07-28 19:33:03.307 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/FacebookfanPageCount?groupId=1&userId=1 -2016-07-28 19:33:03.315 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/FacebookfanPageCount"'. -2016-07-28 19:33:03.313 +05:30 [Information] Request finished in 2650.543ms 200 application/json; charset=utf-8 -2016-07-28 19:33:03.322 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-07-28 19:33:03.320 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" -2016-07-28 19:33:03.323 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKN"" completed keep alive response. -2016-07-28 19:33:03.329 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-07-28 19:33:03.343 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-07-28 19:33:03.398 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterRecentFollower?groupId=1 -2016-07-28 19:33:03.400 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterRecentFollower"'. -2016-07-28 19:33:03.402 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" -2016-07-28 19:33:03.443 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 19:33:04.579 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:33:04.581 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:33:04.581 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-07-28 19:33:04.583 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:33:04.587 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" in 1350.6983ms -2016-07-28 19:33:04.594 +05:30 [Information] Request finished in 1382.3033ms 200 text/plain; charset=utf-8 -2016-07-28 19:33:04.594 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKM"" completed keep alive response. -2016-07-28 19:33:08.336 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:33:08.337 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:33:08.338 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:33:08.338 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:33:08.338 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:33:08.340 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-07-28 19:33:08.340 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:33:08.341 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:33:08.341 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-07-28 19:33:08.344 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:33:08.349 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:33:08.356 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:33:08.360 +05:30 [Information] Executed action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" in 6271.5736ms -2016-07-28 19:33:08.363 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" in 5096.3127ms -2016-07-28 19:33:08.380 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" in 5029.0522ms -2016-07-28 19:33:08.387 +05:30 [Information] Request finished in 6300.8044ms 200 application/json; charset=utf-8 -2016-07-28 19:33:08.388 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKL"" completed keep alive response. -2016-07-28 19:33:08.394 +05:30 [Information] Request finished in 5161.3527ms 200 text/plain; charset=utf-8 -2016-07-28 19:33:08.395 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKJ"" completed keep alive response. -2016-07-28 19:33:08.397 +05:30 [Information] Request finished in 5090.6104ms 200 text/plain; charset=utf-8 -2016-07-28 19:33:08.399 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKK"" completed keep alive response. -2016-07-28 19:33:08.860 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-28 19:33:08.861 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-28 19:33:08.864 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=1 -2016-07-28 19:33:08.865 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-07-28 19:33:08.867 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-28 19:33:08.871 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/getProfilesAvailableToConnect?groupId=1&userId=1 -2016-07-28 19:33:08.872 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/getProfilesAvailableToConnect"'. -2016-07-28 19:33:08.874 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" -2016-07-28 19:33:08.868 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-07-28 19:33:08.953 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 19:33:08.957 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:33:08.966 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:33:08.968 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:33:08.972 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-07-28 19:33:08.987 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:33:08.986 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 19:33:08.995 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:33:09.000 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:33:09.001 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:33:09.007 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 117.5615ms -2016-07-28 19:33:09.010 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:33:09.013 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:33:09.015 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:33:09.015 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:33:09.039 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:33:09.040 +05:30 [Information] Request finished in 188.0628ms 200 application/json; charset=utf-8 -2016-07-28 19:33:09.043 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKN"" completed keep alive response. -2016-07-28 19:33:09.051 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" in 164.2945ms -2016-07-28 19:33:09.053 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 157.4763ms -2016-07-28 19:33:09.060 +05:30 [Information] Request finished in 226.7351ms 200 application/json; charset=utf-8 -2016-07-28 19:33:09.062 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKL"" completed keep alive response. -2016-07-28 19:33:09.073 +05:30 [Information] Request finished in 228.5221ms 200 application/json; charset=utf-8 -2016-07-28 19:33:09.074 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKM"" completed keep alive response. -2016-07-28 19:33:09.839 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:33:09.841 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:33:09.841 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:33:09.846 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:33:09.859 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" in 6449.2207ms -2016-07-28 19:33:09.867 +05:30 [Information] Request finished in 6467.593ms 200 application/json; charset=utf-8 -2016-07-28 19:33:09.867 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKI"" completed keep alive response. -2016-07-28 19:33:11.106 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/getProfilesAvailableToConnect?groupId=2&userId=1 -2016-07-28 19:33:11.107 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=2 -2016-07-28 19:33:11.108 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/getProfilesAvailableToConnect"'. -2016-07-28 19:33:11.108 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-07-28 19:33:11.109 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" -2016-07-28 19:33:11.113 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-07-28 19:33:11.121 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=2 -2016-07-28 19:33:11.128 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-28 19:33:11.131 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-28 19:33:11.164 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-07-28 19:33:11.166 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" with arguments (["2", "1"]) - ModelState is Valid -2016-07-28 19:33:11.169 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-07-28 19:33:11.172 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:33:11.173 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:33:11.174 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:33:11.175 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:33:11.176 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:33:11.176 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:33:11.179 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:33:11.182 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:33:11.187 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" in 66.4328ms -2016-07-28 19:33:11.191 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 54.7004ms -2016-07-28 19:33:11.206 +05:30 [Information] Request finished in 120.2537ms 200 application/json; charset=utf-8 -2016-07-28 19:33:11.207 +05:30 [Information] Request finished in 107.8734ms 200 application/json; charset=utf-8 -2016-07-28 19:33:11.208 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKJ"" completed keep alive response. -2016-07-28 19:33:11.215 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKN"" completed keep alive response. -2016-07-28 19:33:11.228 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:33:11.229 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:33:11.230 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:33:11.232 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:33:11.245 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 124.1451ms -2016-07-28 19:33:11.251 +05:30 [Information] Request finished in 153.1908ms 200 application/json; charset=utf-8 -2016-07-28 19:33:11.253 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKK"" completed keep alive response. -2016-07-28 19:34:38.415 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKL"" received FIN. -2016-07-28 19:34:38.416 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKI"" received FIN. -2016-07-28 19:34:38.416 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKL"" disconnecting. -2016-07-28 19:34:38.415 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKM"" received FIN. -2016-07-28 19:34:38.417 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKN"" received FIN. -2016-07-28 19:34:38.418 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKI"" disconnecting. -2016-07-28 19:34:38.428 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKM"" disconnecting. -2016-07-28 19:34:38.430 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKN"" disconnecting. -2016-07-28 19:34:38.428 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKJ"" received FIN. -2016-07-28 19:34:38.430 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKL"" sending FIN. -2016-07-28 19:34:38.434 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKJ"" disconnecting. -2016-07-28 19:34:38.439 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKI"" sending FIN. -2016-07-28 19:34:38.447 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKN"" sending FIN. -2016-07-28 19:34:38.448 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKN"" sent FIN with status "0". -2016-07-28 19:34:38.434 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKK"" received FIN. -2016-07-28 19:34:38.451 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKN"" stopped. -2016-07-28 19:34:38.452 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKK"" disconnecting. -2016-07-28 19:34:38.453 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKM"" sending FIN. -2016-07-28 19:34:38.456 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKJ"" sending FIN. -2016-07-28 19:34:38.455 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKI"" sent FIN with status "0". -2016-07-28 19:34:38.457 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKK"" sending FIN. -2016-07-28 19:34:38.460 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKI"" stopped. -2016-07-28 19:34:38.461 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKK"" sent FIN with status "0". -2016-07-28 19:34:38.463 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKK"" stopped. -2016-07-28 19:34:38.462 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKL"" sent FIN with status "0". -2016-07-28 19:34:38.467 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKL"" stopped. -2016-07-28 19:34:38.463 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKJ"" sent FIN with status "0". -2016-07-28 19:34:38.469 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKO"" started. -2016-07-28 19:34:38.470 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKJ"" stopped. -2016-07-28 19:34:38.473 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKM"" sent FIN with status "0". -2016-07-28 19:34:38.475 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKM"" stopped. -2016-07-28 19:34:38.479 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetNotifications?groupId=1&userId=1&skip=0&count=20 -2016-07-28 19:34:38.480 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetNotifications"'. -2016-07-28 19:34:38.482 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetNotifications (Api.Socioboard)" -2016-07-28 19:34:38.498 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetNotifications (Api.Socioboard)" with arguments (["1", "1", "0", "20"]) - ModelState is Valid -2016-07-28 19:34:38.813 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetNotifications (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:34:38.814 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:34:38.815 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:34:38.819 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:34:38.833 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetNotifications (Api.Socioboard)" in 346.1546ms -2016-07-28 19:34:38.839 +05:30 [Information] Request finished in 361.759ms 200 application/json; charset=utf-8 -2016-07-28 19:34:38.840 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKO"" completed keep alive response. -2016-07-28 19:34:45.892 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFeeds?profileId=236051916783998&userId=1&skip=0&count=30 -2016-07-28 19:34:45.894 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFeeds"'. -2016-07-28 19:34:45.897 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFeeds (Api.Socioboard)" -2016-07-28 19:34:45.917 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFeeds (Api.Socioboard)" with arguments (["236051916783998", "1", "0", "30"]) - ModelState is Valid -2016-07-28 19:34:46.044 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFeeds (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:34:46.045 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:34:46.045 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:34:46.047 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:34:46.061 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFeeds (Api.Socioboard)" in 159.1678ms -2016-07-28 19:34:46.065 +05:30 [Information] Request finished in 177.0657ms 200 application/json; charset=utf-8 -2016-07-28 19:34:46.067 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKO"" completed keep alive response. -2016-07-28 19:37:18.879 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKO"" received FIN. -2016-07-28 19:37:18.882 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKO"" disconnecting. -2016-07-28 19:37:18.884 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKO"" sending FIN. -2016-07-28 19:37:18.886 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKO"" sent FIN with status "0". -2016-07-28 19:37:18.889 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKO"" stopped. -2016-07-28 19:39:13.610 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKP"" started. -2016-07-28 19:39:13.616 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-28 19:39:13.618 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-28 19:39:13.619 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-28 19:39:13.632 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 19:39:13.634 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:39:13.634 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:39:13.640 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:39:13.645 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 21.3363ms -2016-07-28 19:39:13.650 +05:30 [Information] Request finished in 35.3249ms 200 application/json; charset=utf-8 -2016-07-28 19:39:13.651 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKP"" completed keep alive response. -2016-07-28 19:39:13.659 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-28 19:39:13.660 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-28 19:39:13.661 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-28 19:39:13.677 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 19:39:13.679 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:39:13.684 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:39:13.688 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:39:13.695 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 28.7827ms -2016-07-28 19:39:13.703 +05:30 [Information] Request finished in 43.168ms 200 application/json; charset=utf-8 -2016-07-28 19:39:13.705 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKP"" completed keep alive response. -2016-07-28 19:39:15.828 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=1 -2016-07-28 19:39:15.829 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-07-28 19:39:15.830 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-07-28 19:39:15.845 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 19:39:15.847 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:39:15.849 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:39:15.852 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:39:15.856 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:39:15.860 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 27.2136ms -2016-07-28 19:39:15.866 +05:30 [Information] Request finished in 38.8298ms 200 application/json; charset=utf-8 -2016-07-28 19:39:15.866 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKP"" completed keep alive response. -2016-07-28 19:39:15.944 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFeeds?profileId=236051916783998&userId=1&skip=0&count=30 -2016-07-28 19:39:15.948 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFeeds"'. -2016-07-28 19:39:15.950 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFeeds (Api.Socioboard)" -2016-07-28 19:39:16.032 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFeeds (Api.Socioboard)" with arguments (["236051916783998", "1", "0", "30"]) - ModelState is Valid -2016-07-28 19:39:16.067 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFeeds (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:39:16.071 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:39:16.072 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:39:16.080 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:39:16.084 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFeeds (Api.Socioboard)" in 128.7244ms -2016-07-28 19:39:16.087 +05:30 [Information] Request finished in 145.0033ms 200 application/json; charset=utf-8 -2016-07-28 19:39:16.089 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKP"" completed keep alive response. -2016-07-28 19:39:39.149 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-28 19:39:39.151 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-28 19:39:39.151 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-28 19:39:39.162 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 19:39:39.165 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:39:39.166 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:39:39.168 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:39:39.171 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 16.8019ms -2016-07-28 19:39:39.176 +05:30 [Information] Request finished in 28.8241ms 200 application/json; charset=utf-8 -2016-07-28 19:39:39.177 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKP"" completed keep alive response. -2016-07-28 19:39:39.183 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-28 19:39:39.184 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-28 19:39:39.185 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-28 19:39:39.195 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 19:39:39.197 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:39:39.198 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:39:39.200 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:39:39.203 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 15.2093ms -2016-07-28 19:39:39.208 +05:30 [Information] Request finished in 25.6048ms 200 application/json; charset=utf-8 -2016-07-28 19:39:39.209 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKP"" completed keep alive response. -2016-07-28 19:39:40.698 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=1 -2016-07-28 19:39:40.713 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-07-28 19:39:40.731 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-07-28 19:39:40.806 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 19:39:40.810 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:39:40.811 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:39:40.812 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:39:40.842 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:39:40.862 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 115.0229ms -2016-07-28 19:39:40.927 +05:30 [Information] Request finished in 221.6891ms 200 application/json; charset=utf-8 -2016-07-28 19:39:40.928 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKP"" completed keep alive response. -2016-07-28 19:39:40.955 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFeeds?profileId=236051916783998&userId=1&skip=0&count=30 -2016-07-28 19:39:40.957 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFeeds"'. -2016-07-28 19:39:40.958 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFeeds (Api.Socioboard)" -2016-07-28 19:39:41.174 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFeeds (Api.Socioboard)" with arguments (["236051916783998", "1", "0", "30"]) - ModelState is Valid -2016-07-28 19:39:41.176 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFeeds (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:39:41.183 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:39:41.185 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:39:41.209 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:39:41.228 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFeeds (Api.Socioboard)" in 251.7298ms -2016-07-28 19:39:41.271 +05:30 [Information] Request finished in 306.2439ms 200 application/json; charset=utf-8 -2016-07-28 19:39:41.274 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKP"" completed keep alive response. -2016-07-28 19:39:44.460 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-28 19:39:44.462 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-28 19:39:44.463 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-28 19:39:44.477 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 19:39:44.478 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:39:44.479 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:39:44.485 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:39:44.488 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 22.0064ms -2016-07-28 19:39:44.493 +05:30 [Information] Request finished in 34.4648ms 200 application/json; charset=utf-8 -2016-07-28 19:39:44.493 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKP"" completed keep alive response. -2016-07-28 19:39:44.499 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=2 -2016-07-28 19:39:44.500 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-28 19:39:44.501 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-28 19:39:44.512 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-07-28 19:39:44.514 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:39:44.515 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:39:44.518 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:39:44.521 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 17.4732ms -2016-07-28 19:39:44.525 +05:30 [Information] Request finished in 27.697ms 200 application/json; charset=utf-8 -2016-07-28 19:39:44.526 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKP"" completed keep alive response. -2016-07-28 19:39:45.997 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=2 -2016-07-28 19:39:46.009 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-07-28 19:39:46.016 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-07-28 19:39:46.127 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-07-28 19:39:46.134 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:39:46.138 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:39:46.139 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:39:46.167 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:39:46.216 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 151.7424ms -2016-07-28 19:39:46.255 +05:30 [Information] Request finished in 286.1801ms 200 application/json; charset=utf-8 -2016-07-28 19:39:46.261 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKP"" completed keep alive response. -2016-07-28 19:39:46.692 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFeeds?profileId=236051916783998&userId=1&skip=0&count=30 -2016-07-28 19:39:46.693 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFeeds"'. -2016-07-28 19:39:46.694 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFeeds (Api.Socioboard)" -2016-07-28 19:39:46.723 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFeeds (Api.Socioboard)" with arguments (["236051916783998", "1", "0", "30"]) - ModelState is Valid -2016-07-28 19:39:46.730 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFeeds (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:39:46.749 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:39:46.749 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:39:46.758 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:39:46.780 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFeeds (Api.Socioboard)" in 80.5787ms -2016-07-28 19:39:46.802 +05:30 [Information] Request finished in 102.3562ms 200 application/json; charset=utf-8 -2016-07-28 19:39:46.803 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKP"" completed keep alive response. -2016-07-28 19:39:55.747 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKQ"" started. -2016-07-28 19:39:55.748 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKR"" started. -2016-07-28 19:39:55.795 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKT"" started. -2016-07-28 19:39:55.816 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Instagram/GetInstagramProfiles?groupId=2 -2016-07-28 19:39:55.752 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKS"" started. -2016-07-28 19:39:55.821 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Instagram/GetInstagramProfiles"'. -2016-07-28 19:39:55.823 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" -2016-07-28 19:39:55.865 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=2 -2016-07-28 19:39:55.866 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKU"" started. -2016-07-28 19:39:55.866 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-07-28 19:39:55.872 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-07-28 19:39:55.897 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Google/GetGplusProfiles?groupId=2 -2016-07-28 19:39:55.902 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GetGplusProfiles"'. -2016-07-28 19:39:55.903 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" -2016-07-28 19:39:55.940 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/LinkedIn/GetLinkedInCompanyPagesProfiles?groupId=2 -2016-07-28 19:39:55.941 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/LinkedIn/GetLinkedInCompanyPagesProfiles"'. -2016-07-28 19:39:55.946 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" -2016-07-28 19:39:55.996 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/SocialMessages/GetAllSentMessagesCount?groupId=2&userId=1 -2016-07-28 19:39:55.997 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/SocialMessages/GetAllSentMessagesCount"'. -2016-07-28 19:39:56.002 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" -2016-07-28 19:39:56.049 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=2 -2016-07-28 19:39:56.057 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-07-28 19:39:56.061 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-07-28 19:39:56.595 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-07-28 19:39:56.602 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-07-28 19:39:56.606 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:39:56.611 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:39:56.617 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-07-28 19:39:56.599 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-07-28 19:39:56.607 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-07-28 19:39:56.622 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" with arguments (["1", "2"]) - ModelState is Valid -2016-07-28 19:39:56.623 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:39:56.624 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:39:56.629 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:39:56.634 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:39:56.638 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:39:56.640 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:39:56.633 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:39:56.649 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:39:56.650 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:39:56.656 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:39:56.656 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:39:56.658 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:39:56.656 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:39:56.666 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:39:56.661 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:39:56.676 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:39:56.680 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:39:56.689 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" in 763.7546ms -2016-07-28 19:39:56.695 +05:30 [Information] Executed action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" in 845.7286ms -2016-07-28 19:39:56.698 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 809.5844ms -2016-07-28 19:39:56.708 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:39:56.718 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 620.6752ms -2016-07-28 19:39:56.726 +05:30 [Information] Request finished in 908.228ms 200 application/json; charset=utf-8 -2016-07-28 19:39:56.731 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKR"" completed keep alive response. -2016-07-28 19:39:56.744 +05:30 [Information] Executed action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" in 761.6045ms -2016-07-28 19:39:56.755 +05:30 [Information] Request finished in 966.2169ms 200 application/json; charset=utf-8 -2016-07-28 19:39:56.757 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKQ"" completed keep alive response. -2016-07-28 19:39:56.764 +05:30 [Information] Request finished in 967.1836ms 200 application/json; charset=utf-8 -2016-07-28 19:39:56.767 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKP"" completed keep alive response. -2016-07-28 19:39:56.777 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:39:56.778 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:39:56.781 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetIncommingMessage?groupId=2&userId=1 -2016-07-28 19:39:56.783 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetIncommingMessage"'. -2016-07-28 19:39:56.786 +05:30 [Information] Request finished in 830.5302ms 200 application/json; charset=utf-8 -2016-07-28 19:39:56.782 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:39:56.794 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKU"" completed keep alive response. -2016-07-28 19:39:56.788 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" -2016-07-28 19:39:56.791 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/FacebookfanPageCount?groupId=2&userId=1 -2016-07-28 19:39:56.810 +05:30 [Information] Request finished in 899.1569ms 200 application/json; charset=utf-8 -2016-07-28 19:39:56.811 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/FacebookfanPageCount"'. -2016-07-28 19:39:56.812 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKS"" completed keep alive response. -2016-07-28 19:39:56.814 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" -2016-07-28 19:39:56.805 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterFollowerCount?groupId=2&userId=1 -2016-07-28 19:39:56.819 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterFollowerCount"'. -2016-07-28 19:39:56.821 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" -2016-07-28 19:39:56.827 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterRecentFollower?groupId=2 -2016-07-28 19:39:56.829 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterRecentFollower"'. -2016-07-28 19:39:56.830 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" -2016-07-28 19:39:56.854 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:39:56.874 +05:30 [Information] Executed action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" in 852.1562ms -2016-07-28 19:39:56.897 +05:30 [Information] Request finished in 1016.5078ms 200 application/json; charset=utf-8 -2016-07-28 19:39:56.899 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKT"" completed keep alive response. -2016-07-28 19:39:56.910 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" with arguments (["1", "2"]) - ModelState is Valid -2016-07-28 19:39:56.912 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" with arguments (["2", "1"]) - ModelState is Valid -2016-07-28 19:39:56.918 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-07-28 19:39:56.941 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" with arguments (["2", "1"]) - ModelState is Valid -2016-07-28 19:39:56.942 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:39:56.959 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:39:56.956 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:39:56.964 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:39:56.977 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:39:56.987 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-07-28 19:39:56.986 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:39:56.996 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:39:57.022 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:39:57.026 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:39:57.001 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" in 162.9239ms -2016-07-28 19:39:57.037 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:39:57.041 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:39:57.045 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-07-28 19:39:57.040 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" in 209.9497ms -2016-07-28 19:39:57.046 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-07-28 19:39:57.050 +05:30 [Information] Request finished in 245.8731ms 200 application/json; charset=utf-8 -2016-07-28 19:39:57.053 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:39:57.059 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKU"" completed keep alive response. -2016-07-28 19:39:57.060 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:39:57.070 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" in 247.9673ms -2016-07-28 19:39:57.075 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" in 267.9228ms -2016-07-28 19:39:57.066 +05:30 [Information] Request finished in 292.7033ms 200 text/plain; charset=utf-8 -2016-07-28 19:39:57.082 +05:30 [Information] Request finished in 305.9007ms 200 text/plain; charset=utf-8 -2016-07-28 19:39:57.085 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKQ"" completed keep alive response. -2016-07-28 19:39:57.085 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKP"" completed keep alive response. -2016-07-28 19:39:57.094 +05:30 [Information] Request finished in 341.9108ms 200 text/plain; charset=utf-8 -2016-07-28 19:39:57.096 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKR"" completed keep alive response. -2016-07-28 19:40:07.665 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=2 -2016-07-28 19:40:07.676 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-28 19:40:07.679 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-28 19:40:07.683 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/getProfilesAvailableToConnect?groupId=2&userId=1 -2016-07-28 19:40:07.685 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/getProfilesAvailableToConnect"'. -2016-07-28 19:40:07.686 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" -2016-07-28 19:40:07.733 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-07-28 19:40:07.736 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" with arguments (["2", "1"]) - ModelState is Valid -2016-07-28 19:40:07.737 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:40:07.738 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:40:07.738 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:40:07.739 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:40:07.739 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:40:07.739 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:40:07.743 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:40:07.745 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:40:07.749 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 61.8527ms -2016-07-28 19:40:07.753 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" in 62.0006ms -2016-07-28 19:40:07.759 +05:30 [Information] Request finished in 127.5551ms 200 application/json; charset=utf-8 -2016-07-28 19:40:07.765 +05:30 [Information] Request finished in 132.698ms 200 application/json; charset=utf-8 -2016-07-28 19:40:07.768 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKS"" completed keep alive response. -2016-07-28 19:40:07.774 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKT"" completed keep alive response. -2016-07-28 19:40:14.999 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=2 -2016-07-28 19:40:15.000 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-07-28 19:40:15.003 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-07-28 19:40:15.011 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=2 -2016-07-28 19:40:15.013 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-07-28 19:40:15.028 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Google/GetGplusProfiles?groupId=2 -2016-07-28 19:40:15.029 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-07-28 19:40:15.036 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GetGplusProfiles"'. -2016-07-28 19:40:15.036 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/LinkedIn/GetLinkedInCompanyPagesProfiles?groupId=2 -2016-07-28 19:40:15.039 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" -2016-07-28 19:40:15.040 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/LinkedIn/GetLinkedInCompanyPagesProfiles"'. -2016-07-28 19:40:15.049 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" -2016-07-28 19:40:15.044 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Instagram/GetInstagramProfiles?groupId=2 -2016-07-28 19:40:15.053 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Instagram/GetInstagramProfiles"'. -2016-07-28 19:40:15.054 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" -2016-07-28 19:40:15.087 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/SocialMessages/GetAllSentMessagesCount?groupId=2&userId=1 -2016-07-28 19:40:15.088 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/SocialMessages/GetAllSentMessagesCount"'. -2016-07-28 19:40:15.089 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" -2016-07-28 19:40:15.114 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-07-28 19:40:15.119 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:40:15.121 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:40:15.121 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:40:15.146 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:40:15.180 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 143.149ms -2016-07-28 19:40:15.209 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-07-28 19:40:15.233 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-07-28 19:40:15.234 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:40:15.234 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:40:15.236 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:40:15.237 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:40:15.236 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:40:15.239 +05:30 [Information] Request finished in 292.7502ms 200 application/json; charset=utf-8 -2016-07-28 19:40:15.241 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:40:15.244 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-07-28 19:40:15.242 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKQ"" completed keep alive response. -2016-07-28 19:40:15.252 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:40:15.256 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-07-28 19:40:15.258 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:40:15.258 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:40:15.262 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:40:15.263 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" with arguments (["1", "2"]) - ModelState is Valid -2016-07-28 19:40:15.265 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:40:15.272 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:40:15.271 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:40:15.278 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetIncommingMessage?groupId=2&userId=1 -2016-07-28 19:40:15.279 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:40:15.285 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetIncommingMessage"'. -2016-07-28 19:40:15.286 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 229.5241ms -2016-07-28 19:40:15.290 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:40:15.293 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" -2016-07-28 19:40:15.290 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:40:15.301 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:40:15.296 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" in 240.003ms -2016-07-28 19:40:15.304 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:40:15.313 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:40:15.316 +05:30 [Information] Executed action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" in 253.0963ms -2016-07-28 19:40:15.327 +05:30 [Information] Request finished in 371.125ms 200 application/json; charset=utf-8 -2016-07-28 19:40:15.328 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKU"" completed keep alive response. -2016-07-28 19:40:15.337 +05:30 [Information] Executed action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" in 256.4979ms -2016-07-28 19:40:15.347 +05:30 [Information] Request finished in 384.4485ms 200 application/json; charset=utf-8 -2016-07-28 19:40:15.348 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKR"" completed keep alive response. -2016-07-28 19:40:15.356 +05:30 [Information] Request finished in 387.7974ms 200 application/json; charset=utf-8 -2016-07-28 19:40:15.357 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKP"" completed keep alive response. -2016-07-28 19:40:15.369 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:40:15.375 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterFollowerCount?groupId=2&userId=1 -2016-07-28 19:40:15.377 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterFollowerCount"'. -2016-07-28 19:40:15.378 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" -2016-07-28 19:40:15.383 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" with arguments (["2", "1"]) - ModelState is Valid -2016-07-28 19:40:15.396 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterRecentFollower?groupId=2 -2016-07-28 19:40:15.396 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterRecentFollower"'. -2016-07-28 19:40:15.397 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" -2016-07-28 19:40:15.405 +05:30 [Information] Executed action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" in 280.5669ms -2016-07-28 19:40:15.414 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/FacebookfanPageCount?groupId=2&userId=1 -2016-07-28 19:40:15.423 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/FacebookfanPageCount"'. -2016-07-28 19:40:15.432 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" -2016-07-28 19:40:15.427 +05:30 [Information] Request finished in 414.6436ms 200 application/json; charset=utf-8 -2016-07-28 19:40:15.442 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKS"" completed keep alive response. -2016-07-28 19:40:15.442 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" with arguments (["2", "1"]) - ModelState is Valid -2016-07-28 19:40:15.462 +05:30 [Information] Request finished in 483.6941ms 200 application/json; charset=utf-8 -2016-07-28 19:40:15.463 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKT"" completed keep alive response. -2016-07-28 19:40:15.469 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:40:15.474 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:40:15.475 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:40:15.484 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-07-28 19:40:15.488 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-07-28 19:40:15.494 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" with arguments (["1", "2"]) - ModelState is Valid -2016-07-28 19:40:15.497 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:40:15.503 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-07-28 19:40:15.503 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:40:15.516 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:40:15.517 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:40:15.518 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:40:15.524 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:40:15.525 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-07-28 19:40:15.525 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:40:15.522 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:40:15.530 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" in 135.7795ms -2016-07-28 19:40:15.536 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:40:15.543 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:40:15.547 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" in 228.8888ms -2016-07-28 19:40:15.552 +05:30 [Information] Request finished in 200.55ms 200 text/plain; charset=utf-8 -2016-07-28 19:40:15.556 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKU"" completed keep alive response. -2016-07-28 19:40:15.559 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" in 105.0459ms -2016-07-28 19:40:15.569 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" in 151.3405ms -2016-07-28 19:40:15.581 +05:30 [Information] Request finished in 312.0463ms 200 text/plain; charset=utf-8 -2016-07-28 19:40:15.588 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKQ"" completed keep alive response. -2016-07-28 19:40:15.600 +05:30 [Information] Request finished in 217.9772ms 200 text/plain; charset=utf-8 -2016-07-28 19:40:15.603 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKR"" completed keep alive response. -2016-07-28 19:40:15.616 +05:30 [Information] Request finished in 220.376ms 200 application/json; charset=utf-8 -2016-07-28 19:40:15.620 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKP"" completed keep alive response. -2016-07-28 19:41:18.877 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKS"" received FIN. -2016-07-28 19:41:18.877 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKT"" received FIN. -2016-07-28 19:41:18.878 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKS"" disconnecting. -2016-07-28 19:41:18.881 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKU"" received FIN. -2016-07-28 19:41:18.881 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKT"" disconnecting. -2016-07-28 19:41:18.884 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKU"" disconnecting. -2016-07-28 19:41:18.884 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKR"" received FIN. -2016-07-28 19:41:18.885 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKT"" sending FIN. -2016-07-28 19:41:18.885 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKR"" disconnecting. -2016-07-28 19:41:18.886 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKU"" sending FIN. -2016-07-28 19:41:18.877 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKQ"" received FIN. -2016-07-28 19:41:18.887 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKP"" received FIN. -2016-07-28 19:41:18.887 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKR"" sending FIN. -2016-07-28 19:41:18.888 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKS"" sending FIN. -2016-07-28 19:41:18.889 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKR"" sent FIN with status "0". -2016-07-28 19:41:18.891 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKR"" stopped. -2016-07-28 19:41:18.889 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKS"" sent FIN with status "0". -2016-07-28 19:41:18.892 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKS"" stopped. -2016-07-28 19:41:18.889 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKQ"" disconnecting. -2016-07-28 19:41:18.888 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKP"" disconnecting. -2016-07-28 19:41:18.892 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKU"" sent FIN with status "0". -2016-07-28 19:41:18.893 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKQ"" sending FIN. -2016-07-28 19:41:18.895 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKP"" sending FIN. -2016-07-28 19:41:18.895 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKU"" stopped. -2016-07-28 19:41:18.897 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKP"" sent FIN with status "0". -2016-07-28 19:41:18.900 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKT"" sent FIN with status "0". -2016-07-28 19:41:18.901 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKT"" stopped. -2016-07-28 19:41:18.900 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKP"" stopped. -2016-07-28 19:41:18.902 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKQ"" sent FIN with status "0". -2016-07-28 19:41:18.903 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKQ"" stopped. -2016-07-28 19:42:45.541 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKV"" started. -2016-07-28 19:42:45.545 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-28 19:42:45.546 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-28 19:42:45.547 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-28 19:42:45.588 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 19:42:45.589 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:42:45.590 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:42:45.594 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:42:45.601 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 47.8636ms -2016-07-28 19:42:45.609 +05:30 [Information] Request finished in 64.3662ms 200 application/json; charset=utf-8 -2016-07-28 19:42:45.610 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKV"" completed keep alive response. -2016-07-28 19:42:45.620 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=2 -2016-07-28 19:42:45.621 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-28 19:42:45.621 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-28 19:42:45.639 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-07-28 19:42:45.641 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:42:45.643 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:42:45.648 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:42:45.652 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 27.0374ms -2016-07-28 19:42:45.660 +05:30 [Information] Request finished in 41.3364ms 200 application/json; charset=utf-8 -2016-07-28 19:42:45.661 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKV"" completed keep alive response. -2016-07-28 19:42:47.345 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=2 -2016-07-28 19:42:47.348 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-07-28 19:42:47.349 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-07-28 19:42:47.386 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-07-28 19:42:47.389 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:42:47.392 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:42:47.394 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:42:47.403 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:42:47.408 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 54.2701ms -2016-07-28 19:42:47.425 +05:30 [Information] Request finished in 80.0326ms 200 application/json; charset=utf-8 -2016-07-28 19:42:47.426 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKV"" completed keep alive response. -2016-07-28 19:42:47.614 +05:30 [Debug] Connection id ""0HKTMTUJ0VEL0"" started. -2016-07-28 19:42:47.614 +05:30 [Debug] Connection id ""0HKTMTUJ0VEL1"" started. -2016-07-28 19:42:47.628 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=2 -2016-07-28 19:42:47.633 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-07-28 19:42:47.634 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-07-28 19:42:47.640 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/getProfilesAvailableToConnect?groupId=2&userId=1 -2016-07-28 19:42:47.644 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/getProfilesAvailableToConnect"'. -2016-07-28 19:42:47.646 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" -2016-07-28 19:42:47.667 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=2 -2016-07-28 19:42:47.686 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-28 19:42:47.704 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-28 19:42:47.760 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-07-28 19:42:47.764 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:42:47.765 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:42:47.766 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:42:47.784 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" with arguments (["2", "1"]) - ModelState is Valid -2016-07-28 19:42:47.787 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-07-28 19:42:47.878 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:42:47.876 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:42:47.881 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:42:47.880 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:42:47.892 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 247.1436ms -2016-07-28 19:42:47.893 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:42:47.888 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:42:47.912 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:42:47.920 +05:30 [Information] Request finished in 298.7297ms 200 application/json; charset=utf-8 -2016-07-28 19:42:47.923 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKV"" completed keep alive response. -2016-07-28 19:42:47.940 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:42:47.944 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:42:47.954 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" in 300.0132ms -2016-07-28 19:42:47.965 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 251.6982ms -2016-07-28 19:42:47.987 +05:30 [Information] Request finished in 337.7115ms 200 application/json; charset=utf-8 -2016-07-28 19:42:48.009 +05:30 [Debug] Connection id ""0HKTMTUJ0VEL0"" completed keep alive response. -2016-07-28 19:42:48.047 +05:30 [Information] Request finished in 388.576ms 200 application/json; charset=utf-8 -2016-07-28 19:42:48.048 +05:30 [Debug] Connection id ""0HKTMTUJ0VEL1"" completed keep alive response. -2016-07-28 19:42:53.827 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-28 19:42:53.828 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-28 19:42:53.828 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-28 19:42:53.848 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 19:42:53.850 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:42:53.851 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:42:53.854 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:42:53.865 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 26.2972ms -2016-07-28 19:42:53.874 +05:30 [Information] Request finished in 46.995ms 200 application/json; charset=utf-8 -2016-07-28 19:42:53.875 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKV"" completed keep alive response. -2016-07-28 19:42:53.884 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=2 -2016-07-28 19:42:53.885 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-28 19:42:53.886 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-28 19:42:53.903 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-07-28 19:42:53.904 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:42:53.906 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:42:53.910 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:42:53.915 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 24.5336ms -2016-07-28 19:42:53.927 +05:30 [Information] Request finished in 43.4934ms 200 application/json; charset=utf-8 -2016-07-28 19:42:53.928 +05:30 [Debug] Connection id ""0HKTMTUJ0VEL0"" completed keep alive response. -2016-07-28 19:42:55.308 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=2 -2016-07-28 19:42:55.310 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-07-28 19:42:55.312 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-07-28 19:42:55.420 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-07-28 19:42:55.429 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:42:55.431 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:42:55.431 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:42:55.441 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:42:55.461 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 130.509ms -2016-07-28 19:42:55.536 +05:30 [Information] Request finished in 246.2077ms 200 application/json; charset=utf-8 -2016-07-28 19:42:55.562 +05:30 [Debug] Connection id ""0HKTMTUJ0VEL1"" completed keep alive response. -2016-07-28 19:42:55.674 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=2 -2016-07-28 19:42:55.676 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-07-28 19:42:55.678 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-07-28 19:42:55.681 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=2 -2016-07-28 19:42:55.683 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-28 19:42:55.684 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-28 19:42:55.689 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/getProfilesAvailableToConnect?groupId=2&userId=1 -2016-07-28 19:42:55.703 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/getProfilesAvailableToConnect"'. -2016-07-28 19:42:55.704 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" -2016-07-28 19:42:56.060 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-07-28 19:42:56.064 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:42:56.075 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-07-28 19:42:56.077 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:42:56.083 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:42:56.086 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:42:56.087 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:42:56.098 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:42:56.096 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" with arguments (["2", "1"]) - ModelState is Valid -2016-07-28 19:42:56.139 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:42:56.142 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:42:56.143 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:42:56.155 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:42:56.172 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:42:56.188 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 477.166ms -2016-07-28 19:42:56.194 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:42:56.203 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 491.7466ms -2016-07-28 19:42:56.208 +05:30 [Information] Request finished in 537.63ms 200 application/json; charset=utf-8 -2016-07-28 19:42:56.209 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKV"" completed keep alive response. -2016-07-28 19:42:56.213 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" in 496.2712ms -2016-07-28 19:42:56.222 +05:30 [Information] Request finished in 552.9552ms 200 application/json; charset=utf-8 -2016-07-28 19:42:56.228 +05:30 [Debug] Connection id ""0HKTMTUJ0VEL1"" completed keep alive response. -2016-07-28 19:42:56.237 +05:30 [Information] Request finished in 570.463ms 200 application/json; charset=utf-8 -2016-07-28 19:42:56.238 +05:30 [Debug] Connection id ""0HKTMTUJ0VEL0"" completed keep alive response. -2016-07-28 19:42:58.375 +05:30 [Debug] Connection id ""0HKTMTUJ0VEL2"" started. -2016-07-28 19:42:58.375 +05:30 [Debug] Connection id ""0HKTMTUJ0VEL3"" started. -2016-07-28 19:42:58.386 +05:30 [Debug] Connection id ""0HKTMTUJ0VEL4"" started. -2016-07-28 19:42:58.389 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=2 -2016-07-28 19:42:58.400 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-07-28 19:42:58.397 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Instagram/GetInstagramProfiles?groupId=2 -2016-07-28 19:42:58.405 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-07-28 19:42:58.406 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Instagram/GetInstagramProfiles"'. -2016-07-28 19:42:58.411 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" -2016-07-28 19:42:58.441 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=2 -2016-07-28 19:42:58.485 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/LinkedIn/GetLinkedInCompanyPagesProfiles?groupId=2 -2016-07-28 19:42:58.532 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-07-28 19:42:58.569 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/LinkedIn/GetLinkedInCompanyPagesProfiles"'. -2016-07-28 19:42:58.572 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" -2016-07-28 19:42:58.573 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-07-28 19:42:58.536 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/SocialMessages/GetAllSentMessagesCount?groupId=2&userId=1 -2016-07-28 19:42:58.597 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/SocialMessages/GetAllSentMessagesCount"'. -2016-07-28 19:42:58.602 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" -2016-07-28 19:42:59.569 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Google/GetGplusProfiles?groupId=2 -2016-07-28 19:42:59.570 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GetGplusProfiles"'. -2016-07-28 19:42:59.571 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" -2016-07-28 19:43:00.600 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-07-28 19:43:00.604 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-07-28 19:43:00.608 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:43:00.606 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:43:00.610 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:43:00.613 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:43:00.612 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" with arguments (["1", "2"]) - ModelState is Valid -2016-07-28 19:43:00.613 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:43:00.613 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:43:00.622 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-07-28 19:43:00.629 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:43:00.632 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-07-28 19:43:00.640 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:43:00.636 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:43:00.648 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-07-28 19:43:00.649 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:43:00.654 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:43:00.656 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:43:00.664 +05:30 [Information] Executed action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" in 2237.6184ms -2016-07-28 19:43:00.661 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:43:00.636 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:43:00.660 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:43:00.670 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:43:00.678 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:43:00.676 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:43:00.686 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 2271.1749ms -2016-07-28 19:43:00.682 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:43:00.679 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:43:00.697 +05:30 [Information] Request finished in 2313.9715ms 200 application/json; charset=utf-8 -2016-07-28 19:43:00.709 +05:30 [Debug] Connection id ""0HKTMTUJ0VEL0"" completed keep alive response. -2016-07-28 19:43:00.706 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:43:00.701 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" in 1118.5091ms -2016-07-28 19:43:00.713 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:43:00.729 +05:30 [Information] Request finished in 2343.981ms 200 application/json; charset=utf-8 -2016-07-28 19:43:00.733 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetIncommingMessage?groupId=2&userId=1 -2016-07-28 19:43:00.737 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetIncommingMessage"'. -2016-07-28 19:43:00.740 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" -2016-07-28 19:43:00.734 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKV"" completed keep alive response. -2016-07-28 19:43:00.707 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:43:00.742 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 2121.8678ms -2016-07-28 19:43:00.747 +05:30 [Information] Executed action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" in 2150.0712ms -2016-07-28 19:43:00.755 +05:30 [Information] Request finished in 1164.4318ms 200 application/json; charset=utf-8 -2016-07-28 19:43:00.764 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterFollowerCount?groupId=2&userId=1 -2016-07-28 19:43:00.784 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterFollowerCount"'. -2016-07-28 19:43:00.782 +05:30 [Debug] Connection id ""0HKTMTUJ0VEL4"" completed keep alive response. -2016-07-28 19:43:00.798 +05:30 [Information] Request finished in 2421.1157ms 200 application/json; charset=utf-8 -2016-07-28 19:43:00.771 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:43:00.797 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" -2016-07-28 19:43:00.804 +05:30 [Information] Request finished in 2412.126ms 200 application/json; charset=utf-8 -2016-07-28 19:43:00.821 +05:30 [Information] Executed action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" in 2209.4323ms -2016-07-28 19:43:00.806 +05:30 [Debug] Connection id ""0HKTMTUJ0VEL1"" completed keep alive response. -2016-07-28 19:43:00.814 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/FacebookfanPageCount?groupId=2&userId=1 -2016-07-28 19:43:00.824 +05:30 [Debug] Connection id ""0HKTMTUJ0VEL2"" completed keep alive response. -2016-07-28 19:43:00.852 +05:30 [Information] Request finished in 2457.8088ms 200 application/json; charset=utf-8 -2016-07-28 19:43:00.852 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/FacebookfanPageCount"'. -2016-07-28 19:43:00.855 +05:30 [Debug] Connection id ""0HKTMTUJ0VEL3"" completed keep alive response. -2016-07-28 19:43:00.866 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" -2016-07-28 19:43:00.882 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterRecentFollower?groupId=2 -2016-07-28 19:43:00.909 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" with arguments (["2", "1"]) - ModelState is Valid -2016-07-28 19:43:00.913 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterRecentFollower"'. -2016-07-28 19:43:00.915 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" -2016-07-28 19:43:00.920 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" with arguments (["2", "1"]) - ModelState is Valid -2016-07-28 19:43:00.999 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" with arguments (["1", "2"]) - ModelState is Valid -2016-07-28 19:43:01.010 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:43:01.004 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-07-28 19:43:01.004 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:43:01.020 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:43:01.021 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:43:01.014 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:43:01.021 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-07-28 19:43:01.025 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:43:01.029 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-07-28 19:43:01.022 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:43:01.040 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:43:01.042 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:43:01.047 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-07-28 19:43:01.053 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:43:01.059 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:43:01.065 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:43:01.058 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" in 226.0792ms -2016-07-28 19:43:01.073 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" in 321.5132ms -2016-07-28 19:43:01.081 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:43:01.090 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" in 203.8216ms -2016-07-28 19:43:01.110 +05:30 [Information] Request finished in 379.4174ms 200 text/plain; charset=utf-8 -2016-07-28 19:43:01.100 +05:30 [Information] Request finished in 339.7566ms 200 text/plain; charset=utf-8 -2016-07-28 19:43:01.120 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKV"" completed keep alive response. -2016-07-28 19:43:01.120 +05:30 [Debug] Connection id ""0HKTMTUJ0VEL0"" completed keep alive response. -2016-07-28 19:43:01.117 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" in 177.9128ms -2016-07-28 19:43:01.136 +05:30 [Information] Request finished in 326.1763ms 200 text/plain; charset=utf-8 -2016-07-28 19:43:01.152 +05:30 [Debug] Connection id ""0HKTMTUJ0VEL4"" completed keep alive response. -2016-07-28 19:43:01.172 +05:30 [Information] Request finished in 317.0777ms 200 application/json; charset=utf-8 -2016-07-28 19:43:01.174 +05:30 [Debug] Connection id ""0HKTMTUJ0VEL1"" completed keep alive response. -2016-07-28 19:43:13.818 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/GroupProfiles/AddProfileToGroup?profileId=3170677652&groupId=2&userId=1&profileType=2 0 -2016-07-28 19:43:13.821 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/AddProfileToGroup"'. -2016-07-28 19:43:13.824 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.AddProfileToGroup (Api.Socioboard)" -2016-07-28 19:43:13.852 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.AddProfileToGroup (Api.Socioboard)" with arguments (["3170677652", "2", "1", "Twitter"]) - ModelState is Valid -2016-07-28 19:43:14.061 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.AddProfileToGroup (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:43:14.062 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:43:14.063 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-07-28 19:43:14.068 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:43:14.077 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.AddProfileToGroup (Api.Socioboard)" in 245.1856ms -2016-07-28 19:43:14.090 +05:30 [Information] Request finished in 276.4077ms 200 text/plain; charset=utf-8 -2016-07-28 19:43:14.092 +05:30 [Debug] Connection id ""0HKTMTUJ0VEL2"" completed keep alive response. -2016-07-28 19:43:14.144 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-28 19:43:14.145 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-28 19:43:14.147 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-28 19:43:14.181 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-07-28 19:43:14.192 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:43:14.193 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:43:14.205 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:43:14.212 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 58.7027ms -2016-07-28 19:43:14.237 +05:30 [Information] Request finished in 89.4849ms 200 application/json; charset=utf-8 -2016-07-28 19:43:14.239 +05:30 [Debug] Connection id ""0HKTMTUJ0VEL3"" completed keep alive response. -2016-07-28 19:43:14.258 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=2 -2016-07-28 19:43:14.260 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-28 19:43:14.272 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-28 19:43:14.314 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-07-28 19:43:14.335 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:43:14.340 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:43:14.346 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:43:14.361 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 72.3155ms -2016-07-28 19:43:14.390 +05:30 [Information] Request finished in 128.1766ms 200 application/json; charset=utf-8 -2016-07-28 19:43:14.392 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKV"" completed keep alive response. -2016-07-28 19:43:16.724 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=2 -2016-07-28 19:43:16.725 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-07-28 19:43:16.727 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-07-28 19:43:16.820 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-07-28 19:43:16.822 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:43:16.825 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:43:16.829 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:43:16.904 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:43:16.951 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 178.1211ms -2016-07-28 19:43:16.986 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=2 -2016-07-28 19:43:16.991 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-28 19:43:17.010 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/getProfilesAvailableToConnect?groupId=2&userId=1 -2016-07-28 19:43:17.010 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-28 19:43:17.012 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/getProfilesAvailableToConnect"'. -2016-07-28 19:43:17.020 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" -2016-07-28 19:43:17.052 +05:30 [Information] Request finished in 329.9166ms 200 application/json; charset=utf-8 -2016-07-28 19:43:17.053 +05:30 [Debug] Connection id ""0HKTMTUJ0VEL0"" completed keep alive response. -2016-07-28 19:43:17.276 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=2 -2016-07-28 19:43:17.294 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-07-28 19:43:17.452 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" with arguments (["2", "1"]) - ModelState is Valid -2016-07-28 19:43:17.453 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-07-28 19:43:17.456 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:43:17.461 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:43:17.461 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:43:17.497 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-07-28 19:43:17.503 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:43:17.505 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:43:17.506 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:43:17.623 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:43:17.642 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:43:17.708 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" in 603.7683ms -2016-07-28 19:43:17.766 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 627.2851ms -2016-07-28 19:43:17.790 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-07-28 19:43:17.799 +05:30 [Information] Request finished in 835.4162ms 200 application/json; charset=utf-8 -2016-07-28 19:43:17.802 +05:30 [Debug] Connection id ""0HKTMTUJ0VEL1"" completed keep alive response. -2016-07-28 19:43:17.802 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-07-28 19:43:17.826 +05:30 [Information] Request finished in 844.7482ms 200 application/json; charset=utf-8 -2016-07-28 19:43:17.837 +05:30 [Debug] Connection id ""0HKTMTUJ0VEL4"" completed keep alive response. -2016-07-28 19:43:17.836 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-28 19:43:17.880 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-28 19:43:17.897 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-28 19:43:17.909 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 440.8237ms -2016-07-28 19:43:17.928 +05:30 [Information] Request finished in 855.6829ms 200 application/json; charset=utf-8 -2016-07-28 19:43:17.929 +05:30 [Debug] Connection id ""0HKTMTUJ0VEL2"" completed keep alive response. -2016-07-28 19:45:18.876 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKV"" received FIN. -2016-07-28 19:45:18.876 +05:30 [Debug] Connection id ""0HKTMTUJ0VEL3"" received FIN. -2016-07-28 19:45:18.878 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKV"" disconnecting. -2016-07-28 19:45:18.881 +05:30 [Debug] Connection id ""0HKTMTUJ0VEL1"" received FIN. -2016-07-28 19:45:18.881 +05:30 [Debug] Connection id ""0HKTMTUJ0VEL3"" disconnecting. -2016-07-28 19:45:18.884 +05:30 [Debug] Connection id ""0HKTMTUJ0VEL4"" received FIN. -2016-07-28 19:45:18.884 +05:30 [Debug] Connection id ""0HKTMTUJ0VEL1"" disconnecting. -2016-07-28 19:45:18.886 +05:30 [Debug] Connection id ""0HKTMTUJ0VEL3"" sending FIN. -2016-07-28 19:45:18.879 +05:30 [Debug] Connection id ""0HKTMTUJ0VEL0"" received FIN. -2016-07-28 19:45:18.889 +05:30 [Debug] Connection id ""0HKTMTUJ0VEL2"" received FIN. -2016-07-28 19:45:18.890 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKV"" sending FIN. -2016-07-28 19:45:18.889 +05:30 [Debug] Connection id ""0HKTMTUJ0VEL1"" sending FIN. -2016-07-28 19:45:18.886 +05:30 [Debug] Connection id ""0HKTMTUJ0VEL4"" disconnecting. -2016-07-28 19:45:18.891 +05:30 [Debug] Connection id ""0HKTMTUJ0VEL2"" disconnecting. -2016-07-28 19:45:18.892 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKV"" sent FIN with status "0". -2016-07-28 19:45:18.896 +05:30 [Debug] Connection id ""0HKTMTUJ0VEKV"" stopped. -2016-07-28 19:45:18.895 +05:30 [Debug] Connection id ""0HKTMTUJ0VEL1"" sent FIN with status "0". -2016-07-28 19:45:18.899 +05:30 [Debug] Connection id ""0HKTMTUJ0VEL1"" stopped. -2016-07-28 19:45:18.890 +05:30 [Debug] Connection id ""0HKTMTUJ0VEL0"" disconnecting. -2016-07-28 19:45:18.900 +05:30 [Debug] Connection id ""0HKTMTUJ0VEL3"" sent FIN with status "0". -2016-07-28 19:45:18.901 +05:30 [Debug] Connection id ""0HKTMTUJ0VEL3"" stopped. -2016-07-28 19:45:18.903 +05:30 [Debug] Connection id ""0HKTMTUJ0VEL4"" sending FIN. -2016-07-28 19:45:18.903 +05:30 [Debug] Connection id ""0HKTMTUJ0VEL4"" sent FIN with status "0". -2016-07-28 19:45:18.897 +05:30 [Debug] Connection id ""0HKTMTUJ0VEL2"" sending FIN. -2016-07-28 19:45:18.904 +05:30 [Debug] Connection id ""0HKTMTUJ0VEL4"" stopped. -2016-07-28 19:45:18.905 +05:30 [Debug] Connection id ""0HKTMTUJ0VEL0"" sending FIN. -2016-07-28 19:45:18.908 +05:30 [Debug] Connection id ""0HKTMTUJ0VEL0"" sent FIN with status "0". -2016-07-28 19:45:18.908 +05:30 [Debug] Connection id ""0HKTMTUJ0VEL0"" stopped. -2016-07-28 19:45:18.910 +05:30 [Debug] Connection id ""0HKTMTUJ0VEL2"" sent FIN with status "0". -2016-07-28 19:45:18.911 +05:30 [Debug] Connection id ""0HKTMTUJ0VEL2"" stopped. diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/wwwroot/log/log-20160801.txt b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/wwwroot/log/log-20160801.txt deleted file mode 100644 index 98df924f7..000000000 --- a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/wwwroot/log/log-20160801.txt +++ /dev/null @@ -1,12007 +0,0 @@ -2016-08-01 10:07:23.923 +05:30 [Debug] Hosting starting -2016-08-01 10:07:24.222 +05:30 [Debug] Hosting started -2016-08-01 10:07:24.472 +05:30 [Debug] Connection id ""0HKTPOM4D1TEO"" started. -2016-08-01 10:07:24.472 +05:30 [Debug] Connection id ""0HKTPOM4D1TEN"" started. -2016-08-01 10:07:24.713 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-08-01 10:07:24.713 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:6361/ 0 -2016-08-01 10:07:24.919 +05:30 [Information] Request finished in 168.9568ms 200 -2016-08-01 10:07:25.014 +05:30 [Debug] Connection id ""0HKTPOM4D1TEO"" completed keep alive response. -2016-08-01 10:07:25.639 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-08-01 10:07:25.691 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"7bfa9191-be5f-4c4d-a948-a0b20ac84c14"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-08-01 10:07:26.063 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-08-01 10:07:26.210 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid -2016-08-01 10:07:26.214 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult". -2016-08-01 10:07:26.294 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 10:07:26.303 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 10:07:26.306 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 10:07:26.677 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 601.5818ms -2016-08-01 10:07:26.842 +05:30 [Information] Request finished in 2180.0011ms 200 application/json; charset=utf-8 -2016-08-01 10:07:26.848 +05:30 [Debug] Connection id ""0HKTPOM4D1TEN"" completed keep alive response. -2016-08-01 10:07:26.898 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/favicon.ico -2016-08-01 10:07:26.904 +05:30 [Debug] Request did not match any routes. -2016-08-01 10:07:26.920 +05:30 [Information] Request finished in 19.2597ms 404 -2016-08-01 10:07:26.923 +05:30 [Debug] Connection id ""0HKTPOM4D1TEO"" completed keep alive response. -2016-08-01 10:09:24.434 +05:30 [Debug] Connection id ""0HKTPOM4D1TEO"" received FIN. -2016-08-01 10:09:24.434 +05:30 [Debug] Connection id ""0HKTPOM4D1TEN"" received FIN. -2016-08-01 10:09:24.436 +05:30 [Debug] Connection id ""0HKTPOM4D1TEO"" disconnecting. -2016-08-01 10:09:24.436 +05:30 [Debug] Connection id ""0HKTPOM4D1TEN"" disconnecting. -2016-08-01 10:09:24.439 +05:30 [Debug] Connection id ""0HKTPOM4D1TEO"" sending FIN. -2016-08-01 10:09:24.441 +05:30 [Debug] Connection id ""0HKTPOM4D1TEN"" sending FIN. -2016-08-01 10:09:24.454 +05:30 [Debug] Connection id ""0HKTPOM4D1TEN"" sent FIN with status "0". -2016-08-01 10:09:24.454 +05:30 [Debug] Connection id ""0HKTPOM4D1TEO"" sent FIN with status "0". -2016-08-01 10:09:24.459 +05:30 [Debug] Connection id ""0HKTPOM4D1TEN"" stopped. -2016-08-01 10:09:24.459 +05:30 [Debug] Connection id ""0HKTPOM4D1TEO"" stopped. -2016-08-01 10:09:52.204 +05:30 [Debug] Connection id ""0HKTPOM4D1TEP"" started. -2016-08-01 10:09:52.221 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/User/FacebookLogin application/x-www-form-urlencoded 179 -2016-08-01 10:09:52.223 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/FacebookLogin"'. -2016-08-01 10:09:52.248 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" -2016-08-01 10:09:55.919 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" with arguments (["EAAKYvwDVmnUBAOpK85i6EQw9UfkADou5pqnxF6l2CQREArz9CVNLNyWBlCZAB4GZCHBkZC0MsrOxhE5PkEJwTqVVExLUWZAduscDUA2GHygl3VZBAqs6ZAe0OlrlPZCktOdeMMxyYSd052nZALZBhOYNfc71kAY2RyFUZD"]) - ModelState is Valid -2016-08-01 10:10:01.523 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 10:10:01.537 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 10:10:01.542 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 10:10:01.709 +05:30 [Information] Executed action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" in 9457.1998ms -2016-08-01 10:10:01.713 +05:30 [Information] Request finished in 9504.6763ms 200 application/json; charset=utf-8 -2016-08-01 10:10:01.714 +05:30 [Debug] Connection id ""0HKTPOM4D1TEP"" completed keep alive response. -2016-08-01 10:10:02.097 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-08-01 10:10:02.098 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-01 10:10:02.100 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-01 10:10:05.174 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 10:10:05.410 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 10:10:05.412 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 10:10:05.413 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 10:10:05.429 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 3323.8317ms -2016-08-01 10:10:05.440 +05:30 [Information] Request finished in 3343.4476ms 200 application/json; charset=utf-8 -2016-08-01 10:10:05.442 +05:30 [Debug] Connection id ""0HKTPOM4D1TEP"" completed keep alive response. -2016-08-01 10:10:05.501 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-08-01 10:10:05.506 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-01 10:10:05.514 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-01 10:10:08.584 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 10:10:08.750 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 10:10:08.752 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 10:10:08.754 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 10:10:08.771 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 3248.9657ms -2016-08-01 10:10:08.774 +05:30 [Information] Request finished in 3275.7871ms 200 application/json; charset=utf-8 -2016-08-01 10:10:08.775 +05:30 [Debug] Connection id ""0HKTPOM4D1TEP"" completed keep alive response. -2016-08-01 10:10:11.163 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=1 -2016-08-01 10:10:11.164 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-08-01 10:10:11.166 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-08-01 10:10:11.431 +05:30 [Debug] Connection id ""0HKTPOM4D1TEQ"" started. -2016-08-01 10:10:11.432 +05:30 [Debug] Connection id ""0HKTPOM4D1TER"" started. -2016-08-01 10:10:11.432 +05:30 [Debug] Connection id ""0HKTPOM4D1TES"" started. -2016-08-01 10:10:11.433 +05:30 [Debug] Connection id ""0HKTPOM4D1TET"" started. -2016-08-01 10:10:11.434 +05:30 [Debug] Connection id ""0HKTPOM4D1TEU"" started. -2016-08-01 10:10:11.438 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=1 -2016-08-01 10:10:11.439 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-08-01 10:10:11.441 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/LinkedIn/GetLinkedInCompanyPagesProfiles?groupId=1 -2016-08-01 10:10:11.443 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/LinkedIn/GetLinkedInCompanyPagesProfiles"'. -2016-08-01 10:10:11.446 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Google/GetGplusProfiles?groupId=1 -2016-08-01 10:10:11.447 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GetGplusProfiles"'. -2016-08-01 10:10:11.447 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-08-01 10:10:11.449 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" -2016-08-01 10:10:11.458 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" -2016-08-01 10:10:12.446 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=1 -2016-08-01 10:10:12.447 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-08-01 10:10:12.449 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-08-01 10:10:12.979 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Instagram/GetInstagramProfiles?groupId=1 -2016-08-01 10:10:12.980 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Instagram/GetInstagramProfiles"'. -2016-08-01 10:10:12.983 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" -2016-08-01 10:10:15.630 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 10:10:15.656 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 10:10:15.787 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 10:10:15.833 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 10:10:15.910 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 10:10:15.912 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 10:10:15.912 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 10:10:15.913 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 10:10:15.940 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 10:10:16.071 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 10:10:16.073 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 10:10:16.073 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 10:10:16.074 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" in 4548.9166ms -2016-08-01 10:10:16.130 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 10:10:16.131 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 10:10:16.136 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 10:10:16.136 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 10:10:16.167 +05:30 [Information] Request finished in 4659.2959ms 200 application/json; charset=utf-8 -2016-08-01 10:10:16.169 +05:30 [Debug] Connection id ""0HKTPOM4D1TES"" completed keep alive response. -2016-08-01 10:10:16.197 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 4969.4172ms -2016-08-01 10:10:16.202 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 10:10:16.245 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/SocialMessages/GetAllSentMessagesCount?groupId=1&userId=1 -2016-08-01 10:10:16.268 +05:30 [Information] Request finished in 5042.0184ms 200 application/json; charset=utf-8 -2016-08-01 10:10:16.296 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/SocialMessages/GetAllSentMessagesCount"'. -2016-08-01 10:10:16.296 +05:30 [Debug] Connection id ""0HKTPOM4D1TEP"" completed keep alive response. -2016-08-01 10:10:16.306 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" -2016-08-01 10:10:16.308 +05:30 [Information] Executed action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" in 4838.5176ms -2016-08-01 10:10:16.327 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetIncommingMessage?groupId=1&userId=1 -2016-08-01 10:10:16.328 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetIncommingMessage"'. -2016-08-01 10:10:16.329 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" -2016-08-01 10:10:16.362 +05:30 [Information] Request finished in 4892.8978ms 200 application/json; charset=utf-8 -2016-08-01 10:10:16.362 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 10:10:16.368 +05:30 [Debug] Connection id ""0HKTPOM4D1TER"" completed keep alive response. -2016-08-01 10:10:16.372 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 10:10:16.417 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterFollowerCount?groupId=1&userId=1 -2016-08-01 10:10:16.417 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 10:10:16.418 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterFollowerCount"'. -2016-08-01 10:10:16.424 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" -2016-08-01 10:10:16.445 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 10:10:16.551 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 5053.2109ms -2016-08-01 10:10:16.580 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 10:10:16.612 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-08-01 10:10:16.642 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-08-01 10:10:16.664 +05:30 [Information] Request finished in 5147.6166ms 200 application/json; charset=utf-8 -2016-08-01 10:10:16.676 +05:30 [Debug] Connection id ""0HKTPOM4D1TEQ"" completed keep alive response. -2016-08-01 10:10:16.704 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-08-01 10:10:16.733 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/FacebookfanPageCount?groupId=1&userId=1 -2016-08-01 10:10:16.734 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/FacebookfanPageCount"'. -2016-08-01 10:10:16.744 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" -2016-08-01 10:10:16.783 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 10:10:16.785 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 10:10:16.786 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 10:10:16.797 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 10:10:16.841 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-08-01 10:10:16.875 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 4402.6867ms -2016-08-01 10:10:16.921 +05:30 [Information] Request finished in 4460.8882ms 200 application/json; charset=utf-8 -2016-08-01 10:10:16.923 +05:30 [Debug] Connection id ""0HKTPOM4D1TET"" completed keep alive response. -2016-08-01 10:10:16.946 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 10:10:16.956 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 10:10:16.957 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 10:10:16.961 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 10:10:16.963 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 10:10:16.963 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 10:10:16.964 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 10:10:16.965 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 10:10:16.965 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 10:10:16.968 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterRecentFollower?groupId=1 -2016-08-01 10:10:16.970 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterRecentFollower"'. -2016-08-01 10:10:16.971 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 10:10:16.973 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 10:10:16.974 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" -2016-08-01 10:10:16.982 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 10:10:16.992 +05:30 [Information] Executed action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" in 3994.9259ms -2016-08-01 10:10:17.003 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" in 556.8112ms -2016-08-01 10:10:17.012 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" in 246.0863ms -2016-08-01 10:10:17.024 +05:30 [Information] Request finished in 4026.2655ms 200 application/json; charset=utf-8 -2016-08-01 10:10:17.017 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 10:10:17.029 +05:30 [Information] Request finished in 642.2049ms 200 text/plain; charset=utf-8 -2016-08-01 10:10:17.029 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 10:10:17.030 +05:30 [Debug] Connection id ""0HKTPOM4D1TEU"" completed keep alive response. -2016-08-01 10:10:17.030 +05:30 [Debug] Connection id ""0HKTPOM4D1TER"" completed keep alive response. -2016-08-01 10:10:17.034 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 10:10:17.044 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 10:10:17.071 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 10:10:17.078 +05:30 [Information] Request finished in 339.7916ms 200 text/plain; charset=utf-8 -2016-08-01 10:10:17.080 +05:30 [Information] Executed action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" in 749.226ms -2016-08-01 10:10:17.085 +05:30 [Debug] Connection id ""0HKTPOM4D1TEQ"" completed keep alive response. -2016-08-01 10:10:17.098 +05:30 [Information] Request finished in 899.7593ms 200 application/json; charset=utf-8 -2016-08-01 10:10:17.099 +05:30 [Debug] Connection id ""0HKTPOM4D1TES"" completed keep alive response. -2016-08-01 10:10:18.082 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 10:10:18.082 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 10:10:18.083 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 10:10:18.084 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 10:10:18.086 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" in 1754.9017ms -2016-08-01 10:10:18.089 +05:30 [Information] Request finished in 1781.8143ms 200 text/plain; charset=utf-8 -2016-08-01 10:10:18.090 +05:30 [Debug] Connection id ""0HKTPOM4D1TEP"" completed keep alive response. -2016-08-01 10:10:18.648 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 10:10:18.650 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 10:10:18.651 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 10:10:18.654 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 10:10:18.675 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" in 1675.8303ms -2016-08-01 10:10:18.681 +05:30 [Information] Request finished in 1724.1808ms 200 application/json; charset=utf-8 -2016-08-01 10:10:18.682 +05:30 [Debug] Connection id ""0HKTPOM4D1TET"" completed keep alive response. -2016-08-01 10:10:26.849 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetNotifications?groupId=1&userId=1&skip=0&count=20 -2016-08-01 10:10:26.851 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetNotifications"'. -2016-08-01 10:10:26.854 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetNotifications (Api.Socioboard)" -2016-08-01 10:10:26.901 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetNotifications (Api.Socioboard)" with arguments (["1", "1", "0", "20"]) - ModelState is Valid -2016-08-01 10:10:27.278 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetNotifications (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 10:10:27.279 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 10:10:27.279 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 10:10:27.282 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 10:10:27.301 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetNotifications (Api.Socioboard)" in 441.6139ms -2016-08-01 10:10:27.305 +05:30 [Information] Request finished in 457.2586ms 200 application/json; charset=utf-8 -2016-08-01 10:10:27.305 +05:30 [Debug] Connection id ""0HKTPOM4D1TEU"" completed keep alive response. -2016-08-01 10:11:24.431 +05:30 [Debug] Connection id ""0HKTPOM4D1TER"" received FIN. -2016-08-01 10:11:24.431 +05:30 [Debug] Connection id ""0HKTPOM4D1TEQ"" received FIN. -2016-08-01 10:11:24.432 +05:30 [Debug] Connection id ""0HKTPOM4D1TET"" received FIN. -2016-08-01 10:11:24.432 +05:30 [Debug] Connection id ""0HKTPOM4D1TER"" disconnecting. -2016-08-01 10:11:24.433 +05:30 [Debug] Connection id ""0HKTPOM4D1TER"" sending FIN. -2016-08-01 10:11:24.434 +05:30 [Debug] Connection id ""0HKTPOM4D1TER"" sent FIN with status "0". -2016-08-01 10:11:24.434 +05:30 [Debug] Connection id ""0HKTPOM4D1TER"" stopped. -2016-08-01 10:11:24.432 +05:30 [Debug] Connection id ""0HKTPOM4D1TEQ"" disconnecting. -2016-08-01 10:11:24.435 +05:30 [Debug] Connection id ""0HKTPOM4D1TEQ"" sending FIN. -2016-08-01 10:11:24.436 +05:30 [Debug] Connection id ""0HKTPOM4D1TEQ"" sent FIN with status "0". -2016-08-01 10:11:24.437 +05:30 [Debug] Connection id ""0HKTPOM4D1TEQ"" stopped. -2016-08-01 10:11:24.437 +05:30 [Debug] Connection id ""0HKTPOM4D1TES"" received FIN. -2016-08-01 10:11:24.438 +05:30 [Debug] Connection id ""0HKTPOM4D1TEP"" received FIN. -2016-08-01 10:11:24.433 +05:30 [Debug] Connection id ""0HKTPOM4D1TET"" disconnecting. -2016-08-01 10:11:24.438 +05:30 [Debug] Connection id ""0HKTPOM4D1TES"" disconnecting. -2016-08-01 10:11:24.440 +05:30 [Debug] Connection id ""0HKTPOM4D1TES"" sending FIN. -2016-08-01 10:11:24.440 +05:30 [Debug] Connection id ""0HKTPOM4D1TES"" sent FIN with status "0". -2016-08-01 10:11:24.439 +05:30 [Debug] Connection id ""0HKTPOM4D1TEP"" disconnecting. -2016-08-01 10:11:24.438 +05:30 [Debug] Connection id ""0HKTPOM4D1TET"" sending FIN. -2016-08-01 10:11:24.441 +05:30 [Debug] Connection id ""0HKTPOM4D1TES"" stopped. -2016-08-01 10:11:24.442 +05:30 [Debug] Connection id ""0HKTPOM4D1TEP"" sending FIN. -2016-08-01 10:11:24.442 +05:30 [Debug] Connection id ""0HKTPOM4D1TEP"" sent FIN with status "0". -2016-08-01 10:11:24.442 +05:30 [Debug] Connection id ""0HKTPOM4D1TEP"" stopped. -2016-08-01 10:11:24.441 +05:30 [Debug] Connection id ""0HKTPOM4D1TET"" sent FIN with status "0". -2016-08-01 10:11:24.443 +05:30 [Debug] Connection id ""0HKTPOM4D1TET"" stopped. -2016-08-01 10:13:24.431 +05:30 [Debug] Connection id ""0HKTPOM4D1TEU"" received FIN. -2016-08-01 10:13:24.433 +05:30 [Debug] Connection id ""0HKTPOM4D1TEU"" disconnecting. -2016-08-01 10:13:24.433 +05:30 [Debug] Connection id ""0HKTPOM4D1TEU"" sending FIN. -2016-08-01 10:13:24.434 +05:30 [Debug] Connection id ""0HKTPOM4D1TEU"" sent FIN with status "0". -2016-08-01 10:13:24.434 +05:30 [Debug] Connection id ""0HKTPOM4D1TEU"" stopped. -2016-08-01 10:15:49.461 +05:30 [Debug] Connection id ""0HKTPOM4D1TEV"" started. -2016-08-01 10:15:49.467 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-08-01 10:15:49.468 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-01 10:15:49.470 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-01 10:15:49.482 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 10:15:49.489 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 10:15:49.490 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 10:15:49.491 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 10:15:49.494 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 21.6007ms -2016-08-01 10:15:49.497 +05:30 [Information] Request finished in 33.9402ms 200 application/json; charset=utf-8 -2016-08-01 10:15:49.497 +05:30 [Debug] Connection id ""0HKTPOM4D1TEV"" completed keep alive response. -2016-08-01 10:15:49.508 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-08-01 10:15:49.514 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-01 10:15:49.515 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-01 10:15:49.545 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 10:15:49.548 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 10:15:49.552 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 10:15:49.553 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 10:15:49.558 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 37.1542ms -2016-08-01 10:15:49.565 +05:30 [Information] Request finished in 55.656ms 200 application/json; charset=utf-8 -2016-08-01 10:15:49.566 +05:30 [Debug] Connection id ""0HKTPOM4D1TEV"" completed keep alive response. -2016-08-01 10:15:51.279 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=1 -2016-08-01 10:15:51.280 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-08-01 10:15:51.282 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-08-01 10:15:51.315 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 10:15:51.328 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 10:15:51.329 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 10:15:51.330 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 10:15:51.335 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 10:15:51.345 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 55.3221ms -2016-08-01 10:15:51.350 +05:30 [Information] Request finished in 96.6409ms 200 application/json; charset=utf-8 -2016-08-01 10:15:51.351 +05:30 [Debug] Connection id ""0HKTPOM4D1TEV"" completed keep alive response. -2016-08-01 10:15:51.462 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetNotifications?groupId=1&userId=1&skip=0&count=20 -2016-08-01 10:15:51.463 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetNotifications"'. -2016-08-01 10:15:51.464 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetNotifications (Api.Socioboard)" -2016-08-01 10:15:51.490 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetNotifications (Api.Socioboard)" with arguments (["1", "1", "0", "20"]) - ModelState is Valid -2016-08-01 10:15:51.518 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetNotifications (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 10:15:51.531 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 10:15:51.531 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 10:15:51.534 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 10:15:51.550 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetNotifications (Api.Socioboard)" in 82.6633ms -2016-08-01 10:15:51.553 +05:30 [Information] Request finished in 91.4671ms 200 application/json; charset=utf-8 -2016-08-01 10:15:51.553 +05:30 [Debug] Connection id ""0HKTPOM4D1TEV"" completed keep alive response. -2016-08-01 10:16:05.102 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterDirectMessage?groupId=1&userId=1&skip=0%20&count=30 -2016-08-01 10:16:05.103 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterDirectMessage"'. -2016-08-01 10:16:05.106 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterDirectMessage (Api.Socioboard)" -2016-08-01 10:16:05.180 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterDirectMessage (Api.Socioboard)" with arguments (["1", "1", "0", "30"]) - ModelState is Valid -2016-08-01 10:16:05.287 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterDirectMessage (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 10:16:05.289 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 10:16:05.290 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 10:16:05.293 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 10:16:05.306 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterDirectMessage (Api.Socioboard)" in 192.8073ms -2016-08-01 10:16:05.314 +05:30 [Information] Request finished in 209.4649ms 200 application/json; charset=utf-8 -2016-08-01 10:16:05.315 +05:30 [Debug] Connection id ""0HKTPOM4D1TEV"" completed keep alive response. -2016-08-01 10:17:16.305 +05:30 [Debug] Connection id ""0HKTPOM4D1TEV"" received FIN. -2016-08-01 10:17:16.305 +05:30 [Debug] Connection id ""0HKTPOM4D1TF0"" started. -2016-08-01 10:17:16.306 +05:30 [Debug] Connection id ""0HKTPOM4D1TEV"" disconnecting. -2016-08-01 10:17:16.308 +05:30 [Debug] Connection id ""0HKTPOM4D1TEV"" sending FIN. -2016-08-01 10:17:16.309 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-08-01 10:17:16.309 +05:30 [Debug] Connection id ""0HKTPOM4D1TEV"" sent FIN with status "0". -2016-08-01 10:17:16.310 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-01 10:17:16.310 +05:30 [Debug] Connection id ""0HKTPOM4D1TEV"" stopped. -2016-08-01 10:17:16.311 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-01 10:17:16.319 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 10:17:16.323 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 10:17:16.324 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 10:17:16.325 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 10:17:16.327 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 14.5455ms -2016-08-01 10:17:16.332 +05:30 [Information] Request finished in 23.2006ms 200 application/json; charset=utf-8 -2016-08-01 10:17:16.333 +05:30 [Debug] Connection id ""0HKTPOM4D1TF0"" completed keep alive response. -2016-08-01 10:17:16.338 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-08-01 10:17:16.340 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-01 10:17:16.341 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-01 10:17:16.367 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 10:17:16.369 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 10:17:16.370 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 10:17:16.373 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 10:17:16.379 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 35.9837ms -2016-08-01 10:17:16.383 +05:30 [Information] Request finished in 44.5756ms 200 application/json; charset=utf-8 -2016-08-01 10:17:16.384 +05:30 [Debug] Connection id ""0HKTPOM4D1TF0"" completed keep alive response. -2016-08-01 10:17:17.774 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=1 -2016-08-01 10:17:17.775 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-08-01 10:17:17.776 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-08-01 10:17:17.797 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 10:17:17.801 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 10:17:17.810 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 10:17:17.810 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 10:17:17.820 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 10:17:17.829 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 41.3126ms -2016-08-01 10:17:17.837 +05:30 [Information] Request finished in 61.5431ms 200 application/json; charset=utf-8 -2016-08-01 10:17:17.837 +05:30 [Debug] Connection id ""0HKTPOM4D1TF0"" completed keep alive response. -2016-08-01 10:17:18.168 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterDirectMessage?groupId=1&userId=1&skip=0%20&count=30 -2016-08-01 10:17:18.169 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterDirectMessage"'. -2016-08-01 10:17:18.170 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterDirectMessage (Api.Socioboard)" -2016-08-01 10:17:18.216 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterDirectMessage (Api.Socioboard)" with arguments (["1", "1", "0", "30"]) - ModelState is Valid -2016-08-01 10:17:18.234 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterDirectMessage (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 10:17:18.237 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 10:17:18.237 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 10:17:18.252 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 10:17:18.255 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterDirectMessage (Api.Socioboard)" in 81.8316ms -2016-08-01 10:17:18.259 +05:30 [Information] Request finished in 90.9255ms 200 application/json; charset=utf-8 -2016-08-01 10:17:18.260 +05:30 [Debug] Connection id ""0HKTPOM4D1TF0"" completed keep alive response. -2016-08-01 10:17:20.649 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-08-01 10:17:20.652 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-01 10:17:20.654 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-01 10:17:20.672 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 10:17:20.674 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 10:17:20.676 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 10:17:20.680 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 10:17:20.684 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 25.971ms -2016-08-01 10:17:20.689 +05:30 [Information] Request finished in 43.8192ms 200 application/json; charset=utf-8 -2016-08-01 10:17:20.689 +05:30 [Debug] Connection id ""0HKTPOM4D1TF0"" completed keep alive response. -2016-08-01 10:17:20.695 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-08-01 10:17:20.696 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-01 10:17:20.697 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-01 10:17:20.712 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 10:17:20.713 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 10:17:20.714 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 10:17:20.716 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 10:17:20.722 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 19.9566ms -2016-08-01 10:17:20.726 +05:30 [Information] Request finished in 31.2144ms 200 application/json; charset=utf-8 -2016-08-01 10:17:20.727 +05:30 [Debug] Connection id ""0HKTPOM4D1TF0"" completed keep alive response. -2016-08-01 10:17:21.023 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-08-01 10:17:21.024 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-01 10:17:21.025 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-01 10:17:21.063 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 10:17:21.065 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 10:17:21.065 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 10:17:21.067 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 10:17:21.069 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 42.0856ms -2016-08-01 10:17:21.072 +05:30 [Information] Request finished in 54.4122ms 200 application/json; charset=utf-8 -2016-08-01 10:17:21.073 +05:30 [Debug] Connection id ""0HKTPOM4D1TF0"" completed keep alive response. -2016-08-01 10:17:21.174 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-08-01 10:17:21.176 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-01 10:17:21.183 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-01 10:17:21.205 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 10:17:21.206 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 10:17:21.207 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 10:17:21.210 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 10:17:21.214 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 27.2857ms -2016-08-01 10:17:21.217 +05:30 [Information] Request finished in 56.0806ms 200 application/json; charset=utf-8 -2016-08-01 10:17:21.218 +05:30 [Debug] Connection id ""0HKTPOM4D1TF0"" completed keep alive response. -2016-08-01 10:17:24.232 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=1 -2016-08-01 10:17:24.234 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-08-01 10:17:24.238 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-08-01 10:17:24.330 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 10:17:24.335 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 10:17:24.337 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 10:17:24.338 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 10:17:24.343 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 10:17:24.357 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 103.6381ms -2016-08-01 10:17:24.362 +05:30 [Information] Request finished in 147.4947ms 200 application/json; charset=utf-8 -2016-08-01 10:17:24.364 +05:30 [Debug] Connection id ""0HKTPOM4D1TF0"" completed keep alive response. -2016-08-01 10:17:24.527 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterDirectMessage?groupId=1&userId=1&skip=0%20&count=30 -2016-08-01 10:17:24.529 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterDirectMessage"'. -2016-08-01 10:17:24.531 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterDirectMessage (Api.Socioboard)" -2016-08-01 10:17:24.607 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterDirectMessage (Api.Socioboard)" with arguments (["1", "1", "0", "30"]) - ModelState is Valid -2016-08-01 10:17:24.615 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterDirectMessage (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 10:17:24.616 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 10:17:24.616 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 10:17:24.618 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 10:17:24.621 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterDirectMessage (Api.Socioboard)" in 87.6547ms -2016-08-01 10:17:24.625 +05:30 [Information] Request finished in 172.3434ms 200 application/json; charset=utf-8 -2016-08-01 10:17:24.625 +05:30 [Debug] Connection id ""0HKTPOM4D1TF0"" completed keep alive response. -2016-08-01 10:19:00.495 +05:30 [Debug] Connection id ""0HKTPOM4D1TF0"" received FIN. -2016-08-01 10:19:00.496 +05:30 [Debug] Connection id ""0HKTPOM4D1TF0"" disconnecting. -2016-08-01 10:19:00.496 +05:30 [Debug] Connection id ""0HKTPOM4D1TF1"" started. -2016-08-01 10:19:00.497 +05:30 [Debug] Connection id ""0HKTPOM4D1TF0"" sending FIN. -2016-08-01 10:19:00.501 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-08-01 10:19:00.501 +05:30 [Debug] Connection id ""0HKTPOM4D1TF0"" sent FIN with status "0". -2016-08-01 10:19:00.502 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-01 10:19:00.503 +05:30 [Debug] Connection id ""0HKTPOM4D1TF0"" stopped. -2016-08-01 10:19:00.504 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-01 10:19:00.514 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 10:19:00.516 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 10:19:00.517 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 10:19:00.518 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 10:19:00.521 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 14.5718ms -2016-08-01 10:19:00.526 +05:30 [Information] Request finished in 24.745ms 200 application/json; charset=utf-8 -2016-08-01 10:19:00.527 +05:30 [Debug] Connection id ""0HKTPOM4D1TF1"" completed keep alive response. -2016-08-01 10:19:00.536 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-08-01 10:19:00.537 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-01 10:19:00.538 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-01 10:19:00.558 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 10:19:00.560 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 10:19:00.562 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 10:19:00.564 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 10:19:00.569 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 26.9697ms -2016-08-01 10:19:00.574 +05:30 [Information] Request finished in 38.8789ms 200 application/json; charset=utf-8 -2016-08-01 10:19:00.574 +05:30 [Debug] Connection id ""0HKTPOM4D1TF1"" completed keep alive response. -2016-08-01 10:19:01.994 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=1 -2016-08-01 10:19:01.995 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-08-01 10:19:01.996 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-08-01 10:19:02.032 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 10:19:02.034 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 10:19:02.034 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 10:19:02.035 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 10:19:02.039 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 10:19:02.044 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 43.1054ms -2016-08-01 10:19:02.049 +05:30 [Information] Request finished in 59.201ms 200 application/json; charset=utf-8 -2016-08-01 10:19:02.050 +05:30 [Debug] Connection id ""0HKTPOM4D1TF1"" completed keep alive response. -2016-08-01 10:19:02.279 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterDirectMessage?groupId=1&userId=1&skip=0%20&count=30 -2016-08-01 10:19:02.281 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterDirectMessage"'. -2016-08-01 10:19:02.284 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterDirectMessage (Api.Socioboard)" -2016-08-01 10:19:02.491 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterDirectMessage (Api.Socioboard)" with arguments (["1", "1", "0", "30"]) - ModelState is Valid -2016-08-01 10:19:21.219 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterDirectMessage (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 10:19:21.221 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 10:19:21.222 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 10:19:21.227 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 10:19:21.237 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterDirectMessage (Api.Socioboard)" in 18941.6619ms -2016-08-01 10:19:21.244 +05:30 [Information] Request finished in 18964.8111ms 200 application/json; charset=utf-8 -2016-08-01 10:19:21.245 +05:30 [Debug] Connection id ""0HKTPOM4D1TF1"" completed keep alive response. -2016-08-01 10:20:52.854 +05:30 [Debug] Connection id ""0HKTPOM4D1TF2"" started. -2016-08-01 10:20:52.856 +05:30 [Debug] Connection id ""0HKTPOM4D1TF1"" received FIN. -2016-08-01 10:20:52.858 +05:30 [Debug] Connection id ""0HKTPOM4D1TF1"" disconnecting. -2016-08-01 10:20:52.859 +05:30 [Debug] Connection id ""0HKTPOM4D1TF1"" sending FIN. -2016-08-01 10:20:52.860 +05:30 [Debug] Connection id ""0HKTPOM4D1TF1"" sent FIN with status "0". -2016-08-01 10:20:52.862 +05:30 [Debug] Connection id ""0HKTPOM4D1TF1"" stopped. -2016-08-01 10:20:52.859 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-08-01 10:20:52.864 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-01 10:20:52.865 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-01 10:20:52.883 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 10:20:52.884 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 10:20:52.885 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 10:20:52.887 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 10:20:52.894 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 22.7553ms -2016-08-01 10:20:52.899 +05:30 [Information] Request finished in 41.6699ms 200 application/json; charset=utf-8 -2016-08-01 10:20:52.899 +05:30 [Debug] Connection id ""0HKTPOM4D1TF2"" completed keep alive response. -2016-08-01 10:20:52.907 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-08-01 10:20:52.907 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-01 10:20:52.908 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-01 10:20:52.935 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 10:20:52.936 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 10:20:52.937 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 10:20:52.939 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 10:20:52.947 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 31.9379ms -2016-08-01 10:20:52.955 +05:30 [Information] Request finished in 46.8007ms 200 application/json; charset=utf-8 -2016-08-01 10:20:52.955 +05:30 [Debug] Connection id ""0HKTPOM4D1TF2"" completed keep alive response. -2016-08-01 10:20:54.632 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=1 -2016-08-01 10:20:54.634 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-08-01 10:20:54.635 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-08-01 10:20:54.663 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 10:20:54.667 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 10:20:54.670 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 10:20:54.671 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 10:20:54.681 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 10:20:54.684 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 45.6497ms -2016-08-01 10:20:54.689 +05:30 [Information] Request finished in 62.2408ms 200 application/json; charset=utf-8 -2016-08-01 10:20:54.691 +05:30 [Debug] Connection id ""0HKTPOM4D1TF2"" completed keep alive response. -2016-08-01 10:20:54.984 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterDirectMessage?groupId=1&userId=1&skip=0%20&count=30 -2016-08-01 10:20:54.985 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterDirectMessage"'. -2016-08-01 10:20:54.985 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterDirectMessage (Api.Socioboard)" -2016-08-01 10:20:55.019 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterDirectMessage (Api.Socioboard)" with arguments (["1", "1", "0", "30"]) - ModelState is Valid -2016-08-01 10:21:01.158 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterDirectMessage (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 10:21:01.159 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 10:21:01.159 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 10:21:01.169 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 10:21:01.176 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterDirectMessage (Api.Socioboard)" in 6185.11ms -2016-08-01 10:21:01.222 +05:30 [Information] Request finished in 6237.304ms 200 application/json; charset=utf-8 -2016-08-01 10:21:01.223 +05:30 [Debug] Connection id ""0HKTPOM4D1TF2"" completed keep alive response. -2016-08-01 10:23:24.432 +05:30 [Debug] Connection id ""0HKTPOM4D1TF2"" received FIN. -2016-08-01 10:23:24.434 +05:30 [Debug] Connection id ""0HKTPOM4D1TF2"" disconnecting. -2016-08-01 10:23:24.435 +05:30 [Debug] Connection id ""0HKTPOM4D1TF2"" sending FIN. -2016-08-01 10:23:24.436 +05:30 [Debug] Connection id ""0HKTPOM4D1TF2"" sent FIN with status "0". -2016-08-01 10:23:24.436 +05:30 [Debug] Connection id ""0HKTPOM4D1TF2"" stopped. -2016-08-01 14:00:43.689 +05:30 [Debug] Connection id ""0HKTPOM4D1TF3"" started. -2016-08-01 14:00:43.697 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/User/FacebookLogin application/x-www-form-urlencoded 176 -2016-08-01 14:00:43.701 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/FacebookLogin"'. -2016-08-01 14:00:43.702 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" -2016-08-01 14:00:43.722 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" with arguments (["EAAKYvwDVmnUBADDSmiFg4JBPYowhrjE2WasA6VT5IlSzu74bxciZBHRaPxJHIrYw0UEXIukMZCMeZAftlIj9DnCWBARxZAgrH4evUWnBc5Tlu25lmSx7i5dHUs4uAnUjZBZAXj984hlosBIvizhAwBrW42mlczziMZD"]) - ModelState is Valid -2016-08-01 14:00:44.343 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 14:00:44.344 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 14:00:44.346 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 14:00:44.354 +05:30 [Information] Executed action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" in 645.4643ms -2016-08-01 14:00:44.359 +05:30 [Information] Request finished in 665.9577ms 200 application/json; charset=utf-8 -2016-08-01 14:00:44.360 +05:30 [Debug] Connection id ""0HKTPOM4D1TF3"" completed keep alive response. -2016-08-01 14:00:44.407 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-08-01 14:00:44.408 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-01 14:00:44.409 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-01 14:00:44.434 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 14:00:44.436 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 14:00:44.436 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 14:00:44.442 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 14:00:44.448 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 34.0958ms -2016-08-01 14:00:44.455 +05:30 [Information] Request finished in 47.7139ms 200 application/json; charset=utf-8 -2016-08-01 14:00:44.456 +05:30 [Debug] Connection id ""0HKTPOM4D1TF3"" completed keep alive response. -2016-08-01 14:00:44.465 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-08-01 14:00:44.466 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-01 14:00:44.467 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-01 14:00:44.481 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 14:00:44.482 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 14:00:44.483 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 14:00:44.486 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 14:00:44.489 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 19.1175ms -2016-08-01 14:00:44.495 +05:30 [Information] Request finished in 30.039ms 200 application/json; charset=utf-8 -2016-08-01 14:00:44.495 +05:30 [Debug] Connection id ""0HKTPOM4D1TF3"" completed keep alive response. -2016-08-01 14:00:46.301 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=1 -2016-08-01 14:00:46.303 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-08-01 14:00:46.304 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-08-01 14:00:46.325 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 14:00:46.328 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 14:00:46.329 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 14:00:46.329 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 14:00:46.332 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 14:00:46.339 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 30.9964ms -2016-08-01 14:00:46.346 +05:30 [Information] Request finished in 45.7607ms 200 application/json; charset=utf-8 -2016-08-01 14:00:46.347 +05:30 [Debug] Connection id ""0HKTPOM4D1TF3"" completed keep alive response. -2016-08-01 14:00:46.568 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=1 -2016-08-01 14:00:46.569 +05:30 [Debug] Connection id ""0HKTPOM4D1TF4"" started. -2016-08-01 14:00:46.570 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-08-01 14:00:46.573 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-08-01 14:00:46.571 +05:30 [Debug] Connection id ""0HKTPOM4D1TF6"" started. -2016-08-01 14:00:46.571 +05:30 [Debug] Connection id ""0HKTPOM4D1TF5"" started. -2016-08-01 14:00:46.575 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=1 -2016-08-01 14:00:46.589 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-08-01 14:00:46.590 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-08-01 14:00:46.584 +05:30 [Debug] Connection id ""0HKTPOM4D1TF8"" started. -2016-08-01 14:00:46.584 +05:30 [Debug] Connection id ""0HKTPOM4D1TF7"" started. -2016-08-01 14:00:46.596 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/LinkedIn/GetLinkedInCompanyPagesProfiles?groupId=1 -2016-08-01 14:00:46.597 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/LinkedIn/GetLinkedInCompanyPagesProfiles"'. -2016-08-01 14:00:46.598 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" -2016-08-01 14:00:46.669 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Instagram/GetInstagramProfiles?groupId=1 -2016-08-01 14:00:46.680 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Instagram/GetInstagramProfiles"'. -2016-08-01 14:00:46.685 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" -2016-08-01 14:00:46.677 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/SocialMessages/GetAllSentMessagesCount?groupId=1&userId=1 -2016-08-01 14:00:46.703 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Google/GetGplusProfiles?groupId=1 -2016-08-01 14:00:46.726 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/SocialMessages/GetAllSentMessagesCount"'. -2016-08-01 14:00:46.742 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GetGplusProfiles"'. -2016-08-01 14:00:46.808 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 14:00:46.819 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" -2016-08-01 14:00:46.819 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" -2016-08-01 14:00:46.865 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 14:00:46.875 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 14:00:46.881 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 14:00:46.917 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 14:00:46.926 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 14:00:46.923 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 14:00:46.889 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 14:00:46.958 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 14:00:46.932 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 14:00:46.962 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 14:00:46.970 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 14:00:46.973 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 14:00:46.974 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 14:00:46.969 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 14:00:46.972 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 14:00:47.002 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 14:00:47.014 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 14:00:47.025 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 14:00:47.034 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 14:00:47.037 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 14:00:47.039 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 14:00:47.041 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 428.1424ms -2016-08-01 14:00:47.042 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 14:00:47.044 +05:30 [Information] Executed action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" in 329.3753ms -2016-08-01 14:00:47.044 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 14:00:47.051 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 444.8899ms -2016-08-01 14:00:47.055 +05:30 [Information] Executed action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" in 429.9352ms -2016-08-01 14:00:47.061 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 14:00:47.063 +05:30 [Information] Request finished in 453.34ms 200 application/json; charset=utf-8 -2016-08-01 14:00:47.066 +05:30 [Debug] Connection id ""0HKTPOM4D1TF5"" completed keep alive response. -2016-08-01 14:00:47.075 +05:30 [Information] Request finished in 483.9361ms 200 application/json; charset=utf-8 -2016-08-01 14:00:47.077 +05:30 [Debug] Connection id ""0HKTPOM4D1TF3"" completed keep alive response. -2016-08-01 14:00:47.077 +05:30 [Information] Request finished in 487.296ms 200 application/json; charset=utf-8 -2016-08-01 14:00:47.086 +05:30 [Debug] Connection id ""0HKTPOM4D1TF4"" completed keep alive response. -2016-08-01 14:00:47.095 +05:30 [Information] Request finished in 487.3187ms 200 application/json; charset=utf-8 -2016-08-01 14:00:47.095 +05:30 [Debug] Connection id ""0HKTPOM4D1TF6"" completed keep alive response. -2016-08-01 14:00:47.106 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" in 239.0101ms -2016-08-01 14:00:47.113 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetIncommingMessage?groupId=1&userId=1 -2016-08-01 14:00:47.115 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetIncommingMessage"'. -2016-08-01 14:00:47.117 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterRecentFollower?groupId=1 -2016-08-01 14:00:47.121 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" -2016-08-01 14:00:47.122 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterRecentFollower"'. -2016-08-01 14:00:47.124 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" -2016-08-01 14:00:47.127 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterFollowerCount?groupId=1&userId=1 -2016-08-01 14:00:47.132 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterFollowerCount"'. -2016-08-01 14:00:47.140 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" -2016-08-01 14:00:47.146 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/FacebookfanPageCount?groupId=1&userId=1 -2016-08-01 14:00:47.147 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/FacebookfanPageCount"'. -2016-08-01 14:00:47.149 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" -2016-08-01 14:00:47.158 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-08-01 14:00:47.170 +05:30 [Information] Request finished in 450.7025ms 200 application/json; charset=utf-8 -2016-08-01 14:00:47.174 +05:30 [Debug] Connection id ""0HKTPOM4D1TF8"" completed keep alive response. -2016-08-01 14:00:47.191 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 14:00:47.193 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 14:00:47.194 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 14:00:47.201 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 14:00:47.206 +05:30 [Information] Executed action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" in 338.4898ms -2016-08-01 14:00:47.223 +05:30 [Information] Request finished in 622.0761ms 200 application/json; charset=utf-8 -2016-08-01 14:00:47.224 +05:30 [Debug] Connection id ""0HKTPOM4D1TF7"" completed keep alive response. -2016-08-01 14:00:47.253 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 14:00:47.259 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-08-01 14:00:47.288 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-08-01 14:00:47.358 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 14:00:47.324 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-08-01 14:00:47.361 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 14:00:47.364 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 14:00:47.377 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 14:00:47.378 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 14:00:47.380 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 14:00:47.381 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 14:00:47.379 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 14:00:47.382 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 14:00:47.387 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 14:00:47.390 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 14:00:47.393 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 14:00:47.396 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" in 268.544ms -2016-08-01 14:00:47.403 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" in 253.1918ms -2016-08-01 14:00:47.406 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" in 245.3466ms -2016-08-01 14:00:47.418 +05:30 [Information] Request finished in 335.9062ms 200 text/plain; charset=utf-8 -2016-08-01 14:00:47.419 +05:30 [Debug] Connection id ""0HKTPOM4D1TF5"" completed keep alive response. -2016-08-01 14:00:47.421 +05:30 [Information] Request finished in 321.0913ms 200 text/plain; charset=utf-8 -2016-08-01 14:00:47.425 +05:30 [Debug] Connection id ""0HKTPOM4D1TF3"" completed keep alive response. -2016-08-01 14:00:47.428 +05:30 [Information] Request finished in 319.9504ms 200 text/plain; charset=utf-8 -2016-08-01 14:00:47.435 +05:30 [Debug] Connection id ""0HKTPOM4D1TF4"" completed keep alive response. -2016-08-01 14:00:49.076 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 14:00:49.077 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 14:00:49.078 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 14:00:49.085 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 14:00:49.092 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" in 1962.3684ms -2016-08-01 14:00:49.103 +05:30 [Information] Request finished in 1993.3017ms 200 application/json; charset=utf-8 -2016-08-01 14:00:49.104 +05:30 [Debug] Connection id ""0HKTPOM4D1TF6"" completed keep alive response. -2016-08-01 14:00:50.983 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-08-01 14:00:50.984 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-01 14:00:50.985 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-01 14:00:51.029 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 14:00:51.030 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 14:00:51.031 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 14:00:51.034 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 14:00:51.037 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 48.7162ms -2016-08-01 14:00:51.044 +05:30 [Information] Request finished in 62.3923ms 200 application/json; charset=utf-8 -2016-08-01 14:00:51.045 +05:30 [Debug] Connection id ""0HKTPOM4D1TF8"" completed keep alive response. -2016-08-01 14:00:51.050 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=2 -2016-08-01 14:00:51.051 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-01 14:00:51.052 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-01 14:00:51.069 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-01 14:00:51.075 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 14:00:51.076 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 14:00:51.079 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 14:00:51.083 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 27.3663ms -2016-08-01 14:00:51.089 +05:30 [Information] Request finished in 39.4619ms 200 application/json; charset=utf-8 -2016-08-01 14:00:51.090 +05:30 [Debug] Connection id ""0HKTPOM4D1TF7"" completed keep alive response. -2016-08-01 14:00:52.310 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=2 -2016-08-01 14:00:52.311 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-08-01 14:00:52.312 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-08-01 14:00:52.328 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-01 14:00:52.362 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 14:00:52.364 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 14:00:52.364 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 14:00:52.368 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 14:00:52.381 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 63.8302ms -2016-08-01 14:00:52.390 +05:30 [Information] Request finished in 78.3327ms 200 application/json; charset=utf-8 -2016-08-01 14:00:52.392 +05:30 [Debug] Connection id ""0HKTPOM4D1TF5"" completed keep alive response. -2016-08-01 14:00:52.820 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=2 -2016-08-01 14:00:52.821 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-08-01 14:00:52.825 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-08-01 14:00:52.826 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/LinkedIn/GetLinkedInCompanyPagesProfiles?groupId=2 -2016-08-01 14:00:52.828 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/LinkedIn/GetLinkedInCompanyPagesProfiles"'. -2016-08-01 14:00:52.829 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" -2016-08-01 14:00:52.832 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Google/GetGplusProfiles?groupId=2 -2016-08-01 14:00:52.834 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GetGplusProfiles"'. -2016-08-01 14:00:52.836 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" -2016-08-01 14:00:52.862 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Instagram/GetInstagramProfiles?groupId=2 -2016-08-01 14:00:52.881 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=2 -2016-08-01 14:00:52.893 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-08-01 14:00:52.896 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-08-01 14:00:52.926 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/SocialMessages/GetAllSentMessagesCount?groupId=2&userId=1 -2016-08-01 14:00:52.893 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Instagram/GetInstagramProfiles"'. -2016-08-01 14:00:53.020 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" -2016-08-01 14:00:52.969 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/SocialMessages/GetAllSentMessagesCount"'. -2016-08-01 14:00:53.027 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" -2016-08-01 14:00:53.048 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-01 14:00:53.075 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-01 14:00:53.127 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 14:00:53.134 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 14:00:53.127 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-01 14:00:53.136 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 14:00:53.143 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-01 14:00:53.159 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-01 14:00:53.171 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 14:00:53.174 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 14:00:53.182 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 14:00:53.185 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 14:00:53.197 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 14:00:53.197 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 14:00:53.192 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 14:00:53.212 +05:30 [Information] Executed action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" in 348.394ms -2016-08-01 14:00:53.214 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 14:00:53.215 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 14:00:53.201 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" with arguments (["1", "2"]) - ModelState is Valid -2016-08-01 14:00:53.220 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 14:00:53.219 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 14:00:53.210 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 14:00:53.235 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 14:00:53.231 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 14:00:53.243 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 14:00:53.244 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 14:00:53.246 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 14:00:53.251 +05:30 [Information] Request finished in 420.5208ms 200 application/json; charset=utf-8 -2016-08-01 14:00:53.253 +05:30 [Debug] Connection id ""0HKTPOM4D1TF5"" completed keep alive response. -2016-08-01 14:00:53.255 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 14:00:53.269 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 14:00:53.274 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" in 404.917ms -2016-08-01 14:00:53.280 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 14:00:53.292 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetIncommingMessage?groupId=2&userId=1 -2016-08-01 14:00:53.294 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetIncommingMessage"'. -2016-08-01 14:00:53.297 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 437.6917ms -2016-08-01 14:00:53.298 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" -2016-08-01 14:00:53.301 +05:30 [Information] Request finished in 476.8915ms 200 application/json; charset=utf-8 -2016-08-01 14:00:53.305 +05:30 [Debug] Connection id ""0HKTPOM4D1TF6"" completed keep alive response. -2016-08-01 14:00:53.310 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 14:00:53.327 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 374.2362ms -2016-08-01 14:00:53.338 +05:30 [Information] Executed action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" in 253.7444ms -2016-08-01 14:00:53.345 +05:30 [Information] Request finished in 502.2175ms 200 application/json; charset=utf-8 -2016-08-01 14:00:53.347 +05:30 [Debug] Connection id ""0HKTPOM4D1TF4"" completed keep alive response. -2016-08-01 14:00:53.356 +05:30 [Information] Executed action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" in 289.4563ms -2016-08-01 14:00:53.366 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterFollowerCount?groupId=2&userId=1 -2016-08-01 14:00:53.367 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterFollowerCount"'. -2016-08-01 14:00:53.370 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" -2016-08-01 14:00:53.371 +05:30 [Information] Request finished in 531.0221ms 200 application/json; charset=utf-8 -2016-08-01 14:00:53.377 +05:30 [Debug] Connection id ""0HKTPOM4D1TF3"" completed keep alive response. -2016-08-01 14:00:53.384 +05:30 [Information] Request finished in 549.8123ms 200 application/json; charset=utf-8 -2016-08-01 14:00:53.394 +05:30 [Debug] Connection id ""0HKTPOM4D1TF7"" completed keep alive response. -2016-08-01 14:00:53.412 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/FacebookfanPageCount?groupId=2&userId=1 -2016-08-01 14:00:53.415 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/FacebookfanPageCount"'. -2016-08-01 14:00:53.417 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" -2016-08-01 14:00:53.452 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterRecentFollower?groupId=2 -2016-08-01 14:00:53.462 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterRecentFollower"'. -2016-08-01 14:00:53.470 +05:30 [Information] Request finished in 557.1341ms 200 application/json; charset=utf-8 -2016-08-01 14:00:53.482 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" with arguments (["2", "1"]) - ModelState is Valid -2016-08-01 14:00:53.480 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" -2016-08-01 14:00:53.494 +05:30 [Debug] Connection id ""0HKTPOM4D1TF8"" completed keep alive response. -2016-08-01 14:00:53.516 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" with arguments (["2", "1"]) - ModelState is Valid -2016-08-01 14:00:53.528 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" with arguments (["1", "2"]) - ModelState is Valid -2016-08-01 14:00:53.533 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 14:00:53.536 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 14:00:53.552 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 14:00:53.552 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 14:00:53.553 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 14:00:53.555 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 14:00:53.560 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 14:00:53.567 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 14:00:53.572 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" in 259.5789ms -2016-08-01 14:00:53.575 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" in 197.509ms -2016-08-01 14:00:53.581 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-01 14:00:53.592 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 14:00:53.594 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 14:00:53.595 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 14:00:53.598 +05:30 [Information] Request finished in 320.0472ms 200 text/plain; charset=utf-8 -2016-08-01 14:00:53.600 +05:30 [Debug] Connection id ""0HKTPOM4D1TF5"" completed keep alive response. -2016-08-01 14:00:53.608 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 14:00:53.616 +05:30 [Information] Request finished in 280.1384ms 200 text/plain; charset=utf-8 -2016-08-01 14:00:53.620 +05:30 [Debug] Connection id ""0HKTPOM4D1TF6"" completed keep alive response. -2016-08-01 14:00:53.620 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" in 192.0274ms -2016-08-01 14:00:53.635 +05:30 [Information] Request finished in 275.3702ms 200 text/plain; charset=utf-8 -2016-08-01 14:00:53.636 +05:30 [Debug] Connection id ""0HKTPOM4D1TF4"" completed keep alive response. -2016-08-01 14:00:54.478 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 14:00:54.480 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 14:00:54.480 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 14:00:54.485 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 14:00:54.493 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" in 981.0991ms -2016-08-01 14:00:54.502 +05:30 [Information] Request finished in 1115.6697ms 200 application/json; charset=utf-8 -2016-08-01 14:00:54.503 +05:30 [Debug] Connection id ""0HKTPOM4D1TF3"" completed keep alive response. -2016-08-01 14:03:04.341 +05:30 [Debug] Connection id ""0HKTPOM4D1TF7"" received FIN. -2016-08-01 14:03:04.342 +05:30 [Debug] Connection id ""0HKTPOM4D1TF8"" received FIN. -2016-08-01 14:03:04.347 +05:30 [Debug] Connection id ""0HKTPOM4D1TF6"" received FIN. -2016-08-01 14:03:04.348 +05:30 [Debug] Connection id ""0HKTPOM4D1TF3"" received FIN. -2016-08-01 14:03:04.344 +05:30 [Debug] Connection id ""0HKTPOM4D1TF7"" disconnecting. -2016-08-01 14:03:04.353 +05:30 [Debug] Connection id ""0HKTPOM4D1TF3"" disconnecting. -2016-08-01 14:03:04.354 +05:30 [Debug] Connection id ""0HKTPOM4D1TF3"" sending FIN. -2016-08-01 14:03:04.344 +05:30 [Debug] Connection id ""0HKTPOM4D1TF5"" received FIN. -2016-08-01 14:03:04.356 +05:30 [Debug] Connection id ""0HKTPOM4D1TF4"" received FIN. -2016-08-01 14:03:04.357 +05:30 [Debug] Connection id ""0HKTPOM4D1TF7"" sending FIN. -2016-08-01 14:03:04.357 +05:30 [Debug] Connection id ""0HKTPOM4D1TF7"" sent FIN with status "0". -2016-08-01 14:03:04.358 +05:30 [Debug] Connection id ""0HKTPOM4D1TF7"" stopped. -2016-08-01 14:03:04.359 +05:30 [Debug] Connection id ""0HKTPOM4D1TF4"" disconnecting. -2016-08-01 14:03:04.355 +05:30 [Debug] Connection id ""0HKTPOM4D1TF3"" sent FIN with status "0". -2016-08-01 14:03:04.362 +05:30 [Debug] Connection id ""0HKTPOM4D1TF3"" stopped. -2016-08-01 14:03:04.348 +05:30 [Debug] Connection id ""0HKTPOM4D1TF8"" disconnecting. -2016-08-01 14:03:04.357 +05:30 [Debug] Connection id ""0HKTPOM4D1TF5"" disconnecting. -2016-08-01 14:03:04.349 +05:30 [Debug] Connection id ""0HKTPOM4D1TF6"" disconnecting. -2016-08-01 14:03:04.363 +05:30 [Debug] Connection id ""0HKTPOM4D1TF8"" sending FIN. -2016-08-01 14:03:04.367 +05:30 [Debug] Connection id ""0HKTPOM4D1TF6"" sending FIN. -2016-08-01 14:03:04.368 +05:30 [Debug] Connection id ""0HKTPOM4D1TF6"" sent FIN with status "0". -2016-08-01 14:03:04.360 +05:30 [Debug] Connection id ""0HKTPOM4D1TF4"" sending FIN. -2016-08-01 14:03:04.369 +05:30 [Debug] Connection id ""0HKTPOM4D1TF5"" sending FIN. -2016-08-01 14:03:04.369 +05:30 [Debug] Connection id ""0HKTPOM4D1TF5"" sent FIN with status "0". -2016-08-01 14:03:04.368 +05:30 [Debug] Connection id ""0HKTPOM4D1TF6"" stopped. -2016-08-01 14:03:04.369 +05:30 [Debug] Connection id ""0HKTPOM4D1TF5"" stopped. -2016-08-01 14:03:04.370 +05:30 [Debug] Connection id ""0HKTPOM4D1TF8"" sent FIN with status "0". -2016-08-01 14:03:04.371 +05:30 [Debug] Connection id ""0HKTPOM4D1TF4"" sent FIN with status "0". -2016-08-01 14:03:04.372 +05:30 [Debug] Connection id ""0HKTPOM4D1TF8"" stopped. -2016-08-01 14:03:04.373 +05:30 [Debug] Connection id ""0HKTPOM4D1TF4"" stopped. -2016-08-01 14:41:58.851 +05:30 [Debug] Connection id ""0HKTPOM4D1TF9"" started. -2016-08-01 14:41:58.851 +05:30 [Debug] Connection id ""0HKTPOM4D1TFA"" started. -2016-08-01 14:41:58.895 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetUserTweets?profileId=3170677652&userId=1&skip=0&count=30 -2016-08-01 14:41:58.896 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetUserTweets"'. -2016-08-01 14:41:58.901 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetUserTweets (Api.Socioboard)" -2016-08-01 14:41:58.956 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetFeeds?profileId=3170677652&userId=1&skip=0&count=30 -2016-08-01 14:41:58.961 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetFeeds"'. -2016-08-01 14:41:58.971 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetFeeds (Api.Socioboard)" -2016-08-01 14:41:58.994 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetUserTweets (Api.Socioboard)" with arguments (["3170677652", "1", "0", "30"]) - ModelState is Valid -2016-08-01 14:41:59.060 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetFeeds (Api.Socioboard)" with arguments (["3170677652", "1", "0", "30"]) - ModelState is Valid -2016-08-01 14:41:59.063 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetUserTweets (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 14:41:59.065 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 14:41:59.065 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 14:41:59.072 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 14:41:59.092 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetUserTweets (Api.Socioboard)" in 175.3707ms -2016-08-01 14:41:59.103 +05:30 [Information] Request finished in 242.6604ms 200 application/json; charset=utf-8 -2016-08-01 14:41:59.104 +05:30 [Debug] Connection id ""0HKTPOM4D1TF9"" completed keep alive response. -2016-08-01 14:41:59.319 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetFeeds (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 14:41:59.326 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 14:41:59.328 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 14:41:59.334 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 14:41:59.366 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetFeeds (Api.Socioboard)" in 374.7033ms -2016-08-01 14:41:59.395 +05:30 [Information] Request finished in 470.9885ms 200 application/json; charset=utf-8 -2016-08-01 14:41:59.400 +05:30 [Debug] Connection id ""0HKTPOM4D1TFA"" completed keep alive response. -2016-08-01 14:42:18.779 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/Task/AddTask?groupId=2&senderUserId=1&recipientUserId=4&taskMessage=Do%20an%20act%20of%20kindness.%20Help%20one%20person%20smile.&feedTableType=MongoTwitterFeed&feedId=758202439963062272&taskComment=pls%20replay%20this&taskMessageImageUrl=null 0 -2016-08-01 14:42:18.780 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Task/AddTask"'. -2016-08-01 14:42:18.782 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TaskController.AddTask (Api.Socioboard)" -2016-08-01 14:42:18.976 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TaskController.AddTask (Api.Socioboard)" with arguments (["Domain.Socioboard.ViewModels.TasksViewModel"]) - ModelState is Valid -2016-08-01 14:42:19.309 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TaskController.AddTask (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 14:42:19.311 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 14:42:19.312 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 14:42:19.323 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 14:42:19.337 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TaskController.AddTask (Api.Socioboard)" in 545.5802ms -2016-08-01 14:42:19.353 +05:30 [Information] Request finished in 570.9399ms 200 text/plain; charset=utf-8 -2016-08-01 14:42:19.356 +05:30 [Debug] Connection id ""0HKTPOM4D1TF9"" completed keep alive response. -2016-08-01 14:42:26.442 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/User/FacebookLogin application/x-www-form-urlencoded 173 -2016-08-01 14:42:26.444 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/FacebookLogin"'. -2016-08-01 14:42:26.449 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" -2016-08-01 14:42:26.469 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" with arguments (["EAAKYvwDVmnUBAOBbZBW5qzRghUxwijcQuNXEFqqWTXLqEjBDWkPERIvLJMZBmWym2u0xjxg4jsbpCJU4NoVOulXD1Fop99PDcFnYQyQgKH1FwjiBRebSEmEDoRLNQWM2yneGJOSXxd5KOYex21ZC1CzuFoh0F8ZD"]) - ModelState is Valid -2016-08-01 14:42:26.974 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 14:42:26.976 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 14:42:26.985 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 14:42:26.992 +05:30 [Information] Executed action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" in 537.6734ms -2016-08-01 14:42:27.003 +05:30 [Information] Request finished in 563.9187ms 200 application/json; charset=utf-8 -2016-08-01 14:42:27.005 +05:30 [Debug] Connection id ""0HKTPOM4D1TFA"" completed keep alive response. -2016-08-01 14:42:27.040 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-08-01 14:42:27.041 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-01 14:42:27.042 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-01 14:42:27.058 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 14:42:27.060 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 14:42:27.060 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 14:42:27.065 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 14:42:27.070 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 23.5972ms -2016-08-01 14:42:27.078 +05:30 [Information] Request finished in 38.3725ms 200 application/json; charset=utf-8 -2016-08-01 14:42:27.079 +05:30 [Debug] Connection id ""0HKTPOM4D1TF9"" completed keep alive response. -2016-08-01 14:42:27.086 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-08-01 14:42:27.086 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-01 14:42:27.088 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-01 14:42:27.104 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 14:42:27.106 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 14:42:27.107 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 14:42:27.110 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 14:42:27.116 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 22.8242ms -2016-08-01 14:42:27.124 +05:30 [Information] Request finished in 38.7189ms 200 application/json; charset=utf-8 -2016-08-01 14:42:27.125 +05:30 [Debug] Connection id ""0HKTPOM4D1TFA"" completed keep alive response. -2016-08-01 14:42:29.495 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=1 -2016-08-01 14:42:29.497 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-08-01 14:42:29.499 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-08-01 14:42:29.680 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 14:42:29.686 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 14:42:29.689 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 14:42:29.689 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 14:42:29.694 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 14:42:29.699 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 192.7648ms -2016-08-01 14:42:29.711 +05:30 [Information] Request finished in 316.4119ms 200 application/json; charset=utf-8 -2016-08-01 14:42:29.712 +05:30 [Debug] Connection id ""0HKTPOM4D1TF9"" completed keep alive response. -2016-08-01 14:42:29.892 +05:30 [Debug] Connection id ""0HKTPOM4D1TFB"" started. -2016-08-01 14:42:29.893 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=1 -2016-08-01 14:42:29.893 +05:30 [Debug] Connection id ""0HKTPOM4D1TFC"" started. -2016-08-01 14:42:29.900 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=1 -2016-08-01 14:42:29.896 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-08-01 14:42:29.902 +05:30 [Debug] Connection id ""0HKTPOM4D1TFD"" started. -2016-08-01 14:42:29.902 +05:30 [Debug] Connection id ""0HKTPOM4D1TFE"" started. -2016-08-01 14:42:29.914 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Google/GetGplusProfiles?groupId=1 -2016-08-01 14:42:29.914 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-08-01 14:42:29.923 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GetGplusProfiles"'. -2016-08-01 14:42:29.924 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-08-01 14:42:29.925 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" -2016-08-01 14:42:29.914 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-08-01 14:42:29.958 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/SocialMessages/GetAllSentMessagesCount?groupId=1&userId=1 -2016-08-01 14:42:30.009 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/SocialMessages/GetAllSentMessagesCount"'. -2016-08-01 14:42:30.016 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" -2016-08-01 14:42:30.752 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/LinkedIn/GetLinkedInCompanyPagesProfiles?groupId=1 -2016-08-01 14:42:30.754 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/LinkedIn/GetLinkedInCompanyPagesProfiles"'. -2016-08-01 14:42:30.755 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" -2016-08-01 14:42:31.757 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Instagram/GetInstagramProfiles?groupId=1 -2016-08-01 14:42:31.758 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Instagram/GetInstagramProfiles"'. -2016-08-01 14:42:31.759 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" -2016-08-01 14:42:32.775 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 14:42:32.783 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 14:42:32.786 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 14:42:32.787 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 14:42:32.788 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 14:42:32.798 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 14:42:32.801 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 14:42:32.801 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 14:42:32.803 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 14:42:32.807 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 14:42:32.811 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 14:42:32.813 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-08-01 14:42:32.815 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 14:42:32.819 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 14:42:32.823 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 14:42:32.836 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 14:42:32.839 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 14:42:32.842 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 14:42:32.840 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 14:42:32.843 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 14:42:32.852 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 14:42:32.858 +05:30 [Information] Executed action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" in 1080.0218ms -2016-08-01 14:42:32.831 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 14:42:32.900 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 14:42:32.862 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 14:42:32.913 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 14:42:32.918 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 2968.5485ms -2016-08-01 14:42:32.925 +05:30 [Information] Executed action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" in 2112.0769ms -2016-08-01 14:42:32.935 +05:30 [Information] Request finished in 1165.3425ms 200 application/json; charset=utf-8 -2016-08-01 14:42:32.936 +05:30 [Debug] Connection id ""0HKTPOM4D1TFE"" completed keep alive response. -2016-08-01 14:42:32.937 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 14:42:32.941 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 14:42:32.942 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 14:42:32.952 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" in 2976.4452ms -2016-08-01 14:42:32.956 +05:30 [Information] Request finished in 3049.1088ms 200 application/json; charset=utf-8 -2016-08-01 14:42:32.958 +05:30 [Debug] Connection id ""0HKTPOM4D1TFA"" completed keep alive response. -2016-08-01 14:42:32.969 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 14:42:32.975 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetIncommingMessage?groupId=1&userId=1 -2016-08-01 14:42:32.977 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetIncommingMessage"'. -2016-08-01 14:42:32.978 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" -2016-08-01 14:42:32.982 +05:30 [Information] Request finished in 2189.8003ms 200 application/json; charset=utf-8 -2016-08-01 14:42:32.985 +05:30 [Debug] Connection id ""0HKTPOM4D1TFC"" completed keep alive response. -2016-08-01 14:42:32.994 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterFollowerCount?groupId=1&userId=1 -2016-08-01 14:42:33.001 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterFollowerCount"'. -2016-08-01 14:42:33.003 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" -2016-08-01 14:42:33.011 +05:30 [Information] Executed action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" in 2954.5645ms -2016-08-01 14:42:33.022 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 14:42:33.046 +05:30 [Information] Request finished in 3064.8236ms 200 application/json; charset=utf-8 -2016-08-01 14:42:33.067 +05:30 [Debug] Connection id ""0HKTPOM4D1TFB"" completed keep alive response. -2016-08-01 14:42:33.074 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/FacebookfanPageCount?groupId=1&userId=1 -2016-08-01 14:42:33.077 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/FacebookfanPageCount"'. -2016-08-01 14:42:33.079 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" -2016-08-01 14:42:33.099 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 3124.2081ms -2016-08-01 14:42:33.109 +05:30 [Information] Request finished in 3129.0225ms 200 application/json; charset=utf-8 -2016-08-01 14:42:33.113 +05:30 [Debug] Connection id ""0HKTPOM4D1TFD"" completed keep alive response. -2016-08-01 14:42:33.123 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-08-01 14:42:33.131 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterRecentFollower?groupId=1 -2016-08-01 14:42:33.134 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterRecentFollower"'. -2016-08-01 14:42:33.136 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" -2016-08-01 14:42:33.143 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-08-01 14:42:33.154 +05:30 [Information] Request finished in 3236.8045ms 200 application/json; charset=utf-8 -2016-08-01 14:42:33.163 +05:30 [Debug] Connection id ""0HKTPOM4D1TF9"" completed keep alive response. -2016-08-01 14:42:33.164 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 14:42:33.165 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 14:42:33.170 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 14:42:33.169 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-08-01 14:42:33.172 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 14:42:33.175 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 14:42:33.176 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 14:42:33.196 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 14:42:33.202 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 14:42:33.203 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 14:42:33.203 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 14:42:33.204 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 14:42:33.218 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 14:42:33.223 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" in 194.0483ms -2016-08-01 14:42:33.239 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 14:42:33.256 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" in 226.5867ms -2016-08-01 14:42:33.269 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" in 162.6394ms -2016-08-01 14:42:33.289 +05:30 [Information] Request finished in 285.1529ms 200 text/plain; charset=utf-8 -2016-08-01 14:42:33.293 +05:30 [Debug] Connection id ""0HKTPOM4D1TFA"" completed keep alive response. -2016-08-01 14:42:33.313 +05:30 [Information] Request finished in 321.5369ms 200 text/plain; charset=utf-8 -2016-08-01 14:42:33.316 +05:30 [Debug] Connection id ""0HKTPOM4D1TFE"" completed keep alive response. -2016-08-01 14:42:33.335 +05:30 [Information] Request finished in 291.0907ms 200 text/plain; charset=utf-8 -2016-08-01 14:42:33.336 +05:30 [Debug] Connection id ""0HKTPOM4D1TFC"" completed keep alive response. -2016-08-01 14:42:34.775 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 14:42:34.777 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 14:42:34.778 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 14:42:34.788 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 14:42:34.801 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" in 1655.0545ms -2016-08-01 14:42:34.811 +05:30 [Information] Request finished in 1711.1902ms 200 application/json; charset=utf-8 -2016-08-01 14:42:34.813 +05:30 [Debug] Connection id ""0HKTPOM4D1TFB"" completed keep alive response. -2016-08-01 14:43:50.904 +05:30 [Debug] Connection id ""0HKTPOM4D1TFD"" received FIN. -2016-08-01 14:43:50.904 +05:30 [Debug] Connection id ""0HKTPOM4D1TFA"" received FIN. -2016-08-01 14:43:50.907 +05:30 [Debug] Connection id ""0HKTPOM4D1TFE"" received FIN. -2016-08-01 14:43:50.907 +05:30 [Debug] Connection id ""0HKTPOM4D1TFB"" received FIN. -2016-08-01 14:43:50.907 +05:30 [Debug] Connection id ""0HKTPOM4D1TFA"" disconnecting. -2016-08-01 14:43:50.905 +05:30 [Debug] Connection id ""0HKTPOM4D1TFD"" disconnecting. -2016-08-01 14:43:50.905 +05:30 [Debug] Connection id ""0HKTPOM4D1TF9"" received FIN. -2016-08-01 14:43:50.912 +05:30 [Debug] Connection id ""0HKTPOM4D1TFC"" received FIN. -2016-08-01 14:43:50.912 +05:30 [Debug] Connection id ""0HKTPOM4D1TF9"" disconnecting. -2016-08-01 14:43:50.913 +05:30 [Debug] Connection id ""0HKTPOM4D1TFC"" disconnecting. -2016-08-01 14:43:50.910 +05:30 [Debug] Connection id ""0HKTPOM4D1TFA"" sending FIN. -2016-08-01 14:43:50.912 +05:30 [Debug] Connection id ""0HKTPOM4D1TFD"" sending FIN. -2016-08-01 14:43:50.915 +05:30 [Debug] Connection id ""0HKTPOM4D1TF9"" sending FIN. -2016-08-01 14:43:50.916 +05:30 [Debug] Connection id ""0HKTPOM4D1TFC"" sending FIN. -2016-08-01 14:43:50.916 +05:30 [Debug] Connection id ""0HKTPOM4D1TFC"" sent FIN with status "0". -2016-08-01 14:43:50.908 +05:30 [Debug] Connection id ""0HKTPOM4D1TFE"" disconnecting. -2016-08-01 14:43:50.917 +05:30 [Debug] Connection id ""0HKTPOM4D1TFC"" stopped. -2016-08-01 14:43:50.908 +05:30 [Debug] Connection id ""0HKTPOM4D1TFB"" disconnecting. -2016-08-01 14:43:50.915 +05:30 [Debug] Connection id ""0HKTPOM4D1TFA"" sent FIN with status "0". -2016-08-01 14:43:50.918 +05:30 [Debug] Connection id ""0HKTPOM4D1TF9"" sent FIN with status "0". -2016-08-01 14:43:50.922 +05:30 [Debug] Connection id ""0HKTPOM4D1TFA"" stopped. -2016-08-01 14:43:50.923 +05:30 [Debug] Connection id ""0HKTPOM4D1TF9"" stopped. -2016-08-01 14:43:50.924 +05:30 [Debug] Connection id ""0HKTPOM4D1TFE"" sending FIN. -2016-08-01 14:43:50.925 +05:30 [Debug] Connection id ""0HKTPOM4D1TFD"" sent FIN with status "0". -2016-08-01 14:43:50.928 +05:30 [Debug] Connection id ""0HKTPOM4D1TFD"" stopped. -2016-08-01 14:43:50.926 +05:30 [Debug] Connection id ""0HKTPOM4D1TFB"" sending FIN. -2016-08-01 14:43:50.929 +05:30 [Debug] Connection id ""0HKTPOM4D1TFB"" sent FIN with status "0". -2016-08-01 14:43:50.930 +05:30 [Debug] Connection id ""0HKTPOM4D1TFB"" stopped. -2016-08-01 14:43:50.931 +05:30 [Debug] Connection id ""0HKTPOM4D1TFE"" sent FIN with status "0". -2016-08-01 14:43:50.932 +05:30 [Debug] Connection id ""0HKTPOM4D1TFE"" stopped. -2016-08-01 14:44:30.287 +05:30 [Debug] Connection id ""0HKTPOM4D1TFF"" started. -2016-08-01 14:44:30.298 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GetAllTasksOfUserAndGroup?userId=1&groupId=2 -2016-08-01 14:44:30.300 +05:30 [Debug] Request did not match any routes. -2016-08-01 14:44:30.310 +05:30 [Information] Request finished in 14.7375ms 404 -2016-08-01 14:44:30.311 +05:30 [Debug] Connection id ""0HKTPOM4D1TFF"" completed keep alive response. -2016-08-01 14:44:53.016 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GetAllTasksOfUserAndGroup?userId=1&groupId=2 -2016-08-01 14:44:53.017 +05:30 [Debug] Request did not match any routes. -2016-08-01 14:44:53.030 +05:30 [Information] Request finished in 15.4984ms 404 -2016-08-01 14:44:53.030 +05:30 [Debug] Connection id ""0HKTPOM4D1TFF"" completed keep alive response. -2016-08-01 14:44:59.131 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GetAllTasksOfUserAndGroup?userId=4&groupId=2 -2016-08-01 14:44:59.139 +05:30 [Debug] Request did not match any routes. -2016-08-01 14:44:59.152 +05:30 [Information] Request finished in 25.0436ms 404 -2016-08-01 14:44:59.153 +05:30 [Debug] Connection id ""0HKTPOM4D1TFF"" completed keep alive response. -2016-08-01 14:45:25.190 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Task/GetAllTasksOfUserAndGroup?userId=4&groupId=2 -2016-08-01 14:45:25.192 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Task/GetAllTasksOfUserAndGroup"'. -2016-08-01 14:45:25.195 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TaskController.GetAllTasksOfUserAndGroup (Api.Socioboard)" -2016-08-01 14:45:25.222 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TaskController.GetAllTasksOfUserAndGroup (Api.Socioboard)" with arguments (["4", "2"]) - ModelState is Valid -2016-08-01 14:45:28.513 +05:30 [Error] GetAllTasksOfUserAndGroup => Value cannot be null. -Parameter name: source -2016-08-01 14:45:28.515 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TaskController.GetAllTasksOfUserAndGroup (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 14:45:28.516 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 14:45:28.517 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 14:45:28.523 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 14:45:28.535 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TaskController.GetAllTasksOfUserAndGroup (Api.Socioboard)" in 3331.9897ms -2016-08-01 14:45:28.554 +05:30 [Information] Request finished in 3360.5751ms 200 application/json; charset=utf-8 -2016-08-01 14:45:28.555 +05:30 [Debug] Connection id ""0HKTPOM4D1TFF"" completed keep alive response. -2016-08-01 14:45:38.102 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Task/GetAllTasksOfUserAndGroup?userId=1&groupId=2 -2016-08-01 14:45:38.103 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Task/GetAllTasksOfUserAndGroup"'. -2016-08-01 14:45:38.106 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TaskController.GetAllTasksOfUserAndGroup (Api.Socioboard)" -2016-08-01 14:45:38.130 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TaskController.GetAllTasksOfUserAndGroup (Api.Socioboard)" with arguments (["1", "2"]) - ModelState is Valid -2016-08-01 14:45:40.462 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TaskController.GetAllTasksOfUserAndGroup (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 14:45:40.464 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 14:45:40.464 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 14:45:40.474 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 14:45:40.499 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TaskController.GetAllTasksOfUserAndGroup (Api.Socioboard)" in 2368.7242ms -2016-08-01 14:45:40.529 +05:30 [Information] Request finished in 2412.9879ms 200 application/json; charset=utf-8 -2016-08-01 14:45:40.532 +05:30 [Debug] Connection id ""0HKTPOM4D1TFF"" completed keep alive response. -2016-08-01 14:46:00.504 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Task/GetAllTasksOfUserAndGroup?userId=1&groupId=2 -2016-08-01 14:46:00.506 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Task/GetAllTasksOfUserAndGroup"'. -2016-08-01 14:46:00.507 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TaskController.GetAllTasksOfUserAndGroup (Api.Socioboard)" -2016-08-01 14:46:00.530 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TaskController.GetAllTasksOfUserAndGroup (Api.Socioboard)" with arguments (["1", "2"]) - ModelState is Valid -2016-08-01 14:47:52.322 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TaskController.GetAllTasksOfUserAndGroup (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 14:47:52.324 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 14:47:52.324 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 14:47:52.456 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 14:47:52.499 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TaskController.GetAllTasksOfUserAndGroup (Api.Socioboard)" in 111952.0923ms -2016-08-01 14:47:52.529 +05:30 [Information] Request finished in 112016.3435ms 200 application/json; charset=utf-8 -2016-08-01 14:47:52.536 +05:30 [Debug] Connection id ""0HKTPOM4D1TFF"" completed keep alive response. -2016-08-01 14:47:55.741 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Task/GetAllTasksOfUserAndGroup?userId=4&groupId=2 -2016-08-01 14:47:55.742 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Task/GetAllTasksOfUserAndGroup"'. -2016-08-01 14:47:55.743 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TaskController.GetAllTasksOfUserAndGroup (Api.Socioboard)" -2016-08-01 14:47:55.812 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TaskController.GetAllTasksOfUserAndGroup (Api.Socioboard)" with arguments (["4", "2"]) - ModelState is Valid -2016-08-01 14:48:43.758 +05:30 [Error] GetAllTasksOfUserAndGroup => Value cannot be null. -Parameter name: source -2016-08-01 14:48:43.761 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TaskController.GetAllTasksOfUserAndGroup (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 14:48:43.762 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 14:48:43.763 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 14:48:43.769 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 14:48:43.786 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TaskController.GetAllTasksOfUserAndGroup (Api.Socioboard)" in 48027.7022ms -2016-08-01 14:48:43.810 +05:30 [Information] Request finished in 48069.1015ms 200 application/json; charset=utf-8 -2016-08-01 14:48:43.811 +05:30 [Debug] Connection id ""0HKTPOM4D1TFF"" completed keep alive response. -2016-08-01 14:48:47.544 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Task/GetAllTasksOfUserAndGroup?userId=4&groupId=2 -2016-08-01 14:48:47.545 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Task/GetAllTasksOfUserAndGroup"'. -2016-08-01 14:48:47.546 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TaskController.GetAllTasksOfUserAndGroup (Api.Socioboard)" -2016-08-01 14:48:47.572 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TaskController.GetAllTasksOfUserAndGroup (Api.Socioboard)" with arguments (["4", "2"]) - ModelState is Valid -2016-08-01 14:51:17.391 +05:30 [Debug] Hosting starting -2016-08-01 14:51:17.760 +05:30 [Debug] Hosting started -2016-08-01 14:51:17.871 +05:30 [Debug] Connection id ""0HKTPTKOO7GL0"" started. -2016-08-01 14:51:17.871 +05:30 [Debug] Connection id ""0HKTPTKOO7GKV"" started. -2016-08-01 14:51:17.897 +05:30 [Debug] Connection id ""0HKTPTKOO7GL1"" started. -2016-08-01 14:51:18.107 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-08-01 14:51:18.102 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Task/GetAllTasksOfUserAndGroup?userId=4&groupId=2 -2016-08-01 14:51:18.102 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:6361/ 0 -2016-08-01 14:51:18.234 +05:30 [Information] Request finished in 154.9068ms 200 -2016-08-01 14:51:18.322 +05:30 [Debug] Connection id ""0HKTPTKOO7GKV"" completed keep alive response. -2016-08-01 14:51:19.175 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-08-01 14:51:19.176 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Task/GetAllTasksOfUserAndGroup"'. -2016-08-01 14:51:19.243 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"bb3d83e4-dec2-4188-a209-e322e72a24fe"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-08-01 14:51:19.385 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TaskController.GetAllTasksOfUserAndGroup (Api.Socioboard)" -2016-08-01 14:51:19.393 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-08-01 14:51:19.604 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid -2016-08-01 14:51:19.614 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult". -2016-08-01 14:51:19.685 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 14:51:19.693 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 14:51:19.697 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 14:51:20.111 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 701.6369ms -2016-08-01 14:51:20.143 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TaskController.GetAllTasksOfUserAndGroup (Api.Socioboard)" with arguments (["4", "2"]) - ModelState is Valid -2016-08-01 14:51:38.823 +05:30 [Information] Request finished in 20791.242ms 200 application/json; charset=utf-8 -2016-08-01 14:51:38.827 +05:30 [Debug] Connection id ""0HKTPTKOO7GL0"" completed keep alive response. -2016-08-01 14:52:09.408 +05:30 [Error] GetAllTasksOfUserAndGroup => Value cannot be null. -Parameter name: source -2016-08-01 14:52:09.409 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TaskController.GetAllTasksOfUserAndGroup (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 14:52:09.410 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 14:52:09.411 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 14:52:09.413 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 14:52:09.529 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TaskController.GetAllTasksOfUserAndGroup (Api.Socioboard)" in 50136.6834ms -2016-08-01 14:52:09.533 +05:30 [Information] Request finished in 51501.1386ms 200 application/json; charset=utf-8 -2016-08-01 14:52:09.537 +05:30 [Debug] Connection id ""0HKTPTKOO7GL1"" completed keep alive response. -2016-08-01 14:52:13.652 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Task/GetAllTasksOfUserAndGroup?userId=4&groupId=2 -2016-08-01 14:52:13.654 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Task/GetAllTasksOfUserAndGroup"'. -2016-08-01 14:52:13.655 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TaskController.GetAllTasksOfUserAndGroup (Api.Socioboard)" -2016-08-01 14:52:13.685 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TaskController.GetAllTasksOfUserAndGroup (Api.Socioboard)" with arguments (["4", "2"]) - ModelState is Valid -2016-08-01 14:52:17.527 +05:30 [Error] GetAllTasksOfUserAndGroup => Value cannot be null. -Parameter name: source -2016-08-01 14:52:17.529 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TaskController.GetAllTasksOfUserAndGroup (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 14:52:17.530 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 14:52:17.530 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 14:52:17.532 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 14:52:17.536 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TaskController.GetAllTasksOfUserAndGroup (Api.Socioboard)" in 3878.4309ms -2016-08-01 14:52:17.541 +05:30 [Information] Request finished in 3892.3699ms 200 application/json; charset=utf-8 -2016-08-01 14:52:17.543 +05:30 [Debug] Connection id ""0HKTPTKOO7GKV"" completed keep alive response. -2016-08-01 14:52:21.672 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Task/GetAllTasksOfUserAndGroup?userId=4&groupId=2 -2016-08-01 14:52:21.674 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Task/GetAllTasksOfUserAndGroup"'. -2016-08-01 14:52:21.678 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TaskController.GetAllTasksOfUserAndGroup (Api.Socioboard)" -2016-08-01 14:52:21.686 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TaskController.GetAllTasksOfUserAndGroup (Api.Socioboard)" with arguments (["4", "2"]) - ModelState is Valid -2016-08-01 14:53:46.036 +05:30 [Debug] Hosting starting -2016-08-01 14:53:46.297 +05:30 [Debug] Hosting started -2016-08-01 14:53:46.460 +05:30 [Debug] Connection id ""0HKTPTM51AL1F"" started. -2016-08-01 14:53:46.460 +05:30 [Debug] Connection id ""0HKTPTM51AL1E"" started. -2016-08-01 14:53:46.656 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Task/GetAllTasksOfUserAndGroup?userId=4&groupId=2 -2016-08-01 14:53:46.656 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-08-01 14:53:47.471 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Task/GetAllTasksOfUserAndGroup"'. -2016-08-01 14:53:47.478 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-08-01 14:53:47.594 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"854cd12a-5fe6-4d81-a18d-4bf92f234221"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-08-01 14:53:47.704 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-08-01 14:53:47.704 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TaskController.GetAllTasksOfUserAndGroup (Api.Socioboard)" -2016-08-01 14:53:47.877 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid -2016-08-01 14:53:47.881 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult". -2016-08-01 14:53:47.972 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 14:53:47.978 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 14:53:47.981 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 14:53:48.503 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 776.203ms -2016-08-01 14:53:48.694 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TaskController.GetAllTasksOfUserAndGroup (Api.Socioboard)" with arguments (["4", "2"]) - ModelState is Valid -2016-08-01 14:53:56.141 +05:30 [Information] Request finished in 9531.4536ms 200 application/json; charset=utf-8 -2016-08-01 14:53:56.172 +05:30 [Debug] Connection id ""0HKTPTM51AL1E"" completed keep alive response. -2016-08-01 14:54:02.511 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TaskController.GetAllTasksOfUserAndGroup (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 14:54:02.512 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 14:54:02.512 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 14:54:02.521 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 14:54:02.750 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TaskController.GetAllTasksOfUserAndGroup (Api.Socioboard)" in 15007.9675ms -2016-08-01 14:54:02.755 +05:30 [Information] Request finished in 16163.459ms 200 application/json; charset=utf-8 -2016-08-01 14:54:02.756 +05:30 [Debug] Connection id ""0HKTPTM51AL1F"" completed keep alive response. -2016-08-01 15:32:06.340 +05:30 [Debug] Hosting starting -2016-08-01 15:32:06.553 +05:30 [Debug] Hosting started -2016-08-01 15:32:06.656 +05:30 [Debug] Connection id ""0HKTPUBIHLD90"" started. -2016-08-01 15:32:06.656 +05:30 [Debug] Connection id ""0HKTPUBIHLD91"" started. -2016-08-01 15:32:06.842 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:6361/ 0 -2016-08-01 15:32:06.842 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-08-01 15:32:06.925 +05:30 [Information] Request finished in 118.2809ms 200 -2016-08-01 15:32:06.998 +05:30 [Debug] Connection id ""0HKTPUBIHLD91"" completed keep alive response. -2016-08-01 15:32:07.560 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-08-01 15:32:07.614 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"79a4a70b-2428-4841-9428-4170eaa6b0f7"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-08-01 15:32:07.757 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-08-01 15:32:07.934 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid -2016-08-01 15:32:07.938 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult". -2016-08-01 15:32:07.995 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 15:32:08.003 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 15:32:08.005 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 15:32:08.302 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 512.3567ms -2016-08-01 15:32:08.383 +05:30 [Information] Request finished in 1597.4141ms 200 application/json; charset=utf-8 -2016-08-01 15:32:08.387 +05:30 [Debug] Connection id ""0HKTPUBIHLD90"" completed keep alive response. -2016-08-01 15:32:30.259 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/User/FacebookLogin application/x-www-form-urlencoded 178 -2016-08-01 15:32:30.262 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/FacebookLogin"'. -2016-08-01 15:32:30.266 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" -2016-08-01 15:32:30.739 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" with arguments (["EAAKYvwDVmnUBANPiQSUbZCCTygQpmnqQvpZAAWyoYMPtTIk6Vb5lKeTNEkHR7YAuSjapy1HYkOZBLZAbBwLJ0oBfTahVcomgz2DRfFRrVnUXHYYoMF5oiYAtoVDVZCuyrcZAZCdxFlmA61cdZA5PtfinnWOOF8uerM4ZD"]) - ModelState is Valid -2016-08-01 15:32:31.829 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 15:32:31.836 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 15:32:31.838 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 15:32:31.900 +05:30 [Information] Executed action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" in 1629.3201ms -2016-08-01 15:32:31.905 +05:30 [Information] Request finished in 1653.2184ms 200 application/json; charset=utf-8 -2016-08-01 15:32:31.906 +05:30 [Debug] Connection id ""0HKTPUBIHLD91"" completed keep alive response. -2016-08-01 15:32:32.342 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-08-01 15:32:32.343 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-01 15:32:32.345 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-01 15:32:32.388 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 15:32:32.411 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 15:32:32.413 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 15:32:32.418 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 15:32:32.429 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 78.7359ms -2016-08-01 15:32:32.443 +05:30 [Information] Request finished in 99.8439ms 200 application/json; charset=utf-8 -2016-08-01 15:32:32.444 +05:30 [Debug] Connection id ""0HKTPUBIHLD90"" completed keep alive response. -2016-08-01 15:32:32.507 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-08-01 15:32:32.508 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-01 15:32:32.510 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-01 15:32:32.525 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 15:32:32.539 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 15:32:32.540 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 15:32:32.542 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 15:32:32.552 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 40.1685ms -2016-08-01 15:32:32.557 +05:30 [Information] Request finished in 48.5072ms 200 application/json; charset=utf-8 -2016-08-01 15:32:32.557 +05:30 [Debug] Connection id ""0HKTPUBIHLD91"" completed keep alive response. -2016-08-01 15:32:34.850 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=1 -2016-08-01 15:32:34.851 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-08-01 15:32:34.853 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-08-01 15:32:34.880 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 15:32:34.898 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 15:32:34.899 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 15:32:34.899 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 15:32:34.901 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 15:32:34.905 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 49.5042ms -2016-08-01 15:32:34.909 +05:30 [Information] Request finished in 58.3255ms 200 application/json; charset=utf-8 -2016-08-01 15:32:34.909 +05:30 [Debug] Connection id ""0HKTPUBIHLD90"" completed keep alive response. -2016-08-01 15:32:35.358 +05:30 [Debug] Connection id ""0HKTPUBIHLD92"" started. -2016-08-01 15:32:35.360 +05:30 [Debug] Connection id ""0HKTPUBIHLD94"" started. -2016-08-01 15:32:35.358 +05:30 [Debug] Connection id ""0HKTPUBIHLD93"" started. -2016-08-01 15:32:35.365 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Google/GetGplusProfiles?groupId=1 -2016-08-01 15:32:35.365 +05:30 [Debug] Connection id ""0HKTPUBIHLD95"" started. -2016-08-01 15:32:35.367 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/SocialMessages/GetAllSentMessagesCount?groupId=1&userId=1 -2016-08-01 15:32:35.368 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GetGplusProfiles"'. -2016-08-01 15:32:35.369 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/SocialMessages/GetAllSentMessagesCount"'. -2016-08-01 15:32:35.370 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" -2016-08-01 15:32:35.370 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" -2016-08-01 15:32:35.376 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Instagram/GetInstagramProfiles?groupId=1 -2016-08-01 15:32:35.361 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=1 -2016-08-01 15:32:35.400 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Instagram/GetInstagramProfiles"'. -2016-08-01 15:32:35.402 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-08-01 15:32:35.413 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" -2016-08-01 15:32:35.434 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=1 -2016-08-01 15:32:35.459 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-08-01 15:32:35.462 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-08-01 15:32:35.465 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-08-01 15:32:36.075 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/LinkedIn/GetLinkedInCompanyPagesProfiles?groupId=1 -2016-08-01 15:32:36.077 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/LinkedIn/GetLinkedInCompanyPagesProfiles"'. -2016-08-01 15:32:36.080 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" -2016-08-01 15:32:36.632 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-08-01 15:32:36.650 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 15:32:36.662 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 15:32:36.672 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 15:32:36.673 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 15:32:36.673 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 15:32:36.677 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 15:32:36.683 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 15:32:36.700 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 15:32:36.700 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 15:32:36.708 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 15:32:36.713 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 15:32:36.699 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 15:32:36.731 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 15:32:36.738 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 15:32:36.745 +05:30 [Information] Executed action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" in 641.1463ms -2016-08-01 15:32:36.766 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 15:32:36.772 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 15:32:36.785 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 15:32:36.784 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 15:32:36.788 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 15:32:36.792 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 15:32:36.798 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 15:32:36.800 +05:30 [Information] Request finished in 723.409ms 200 application/json; charset=utf-8 -2016-08-01 15:32:36.808 +05:30 [Debug] Connection id ""0HKTPUBIHLD93"" completed keep alive response. -2016-08-01 15:32:36.806 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 15:32:36.818 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 15:32:36.819 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 15:32:36.818 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" in 1423.2126ms -2016-08-01 15:32:36.810 +05:30 [Information] Executed action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" in 1370.521ms -2016-08-01 15:32:36.827 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetIncommingMessage?groupId=1&userId=1 -2016-08-01 15:32:36.831 +05:30 [Information] Request finished in 1465.2379ms 200 application/json; charset=utf-8 -2016-08-01 15:32:36.826 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 15:32:36.834 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetIncommingMessage"'. -2016-08-01 15:32:36.836 +05:30 [Debug] Connection id ""0HKTPUBIHLD90"" completed keep alive response. -2016-08-01 15:32:36.845 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 1379.7348ms -2016-08-01 15:32:36.848 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" -2016-08-01 15:32:36.841 +05:30 [Information] Request finished in 1471.3288ms 200 application/json; charset=utf-8 -2016-08-01 15:32:36.866 +05:30 [Information] Request finished in 1507.0675ms 200 application/json; charset=utf-8 -2016-08-01 15:32:36.873 +05:30 [Debug] Connection id ""0HKTPUBIHLD91"" completed keep alive response. -2016-08-01 15:32:36.872 +05:30 [Debug] Connection id ""0HKTPUBIHLD92"" completed keep alive response. -2016-08-01 15:32:36.856 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterFollowerCount?groupId=1&userId=1 -2016-08-01 15:32:36.976 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterFollowerCount"'. -2016-08-01 15:32:36.979 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" -2016-08-01 15:32:36.979 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterRecentFollower?groupId=1 -2016-08-01 15:32:36.969 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 1387.2519ms -2016-08-01 15:32:37.021 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterRecentFollower"'. -2016-08-01 15:32:36.994 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-08-01 15:32:36.992 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/FacebookfanPageCount?groupId=1&userId=1 -2016-08-01 15:32:37.035 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" -2016-08-01 15:32:37.036 +05:30 [Information] Request finished in 1619.6367ms 200 application/json; charset=utf-8 -2016-08-01 15:32:37.040 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-08-01 15:32:37.042 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/FacebookfanPageCount"'. -2016-08-01 15:32:37.083 +05:30 [Debug] Connection id ""0HKTPUBIHLD95"" completed keep alive response. -2016-08-01 15:32:37.083 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 15:32:37.128 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" -2016-08-01 15:32:37.229 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-08-01 15:32:38.646 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 15:32:38.648 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 15:32:38.649 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 15:32:38.651 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 15:32:38.656 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" in 1800.4331ms -2016-08-01 15:32:38.663 +05:30 [Information] Request finished in 1845.7956ms 200 text/plain; charset=utf-8 -2016-08-01 15:32:38.664 +05:30 [Debug] Connection id ""0HKTPUBIHLD93"" completed keep alive response. -2016-08-01 15:32:42.274 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 15:32:42.275 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 15:32:42.275 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 15:32:42.278 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 15:32:42.284 +05:30 [Information] Executed action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" in 6909.3439ms -2016-08-01 15:32:42.291 +05:30 [Information] Request finished in 6925.5452ms 200 application/json; charset=utf-8 -2016-08-01 15:32:42.292 +05:30 [Debug] Connection id ""0HKTPUBIHLD94"" completed keep alive response. -2016-08-01 15:32:42.314 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 15:32:42.314 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 15:32:42.314 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 15:32:42.315 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 15:32:42.316 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 15:32:42.315 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 15:32:42.317 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 15:32:42.319 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 15:32:42.327 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" in 5340.2214ms -2016-08-01 15:32:42.330 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" in 5139.7977ms -2016-08-01 15:32:42.336 +05:30 [Information] Request finished in 5481.1844ms 200 text/plain; charset=utf-8 -2016-08-01 15:32:42.338 +05:30 [Debug] Connection id ""0HKTPUBIHLD90"" completed keep alive response. -2016-08-01 15:32:42.338 +05:30 [Information] Request finished in 5370.3432ms 200 text/plain; charset=utf-8 -2016-08-01 15:32:42.342 +05:30 [Debug] Connection id ""0HKTPUBIHLD92"" completed keep alive response. -2016-08-01 15:32:43.907 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 15:32:43.909 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 15:32:43.909 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 15:32:43.911 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 15:32:43.921 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" in 6870.5135ms -2016-08-01 15:32:43.947 +05:30 [Information] Request finished in 6974.5244ms 200 application/json; charset=utf-8 -2016-08-01 15:32:43.947 +05:30 [Debug] Connection id ""0HKTPUBIHLD91"" completed keep alive response. -2016-08-01 15:32:48.444 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-08-01 15:32:48.445 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-01 15:32:48.447 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-01 15:32:48.460 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 15:32:48.462 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 15:32:48.462 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 15:32:48.464 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 15:32:48.466 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 17.0622ms -2016-08-01 15:32:48.472 +05:30 [Information] Request finished in 27.4194ms 200 application/json; charset=utf-8 -2016-08-01 15:32:48.473 +05:30 [Debug] Connection id ""0HKTPUBIHLD95"" completed keep alive response. -2016-08-01 15:32:48.481 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=2 -2016-08-01 15:32:48.482 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-01 15:32:48.482 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-01 15:32:48.497 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-01 15:32:48.499 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 15:32:48.500 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 15:32:48.502 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 15:32:48.505 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 21.0035ms -2016-08-01 15:32:48.510 +05:30 [Information] Request finished in 28.5785ms 200 application/json; charset=utf-8 -2016-08-01 15:32:48.511 +05:30 [Debug] Connection id ""0HKTPUBIHLD93"" completed keep alive response. -2016-08-01 15:32:49.817 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=2 -2016-08-01 15:32:49.820 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-08-01 15:32:49.821 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-08-01 15:32:49.857 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-01 15:32:49.867 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 15:32:49.870 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 15:32:49.870 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 15:32:49.875 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 15:32:49.888 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 63.4011ms -2016-08-01 15:32:49.894 +05:30 [Information] Request finished in 95.741ms 200 application/json; charset=utf-8 -2016-08-01 15:32:49.895 +05:30 [Debug] Connection id ""0HKTPUBIHLD94"" completed keep alive response. -2016-08-01 15:32:50.240 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Google/GetGplusProfiles?groupId=2 -2016-08-01 15:32:50.357 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GetGplusProfiles"'. -2016-08-01 15:32:50.355 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Instagram/GetInstagramProfiles?groupId=2 -2016-08-01 15:32:50.425 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Instagram/GetInstagramProfiles"'. -2016-08-01 15:32:50.425 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" -2016-08-01 15:32:50.419 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/LinkedIn/GetLinkedInCompanyPagesProfiles?groupId=2 -2016-08-01 15:32:50.428 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/LinkedIn/GetLinkedInCompanyPagesProfiles"'. -2016-08-01 15:32:50.429 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" -2016-08-01 15:32:50.464 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=2 -2016-08-01 15:32:50.466 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-08-01 15:32:50.467 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-08-01 15:32:50.423 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" -2016-08-01 15:32:50.596 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-01 15:32:50.502 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/SocialMessages/GetAllSentMessagesCount?groupId=2&userId=1 -2016-08-01 15:32:50.605 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-01 15:32:50.579 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=2 -2016-08-01 15:32:50.638 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 15:32:50.641 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-08-01 15:32:50.643 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 15:32:50.644 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 15:32:50.638 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/SocialMessages/GetAllSentMessagesCount"'. -2016-08-01 15:32:50.640 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 15:32:50.647 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" -2016-08-01 15:32:50.651 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 15:32:50.652 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 15:32:50.646 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-08-01 15:32:50.666 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-01 15:32:50.674 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 15:32:50.675 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 15:32:50.675 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 15:32:50.707 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 15:32:50.716 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 15:32:50.744 +05:30 [Information] Executed action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" in 279.335ms -2016-08-01 15:32:50.758 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 15:32:50.763 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 260.3296ms -2016-08-01 15:32:50.773 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-01 15:32:50.776 +05:30 [Information] Request finished in 516.808ms 200 application/json; charset=utf-8 -2016-08-01 15:32:50.786 +05:30 [Information] Request finished in 404.1817ms 200 application/json; charset=utf-8 -2016-08-01 15:32:50.783 +05:30 [Information] Executed action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" in 336.7453ms -2016-08-01 15:32:50.791 +05:30 [Debug] Connection id ""0HKTPUBIHLD93"" completed keep alive response. -2016-08-01 15:32:50.794 +05:30 [Debug] Connection id ""0HKTPUBIHLD91"" completed keep alive response. -2016-08-01 15:32:50.790 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" with arguments (["1", "2"]) - ModelState is Valid -2016-08-01 15:32:50.790 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 15:32:50.814 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetIncommingMessage?groupId=2&userId=1 -2016-08-01 15:32:50.815 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 15:32:50.808 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-01 15:32:50.819 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterFollowerCount?groupId=2&userId=1 -2016-08-01 15:32:50.822 +05:30 [Information] Request finished in 594.8256ms 200 application/json; charset=utf-8 -2016-08-01 15:32:50.823 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetIncommingMessage"'. -2016-08-01 15:32:50.828 +05:30 [Debug] Connection id ""0HKTPUBIHLD92"" completed keep alive response. -2016-08-01 15:32:50.823 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 15:32:50.826 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 15:32:50.828 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" -2016-08-01 15:32:50.829 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 15:32:50.827 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterFollowerCount"'. -2016-08-01 15:32:50.823 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 15:32:50.830 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 15:32:50.857 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 15:32:50.857 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 15:32:50.857 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" -2016-08-01 15:32:50.868 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/FacebookfanPageCount?groupId=2&userId=1 -2016-08-01 15:32:50.875 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/FacebookfanPageCount"'. -2016-08-01 15:32:50.876 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" -2016-08-01 15:32:50.882 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 15:32:50.891 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" with arguments (["2", "1"]) - ModelState is Valid -2016-08-01 15:32:50.897 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 15:32:50.905 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 15:32:50.918 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" with arguments (["2", "1"]) - ModelState is Valid -2016-08-01 15:32:50.926 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" in 301.2424ms -2016-08-01 15:32:50.933 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 15:32:50.931 +05:30 [Information] Executed action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" in 259.224ms -2016-08-01 15:32:50.937 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 261.2975ms -2016-08-01 15:32:50.937 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 15:32:50.941 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" with arguments (["1", "2"]) - ModelState is Valid -2016-08-01 15:32:50.942 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 15:32:50.946 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 15:32:50.955 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 15:32:50.958 +05:30 [Information] Request finished in 736.865ms 200 application/json; charset=utf-8 -2016-08-01 15:32:50.956 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 15:32:50.960 +05:30 [Debug] Connection id ""0HKTPUBIHLD90"" completed keep alive response. -2016-08-01 15:32:50.974 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 15:32:50.972 +05:30 [Information] Request finished in 596.8136ms 200 application/json; charset=utf-8 -2016-08-01 15:32:50.977 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 15:32:50.977 +05:30 [Debug] Connection id ""0HKTPUBIHLD94"" completed keep alive response. -2016-08-01 15:32:50.985 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 15:32:50.985 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 15:32:50.993 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 15:32:51.000 +05:30 [Information] Request finished in 596.6325ms 200 application/json; charset=utf-8 -2016-08-01 15:32:51.001 +05:30 [Debug] Connection id ""0HKTPUBIHLD95"" completed keep alive response. -2016-08-01 15:32:51.011 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 15:32:51.015 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" in 141.6071ms -2016-08-01 15:32:51.025 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" in 133.1165ms -2016-08-01 15:32:51.039 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" in 139.2828ms -2016-08-01 15:32:51.054 +05:30 [Information] Request finished in 222.7237ms 200 text/plain; charset=utf-8 -2016-08-01 15:32:51.058 +05:30 [Debug] Connection id ""0HKTPUBIHLD91"" completed keep alive response. -2016-08-01 15:32:51.085 +05:30 [Information] Request finished in 237.7327ms 200 text/plain; charset=utf-8 -2016-08-01 15:32:51.086 +05:30 [Debug] Connection id ""0HKTPUBIHLD93"" completed keep alive response. -2016-08-01 15:32:51.088 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterRecentFollower?groupId=2 -2016-08-01 15:32:51.098 +05:30 [Information] Request finished in 243.348ms 200 text/plain; charset=utf-8 -2016-08-01 15:32:51.100 +05:30 [Debug] Connection id ""0HKTPUBIHLD92"" completed keep alive response. -2016-08-01 15:32:51.099 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterRecentFollower"'. -2016-08-01 15:32:51.108 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" -2016-08-01 15:32:51.128 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-01 15:32:51.965 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 15:32:51.967 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 15:32:51.967 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 15:32:51.973 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 15:32:51.982 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" in 864.4027ms -2016-08-01 15:32:51.992 +05:30 [Information] Request finished in 1013.4423ms 200 application/json; charset=utf-8 -2016-08-01 15:32:51.993 +05:30 [Debug] Connection id ""0HKTPUBIHLD90"" completed keep alive response. -2016-08-01 15:33:21.596 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/User/Login application/x-www-form-urlencoded 53 -2016-08-01 15:33:21.597 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/Login"'. -2016-08-01 15:33:21.599 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.Login (Api.Socioboard)" -2016-08-01 15:33:21.664 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.UserController.Login (Api.Socioboard)" with arguments (["Domain.Socioboard.ViewModels.UserLoginViewModel"]) - ModelState is Valid -2016-08-01 15:33:21.684 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.UserController.Login (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 15:33:21.685 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 15:33:21.687 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 15:33:21.690 +05:30 [Information] Executed action "Api.Socioboard.Controllers.UserController.Login (Api.Socioboard)" in 88.3269ms -2016-08-01 15:33:21.695 +05:30 [Information] Request finished in 98.577ms 200 application/json; charset=utf-8 -2016-08-01 15:33:21.696 +05:30 [Debug] Connection id ""0HKTPUBIHLD94"" completed keep alive response. -2016-08-01 15:33:29.136 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/User/Login application/x-www-form-urlencoded 53 -2016-08-01 15:33:29.136 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/Login"'. -2016-08-01 15:33:29.137 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.Login (Api.Socioboard)" -2016-08-01 15:33:29.159 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.UserController.Login (Api.Socioboard)" with arguments (["Domain.Socioboard.ViewModels.UserLoginViewModel"]) - ModelState is Valid -2016-08-01 15:33:29.170 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.UserController.Login (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 15:33:29.171 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 15:33:29.178 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 15:33:29.188 +05:30 [Information] Executed action "Api.Socioboard.Controllers.UserController.Login (Api.Socioboard)" in 43.993ms -2016-08-01 15:33:29.199 +05:30 [Information] Request finished in 64.0352ms 200 application/json; charset=utf-8 -2016-08-01 15:33:29.199 +05:30 [Debug] Connection id ""0HKTPUBIHLD95"" completed keep alive response. -2016-08-01 15:33:31.672 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/Google/GoogleLogin application/x-www-form-urlencoded 52 -2016-08-01 15:33:31.673 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GoogleLogin"'. -2016-08-01 15:33:31.675 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GoogleLogin (Api.Socioboard)" -2016-08-01 15:33:31.686 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GoogleLogin (Api.Socioboard)" with arguments (["4/fm7dftDSZFvNw_JTBNmUULpIdFX5zrvmUSwf9x_FxHs"]) - ModelState is Valid -2016-08-01 15:33:32.137 +05:30 [Information] { - "access_token": "ya29.CjAyA7tPOp7eOxw_vvs40saCiKc89mSiPvxN_Db7p-TCwyVS3mGI-jpfFGU0IvisuaA", - "token_type": "Bearer", - "expires_in": 3599, - "id_token": "eyJhbGciOiJSUzI1NiIsImtpZCI6IjYxOTJhNmIwNjE2ODUzMjE3MzJjNGJhMTBjMDEwOTY5YWUyZjU1YmMifQ.eyJpc3MiOiJhY2NvdW50cy5nb29nbGUuY29tIiwiYXRfaGFzaCI6IlA3Z09XVUFCQzRJd3ZEYk9mQ21NQVEiLCJhdWQiOiIyNDYyMjE0MDU4MDEta2dpcjh1NzdtNWdwb3BrYjRwMHR2bXU1MjJkaWI0ZTAuYXBwcy5nb29nbGV1c2VyY29udGVudC5jb20iLCJzdWIiOiIxMDA0OTM2ODY1MTA4NDY4MzQ5OTMiLCJlbWFpbF92ZXJpZmllZCI6dHJ1ZSwiYXpwIjoiMjQ2MjIxNDA1ODAxLWtnaXI4dTc3bTVncG9wa2I0cDB0dm11NTIyZGliNGUwLmFwcHMuZ29vZ2xldXNlcmNvbnRlbnQuY29tIiwiZW1haWwiOiJiYW5kaVN1cmVzaEBnbG9idXNzb2Z0LmNvbSIsImlhdCI6MTQ3MDA0NTgxMiwiZXhwIjoxNDcwMDQ5NDEyfQ.MBAe_KK5PEgM0-FXcnywLTf6PpLQIbhmyGnGVlJUeSerUSBu-lqObspAcSkkjURui4TLVtdhrkV9eSqJBac0wT5AiG8CLbOJ1kCOlu9zEjsq9XQbXpkFxO1ppy9t-RGHab-N_eVK-gi_wgS2NJ-BCQD5sfbxFDPKMlRtomW71YnDhoi0AN48EnzWto7wXwyB2CXoJKCdkTaPBaON_q5IU1ZEpT82erYM_6JQqQO5U2-rrklTqDCZF4soVRyqosqKDZ2jIH15VEJJ4KlJrzWoq2wxgXpaGhJboG_jIFX7jn5eRHsTPZim3ROITS8j3TwGxjrEeC9tVWhejsntHOwtDQ" -} -2016-08-01 15:33:32.665 +05:30 [Information] [{ - "id": "100493686510846834993", - "email": "bandiSuresh@globussoft.com", - "verified_email": true, - "name": "Suresh Bandi", - "given_name": "Suresh", - "family_name": "Bandi", - "link": "https://plus.google.com/+SureshBandi007", - "picture": "https://lh3.googleusercontent.com/--zVLmLAPl14/AAAAAAAAAAI/AAAAAAAAAFE/KtuOadUcwFM/photo.jpg", - "gender": "male", - "locale": "en" -} -] -2016-08-01 15:33:32.706 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GoogleLogin (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 15:33:32.707 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 15:33:32.709 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 15:33:32.716 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GoogleLogin (Api.Socioboard)" in 1037.3025ms -2016-08-01 15:33:32.721 +05:30 [Information] Request finished in 1050.4312ms 200 application/json; charset=utf-8 -2016-08-01 15:33:32.722 +05:30 [Debug] Connection id ""0HKTPUBIHLD91"" completed keep alive response. -2016-08-01 15:33:32.756 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=4 -2016-08-01 15:33:32.757 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-01 15:33:32.758 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-01 15:33:32.779 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["4"]) - ModelState is Valid -2016-08-01 15:33:32.802 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 15:33:32.803 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 15:33:32.806 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 15:33:32.809 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 48.0056ms -2016-08-01 15:33:32.814 +05:30 [Information] Request finished in 58.4831ms 200 application/json; charset=utf-8 -2016-08-01 15:33:32.815 +05:30 [Debug] Connection id ""0HKTPUBIHLD93"" completed keep alive response. -2016-08-01 15:33:32.823 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=5 -2016-08-01 15:33:32.828 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-01 15:33:32.829 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-01 15:33:32.842 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["5"]) - ModelState is Valid -2016-08-01 15:33:32.852 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 15:33:32.852 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 15:33:32.855 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 15:33:32.859 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 26.229ms -2016-08-01 15:33:32.864 +05:30 [Information] Request finished in 41.2206ms 200 application/json; charset=utf-8 -2016-08-01 15:33:32.865 +05:30 [Debug] Connection id ""0HKTPUBIHLD92"" completed keep alive response. -2016-08-01 15:33:33.740 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=5 -2016-08-01 15:33:33.742 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-08-01 15:33:33.744 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-08-01 15:33:33.763 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["5"]) - ModelState is Valid -2016-08-01 15:33:33.773 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 15:33:33.774 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 15:33:33.774 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 15:33:33.779 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 15:33:33.784 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 35.1601ms -2016-08-01 15:33:33.793 +05:30 [Information] Request finished in 52.2544ms 200 application/json; charset=utf-8 -2016-08-01 15:33:33.804 +05:30 [Debug] Connection id ""0HKTPUBIHLD90"" completed keep alive response. -2016-08-01 15:33:34.209 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=5 -2016-08-01 15:33:34.227 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/LinkedIn/GetLinkedInCompanyPagesProfiles?groupId=5 -2016-08-01 15:33:34.227 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-08-01 15:33:34.236 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/SocialMessages/GetAllSentMessagesCount?groupId=5&userId=4 -2016-08-01 15:33:34.249 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Instagram/GetInstagramProfiles?groupId=5 -2016-08-01 15:33:34.264 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=5 -2016-08-01 15:33:34.228 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/LinkedIn/GetLinkedInCompanyPagesProfiles"'. -2016-08-01 15:33:34.272 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Google/GetGplusProfiles?groupId=5 -2016-08-01 15:33:34.273 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-08-01 15:33:34.278 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Instagram/GetInstagramProfiles"'. -2016-08-01 15:33:34.283 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-08-01 15:33:34.285 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" -2016-08-01 15:33:34.276 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/SocialMessages/GetAllSentMessagesCount"'. -2016-08-01 15:33:34.410 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" -2016-08-01 15:33:34.319 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" -2016-08-01 15:33:34.361 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-08-01 15:33:34.288 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GetGplusProfiles"'. -2016-08-01 15:33:34.446 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" -2016-08-01 15:33:34.594 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["5"]) - ModelState is Valid -2016-08-01 15:33:34.715 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" with arguments (["5"]) - ModelState is Valid -2016-08-01 15:33:34.631 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" with arguments (["5"]) - ModelState is Valid -2016-08-01 15:33:34.659 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" with arguments (["5"]) - ModelState is Valid -2016-08-01 15:33:34.726 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" with arguments (["4", "5"]) - ModelState is Valid -2016-08-01 15:33:34.730 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 15:33:34.732 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 15:33:34.734 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 15:33:34.735 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 15:33:34.736 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 15:33:34.736 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 15:33:34.748 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 15:33:34.749 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 15:33:34.750 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 15:33:34.765 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["5"]) - ModelState is Valid -2016-08-01 15:33:34.771 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 15:33:34.771 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 15:33:34.776 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 15:33:34.793 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 15:33:34.791 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 15:33:34.795 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 15:33:34.796 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 15:33:34.728 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 15:33:34.807 +05:30 [Information] Executed action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" in 348.0719ms -2016-08-01 15:33:34.805 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 15:33:34.803 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 15:33:34.830 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 15:33:34.832 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 15:33:34.844 +05:30 [Information] Executed action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" in 403.7445ms -2016-08-01 15:33:34.832 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 15:33:34.848 +05:30 [Information] Request finished in 647.4256ms 200 application/json; charset=utf-8 -2016-08-01 15:33:34.859 +05:30 [Information] Request finished in 653.3545ms 200 application/json; charset=utf-8 -2016-08-01 15:33:34.854 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 395.4131ms -2016-08-01 15:33:34.861 +05:30 [Debug] Connection id ""0HKTPUBIHLD91"" completed keep alive response. -2016-08-01 15:33:34.857 +05:30 [Information] Executed action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" in 471.8162ms -2016-08-01 15:33:34.866 +05:30 [Debug] Connection id ""0HKTPUBIHLD90"" completed keep alive response. -2016-08-01 15:33:34.860 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 15:33:34.884 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetIncommingMessage?groupId=5&userId=4 -2016-08-01 15:33:34.889 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetIncommingMessage"'. -2016-08-01 15:33:34.890 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterFollowerCount?groupId=5&userId=4 -2016-08-01 15:33:34.898 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterFollowerCount"'. -2016-08-01 15:33:34.900 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" -2016-08-01 15:33:34.897 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" -2016-08-01 15:33:34.915 +05:30 [Information] Request finished in 694.9382ms 200 application/json; charset=utf-8 -2016-08-01 15:33:34.919 +05:30 [Debug] Connection id ""0HKTPUBIHLD95"" completed keep alive response. -2016-08-01 15:33:34.929 +05:30 [Information] Request finished in 697.8913ms 200 application/json; charset=utf-8 -2016-08-01 15:33:34.938 +05:30 [Debug] Connection id ""0HKTPUBIHLD93"" completed keep alive response. -2016-08-01 15:33:34.943 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" in 438.9075ms -2016-08-01 15:33:34.966 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 15:33:34.994 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterRecentFollower?groupId=5 -2016-08-01 15:33:34.982 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" with arguments (["5", "4"]) - ModelState is Valid -2016-08-01 15:33:35.004 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" with arguments (["5", "4"]) - ModelState is Valid -2016-08-01 15:33:34.975 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/FacebookfanPageCount?groupId=5&userId=4 -2016-08-01 15:33:35.008 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterRecentFollower"'. -2016-08-01 15:33:34.999 +05:30 [Information] Request finished in 778.3138ms 200 application/json; charset=utf-8 -2016-08-01 15:33:35.018 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 15:33:35.017 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/FacebookfanPageCount"'. -2016-08-01 15:33:35.030 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 15:33:35.024 +05:30 [Debug] Connection id ""0HKTPUBIHLD92"" completed keep alive response. -2016-08-01 15:33:35.022 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 702.0574ms -2016-08-01 15:33:35.018 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" -2016-08-01 15:33:35.034 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 15:33:35.050 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 15:33:35.051 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 15:33:35.044 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 15:33:35.044 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" -2016-08-01 15:33:35.068 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 15:33:35.086 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 15:33:35.123 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" in 165.0367ms -2016-08-01 15:33:35.199 +05:30 [Information] Request finished in 898.0557ms 200 application/json; charset=utf-8 -2016-08-01 15:33:35.216 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" in 198.3817ms -2016-08-01 15:33:35.210 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" with arguments (["4", "5"]) - ModelState is Valid -2016-08-01 15:33:35.234 +05:30 [Information] Request finished in 268.6764ms 200 text/plain; charset=utf-8 -2016-08-01 15:33:35.244 +05:30 [Debug] Connection id ""0HKTPUBIHLD91"" completed keep alive response. -2016-08-01 15:33:35.233 +05:30 [Debug] Connection id ""0HKTPUBIHLD94"" completed keep alive response. -2016-08-01 15:33:35.262 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 15:33:35.263 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 15:33:35.263 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 15:33:35.270 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" with arguments (["5"]) - ModelState is Valid -2016-08-01 15:33:35.276 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 15:33:35.286 +05:30 [Information] Request finished in 387.1182ms 200 text/plain; charset=utf-8 -2016-08-01 15:33:35.291 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 15:33:35.296 +05:30 [Debug] Connection id ""0HKTPUBIHLD90"" completed keep alive response. -2016-08-01 15:33:35.299 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 15:33:35.301 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 15:33:35.311 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" in 224.0675ms -2016-08-01 15:33:35.340 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 15:33:35.346 +05:30 [Information] Request finished in 402.677ms 200 text/plain; charset=utf-8 -2016-08-01 15:33:35.348 +05:30 [Debug] Connection id ""0HKTPUBIHLD95"" completed keep alive response. -2016-08-01 15:33:35.355 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" in 292.1015ms -2016-08-01 15:33:35.383 +05:30 [Information] Request finished in 417.0357ms 200 application/json; charset=utf-8 -2016-08-01 15:33:35.384 +05:30 [Debug] Connection id ""0HKTPUBIHLD93"" completed keep alive response. -2016-08-01 15:33:58.233 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=5 -2016-08-01 15:33:58.236 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-08-01 15:33:58.240 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-08-01 15:33:58.245 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=5 -2016-08-01 15:33:58.249 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-08-01 15:33:58.255 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-08-01 15:33:58.275 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/LinkedIn/GetLinkedInCompanyPagesProfiles?groupId=5 -2016-08-01 15:33:58.280 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/LinkedIn/GetLinkedInCompanyPagesProfiles"'. -2016-08-01 15:33:58.295 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Instagram/GetInstagramProfiles?groupId=5 -2016-08-01 15:33:58.301 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" -2016-08-01 15:33:58.312 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/SocialMessages/GetAllSentMessagesCount?groupId=5&userId=4 -2016-08-01 15:33:58.302 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Instagram/GetInstagramProfiles"'. -2016-08-01 15:33:58.315 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/SocialMessages/GetAllSentMessagesCount"'. -2016-08-01 15:33:58.317 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" -2016-08-01 15:33:58.322 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" -2016-08-01 15:33:58.751 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Google/GetGplusProfiles?groupId=5 -2016-08-01 15:33:58.752 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GetGplusProfiles"'. -2016-08-01 15:33:58.754 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" -2016-08-01 15:33:59.770 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" with arguments (["5"]) - ModelState is Valid -2016-08-01 15:33:59.774 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["5"]) - ModelState is Valid -2016-08-01 15:33:59.775 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 15:33:59.776 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 15:33:59.778 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 15:33:59.777 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 15:33:59.779 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 15:33:59.784 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 15:33:59.781 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" with arguments (["4", "5"]) - ModelState is Valid -2016-08-01 15:33:59.789 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["5"]) - ModelState is Valid -2016-08-01 15:33:59.791 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 15:33:59.791 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 15:33:59.794 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 15:33:59.797 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 15:33:59.795 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 15:33:59.797 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 15:33:59.799 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 15:33:59.807 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" with arguments (["5"]) - ModelState is Valid -2016-08-01 15:33:59.810 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 1540.8125ms -2016-08-01 15:33:59.814 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 15:33:59.820 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 15:33:59.825 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" with arguments (["5"]) - ModelState is Valid -2016-08-01 15:33:59.827 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 15:33:59.829 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 15:33:59.830 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 15:33:59.829 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 15:33:59.831 +05:30 [Information] Request finished in 1628.0078ms 200 application/json; charset=utf-8 -2016-08-01 15:33:59.831 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 15:33:59.832 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 15:33:59.832 +05:30 [Debug] Connection id ""0HKTPUBIHLD94"" completed keep alive response. -2016-08-01 15:33:59.840 +05:30 [Information] Executed action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" in 1491.123ms -2016-08-01 15:33:59.844 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 15:33:59.847 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 15:33:59.853 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetIncommingMessage?groupId=5&userId=4 -2016-08-01 15:33:59.855 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetIncommingMessage"'. -2016-08-01 15:33:59.855 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" -2016-08-01 15:33:59.858 +05:30 [Information] Executed action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" in 1510.948ms -2016-08-01 15:33:59.865 +05:30 [Information] Request finished in 1661.162ms 200 application/json; charset=utf-8 -2016-08-01 15:33:59.868 +05:30 [Debug] Connection id ""0HKTPUBIHLD90"" completed keep alive response. -2016-08-01 15:33:59.874 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" in 1093.6456ms -2016-08-01 15:33:59.885 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 1603.8891ms -2016-08-01 15:33:59.900 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 15:33:59.913 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterFollowerCount?groupId=5&userId=4 -2016-08-01 15:33:59.914 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterFollowerCount"'. -2016-08-01 15:33:59.915 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" -2016-08-01 15:33:59.918 +05:30 [Information] Request finished in 1727.1626ms 200 application/json; charset=utf-8 -2016-08-01 15:33:59.921 +05:30 [Debug] Connection id ""0HKTPUBIHLD92"" completed keep alive response. -2016-08-01 15:33:59.926 +05:30 [Information] Executed action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" in 1581.1953ms -2016-08-01 15:33:59.936 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" with arguments (["5", "4"]) - ModelState is Valid -2016-08-01 15:33:59.944 +05:30 [Information] Request finished in 1672.8695ms 200 application/json; charset=utf-8 -2016-08-01 15:33:59.946 +05:30 [Debug] Connection id ""0HKTPUBIHLD91"" completed keep alive response. -2016-08-01 15:33:59.955 +05:30 [Information] Request finished in 1137.2246ms 200 application/json; charset=utf-8 -2016-08-01 15:33:59.956 +05:30 [Debug] Connection id ""0HKTPUBIHLD93"" completed keep alive response. -2016-08-01 15:33:59.965 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/FacebookfanPageCount?groupId=5&userId=4 -2016-08-01 15:33:59.966 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/FacebookfanPageCount"'. -2016-08-01 15:33:59.968 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" -2016-08-01 15:33:59.976 +05:30 [Information] Request finished in 1704.7662ms 200 application/json; charset=utf-8 -2016-08-01 15:33:59.977 +05:30 [Debug] Connection id ""0HKTPUBIHLD95"" completed keep alive response. -2016-08-01 15:34:00.003 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterRecentFollower?groupId=5 -2016-08-01 15:34:00.005 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 15:34:00.013 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 15:34:00.012 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" with arguments (["5", "4"]) - ModelState is Valid -2016-08-01 15:34:00.012 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterRecentFollower"'. -2016-08-01 15:34:00.014 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 15:34:00.018 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" with arguments (["4", "5"]) - ModelState is Valid -2016-08-01 15:34:00.021 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 15:34:00.018 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" -2016-08-01 15:34:00.026 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 15:34:00.028 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 15:34:00.025 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 15:34:00.030 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 15:34:00.032 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 15:34:00.033 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 15:34:00.038 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 15:34:00.045 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" in 175.5169ms -2016-08-01 15:34:00.051 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 15:34:00.063 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" in 123.4274ms -2016-08-01 15:34:00.068 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" in 83.8375ms -2016-08-01 15:34:00.075 +05:30 [Information] Request finished in 221.8838ms 200 text/plain; charset=utf-8 -2016-08-01 15:34:00.076 +05:30 [Debug] Connection id ""0HKTPUBIHLD94"" completed keep alive response. -2016-08-01 15:34:00.083 +05:30 [Information] Request finished in 194.8245ms 200 text/plain; charset=utf-8 -2016-08-01 15:34:00.083 +05:30 [Debug] Connection id ""0HKTPUBIHLD90"" completed keep alive response. -2016-08-01 15:34:00.110 +05:30 [Information] Request finished in 138.0118ms 200 text/plain; charset=utf-8 -2016-08-01 15:34:00.113 +05:30 [Debug] Connection id ""0HKTPUBIHLD92"" completed keep alive response. -2016-08-01 15:34:00.129 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" with arguments (["5"]) - ModelState is Valid -2016-08-01 15:34:00.142 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 15:34:00.145 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 15:34:00.146 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 15:34:00.153 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 15:34:00.163 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" in 128.0688ms -2016-08-01 15:34:00.196 +05:30 [Information] Request finished in 234.9781ms 200 application/json; charset=utf-8 -2016-08-01 15:34:00.197 +05:30 [Debug] Connection id ""0HKTPUBIHLD91"" completed keep alive response. -2016-08-01 16:08:59.162 +05:30 [Debug] Hosting starting -2016-08-01 16:08:59.369 +05:30 [Debug] Hosting started -2016-08-01 16:08:59.603 +05:30 [Debug] Connection id ""0HKTPV06225AB"" started. -2016-08-01 16:08:59.603 +05:30 [Debug] Connection id ""0HKTPV06225AC"" started. -2016-08-01 16:08:59.793 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-08-01 16:08:59.793 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:6361/ 0 -2016-08-01 16:08:59.871 +05:30 [Information] Request finished in 118.069ms 200 -2016-08-01 16:08:59.931 +05:30 [Debug] Connection id ""0HKTPV06225AB"" completed keep alive response. -2016-08-01 16:09:00.483 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-08-01 16:09:00.565 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"427b0e11-c702-461b-82c3-ac77aa143a03"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-08-01 16:09:00.679 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-08-01 16:09:00.800 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid -2016-08-01 16:09:00.803 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult". -2016-08-01 16:09:00.880 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:09:00.890 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:09:00.897 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:09:01.259 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 569.9918ms -2016-08-01 16:09:01.350 +05:30 [Information] Request finished in 1613.2326ms 200 application/json; charset=utf-8 -2016-08-01 16:09:01.352 +05:30 [Debug] Connection id ""0HKTPV06225AC"" completed keep alive response. -2016-08-01 16:09:33.008 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/User/FacebookLogin application/x-www-form-urlencoded 173 -2016-08-01 16:09:33.012 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/FacebookLogin"'. -2016-08-01 16:09:33.016 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" -2016-08-01 16:09:33.450 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" with arguments (["EAAKYvwDVmnUBAGNZCoVps7Iy1lG9fhTJ06YsbiAVpKtFy5N2XfKr0lKlgdB87hYYWI4P1BMV3Mu6wZAfBaoCCOrNBpoIujRxqy4NTjIqZCmD7Uc10q8xBCSbqyKtD1AJf65j4aGlEBKiTe1aySH5TtjYcnjIbUZD"]) - ModelState is Valid -2016-08-01 16:09:39.760 +05:30 [Fatal] could not insert: [Domain.Socioboard.Models.Groups#0][SQL: INSERT INTO Groups (groupName, createdDate, adminId, id) VALUES (?, ?, ?, ?)] -2016-08-01 16:09:39.777 +05:30 [Error] at NHibernate.Persister.Entity.AbstractEntityPersister.Insert(Object id, Object[] fields, Boolean[] notNull, Int32 j, SqlCommandInfo sql, Object obj, ISessionImplementor session) - at NHibernate.Persister.Entity.AbstractEntityPersister.Insert(Object id, Object[] fields, Object obj, ISessionImplementor session) - at NHibernate.Action.EntityInsertAction.Execute() - at NHibernate.Engine.ActionQueue.Execute(IExecutable executable) - at NHibernate.Engine.ActionQueue.ExecuteActions(IList list) - at NHibernate.Engine.ActionQueue.ExecuteActions() - at NHibernate.Event.Default.AbstractFlushingEventListener.PerformExecutions(IEventSource session) - at NHibernate.Event.Default.DefaultFlushEventListener.OnFlush(FlushEvent event) - at NHibernate.Impl.SessionImpl.Flush() - at NHibernate.Transaction.AdoTransaction.Commit() - at Api.Socioboard.Model.DatabaseRepository.Add[T](T item) in D:\bitbucket\src\Api.Socioboard\Model\DatabaseRepository.cs:line 143 -2016-08-01 16:09:39.779 +05:30 [Error] Failed to read auto-increment value from storage engine -2016-08-01 16:09:39.782 +05:30 [Error] at MySql.Data.MySqlClient.MySqlStream.ReadPacket() - at MySql.Data.MySqlClient.NativeDriver.GetResult(Int32& affectedRow, Int64& insertedId) - at MySql.Data.MySqlClient.Driver.GetResult(Int32 statementId, Int32& affectedRows, Int64& insertedId) - at MySql.Data.MySqlClient.Driver.NextResult(Int32 statementId, Boolean force) - at MySql.Data.MySqlClient.MySqlDataReader.NextResult() - at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior) - at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader() - at MySql.Data.MySqlClient.MySqlCommand.ExecuteNonQuery() - at NHibernate.AdoNet.AbstractBatcher.ExecuteNonQuery(IDbCommand cmd) - at NHibernate.AdoNet.NonBatchingBatcher.AddToBatch(IExpectation expectation) - at NHibernate.Persister.Entity.AbstractEntityPersister.Insert(Object id, Object[] fields, Boolean[] notNull, Int32 j, SqlCommandInfo sql, Object obj, ISessionImplementor session) -2016-08-01 16:09:39.784 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:09:39.790 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:09:39.792 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:09:39.931 +05:30 [Information] Executed action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" in 6913.2717ms -2016-08-01 16:09:39.935 +05:30 [Information] Request finished in 6941.9787ms 200 application/json; charset=utf-8 -2016-08-01 16:09:39.936 +05:30 [Debug] Connection id ""0HKTPV06225AB"" completed keep alive response. -2016-08-01 16:09:40.281 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=5 -2016-08-01 16:09:40.282 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-01 16:09:40.285 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-01 16:09:40.321 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["5"]) - ModelState is Valid -2016-08-01 16:09:40.505 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:09:40.506 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:09:40.508 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:09:40.513 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 226.0183ms -2016-08-01 16:09:40.517 +05:30 [Information] Request finished in 238.103ms 200 application/json; charset=utf-8 -2016-08-01 16:09:40.518 +05:30 [Debug] Connection id ""0HKTPV06225AC"" completed keep alive response. -2016-08-01 16:09:47.174 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/User/FacebookLogin application/x-www-form-urlencoded 173 -2016-08-01 16:09:47.178 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/FacebookLogin"'. -2016-08-01 16:09:47.181 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" -2016-08-01 16:09:47.203 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" with arguments (["EAAKYvwDVmnUBAGnvtvoTmgrsPrZAgQgmkXkywf5XaZC1ewl3aSCWAG68KYfKiJ1C9lXBHlp3ERU8lDGi9yX3Tvt3WUuDjhUxOUW8pC6Wd2DYKuG3Qx2y7ux2NQDp0o2TLuHsHYUPvYHfTeLkgUi9VjjZCl96eUZD"]) - ModelState is Valid -2016-08-01 16:09:47.577 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:09:47.579 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:09:47.582 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:09:47.584 +05:30 [Information] Executed action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" in 401.5235ms -2016-08-01 16:09:47.590 +05:30 [Information] Request finished in 417.0929ms 200 application/json; charset=utf-8 -2016-08-01 16:09:47.591 +05:30 [Debug] Connection id ""0HKTPV06225AB"" completed keep alive response. -2016-08-01 16:09:47.752 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=5 -2016-08-01 16:09:47.753 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-01 16:09:47.754 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-01 16:09:47.765 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["5"]) - ModelState is Valid -2016-08-01 16:09:47.807 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:09:47.808 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:09:47.810 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:09:47.813 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 56.632ms -2016-08-01 16:09:47.816 +05:30 [Information] Request finished in 64.6567ms 200 application/json; charset=utf-8 -2016-08-01 16:09:47.817 +05:30 [Debug] Connection id ""0HKTPV06225AC"" completed keep alive response. -2016-08-01 16:10:59.579 +05:30 [Debug] Connection id ""0HKTPV06225AB"" received FIN. -2016-08-01 16:10:59.579 +05:30 [Debug] Connection id ""0HKTPV06225AC"" received FIN. -2016-08-01 16:10:59.582 +05:30 [Debug] Connection id ""0HKTPV06225AB"" disconnecting. -2016-08-01 16:10:59.583 +05:30 [Debug] Connection id ""0HKTPV06225AC"" disconnecting. -2016-08-01 16:10:59.585 +05:30 [Debug] Connection id ""0HKTPV06225AB"" sending FIN. -2016-08-01 16:10:59.585 +05:30 [Debug] Connection id ""0HKTPV06225AC"" sending FIN. -2016-08-01 16:10:59.602 +05:30 [Debug] Connection id ""0HKTPV06225AB"" sent FIN with status "0". -2016-08-01 16:10:59.603 +05:30 [Debug] Connection id ""0HKTPV06225AC"" sent FIN with status "0". -2016-08-01 16:10:59.608 +05:30 [Debug] Connection id ""0HKTPV06225AB"" stopped. -2016-08-01 16:10:59.608 +05:30 [Debug] Connection id ""0HKTPV06225AC"" stopped. -2016-08-01 16:11:11.122 +05:30 [Debug] Connection id ""0HKTPV06225AD"" started. -2016-08-01 16:11:11.130 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/User/FacebookLogin application/x-www-form-urlencoded 184 -2016-08-01 16:11:11.130 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/FacebookLogin"'. -2016-08-01 16:11:11.131 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" -2016-08-01 16:11:11.150 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" with arguments (["EAAKYvwDVmnUBAPYk6h2XEZCusMdYU118peu5cncVXyZAyZBRpF48p49qZCmAv7cySZCZBmalRFDZAQYuUZASWRmD38gZC9NkKlnl7HVFfSakChMF0J3O9UBjZBLEOhCZCBcDbFud85jGTu8oyVCcZBJKZA7UaxRaYt9sPZBwkZD"]) - ModelState is Valid -2016-08-01 16:12:19.772 +05:30 [Fatal] could not insert: [Domain.Socioboard.Models.Groups#0][SQL: INSERT INTO Groups (groupName, createdDate, adminId, id) VALUES (?, ?, ?, ?)] -2016-08-01 16:12:19.775 +05:30 [Error] at NHibernate.Persister.Entity.AbstractEntityPersister.Insert(Object id, Object[] fields, Boolean[] notNull, Int32 j, SqlCommandInfo sql, Object obj, ISessionImplementor session) - at NHibernate.Persister.Entity.AbstractEntityPersister.Insert(Object id, Object[] fields, Object obj, ISessionImplementor session) - at NHibernate.Action.EntityInsertAction.Execute() - at NHibernate.Engine.ActionQueue.Execute(IExecutable executable) - at NHibernate.Engine.ActionQueue.ExecuteActions(IList list) - at NHibernate.Engine.ActionQueue.ExecuteActions() - at NHibernate.Event.Default.AbstractFlushingEventListener.PerformExecutions(IEventSource session) - at NHibernate.Event.Default.DefaultFlushEventListener.OnFlush(FlushEvent event) - at NHibernate.Impl.SessionImpl.Flush() - at NHibernate.Transaction.AdoTransaction.Commit() - at Api.Socioboard.Model.DatabaseRepository.Add[T](T item) in D:\bitbucket\src\Api.Socioboard\Model\DatabaseRepository.cs:line 143 -2016-08-01 16:12:19.778 +05:30 [Error] Failed to read auto-increment value from storage engine -2016-08-01 16:12:19.780 +05:30 [Error] at MySql.Data.MySqlClient.MySqlStream.ReadPacket() - at MySql.Data.MySqlClient.NativeDriver.GetResult(Int32& affectedRow, Int64& insertedId) - at MySql.Data.MySqlClient.Driver.GetResult(Int32 statementId, Int32& affectedRows, Int64& insertedId) - at MySql.Data.MySqlClient.Driver.NextResult(Int32 statementId, Boolean force) - at MySql.Data.MySqlClient.MySqlDataReader.NextResult() - at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior) - at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader() - at MySql.Data.MySqlClient.MySqlCommand.ExecuteNonQuery() - at NHibernate.AdoNet.AbstractBatcher.ExecuteNonQuery(IDbCommand cmd) - at NHibernate.AdoNet.NonBatchingBatcher.AddToBatch(IExpectation expectation) - at NHibernate.Persister.Entity.AbstractEntityPersister.Insert(Object id, Object[] fields, Boolean[] notNull, Int32 j, SqlCommandInfo sql, Object obj, ISessionImplementor session) -2016-08-01 16:14:49.162 +05:30 [Debug] Connection id ""0HKTPV06225AD"" received FIN. -2016-08-01 16:14:49.210 +05:30 [Fatal] could not insert: [Domain.Socioboard.Models.Groups#0][SQL: INSERT INTO Groups (groupName, createdDate, adminId, id) VALUES (?, ?, ?, ?)] -2016-08-01 16:14:49.222 +05:30 [Error] at NHibernate.Persister.Entity.AbstractEntityPersister.Insert(Object id, Object[] fields, Boolean[] notNull, Int32 j, SqlCommandInfo sql, Object obj, ISessionImplementor session) - at NHibernate.Persister.Entity.AbstractEntityPersister.Insert(Object id, Object[] fields, Object obj, ISessionImplementor session) - at NHibernate.Action.EntityInsertAction.Execute() - at NHibernate.Engine.ActionQueue.Execute(IExecutable executable) - at NHibernate.Engine.ActionQueue.ExecuteActions(IList list) - at NHibernate.Engine.ActionQueue.ExecuteActions() - at NHibernate.Event.Default.AbstractFlushingEventListener.PerformExecutions(IEventSource session) - at NHibernate.Event.Default.DefaultFlushEventListener.OnFlush(FlushEvent event) - at NHibernate.Impl.SessionImpl.Flush() - at NHibernate.Transaction.AdoTransaction.Commit() - at Api.Socioboard.Model.DatabaseRepository.Add[T](T item) in D:\bitbucket\src\Api.Socioboard\Model\DatabaseRepository.cs:line 143 -2016-08-01 16:14:49.230 +05:30 [Error] Failed to read auto-increment value from storage engine -2016-08-01 16:14:49.238 +05:30 [Error] at MySql.Data.MySqlClient.MySqlStream.ReadPacket() - at MySql.Data.MySqlClient.NativeDriver.GetResult(Int32& affectedRow, Int64& insertedId) - at MySql.Data.MySqlClient.Driver.GetResult(Int32 statementId, Int32& affectedRows, Int64& insertedId) - at MySql.Data.MySqlClient.Driver.NextResult(Int32 statementId, Boolean force) - at MySql.Data.MySqlClient.MySqlDataReader.NextResult() - at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior) - at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader() - at MySql.Data.MySqlClient.MySqlCommand.ExecuteNonQuery() - at NHibernate.AdoNet.AbstractBatcher.ExecuteNonQuery(IDbCommand cmd) - at NHibernate.AdoNet.NonBatchingBatcher.AddToBatch(IExpectation expectation) - at NHibernate.Persister.Entity.AbstractEntityPersister.Insert(Object id, Object[] fields, Boolean[] notNull, Int32 j, SqlCommandInfo sql, Object obj, ISessionImplementor session) -2016-08-01 16:14:49.240 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:14:49.256 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:14:49.263 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:14:49.266 +05:30 [Debug] Connection id ""0HKTPV06225AD"" disconnecting. -2016-08-01 16:14:49.269 +05:30 [Information] Executed action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" in 218126.5487ms -2016-08-01 16:14:49.273 +05:30 [Information] Connection id ""0HKTPV06225AD"" communication error -Microsoft.AspNetCore.Server.Kestrel.Internal.Networking.UvException: Error -4077 ECONNRESET connection reset by peer -2016-08-01 16:14:49.276 +05:30 [Debug] Connection id ""0HKTPV06225AD"" stopped. -2016-08-01 16:14:49.281 +05:30 [Information] Request finished in 218147.7698ms 200 application/json; charset=utf-8 -2016-08-01 16:15:17.974 +05:30 [Debug] Connection id ""0HKTPV06225AE"" started. -2016-08-01 16:15:17.983 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/User/FacebookLogin application/x-www-form-urlencoded 178 -2016-08-01 16:15:17.984 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/FacebookLogin"'. -2016-08-01 16:15:17.985 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" -2016-08-01 16:15:18.012 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" with arguments (["EAAKYvwDVmnUBAOXBo4nEQLAfuLPEWZAIqBXWQAiwEAdElZCRWZATtmV1s8ZCJ08DmuzS01hkWZCbd3o3yzZBEK1fPo7uQiBCPjuwdUaUDcOYXzx4urE2S7jQipxHd0wfAZCXEvC2DZACaVepr2NnV7hhxDnW7dBPdqYZD"]) - ModelState is Valid -2016-08-01 16:16:41.918 +05:30 [Fatal] could not insert: [Domain.Socioboard.Models.Groupmembers#0][SQL: INSERT INTO Groupmembers (userId, firstName, lastName, email, profileImg, memberStatus, groupid, isAdmin, memberCode, id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)] -2016-08-01 16:16:42.239 +05:30 [Error] at NHibernate.Persister.Entity.AbstractEntityPersister.Insert(Object id, Object[] fields, Boolean[] notNull, Int32 j, SqlCommandInfo sql, Object obj, ISessionImplementor session) - at NHibernate.Persister.Entity.AbstractEntityPersister.Insert(Object id, Object[] fields, Object obj, ISessionImplementor session) - at NHibernate.Action.EntityInsertAction.Execute() - at NHibernate.Engine.ActionQueue.Execute(IExecutable executable) - at NHibernate.Engine.ActionQueue.ExecuteActions(IList list) - at NHibernate.Engine.ActionQueue.ExecuteActions() - at NHibernate.Event.Default.AbstractFlushingEventListener.PerformExecutions(IEventSource session) - at NHibernate.Event.Default.DefaultFlushEventListener.OnFlush(FlushEvent event) - at NHibernate.Impl.SessionImpl.Flush() - at NHibernate.Transaction.AdoTransaction.Commit() - at Api.Socioboard.Model.DatabaseRepository.Add[T](T item) in D:\bitbucket\src\Api.Socioboard\Model\DatabaseRepository.cs:line 143 -2016-08-01 16:16:43.178 +05:30 [Error] Column 'memberCode' cannot be null -2016-08-01 16:16:43.664 +05:30 [Error] at MySql.Data.MySqlClient.MySqlStream.ReadPacket() - at MySql.Data.MySqlClient.NativeDriver.GetResult(Int32& affectedRow, Int64& insertedId) - at MySql.Data.MySqlClient.Driver.GetResult(Int32 statementId, Int32& affectedRows, Int64& insertedId) - at MySql.Data.MySqlClient.Driver.NextResult(Int32 statementId, Boolean force) - at MySql.Data.MySqlClient.MySqlDataReader.NextResult() - at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior) - at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader() - at MySql.Data.MySqlClient.MySqlCommand.ExecuteNonQuery() - at NHibernate.AdoNet.AbstractBatcher.ExecuteNonQuery(IDbCommand cmd) - at NHibernate.AdoNet.NonBatchingBatcher.AddToBatch(IExpectation expectation) - at NHibernate.Persister.Entity.AbstractEntityPersister.Insert(Object id, Object[] fields, Boolean[] notNull, Int32 j, SqlCommandInfo sql, Object obj, ISessionImplementor session) -2016-08-01 16:17:18.135 +05:30 [Debug] Connection id ""0HKTPV06225AE"" received FIN. -2016-08-01 16:17:25.666 +05:30 [Fatal] could not insert: [Domain.Socioboard.Models.Groupprofiles#0][SQL: INSERT INTO Groupprofiles (profileOwnerId, profileType, profileName, profileId, profilePic, groupId, entryDate, id) VALUES (?, ?, ?, ?, ?, ?, ?, ?)] -2016-08-01 16:17:25.669 +05:30 [Error] at NHibernate.Persister.Entity.AbstractEntityPersister.Insert(Object id, Object[] fields, Boolean[] notNull, Int32 j, SqlCommandInfo sql, Object obj, ISessionImplementor session) - at NHibernate.Persister.Entity.AbstractEntityPersister.Insert(Object id, Object[] fields, Object obj, ISessionImplementor session) - at NHibernate.Action.EntityInsertAction.Execute() - at NHibernate.Engine.ActionQueue.Execute(IExecutable executable) - at NHibernate.Engine.ActionQueue.ExecuteActions(IList list) - at NHibernate.Engine.ActionQueue.ExecuteActions() - at NHibernate.Event.Default.AbstractFlushingEventListener.PerformExecutions(IEventSource session) - at NHibernate.Event.Default.DefaultFlushEventListener.OnFlush(FlushEvent event) - at NHibernate.Impl.SessionImpl.Flush() - at NHibernate.Transaction.AdoTransaction.Commit() - at Api.Socioboard.Model.DatabaseRepository.Add[T](T item) in D:\bitbucket\src\Api.Socioboard\Model\DatabaseRepository.cs:line 143 -2016-08-01 16:17:25.670 +05:30 [Error] Failed to read auto-increment value from storage engine -2016-08-01 16:17:25.672 +05:30 [Error] at MySql.Data.MySqlClient.MySqlStream.ReadPacket() - at MySql.Data.MySqlClient.NativeDriver.GetResult(Int32& affectedRow, Int64& insertedId) - at MySql.Data.MySqlClient.Driver.GetResult(Int32 statementId, Int32& affectedRows, Int64& insertedId) - at MySql.Data.MySqlClient.Driver.NextResult(Int32 statementId, Boolean force) - at MySql.Data.MySqlClient.MySqlDataReader.NextResult() - at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior) - at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader() - at MySql.Data.MySqlClient.MySqlCommand.ExecuteNonQuery() - at NHibernate.AdoNet.AbstractBatcher.ExecuteNonQuery(IDbCommand cmd) - at NHibernate.AdoNet.NonBatchingBatcher.AddToBatch(IExpectation expectation) - at NHibernate.Persister.Entity.AbstractEntityPersister.Insert(Object id, Object[] fields, Boolean[] notNull, Int32 j, SqlCommandInfo sql, Object obj, ISessionImplementor session) -2016-08-01 16:17:25.673 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:17:25.674 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:17:25.676 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:17:25.680 +05:30 [Debug] Connection id ""0HKTPV06225AE"" disconnecting. -2016-08-01 16:17:25.681 +05:30 [Information] Connection id ""0HKTPV06225AE"" communication error -Microsoft.AspNetCore.Server.Kestrel.Internal.Networking.UvException: Error -4077 ECONNRESET connection reset by peer -2016-08-01 16:17:25.680 +05:30 [Information] Executed action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" in 127689.0786ms -2016-08-01 16:17:25.683 +05:30 [Debug] Connection id ""0HKTPV06225AE"" stopped. -2016-08-01 16:17:25.686 +05:30 [Information] Request finished in 127707.9814ms 200 application/json; charset=utf-8 -2016-08-01 16:18:39.855 +05:30 [Debug] Hosting starting -2016-08-01 16:18:40.056 +05:30 [Debug] Hosting started -2016-08-01 16:18:40.107 +05:30 [Debug] Connection id ""0HKTPV5J24ER5"" started. -2016-08-01 16:18:40.107 +05:30 [Debug] Connection id ""0HKTPV5J24ER6"" started. -2016-08-01 16:18:40.348 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-08-01 16:18:40.348 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:6361/ 0 -2016-08-01 16:18:40.452 +05:30 [Information] Request finished in 145.3199ms 200 -2016-08-01 16:18:40.521 +05:30 [Debug] Connection id ""0HKTPV5J24ER6"" completed keep alive response. -2016-08-01 16:18:41.101 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-08-01 16:18:41.166 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"e8d09fc4-451b-48b3-9be2-72be511a6ca7"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-08-01 16:18:41.294 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-08-01 16:18:41.448 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid -2016-08-01 16:18:41.452 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult". -2016-08-01 16:18:41.520 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:18:41.527 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:18:41.533 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:18:41.851 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 546.9686ms -2016-08-01 16:18:41.928 +05:30 [Information] Request finished in 1646.2029ms 200 application/json; charset=utf-8 -2016-08-01 16:18:41.931 +05:30 [Debug] Connection id ""0HKTPV5J24ER5"" completed keep alive response. -2016-08-01 16:18:57.743 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/User/FacebookLogin application/x-www-form-urlencoded 175 -2016-08-01 16:18:57.744 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/FacebookLogin"'. -2016-08-01 16:18:57.750 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" -2016-08-01 16:18:58.166 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" with arguments (["EAAKYvwDVmnUBAIvzmD1ZBDIp8tPXudIjN5eYZBe463cSWb1Fz1EF2J74lzP3obAPNlAmMpHZAk3TyYVVrFUjvb2ZCoMhzSNqoHQZAmnmolVOFexdVLAlGRu8aItPbzKE85VEM9vIWlzBbVO18bL1hjGI3AcwzyfYZD"]) - ModelState is Valid -2016-08-01 16:19:08.178 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:19:08.186 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:19:08.187 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:19:08.216 +05:30 [Information] Executed action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" in 10463.3446ms -2016-08-01 16:19:08.221 +05:30 [Information] Request finished in 10478.0028ms 200 application/json; charset=utf-8 -2016-08-01 16:19:08.222 +05:30 [Debug] Connection id ""0HKTPV5J24ER6"" completed keep alive response. -2016-08-01 16:19:08.559 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=7 -2016-08-01 16:19:08.560 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-01 16:19:08.562 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-01 16:19:08.610 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["7"]) - ModelState is Valid -2016-08-01 16:19:08.754 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:19:08.755 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:19:08.757 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:19:08.761 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 197.3761ms -2016-08-01 16:19:08.764 +05:30 [Information] Request finished in 206.2926ms 200 application/json; charset=utf-8 -2016-08-01 16:19:08.765 +05:30 [Debug] Connection id ""0HKTPV5J24ER5"" completed keep alive response. -2016-08-01 16:19:21.674 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/User/Login application/x-www-form-urlencoded 55 -2016-08-01 16:19:21.676 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/Login"'. -2016-08-01 16:19:21.679 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.Login (Api.Socioboard)" -2016-08-01 16:19:21.785 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.UserController.Login (Api.Socioboard)" with arguments (["Domain.Socioboard.ViewModels.UserLoginViewModel"]) - ModelState is Valid -2016-08-01 16:19:21.798 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.UserController.Login (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:19:21.800 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:19:21.801 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:19:21.807 +05:30 [Information] Executed action "Api.Socioboard.Controllers.UserController.Login (Api.Socioboard)" in 124.4974ms -2016-08-01 16:19:21.811 +05:30 [Information] Request finished in 138.7379ms 200 application/json; charset=utf-8 -2016-08-01 16:19:21.811 +05:30 [Debug] Connection id ""0HKTPV5J24ER6"" completed keep alive response. -2016-08-01 16:19:26.430 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/User/FacebookLogin application/x-www-form-urlencoded 178 -2016-08-01 16:19:26.432 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/FacebookLogin"'. -2016-08-01 16:19:26.436 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" -2016-08-01 16:19:26.454 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" with arguments (["EAAKYvwDVmnUBAGkZC3DVdE9ZAkmWJSrvB5z1SPF2WbEnJeb1rhNCMDhlHZB9bo7xuWNWiZBpvPi0d69DnDKC59RdOV8ZCq08DWZB5GHsWYd4xOT7enDryRTBYDzI4CbHiicyIVeAFGBPiZCJd7uDAW1rjyeCOZCkHR4ZD"]) - ModelState is Valid -2016-08-01 16:19:51.066 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:19:51.068 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:19:51.072 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:19:51.082 +05:30 [Information] Executed action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" in 24636.7824ms -2016-08-01 16:19:51.096 +05:30 [Information] Request finished in 24667.4458ms 200 application/json; charset=utf-8 -2016-08-01 16:19:51.099 +05:30 [Debug] Connection id ""0HKTPV5J24ER5"" completed keep alive response. -2016-08-01 16:19:51.175 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=7 -2016-08-01 16:19:51.176 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-01 16:19:51.177 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-01 16:19:51.211 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["7"]) - ModelState is Valid -2016-08-01 16:19:51.223 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:19:51.225 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:19:51.229 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:19:51.235 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 53.7469ms -2016-08-01 16:19:51.241 +05:30 [Information] Request finished in 65.7741ms 200 application/json; charset=utf-8 -2016-08-01 16:19:51.242 +05:30 [Debug] Connection id ""0HKTPV5J24ER6"" completed keep alive response. -2016-08-01 16:21:25.115 +05:30 [Debug] Connection id ""0HKTPV5J24ER6"" received FIN. -2016-08-01 16:21:25.116 +05:30 [Debug] Connection id ""0HKTPV5J24ER5"" received FIN. -2016-08-01 16:21:25.119 +05:30 [Debug] Connection id ""0HKTPV5J24ER6"" disconnecting. -2016-08-01 16:21:25.120 +05:30 [Debug] Connection id ""0HKTPV5J24ER5"" disconnecting. -2016-08-01 16:21:25.120 +05:30 [Debug] Connection id ""0HKTPV5J24ER7"" started. -2016-08-01 16:21:25.125 +05:30 [Debug] Connection id ""0HKTPV5J24ER5"" sending FIN. -2016-08-01 16:21:25.123 +05:30 [Debug] Connection id ""0HKTPV5J24ER6"" sending FIN. -2016-08-01 16:21:25.134 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/User/FacebookLogin application/x-www-form-urlencoded 177 -2016-08-01 16:21:25.137 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/FacebookLogin"'. -2016-08-01 16:21:25.138 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" -2016-08-01 16:21:25.151 +05:30 [Debug] Connection id ""0HKTPV5J24ER6"" sent FIN with status "0". -2016-08-01 16:21:25.151 +05:30 [Debug] Connection id ""0HKTPV5J24ER5"" sent FIN with status "0". -2016-08-01 16:21:25.159 +05:30 [Debug] Connection id ""0HKTPV5J24ER5"" stopped. -2016-08-01 16:21:25.159 +05:30 [Debug] Connection id ""0HKTPV5J24ER6"" stopped. -2016-08-01 16:21:25.165 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" with arguments (["EAAKYvwDVmnUBANjaDlZCfwhX19POJWTbwppyBpyb1lqViq0rrCLZAO1MtHeeBBcZANdLxcCBgUosL3JZAIyYnwMKTxr1FJTWq6AV8LPIXCiI0z0Hu4gJBnRyN7ZCQZACXGOWvkpreBbTDmdRYPCCEZCnsvlPRxEoxUZD"]) - ModelState is Valid -2016-08-01 16:21:28.376 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:21:28.378 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:21:28.380 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:21:28.385 +05:30 [Information] Executed action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" in 3242.1974ms -2016-08-01 16:21:28.391 +05:30 [Information] Request finished in 3256.9827ms 200 application/json; charset=utf-8 -2016-08-01 16:21:28.392 +05:30 [Debug] Connection id ""0HKTPV5J24ER7"" completed keep alive response. -2016-08-01 16:21:57.258 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=7 -2016-08-01 16:21:57.260 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-01 16:21:57.262 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-01 16:21:57.287 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["7"]) - ModelState is Valid -2016-08-01 16:21:57.289 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:21:57.290 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:21:57.292 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:21:57.295 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 29.945ms -2016-08-01 16:21:57.301 +05:30 [Information] Request finished in 44.5728ms 200 application/json; charset=utf-8 -2016-08-01 16:21:57.302 +05:30 [Debug] Connection id ""0HKTPV5J24ER7"" completed keep alive response. -2016-08-01 16:22:32.584 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=7 -2016-08-01 16:22:32.587 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-01 16:22:32.591 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-01 16:22:32.632 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["7"]) - ModelState is Valid -2016-08-01 16:25:49.031 +05:30 [Debug] Hosting starting -2016-08-01 16:25:49.246 +05:30 [Debug] Hosting started -2016-08-01 16:25:49.394 +05:30 [Debug] Connection id ""0HKTPV9J05R5Q"" started. -2016-08-01 16:25:49.394 +05:30 [Debug] Connection id ""0HKTPV9J05R5R"" started. -2016-08-01 16:25:49.559 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:6361/ 0 -2016-08-01 16:25:49.559 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-08-01 16:25:49.642 +05:30 [Information] Request finished in 113.7911ms 200 -2016-08-01 16:25:49.708 +05:30 [Debug] Connection id ""0HKTPV9J05R5R"" completed keep alive response. -2016-08-01 16:25:50.274 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-08-01 16:25:50.341 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"7a6223c1-28bc-4525-b5d6-66dc04e16d6b"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-08-01 16:25:50.489 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-08-01 16:25:50.611 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid -2016-08-01 16:25:50.614 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult". -2016-08-01 16:25:50.665 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:25:50.672 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:25:50.675 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:25:51.005 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 505.3489ms -2016-08-01 16:25:51.095 +05:30 [Information] Request finished in 1579.8526ms 200 application/json; charset=utf-8 -2016-08-01 16:25:51.099 +05:30 [Debug] Connection id ""0HKTPV9J05R5Q"" completed keep alive response. -2016-08-01 16:27:49.374 +05:30 [Debug] Connection id ""0HKTPV9J05R5R"" received FIN. -2016-08-01 16:27:49.375 +05:30 [Debug] Connection id ""0HKTPV9J05R5Q"" received FIN. -2016-08-01 16:27:49.380 +05:30 [Debug] Connection id ""0HKTPV9J05R5R"" disconnecting. -2016-08-01 16:27:49.381 +05:30 [Debug] Connection id ""0HKTPV9J05R5Q"" disconnecting. -2016-08-01 16:27:49.385 +05:30 [Debug] Connection id ""0HKTPV9J05R5R"" sending FIN. -2016-08-01 16:27:49.386 +05:30 [Debug] Connection id ""0HKTPV9J05R5Q"" sending FIN. -2016-08-01 16:27:49.398 +05:30 [Debug] Connection id ""0HKTPV9J05R5R"" sent FIN with status "0". -2016-08-01 16:27:49.401 +05:30 [Debug] Connection id ""0HKTPV9J05R5Q"" sent FIN with status "0". -2016-08-01 16:27:49.404 +05:30 [Debug] Connection id ""0HKTPV9J05R5Q"" stopped. -2016-08-01 16:27:49.404 +05:30 [Debug] Connection id ""0HKTPV9J05R5R"" stopped. -2016-08-01 16:28:28.878 +05:30 [Debug] Connection id ""0HKTPV9J05R5S"" started. -2016-08-01 16:28:28.896 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/User/FacebookLogin application/x-www-form-urlencoded 176 -2016-08-01 16:28:28.897 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/FacebookLogin"'. -2016-08-01 16:28:28.905 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" -2016-08-01 16:28:29.361 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" with arguments (["EAAKYvwDVmnUBAJomRZA7ILfeAuOH8A2riLeOcSFo1v7YqVZCLI7BhU0CaVKZAzZAs99ZCAlcmmDGp6Q7MDPVNsMr7Vk1RYIi3ciFRQW8ZAVXexgLR2LOM2QxmPGHUA54Ngo8khkyFHNSKYu8VpllcPRcIcvbV4dYkZD"]) - ModelState is Valid -2016-08-01 16:28:44.899 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:28:44.911 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:28:44.914 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:28:44.941 +05:30 [Information] Executed action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" in 16022.1278ms -2016-08-01 16:28:44.945 +05:30 [Information] Request finished in 16061.9045ms 200 application/json; charset=utf-8 -2016-08-01 16:28:44.946 +05:30 [Debug] Connection id ""0HKTPV9J05R5S"" completed keep alive response. -2016-08-01 16:28:54.797 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=7 -2016-08-01 16:28:54.799 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-01 16:28:54.805 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-01 16:28:54.846 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["7"]) - ModelState is Valid -2016-08-01 16:30:15.092 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:30:15.097 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:30:15.101 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:30:15.109 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 80298.7641ms -2016-08-01 16:30:15.113 +05:30 [Information] Request finished in 80319.8621ms 200 application/json; charset=utf-8 -2016-08-01 16:30:15.114 +05:30 [Debug] Connection id ""0HKTPV9J05R5S"" completed keep alive response. -2016-08-01 16:30:15.178 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-08-01 16:30:15.179 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-01 16:30:15.186 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-01 16:30:15.211 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 16:30:15.226 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:30:15.227 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:30:15.229 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:30:15.233 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 44.7077ms -2016-08-01 16:30:15.236 +05:30 [Information] Request finished in 58.5681ms 200 application/json; charset=utf-8 -2016-08-01 16:30:15.237 +05:30 [Debug] Connection id ""0HKTPV9J05R5S"" completed keep alive response. -2016-08-01 16:30:17.562 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=1 -2016-08-01 16:30:17.564 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-08-01 16:30:17.589 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-08-01 16:30:17.656 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 16:30:17.685 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:30:17.686 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:30:17.687 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:30:17.688 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:30:17.696 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 88.8673ms -2016-08-01 16:30:17.700 +05:30 [Information] Request finished in 138.2792ms 200 application/json; charset=utf-8 -2016-08-01 16:30:17.700 +05:30 [Debug] Connection id ""0HKTPV9J05R5S"" completed keep alive response. -2016-08-01 16:30:17.909 +05:30 [Debug] Connection id ""0HKTPV9J05R5T"" started. -2016-08-01 16:30:17.911 +05:30 [Debug] Connection id ""0HKTPV9J05R5U"" started. -2016-08-01 16:30:17.911 +05:30 [Debug] Connection id ""0HKTPV9J05R5V"" started. -2016-08-01 16:30:17.920 +05:30 [Debug] Connection id ""0HKTPV9J05R60"" started. -2016-08-01 16:30:17.921 +05:30 [Debug] Connection id ""0HKTPV9J05R61"" started. -2016-08-01 16:30:17.957 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=1 -2016-08-01 16:30:17.966 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-08-01 16:30:17.968 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-08-01 16:30:17.979 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=1 -2016-08-01 16:30:17.985 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-08-01 16:30:17.986 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-08-01 16:30:17.997 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Instagram/GetInstagramProfiles?groupId=1 -2016-08-01 16:30:17.998 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Instagram/GetInstagramProfiles"'. -2016-08-01 16:30:18.004 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" -2016-08-01 16:30:18.040 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/SocialMessages/GetAllSentMessagesCount?groupId=1&userId=7 -2016-08-01 16:30:18.051 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/SocialMessages/GetAllSentMessagesCount"'. -2016-08-01 16:30:18.120 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" -2016-08-01 16:30:18.125 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/LinkedIn/GetLinkedInCompanyPagesProfiles?groupId=1 -2016-08-01 16:30:18.144 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/LinkedIn/GetLinkedInCompanyPagesProfiles"'. -2016-08-01 16:30:18.184 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" -2016-08-01 16:30:18.760 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Google/GetGplusProfiles?groupId=1 -2016-08-01 16:30:18.761 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GetGplusProfiles"'. -2016-08-01 16:30:18.763 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" -2016-08-01 16:30:19.819 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 16:30:19.821 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 16:30:19.834 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 16:30:19.854 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" with arguments (["7", "1"]) - ModelState is Valid -2016-08-01 16:30:19.856 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 16:30:19.873 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:30:19.873 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:30:19.880 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:30:19.884 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 16:30:19.884 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:30:19.888 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:30:19.887 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:30:19.892 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:30:19.896 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:30:19.897 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:30:19.877 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:30:19.894 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:30:19.904 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:30:19.903 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:30:19.906 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:30:19.910 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:30:19.910 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:30:19.909 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:30:19.907 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:30:19.916 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:30:19.917 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:30:19.915 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:30:19.924 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:30:19.929 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:30:19.932 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" in 1153.7679ms -2016-08-01 16:30:19.936 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 1956.068ms -2016-08-01 16:30:19.941 +05:30 [Information] Executed action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" in 1921.683ms -2016-08-01 16:30:19.947 +05:30 [Information] Executed action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" in 1800.5036ms -2016-08-01 16:30:19.951 +05:30 [Information] Request finished in 1180.5942ms 200 application/json; charset=utf-8 -2016-08-01 16:30:19.952 +05:30 [Debug] Connection id ""0HKTPV9J05R5T"" completed keep alive response. -2016-08-01 16:30:19.958 +05:30 [Information] Request finished in 2035.9623ms 200 application/json; charset=utf-8 -2016-08-01 16:30:19.959 +05:30 [Debug] Connection id ""0HKTPV9J05R5S"" completed keep alive response. -2016-08-01 16:30:19.964 +05:30 [Information] Request finished in 2022.6387ms 200 application/json; charset=utf-8 -2016-08-01 16:30:19.965 +05:30 [Debug] Connection id ""0HKTPV9J05R5V"" completed keep alive response. -2016-08-01 16:30:19.966 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetIncommingMessage?groupId=1&userId=7 -2016-08-01 16:30:19.970 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetIncommingMessage"'. -2016-08-01 16:30:19.972 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:30:19.973 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" -2016-08-01 16:30:19.975 +05:30 [Information] Request finished in 1978.8809ms 200 application/json; charset=utf-8 -2016-08-01 16:30:19.979 +05:30 [Debug] Connection id ""0HKTPV9J05R60"" completed keep alive response. -2016-08-01 16:30:19.980 +05:30 [Information] Executed action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" in 1757.9366ms -2016-08-01 16:30:19.991 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterFollowerCount?groupId=1&userId=7 -2016-08-01 16:30:20.004 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/FacebookfanPageCount?groupId=1&userId=7 -2016-08-01 16:30:20.010 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterFollowerCount"'. -2016-08-01 16:30:20.011 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/FacebookfanPageCount"'. -2016-08-01 16:30:20.013 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" -2016-08-01 16:30:20.014 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" -2016-08-01 16:30:20.016 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterRecentFollower?groupId=1 -2016-08-01 16:30:20.028 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterRecentFollower"'. -2016-08-01 16:30:20.025 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 1996.3678ms -2016-08-01 16:30:20.030 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" -2016-08-01 16:30:20.035 +05:30 [Information] Request finished in 2038.5033ms 200 application/json; charset=utf-8 -2016-08-01 16:30:20.042 +05:30 [Information] Request finished in 2080.2519ms 200 application/json; charset=utf-8 -2016-08-01 16:30:20.043 +05:30 [Debug] Connection id ""0HKTPV9J05R5U"" completed keep alive response. -2016-08-01 16:30:20.043 +05:30 [Debug] Connection id ""0HKTPV9J05R61"" completed keep alive response. -2016-08-01 16:30:20.063 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" with arguments (["1", "7"]) - ModelState is Valid -2016-08-01 16:30:20.075 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" with arguments (["1", "7"]) - ModelState is Valid -2016-08-01 16:30:20.077 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" with arguments (["7", "1"]) - ModelState is Valid -2016-08-01 16:30:20.080 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 16:30:20.110 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:30:20.128 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:30:20.130 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 16:30:20.137 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:30:20.149 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:30:20.156 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:30:20.157 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:30:20.160 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" in 123.7807ms -2016-08-01 16:30:20.162 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:30:20.175 +05:30 [Information] Request finished in 199.4011ms 200 text/plain; charset=utf-8 -2016-08-01 16:30:20.176 +05:30 [Debug] Connection id ""0HKTPV9J05R5V"" completed keep alive response. -2016-08-01 16:30:20.178 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:30:20.182 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:30:20.183 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" in 147.942ms -2016-08-01 16:30:20.184 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 16:30:20.195 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:30:20.201 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" in 183.1138ms -2016-08-01 16:30:20.202 +05:30 [Information] Request finished in 199.9642ms 200 application/json; charset=utf-8 -2016-08-01 16:30:20.204 +05:30 [Debug] Connection id ""0HKTPV9J05R60"" completed keep alive response. -2016-08-01 16:30:20.209 +05:30 [Information] Request finished in 240.3491ms 200 text/plain; charset=utf-8 -2016-08-01 16:30:20.211 +05:30 [Debug] Connection id ""0HKTPV9J05R5S"" completed keep alive response. -2016-08-01 16:30:21.096 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:30:21.097 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:30:21.098 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 16:30:21.101 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:30:21.104 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" in 1128.4565ms -2016-08-01 16:30:21.110 +05:30 [Information] Request finished in 1148.9248ms 200 text/plain; charset=utf-8 -2016-08-01 16:30:21.111 +05:30 [Debug] Connection id ""0HKTPV9J05R5T"" completed keep alive response. -2016-08-01 16:31:49.376 +05:30 [Debug] Connection id ""0HKTPV9J05R61"" received FIN. -2016-08-01 16:31:49.378 +05:30 [Debug] Connection id ""0HKTPV9J05R5V"" received FIN. -2016-08-01 16:31:49.378 +05:30 [Debug] Connection id ""0HKTPV9J05R61"" disconnecting. -2016-08-01 16:31:49.379 +05:30 [Debug] Connection id ""0HKTPV9J05R5T"" received FIN. -2016-08-01 16:31:49.379 +05:30 [Debug] Connection id ""0HKTPV9J05R5V"" disconnecting. -2016-08-01 16:31:49.383 +05:30 [Debug] Connection id ""0HKTPV9J05R5T"" disconnecting. -2016-08-01 16:31:49.376 +05:30 [Debug] Connection id ""0HKTPV9J05R5U"" received FIN. -2016-08-01 16:31:49.384 +05:30 [Debug] Connection id ""0HKTPV9J05R5S"" received FIN. -2016-08-01 16:31:49.385 +05:30 [Debug] Connection id ""0HKTPV9J05R5U"" disconnecting. -2016-08-01 16:31:49.385 +05:30 [Debug] Connection id ""0HKTPV9J05R60"" received FIN. -2016-08-01 16:31:49.385 +05:30 [Debug] Connection id ""0HKTPV9J05R5S"" disconnecting. -2016-08-01 16:31:49.388 +05:30 [Debug] Connection id ""0HKTPV9J05R5U"" sending FIN. -2016-08-01 16:31:49.388 +05:30 [Debug] Connection id ""0HKTPV9J05R60"" disconnecting. -2016-08-01 16:31:49.390 +05:30 [Debug] Connection id ""0HKTPV9J05R5S"" sending FIN. -2016-08-01 16:31:49.382 +05:30 [Debug] Connection id ""0HKTPV9J05R61"" sending FIN. -2016-08-01 16:31:49.395 +05:30 [Debug] Connection id ""0HKTPV9J05R5V"" sending FIN. -2016-08-01 16:31:49.393 +05:30 [Debug] Connection id ""0HKTPV9J05R60"" sending FIN. -2016-08-01 16:31:49.397 +05:30 [Debug] Connection id ""0HKTPV9J05R60"" sent FIN with status "0". -2016-08-01 16:31:49.396 +05:30 [Debug] Connection id ""0HKTPV9J05R5T"" sending FIN. -2016-08-01 16:31:49.398 +05:30 [Debug] Connection id ""0HKTPV9J05R5T"" sent FIN with status "0". -2016-08-01 16:31:49.399 +05:30 [Debug] Connection id ""0HKTPV9J05R5T"" stopped. -2016-08-01 16:31:49.397 +05:30 [Debug] Connection id ""0HKTPV9J05R60"" stopped. -2016-08-01 16:31:49.400 +05:30 [Debug] Connection id ""0HKTPV9J05R5S"" sent FIN with status "0". -2016-08-01 16:31:49.400 +05:30 [Debug] Connection id ""0HKTPV9J05R5S"" stopped. -2016-08-01 16:31:49.401 +05:30 [Debug] Connection id ""0HKTPV9J05R5U"" sent FIN with status "0". -2016-08-01 16:31:49.401 +05:30 [Debug] Connection id ""0HKTPV9J05R5U"" stopped. -2016-08-01 16:31:49.400 +05:30 [Debug] Connection id ""0HKTPV9J05R5V"" sent FIN with status "0". -2016-08-01 16:31:49.402 +05:30 [Debug] Connection id ""0HKTPV9J05R5V"" stopped. -2016-08-01 16:31:49.403 +05:30 [Debug] Connection id ""0HKTPV9J05R61"" sent FIN with status "0". -2016-08-01 16:31:49.404 +05:30 [Debug] Connection id ""0HKTPV9J05R61"" stopped. -2016-08-01 16:34:51.255 +05:30 [Debug] Hosting starting -2016-08-01 16:34:51.500 +05:30 [Debug] Hosting started -2016-08-01 16:34:51.634 +05:30 [Debug] Connection id ""0HKTPVEKJC21P"" started. -2016-08-01 16:34:51.634 +05:30 [Debug] Connection id ""0HKTPVEKJC21Q"" started. -2016-08-01 16:34:51.870 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:6361/ 0 -2016-08-01 16:34:51.870 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-08-01 16:34:51.967 +05:30 [Information] Request finished in 164.704ms 200 -2016-08-01 16:34:52.037 +05:30 [Debug] Connection id ""0HKTPVEKJC21P"" completed keep alive response. -2016-08-01 16:34:52.641 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-08-01 16:34:52.704 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"926636ec-1b2e-4f7d-a045-72d8403ea09d"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-08-01 16:34:52.888 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-08-01 16:34:53.081 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid -2016-08-01 16:34:53.086 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult". -2016-08-01 16:34:53.138 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:34:53.143 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:34:53.146 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:34:53.477 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 538.9127ms -2016-08-01 16:34:53.577 +05:30 [Information] Request finished in 1791.9883ms 200 application/json; charset=utf-8 -2016-08-01 16:34:53.582 +05:30 [Debug] Connection id ""0HKTPVEKJC21Q"" completed keep alive response. -2016-08-01 16:35:33.155 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/User/FacebookLogin application/x-www-form-urlencoded 176 -2016-08-01 16:35:33.157 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/FacebookLogin"'. -2016-08-01 16:35:33.163 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" -2016-08-01 16:35:33.629 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" with arguments (["EAAKYvwDVmnUBADWE9kD2Ny1iXDjgzFOTtQR8N6BHtAxIMcoZAcT2KDpWG7ui9mVvhPWk11JTkWdrJrLX8Dwvo4V7nLMrTIGxDZCOqPZCK1gq0MsbQ9LTi7ZCoeyIpHrZA3vTJRVl05vj4vYLB0bnl9AHG9ZCuC6cgZD"]) - ModelState is Valid -2016-08-01 16:35:46.340 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:35:46.348 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:35:46.371 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:35:46.587 +05:30 [Information] Executed action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" in 13421.6268ms -2016-08-01 16:35:46.591 +05:30 [Information] Request finished in 13436.1185ms 200 application/json; charset=utf-8 -2016-08-01 16:35:46.592 +05:30 [Debug] Connection id ""0HKTPVEKJC21P"" completed keep alive response. -2016-08-01 16:35:50.730 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-08-01 16:35:50.731 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-01 16:35:50.733 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-01 16:35:50.798 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 16:35:51.920 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:35:51.922 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:35:51.924 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:35:51.927 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 1192.5181ms -2016-08-01 16:35:51.930 +05:30 [Information] Request finished in 1226.8715ms 200 application/json; charset=utf-8 -2016-08-01 16:35:51.931 +05:30 [Debug] Connection id ""0HKTPVEKJC21Q"" completed keep alive response. -2016-08-01 16:36:51.627 +05:30 [Debug] Connection id ""0HKTPVEKJC21P"" received FIN. -2016-08-01 16:36:51.630 +05:30 [Debug] Connection id ""0HKTPVEKJC21P"" disconnecting. -2016-08-01 16:36:51.632 +05:30 [Debug] Connection id ""0HKTPVEKJC21P"" sending FIN. -2016-08-01 16:36:51.647 +05:30 [Debug] Connection id ""0HKTPVEKJC21P"" sent FIN with status "0". -2016-08-01 16:36:51.650 +05:30 [Debug] Connection id ""0HKTPVEKJC21P"" stopped. -2016-08-01 16:37:47.554 +05:30 [Debug] Hosting starting -2016-08-01 16:37:47.770 +05:30 [Debug] Hosting started -2016-08-01 16:37:47.869 +05:30 [Debug] Connection id ""0HKTPVG943B9B"" started. -2016-08-01 16:37:47.869 +05:30 [Debug] Connection id ""0HKTPVG943B9C"" started. -2016-08-01 16:37:48.063 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-08-01 16:37:48.063 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:6361/ 0 -2016-08-01 16:37:48.134 +05:30 [Information] Request finished in 112.6542ms 200 -2016-08-01 16:37:48.193 +05:30 [Debug] Connection id ""0HKTPVG943B9C"" completed keep alive response. -2016-08-01 16:37:48.798 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-08-01 16:37:48.864 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"c24b91db-cd81-4a82-8b12-c9ab8d11c1fb"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-08-01 16:37:49.008 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-08-01 16:37:49.151 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid -2016-08-01 16:37:49.155 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult". -2016-08-01 16:37:49.205 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:37:49.213 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:37:49.215 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:37:49.543 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 525.1998ms -2016-08-01 16:37:49.636 +05:30 [Information] Request finished in 1627.3215ms 200 application/json; charset=utf-8 -2016-08-01 16:37:49.639 +05:30 [Debug] Connection id ""0HKTPVG943B9B"" completed keep alive response. -2016-08-01 16:38:12.866 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/User/FacebookLogin application/x-www-form-urlencoded 178 -2016-08-01 16:38:12.868 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/FacebookLogin"'. -2016-08-01 16:38:12.874 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" -2016-08-01 16:38:13.336 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" with arguments (["EAAKYvwDVmnUBABe4rygVKFBteMZAw3sIH1ZAe12EWUhcjTVyDu7d9Kk1yt1bCRNpxAyTS5ZC2YvRx6sVsayZBCb2RmkG7FQUfVZAwCjFdz4RKIRqRDzWaGZAaqyInS2fAq89oDBh0PEv6kqLZA8G37ZBvTjWRPSLlN8ZD"]) - ModelState is Valid -2016-08-01 16:38:27.252 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:38:27.261 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:38:27.263 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:38:27.290 +05:30 [Information] Executed action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" in 14411.5371ms -2016-08-01 16:38:27.295 +05:30 [Information] Request finished in 14429.4453ms 200 application/json; charset=utf-8 -2016-08-01 16:38:27.296 +05:30 [Debug] Connection id ""0HKTPVG943B9C"" completed keep alive response. -2016-08-01 16:38:36.339 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-08-01 16:38:36.341 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-01 16:38:36.343 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-01 16:38:36.412 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 16:38:41.237 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:38:41.237 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:38:41.239 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:38:41.244 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 4896.2864ms -2016-08-01 16:38:41.247 +05:30 [Information] Request finished in 4910.96ms 200 application/json; charset=utf-8 -2016-08-01 16:38:41.247 +05:30 [Debug] Connection id ""0HKTPVG943B9B"" completed keep alive response. -2016-08-01 16:38:41.306 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-08-01 16:38:41.307 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-01 16:38:41.308 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-01 16:38:41.321 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 16:38:41.345 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:38:41.346 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:38:41.348 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:38:41.354 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 43.8735ms -2016-08-01 16:38:41.357 +05:30 [Information] Request finished in 51.0794ms 200 application/json; charset=utf-8 -2016-08-01 16:38:41.358 +05:30 [Debug] Connection id ""0HKTPVG943B9C"" completed keep alive response. -2016-08-01 16:38:43.685 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=1 -2016-08-01 16:38:43.687 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-08-01 16:38:43.704 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-08-01 16:38:43.763 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 16:38:43.782 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:38:43.783 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:38:43.784 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:38:43.785 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:38:43.794 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 88.3516ms -2016-08-01 16:38:43.798 +05:30 [Information] Request finished in 112.2422ms 200 application/json; charset=utf-8 -2016-08-01 16:38:43.799 +05:30 [Debug] Connection id ""0HKTPVG943B9B"" completed keep alive response. -2016-08-01 16:38:43.978 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=1 -2016-08-01 16:38:43.979 +05:30 [Debug] Connection id ""0HKTPVG943B9E"" started. -2016-08-01 16:38:43.979 +05:30 [Debug] Connection id ""0HKTPVG943B9D"" started. -2016-08-01 16:38:43.979 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-08-01 16:38:43.981 +05:30 [Debug] Connection id ""0HKTPVG943B9F"" started. -2016-08-01 16:38:43.981 +05:30 [Debug] Connection id ""0HKTPVG943B9G"" started. -2016-08-01 16:38:43.983 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-08-01 16:38:43.983 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Google/GetGplusProfiles?groupId=1 -2016-08-01 16:38:43.986 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=1 -2016-08-01 16:38:43.988 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/LinkedIn/GetLinkedInCompanyPagesProfiles?groupId=1 -2016-08-01 16:38:43.986 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GetGplusProfiles"'. -2016-08-01 16:38:43.992 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/LinkedIn/GetLinkedInCompanyPagesProfiles"'. -2016-08-01 16:38:44.004 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" -2016-08-01 16:38:44.033 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" -2016-08-01 16:38:44.023 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-08-01 16:38:43.990 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/SocialMessages/GetAllSentMessagesCount?groupId=1&userId=1 -2016-08-01 16:38:44.061 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/SocialMessages/GetAllSentMessagesCount"'. -2016-08-01 16:38:44.054 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-08-01 16:38:44.079 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" -2016-08-01 16:38:44.765 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Instagram/GetInstagramProfiles?groupId=1 -2016-08-01 16:38:44.767 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Instagram/GetInstagramProfiles"'. -2016-08-01 16:38:44.770 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" -2016-08-01 16:38:45.287 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 16:38:45.306 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 16:38:45.314 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 16:38:45.320 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 16:38:45.323 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 16:38:45.328 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-08-01 16:38:45.403 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:38:45.404 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:38:45.405 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:38:45.403 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:38:45.407 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:38:45.409 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:38:45.410 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:38:45.409 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:38:45.413 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:38:45.415 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:38:45.407 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:38:45.417 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:38:45.418 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:38:45.418 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:38:45.425 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:38:45.430 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:38:45.449 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" in 1393.1492ms -2016-08-01 16:38:45.452 +05:30 [Information] Executed action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" in 1397.2971ms -2016-08-01 16:38:45.450 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 1335.6218ms -2016-08-01 16:38:45.454 +05:30 [Information] Executed action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" in 668.1265ms -2016-08-01 16:38:45.467 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:38:45.470 +05:30 [Information] Request finished in 1480.1148ms 200 application/json; charset=utf-8 -2016-08-01 16:38:45.481 +05:30 [Information] Request finished in 1494.5744ms 200 application/json; charset=utf-8 -2016-08-01 16:38:45.485 +05:30 [Debug] Connection id ""0HKTPVG943B9E"" completed keep alive response. -2016-08-01 16:38:45.492 +05:30 [Information] Request finished in 723.3547ms 200 application/json; charset=utf-8 -2016-08-01 16:38:45.484 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:38:45.496 +05:30 [Debug] Connection id ""0HKTPVG943B9D"" completed keep alive response. -2016-08-01 16:38:45.478 +05:30 [Information] Request finished in 1481.0689ms 200 application/json; charset=utf-8 -2016-08-01 16:38:45.493 +05:30 [Debug] Connection id ""0HKTPVG943B9B"" completed keep alive response. -2016-08-01 16:38:45.510 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:38:45.511 +05:30 [Debug] Connection id ""0HKTPVG943B9F"" completed keep alive response. -2016-08-01 16:38:45.512 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:38:45.532 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterFollowerCount?groupId=1&userId=1 -2016-08-01 16:38:45.533 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:38:45.531 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetIncommingMessage?groupId=1&userId=1 -2016-08-01 16:38:45.538 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterRecentFollower?groupId=1 -2016-08-01 16:38:45.540 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterRecentFollower"'. -2016-08-01 16:38:45.537 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterFollowerCount"'. -2016-08-01 16:38:45.539 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetIncommingMessage"'. -2016-08-01 16:38:45.544 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" -2016-08-01 16:38:45.547 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" -2016-08-01 16:38:45.542 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" -2016-08-01 16:38:45.537 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:38:45.568 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:38:45.536 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/FacebookfanPageCount?groupId=1&userId=1 -2016-08-01 16:38:45.570 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:38:45.571 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/FacebookfanPageCount"'. -2016-08-01 16:38:45.579 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 1589.3018ms -2016-08-01 16:38:45.582 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" -2016-08-01 16:38:45.582 +05:30 [Information] Executed action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" in 1466.3464ms -2016-08-01 16:38:45.585 +05:30 [Information] Request finished in 1609.6029ms 200 application/json; charset=utf-8 -2016-08-01 16:38:45.598 +05:30 [Debug] Connection id ""0HKTPVG943B9C"" completed keep alive response. -2016-08-01 16:38:45.607 +05:30 [Information] Request finished in 1615.9624ms 200 application/json; charset=utf-8 -2016-08-01 16:38:45.609 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-08-01 16:38:45.611 +05:30 [Debug] Connection id ""0HKTPVG943B9G"" completed keep alive response. -2016-08-01 16:38:45.619 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-08-01 16:38:45.624 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-08-01 16:38:45.620 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 16:38:45.682 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:38:45.688 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:38:45.689 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 16:38:45.698 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:38:45.699 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:38:45.699 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:38:45.700 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 16:38:45.704 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:38:45.705 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" in 156.7182ms -2016-08-01 16:38:45.712 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" in 121.6415ms -2016-08-01 16:38:45.713 +05:30 [Information] Request finished in 199.3836ms 200 text/plain; charset=utf-8 -2016-08-01 16:38:45.714 +05:30 [Debug] Connection id ""0HKTPVG943B9D"" completed keep alive response. -2016-08-01 16:38:45.723 +05:30 [Information] Request finished in 202.7103ms 200 text/plain; charset=utf-8 -2016-08-01 16:38:45.723 +05:30 [Debug] Connection id ""0HKTPVG943B9B"" completed keep alive response. -2016-08-01 16:38:45.739 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:38:45.739 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:38:45.740 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:38:45.744 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:38:45.759 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" in 192.3017ms -2016-08-01 16:38:45.766 +05:30 [Information] Request finished in 243.9869ms 200 application/json; charset=utf-8 -2016-08-01 16:38:45.767 +05:30 [Debug] Connection id ""0HKTPVG943B9F"" completed keep alive response. -2016-08-01 16:38:46.684 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:38:46.685 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:38:46.686 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 16:38:46.688 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:38:46.691 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" in 1141.3247ms -2016-08-01 16:38:46.695 +05:30 [Information] Request finished in 1199.8625ms 200 text/plain; charset=utf-8 -2016-08-01 16:38:46.695 +05:30 [Debug] Connection id ""0HKTPVG943B9E"" completed keep alive response. -2016-08-01 16:39:06.480 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/Google/GoogleLogin application/x-www-form-urlencoded 52 -2016-08-01 16:39:06.481 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GoogleLogin"'. -2016-08-01 16:39:06.484 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GoogleLogin (Api.Socioboard)" -2016-08-01 16:39:06.506 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GoogleLogin (Api.Socioboard)" with arguments (["4/OV-P5__w0_rg63Opt14aTeCE0_UXm3VfTD_srdNFQR4"]) - ModelState is Valid -2016-08-01 16:39:06.737 +05:30 [Information] { - "access_token": "ya29.CjAyA7AYL7uNIc30K2kgfQwdR50uvMEafCQNdCGQLD-tuWMz5HC_HOr9X3U--L-DZOU", - "token_type": "Bearer", - "expires_in": 3600, - "id_token": "eyJhbGciOiJSUzI1NiIsImtpZCI6IjYxOTJhNmIwNjE2ODUzMjE3MzJjNGJhMTBjMDEwOTY5YWUyZjU1YmMifQ.eyJpc3MiOiJhY2NvdW50cy5nb29nbGUuY29tIiwiYXRfaGFzaCI6ImdSSzNsLVZOVHBSTzhlR2psSTJEN3ciLCJhdWQiOiIyNDYyMjE0MDU4MDEta2dpcjh1NzdtNWdwb3BrYjRwMHR2bXU1MjJkaWI0ZTAuYXBwcy5nb29nbGV1c2VyY29udGVudC5jb20iLCJzdWIiOiIxMDA0OTM2ODY1MTA4NDY4MzQ5OTMiLCJlbWFpbF92ZXJpZmllZCI6dHJ1ZSwiYXpwIjoiMjQ2MjIxNDA1ODAxLWtnaXI4dTc3bTVncG9wa2I0cDB0dm11NTIyZGliNGUwLmFwcHMuZ29vZ2xldXNlcmNvbnRlbnQuY29tIiwiZW1haWwiOiJiYW5kaVN1cmVzaEBnbG9idXNzb2Z0LmNvbSIsImlhdCI6MTQ3MDA0OTc0NiwiZXhwIjoxNDcwMDUzMzQ2fQ.mUcPY0lvcB8s2nCT_jvvPZ6U8WClqVBUt069e5hsCm-o1oicHkhe3_43KUiEpAVaBjf4chFZj7rmjREcFApj4MX-Y_ZGKqUKluvS29gQP6Kha8j3M9Uh8UumanWcprBOpIq2Es5rsk_bvCwg_LFFU00AP_iQwsjlDZZQi4j4M6eYtnN_xph8FPRc0roumGQB1muE7FACmc9C8TxyKp1c_eF8lZeGceEqpLAMdoPUgbcDBH6K-pXFWoF0kN-psvlz6osbmMYywmayqtfEkDOz1Gna6B-y_AngR_Jt-mytCvsDaandkI6mkKpKHfaA0BDqcrnWMPINk-szcim8uoun7Q" -} -2016-08-01 16:39:07.905 +05:30 [Information] [{ - "id": "100493686510846834993", - "email": "bandiSuresh@globussoft.com", - "verified_email": true, - "name": "Suresh Bandi", - "given_name": "Suresh", - "family_name": "Bandi", - "link": "https://plus.google.com/+SureshBandi007", - "picture": "https://lh3.googleusercontent.com/--zVLmLAPl14/AAAAAAAAAAI/AAAAAAAAAFE/KtuOadUcwFM/photo.jpg", - "gender": "male", - "locale": "en" -} -] -2016-08-01 16:39:09.938 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GoogleLogin (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:39:09.942 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:39:09.949 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:39:09.963 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GoogleLogin (Api.Socioboard)" in 3471.4974ms -2016-08-01 16:39:09.968 +05:30 [Information] Request finished in 3491.9771ms 200 application/json; charset=utf-8 -2016-08-01 16:39:09.969 +05:30 [Debug] Connection id ""0HKTPVG943B9C"" completed keep alive response. -2016-08-01 16:39:10.010 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=2 -2016-08-01 16:39:10.011 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-01 16:39:10.014 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-01 16:39:10.028 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-01 16:39:10.036 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:39:10.037 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:39:10.041 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:39:10.047 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 29.3693ms -2016-08-01 16:39:10.053 +05:30 [Information] Request finished in 43.0292ms 200 application/json; charset=utf-8 -2016-08-01 16:39:10.054 +05:30 [Debug] Connection id ""0HKTPVG943B9G"" completed keep alive response. -2016-08-01 16:39:10.059 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=2 -2016-08-01 16:39:10.060 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-01 16:39:10.061 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-01 16:39:10.092 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-01 16:39:10.101 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:39:10.102 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:39:10.105 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:39:10.115 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 44.4764ms -2016-08-01 16:39:10.120 +05:30 [Information] Request finished in 61.1777ms 200 application/json; charset=utf-8 -2016-08-01 16:39:10.120 +05:30 [Debug] Connection id ""0HKTPVG943B9D"" completed keep alive response. -2016-08-01 16:39:10.985 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=2 -2016-08-01 16:39:10.987 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-08-01 16:39:10.990 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-08-01 16:39:11.013 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-01 16:39:11.022 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:39:11.024 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:39:11.025 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:39:11.034 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:39:11.038 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 43.3999ms -2016-08-01 16:39:11.044 +05:30 [Information] Request finished in 72.4942ms 200 application/json; charset=utf-8 -2016-08-01 16:39:11.045 +05:30 [Debug] Connection id ""0HKTPVG943B9B"" completed keep alive response. -2016-08-01 16:39:11.486 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=2 -2016-08-01 16:39:11.487 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-08-01 16:39:11.488 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-08-01 16:39:11.490 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Instagram/GetInstagramProfiles?groupId=2 -2016-08-01 16:39:11.511 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Instagram/GetInstagramProfiles"'. -2016-08-01 16:39:11.527 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" -2016-08-01 16:39:11.525 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/LinkedIn/GetLinkedInCompanyPagesProfiles?groupId=2 -2016-08-01 16:39:11.544 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Google/GetGplusProfiles?groupId=2 -2016-08-01 16:39:11.547 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GetGplusProfiles"'. -2016-08-01 16:39:11.553 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" -2016-08-01 16:39:11.546 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/LinkedIn/GetLinkedInCompanyPagesProfiles"'. -2016-08-01 16:39:11.558 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" -2016-08-01 16:39:11.687 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=2 -2016-08-01 16:39:11.810 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-08-01 16:39:11.811 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-08-01 16:39:12.272 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/SocialMessages/GetAllSentMessagesCount?groupId=2&userId=2 -2016-08-01 16:39:12.273 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/SocialMessages/GetAllSentMessagesCount"'. -2016-08-01 16:39:12.274 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" -2016-08-01 16:39:13.290 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-01 16:39:13.291 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:39:13.292 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:39:13.293 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:39:13.300 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" with arguments (["2", "2"]) - ModelState is Valid -2016-08-01 16:39:13.306 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:39:13.306 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:39:13.306 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:39:13.315 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-01 16:39:13.318 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:39:13.329 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-01 16:39:13.331 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:39:13.331 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:39:13.332 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:39:13.344 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:39:13.345 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:39:13.346 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:39:13.347 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:39:13.352 +05:30 [Information] Executed action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" in 1044.7948ms -2016-08-01 16:39:13.356 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 1856.5105ms -2016-08-01 16:39:13.360 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:39:13.365 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-01 16:39:13.368 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:39:13.371 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:39:13.372 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:39:13.372 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:39:13.377 +05:30 [Information] Request finished in 1888.1856ms 200 application/json; charset=utf-8 -2016-08-01 16:39:13.377 +05:30 [Debug] Connection id ""0HKTPVG943B9F"" completed keep alive response. -2016-08-01 16:39:13.379 +05:30 [Information] Executed action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" in 1840.4906ms -2016-08-01 16:39:13.385 +05:30 [Information] Request finished in 1093.6671ms 200 application/json; charset=utf-8 -2016-08-01 16:39:13.387 +05:30 [Debug] Connection id ""0HKTPVG943B9G"" completed keep alive response. -2016-08-01 16:39:13.410 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:39:13.421 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" in 1835.5454ms -2016-08-01 16:39:13.424 +05:30 [Information] Request finished in 1939.0361ms 200 application/json; charset=utf-8 -2016-08-01 16:39:13.422 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterFollowerCount?groupId=2&userId=2 -2016-08-01 16:39:13.430 +05:30 [Debug] Connection id ""0HKTPVG943B9E"" completed keep alive response. -2016-08-01 16:39:13.427 +05:30 [Information] Executed action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" in 1852.5239ms -2016-08-01 16:39:13.433 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterFollowerCount"'. -2016-08-01 16:39:13.436 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-01 16:39:13.439 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" -2016-08-01 16:39:13.440 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:39:13.440 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetIncommingMessage?groupId=2&userId=2 -2016-08-01 16:39:13.441 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:39:13.442 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetIncommingMessage"'. -2016-08-01 16:39:13.446 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:39:13.451 +05:30 [Information] Request finished in 1959.4145ms 200 application/json; charset=utf-8 -2016-08-01 16:39:13.446 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" -2016-08-01 16:39:13.453 +05:30 [Debug] Connection id ""0HKTPVG943B9D"" completed keep alive response. -2016-08-01 16:39:13.461 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/FacebookfanPageCount?groupId=2&userId=2 -2016-08-01 16:39:13.465 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/FacebookfanPageCount"'. -2016-08-01 16:39:13.469 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterRecentFollower?groupId=2 -2016-08-01 16:39:13.472 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" -2016-08-01 16:39:13.476 +05:30 [Information] Request finished in 1961.9613ms 200 application/json; charset=utf-8 -2016-08-01 16:39:13.477 +05:30 [Debug] Connection id ""0HKTPVG943B9B"" completed keep alive response. -2016-08-01 16:39:13.476 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterRecentFollower"'. -2016-08-01 16:39:13.482 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" -2016-08-01 16:39:13.498 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:39:13.498 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" with arguments (["2", "2"]) - ModelState is Valid -2016-08-01 16:39:13.526 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" with arguments (["2", "2"]) - ModelState is Valid -2016-08-01 16:39:13.535 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-01 16:39:13.536 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:39:13.538 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:39:13.541 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:39:13.539 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" with arguments (["2", "2"]) - ModelState is Valid -2016-08-01 16:39:13.541 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:39:13.542 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 16:39:13.543 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 16:39:13.536 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 1715.5078ms -2016-08-01 16:39:13.546 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:39:13.551 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:39:13.550 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:39:13.559 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:39:13.559 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" in 100.7571ms -2016-08-01 16:39:13.560 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 16:39:13.555 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:39:13.570 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:39:13.568 +05:30 [Information] Request finished in 178.9348ms 200 text/plain; charset=utf-8 -2016-08-01 16:39:13.566 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" in 116.1656ms -2016-08-01 16:39:13.562 +05:30 [Information] Request finished in 2071.5129ms 200 application/json; charset=utf-8 -2016-08-01 16:39:13.576 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" in 99.4777ms -2016-08-01 16:39:13.573 +05:30 [Debug] Connection id ""0HKTPVG943B9F"" completed keep alive response. -2016-08-01 16:39:13.588 +05:30 [Debug] Connection id ""0HKTPVG943B9C"" completed keep alive response. -2016-08-01 16:39:13.572 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:39:13.587 +05:30 [Information] Request finished in 173.0059ms 200 text/plain; charset=utf-8 -2016-08-01 16:39:13.599 +05:30 [Information] Request finished in 162.3639ms 200 text/plain; charset=utf-8 -2016-08-01 16:39:13.601 +05:30 [Debug] Connection id ""0HKTPVG943B9G"" completed keep alive response. -2016-08-01 16:39:13.603 +05:30 [Debug] Connection id ""0HKTPVG943B9E"" completed keep alive response. -2016-08-01 16:39:13.601 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:39:13.611 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:39:13.617 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" in 129.5447ms -2016-08-01 16:39:13.624 +05:30 [Information] Request finished in 164.2385ms 200 application/json; charset=utf-8 -2016-08-01 16:39:13.625 +05:30 [Debug] Connection id ""0HKTPVG943B9D"" completed keep alive response. -2016-08-01 16:39:24.119 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/User/FacebookLogin application/x-www-form-urlencoded 176 -2016-08-01 16:39:24.120 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/FacebookLogin"'. -2016-08-01 16:39:24.121 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" -2016-08-01 16:39:24.162 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" with arguments (["EAAKYvwDVmnUBADoKLWkVVMu2n6DvnJfWN8HFdhffAggjVTnH2ZBZBRZBSGxTsByAjPhRvClWJDUCoFzK1XKsspfDi2wDdhIXM89fvrNbwaUI6rwdfUH8kMUgXj2P11h69aZB6bEf1rLUs6IHkdhAiZCitsvNAZCggZD"]) - ModelState is Valid -2016-08-01 16:39:26.767 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:39:26.769 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:39:26.774 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:39:26.779 +05:30 [Information] Executed action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" in 2654.055ms -2016-08-01 16:39:26.789 +05:30 [Information] Request finished in 2671.035ms 200 application/json; charset=utf-8 -2016-08-01 16:39:26.789 +05:30 [Debug] Connection id ""0HKTPVG943B9B"" completed keep alive response. -2016-08-01 16:39:26.867 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-08-01 16:39:26.868 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-01 16:39:26.869 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-01 16:39:26.881 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 16:39:26.885 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:39:26.886 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:39:26.888 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:39:26.892 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 20.2791ms -2016-08-01 16:39:26.897 +05:30 [Information] Request finished in 34.6856ms 200 application/json; charset=utf-8 -2016-08-01 16:39:26.898 +05:30 [Debug] Connection id ""0HKTPVG943B9F"" completed keep alive response. -2016-08-01 16:39:26.903 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-08-01 16:39:26.905 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-01 16:39:26.906 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-01 16:39:26.918 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 16:39:26.919 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:39:26.920 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:39:26.922 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:39:26.927 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 16.6802ms -2016-08-01 16:39:26.932 +05:30 [Information] Request finished in 28.7142ms 200 application/json; charset=utf-8 -2016-08-01 16:39:26.933 +05:30 [Debug] Connection id ""0HKTPVG943B9C"" completed keep alive response. -2016-08-01 16:39:27.961 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=1 -2016-08-01 16:39:27.962 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-08-01 16:39:27.963 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-08-01 16:39:27.995 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 16:39:28.002 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:39:28.003 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:39:28.003 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:39:28.006 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:39:28.011 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 44.081ms -2016-08-01 16:39:28.018 +05:30 [Information] Request finished in 60.9443ms 200 application/json; charset=utf-8 -2016-08-01 16:39:28.021 +05:30 [Debug] Connection id ""0HKTPVG943B9G"" completed keep alive response. -2016-08-01 16:39:28.561 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Google/GetGplusProfiles?groupId=1 -2016-08-01 16:39:28.562 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GetGplusProfiles"'. -2016-08-01 16:39:28.563 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" -2016-08-01 16:39:28.571 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/SocialMessages/GetAllSentMessagesCount?groupId=1&userId=1 -2016-08-01 16:39:28.572 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/SocialMessages/GetAllSentMessagesCount"'. -2016-08-01 16:39:28.573 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" -2016-08-01 16:39:28.599 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Instagram/GetInstagramProfiles?groupId=1 -2016-08-01 16:39:28.607 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Instagram/GetInstagramProfiles"'. -2016-08-01 16:39:28.610 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" -2016-08-01 16:39:28.645 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=1 -2016-08-01 16:39:28.646 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-08-01 16:39:28.647 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-08-01 16:39:28.750 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=1 -2016-08-01 16:39:28.782 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-08-01 16:39:28.783 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-08-01 16:39:28.837 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/LinkedIn/GetLinkedInCompanyPagesProfiles?groupId=1 -2016-08-01 16:39:28.845 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/LinkedIn/GetLinkedInCompanyPagesProfiles"'. -2016-08-01 16:39:28.846 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" -2016-08-01 16:39:29.662 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 16:39:29.666 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:39:29.670 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:39:29.671 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:39:29.687 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 16:39:29.689 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:39:29.690 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:39:29.690 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:39:29.692 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 16:39:29.696 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:39:29.698 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-08-01 16:39:29.699 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:39:29.701 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:39:29.708 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:39:29.709 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:39:29.709 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:39:29.715 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 16:39:29.731 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:39:29.733 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:39:29.734 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:39:29.745 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:39:29.755 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:39:29.773 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:39:29.782 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" in 1180.6518ms -2016-08-01 16:39:29.829 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 1127.8771ms -2016-08-01 16:39:29.844 +05:30 [Information] Executed action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" in 1183.2953ms -2016-08-01 16:39:29.863 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:39:29.899 +05:30 [Information] Request finished in 1286.5745ms 200 application/json; charset=utf-8 -2016-08-01 16:39:29.900 +05:30 [Debug] Connection id ""0HKTPVG943B9D"" completed keep alive response. -2016-08-01 16:39:29.908 +05:30 [Information] Request finished in 1295.4257ms 200 application/json; charset=utf-8 -2016-08-01 16:39:29.915 +05:30 [Debug] Connection id ""0HKTPVG943B9F"" completed keep alive response. -2016-08-01 16:39:29.926 +05:30 [Information] Request finished in 1318.9902ms 200 application/json; charset=utf-8 -2016-08-01 16:39:29.928 +05:30 [Debug] Connection id ""0HKTPVG943B9B"" completed keep alive response. -2016-08-01 16:39:29.936 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetIncommingMessage?groupId=1&userId=1 -2016-08-01 16:39:29.937 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetIncommingMessage"'. -2016-08-01 16:39:29.939 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" -2016-08-01 16:39:29.957 +05:30 [Information] Executed action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" in 1256.2514ms -2016-08-01 16:39:29.962 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/FacebookfanPageCount?groupId=1&userId=1 -2016-08-01 16:39:29.963 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/FacebookfanPageCount"'. -2016-08-01 16:39:29.964 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" -2016-08-01 16:39:29.969 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterFollowerCount?groupId=1&userId=1 -2016-08-01 16:39:29.971 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterFollowerCount"'. -2016-08-01 16:39:29.972 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" -2016-08-01 16:39:29.988 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:39:30.005 +05:30 [Information] Request finished in 1413.6321ms 200 application/json; charset=utf-8 -2016-08-01 16:39:30.008 +05:30 [Debug] Connection id ""0HKTPVG943B9G"" completed keep alive response. -2016-08-01 16:39:30.013 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 16:39:30.034 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 1216.7773ms -2016-08-01 16:39:30.034 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:39:30.041 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterRecentFollower?groupId=1 -2016-08-01 16:39:30.042 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:39:30.042 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterRecentFollower"'. -2016-08-01 16:39:30.042 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:39:30.045 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" -2016-08-01 16:39:30.048 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-08-01 16:39:30.053 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-08-01 16:39:30.056 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:39:30.058 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:39:30.059 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 16:39:30.059 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:39:30.060 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:39:30.060 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 16:39:30.064 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-08-01 16:39:30.075 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:39:30.082 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:39:30.089 +05:30 [Information] Request finished in 1498.9553ms 200 application/json; charset=utf-8 -2016-08-01 16:39:30.091 +05:30 [Debug] Connection id ""0HKTPVG943B9E"" completed keep alive response. -2016-08-01 16:39:30.102 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" in 103.329ms -2016-08-01 16:39:30.130 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:39:30.139 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 16:39:30.151 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:39:30.152 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:39:30.153 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:39:30.168 +05:30 [Information] Request finished in 204.9572ms 200 text/plain; charset=utf-8 -2016-08-01 16:39:30.169 +05:30 [Debug] Connection id ""0HKTPVG943B9F"" completed keep alive response. -2016-08-01 16:39:30.184 +05:30 [Information] Executed action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" in 1284.2701ms -2016-08-01 16:39:30.194 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:39:30.194 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" in 118.8136ms -2016-08-01 16:39:30.195 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:39:30.197 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 16:39:30.200 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:39:30.209 +05:30 [Information] Request finished in 1647.4536ms 200 application/json; charset=utf-8 -2016-08-01 16:39:30.213 +05:30 [Information] Request finished in 267.053ms 200 text/plain; charset=utf-8 -2016-08-01 16:39:30.216 +05:30 [Debug] Connection id ""0HKTPVG943B9B"" completed keep alive response. -2016-08-01 16:39:30.213 +05:30 [Debug] Connection id ""0HKTPVG943B9C"" completed keep alive response. -2016-08-01 16:39:30.230 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:39:30.235 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" in 159.9663ms -2016-08-01 16:39:30.242 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" in 291.4095ms -2016-08-01 16:39:30.246 +05:30 [Information] Request finished in 217.1258ms 200 application/json; charset=utf-8 -2016-08-01 16:39:30.248 +05:30 [Debug] Connection id ""0HKTPVG943B9G"" completed keep alive response. -2016-08-01 16:39:30.258 +05:30 [Information] Request finished in 339.971ms 200 text/plain; charset=utf-8 -2016-08-01 16:39:30.259 +05:30 [Debug] Connection id ""0HKTPVG943B9D"" completed keep alive response. -2016-08-01 16:39:35.848 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/User/GetUserProfileCount?userId=1 -2016-08-01 16:39:35.850 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/GetUserProfileCount"'. -2016-08-01 16:39:35.853 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.GetUserProfileCount (Api.Socioboard)" -2016-08-01 16:39:35.878 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.UserController.GetUserProfileCount (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 16:39:35.887 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.UserController.GetUserProfileCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:39:35.888 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:39:35.892 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:39:35.896 +05:30 [Information] Executed action "Api.Socioboard.Controllers.UserController.GetUserProfileCount (Api.Socioboard)" in 33.0776ms -2016-08-01 16:39:35.902 +05:30 [Information] Request finished in 57.8429ms 200 application/json; charset=utf-8 -2016-08-01 16:39:35.903 +05:30 [Debug] Connection id ""0HKTPVG943B9E"" completed keep alive response. -2016-08-01 16:39:41.891 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/Twitter/AddTwitterAccount application/x-www-form-urlencoded 155 -2016-08-01 16:39:41.892 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/AddTwitterAccount"'. -2016-08-01 16:39:41.900 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.AddTwitterAccount (Api.Socioboard)" -2016-08-01 16:39:41.920 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.AddTwitterAccount (Api.Socioboard)" with arguments (["1", "1", "xPEHVgAAAAAAbw_jAAABVkXLdyY", "8pTf3zrQshdAgifYMzVQDKGcP1rHcRVF", "DAt6JGLWo2oc1BufyGHOf17rU7qNzMua"]) - ModelState is Valid -2016-08-01 16:39:44.990 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.AddTwitterAccount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:39:44.992 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:39:45.002 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:39:45.008 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.AddTwitterAccount (Api.Socioboard)" in 3100.5987ms -2016-08-01 16:39:45.017 +05:30 [Information] Request finished in 3125.9454ms 200 application/json; charset=utf-8 -2016-08-01 16:39:45.018 +05:30 [Debug] Connection id ""0HKTPVG943B9F"" completed keep alive response. -2016-08-01 16:39:45.146 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-08-01 16:39:45.147 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-01 16:39:45.149 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-01 16:39:45.167 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 16:39:45.169 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:39:45.170 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:39:45.173 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:39:45.180 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 24.7989ms -2016-08-01 16:39:45.188 +05:30 [Information] Request finished in 42.7744ms 200 application/json; charset=utf-8 -2016-08-01 16:39:45.189 +05:30 [Debug] Connection id ""0HKTPVG943B9C"" completed keep alive response. -2016-08-01 16:39:45.200 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-08-01 16:39:45.201 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-01 16:39:45.202 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-01 16:39:45.219 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 16:39:45.225 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:39:45.226 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:39:45.229 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:39:45.238 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 28.3382ms -2016-08-01 16:39:45.246 +05:30 [Information] Request finished in 45.4155ms 200 application/json; charset=utf-8 -2016-08-01 16:39:45.247 +05:30 [Debug] Connection id ""0HKTPVG943B9B"" completed keep alive response. -2016-08-01 16:39:45.990 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=1 -2016-08-01 16:39:45.992 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-08-01 16:39:45.993 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-08-01 16:39:46.022 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 16:39:46.025 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:39:46.026 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:39:46.027 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:39:46.033 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:39:46.038 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 40.4444ms -2016-08-01 16:39:46.049 +05:30 [Information] Request finished in 58.7476ms 200 application/json; charset=utf-8 -2016-08-01 16:39:46.050 +05:30 [Debug] Connection id ""0HKTPVG943B9G"" completed keep alive response. -2016-08-01 16:39:46.416 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=1 -2016-08-01 16:39:46.417 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-08-01 16:39:46.418 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-08-01 16:39:46.421 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Instagram/GetInstagramProfiles?groupId=1 -2016-08-01 16:39:46.425 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Instagram/GetInstagramProfiles"'. -2016-08-01 16:39:46.427 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" -2016-08-01 16:39:46.430 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=1 -2016-08-01 16:39:46.436 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-08-01 16:39:46.436 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-08-01 16:39:46.466 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/SocialMessages/GetAllSentMessagesCount?groupId=1&userId=1 -2016-08-01 16:39:46.469 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/SocialMessages/GetAllSentMessagesCount"'. -2016-08-01 16:39:46.470 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" -2016-08-01 16:39:46.546 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Google/GetGplusProfiles?groupId=1 -2016-08-01 16:39:46.548 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GetGplusProfiles"'. -2016-08-01 16:39:46.549 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" -2016-08-01 16:39:46.644 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/LinkedIn/GetLinkedInCompanyPagesProfiles?groupId=1 -2016-08-01 16:39:46.650 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/LinkedIn/GetLinkedInCompanyPagesProfiles"'. -2016-08-01 16:39:46.651 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" -2016-08-01 16:39:46.855 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 16:39:46.860 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:39:46.872 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:39:46.873 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:39:46.892 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:39:46.917 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 16:39:46.924 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 474.6267ms -2016-08-01 16:39:46.940 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 16:39:46.942 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:39:46.944 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:39:46.944 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:39:46.948 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 16:39:46.952 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:39:46.952 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 16:39:46.953 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:39:46.956 +05:30 [Information] Request finished in 535.4949ms 200 application/json; charset=utf-8 -2016-08-01 16:39:46.954 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:39:46.959 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:39:46.962 +05:30 [Debug] Connection id ""0HKTPVG943B9D"" completed keep alive response. -2016-08-01 16:39:46.963 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:39:46.965 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:39:46.962 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-08-01 16:39:46.962 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:39:46.963 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:39:46.971 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:39:46.971 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:39:46.978 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:39:46.976 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:39:46.983 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:39:46.983 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:39:46.984 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:39:46.990 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:39:46.993 +05:30 [Information] Executed action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" in 546.7187ms -2016-08-01 16:39:46.997 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" in 430.4643ms -2016-08-01 16:39:47.001 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:39:47.014 +05:30 [Information] Executed action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" in 333.7099ms -2016-08-01 16:39:47.020 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 569.3825ms -2016-08-01 16:39:47.024 +05:30 [Information] Executed action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" in 534.0133ms -2016-08-01 16:39:47.033 +05:30 [Information] Request finished in 606.719ms 200 application/json; charset=utf-8 -2016-08-01 16:39:47.034 +05:30 [Debug] Connection id ""0HKTPVG943B9G"" completed keep alive response. -2016-08-01 16:39:47.046 +05:30 [Information] Request finished in 624.3903ms 200 application/json; charset=utf-8 -2016-08-01 16:39:47.048 +05:30 [Debug] Connection id ""0HKTPVG943B9F"" completed keep alive response. -2016-08-01 16:39:47.055 +05:30 [Information] Request finished in 610.7421ms 200 application/json; charset=utf-8 -2016-08-01 16:39:47.059 +05:30 [Debug] Connection id ""0HKTPVG943B9E"" completed keep alive response. -2016-08-01 16:39:47.057 +05:30 [Information] Request finished in 616.3664ms 200 application/json; charset=utf-8 -2016-08-01 16:39:47.060 +05:30 [Debug] Connection id ""0HKTPVG943B9C"" completed keep alive response. -2016-08-01 16:39:47.069 +05:30 [Information] Request finished in 626.1154ms 200 application/json; charset=utf-8 -2016-08-01 16:39:47.069 +05:30 [Debug] Connection id ""0HKTPVG943B9B"" completed keep alive response. -2016-08-01 16:39:47.162 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterFollowerCount?groupId=1&userId=1 -2016-08-01 16:39:47.164 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterFollowerCount"'. -2016-08-01 16:39:47.165 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" -2016-08-01 16:39:47.172 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/FacebookfanPageCount?groupId=1&userId=1 -2016-08-01 16:39:47.175 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/FacebookfanPageCount"'. -2016-08-01 16:39:47.177 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" -2016-08-01 16:39:47.183 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetIncommingMessage?groupId=1&userId=1 -2016-08-01 16:39:47.187 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetIncommingMessage"'. -2016-08-01 16:39:47.188 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" -2016-08-01 16:39:47.216 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterRecentFollower?groupId=1 -2016-08-01 16:39:47.220 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterRecentFollower"'. -2016-08-01 16:39:47.222 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" -2016-08-01 16:39:47.314 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-08-01 16:39:47.343 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-08-01 16:39:47.351 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:39:47.352 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:39:47.353 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 16:39:47.357 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-08-01 16:39:47.362 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 16:39:47.366 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:39:47.369 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:39:47.370 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 16:39:47.392 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:39:47.398 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:39:47.412 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" in 222.2699ms -2016-08-01 16:39:47.415 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:39:47.418 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:39:47.419 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 16:39:47.421 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" in 226.8391ms -2016-08-01 16:39:47.429 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:39:47.437 +05:30 [Information] Request finished in 263.3536ms 200 text/plain; charset=utf-8 -2016-08-01 16:39:47.439 +05:30 [Debug] Connection id ""0HKTPVG943B9F"" completed keep alive response. -2016-08-01 16:39:47.446 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" in 243.6206ms -2016-08-01 16:39:47.459 +05:30 [Information] Request finished in 330.0535ms 200 text/plain; charset=utf-8 -2016-08-01 16:39:47.462 +05:30 [Debug] Connection id ""0HKTPVG943B9D"" completed keep alive response. -2016-08-01 16:39:47.468 +05:30 [Information] Request finished in 299.2645ms 200 text/plain; charset=utf-8 -2016-08-01 16:39:47.470 +05:30 [Debug] Connection id ""0HKTPVG943B9G"" completed keep alive response. -2016-08-01 16:39:48.192 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:39:48.194 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:39:48.195 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:39:48.204 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:39:48.218 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" in 984.6056ms -2016-08-01 16:39:48.232 +05:30 [Information] Request finished in 1067.0357ms 200 application/json; charset=utf-8 -2016-08-01 16:39:48.233 +05:30 [Debug] Connection id ""0HKTPVG943B9E"" completed keep alive response. -2016-08-01 16:40:07.656 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetUserTweets?profileId=3170677652&userId=1&skip=0&count=30 -2016-08-01 16:40:07.657 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetFeeds?profileId=3170677652&userId=1&skip=0&count=30 -2016-08-01 16:40:07.658 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetUserTweets"'. -2016-08-01 16:40:07.660 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetFeeds"'. -2016-08-01 16:40:07.668 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetFeeds (Api.Socioboard)" -2016-08-01 16:40:07.664 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetUserTweets (Api.Socioboard)" -2016-08-01 16:40:07.749 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetFeeds (Api.Socioboard)" with arguments (["3170677652", "1", "0", "30"]) - ModelState is Valid -2016-08-01 16:40:07.764 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetUserTweets (Api.Socioboard)" with arguments (["3170677652", "1", "0", "30"]) - ModelState is Valid -2016-08-01 16:40:07.815 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetUserTweets (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:40:07.817 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:40:07.819 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:40:07.824 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:40:07.827 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetFeeds (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:40:07.828 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:40:07.829 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:40:07.833 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:40:07.871 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetFeeds (Api.Socioboard)" in 186.4705ms -2016-08-01 16:40:07.876 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetUserTweets (Api.Socioboard)" in 118.2744ms -2016-08-01 16:40:07.887 +05:30 [Information] Request finished in 300.283ms 200 application/json; charset=utf-8 -2016-08-01 16:40:07.888 +05:30 [Debug] Connection id ""0HKTPVG943B9C"" completed keep alive response. -2016-08-01 16:40:07.901 +05:30 [Information] Request finished in 313.3263ms 200 application/json; charset=utf-8 -2016-08-01 16:40:07.902 +05:30 [Debug] Connection id ""0HKTPVG943B9B"" completed keep alive response. -2016-08-01 16:40:13.099 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=1 -2016-08-01 16:40:13.102 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-08-01 16:40:13.103 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-08-01 16:40:13.157 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Instagram/GetInstagramProfiles?groupId=1 -2016-08-01 16:40:13.159 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Instagram/GetInstagramProfiles"'. -2016-08-01 16:40:13.164 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" -2016-08-01 16:40:13.199 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Google/GetGplusProfiles?groupId=1 -2016-08-01 16:40:13.207 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GetGplusProfiles"'. -2016-08-01 16:40:13.211 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" -2016-08-01 16:40:13.237 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=1 -2016-08-01 16:40:13.245 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-08-01 16:40:13.249 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-08-01 16:40:13.266 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/LinkedIn/GetLinkedInCompanyPagesProfiles?groupId=1 -2016-08-01 16:40:13.268 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/LinkedIn/GetLinkedInCompanyPagesProfiles"'. -2016-08-01 16:40:13.297 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" -2016-08-01 16:40:13.753 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/SocialMessages/GetAllSentMessagesCount?groupId=1&userId=1 -2016-08-01 16:40:13.754 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/SocialMessages/GetAllSentMessagesCount"'. -2016-08-01 16:40:13.755 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" -2016-08-01 16:40:14.773 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 16:40:14.780 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 16:40:14.780 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:40:14.783 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:40:14.784 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:40:14.787 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 16:40:14.790 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:40:14.793 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:40:14.794 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 16:40:14.795 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:40:14.797 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:40:14.797 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:40:14.800 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 16:40:14.807 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-08-01 16:40:14.802 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:40:14.803 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:40:14.810 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:40:14.810 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:40:14.809 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:40:14.814 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:40:14.818 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:40:14.818 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:40:14.819 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:40:14.817 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:40:14.829 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:40:14.825 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:40:14.830 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:40:14.835 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 1569.2832ms -2016-08-01 16:40:14.842 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:40:14.848 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" in 1618.8345ms -2016-08-01 16:40:14.853 +05:30 [Information] Executed action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" in 1661.6823ms -2016-08-01 16:40:14.858 +05:30 [Information] Executed action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" in 1087.0162ms -2016-08-01 16:40:14.865 +05:30 [Information] Request finished in 1755.3052ms 200 application/json; charset=utf-8 -2016-08-01 16:40:14.866 +05:30 [Debug] Connection id ""0HKTPVG943B9E"" completed keep alive response. -2016-08-01 16:40:14.876 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:40:14.881 +05:30 [Information] Request finished in 1765.7102ms 200 application/json; charset=utf-8 -2016-08-01 16:40:14.887 +05:30 [Information] Request finished in 1770.1591ms 200 application/json; charset=utf-8 -2016-08-01 16:40:14.891 +05:30 [Debug] Connection id ""0HKTPVG943B9F"" completed keep alive response. -2016-08-01 16:40:14.894 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:40:14.890 +05:30 [Debug] Connection id ""0HKTPVG943B9G"" completed keep alive response. -2016-08-01 16:40:14.927 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetIncommingMessage?groupId=1&userId=1 -2016-08-01 16:40:14.929 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetIncommingMessage"'. -2016-08-01 16:40:14.931 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" -2016-08-01 16:40:14.931 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/FacebookfanPageCount?groupId=1&userId=1 -2016-08-01 16:40:14.934 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/FacebookfanPageCount"'. -2016-08-01 16:40:14.935 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 1796.3387ms -2016-08-01 16:40:14.937 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" -2016-08-01 16:40:14.943 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterFollowerCount?groupId=1&userId=1 -2016-08-01 16:40:14.944 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterFollowerCount"'. -2016-08-01 16:40:14.944 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" -2016-08-01 16:40:14.949 +05:30 [Information] Request finished in 1121.6837ms 200 application/json; charset=utf-8 -2016-08-01 16:40:14.951 +05:30 [Debug] Connection id ""0HKTPVG943B9C"" completed keep alive response. -2016-08-01 16:40:14.993 +05:30 [Information] Executed action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" in 1585.8447ms -2016-08-01 16:40:15.044 +05:30 [Information] Request finished in 1861.6429ms 200 application/json; charset=utf-8 -2016-08-01 16:40:15.066 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterRecentFollower?groupId=1 -2016-08-01 16:40:15.088 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterRecentFollower"'. -2016-08-01 16:40:15.084 +05:30 [Debug] Connection id ""0HKTPVG943B9D"" completed keep alive response. -2016-08-01 16:40:15.092 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" -2016-08-01 16:40:15.072 +05:30 [Information] Request finished in 1974.4454ms 200 application/json; charset=utf-8 -2016-08-01 16:40:15.105 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-08-01 16:40:15.124 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-08-01 16:40:15.151 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-08-01 16:40:15.126 +05:30 [Debug] Connection id ""0HKTPVG943B9B"" completed keep alive response. -2016-08-01 16:40:15.154 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:40:15.164 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:40:15.187 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:40:15.189 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 16:40:15.185 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:40:15.193 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 16:40:15.198 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 16:40:15.207 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:40:15.208 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:40:15.212 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:40:15.213 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 16:40:15.216 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:40:15.220 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" in 266.2213ms -2016-08-01 16:40:15.225 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:40:15.234 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" in 279.9877ms -2016-08-01 16:40:15.239 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" in 293.8048ms -2016-08-01 16:40:15.250 +05:30 [Information] Request finished in 305.4223ms 200 text/plain; charset=utf-8 -2016-08-01 16:40:15.252 +05:30 [Debug] Connection id ""0HKTPVG943B9G"" completed keep alive response. -2016-08-01 16:40:15.256 +05:30 [Information] Request finished in 344.789ms 200 text/plain; charset=utf-8 -2016-08-01 16:40:15.259 +05:30 [Debug] Connection id ""0HKTPVG943B9F"" completed keep alive response. -2016-08-01 16:40:15.263 +05:30 [Information] Request finished in 373.5527ms 200 text/plain; charset=utf-8 -2016-08-01 16:40:15.265 +05:30 [Debug] Connection id ""0HKTPVG943B9E"" completed keep alive response. -2016-08-01 16:40:16.201 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:40:16.203 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:40:16.204 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:40:16.213 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:40:16.228 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" in 1118.0487ms -2016-08-01 16:40:16.246 +05:30 [Information] Request finished in 1282.1819ms 200 application/json; charset=utf-8 -2016-08-01 16:40:16.248 +05:30 [Debug] Connection id ""0HKTPVG943B9C"" completed keep alive response. -2016-08-01 16:40:21.699 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/getProfilesAvailableToConnect?groupId=1&userId=1 -2016-08-01 16:40:21.702 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/getProfilesAvailableToConnect"'. -2016-08-01 16:40:21.706 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-08-01 16:40:21.707 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" -2016-08-01 16:40:21.707 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-01 16:40:21.711 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-01 16:40:21.755 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-08-01 16:40:21.759 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 16:40:21.761 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:40:21.766 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:40:21.783 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:40:21.787 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:40:21.794 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:40:21.796 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:40:21.807 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:40:21.820 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:40:21.839 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 101.3154ms -2016-08-01 16:40:21.845 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" in 127.3107ms -2016-08-01 16:40:21.858 +05:30 [Information] Request finished in 155.2633ms 200 application/json; charset=utf-8 -2016-08-01 16:40:21.861 +05:30 [Debug] Connection id ""0HKTPVG943B9D"" completed keep alive response. -2016-08-01 16:40:21.865 +05:30 [Information] Request finished in 165.0367ms 200 application/json; charset=utf-8 -2016-08-01 16:40:21.866 +05:30 [Debug] Connection id ""0HKTPVG943B9B"" completed keep alive response. -2016-08-01 16:40:30.256 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/Groups/CreateGroup?GroupName=Suresh&AdminId=1 0 -2016-08-01 16:40:30.259 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/CreateGroup"'. -2016-08-01 16:40:30.262 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.CreateGroup (Api.Socioboard)" -2016-08-01 16:40:30.462 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.CreateGroup (Api.Socioboard)" with arguments (["Domain.Socioboard.Models.Groups"]) - ModelState is Valid -2016-08-01 16:40:30.674 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.CreateGroup (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:40:30.675 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:40:30.675 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 16:40:30.684 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:40:30.694 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.CreateGroup (Api.Socioboard)" in 423.548ms -2016-08-01 16:40:30.715 +05:30 [Information] Request finished in 463.0116ms 200 text/plain; charset=utf-8 -2016-08-01 16:40:30.718 +05:30 [Debug] Connection id ""0HKTPVG943B9G"" completed keep alive response. -2016-08-01 16:40:36.573 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-08-01 16:40:36.574 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-01 16:40:36.575 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-01 16:40:36.606 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 16:40:36.621 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:40:36.622 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:40:36.629 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:40:36.636 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 54.0082ms -2016-08-01 16:40:36.653 +05:30 [Information] Request finished in 80.4865ms 200 application/json; charset=utf-8 -2016-08-01 16:40:36.654 +05:30 [Debug] Connection id ""0HKTPVG943B9F"" completed keep alive response. -2016-08-01 16:40:36.670 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-08-01 16:40:36.671 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-01 16:40:36.672 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-01 16:40:36.701 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 16:40:36.704 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:40:36.705 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:40:36.714 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:40:36.723 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 42.0309ms -2016-08-01 16:40:36.744 +05:30 [Information] Request finished in 77.4155ms 200 application/json; charset=utf-8 -2016-08-01 16:40:36.745 +05:30 [Debug] Connection id ""0HKTPVG943B9E"" completed keep alive response. -2016-08-01 16:40:38.410 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=1 -2016-08-01 16:40:38.412 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-08-01 16:40:38.413 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-08-01 16:40:38.464 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 16:40:38.466 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:40:38.468 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:40:38.468 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:40:38.476 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:40:38.484 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 63.1998ms -2016-08-01 16:40:38.499 +05:30 [Information] Request finished in 96.8475ms 200 application/json; charset=utf-8 -2016-08-01 16:40:38.501 +05:30 [Debug] Connection id ""0HKTPVG943B9C"" completed keep alive response. -2016-08-01 16:40:39.022 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/getProfilesAvailableToConnect?groupId=1&userId=1 -2016-08-01 16:40:39.024 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/getProfilesAvailableToConnect"'. -2016-08-01 16:40:39.025 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" -2016-08-01 16:40:39.030 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-08-01 16:40:39.036 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-01 16:40:39.038 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-01 16:40:39.098 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-08-01 16:40:39.103 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:40:39.104 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:40:39.104 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:40:39.107 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 16:40:39.111 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:40:39.111 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:40:39.113 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:40:39.116 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:40:39.120 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" in 87.5891ms -2016-08-01 16:40:39.127 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:40:39.135 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 90.2011ms -2016-08-01 16:40:39.149 +05:30 [Information] Request finished in 116.9402ms 200 application/json; charset=utf-8 -2016-08-01 16:40:39.150 +05:30 [Debug] Connection id ""0HKTPVG943B9B"" completed keep alive response. -2016-08-01 16:40:39.166 +05:30 [Information] Request finished in 131.4315ms 200 application/json; charset=utf-8 -2016-08-01 16:40:39.167 +05:30 [Debug] Connection id ""0HKTPVG943B9D"" completed keep alive response. -2016-08-01 16:40:42.024 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/getProfilesAvailableToConnect?groupId=3&userId=1 -2016-08-01 16:40:42.028 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=3 -2016-08-01 16:40:42.029 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/getProfilesAvailableToConnect"'. -2016-08-01 16:40:42.033 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-08-01 16:40:42.046 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=3 -2016-08-01 16:40:42.048 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" -2016-08-01 16:40:42.055 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-08-01 16:40:42.056 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-01 16:40:42.069 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-01 16:40:42.115 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" with arguments (["3", "1"]) - ModelState is Valid -2016-08-01 16:40:42.119 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 16:40:42.126 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 16:40:42.130 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:40:42.131 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:40:42.132 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:40:42.133 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:40:42.134 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:40:42.134 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:40:42.133 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:40:42.136 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:40:42.137 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:40:42.143 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:40:42.149 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:40:42.154 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 78.4028ms -2016-08-01 16:40:42.162 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 73.9466ms -2016-08-01 16:40:42.168 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:40:42.176 +05:30 [Information] Request finished in 180.5108ms 200 application/json; charset=utf-8 -2016-08-01 16:40:42.179 +05:30 [Debug] Connection id ""0HKTPVG943B9G"" completed keep alive response. -2016-08-01 16:40:42.185 +05:30 [Information] Request finished in 173.8656ms 200 application/json; charset=utf-8 -2016-08-01 16:40:42.187 +05:30 [Debug] Connection id ""0HKTPVG943B9E"" completed keep alive response. -2016-08-01 16:40:42.205 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" in 114.8529ms -2016-08-01 16:40:42.218 +05:30 [Information] Request finished in 225.804ms 200 application/json; charset=utf-8 -2016-08-01 16:40:42.220 +05:30 [Debug] Connection id ""0HKTPVG943B9F"" completed keep alive response. -2016-08-01 16:41:05.375 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/GroupMember/InviteGroupMembers?groupId=3&members=suersh:b:bandisuresh@globussoft.com; 0 -2016-08-01 16:41:05.377 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/InviteGroupMembers"'. -2016-08-01 16:41:05.382 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.InviteGroupMembers (Api.Socioboard)" -2016-08-01 16:41:05.426 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.InviteGroupMembers (Api.Socioboard)" with arguments (["3", "suersh:b:bandisuresh@globussoft.com;"]) - ModelState is Valid -2016-08-01 16:46:03.903 +05:30 [Debug] Hosting starting -2016-08-01 16:46:04.116 +05:30 [Debug] Hosting started -2016-08-01 16:46:04.242 +05:30 [Debug] Connection id ""0HKTPVKT1RICE"" started. -2016-08-01 16:46:04.242 +05:30 [Debug] Connection id ""0HKTPVKT1RICF"" started. -2016-08-01 16:46:04.423 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-08-01 16:46:04.423 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:6361/ 0 -2016-08-01 16:46:04.511 +05:30 [Information] Request finished in 137.7542ms 200 -2016-08-01 16:46:04.593 +05:30 [Debug] Connection id ""0HKTPVKT1RICE"" completed keep alive response. -2016-08-01 16:46:05.196 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-08-01 16:46:05.260 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"251d5df3-22d2-440f-975f-3e531e15fac0"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-08-01 16:46:05.379 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-08-01 16:46:05.497 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid -2016-08-01 16:46:05.500 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult". -2016-08-01 16:46:05.559 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:46:05.571 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:46:05.573 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:46:05.893 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 504.0083ms -2016-08-01 16:46:05.977 +05:30 [Information] Request finished in 1621.487ms 200 application/json; charset=utf-8 -2016-08-01 16:46:05.980 +05:30 [Debug] Connection id ""0HKTPVKT1RICF"" completed keep alive response. -2016-08-01 16:47:09.412 +05:30 [Debug] Connection id ""0HKTPVKT1RICF"" received FIN. -2016-08-01 16:47:09.414 +05:30 [Debug] Connection id ""0HKTPVKT1RICG"" started. -2016-08-01 16:47:09.417 +05:30 [Debug] Connection id ""0HKTPVKT1RICF"" disconnecting. -2016-08-01 16:47:09.433 +05:30 [Debug] Connection id ""0HKTPVKT1RICE"" received FIN. -2016-08-01 16:47:09.440 +05:30 [Debug] Connection id ""0HKTPVKT1RICF"" sending FIN. -2016-08-01 16:47:09.441 +05:30 [Debug] Connection id ""0HKTPVKT1RICE"" disconnecting. -2016-08-01 16:47:09.444 +05:30 [Debug] Connection id ""0HKTPVKT1RICE"" sending FIN. -2016-08-01 16:47:09.456 +05:30 [Debug] Connection id ""0HKTPVKT1RICF"" sent FIN with status "0". -2016-08-01 16:47:09.461 +05:30 [Debug] Connection id ""0HKTPVKT1RICE"" sent FIN with status "0". -2016-08-01 16:47:09.467 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/User/FacebookLogin application/x-www-form-urlencoded 177 -2016-08-01 16:47:09.470 +05:30 [Debug] Connection id ""0HKTPVKT1RICE"" stopped. -2016-08-01 16:47:09.470 +05:30 [Debug] Connection id ""0HKTPVKT1RICF"" stopped. -2016-08-01 16:47:09.474 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/FacebookLogin"'. -2016-08-01 16:47:09.485 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" -2016-08-01 16:47:09.927 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" with arguments (["EAAKYvwDVmnUBAEdgNKaBZBq0XJ92O4XA7rSSe6o5MRYBdY4PQgVDerTZCW5FuPoPCTUNhAxLhxjIKz1VZCrri16glkQgZACMNtCON5pmGwIIMNfwLXnfNNGZAgFxCNbNZAls1wtA2r4FzE7oAKAwYF8TiAaZALOhhkZD"]) - ModelState is Valid -2016-08-01 16:47:40.589 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:47:40.648 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:47:40.654 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:47:40.716 +05:30 [Information] Executed action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" in 31227.6725ms -2016-08-01 16:47:40.722 +05:30 [Information] Request finished in 31278.4348ms 200 application/json; charset=utf-8 -2016-08-01 16:47:40.723 +05:30 [Debug] Connection id ""0HKTPVKT1RICG"" completed keep alive response. -2016-08-01 16:47:41.091 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-08-01 16:47:41.092 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-01 16:47:41.094 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-01 16:47:41.146 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 16:47:41.169 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:47:41.170 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:47:41.171 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:47:41.177 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 81.1651ms -2016-08-01 16:47:41.182 +05:30 [Information] Request finished in 89.941ms 200 application/json; charset=utf-8 -2016-08-01 16:47:41.183 +05:30 [Debug] Connection id ""0HKTPVKT1RICG"" completed keep alive response. -2016-08-01 16:47:41.233 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-08-01 16:47:41.234 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-01 16:47:41.235 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-01 16:47:41.252 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 16:47:41.270 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:47:41.271 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:47:41.273 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:47:41.287 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 43.9428ms -2016-08-01 16:47:41.294 +05:30 [Information] Request finished in 62.4182ms 200 application/json; charset=utf-8 -2016-08-01 16:47:41.295 +05:30 [Debug] Connection id ""0HKTPVKT1RICG"" completed keep alive response. -2016-08-01 16:47:43.972 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=1 -2016-08-01 16:47:43.972 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-08-01 16:47:43.975 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-08-01 16:47:43.998 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 16:47:44.011 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:47:44.012 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:47:44.012 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:47:44.014 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:47:44.024 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 47.3497ms -2016-08-01 16:47:44.027 +05:30 [Information] Request finished in 55.925ms 200 application/json; charset=utf-8 -2016-08-01 16:47:44.028 +05:30 [Debug] Connection id ""0HKTPVKT1RICG"" completed keep alive response. -2016-08-01 16:47:44.386 +05:30 [Debug] Connection id ""0HKTPVKT1RICH"" started. -2016-08-01 16:47:44.388 +05:30 [Debug] Connection id ""0HKTPVKT1RICI"" started. -2016-08-01 16:47:44.388 +05:30 [Debug] Connection id ""0HKTPVKT1RICJ"" started. -2016-08-01 16:47:44.392 +05:30 [Debug] Connection id ""0HKTPVKT1RICK"" started. -2016-08-01 16:47:44.392 +05:30 [Debug] Connection id ""0HKTPVKT1RICL"" started. -2016-08-01 16:47:44.400 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/LinkedIn/GetLinkedInCompanyPagesProfiles?groupId=1 -2016-08-01 16:47:44.401 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/LinkedIn/GetLinkedInCompanyPagesProfiles"'. -2016-08-01 16:47:44.406 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" -2016-08-01 16:47:44.440 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Google/GetGplusProfiles?groupId=1 -2016-08-01 16:47:44.463 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GetGplusProfiles"'. -2016-08-01 16:47:44.467 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" -2016-08-01 16:47:44.475 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Instagram/GetInstagramProfiles?groupId=1 -2016-08-01 16:47:44.477 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Instagram/GetInstagramProfiles"'. -2016-08-01 16:47:44.517 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=1 -2016-08-01 16:47:44.518 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" -2016-08-01 16:47:44.519 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-08-01 16:47:44.589 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-08-01 16:47:45.249 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=1 -2016-08-01 16:47:45.251 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-08-01 16:47:45.253 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-08-01 16:47:46.257 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/SocialMessages/GetAllSentMessagesCount?groupId=1&userId=1 -2016-08-01 16:47:46.259 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/SocialMessages/GetAllSentMessagesCount"'. -2016-08-01 16:47:46.262 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" -2016-08-01 16:47:47.289 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 16:47:47.296 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-08-01 16:47:47.299 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 16:47:47.302 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 16:47:47.303 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:47:47.305 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:47:47.306 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:47:47.315 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 16:47:47.316 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:47:47.320 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:47:47.321 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:47:47.322 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 16:47:47.328 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:47:47.332 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:47:47.336 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:47:47.339 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:47:47.339 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:47:47.340 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:47:47.345 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:47:47.346 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:47:47.357 +05:30 [Information] Executed action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" in 2937.8264ms -2016-08-01 16:47:47.360 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" in 2877.3236ms -2016-08-01 16:47:47.348 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:47:47.368 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:47:47.370 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:47:47.377 +05:30 [Information] Request finished in 2972.5643ms 200 application/json; charset=utf-8 -2016-08-01 16:47:47.377 +05:30 [Debug] Connection id ""0HKTPVKT1RICI"" completed keep alive response. -2016-08-01 16:47:47.375 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:47:47.385 +05:30 [Information] Request finished in 2980.2001ms 200 application/json; charset=utf-8 -2016-08-01 16:47:47.391 +05:30 [Debug] Connection id ""0HKTPVKT1RICH"" completed keep alive response. -2016-08-01 16:47:47.390 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:47:47.395 +05:30 [Information] Executed action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" in 2793.8702ms -2016-08-01 16:47:47.399 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetIncommingMessage?groupId=1&userId=1 -2016-08-01 16:47:47.400 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:47:47.402 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetIncommingMessage"'. -2016-08-01 16:47:47.406 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterFollowerCount?groupId=1&userId=1 -2016-08-01 16:47:47.411 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" -2016-08-01 16:47:47.411 +05:30 [Information] Request finished in 3013.8786ms 200 application/json; charset=utf-8 -2016-08-01 16:47:47.420 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 2818.172ms -2016-08-01 16:47:47.415 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterFollowerCount"'. -2016-08-01 16:47:47.428 +05:30 [Debug] Connection id ""0HKTPVKT1RICJ"" completed keep alive response. -2016-08-01 16:47:47.439 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-08-01 16:47:47.448 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" -2016-08-01 16:47:47.452 +05:30 [Information] Request finished in 3057.5735ms 200 application/json; charset=utf-8 -2016-08-01 16:47:47.445 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 2182.4502ms -2016-08-01 16:47:47.456 +05:30 [Debug] Connection id ""0HKTPVKT1RICG"" completed keep alive response. -2016-08-01 16:47:47.460 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/FacebookfanPageCount?groupId=1&userId=1 -2016-08-01 16:47:47.523 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/FacebookfanPageCount"'. -2016-08-01 16:47:47.524 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-08-01 16:47:47.480 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterRecentFollower?groupId=1 -2016-08-01 16:47:47.495 +05:30 [Information] Request finished in 2230.6382ms 200 application/json; charset=utf-8 -2016-08-01 16:47:47.559 +05:30 [Debug] Connection id ""0HKTPVKT1RICK"" completed keep alive response. -2016-08-01 16:47:47.529 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterRecentFollower"'. -2016-08-01 16:47:47.559 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" -2016-08-01 16:47:47.581 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" -2016-08-01 16:47:47.632 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-08-01 16:47:47.634 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 16:47:48.816 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:47:48.817 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:47:48.817 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 16:47:48.819 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:47:48.825 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" in 1406.4967ms -2016-08-01 16:47:48.829 +05:30 [Information] Request finished in 1443.5282ms 200 text/plain; charset=utf-8 -2016-08-01 16:47:48.830 +05:30 [Debug] Connection id ""0HKTPVKT1RICI"" completed keep alive response. -2016-08-01 16:47:52.335 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:47:52.335 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:47:52.336 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:47:52.336 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:47:52.337 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:47:52.337 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 16:47:52.344 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:47:52.353 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:47:52.383 +05:30 [Information] Executed action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" in 6092.4326ms -2016-08-01 16:47:52.394 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:47:52.401 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:47:52.402 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 16:47:52.396 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" in 4793.6583ms -2016-08-01 16:47:52.403 +05:30 [Information] Request finished in 6143.0737ms 200 application/json; charset=utf-8 -2016-08-01 16:47:52.411 +05:30 [Debug] Connection id ""0HKTPVKT1RICL"" completed keep alive response. -2016-08-01 16:47:52.409 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:47:52.428 +05:30 [Information] Request finished in 4968.6741ms 200 text/plain; charset=utf-8 -2016-08-01 16:47:52.429 +05:30 [Debug] Connection id ""0HKTPVKT1RICJ"" completed keep alive response. -2016-08-01 16:47:52.435 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" in 4977.3953ms -2016-08-01 16:47:52.444 +05:30 [Information] Request finished in 5043.6134ms 200 text/plain; charset=utf-8 -2016-08-01 16:47:52.446 +05:30 [Debug] Connection id ""0HKTPVKT1RICH"" completed keep alive response. -2016-08-01 16:47:54.272 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:47:54.273 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:47:54.275 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:47:54.280 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:47:54.294 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" in 6688.7143ms -2016-08-01 16:47:54.300 +05:30 [Information] Request finished in 6823.6625ms 200 application/json; charset=utf-8 -2016-08-01 16:47:54.301 +05:30 [Debug] Connection id ""0HKTPVKT1RICG"" completed keep alive response. -2016-08-01 16:48:05.093 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/User/FacebookLogin application/x-www-form-urlencoded 175 -2016-08-01 16:48:05.095 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/FacebookLogin"'. -2016-08-01 16:48:05.097 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" -2016-08-01 16:48:05.112 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" with arguments (["EAAKYvwDVmnUBAHd2utXUMNIMFWxQXiRqnpMcyNNAYpiWM5a5fv8n9LNuPCBEqZAeMwZBwlZCPWIfXvVl4TKWMANZBUVxszNwaicgTy3YG7wvbq3bhkqP4g88ZCUrHiL35RTmhH5APPBsCTsI6iUTCt0QRMj2qJb0ZD"]) - ModelState is Valid -2016-08-01 16:48:19.099 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:48:19.104 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:48:19.113 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:48:19.118 +05:30 [Information] Executed action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" in 14016.6129ms -2016-08-01 16:48:19.128 +05:30 [Information] Request finished in 14031.361ms 200 application/json; charset=utf-8 -2016-08-01 16:48:19.129 +05:30 [Debug] Connection id ""0HKTPVKT1RICK"" completed keep alive response. -2016-08-01 16:48:19.164 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-08-01 16:48:19.165 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-01 16:48:19.166 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-01 16:48:19.181 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 16:48:19.216 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:48:19.218 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:48:19.222 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:48:19.226 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 56.9796ms -2016-08-01 16:48:19.233 +05:30 [Information] Request finished in 68.2365ms 200 application/json; charset=utf-8 -2016-08-01 16:48:19.234 +05:30 [Debug] Connection id ""0HKTPVKT1RICI"" completed keep alive response. -2016-08-01 16:48:19.239 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-08-01 16:48:19.240 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-01 16:48:19.241 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-01 16:48:19.257 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 16:48:19.270 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:48:19.271 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:48:19.275 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:48:19.279 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 34.396ms -2016-08-01 16:48:19.285 +05:30 [Information] Request finished in 45.6736ms 200 application/json; charset=utf-8 -2016-08-01 16:48:19.286 +05:30 [Debug] Connection id ""0HKTPVKT1RICL"" completed keep alive response. -2016-08-01 16:48:20.233 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=1 -2016-08-01 16:48:20.239 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-08-01 16:48:20.240 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-08-01 16:48:20.255 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 16:48:20.266 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:48:20.267 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:48:20.268 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:48:20.270 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:48:20.276 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 31.8573ms -2016-08-01 16:48:20.282 +05:30 [Information] Request finished in 49.3073ms 200 application/json; charset=utf-8 -2016-08-01 16:48:20.284 +05:30 [Debug] Connection id ""0HKTPVKT1RICJ"" completed keep alive response. -2016-08-01 16:48:20.768 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=1 -2016-08-01 16:48:20.769 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-08-01 16:48:20.770 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-08-01 16:48:20.772 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/LinkedIn/GetLinkedInCompanyPagesProfiles?groupId=1 -2016-08-01 16:48:20.777 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/LinkedIn/GetLinkedInCompanyPagesProfiles"'. -2016-08-01 16:48:20.778 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" -2016-08-01 16:48:20.820 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Google/GetGplusProfiles?groupId=1 -2016-08-01 16:48:20.821 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GetGplusProfiles"'. -2016-08-01 16:48:20.822 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" -2016-08-01 16:48:20.921 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/SocialMessages/GetAllSentMessagesCount?groupId=1&userId=1 -2016-08-01 16:48:20.923 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/SocialMessages/GetAllSentMessagesCount"'. -2016-08-01 16:48:20.927 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" -2016-08-01 16:48:20.973 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Instagram/GetInstagramProfiles?groupId=1 -2016-08-01 16:48:20.977 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Instagram/GetInstagramProfiles"'. -2016-08-01 16:48:20.979 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" -2016-08-01 16:48:21.071 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=1 -2016-08-01 16:48:21.083 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-08-01 16:48:21.071 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 16:48:21.104 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-08-01 16:48:21.152 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 16:48:21.219 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:48:21.220 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:48:21.221 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:48:21.228 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:48:21.229 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:48:21.229 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:48:21.260 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 16:48:21.261 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:48:21.262 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:48:21.262 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:48:21.270 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:48:21.287 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 16:48:21.297 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:48:21.308 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:48:21.323 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:48:21.325 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:48:21.335 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-08-01 16:48:21.339 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:48:21.341 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 503.5752ms -2016-08-01 16:48:21.348 +05:30 [Information] Executed action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" in 546.0473ms -2016-08-01 16:48:21.350 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:48:21.351 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:48:21.355 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:48:21.355 +05:30 [Information] Executed action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" in 354.6997ms -2016-08-01 16:48:21.358 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 16:48:21.363 +05:30 [Information] Request finished in 596.0139ms 200 application/json; charset=utf-8 -2016-08-01 16:48:21.365 +05:30 [Debug] Connection id ""0HKTPVKT1RICH"" completed keep alive response. -2016-08-01 16:48:21.360 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:48:21.376 +05:30 [Information] Request finished in 595.11ms 200 application/json; charset=utf-8 -2016-08-01 16:48:21.377 +05:30 [Debug] Connection id ""0HKTPVKT1RICJ"" completed keep alive response. -2016-08-01 16:48:21.383 +05:30 [Information] Request finished in 601.1758ms 200 application/json; charset=utf-8 -2016-08-01 16:48:21.384 +05:30 [Debug] Connection id ""0HKTPVKT1RICI"" completed keep alive response. -2016-08-01 16:48:21.385 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:48:21.386 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:48:21.392 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" in 544.1618ms -2016-08-01 16:48:21.394 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetIncommingMessage?groupId=1&userId=1 -2016-08-01 16:48:21.401 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetIncommingMessage"'. -2016-08-01 16:48:21.402 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" -2016-08-01 16:48:21.397 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:48:21.405 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:48:21.403 +05:30 [Information] Executed action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" in 469.1727ms -2016-08-01 16:48:21.419 +05:30 [Information] Request finished in 644.8221ms 200 application/json; charset=utf-8 -2016-08-01 16:48:21.424 +05:30 [Debug] Connection id ""0HKTPVKT1RICK"" completed keep alive response. -2016-08-01 16:48:21.427 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:48:21.460 +05:30 [Information] Request finished in 676.904ms 200 application/json; charset=utf-8 -2016-08-01 16:48:21.479 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/FacebookfanPageCount?groupId=1&userId=1 -2016-08-01 16:48:21.483 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/FacebookfanPageCount"'. -2016-08-01 16:48:21.485 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterFollowerCount?groupId=1&userId=1 -2016-08-01 16:48:21.491 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterRecentFollower?groupId=1 -2016-08-01 16:48:21.492 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterFollowerCount"'. -2016-08-01 16:48:21.490 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" -2016-08-01 16:48:21.482 +05:30 [Debug] Connection id ""0HKTPVKT1RICL"" completed keep alive response. -2016-08-01 16:48:21.510 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-08-01 16:48:21.493 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterRecentFollower"'. -2016-08-01 16:48:21.497 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" -2016-08-01 16:48:21.524 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" -2016-08-01 16:48:21.517 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 316.8369ms -2016-08-01 16:48:21.560 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-08-01 16:48:21.574 +05:30 [Information] Request finished in 800.9797ms 200 application/json; charset=utf-8 -2016-08-01 16:48:21.584 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:48:21.582 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:48:21.597 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:48:21.585 +05:30 [Debug] Connection id ""0HKTPVKT1RICG"" completed keep alive response. -2016-08-01 16:48:21.584 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-08-01 16:48:21.623 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 16:48:21.602 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 16:48:21.601 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:48:21.635 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 16:48:21.637 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:48:21.640 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:48:21.641 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 16:48:21.643 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:48:21.647 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:48:21.650 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" in 241.7225ms -2016-08-01 16:48:21.654 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:48:21.660 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" in 151.2022ms -2016-08-01 16:48:21.662 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" in 130.686ms -2016-08-01 16:48:21.665 +05:30 [Information] Request finished in 280.2324ms 200 text/plain; charset=utf-8 -2016-08-01 16:48:21.666 +05:30 [Debug] Connection id ""0HKTPVKT1RICH"" completed keep alive response. -2016-08-01 16:48:21.673 +05:30 [Information] Request finished in 229.4584ms 200 text/plain; charset=utf-8 -2016-08-01 16:48:21.674 +05:30 [Debug] Connection id ""0HKTPVKT1RICI"" completed keep alive response. -2016-08-01 16:48:21.676 +05:30 [Information] Request finished in 224.6165ms 200 text/plain; charset=utf-8 -2016-08-01 16:48:21.677 +05:30 [Debug] Connection id ""0HKTPVKT1RICK"" completed keep alive response. -2016-08-01 16:48:22.424 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:48:22.426 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:48:22.427 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:48:22.433 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:48:22.439 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" in 909.326ms -2016-08-01 16:48:22.456 +05:30 [Information] Request finished in 1001.2215ms 200 application/json; charset=utf-8 -2016-08-01 16:48:22.458 +05:30 [Debug] Connection id ""0HKTPVKT1RICJ"" completed keep alive response. -2016-08-01 16:49:32.774 +05:30 [Debug] Connection id ""0HKTPVKT1RICL"" received FIN. -2016-08-01 16:49:32.774 +05:30 [Debug] Connection id ""0HKTPVKT1RICG"" received FIN. -2016-08-01 16:49:32.776 +05:30 [Debug] Connection id ""0HKTPVKT1RICI"" received FIN. -2016-08-01 16:49:32.776 +05:30 [Debug] Connection id ""0HKTPVKT1RICG"" disconnecting. -2016-08-01 16:49:32.775 +05:30 [Debug] Connection id ""0HKTPVKT1RICL"" disconnecting. -2016-08-01 16:49:32.777 +05:30 [Debug] Connection id ""0HKTPVKT1RICI"" disconnecting. -2016-08-01 16:49:32.777 +05:30 [Debug] Connection id ""0HKTPVKT1RICK"" received FIN. -2016-08-01 16:49:32.775 +05:30 [Debug] Connection id ""0HKTPVKT1RICH"" received FIN. -2016-08-01 16:49:32.780 +05:30 [Debug] Connection id ""0HKTPVKT1RICK"" disconnecting. -2016-08-01 16:49:32.781 +05:30 [Debug] Connection id ""0HKTPVKT1RICJ"" received FIN. -2016-08-01 16:49:32.781 +05:30 [Debug] Connection id ""0HKTPVKT1RICH"" disconnecting. -2016-08-01 16:49:32.780 +05:30 [Debug] Connection id ""0HKTPVKT1RICG"" sending FIN. -2016-08-01 16:49:32.783 +05:30 [Debug] Connection id ""0HKTPVKT1RICJ"" disconnecting. -2016-08-01 16:49:32.784 +05:30 [Debug] Connection id ""0HKTPVKT1RICI"" sending FIN. -2016-08-01 16:49:32.783 +05:30 [Debug] Connection id ""0HKTPVKT1RICL"" sending FIN. -2016-08-01 16:49:32.785 +05:30 [Debug] Connection id ""0HKTPVKT1RICK"" sending FIN. -2016-08-01 16:49:32.787 +05:30 [Debug] Connection id ""0HKTPVKT1RICK"" sent FIN with status "0". -2016-08-01 16:49:32.786 +05:30 [Debug] Connection id ""0HKTPVKT1RICH"" sending FIN. -2016-08-01 16:49:32.787 +05:30 [Debug] Connection id ""0HKTPVKT1RICK"" stopped. -2016-08-01 16:49:32.788 +05:30 [Debug] Connection id ""0HKTPVKT1RICJ"" sending FIN. -2016-08-01 16:49:32.789 +05:30 [Debug] Connection id ""0HKTPVKT1RICI"" sent FIN with status "0". -2016-08-01 16:49:32.789 +05:30 [Debug] Connection id ""0HKTPVKT1RICJ"" sent FIN with status "0". -2016-08-01 16:49:32.791 +05:30 [Debug] Connection id ""0HKTPVKT1RICJ"" stopped. -2016-08-01 16:49:32.790 +05:30 [Debug] Connection id ""0HKTPVKT1RICI"" stopped. -2016-08-01 16:49:32.792 +05:30 [Debug] Connection id ""0HKTPVKT1RICG"" sent FIN with status "0". -2016-08-01 16:49:32.791 +05:30 [Debug] Connection id ""0HKTPVKT1RICH"" sent FIN with status "0". -2016-08-01 16:49:32.793 +05:30 [Debug] Connection id ""0HKTPVKT1RICG"" stopped. -2016-08-01 16:49:32.793 +05:30 [Debug] Connection id ""0HKTPVKT1RICH"" stopped. -2016-08-01 16:49:32.797 +05:30 [Debug] Connection id ""0HKTPVKT1RICM"" started. -2016-08-01 16:49:32.797 +05:30 [Debug] Connection id ""0HKTPVKT1RICL"" sent FIN with status "0". -2016-08-01 16:49:32.802 +05:30 [Debug] Connection id ""0HKTPVKT1RICL"" stopped. -2016-08-01 16:49:32.802 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/Google/GoogleLogin application/x-www-form-urlencoded 52 -2016-08-01 16:49:32.803 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GoogleLogin"'. -2016-08-01 16:49:32.806 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GoogleLogin (Api.Socioboard)" -2016-08-01 16:49:32.939 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GoogleLogin (Api.Socioboard)" with arguments (["4/vWVkZNJqogvjCE6Oxm4oURd_X1mbZc7PAsUr74dvxto"]) - ModelState is Valid -2016-08-01 16:49:33.404 +05:30 [Information] { - "access_token": "ya29.CjAyA57pVCb4aAg-Boub1Lfh0kFTbV0YwpWc1ISycbcegyn2TtxSCtVhUUVc8otx308", - "token_type": "Bearer", - "expires_in": 3599, - "id_token": "eyJhbGciOiJSUzI1NiIsImtpZCI6IjYxOTJhNmIwNjE2ODUzMjE3MzJjNGJhMTBjMDEwOTY5YWUyZjU1YmMifQ.eyJpc3MiOiJhY2NvdW50cy5nb29nbGUuY29tIiwiYXRfaGFzaCI6IjN5M0k5bmlOVG4tR2ZiTTRwWFJIaEEiLCJhdWQiOiIyNDYyMjE0MDU4MDEta2dpcjh1NzdtNWdwb3BrYjRwMHR2bXU1MjJkaWI0ZTAuYXBwcy5nb29nbGV1c2VyY29udGVudC5jb20iLCJzdWIiOiIxMDA0OTM2ODY1MTA4NDY4MzQ5OTMiLCJlbWFpbF92ZXJpZmllZCI6dHJ1ZSwiYXpwIjoiMjQ2MjIxNDA1ODAxLWtnaXI4dTc3bTVncG9wa2I0cDB0dm11NTIyZGliNGUwLmFwcHMuZ29vZ2xldXNlcmNvbnRlbnQuY29tIiwiZW1haWwiOiJiYW5kaVN1cmVzaEBnbG9idXNzb2Z0LmNvbSIsImlhdCI6MTQ3MDA1MDM3MywiZXhwIjoxNDcwMDUzOTczfQ.nVvNCzylusuZ37Lh7ts2CGSFWzp4j4E6nx4zAGACIZDgXiJJUdKR_rZcJY7e2mVvMCSnm3gg6bwRTKPw38ZHW-4ppFOw8N38QXdW16olp_w8USLkFfxaIkHnyK_uSieGu8_KiOiaWHwQveeCK4AmYRw2BKJ1cp_mNkTgxjIF7ay3YigyqJDU9WanVfyAbCjww-9GO2UuBJewDlHV3ceP1bYJ8kGp9vCao4wKmwd-JySCdSFY8w3A_4tzOYuyx7N9wr3ijN-zm-x2Hm7NaCNd72bV0wWZ_RhbIIUX5AWB-n1cmczIVevdnaUbSegPThNFwZBb3jHfr4wH2DNt_KJ3AQ" -} -2016-08-01 16:49:33.923 +05:30 [Information] [{ - "id": "100493686510846834993", - "email": "bandiSuresh@globussoft.com", - "verified_email": true, - "name": "Suresh Bandi", - "given_name": "Suresh", - "family_name": "Bandi", - "link": "https://plus.google.com/+SureshBandi007", - "picture": "https://lh3.googleusercontent.com/--zVLmLAPl14/AAAAAAAAAAI/AAAAAAAAAFE/KtuOadUcwFM/photo.jpg", - "gender": "male", - "locale": "en" -} -] -2016-08-01 16:49:33.937 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GoogleLogin (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:49:33.941 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:49:33.949 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:49:33.953 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GoogleLogin (Api.Socioboard)" in 1143.7519ms -2016-08-01 16:49:33.962 +05:30 [Information] Request finished in 1159.9812ms 200 application/json; charset=utf-8 -2016-08-01 16:49:33.963 +05:30 [Debug] Connection id ""0HKTPVKT1RICM"" completed keep alive response. -2016-08-01 16:49:34.008 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=2 -2016-08-01 16:49:34.009 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-01 16:49:34.010 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-01 16:49:34.036 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-01 16:49:34.046 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:49:34.047 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:49:34.049 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:49:34.053 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 38.8882ms -2016-08-01 16:49:34.060 +05:30 [Information] Request finished in 51.8812ms 200 application/json; charset=utf-8 -2016-08-01 16:49:34.060 +05:30 [Debug] Connection id ""0HKTPVKT1RICM"" completed keep alive response. -2016-08-01 16:49:34.066 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=2 -2016-08-01 16:49:34.067 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-01 16:49:34.068 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-01 16:49:34.085 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-01 16:49:34.090 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:49:34.091 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:49:34.094 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:49:34.097 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 25.6436ms -2016-08-01 16:49:34.103 +05:30 [Information] Request finished in 36.3601ms 200 application/json; charset=utf-8 -2016-08-01 16:49:34.104 +05:30 [Debug] Connection id ""0HKTPVKT1RICM"" completed keep alive response. -2016-08-01 16:49:35.575 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=2 -2016-08-01 16:49:35.576 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-08-01 16:49:35.577 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-08-01 16:49:35.592 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-01 16:49:35.602 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:49:35.603 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:49:35.604 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:49:35.606 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:49:35.610 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 30.2112ms -2016-08-01 16:49:35.617 +05:30 [Information] Request finished in 42.1488ms 200 application/json; charset=utf-8 -2016-08-01 16:49:35.617 +05:30 [Debug] Connection id ""0HKTPVKT1RICM"" completed keep alive response. -2016-08-01 16:49:35.944 +05:30 [Debug] Connection id ""0HKTPVKT1RICN"" started. -2016-08-01 16:49:35.950 +05:30 [Debug] Connection id ""0HKTPVKT1RICP"" started. -2016-08-01 16:49:35.950 +05:30 [Debug] Connection id ""0HKTPVKT1RICO"" started. -2016-08-01 16:49:35.953 +05:30 [Debug] Connection id ""0HKTPVKT1RICQ"" started. -2016-08-01 16:49:35.953 +05:30 [Debug] Connection id ""0HKTPVKT1RICR"" started. -2016-08-01 16:49:35.963 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Google/GetGplusProfiles?groupId=2 -2016-08-01 16:49:35.965 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GetGplusProfiles"'. -2016-08-01 16:49:35.966 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" -2016-08-01 16:49:35.971 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Instagram/GetInstagramProfiles?groupId=2 -2016-08-01 16:49:35.973 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Instagram/GetInstagramProfiles"'. -2016-08-01 16:49:35.973 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" -2016-08-01 16:49:35.979 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=2 -2016-08-01 16:49:35.979 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-08-01 16:49:35.980 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-08-01 16:49:35.990 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/LinkedIn/GetLinkedInCompanyPagesProfiles?groupId=2 -2016-08-01 16:49:35.996 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/LinkedIn/GetLinkedInCompanyPagesProfiles"'. -2016-08-01 16:49:35.997 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" -2016-08-01 16:49:36.035 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=2 -2016-08-01 16:49:36.036 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-08-01 16:49:36.037 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-08-01 16:49:36.082 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/SocialMessages/GetAllSentMessagesCount?groupId=2&userId=2 -2016-08-01 16:49:36.083 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/SocialMessages/GetAllSentMessagesCount"'. -2016-08-01 16:49:36.084 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" -2016-08-01 16:49:36.349 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-01 16:49:36.405 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:49:36.406 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:49:36.406 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:49:36.412 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-01 16:49:36.416 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:49:36.417 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:49:36.417 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:49:36.443 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-01 16:49:36.445 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:49:36.448 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:49:36.454 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:49:36.455 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:49:36.465 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" with arguments (["2", "2"]) - ModelState is Valid -2016-08-01 16:49:36.470 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:49:36.599 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 418.9573ms -2016-08-01 16:49:36.603 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:49:36.606 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:49:36.607 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:49:36.611 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:49:36.611 +05:30 [Information] Executed action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" in 600.4348ms -2016-08-01 16:49:36.620 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-01 16:49:36.627 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:49:36.628 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:49:36.630 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-01 16:49:36.633 +05:30 [Information] Request finished in 658.0112ms 200 application/json; charset=utf-8 -2016-08-01 16:49:36.635 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:49:36.631 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:49:36.638 +05:30 [Information] Request finished in 657.2313ms 200 application/json; charset=utf-8 -2016-08-01 16:49:36.635 +05:30 [Debug] Connection id ""0HKTPVKT1RICR"" completed keep alive response. -2016-08-01 16:49:36.649 +05:30 [Debug] Connection id ""0HKTPVKT1RICQ"" completed keep alive response. -2016-08-01 16:49:36.651 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:49:36.645 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:49:36.657 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:49:36.661 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" in 655.2781ms -2016-08-01 16:49:36.665 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetIncommingMessage?groupId=2&userId=2 -2016-08-01 16:49:36.666 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetIncommingMessage"'. -2016-08-01 16:49:36.666 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" -2016-08-01 16:49:36.672 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:49:36.684 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterFollowerCount?groupId=2&userId=2 -2016-08-01 16:49:36.687 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterFollowerCount"'. -2016-08-01 16:49:36.690 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" -2016-08-01 16:49:36.688 +05:30 [Information] Executed action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" in 568.637ms -2016-08-01 16:49:36.695 +05:30 [Information] Request finished in 718.3199ms 200 application/json; charset=utf-8 -2016-08-01 16:49:36.697 +05:30 [Debug] Connection id ""0HKTPVKT1RICN"" completed keep alive response. -2016-08-01 16:49:36.717 +05:30 [Information] Executed action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" in 699.8506ms -2016-08-01 16:49:36.727 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:49:36.737 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/FacebookfanPageCount?groupId=2&userId=2 -2016-08-01 16:49:36.738 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/FacebookfanPageCount"'. -2016-08-01 16:49:36.739 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" -2016-08-01 16:49:36.743 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" with arguments (["2", "2"]) - ModelState is Valid -2016-08-01 16:49:36.776 +05:30 [Information] Request finished in 774.1056ms 200 application/json; charset=utf-8 -2016-08-01 16:49:36.785 +05:30 [Debug] Connection id ""0HKTPVKT1RICP"" completed keep alive response. -2016-08-01 16:49:36.806 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 749.7102ms -2016-08-01 16:49:36.819 +05:30 [Information] Request finished in 762.4666ms 200 application/json; charset=utf-8 -2016-08-01 16:49:36.819 +05:30 [Debug] Connection id ""0HKTPVKT1RICO"" completed keep alive response. -2016-08-01 16:49:36.866 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" with arguments (["2", "2"]) - ModelState is Valid -2016-08-01 16:49:36.877 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:49:36.880 +05:30 [Information] Request finished in 884.7426ms 200 application/json; charset=utf-8 -2016-08-01 16:49:36.883 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:49:36.883 +05:30 [Debug] Connection id ""0HKTPVKT1RICM"" completed keep alive response. -2016-08-01 16:49:36.890 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 16:49:36.895 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterRecentFollower?groupId=2 -2016-08-01 16:49:36.896 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterRecentFollower"'. -2016-08-01 16:49:36.897 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" -2016-08-01 16:49:36.901 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" with arguments (["2", "2"]) - ModelState is Valid -2016-08-01 16:49:36.906 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:49:36.906 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:49:36.907 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 16:49:36.909 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:49:36.910 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:49:36.915 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:49:36.915 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 16:49:36.922 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:49:36.931 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" in 219.5343ms -2016-08-01 16:49:36.936 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:49:36.944 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" in 257.3867ms -2016-08-01 16:49:36.947 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-01 16:49:36.954 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" in 184.1275ms -2016-08-01 16:49:36.959 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:49:36.961 +05:30 [Information] Request finished in 277.1075ms 200 text/plain; charset=utf-8 -2016-08-01 16:49:36.961 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:49:36.963 +05:30 [Debug] Connection id ""0HKTPVKT1RICQ"" completed keep alive response. -2016-08-01 16:49:36.965 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:49:36.971 +05:30 [Information] Request finished in 300.706ms 200 text/plain; charset=utf-8 -2016-08-01 16:49:36.972 +05:30 [Debug] Connection id ""0HKTPVKT1RICR"" completed keep alive response. -2016-08-01 16:49:36.975 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:49:36.979 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" in 78.65ms -2016-08-01 16:49:36.983 +05:30 [Information] Request finished in 254.2597ms 200 text/plain; charset=utf-8 -2016-08-01 16:49:36.983 +05:30 [Debug] Connection id ""0HKTPVKT1RICN"" completed keep alive response. -2016-08-01 16:49:36.989 +05:30 [Information] Request finished in 165.0687ms 200 application/json; charset=utf-8 -2016-08-01 16:49:36.989 +05:30 [Debug] Connection id ""0HKTPVKT1RICP"" completed keep alive response. -2016-08-01 16:49:40.672 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=2 -2016-08-01 16:49:40.673 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-01 16:49:40.675 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-01 16:49:40.702 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-01 16:49:40.705 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:49:40.707 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:49:40.714 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:49:40.720 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 39.6053ms -2016-08-01 16:49:40.732 +05:30 [Information] Request finished in 60.589ms 200 application/json; charset=utf-8 -2016-08-01 16:49:40.733 +05:30 [Debug] Connection id ""0HKTPVKT1RICO"" completed keep alive response. -2016-08-01 16:49:40.745 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=3 -2016-08-01 16:49:40.746 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-01 16:49:40.747 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-01 16:49:40.766 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 16:49:40.778 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:49:40.779 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:49:40.783 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:49:40.787 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 35.3084ms -2016-08-01 16:49:40.796 +05:30 [Information] Request finished in 50.4823ms 200 application/json; charset=utf-8 -2016-08-01 16:49:40.797 +05:30 [Debug] Connection id ""0HKTPVKT1RICM"" completed keep alive response. -2016-08-01 16:49:42.283 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=3 -2016-08-01 16:49:42.284 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-08-01 16:49:42.286 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-08-01 16:49:42.437 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 16:49:42.451 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:49:42.452 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:49:42.453 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:49:42.482 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:49:42.494 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 198.9384ms -2016-08-01 16:49:42.503 +05:30 [Information] Request finished in 231.0733ms 200 application/json; charset=utf-8 -2016-08-01 16:49:42.504 +05:30 [Debug] Connection id ""0HKTPVKT1RICQ"" completed keep alive response. -2016-08-01 16:49:42.704 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=3 -2016-08-01 16:49:42.706 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-08-01 16:49:42.710 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-08-01 16:49:42.733 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/SocialMessages/GetAllSentMessagesCount?groupId=3&userId=2 -2016-08-01 16:49:42.736 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/SocialMessages/GetAllSentMessagesCount"'. -2016-08-01 16:49:42.738 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" -2016-08-01 16:49:42.761 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/LinkedIn/GetLinkedInCompanyPagesProfiles?groupId=3 -2016-08-01 16:49:42.762 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/LinkedIn/GetLinkedInCompanyPagesProfiles"'. -2016-08-01 16:49:42.763 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" -2016-08-01 16:49:42.783 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=3 -2016-08-01 16:49:42.783 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-08-01 16:49:42.784 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-08-01 16:49:42.839 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Google/GetGplusProfiles?groupId=3 -2016-08-01 16:49:42.840 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GetGplusProfiles"'. -2016-08-01 16:49:42.840 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" -2016-08-01 16:49:42.887 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Instagram/GetInstagramProfiles?groupId=3 -2016-08-01 16:49:42.888 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Instagram/GetInstagramProfiles"'. -2016-08-01 16:49:42.889 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" -2016-08-01 16:49:42.957 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 16:49:42.962 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:49:42.963 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:49:42.963 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:49:42.978 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" with arguments (["2", "3"]) - ModelState is Valid -2016-08-01 16:49:42.994 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:49:43.021 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 16:49:43.003 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 16:49:43.024 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:49:43.024 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:49:43.027 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:49:43.026 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:49:43.027 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:49:43.028 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:49:43.032 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:49:43.037 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:49:43.039 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:49:43.044 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 16:49:43.046 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:49:43.046 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:49:43.047 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:49:43.049 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 16:49:43.054 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:49:43.060 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:49:43.063 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:49:43.066 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:49:43.066 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:49:43.073 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 274.6487ms -2016-08-01 16:49:43.078 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:49:43.091 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 308.5537ms -2016-08-01 16:49:43.112 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:49:43.117 +05:30 [Information] Executed action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" in 304.6039ms -2016-08-01 16:49:43.138 +05:30 [Information] Request finished in 476.7254ms 200 application/json; charset=utf-8 -2016-08-01 16:49:43.140 +05:30 [Debug] Connection id ""0HKTPVKT1RICN"" completed keep alive response. -2016-08-01 16:49:43.170 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:49:43.180 +05:30 [Information] Executed action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" in 340.7591ms -2016-08-01 16:49:43.182 +05:30 [Information] Request finished in 529.8051ms 200 application/json; charset=utf-8 -2016-08-01 16:49:43.184 +05:30 [Debug] Connection id ""0HKTPVKT1RICQ"" completed keep alive response. -2016-08-01 16:49:43.194 +05:30 [Information] Executed action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" in 224.8798ms -2016-08-01 16:49:43.202 +05:30 [Information] Request finished in 511.8093ms 200 application/json; charset=utf-8 -2016-08-01 16:49:43.205 +05:30 [Debug] Connection id ""0HKTPVKT1RICR"" completed keep alive response. -2016-08-01 16:49:43.211 +05:30 [Information] Request finished in 582.1871ms 200 application/json; charset=utf-8 -2016-08-01 16:49:43.214 +05:30 [Debug] Connection id ""0HKTPVKT1RICM"" completed keep alive response. -2016-08-01 16:49:43.216 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetIncommingMessage?groupId=3&userId=2 -2016-08-01 16:49:43.218 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetIncommingMessage"'. -2016-08-01 16:49:43.222 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" -2016-08-01 16:49:43.232 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" in 332.4256ms -2016-08-01 16:49:43.249 +05:30 [Information] Request finished in 594.892ms 200 application/json; charset=utf-8 -2016-08-01 16:49:43.251 +05:30 [Debug] Connection id ""0HKTPVKT1RICO"" completed keep alive response. -2016-08-01 16:49:43.269 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/FacebookfanPageCount?groupId=3&userId=2 -2016-08-01 16:49:43.270 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/FacebookfanPageCount"'. -2016-08-01 16:49:43.271 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" -2016-08-01 16:49:43.276 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterFollowerCount?groupId=3&userId=2 -2016-08-01 16:49:43.278 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterFollowerCount"'. -2016-08-01 16:49:43.280 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" -2016-08-01 16:49:43.283 +05:30 [Information] Request finished in 643.5439ms 200 application/json; charset=utf-8 -2016-08-01 16:49:43.285 +05:30 [Debug] Connection id ""0HKTPVKT1RICP"" completed keep alive response. -2016-08-01 16:49:43.303 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterRecentFollower?groupId=3 -2016-08-01 16:49:43.304 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterRecentFollower"'. -2016-08-01 16:49:43.306 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" -2016-08-01 16:49:43.313 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" with arguments (["3", "2"]) - ModelState is Valid -2016-08-01 16:49:43.330 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" with arguments (["2", "3"]) - ModelState is Valid -2016-08-01 16:49:43.344 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:49:43.351 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" with arguments (["3", "2"]) - ModelState is Valid -2016-08-01 16:49:43.354 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:49:43.356 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:49:43.358 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:49:43.359 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 16:49:43.359 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 16:49:43.376 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 16:49:43.381 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:49:43.385 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:49:43.388 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:49:43.389 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 16:49:43.401 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:49:43.405 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:49:43.405 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:49:43.427 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:49:43.433 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:49:43.437 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:49:43.442 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" in 205.631ms -2016-08-01 16:49:43.447 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" in 112.9674ms -2016-08-01 16:49:43.455 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" in 154.1135ms -2016-08-01 16:49:43.461 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" in 133.1817ms -2016-08-01 16:49:43.466 +05:30 [Information] Request finished in 280.0371ms 200 text/plain; charset=utf-8 -2016-08-01 16:49:43.467 +05:30 [Debug] Connection id ""0HKTPVKT1RICN"" completed keep alive response. -2016-08-01 16:49:43.484 +05:30 [Information] Request finished in 242.5754ms 200 text/plain; charset=utf-8 -2016-08-01 16:49:43.486 +05:30 [Debug] Connection id ""0HKTPVKT1RICR"" completed keep alive response. -2016-08-01 16:49:43.489 +05:30 [Information] Request finished in 271.7531ms 200 text/plain; charset=utf-8 -2016-08-01 16:49:43.493 +05:30 [Debug] Connection id ""0HKTPVKT1RICQ"" completed keep alive response. -2016-08-01 16:49:43.510 +05:30 [Information] Request finished in 252.9479ms 200 application/json; charset=utf-8 -2016-08-01 16:49:43.513 +05:30 [Debug] Connection id ""0HKTPVKT1RICM"" completed keep alive response. -2016-08-01 16:49:57.230 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/User/FacebookLogin application/x-www-form-urlencoded 175 -2016-08-01 16:49:57.232 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/FacebookLogin"'. -2016-08-01 16:49:57.233 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" -2016-08-01 16:49:57.273 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" with arguments (["EAAKYvwDVmnUBAOC7JVnHiAWrp8ZBZCiHupaLb8CNzw83cireTLZAwfmWHUC8mgjZCTpBV3T5gEk9rPwrRaoOdop7Hsx4YpTf2iPt4h9WS7fIgffLH416Uu6b70S5rY8Ljt6QLzhibFBkKERakZBgd8701WsugbzkZD"]) - ModelState is Valid -2016-08-01 16:50:03.042 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:50:03.043 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:50:03.063 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:50:03.073 +05:30 [Information] Executed action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" in 5830.2822ms -2016-08-01 16:50:03.087 +05:30 [Information] Request finished in 5857.2491ms 200 application/json; charset=utf-8 -2016-08-01 16:50:03.088 +05:30 [Debug] Connection id ""0HKTPVKT1RICO"" completed keep alive response. -2016-08-01 16:50:03.131 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-08-01 16:50:03.132 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-01 16:50:03.133 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-01 16:50:03.158 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 16:50:03.160 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:50:03.168 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:50:03.182 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:50:03.191 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 49.8332ms -2016-08-01 16:50:03.204 +05:30 [Information] Request finished in 74.791ms 200 application/json; charset=utf-8 -2016-08-01 16:50:03.205 +05:30 [Debug] Connection id ""0HKTPVKT1RICP"" completed keep alive response. -2016-08-01 16:50:03.213 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-08-01 16:50:03.214 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-01 16:50:03.215 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-01 16:50:03.252 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 16:50:03.254 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:50:03.255 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:50:03.258 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:50:03.264 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 44.1434ms -2016-08-01 16:50:03.272 +05:30 [Information] Request finished in 60.3933ms 200 application/json; charset=utf-8 -2016-08-01 16:50:03.273 +05:30 [Debug] Connection id ""0HKTPVKT1RICN"" completed keep alive response. -2016-08-01 16:50:04.296 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=1 -2016-08-01 16:50:04.297 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-08-01 16:50:04.298 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-08-01 16:50:04.336 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 16:50:04.341 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:50:04.343 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:50:04.343 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:50:04.351 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:50:04.359 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 53.2085ms -2016-08-01 16:50:04.371 +05:30 [Information] Request finished in 73.9215ms 200 application/json; charset=utf-8 -2016-08-01 16:50:04.372 +05:30 [Debug] Connection id ""0HKTPVKT1RICR"" completed keep alive response. -2016-08-01 16:50:04.944 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=1 -2016-08-01 16:50:04.946 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-08-01 16:50:04.947 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-08-01 16:50:04.954 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Google/GetGplusProfiles?groupId=1 -2016-08-01 16:50:04.956 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GetGplusProfiles"'. -2016-08-01 16:50:04.957 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" -2016-08-01 16:50:04.967 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Instagram/GetInstagramProfiles?groupId=1 -2016-08-01 16:50:04.973 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Instagram/GetInstagramProfiles"'. -2016-08-01 16:50:04.974 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" -2016-08-01 16:50:04.979 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/SocialMessages/GetAllSentMessagesCount?groupId=1&userId=1 -2016-08-01 16:50:04.980 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/SocialMessages/GetAllSentMessagesCount"'. -2016-08-01 16:50:04.981 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" -2016-08-01 16:50:05.000 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=1 -2016-08-01 16:50:05.002 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-08-01 16:50:05.002 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-08-01 16:50:05.032 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/LinkedIn/GetLinkedInCompanyPagesProfiles?groupId=1 -2016-08-01 16:50:05.034 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/LinkedIn/GetLinkedInCompanyPagesProfiles"'. -2016-08-01 16:50:05.035 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" -2016-08-01 16:50:05.187 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 16:50:05.198 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:50:05.203 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:50:05.204 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:50:05.254 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 16:50:05.258 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:50:05.258 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:50:05.259 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:50:05.288 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:50:05.348 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:50:05.401 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 16:50:05.405 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:50:05.408 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:50:05.411 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:50:05.416 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" in 391.2738ms -2016-08-01 16:50:05.440 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-08-01 16:50:05.447 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 344.0885ms -2016-08-01 16:50:05.452 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:50:05.453 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:50:05.457 +05:30 [Information] Request finished in 498.4294ms 200 application/json; charset=utf-8 -2016-08-01 16:50:05.459 +05:30 [Debug] Connection id ""0HKTPVKT1RICO"" completed keep alive response. -2016-08-01 16:50:05.458 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:50:05.471 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:50:05.475 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:50:05.524 +05:30 [Information] Executed action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" in 498.1365ms -2016-08-01 16:50:05.529 +05:30 [Information] Request finished in 531.0821ms 200 application/json; charset=utf-8 -2016-08-01 16:50:05.531 +05:30 [Debug] Connection id ""0HKTPVKT1RICQ"" completed keep alive response. -2016-08-01 16:50:05.537 +05:30 [Information] Executed action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" in 493.1961ms -2016-08-01 16:50:05.564 +05:30 [Information] Request finished in 596.6034ms 200 application/json; charset=utf-8 -2016-08-01 16:50:05.577 +05:30 [Debug] Connection id ""0HKTPVKT1RICN"" completed keep alive response. -2016-08-01 16:50:05.581 +05:30 [Information] Request finished in 614.826ms 200 application/json; charset=utf-8 -2016-08-01 16:50:05.594 +05:30 [Debug] Connection id ""0HKTPVKT1RICR"" completed keep alive response. -2016-08-01 16:50:05.609 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetIncommingMessage?groupId=1&userId=1 -2016-08-01 16:50:05.612 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetIncommingMessage"'. -2016-08-01 16:50:05.615 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" -2016-08-01 16:50:05.624 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterFollowerCount?groupId=1&userId=1 -2016-08-01 16:50:05.629 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterFollowerCount"'. -2016-08-01 16:50:05.630 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" -2016-08-01 16:50:05.636 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 16:50:05.646 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:50:05.647 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:50:05.647 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:50:05.658 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 16:50:05.671 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:50:05.681 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:50:05.682 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:50:05.695 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterRecentFollower?groupId=1 -2016-08-01 16:50:05.699 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterRecentFollower"'. -2016-08-01 16:50:05.702 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" -2016-08-01 16:50:05.725 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:50:05.732 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:50:05.751 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 724.1415ms -2016-08-01 16:50:05.773 +05:30 [Information] Executed action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" in 701.0559ms -2016-08-01 16:50:05.783 +05:30 [Information] Request finished in 832.9213ms 200 application/json; charset=utf-8 -2016-08-01 16:50:05.786 +05:30 [Debug] Connection id ""0HKTPVKT1RICM"" completed keep alive response. -2016-08-01 16:50:05.796 +05:30 [Information] Request finished in 838.1991ms 200 application/json; charset=utf-8 -2016-08-01 16:50:05.799 +05:30 [Debug] Connection id ""0HKTPVKT1RICP"" completed keep alive response. -2016-08-01 16:50:05.809 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/FacebookfanPageCount?groupId=1&userId=1 -2016-08-01 16:50:05.811 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/FacebookfanPageCount"'. -2016-08-01 16:50:05.813 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" -2016-08-01 16:50:05.829 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-08-01 16:50:05.842 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 16:50:05.845 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:50:05.889 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:50:05.890 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 16:50:05.892 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-08-01 16:50:05.902 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:50:05.918 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" in 273.7655ms -2016-08-01 16:50:05.940 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-08-01 16:50:05.942 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:50:05.947 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:50:05.948 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:50:05.948 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 16:50:05.949 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:50:05.953 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 16:50:05.953 +05:30 [Information] Request finished in 320.7291ms 200 text/plain; charset=utf-8 -2016-08-01 16:50:05.956 +05:30 [Debug] Connection id ""0HKTPVKT1RICQ"" completed keep alive response. -2016-08-01 16:50:05.966 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:50:05.970 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:50:05.979 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" in 352.5662ms -2016-08-01 16:50:05.992 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" in 158.8861ms -2016-08-01 16:50:06.000 +05:30 [Information] Request finished in 404.4685ms 200 text/plain; charset=utf-8 -2016-08-01 16:50:06.002 +05:30 [Debug] Connection id ""0HKTPVKT1RICO"" completed keep alive response. -2016-08-01 16:50:06.011 +05:30 [Information] Request finished in 203.4432ms 200 text/plain; charset=utf-8 -2016-08-01 16:50:06.012 +05:30 [Debug] Connection id ""0HKTPVKT1RICN"" completed keep alive response. -2016-08-01 16:50:07.669 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:50:07.673 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:50:07.674 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:50:07.682 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:50:07.700 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" in 1981.6866ms -2016-08-01 16:50:07.771 +05:30 [Information] Request finished in 2095.7025ms 200 application/json; charset=utf-8 -2016-08-01 16:50:07.772 +05:30 [Debug] Connection id ""0HKTPVKT1RICR"" completed keep alive response. -2016-08-01 16:50:20.343 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-08-01 16:50:20.346 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-01 16:50:20.348 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-01 16:50:20.370 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 16:50:20.372 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:50:20.373 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:50:20.379 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:50:20.385 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 31.9829ms -2016-08-01 16:50:20.393 +05:30 [Information] Request finished in 52.5777ms 200 application/json; charset=utf-8 -2016-08-01 16:50:20.394 +05:30 [Debug] Connection id ""0HKTPVKT1RICM"" completed keep alive response. -2016-08-01 16:50:20.407 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=3 -2016-08-01 16:50:20.411 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-01 16:50:20.413 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-01 16:50:20.439 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 16:50:20.440 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:50:20.441 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:50:20.445 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:50:20.450 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 31.8282ms -2016-08-01 16:50:20.458 +05:30 [Information] Request finished in 56.8025ms 200 application/json; charset=utf-8 -2016-08-01 16:50:20.459 +05:30 [Debug] Connection id ""0HKTPVKT1RICP"" completed keep alive response. -2016-08-01 16:50:22.049 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=3 -2016-08-01 16:50:22.051 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-08-01 16:50:22.052 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-08-01 16:50:22.197 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 16:50:22.199 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:50:22.200 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:50:22.200 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:50:22.230 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:50:22.246 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 178.4235ms -2016-08-01 16:50:22.270 +05:30 [Information] Request finished in 216.4706ms 200 application/json; charset=utf-8 -2016-08-01 16:50:22.271 +05:30 [Debug] Connection id ""0HKTPVKT1RICQ"" completed keep alive response. -2016-08-01 16:50:22.712 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=3 -2016-08-01 16:50:22.713 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-08-01 16:50:22.716 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-08-01 16:50:22.777 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/LinkedIn/GetLinkedInCompanyPagesProfiles?groupId=3 -2016-08-01 16:50:22.784 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/LinkedIn/GetLinkedInCompanyPagesProfiles"'. -2016-08-01 16:50:22.872 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" -2016-08-01 16:50:22.875 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Google/GetGplusProfiles?groupId=3 -2016-08-01 16:50:22.880 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GetGplusProfiles"'. -2016-08-01 16:50:22.882 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" -2016-08-01 16:50:22.876 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=3 -2016-08-01 16:50:22.885 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-08-01 16:50:22.886 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-08-01 16:50:22.908 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/SocialMessages/GetAllSentMessagesCount?groupId=3&userId=1 -2016-08-01 16:50:22.916 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/SocialMessages/GetAllSentMessagesCount"'. -2016-08-01 16:50:22.918 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" -2016-08-01 16:50:22.999 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Instagram/GetInstagramProfiles?groupId=3 -2016-08-01 16:50:23.000 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Instagram/GetInstagramProfiles"'. -2016-08-01 16:50:23.001 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" -2016-08-01 16:50:23.786 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 16:50:23.788 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:50:23.791 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 16:50:23.794 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:50:23.796 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:50:23.796 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:50:23.797 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:50:23.799 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:50:23.808 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 16:50:23.810 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:50:23.811 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:50:23.812 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:50:23.816 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:50:23.827 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 16:50:23.830 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:50:23.832 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:50:23.834 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:50:23.835 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:50:23.843 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" in 935.0645ms -2016-08-01 16:50:23.851 +05:30 [Information] Executed action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" in 962.4308ms -2016-08-01 16:50:23.862 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:50:23.868 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:50:23.878 +05:30 [Information] Request finished in 1181.14ms 200 application/json; charset=utf-8 -2016-08-01 16:50:23.879 +05:30 [Debug] Connection id ""0HKTPVKT1RICP"" completed keep alive response. -2016-08-01 16:50:23.888 +05:30 [Information] Request finished in 1179.7693ms 200 application/json; charset=utf-8 -2016-08-01 16:50:23.890 +05:30 [Debug] Connection id ""0HKTPVKT1RICN"" completed keep alive response. -2016-08-01 16:50:23.905 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 977.1972ms -2016-08-01 16:50:23.912 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 1154.97ms -2016-08-01 16:50:23.918 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetIncommingMessage?groupId=3&userId=1 -2016-08-01 16:50:23.919 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetIncommingMessage"'. -2016-08-01 16:50:23.920 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" -2016-08-01 16:50:23.925 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterFollowerCount?groupId=3&userId=1 -2016-08-01 16:50:23.929 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterFollowerCount"'. -2016-08-01 16:50:23.930 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" -2016-08-01 16:50:23.942 +05:30 [Information] Request finished in 1232.9341ms 200 application/json; charset=utf-8 -2016-08-01 16:50:23.943 +05:30 [Debug] Connection id ""0HKTPVKT1RICR"" completed keep alive response. -2016-08-01 16:50:23.988 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" with arguments (["1", "3"]) - ModelState is Valid -2016-08-01 16:50:24.010 +05:30 [Information] Request finished in 1262.9023ms 200 application/json; charset=utf-8 -2016-08-01 16:50:24.016 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/FacebookfanPageCount?groupId=3&userId=1 -2016-08-01 16:50:24.030 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:50:24.031 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/FacebookfanPageCount"'. -2016-08-01 16:50:24.035 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:50:24.036 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" -2016-08-01 16:50:24.038 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:50:24.028 +05:30 [Debug] Connection id ""0HKTPVKT1RICO"" completed keep alive response. -2016-08-01 16:50:24.051 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 16:50:24.057 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:50:24.061 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:50:24.062 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:50:24.072 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterRecentFollower?groupId=3 -2016-08-01 16:50:24.074 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterRecentFollower"'. -2016-08-01 16:50:24.075 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" -2016-08-01 16:50:24.081 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" with arguments (["3", "1"]) - ModelState is Valid -2016-08-01 16:50:24.095 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" with arguments (["3", "1"]) - ModelState is Valid -2016-08-01 16:50:24.116 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:50:24.120 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:50:24.120 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 16:50:24.120 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:50:24.137 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:50:24.138 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:50:24.139 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 16:50:24.140 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:50:24.150 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:50:24.161 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 16:50:24.173 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:50:24.174 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:50:24.174 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:50:24.190 +05:30 [Information] Executed action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" in 1140.4691ms -2016-08-01 16:50:24.199 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" in 220.655ms -2016-08-01 16:50:24.212 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" with arguments (["1", "3"]) - ModelState is Valid -2016-08-01 16:50:24.223 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:50:24.223 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:50:24.224 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 16:50:24.230 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:50:24.239 +05:30 [Information] Request finished in 307.4496ms 200 text/plain; charset=utf-8 -2016-08-01 16:50:24.241 +05:30 [Debug] Connection id ""0HKTPVKT1RICN"" completed keep alive response. -2016-08-01 16:50:24.246 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:50:24.298 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" in 311.1685ms -2016-08-01 16:50:24.310 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" in 208.9953ms -2016-08-01 16:50:24.320 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:50:24.339 +05:30 [Information] Executed action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" in 1203.3703ms -2016-08-01 16:50:24.367 +05:30 [Information] Request finished in 331.9297ms 200 text/plain; charset=utf-8 -2016-08-01 16:50:24.369 +05:30 [Debug] Connection id ""0HKTPVKT1RICR"" completed keep alive response. -2016-08-01 16:50:24.404 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" in 246.8934ms -2016-08-01 16:50:24.413 +05:30 [Information] Request finished in 1686.1765ms 200 application/json; charset=utf-8 -2016-08-01 16:50:24.413 +05:30 [Debug] Connection id ""0HKTPVKT1RICM"" completed keep alive response. -2016-08-01 16:50:24.419 +05:30 [Information] Request finished in 1523.5435ms 200 application/json; charset=utf-8 -2016-08-01 16:50:24.422 +05:30 [Debug] Connection id ""0HKTPVKT1RICQ"" completed keep alive response. -2016-08-01 16:50:24.444 +05:30 [Information] Request finished in 419.6291ms 200 text/plain; charset=utf-8 -2016-08-01 16:50:24.446 +05:30 [Debug] Connection id ""0HKTPVKT1RICP"" completed keep alive response. -2016-08-01 16:50:24.486 +05:30 [Information] Request finished in 377.1139ms 200 application/json; charset=utf-8 -2016-08-01 16:50:24.488 +05:30 [Debug] Connection id ""0HKTPVKT1RICO"" completed keep alive response. -2016-08-01 16:50:25.975 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-08-01 16:50:25.976 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-01 16:50:25.977 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-01 16:50:26.026 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 16:50:26.030 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:50:26.031 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:50:26.036 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:50:26.043 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 59.5441ms -2016-08-01 16:50:26.055 +05:30 [Information] Request finished in 79.5085ms 200 application/json; charset=utf-8 -2016-08-01 16:50:26.058 +05:30 [Debug] Connection id ""0HKTPVKT1RICN"" completed keep alive response. -2016-08-01 16:50:26.067 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-08-01 16:50:26.068 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-01 16:50:26.068 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-01 16:50:26.093 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 16:50:26.094 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:50:26.095 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:50:26.100 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:50:26.105 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 32.0048ms -2016-08-01 16:50:26.118 +05:30 [Information] Request finished in 50.8586ms 200 application/json; charset=utf-8 -2016-08-01 16:50:26.119 +05:30 [Debug] Connection id ""0HKTPVKT1RICR"" completed keep alive response. -2016-08-01 16:50:28.064 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=1 -2016-08-01 16:50:28.104 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-08-01 16:50:28.106 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-08-01 16:50:28.220 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 16:50:28.225 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:50:28.230 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:50:28.231 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:50:28.269 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:50:28.290 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 154.9692ms -2016-08-01 16:50:28.318 +05:30 [Information] Request finished in 326.8168ms 200 application/json; charset=utf-8 -2016-08-01 16:50:28.320 +05:30 [Debug] Connection id ""0HKTPVKT1RICM"" completed keep alive response. -2016-08-01 16:50:28.428 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Instagram/GetInstagramProfiles?groupId=1 -2016-08-01 16:50:28.430 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Instagram/GetInstagramProfiles"'. -2016-08-01 16:50:28.435 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" -2016-08-01 16:50:28.435 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/LinkedIn/GetLinkedInCompanyPagesProfiles?groupId=1 -2016-08-01 16:50:28.438 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/LinkedIn/GetLinkedInCompanyPagesProfiles"'. -2016-08-01 16:50:28.442 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" -2016-08-01 16:50:28.592 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Google/GetGplusProfiles?groupId=1 -2016-08-01 16:50:28.593 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GetGplusProfiles"'. -2016-08-01 16:50:28.594 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" -2016-08-01 16:50:28.693 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=1 -2016-08-01 16:50:28.704 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-08-01 16:50:28.711 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-08-01 16:50:28.744 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/SocialMessages/GetAllSentMessagesCount?groupId=1&userId=1 -2016-08-01 16:50:28.758 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/SocialMessages/GetAllSentMessagesCount"'. -2016-08-01 16:50:28.762 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" -2016-08-01 16:50:28.877 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=1 -2016-08-01 16:50:28.891 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-08-01 16:50:28.914 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-08-01 16:50:28.992 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 16:50:29.004 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:50:29.079 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 16:50:29.083 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:50:29.084 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:50:29.088 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:50:29.088 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:50:29.104 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 16:50:29.106 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:50:29.107 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:50:29.107 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:50:29.087 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:50:29.127 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:50:29.143 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:50:29.161 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:50:29.172 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-08-01 16:50:29.182 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 16:50:29.185 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:50:29.186 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:50:29.186 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:50:29.188 +05:30 [Information] Executed action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" in 727.791ms -2016-08-01 16:50:29.191 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:50:29.195 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:50:29.196 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:50:29.202 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 16:50:29.206 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:50:29.207 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:50:29.208 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:50:29.212 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:50:29.221 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:50:29.227 +05:30 [Information] Executed action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" in 686.973ms -2016-08-01 16:50:29.239 +05:30 [Information] Executed action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" in 452.7351ms -2016-08-01 16:50:29.249 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 466.1798ms -2016-08-01 16:50:29.256 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:50:29.262 +05:30 [Information] Request finished in 655.6504ms 200 application/json; charset=utf-8 -2016-08-01 16:50:29.265 +05:30 [Debug] Connection id ""0HKTPVKT1RICM"" completed keep alive response. -2016-08-01 16:50:29.276 +05:30 [Information] Request finished in 833.9852ms 200 application/json; charset=utf-8 -2016-08-01 16:50:29.277 +05:30 [Debug] Connection id ""0HKTPVKT1RICO"" completed keep alive response. -2016-08-01 16:50:29.331 +05:30 [Information] Request finished in 860.882ms 200 application/json; charset=utf-8 -2016-08-01 16:50:29.332 +05:30 [Debug] Connection id ""0HKTPVKT1RICN"" completed keep alive response. -2016-08-01 16:50:29.350 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 339.9516ms -2016-08-01 16:50:29.369 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetIncommingMessage?groupId=1&userId=1 -2016-08-01 16:50:29.371 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetIncommingMessage"'. -2016-08-01 16:50:29.372 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" -2016-08-01 16:50:29.381 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" in 551.3272ms -2016-08-01 16:50:29.411 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterFollowerCount?groupId=1&userId=1 -2016-08-01 16:50:29.412 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterFollowerCount"'. -2016-08-01 16:50:29.414 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" -2016-08-01 16:50:29.440 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/FacebookfanPageCount?groupId=1&userId=1 -2016-08-01 16:50:29.446 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/FacebookfanPageCount"'. -2016-08-01 16:50:29.460 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" -2016-08-01 16:50:29.455 +05:30 [Information] Request finished in 957.1887ms 200 application/json; charset=utf-8 -2016-08-01 16:50:29.469 +05:30 [Debug] Connection id ""0HKTPVKT1RICP"" completed keep alive response. -2016-08-01 16:50:29.475 +05:30 [Information] Request finished in 990.7468ms 200 application/json; charset=utf-8 -2016-08-01 16:50:29.477 +05:30 [Debug] Connection id ""0HKTPVKT1RICR"" completed keep alive response. -2016-08-01 16:50:29.519 +05:30 [Information] Request finished in 796.8986ms 200 application/json; charset=utf-8 -2016-08-01 16:50:29.523 +05:30 [Debug] Connection id ""0HKTPVKT1RICQ"" completed keep alive response. -2016-08-01 16:50:29.657 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-08-01 16:50:29.779 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterRecentFollower?groupId=1 -2016-08-01 16:50:29.813 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterRecentFollower"'. -2016-08-01 16:50:29.816 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" -2016-08-01 16:50:29.878 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-08-01 16:50:29.895 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:50:29.904 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:50:29.907 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:50:29.908 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 16:50:29.904 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:50:29.910 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 16:50:29.973 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-08-01 16:50:30.001 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:50:30.015 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:50:30.021 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:50:30.022 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 16:50:30.030 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:50:30.058 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" in 642.9143ms -2016-08-01 16:50:30.077 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" in 616.9874ms -2016-08-01 16:50:30.093 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:50:30.104 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 16:50:30.112 +05:30 [Information] Request finished in 791.1326ms 200 text/plain; charset=utf-8 -2016-08-01 16:50:30.114 +05:30 [Debug] Connection id ""0HKTPVKT1RICO"" completed keep alive response. -2016-08-01 16:50:30.142 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" in 634.228ms -2016-08-01 16:50:30.150 +05:30 [Information] Request finished in 805.1369ms 200 text/plain; charset=utf-8 -2016-08-01 16:50:30.153 +05:30 [Debug] Connection id ""0HKTPVKT1RICM"" completed keep alive response. -2016-08-01 16:50:30.183 +05:30 [Information] Request finished in 812.8285ms 200 text/plain; charset=utf-8 -2016-08-01 16:50:30.184 +05:30 [Debug] Connection id ""0HKTPVKT1RICN"" completed keep alive response. -2016-08-01 16:50:30.987 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:50:30.989 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:50:30.991 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:50:31.003 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:50:31.016 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" in 1188.1664ms -2016-08-01 16:50:31.044 +05:30 [Information] Request finished in 1513.3878ms 200 application/json; charset=utf-8 -2016-08-01 16:50:31.046 +05:30 [Debug] Connection id ""0HKTPVKT1RICP"" completed keep alive response. -2016-08-01 16:50:33.872 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-08-01 16:50:33.873 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-01 16:50:33.874 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-01 16:50:33.880 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/getProfilesAvailableToConnect?groupId=1&userId=1 -2016-08-01 16:50:33.881 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/getProfilesAvailableToConnect"'. -2016-08-01 16:50:33.892 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" -2016-08-01 16:50:33.920 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 16:50:33.925 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:50:33.932 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:50:33.941 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:50:33.966 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:50:33.985 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-08-01 16:50:34.006 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:50:34.009 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:50:34.013 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:50:34.049 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 93.3199ms -2016-08-01 16:50:34.086 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:50:34.133 +05:30 [Information] Request finished in 222.0179ms 200 application/json; charset=utf-8 -2016-08-01 16:50:34.140 +05:30 [Debug] Connection id ""0HKTPVKT1RICR"" completed keep alive response. -2016-08-01 16:50:34.165 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" in 211.3265ms -2016-08-01 16:50:34.181 +05:30 [Information] Request finished in 312.3778ms 200 application/json; charset=utf-8 -2016-08-01 16:50:34.182 +05:30 [Debug] Connection id ""0HKTPVKT1RICQ"" completed keep alive response. -2016-08-01 16:50:35.997 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=3 -2016-08-01 16:50:36.034 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=3 -2016-08-01 16:50:36.007 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/getProfilesAvailableToConnect?groupId=3&userId=1 -2016-08-01 16:50:36.042 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-08-01 16:50:36.049 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-01 16:50:36.051 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-01 16:50:36.050 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-08-01 16:50:36.049 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/getProfilesAvailableToConnect"'. -2016-08-01 16:50:36.067 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" -2016-08-01 16:50:36.163 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" with arguments (["3", "1"]) - ModelState is Valid -2016-08-01 16:50:36.171 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 16:50:36.173 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:50:36.175 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:50:36.175 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:50:36.177 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 16:50:36.174 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:50:36.184 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:50:36.187 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:50:36.187 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:50:36.195 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 137.2388ms -2016-08-01 16:50:36.197 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:50:36.188 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:50:36.206 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:50:36.215 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:50:36.221 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:50:36.229 +05:30 [Information] Request finished in 223.1333ms 200 application/json; charset=utf-8 -2016-08-01 16:50:36.234 +05:30 [Debug] Connection id ""0HKTPVKT1RICM"" completed keep alive response. -2016-08-01 16:50:36.248 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 177.8275ms -2016-08-01 16:50:36.255 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" in 150.1176ms -2016-08-01 16:50:36.270 +05:30 [Information] Request finished in 284.629ms 200 application/json; charset=utf-8 -2016-08-01 16:50:36.271 +05:30 [Debug] Connection id ""0HKTPVKT1RICO"" completed keep alive response. -2016-08-01 16:50:36.291 +05:30 [Information] Request finished in 289.0159ms 200 application/json; charset=utf-8 -2016-08-01 16:50:36.318 +05:30 [Debug] Connection id ""0HKTPVKT1RICN"" completed keep alive response. -2016-08-01 16:50:39.065 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/GroupProfiles/AddProfileToGroup?profileId=3170677652&groupId=3&userId=1&profileType=2 0 -2016-08-01 16:50:39.069 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/AddProfileToGroup"'. -2016-08-01 16:50:39.074 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.AddProfileToGroup (Api.Socioboard)" -2016-08-01 16:50:39.116 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.AddProfileToGroup (Api.Socioboard)" with arguments (["3170677652", "3", "1", "Twitter"]) - ModelState is Valid -2016-08-01 16:50:39.337 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.AddProfileToGroup (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:50:39.339 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:50:39.340 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 16:50:39.346 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:50:39.355 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.AddProfileToGroup (Api.Socioboard)" in 271.8524ms -2016-08-01 16:50:39.376 +05:30 [Information] Request finished in 314.6624ms 200 text/plain; charset=utf-8 -2016-08-01 16:50:39.377 +05:30 [Debug] Connection id ""0HKTPVKT1RICP"" completed keep alive response. -2016-08-01 16:50:39.468 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-08-01 16:50:39.470 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-01 16:50:39.471 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-01 16:50:39.523 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 16:50:39.525 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:50:39.526 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:50:39.540 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:50:39.547 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 69.033ms -2016-08-01 16:50:39.569 +05:30 [Information] Request finished in 101.0553ms 200 application/json; charset=utf-8 -2016-08-01 16:50:39.570 +05:30 [Debug] Connection id ""0HKTPVKT1RICR"" completed keep alive response. -2016-08-01 16:50:39.586 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-08-01 16:50:39.587 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-01 16:50:39.589 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-01 16:50:39.626 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 16:50:39.631 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:50:39.632 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:50:39.644 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:50:39.660 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 60.6903ms -2016-08-01 16:50:39.731 +05:30 [Information] Request finished in 100.7425ms 200 application/json; charset=utf-8 -2016-08-01 16:50:39.732 +05:30 [Debug] Connection id ""0HKTPVKT1RICQ"" completed keep alive response. -2016-08-01 16:50:42.176 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=1 -2016-08-01 16:50:42.179 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-08-01 16:50:42.181 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-08-01 16:50:42.405 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 16:50:42.407 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:50:42.409 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:50:42.409 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:50:42.418 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:50:42.432 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 236.1656ms -2016-08-01 16:50:42.452 +05:30 [Information] Request finished in 330.1353ms 200 application/json; charset=utf-8 -2016-08-01 16:50:42.454 +05:30 [Debug] Connection id ""0HKTPVKT1RICM"" completed keep alive response. -2016-08-01 16:50:42.482 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/getProfilesAvailableToConnect?groupId=1&userId=1 -2016-08-01 16:50:42.486 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/getProfilesAvailableToConnect"'. -2016-08-01 16:50:42.488 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" -2016-08-01 16:50:42.497 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=1 -2016-08-01 16:50:42.502 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-08-01 16:50:42.503 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-08-01 16:50:42.520 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-08-01 16:50:42.528 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-01 16:50:42.530 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-01 16:50:42.632 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-08-01 16:50:42.679 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:50:42.683 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:50:42.684 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:50:42.865 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:50:42.887 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 16:50:42.895 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:50:42.898 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:50:42.899 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:50:42.904 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" in 380.5544ms -2016-08-01 16:50:42.950 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:50:42.999 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 16:50:43.009 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:50:43.010 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:50:43.011 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:50:43.014 +05:30 [Information] Request finished in 485.0223ms 200 application/json; charset=utf-8 -2016-08-01 16:50:43.016 +05:30 [Debug] Connection id ""0HKTPVKT1RICO"" completed keep alive response. -2016-08-01 16:50:43.030 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 453.2168ms -2016-08-01 16:50:43.040 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:50:43.047 +05:30 [Information] Request finished in 569.4117ms 200 application/json; charset=utf-8 -2016-08-01 16:50:43.049 +05:30 [Debug] Connection id ""0HKTPVKT1RICN"" completed keep alive response. -2016-08-01 16:50:43.066 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 510.7187ms -2016-08-01 16:50:43.081 +05:30 [Information] Request finished in 600.7776ms 200 application/json; charset=utf-8 -2016-08-01 16:50:43.082 +05:30 [Debug] Connection id ""0HKTPVKT1RICP"" completed keep alive response. -2016-08-01 16:50:47.373 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=3 -2016-08-01 16:50:47.374 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-08-01 16:50:47.384 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=3 -2016-08-01 16:50:47.395 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/getProfilesAvailableToConnect?groupId=3&userId=1 -2016-08-01 16:50:47.396 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-01 16:50:47.398 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/getProfilesAvailableToConnect"'. -2016-08-01 16:50:47.400 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-01 16:50:47.403 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" -2016-08-01 16:50:47.396 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-08-01 16:50:47.510 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 16:50:47.520 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" with arguments (["3", "1"]) - ModelState is Valid -2016-08-01 16:50:47.530 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:50:47.531 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:50:47.532 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:50:47.533 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:50:47.536 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:50:47.537 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:50:47.543 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 16:50:47.557 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:50:47.552 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:50:47.559 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:50:47.571 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 155.3334ms -2016-08-01 16:50:47.582 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" in 146.2805ms -2016-08-01 16:50:47.582 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:50:47.602 +05:30 [Information] Request finished in 215.647ms 200 application/json; charset=utf-8 -2016-08-01 16:50:47.606 +05:30 [Debug] Connection id ""0HKTPVKT1RICM"" completed keep alive response. -2016-08-01 16:50:47.605 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:50:47.615 +05:30 [Information] Request finished in 226.8776ms 200 application/json; charset=utf-8 -2016-08-01 16:50:47.617 +05:30 [Debug] Connection id ""0HKTPVKT1RICR"" completed keep alive response. -2016-08-01 16:50:47.630 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:50:47.644 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 156.021ms -2016-08-01 16:50:47.691 +05:30 [Information] Request finished in 306.9019ms 200 application/json; charset=utf-8 -2016-08-01 16:50:47.693 +05:30 [Debug] Connection id ""0HKTPVKT1RICQ"" completed keep alive response. -2016-08-01 16:50:54.851 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-08-01 16:50:54.852 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-01 16:50:54.854 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-01 16:50:54.884 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 16:50:54.889 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:50:54.893 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:50:54.908 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:50:54.925 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 56.0818ms -2016-08-01 16:50:54.939 +05:30 [Information] Request finished in 90.8448ms 200 application/json; charset=utf-8 -2016-08-01 16:50:54.940 +05:30 [Debug] Connection id ""0HKTPVKT1RICO"" completed keep alive response. -2016-08-01 16:50:54.958 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=3 -2016-08-01 16:50:54.959 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-01 16:50:54.960 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-01 16:50:55.002 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 16:50:55.004 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:50:55.006 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:50:55.022 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:50:55.038 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 62.2959ms -2016-08-01 16:50:55.055 +05:30 [Information] Request finished in 96.4857ms 200 application/json; charset=utf-8 -2016-08-01 16:50:55.056 +05:30 [Debug] Connection id ""0HKTPVKT1RICN"" completed keep alive response. -2016-08-01 16:50:56.667 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=3 -2016-08-01 16:50:56.668 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-08-01 16:50:56.671 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-08-01 16:50:56.815 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=3 -2016-08-01 16:50:56.824 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-01 16:50:56.827 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-01 16:50:56.944 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 16:50:56.953 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:50:56.955 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:50:56.956 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:50:57.008 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/getProfilesAvailableToConnect?groupId=3&userId=1 -2016-08-01 16:50:57.012 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/getProfilesAvailableToConnect"'. -2016-08-01 16:50:57.037 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" -2016-08-01 16:50:57.080 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:50:57.123 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 422.5129ms -2016-08-01 16:50:57.193 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 16:50:57.227 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:50:57.260 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:50:57.262 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:50:57.292 +05:30 [Information] Request finished in 602.9415ms 200 application/json; charset=utf-8 -2016-08-01 16:50:57.332 +05:30 [Debug] Connection id ""0HKTPVKT1RICP"" completed keep alive response. -2016-08-01 16:50:57.591 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:50:57.712 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" with arguments (["3", "1"]) - ModelState is Valid -2016-08-01 16:50:57.740 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:50:57.746 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:50:57.751 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:50:57.826 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 774.8089ms -2016-08-01 16:50:57.943 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=3 -2016-08-01 16:50:57.965 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-08-01 16:50:57.972 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:50:57.972 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-08-01 16:50:57.983 +05:30 [Information] Request finished in 1248.7052ms 200 application/json; charset=utf-8 -2016-08-01 16:50:57.995 +05:30 [Debug] Connection id ""0HKTPVKT1RICR"" completed keep alive response. -2016-08-01 16:50:58.005 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" in 935.8383ms -2016-08-01 16:50:58.042 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 16:50:58.046 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:50:58.051 +05:30 [Information] Request finished in 1299.7729ms 200 application/json; charset=utf-8 -2016-08-01 16:50:58.066 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:50:58.069 +05:30 [Debug] Connection id ""0HKTPVKT1RICM"" completed keep alive response. -2016-08-01 16:50:58.078 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:50:58.093 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:50:58.111 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 119.1041ms -2016-08-01 16:50:58.141 +05:30 [Information] Request finished in 643.8384ms 200 application/json; charset=utf-8 -2016-08-01 16:50:58.142 +05:30 [Debug] Connection id ""0HKTPVKT1RICQ"" completed keep alive response. -2016-08-01 16:51:03.748 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetFeeds?profileId=3170677652&userId=1&skip=0&count=30 -2016-08-01 16:51:03.749 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetFeeds"'. -2016-08-01 16:51:03.756 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetUserTweets?profileId=3170677652&userId=1&skip=0&count=30 -2016-08-01 16:51:03.757 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetFeeds (Api.Socioboard)" -2016-08-01 16:51:03.758 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetUserTweets"'. -2016-08-01 16:51:03.765 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetUserTweets (Api.Socioboard)" -2016-08-01 16:51:03.921 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetFeeds (Api.Socioboard)" with arguments (["3170677652", "1", "0", "30"]) - ModelState is Valid -2016-08-01 16:51:03.970 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetUserTweets (Api.Socioboard)" with arguments (["3170677652", "1", "0", "30"]) - ModelState is Valid -2016-08-01 16:51:04.495 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetUserTweets (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:51:04.495 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetFeeds (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:51:04.496 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:51:04.496 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:51:04.496 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:51:04.497 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:51:04.505 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:51:04.514 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:51:04.601 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetUserTweets (Api.Socioboard)" in 772.0823ms -2016-08-01 16:51:04.623 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetFeeds (Api.Socioboard)" in 801.4091ms -2016-08-01 16:51:04.633 +05:30 [Information] Request finished in 884.7588ms 200 application/json; charset=utf-8 -2016-08-01 16:51:04.634 +05:30 [Debug] Connection id ""0HKTPVKT1RICN"" completed keep alive response. -2016-08-01 16:51:04.656 +05:30 [Information] Request finished in 899.2651ms 200 application/json; charset=utf-8 -2016-08-01 16:51:04.657 +05:30 [Debug] Connection id ""0HKTPVKT1RICO"" completed keep alive response. -2016-08-01 16:51:37.135 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/Task/AddTask?groupId=3&senderUserId=1&recipientUserId=2&taskMessage=Hiring%20For%20Php,Java,Dotnet,Hr%20&%20more.....%20https://t.co/D4n87BdTre&feedTableType=MongoTwitterFeed&feedId=760055429892231170&taskComment=Please%20Reply%20to%20this.&taskMessageImageUrl=null 0 -2016-08-01 16:51:37.137 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Task/AddTask"'. -2016-08-01 16:51:37.142 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TaskController.AddTask (Api.Socioboard)" -2016-08-01 16:51:37.305 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TaskController.AddTask (Api.Socioboard)" with arguments (["Domain.Socioboard.ViewModels.TasksViewModel"]) - ModelState is Valid -2016-08-01 16:51:37.872 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TaskController.AddTask (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:51:37.874 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:51:37.875 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 16:51:37.889 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:51:37.899 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TaskController.AddTask (Api.Socioboard)" in 747.1711ms -2016-08-01 16:51:37.914 +05:30 [Information] Request finished in 782.5739ms 200 text/plain; charset=utf-8 -2016-08-01 16:51:37.915 +05:30 [Debug] Connection id ""0HKTPVKT1RICP"" completed keep alive response. -2016-08-01 16:51:38.152 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-08-01 16:51:38.153 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-01 16:51:38.154 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-01 16:51:38.228 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 16:51:38.231 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:51:38.234 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:51:38.243 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:51:38.269 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 92.5452ms -2016-08-01 16:51:38.292 +05:30 [Information] Request finished in 136.6538ms 200 application/json; charset=utf-8 -2016-08-01 16:51:38.295 +05:30 [Debug] Connection id ""0HKTPVKT1RICR"" completed keep alive response. -2016-08-01 16:51:38.339 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=3 -2016-08-01 16:51:38.340 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-01 16:51:38.341 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-01 16:51:38.426 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 16:51:38.432 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:51:38.435 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:51:38.456 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:51:38.477 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 118.1233ms -2016-08-01 16:51:38.505 +05:30 [Information] Request finished in 173.8117ms 200 application/json; charset=utf-8 -2016-08-01 16:51:38.547 +05:30 [Debug] Connection id ""0HKTPVKT1RICM"" completed keep alive response. -2016-08-01 16:51:41.541 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=3 -2016-08-01 16:51:41.542 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-08-01 16:51:41.544 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-08-01 16:51:41.841 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetUserTweets?profileId=3170677652&userId=1&skip=0&count=30 -2016-08-01 16:51:41.841 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetUserTweets"'. -2016-08-01 16:51:41.845 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetUserTweets (Api.Socioboard)" -2016-08-01 16:51:41.966 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetFeeds?profileId=3170677652&userId=1&skip=0&count=30 -2016-08-01 16:51:41.967 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetFeeds"'. -2016-08-01 16:51:41.970 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetFeeds (Api.Socioboard)" -2016-08-01 16:51:42.158 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 16:51:42.164 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:51:42.166 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:51:42.167 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:51:42.334 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:51:42.525 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 813.3236ms -2016-08-01 16:51:42.715 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetUserTweets (Api.Socioboard)" with arguments (["3170677652", "1", "0", "30"]) - ModelState is Valid -2016-08-01 16:51:42.788 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetFeeds (Api.Socioboard)" with arguments (["3170677652", "1", "0", "30"]) - ModelState is Valid -2016-08-01 16:51:42.824 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetFeeds (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:51:42.829 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:51:42.830 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:51:42.828 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetUserTweets (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:51:42.833 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:51:42.833 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:51:42.842 +05:30 [Information] Request finished in 1327.514ms 200 application/json; charset=utf-8 -2016-08-01 16:51:42.846 +05:30 [Debug] Connection id ""0HKTPVKT1RICQ"" completed keep alive response. -2016-08-01 16:51:42.943 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:51:43.028 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:51:43.140 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetFeeds (Api.Socioboard)" in 977.9256ms -2016-08-01 16:51:43.160 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetUserTweets (Api.Socioboard)" in 1185.8996ms -2016-08-01 16:51:43.189 +05:30 [Information] Request finished in 1422.3768ms 200 application/json; charset=utf-8 -2016-08-01 16:51:43.193 +05:30 [Debug] Connection id ""0HKTPVKT1RICO"" completed keep alive response. -2016-08-01 16:51:43.327 +05:30 [Information] Request finished in 1453.6532ms 200 application/json; charset=utf-8 -2016-08-01 16:51:43.327 +05:30 [Debug] Connection id ""0HKTPVKT1RICN"" completed keep alive response. -2016-08-01 16:52:01.721 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/Google/GoogleLogin application/x-www-form-urlencoded 52 -2016-08-01 16:52:01.724 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GoogleLogin"'. -2016-08-01 16:52:01.726 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GoogleLogin (Api.Socioboard)" -2016-08-01 16:52:01.878 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GoogleLogin (Api.Socioboard)" with arguments (["4/kmgvo9i-CBnt61JshLvqGtcVKObJD9e9Tv0GknpMZpI"]) - ModelState is Valid -2016-08-01 16:52:02.102 +05:30 [Information] { - "access_token": "ya29.CjAyA6623n70bqK6qmthJExGSql0WZaeP3ktzLNVs-8TptHRPdbglRN5WootiWPq59g", - "token_type": "Bearer", - "expires_in": 3599, - "id_token": "eyJhbGciOiJSUzI1NiIsImtpZCI6IjYxOTJhNmIwNjE2ODUzMjE3MzJjNGJhMTBjMDEwOTY5YWUyZjU1YmMifQ.eyJpc3MiOiJhY2NvdW50cy5nb29nbGUuY29tIiwiYXRfaGFzaCI6Il9ON19sOFBmMUtWZktrS1BQUWFTa1EiLCJhdWQiOiIyNDYyMjE0MDU4MDEta2dpcjh1NzdtNWdwb3BrYjRwMHR2bXU1MjJkaWI0ZTAuYXBwcy5nb29nbGV1c2VyY29udGVudC5jb20iLCJzdWIiOiIxMDA0OTM2ODY1MTA4NDY4MzQ5OTMiLCJlbWFpbF92ZXJpZmllZCI6dHJ1ZSwiYXpwIjoiMjQ2MjIxNDA1ODAxLWtnaXI4dTc3bTVncG9wa2I0cDB0dm11NTIyZGliNGUwLmFwcHMuZ29vZ2xldXNlcmNvbnRlbnQuY29tIiwiZW1haWwiOiJiYW5kaVN1cmVzaEBnbG9idXNzb2Z0LmNvbSIsImlhdCI6MTQ3MDA1MDUyMiwiZXhwIjoxNDcwMDU0MTIyfQ.pB6fhmYd8TwT7iNdBX3Ne2fQ1mdTL0Z9Dr5-eI_dAnM28MT4nh9i9qsIeMsC5vbvdE_VKD4A-Hqzm6CU1cgjNheshCwtVyqYSKC8lh_eL2-gaLjpSU5KV6v21n-HFekawN2FfW4SsnI1OH4EfFi2NdY_BUa0u2u4RdBVVrVZ_ZMTbLicr92_7rHT0dXvULvfwFQC3OQRJj-A9dEoVcnHbDsFaCnSHGGmzyHgk7H6P6lOQ2lDRFybU8wu-ZHdp23sUALzs5vJwKzTmBakG2rJ0Gv3lwdg0BkjEyo3Nr-J6Ksrrx3xI7AMc7Cqy2KCVK5VsVxICFHgeJ97mBKhcwLinQ" -} -2016-08-01 16:52:02.593 +05:30 [Information] [{ - "id": "100493686510846834993", - "email": "bandiSuresh@globussoft.com", - "verified_email": true, - "name": "Suresh Bandi", - "given_name": "Suresh", - "family_name": "Bandi", - "link": "https://plus.google.com/+SureshBandi007", - "picture": "https://lh3.googleusercontent.com/--zVLmLAPl14/AAAAAAAAAAI/AAAAAAAAAFE/KtuOadUcwFM/photo.jpg", - "gender": "male", - "locale": "en" -} -] -2016-08-01 16:52:02.596 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GoogleLogin (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:52:02.598 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:52:02.612 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:52:02.628 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GoogleLogin (Api.Socioboard)" in 886.7027ms -2016-08-01 16:52:02.659 +05:30 [Information] Request finished in 934.4499ms 200 application/json; charset=utf-8 -2016-08-01 16:52:02.660 +05:30 [Debug] Connection id ""0HKTPVKT1RICP"" completed keep alive response. -2016-08-01 16:52:02.736 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=2 -2016-08-01 16:52:02.738 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-01 16:52:02.740 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-01 16:52:02.836 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-01 16:52:02.906 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:52:02.912 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:52:02.922 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:52:02.936 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 181.9981ms -2016-08-01 16:52:02.960 +05:30 [Information] Request finished in 221.0168ms 200 application/json; charset=utf-8 -2016-08-01 16:52:02.967 +05:30 [Debug] Connection id ""0HKTPVKT1RICR"" completed keep alive response. -2016-08-01 16:52:02.984 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=2 -2016-08-01 16:52:02.985 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-01 16:52:02.986 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-01 16:52:03.030 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-01 16:52:03.032 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:52:03.033 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:52:03.040 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:52:03.051 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 54.7865ms -2016-08-01 16:52:03.075 +05:30 [Information] Request finished in 91.6045ms 200 application/json; charset=utf-8 -2016-08-01 16:52:03.076 +05:30 [Debug] Connection id ""0HKTPVKT1RICM"" completed keep alive response. -2016-08-01 16:52:04.434 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=2 -2016-08-01 16:52:04.435 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-08-01 16:52:04.436 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-08-01 16:52:04.487 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-01 16:52:04.489 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:52:04.490 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:52:04.490 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:52:04.505 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:52:04.518 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 70.4677ms -2016-08-01 16:52:04.542 +05:30 [Information] Request finished in 112.5513ms 200 application/json; charset=utf-8 -2016-08-01 16:52:04.543 +05:30 [Debug] Connection id ""0HKTPVKT1RICQ"" completed keep alive response. -2016-08-01 16:52:05.112 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=2 -2016-08-01 16:52:05.113 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-08-01 16:52:05.117 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-08-01 16:52:05.124 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=2 -2016-08-01 16:52:05.126 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-08-01 16:52:05.128 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-08-01 16:52:05.141 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Instagram/GetInstagramProfiles?groupId=2 -2016-08-01 16:52:05.147 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Instagram/GetInstagramProfiles"'. -2016-08-01 16:52:05.150 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" -2016-08-01 16:52:05.187 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/LinkedIn/GetLinkedInCompanyPagesProfiles?groupId=2 -2016-08-01 16:52:05.601 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Google/GetGplusProfiles?groupId=2 -2016-08-01 16:52:05.603 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/LinkedIn/GetLinkedInCompanyPagesProfiles"'. -2016-08-01 16:52:05.621 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" -2016-08-01 16:52:05.614 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GetGplusProfiles"'. -2016-08-01 16:52:05.680 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" -2016-08-01 16:52:05.692 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/SocialMessages/GetAllSentMessagesCount?groupId=2&userId=2 -2016-08-01 16:52:05.699 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/SocialMessages/GetAllSentMessagesCount"'. -2016-08-01 16:52:05.704 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" -2016-08-01 16:52:05.792 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-01 16:52:05.799 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:52:05.802 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:52:05.802 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:52:05.944 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-01 16:52:05.956 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-01 16:52:05.974 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:52:05.983 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-01 16:52:05.996 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 849.051ms -2016-08-01 16:52:06.007 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-01 16:52:06.016 +05:30 [Information] Request finished in 912.7491ms 200 application/json; charset=utf-8 -2016-08-01 16:52:06.017 +05:30 [Debug] Connection id ""0HKTPVKT1RICN"" completed keep alive response. -2016-08-01 16:52:06.031 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetIncommingMessage?groupId=2&userId=2 -2016-08-01 16:52:06.033 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetIncommingMessage"'. -2016-08-01 16:52:06.034 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" -2016-08-01 16:52:06.116 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:52:06.116 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:52:06.117 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:52:06.116 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:52:06.117 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:52:06.118 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:52:06.121 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:52:06.121 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:52:06.124 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:52:06.131 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:52:06.147 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:52:06.168 +05:30 [Information] Executed action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" in 507.6177ms -2016-08-01 16:52:06.173 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:52:06.180 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:52:06.181 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:52:06.180 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" with arguments (["2", "2"]) - ModelState is Valid -2016-08-01 16:52:06.197 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:52:06.199 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:52:06.204 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:52:06.205 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:52:06.212 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:52:06.226 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 1081.7538ms -2016-08-01 16:52:06.238 +05:30 [Information] Executed action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" in 998.7983ms -2016-08-01 16:52:06.253 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" in 525.2674ms -2016-08-01 16:52:06.281 +05:30 [Information] Request finished in 1073.8263ms 200 application/json; charset=utf-8 -2016-08-01 16:52:06.285 +05:30 [Debug] Connection id ""0HKTPVKT1RICR"" completed keep alive response. -2016-08-01 16:52:06.320 +05:30 [Information] Request finished in 1150.9469ms 200 application/json; charset=utf-8 -2016-08-01 16:52:06.323 +05:30 [Debug] Connection id ""0HKTPVKT1RICP"" completed keep alive response. -2016-08-01 16:52:06.349 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" with arguments (["2", "2"]) - ModelState is Valid -2016-08-01 16:52:06.364 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/FacebookfanPageCount?groupId=2&userId=2 -2016-08-01 16:52:06.349 +05:30 [Information] Request finished in 1175.8463ms 200 application/json; charset=utf-8 -2016-08-01 16:52:06.437 +05:30 [Debug] Connection id ""0HKTPVKT1RICM"" completed keep alive response. -2016-08-01 16:52:06.389 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/FacebookfanPageCount"'. -2016-08-01 16:52:06.446 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:52:06.469 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" -2016-08-01 16:52:06.471 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:52:06.474 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 16:52:06.397 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterFollowerCount?groupId=2&userId=2 -2016-08-01 16:52:06.481 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterFollowerCount"'. -2016-08-01 16:52:06.486 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" -2016-08-01 16:52:06.770 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:52:06.804 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterRecentFollower?groupId=2 -2016-08-01 16:52:06.808 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterRecentFollower"'. -2016-08-01 16:52:06.905 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" -2016-08-01 16:52:06.830 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:52:06.949 +05:30 [Information] Executed action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" in 1066.1954ms -2016-08-01 16:52:06.986 +05:30 [Information] Request finished in 1166.3043ms 200 application/json; charset=utf-8 -2016-08-01 16:52:07.010 +05:30 [Debug] Connection id ""0HKTPVKT1RICO"" completed keep alive response. -2016-08-01 16:52:07.002 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" with arguments (["2", "2"]) - ModelState is Valid -2016-08-01 16:52:07.024 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:52:07.025 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:52:07.027 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 16:52:07.036 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" in 965.1275ms -2016-08-01 16:52:07.053 +05:30 [Information] Request finished in 1901.4237ms 200 application/json; charset=utf-8 -2016-08-01 16:52:07.059 +05:30 [Debug] Connection id ""0HKTPVKT1RICQ"" completed keep alive response. -2016-08-01 16:52:07.125 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:52:07.145 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" with arguments (["2", "2"]) - ModelState is Valid -2016-08-01 16:52:07.156 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:52:07.159 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" in 657.1203ms -2016-08-01 16:52:07.165 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:52:07.173 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 16:52:07.190 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-01 16:52:07.213 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:52:07.215 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:52:07.220 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:52:07.224 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:52:07.242 +05:30 [Information] Request finished in 849.166ms 200 text/plain; charset=utf-8 -2016-08-01 16:52:07.253 +05:30 [Debug] Connection id ""0HKTPVKT1RICP"" completed keep alive response. -2016-08-01 16:52:07.267 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:52:07.310 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" in 730.2409ms -2016-08-01 16:52:07.333 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" in 366.4412ms -2016-08-01 16:52:07.376 +05:30 [Information] Request finished in 1029.9507ms 200 text/plain; charset=utf-8 -2016-08-01 16:52:07.384 +05:30 [Debug] Connection id ""0HKTPVKT1RICN"" completed keep alive response. -2016-08-01 16:52:07.497 +05:30 [Information] Request finished in 1013.8081ms 200 text/plain; charset=utf-8 -2016-08-01 16:52:07.501 +05:30 [Debug] Connection id ""0HKTPVKT1RICR"" completed keep alive response. -2016-08-01 16:52:07.508 +05:30 [Information] Request finished in 910.2125ms 200 application/json; charset=utf-8 -2016-08-01 16:52:07.510 +05:30 [Debug] Connection id ""0HKTPVKT1RICM"" completed keep alive response. -2016-08-01 16:53:10.178 +05:30 [Debug] Connection id ""0HKTPVKT1RICO"" received FIN. -2016-08-01 16:53:10.180 +05:30 [Debug] Connection id ""0HKTPVKT1RICQ"" received FIN. -2016-08-01 16:53:10.181 +05:30 [Debug] Connection id ""0HKTPVKT1RICN"" received FIN. -2016-08-01 16:53:10.182 +05:30 [Debug] Connection id ""0HKTPVKT1RICO"" disconnecting. -2016-08-01 16:53:10.183 +05:30 [Debug] Connection id ""0HKTPVKT1RICO"" sending FIN. -2016-08-01 16:53:10.182 +05:30 [Debug] Connection id ""0HKTPVKT1RICQ"" disconnecting. -2016-08-01 16:53:10.183 +05:30 [Debug] Connection id ""0HKTPVKT1RICO"" sent FIN with status "0". -2016-08-01 16:53:10.186 +05:30 [Debug] Connection id ""0HKTPVKT1RICO"" stopped. -2016-08-01 16:53:10.182 +05:30 [Debug] Connection id ""0HKTPVKT1RICN"" disconnecting. -2016-08-01 16:53:10.186 +05:30 [Debug] Connection id ""0HKTPVKT1RICQ"" sending FIN. -2016-08-01 16:53:10.189 +05:30 [Debug] Connection id ""0HKTPVKT1RICN"" sending FIN. -2016-08-01 16:53:10.190 +05:30 [Debug] Connection id ""0HKTPVKT1RICN"" sent FIN with status "0". -2016-08-01 16:53:10.190 +05:30 [Debug] Connection id ""0HKTPVKT1RICN"" stopped. -2016-08-01 16:53:10.191 +05:30 [Debug] Connection id ""0HKTPVKT1RICQ"" sent FIN with status "0". -2016-08-01 16:53:10.192 +05:30 [Debug] Connection id ""0HKTPVKT1RICQ"" stopped. -2016-08-01 16:53:10.186 +05:30 [Debug] Connection id ""0HKTPVKT1RICP"" received FIN. -2016-08-01 16:53:10.194 +05:30 [Debug] Connection id ""0HKTPVKT1RICP"" disconnecting. -2016-08-01 16:53:10.194 +05:30 [Debug] Connection id ""0HKTPVKT1RICS"" started. -2016-08-01 16:53:10.198 +05:30 [Debug] Connection id ""0HKTPVKT1RICR"" received FIN. -2016-08-01 16:53:10.199 +05:30 [Debug] Connection id ""0HKTPVKT1RICM"" received FIN. -2016-08-01 16:53:10.200 +05:30 [Debug] Connection id ""0HKTPVKT1RICM"" disconnecting. -2016-08-01 16:53:10.200 +05:30 [Debug] Connection id ""0HKTPVKT1RICP"" sending FIN. -2016-08-01 16:53:10.199 +05:30 [Debug] Connection id ""0HKTPVKT1RICR"" disconnecting. -2016-08-01 16:53:10.203 +05:30 [Debug] Connection id ""0HKTPVKT1RICM"" sending FIN. -2016-08-01 16:53:10.204 +05:30 [Debug] Connection id ""0HKTPVKT1RICR"" sending FIN. -2016-08-01 16:53:10.205 +05:30 [Debug] Connection id ""0HKTPVKT1RICR"" sent FIN with status "0". -2016-08-01 16:53:10.212 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=2 -2016-08-01 16:53:10.216 +05:30 [Debug] Connection id ""0HKTPVKT1RICR"" stopped. -2016-08-01 16:53:10.216 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-01 16:53:10.217 +05:30 [Debug] Connection id ""0HKTPVKT1RICM"" sent FIN with status "0". -2016-08-01 16:53:10.218 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-01 16:53:10.219 +05:30 [Debug] Connection id ""0HKTPVKT1RICM"" stopped. -2016-08-01 16:53:10.227 +05:30 [Debug] Connection id ""0HKTPVKT1RICP"" sent FIN with status "0". -2016-08-01 16:53:10.236 +05:30 [Debug] Connection id ""0HKTPVKT1RICP"" stopped. -2016-08-01 16:53:10.259 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-01 16:53:10.261 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:53:10.263 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:53:10.275 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:53:10.288 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 57.2932ms -2016-08-01 16:53:10.357 +05:30 [Information] Request finished in 99.0065ms 200 application/json; charset=utf-8 -2016-08-01 16:53:10.358 +05:30 [Debug] Connection id ""0HKTPVKT1RICS"" completed keep alive response. -2016-08-01 16:53:10.380 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=2 -2016-08-01 16:53:10.381 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-01 16:53:10.385 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-01 16:53:10.440 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-01 16:53:10.443 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:53:10.445 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:53:10.457 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:53:10.472 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 71.9841ms -2016-08-01 16:53:10.504 +05:30 [Information] Request finished in 122.605ms 200 application/json; charset=utf-8 -2016-08-01 16:53:10.505 +05:30 [Debug] Connection id ""0HKTPVKT1RICS"" completed keep alive response. -2016-08-01 16:53:14.581 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=2 -2016-08-01 16:53:14.595 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-08-01 16:53:14.669 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-08-01 16:53:15.342 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-01 16:53:15.382 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:53:15.543 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:53:15.587 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:53:15.741 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:53:15.797 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 1090.938ms -2016-08-01 16:53:16.048 +05:30 [Information] Request finished in 1719.8376ms 200 application/json; charset=utf-8 -2016-08-01 16:53:16.053 +05:30 [Debug] Connection id ""0HKTPVKT1RICS"" completed keep alive response. -2016-08-01 16:54:05.029 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=2 -2016-08-01 16:54:05.031 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-01 16:54:05.032 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-01 16:54:05.128 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-01 16:54:05.130 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:54:05.133 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:54:05.140 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:54:05.152 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 109.1785ms -2016-08-01 16:54:05.169 +05:30 [Information] Request finished in 141.9ms 200 application/json; charset=utf-8 -2016-08-01 16:54:05.170 +05:30 [Debug] Connection id ""0HKTPVKT1RICS"" completed keep alive response. -2016-08-01 16:54:05.186 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=2 -2016-08-01 16:54:05.188 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-01 16:54:05.189 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-01 16:54:05.269 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-01 16:54:05.272 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:54:05.274 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:54:05.285 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:54:05.296 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 96.4922ms -2016-08-01 16:54:05.318 +05:30 [Information] Request finished in 134.0394ms 200 application/json; charset=utf-8 -2016-08-01 16:54:05.320 +05:30 [Debug] Connection id ""0HKTPVKT1RICS"" completed keep alive response. -2016-08-01 16:54:10.492 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=2 -2016-08-01 16:54:10.504 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-08-01 16:54:10.510 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-08-01 16:54:10.898 +05:30 [Debug] Connection id ""0HKTPVKT1RICT"" started. -2016-08-01 16:54:10.903 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-01 16:54:11.071 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:54:11.077 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:54:11.079 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:54:11.090 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Task/GetAllTasksOfUserAndGroup?groupId=2&userId=2 -2016-08-01 16:54:11.091 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Task/GetAllTasksOfUserAndGroup"'. -2016-08-01 16:54:11.095 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TaskController.GetAllTasksOfUserAndGroup (Api.Socioboard)" -2016-08-01 16:54:11.168 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:54:11.358 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 679.9944ms -2016-08-01 16:54:11.580 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TaskController.GetAllTasksOfUserAndGroup (Api.Socioboard)" with arguments (["2", "2"]) - ModelState is Valid -2016-08-01 16:54:15.865 +05:30 [Information] Request finished in 1182.013ms 200 application/json; charset=utf-8 -2016-08-01 16:54:15.889 +05:30 [Debug] Connection id ""0HKTPVKT1RICS"" completed keep alive response. -2016-08-01 16:54:27.108 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TaskController.GetAllTasksOfUserAndGroup (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:54:27.110 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:54:27.112 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:54:27.129 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:54:27.154 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TaskController.GetAllTasksOfUserAndGroup (Api.Socioboard)" in 16043.4287ms -2016-08-01 16:54:27.182 +05:30 [Information] Request finished in 16268.6444ms 200 application/json; charset=utf-8 -2016-08-01 16:54:27.183 +05:30 [Debug] Connection id ""0HKTPVKT1RICT"" completed keep alive response. -2016-08-01 16:55:46.122 +05:30 [Debug] Connection id ""0HKTPVKT1RICT"" received FIN. -2016-08-01 16:55:46.124 +05:30 [Debug] Connection id ""0HKTPVKT1RICT"" disconnecting. -2016-08-01 16:55:46.127 +05:30 [Debug] Connection id ""0HKTPVKT1RICT"" sending FIN. -2016-08-01 16:55:46.128 +05:30 [Debug] Connection id ""0HKTPVKT1RICT"" sent FIN with status "0". -2016-08-01 16:55:46.129 +05:30 [Debug] Connection id ""0HKTPVKT1RICT"" stopped. -2016-08-01 16:55:46.130 +05:30 [Debug] Connection id ""0HKTPVKT1RICU"" started. -2016-08-01 16:55:46.160 +05:30 [Debug] Connection id ""0HKTPVKT1RICS"" received FIN. -2016-08-01 16:55:46.175 +05:30 [Debug] Connection id ""0HKTPVKT1RICS"" disconnecting. -2016-08-01 16:55:46.688 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=2 -2016-08-01 16:55:46.725 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-01 16:55:46.736 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-01 16:55:46.810 +05:30 [Debug] Connection id ""0HKTPVKT1RICS"" sending FIN. -2016-08-01 16:55:47.382 +05:30 [Debug] Connection id ""0HKTPVKT1RICS"" sent FIN with status "0". -2016-08-01 16:55:47.712 +05:30 [Debug] Connection id ""0HKTPVKT1RICS"" stopped. -2016-08-01 16:55:48.286 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-01 16:55:48.340 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:55:48.353 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:55:48.380 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:55:48.462 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 1670.9228ms -2016-08-01 16:55:48.519 +05:30 [Information] Request finished in 2326.7224ms 200 application/json; charset=utf-8 -2016-08-01 16:55:48.522 +05:30 [Debug] Connection id ""0HKTPVKT1RICU"" completed keep alive response. -2016-08-01 16:55:48.685 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=2 -2016-08-01 16:55:48.687 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-01 16:55:48.691 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-01 16:55:48.775 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-01 16:55:48.778 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:55:48.780 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:55:48.791 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:55:48.807 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 100.8852ms -2016-08-01 16:55:48.848 +05:30 [Information] Request finished in 182.8006ms 200 application/json; charset=utf-8 -2016-08-01 16:55:48.850 +05:30 [Debug] Connection id ""0HKTPVKT1RICU"" completed keep alive response. -2016-08-01 16:56:11.320 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=2 -2016-08-01 16:56:11.320 +05:30 [Debug] Connection id ""0HKTPVKT1RICV"" started. -2016-08-01 16:56:11.325 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-08-01 16:56:11.327 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-08-01 16:56:11.633 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Task/GetAllTasksOfUserAndGroup?groupId=2&userId=2 -2016-08-01 16:56:11.636 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Task/GetAllTasksOfUserAndGroup"'. -2016-08-01 16:56:11.647 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TaskController.GetAllTasksOfUserAndGroup (Api.Socioboard)" -2016-08-01 16:56:11.737 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-01 16:56:11.740 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:56:11.742 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:56:11.742 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:56:11.779 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:56:12.150 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 452.9462ms -2016-08-01 16:56:12.681 +05:30 [Information] Request finished in 1462.2905ms 200 application/json; charset=utf-8 -2016-08-01 16:56:12.682 +05:30 [Debug] Connection id ""0HKTPVKT1RICU"" completed keep alive response. -2016-08-01 16:56:12.921 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TaskController.GetAllTasksOfUserAndGroup (Api.Socioboard)" with arguments (["2", "2"]) - ModelState is Valid -2016-08-01 16:56:17.490 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TaskController.GetAllTasksOfUserAndGroup (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:56:17.494 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:56:17.495 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:56:17.515 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:56:17.543 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TaskController.GetAllTasksOfUserAndGroup (Api.Socioboard)" in 5868.2852ms -2016-08-01 16:56:17.565 +05:30 [Information] Request finished in 6203.0137ms 200 application/json; charset=utf-8 -2016-08-01 16:56:17.566 +05:30 [Debug] Connection id ""0HKTPVKT1RICV"" completed keep alive response. -2016-08-01 16:56:49.502 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/User/FacebookLogin application/x-www-form-urlencoded 178 -2016-08-01 16:56:49.503 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/FacebookLogin"'. -2016-08-01 16:56:49.505 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" -2016-08-01 16:56:49.551 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" with arguments (["EAAKYvwDVmnUBANQBe461BzPb4svxidSA83SB3wvCZCbBIM2QZA0ppnZC2EBemZAFBvdX3tbzUUqUfZCzZAp777uCW1evJVqi2kEvY3W3knfGNK0kQVvyJjDFEOgcbckNLKZBvglVJAFLI1PeXZBfRYoxctESoI6iyogZD"]) - ModelState is Valid -2016-08-01 16:56:50.101 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:56:50.103 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:56:50.111 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:56:50.124 +05:30 [Information] Executed action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" in 606.2799ms -2016-08-01 16:56:50.143 +05:30 [Information] Request finished in 644.8825ms 200 application/json; charset=utf-8 -2016-08-01 16:56:50.143 +05:30 [Debug] Connection id ""0HKTPVKT1RICU"" completed keep alive response. -2016-08-01 16:56:50.226 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-08-01 16:56:50.227 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-01 16:56:50.228 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-01 16:56:50.262 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 16:56:50.265 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:56:50.266 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:56:50.274 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:56:50.286 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 46.2773ms -2016-08-01 16:56:50.307 +05:30 [Information] Request finished in 79.8217ms 200 application/json; charset=utf-8 -2016-08-01 16:56:50.308 +05:30 [Debug] Connection id ""0HKTPVKT1RICV"" completed keep alive response. -2016-08-01 16:56:50.322 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-08-01 16:56:50.323 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-01 16:56:50.325 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-01 16:56:50.361 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 16:56:50.363 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:56:50.364 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:56:50.374 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:56:50.390 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 50.0852ms -2016-08-01 16:56:50.438 +05:30 [Information] Request finished in 113.5224ms 200 application/json; charset=utf-8 -2016-08-01 16:56:50.438 +05:30 [Debug] Connection id ""0HKTPVKT1RICU"" completed keep alive response. -2016-08-01 16:56:52.396 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=1 -2016-08-01 16:56:52.397 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-08-01 16:56:52.398 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-08-01 16:56:52.518 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 16:56:52.522 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:56:52.523 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:56:52.524 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:56:52.539 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:56:52.553 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 140.952ms -2016-08-01 16:56:52.578 +05:30 [Information] Request finished in 180.7733ms 200 application/json; charset=utf-8 -2016-08-01 16:56:52.578 +05:30 [Debug] Connection id ""0HKTPVKT1RICV"" completed keep alive response. -2016-08-01 16:56:53.646 +05:30 [Debug] Connection id ""0HKTPVKT1RID0"" started. -2016-08-01 16:56:53.666 +05:30 [Debug] Connection id ""0HKTPVKT1RID1"" started. -2016-08-01 16:56:53.667 +05:30 [Debug] Connection id ""0HKTPVKT1RID2"" started. -2016-08-01 16:56:53.906 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Google/GetGplusProfiles?groupId=1 -2016-08-01 16:56:54.179 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/SocialMessages/GetAllSentMessagesCount?groupId=1&userId=1 -2016-08-01 16:56:54.217 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/SocialMessages/GetAllSentMessagesCount"'. -2016-08-01 16:56:53.930 +05:30 [Debug] Connection id ""0HKTPVKT1RID3"" started. -2016-08-01 16:56:54.217 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GetGplusProfiles"'. -2016-08-01 16:56:54.223 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" -2016-08-01 16:56:54.215 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=1 -2016-08-01 16:56:54.263 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=1 -2016-08-01 16:56:54.271 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-08-01 16:56:54.270 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" -2016-08-01 16:56:54.306 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-08-01 16:56:54.303 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-08-01 16:56:54.366 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-08-01 16:56:54.757 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/LinkedIn/GetLinkedInCompanyPagesProfiles?groupId=1 -2016-08-01 16:56:54.759 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/LinkedIn/GetLinkedInCompanyPagesProfiles"'. -2016-08-01 16:56:54.760 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" -2016-08-01 16:56:56.265 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Instagram/GetInstagramProfiles?groupId=1 -2016-08-01 16:56:56.266 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Instagram/GetInstagramProfiles"'. -2016-08-01 16:56:56.268 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" -2016-08-01 16:56:57.277 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 16:56:57.287 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 16:56:57.295 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-08-01 16:56:57.301 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:56:57.302 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:56:57.303 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:56:57.311 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:56:57.315 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:56:57.311 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 16:56:57.323 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:56:57.323 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:56:57.329 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:56:57.326 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:56:57.332 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:56:57.334 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:56:57.322 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:56:57.347 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:56:57.350 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 16:56:57.356 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:56:57.358 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:56:57.361 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 2990.2076ms -2016-08-01 16:56:57.365 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:56:57.378 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:56:57.397 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:56:57.412 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:56:57.421 +05:30 [Information] Executed action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" in 3128.1769ms -2016-08-01 16:56:57.438 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:56:57.452 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 3046.6702ms -2016-08-01 16:56:57.464 +05:30 [Information] Request finished in 3445.2274ms 200 application/json; charset=utf-8 -2016-08-01 16:56:57.467 +05:30 [Debug] Connection id ""0HKTPVKT1RICU"" completed keep alive response. -2016-08-01 16:56:57.484 +05:30 [Information] Request finished in 3768.6446ms 200 application/json; charset=utf-8 -2016-08-01 16:56:57.489 +05:30 [Debug] Connection id ""0HKTPVKT1RID1"" completed keep alive response. -2016-08-01 16:56:57.729 +05:30 [Information] Executed action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" in 2620.6556ms -2016-08-01 16:56:57.750 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" in 3106.1966ms -2016-08-01 16:56:57.762 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetIncommingMessage?groupId=1&userId=1 -2016-08-01 16:56:57.785 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 16:56:57.774 +05:30 [Information] Request finished in 3002.1306ms 200 application/json; charset=utf-8 -2016-08-01 16:56:57.805 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterFollowerCount?groupId=1&userId=1 -2016-08-01 16:56:57.807 +05:30 [Debug] Connection id ""0HKTPVKT1RID2"" completed keep alive response. -2016-08-01 16:56:57.807 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterFollowerCount"'. -2016-08-01 16:56:57.804 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:56:57.811 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:56:57.811 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" -2016-08-01 16:56:57.813 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:56:57.805 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetIncommingMessage"'. -2016-08-01 16:56:57.818 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" -2016-08-01 16:56:57.862 +05:30 [Information] Request finished in 3711.2943ms 200 application/json; charset=utf-8 -2016-08-01 16:56:57.881 +05:30 [Debug] Connection id ""0HKTPVKT1RICV"" completed keep alive response. -2016-08-01 16:56:57.908 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:56:58.190 +05:30 [Information] Request finished in 4191.3832ms 200 application/json; charset=utf-8 -2016-08-01 16:56:58.218 +05:30 [Debug] Connection id ""0HKTPVKT1RID0"" completed keep alive response. -2016-08-01 16:56:58.219 +05:30 [Information] Executed action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" in 1670.9844ms -2016-08-01 16:56:58.289 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterRecentFollower?groupId=1 -2016-08-01 16:56:58.299 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterRecentFollower"'. -2016-08-01 16:56:58.303 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" -2016-08-01 16:56:58.327 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-08-01 16:56:58.374 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-08-01 16:56:58.406 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:56:58.407 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:56:58.408 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 16:56:58.425 +05:30 [Information] Request finished in 2040.758ms 200 application/json; charset=utf-8 -2016-08-01 16:56:58.430 +05:30 [Debug] Connection id ""0HKTPVKT1RID3"" completed keep alive response. -2016-08-01 16:56:58.465 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/FacebookfanPageCount?groupId=1&userId=1 -2016-08-01 16:56:58.483 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/FacebookfanPageCount"'. -2016-08-01 16:56:58.484 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" -2016-08-01 16:56:58.570 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:56:58.634 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:56:58.634 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" in 768.8987ms -2016-08-01 16:56:58.641 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:56:58.651 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 16:56:58.693 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:56:58.813 +05:30 [Information] Request finished in 958.8522ms 200 text/plain; charset=utf-8 -2016-08-01 16:56:58.814 +05:30 [Debug] Connection id ""0HKTPVKT1RID1"" completed keep alive response. -2016-08-01 16:56:58.942 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 16:56:59.068 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" in 882.0962ms -2016-08-01 16:56:59.096 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-08-01 16:56:59.113 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:56:59.114 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:56:59.115 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 16:56:59.128 +05:30 [Information] Request finished in 1364.6695ms 200 text/plain; charset=utf-8 -2016-08-01 16:56:59.132 +05:30 [Debug] Connection id ""0HKTPVKT1RICU"" completed keep alive response. -2016-08-01 16:56:59.157 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:56:59.184 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" in 673.2953ms -2016-08-01 16:56:59.221 +05:30 [Information] Request finished in 1009.4042ms 200 text/plain; charset=utf-8 -2016-08-01 16:56:59.222 +05:30 [Debug] Connection id ""0HKTPVKT1RID2"" completed keep alive response. -2016-08-01 16:57:01.280 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Task/GetAllTasksOfUserAndGroup?groupId=1&userId=1 -2016-08-01 16:57:01.281 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:57:01.283 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Task/GetAllTasksOfUserAndGroup"'. -2016-08-01 16:57:01.284 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:57:01.285 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TaskController.GetAllTasksOfUserAndGroup (Api.Socioboard)" -2016-08-01 16:57:01.285 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:57:01.358 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:57:01.394 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" in 3058.0937ms -2016-08-01 16:57:01.422 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TaskController.GetAllTasksOfUserAndGroup (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-08-01 16:57:01.440 +05:30 [Information] Request finished in 3475.0153ms 200 application/json; charset=utf-8 -2016-08-01 16:57:01.462 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TaskController.GetAllTasksOfUserAndGroup (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:57:01.462 +05:30 [Debug] Connection id ""0HKTPVKT1RICV"" completed keep alive response. -2016-08-01 16:57:01.464 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:57:01.472 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:57:01.492 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:57:01.508 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TaskController.GetAllTasksOfUserAndGroup (Api.Socioboard)" in 208.8142ms -2016-08-01 16:57:01.533 +05:30 [Information] Request finished in 358.8678ms 200 application/json; charset=utf-8 -2016-08-01 16:57:01.534 +05:30 [Debug] Connection id ""0HKTPVKT1RID0"" completed keep alive response. -2016-08-01 16:57:50.714 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetUserTweets?profileId=3170677652&userId=1&skip=0&count=30 -2016-08-01 16:57:50.718 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetUserTweets"'. -2016-08-01 16:57:50.722 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetUserTweets (Api.Socioboard)" -2016-08-01 16:57:50.902 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetFeeds?profileId=3170677652&userId=1&skip=0&count=30 -2016-08-01 16:57:50.907 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetFeeds"'. -2016-08-01 16:57:50.910 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetFeeds (Api.Socioboard)" -2016-08-01 16:57:51.183 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetUserTweets (Api.Socioboard)" with arguments (["3170677652", "1", "0", "30"]) - ModelState is Valid -2016-08-01 16:57:51.273 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetUserTweets (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:57:51.276 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:57:51.276 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:57:51.277 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetFeeds (Api.Socioboard)" with arguments (["3170677652", "1", "0", "30"]) - ModelState is Valid -2016-08-01 16:57:51.290 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetFeeds (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:57:51.291 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:57:51.292 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:57:51.305 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:57:51.331 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:57:51.370 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetUserTweets (Api.Socioboard)" in 588.2266ms -2016-08-01 16:57:51.397 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetFeeds (Api.Socioboard)" in 416.9482ms -2016-08-01 16:57:51.462 +05:30 [Information] Request finished in 696.2995ms 200 application/json; charset=utf-8 -2016-08-01 16:57:51.471 +05:30 [Debug] Connection id ""0HKTPVKT1RID1"" completed keep alive response. -2016-08-01 16:57:51.576 +05:30 [Information] Request finished in 758.6375ms 200 application/json; charset=utf-8 -2016-08-01 16:57:51.577 +05:30 [Debug] Connection id ""0HKTPVKT1RID3"" completed keep alive response. -2016-08-01 16:58:04.216 +05:30 [Debug] Connection id ""0HKTPVKT1RICV"" received FIN. -2016-08-01 16:58:04.219 +05:30 [Debug] Connection id ""0HKTPVKT1RID0"" received FIN. -2016-08-01 16:58:04.221 +05:30 [Debug] Connection id ""0HKTPVKT1RICV"" disconnecting. -2016-08-01 16:58:04.234 +05:30 [Debug] Connection id ""0HKTPVKT1RICV"" sending FIN. -2016-08-01 16:58:04.236 +05:30 [Debug] Connection id ""0HKTPVKT1RICV"" sent FIN with status "0". -2016-08-01 16:58:04.237 +05:30 [Debug] Connection id ""0HKTPVKT1RICV"" stopped. -2016-08-01 16:58:04.234 +05:30 [Debug] Connection id ""0HKTPVKT1RID0"" disconnecting. -2016-08-01 16:58:04.239 +05:30 [Debug] Connection id ""0HKTPVKT1RID0"" sending FIN. -2016-08-01 16:58:04.240 +05:30 [Debug] Connection id ""0HKTPVKT1RID0"" sent FIN with status "0". -2016-08-01 16:58:04.241 +05:30 [Debug] Connection id ""0HKTPVKT1RID0"" stopped. -2016-08-01 16:58:04.325 +05:30 [Debug] Connection id ""0HKTPVKT1RICU"" received FIN. -2016-08-01 16:58:04.467 +05:30 [Debug] Connection id ""0HKTPVKT1RID2"" received FIN. -2016-08-01 16:58:04.468 +05:30 [Debug] Connection id ""0HKTPVKT1RICU"" disconnecting. -2016-08-01 16:58:04.728 +05:30 [Debug] Connection id ""0HKTPVKT1RID2"" disconnecting. -2016-08-01 16:58:04.728 +05:30 [Debug] Connection id ""0HKTPVKT1RICU"" sending FIN. -2016-08-01 16:58:04.752 +05:30 [Debug] Connection id ""0HKTPVKT1RID2"" sending FIN. -2016-08-01 16:58:04.793 +05:30 [Debug] Connection id ""0HKTPVKT1RID2"" sent FIN with status "0". -2016-08-01 16:58:04.813 +05:30 [Debug] Connection id ""0HKTPVKT1RID2"" stopped. -2016-08-01 16:58:04.838 +05:30 [Debug] Connection id ""0HKTPVKT1RICU"" sent FIN with status "0". -2016-08-01 16:58:04.848 +05:30 [Debug] Connection id ""0HKTPVKT1RICU"" stopped. -2016-08-01 16:58:12.489 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/Task/AddTask?groupId=1&senderUserId=1&recipientUserId=1&taskMessage= 0 -2016-08-01 16:58:12.512 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Task/AddTask"'. -2016-08-01 16:58:12.673 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TaskController.AddTask (Api.Socioboard)" -2016-08-01 16:58:12.839 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TaskController.AddTask (Api.Socioboard)" with arguments (["Domain.Socioboard.ViewModels.TasksViewModel"]) - ModelState is Valid -2016-08-01 16:58:13.003 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TaskController.AddTask (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:58:13.023 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:58:13.025 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 16:58:13.060 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:58:13.138 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TaskController.AddTask (Api.Socioboard)" in 382.9691ms -2016-08-01 16:58:13.241 +05:30 [Information] Request finished in 776.0511ms 200 text/plain; charset=utf-8 -2016-08-01 16:58:13.249 +05:30 [Debug] Connection id ""0HKTPVKT1RID1"" completed keep alive response. -2016-08-01 16:58:14.127 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-08-01 16:58:14.130 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-01 16:58:14.133 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-01 16:58:14.406 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 16:58:14.418 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:58:14.420 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:58:14.445 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:58:14.506 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 307.068ms -2016-08-01 16:58:14.672 +05:30 [Information] Request finished in 539.9296ms 200 application/json; charset=utf-8 -2016-08-01 16:58:14.673 +05:30 [Debug] Connection id ""0HKTPVKT1RID3"" completed keep alive response. -2016-08-01 16:58:14.817 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-08-01 16:58:14.818 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-01 16:58:14.820 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-01 16:58:15.068 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 16:58:15.073 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:58:15.076 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:58:15.453 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:58:15.527 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 634.1437ms -2016-08-01 16:58:15.592 +05:30 [Information] Request finished in 860.6276ms 200 application/json; charset=utf-8 -2016-08-01 16:58:15.594 +05:30 [Debug] Connection id ""0HKTPVKT1RID1"" completed keep alive response. -2016-08-01 16:58:20.426 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=1 -2016-08-01 16:58:20.428 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-08-01 16:58:20.430 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-08-01 16:58:20.863 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 16:58:20.868 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:58:20.870 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:58:20.871 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:58:20.910 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:58:21.078 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 481.1714ms -2016-08-01 16:58:21.147 +05:30 [Debug] Connection id ""0HKTPVKT1RID4"" started. -2016-08-01 16:58:21.214 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetFeeds?profileId=3170677652&userId=1&skip=0&count=30 -2016-08-01 16:58:21.364 +05:30 [Information] Request finished in 846.9815ms 200 application/json; charset=utf-8 -2016-08-01 16:58:21.394 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetFeeds"'. -2016-08-01 16:58:21.394 +05:30 [Debug] Connection id ""0HKTPVKT1RID3"" completed keep alive response. -2016-08-01 16:58:21.395 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetFeeds (Api.Socioboard)" -2016-08-01 16:58:21.545 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetUserTweets?profileId=3170677652&userId=1&skip=0&count=30 -2016-08-01 16:58:21.548 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetUserTweets"'. -2016-08-01 16:58:21.556 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetUserTweets (Api.Socioboard)" -2016-08-01 16:58:21.945 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetFeeds (Api.Socioboard)" with arguments (["3170677652", "1", "0", "30"]) - ModelState is Valid -2016-08-01 16:58:21.953 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetFeeds (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:58:21.955 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:58:21.960 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:58:21.999 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetUserTweets (Api.Socioboard)" with arguments (["3170677652", "1", "0", "30"]) - ModelState is Valid -2016-08-01 16:58:22.006 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetUserTweets (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:58:22.010 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:58:22.011 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:58:22.042 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:58:22.115 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:58:22.151 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetFeeds (Api.Socioboard)" in 648.2452ms -2016-08-01 16:58:22.171 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetUserTweets (Api.Socioboard)" in 562.32ms -2016-08-01 16:58:22.245 +05:30 [Information] Request finished in 1245.759ms 200 application/json; charset=utf-8 -2016-08-01 16:58:22.250 +05:30 [Debug] Connection id ""0HKTPVKT1RID1"" completed keep alive response. -2016-08-01 16:58:22.348 +05:30 [Information] Request finished in 816.9586ms 200 application/json; charset=utf-8 -2016-08-01 16:58:22.349 +05:30 [Debug] Connection id ""0HKTPVKT1RID4"" completed keep alive response. -2016-08-01 16:58:41.658 +05:30 [Debug] Connection id ""0HKTPVKT1RID5"" started. -2016-08-01 16:58:41.669 +05:30 [Debug] Connection id ""0HKTPVKT1RID6"" started. -2016-08-01 16:58:41.670 +05:30 [Debug] Connection id ""0HKTPVKT1RID7"" started. -2016-08-01 16:58:41.835 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=1 -2016-08-01 16:58:41.843 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-08-01 16:58:41.845 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-08-01 16:58:41.911 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Instagram/GetInstagramProfiles?groupId=1 -2016-08-01 16:58:41.914 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Instagram/GetInstagramProfiles"'. -2016-08-01 16:58:41.915 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" -2016-08-01 16:58:42.224 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/SocialMessages/GetAllSentMessagesCount?groupId=1&userId=1 -2016-08-01 16:58:42.238 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/SocialMessages/GetAllSentMessagesCount"'. -2016-08-01 16:58:42.349 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" -2016-08-01 16:58:42.362 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Google/GetGplusProfiles?groupId=1 -2016-08-01 16:58:42.376 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GetGplusProfiles"'. -2016-08-01 16:58:42.382 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" -2016-08-01 16:58:42.450 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=1 -2016-08-01 16:58:42.455 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-08-01 16:58:42.456 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-08-01 16:58:42.670 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 16:58:42.676 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:58:42.678 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:58:42.680 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:58:42.783 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/LinkedIn/GetLinkedInCompanyPagesProfiles?groupId=1 -2016-08-01 16:58:42.790 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/LinkedIn/GetLinkedInCompanyPagesProfiles"'. -2016-08-01 16:58:42.796 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" -2016-08-01 16:58:42.818 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:58:42.845 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 972.8147ms -2016-08-01 16:58:42.893 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-08-01 16:58:42.934 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:58:42.936 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:58:42.937 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:58:42.952 +05:30 [Information] Request finished in 1244.0833ms 200 application/json; charset=utf-8 -2016-08-01 16:58:42.954 +05:30 [Debug] Connection id ""0HKTPVKT1RID1"" completed keep alive response. -2016-08-01 16:58:43.172 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 16:58:43.175 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:58:43.177 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:58:43.177 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:58:43.205 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:58:43.226 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:58:43.246 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 16:58:43.253 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:58:43.255 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:58:43.257 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:58:43.262 +05:30 [Information] Executed action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" in 849.8629ms -2016-08-01 16:58:43.282 +05:30 [Information] Executed action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" in 1313.1707ms -2016-08-01 16:58:43.302 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 16:58:43.311 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:58:43.312 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:58:43.312 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:58:43.327 +05:30 [Information] Request finished in 1621.7074ms 200 application/json; charset=utf-8 -2016-08-01 16:58:43.331 +05:30 [Debug] Connection id ""0HKTPVKT1RID5"" completed keep alive response. -2016-08-01 16:58:43.465 +05:30 [Information] Request finished in 1593.455ms 200 application/json; charset=utf-8 -2016-08-01 16:58:43.468 +05:30 [Debug] Connection id ""0HKTPVKT1RID7"" completed keep alive response. -2016-08-01 16:58:43.607 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:58:43.633 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetIncommingMessage?groupId=1&userId=1 -2016-08-01 16:58:43.635 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetIncommingMessage"'. -2016-08-01 16:58:43.637 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" -2016-08-01 16:58:43.663 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:58:43.709 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 1152.1903ms -2016-08-01 16:58:43.769 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" in 1285.1164ms -2016-08-01 16:58:43.820 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 16:58:43.854 +05:30 [Information] Request finished in 1880.9934ms 200 application/json; charset=utf-8 -2016-08-01 16:58:43.865 +05:30 [Debug] Connection id ""0HKTPVKT1RID4"" completed keep alive response. -2016-08-01 16:58:43.866 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:58:43.885 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:58:43.886 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:58:43.892 +05:30 [Information] Request finished in 1889.1332ms 200 application/json; charset=utf-8 -2016-08-01 16:58:43.893 +05:30 [Debug] Connection id ""0HKTPVKT1RID3"" completed keep alive response. -2016-08-01 16:58:43.926 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterFollowerCount?groupId=1&userId=1 -2016-08-01 16:58:43.939 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterFollowerCount"'. -2016-08-01 16:58:43.953 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" -2016-08-01 16:58:44.082 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/FacebookfanPageCount?groupId=1&userId=1 -2016-08-01 16:58:44.084 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/FacebookfanPageCount"'. -2016-08-01 16:58:44.093 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" -2016-08-01 16:58:44.122 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:58:44.157 +05:30 [Information] Executed action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" in 1336.8356ms -2016-08-01 16:58:44.252 +05:30 [Information] Request finished in 2284.9661ms 200 application/json; charset=utf-8 -2016-08-01 16:58:44.295 +05:30 [Debug] Connection id ""0HKTPVKT1RID6"" completed keep alive response. -2016-08-01 16:58:45.044 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterRecentFollower?groupId=1 -2016-08-01 16:58:45.076 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterRecentFollower"'. -2016-08-01 16:58:45.082 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" -2016-08-01 16:58:45.089 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-08-01 16:58:45.782 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-08-01 16:58:45.783 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:58:45.787 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:58:45.789 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 16:58:45.804 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:58:45.805 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:58:45.806 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 16:58:45.824 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-08-01 16:58:45.846 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:58:45.869 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:58:45.876 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:58:45.879 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 16:58:45.903 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:58:45.928 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" in 2231.35ms -2016-08-01 16:58:45.948 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:58:45.968 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" in 1812.8865ms -2016-08-01 16:58:45.985 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" in 1997.9945ms -2016-08-01 16:58:46.004 +05:30 [Information] Request finished in 2338.8844ms 200 text/plain; charset=utf-8 -2016-08-01 16:58:46.008 +05:30 [Debug] Connection id ""0HKTPVKT1RID1"" completed keep alive response. -2016-08-01 16:58:46.113 +05:30 [Information] Request finished in 2086.1443ms 200 text/plain; charset=utf-8 -2016-08-01 16:58:46.114 +05:30 [Debug] Connection id ""0HKTPVKT1RID7"" completed keep alive response. -2016-08-01 16:58:46.160 +05:30 [Information] Request finished in 2112.2398ms 200 text/plain; charset=utf-8 -2016-08-01 16:58:46.162 +05:30 [Debug] Connection id ""0HKTPVKT1RID5"" completed keep alive response. -2016-08-01 16:58:46.201 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 16:58:48.182 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:58:48.186 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:58:48.188 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:58:48.210 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:58:48.241 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" in 3133.1469ms -2016-08-01 16:58:48.279 +05:30 [Information] Request finished in 3556.3996ms 200 application/json; charset=utf-8 -2016-08-01 16:58:48.282 +05:30 [Debug] Connection id ""0HKTPVKT1RID4"" completed keep alive response. -2016-08-01 16:59:41.449 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/Google/GoogleLogin application/x-www-form-urlencoded 52 -2016-08-01 16:59:41.451 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GoogleLogin"'. -2016-08-01 16:59:41.453 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GoogleLogin (Api.Socioboard)" -2016-08-01 16:59:41.508 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GoogleLogin (Api.Socioboard)" with arguments (["4/CVzg-dms7qxTnv1oN_WZ6aOyKPSOnfjmpAE8q6mBmoo"]) - ModelState is Valid -2016-08-01 16:59:42.377 +05:30 [Information] { - "access_token": "ya29.CjAyA7fxcNoR7953VZFXqyAifPpDNgCJtGIAw6hI_2YbsrhCf7GLIPjs3z-E6RiP34M", - "token_type": "Bearer", - "expires_in": 3599, - "id_token": "eyJhbGciOiJSUzI1NiIsImtpZCI6IjYxOTJhNmIwNjE2ODUzMjE3MzJjNGJhMTBjMDEwOTY5YWUyZjU1YmMifQ.eyJpc3MiOiJhY2NvdW50cy5nb29nbGUuY29tIiwiYXRfaGFzaCI6IkdUWktDOFNoVmlXd0NSVkNhWVh0dEEiLCJhdWQiOiIyNDYyMjE0MDU4MDEta2dpcjh1NzdtNWdwb3BrYjRwMHR2bXU1MjJkaWI0ZTAuYXBwcy5nb29nbGV1c2VyY29udGVudC5jb20iLCJzdWIiOiIxMDA0OTM2ODY1MTA4NDY4MzQ5OTMiLCJlbWFpbF92ZXJpZmllZCI6dHJ1ZSwiYXpwIjoiMjQ2MjIxNDA1ODAxLWtnaXI4dTc3bTVncG9wa2I0cDB0dm11NTIyZGliNGUwLmFwcHMuZ29vZ2xldXNlcmNvbnRlbnQuY29tIiwiZW1haWwiOiJiYW5kaVN1cmVzaEBnbG9idXNzb2Z0LmNvbSIsImlhdCI6MTQ3MDA1MDk4MiwiZXhwIjoxNDcwMDU0NTgyfQ.kZ-ejyZa9_OeHVBoHHbH464UlpOPeVWZZSvC67EyPWtwTSqALnqw91Du4JtSmMONUKtqSgX06hlDusn9106faHizMzkERzBR8b4aE6YINppIV2v5x7Waa44FCj0sHnm98CvFU_GpPO4PLTU-PmdvKlMr4Q4HgPt7JD3-adbVAzB8BCXLfRa1_e3ngYS0SFy0GhnjfrVfRJq9yrVET2Pgo_hkmhXsiCkVbcS6x6W6xe8_vnMrh3Ivjdhepp5UJHUXnl8Ianxn0iQEsj7fBDt5TZmEBvp8_I_IwcNFDcTiQokw_cRxwJ5-a8M5NndpOjv4MizEZgAb7GEL3obkNkCf3Q" -} -2016-08-01 16:59:43.393 +05:30 [Information] [{ - "id": "100493686510846834993", - "email": "bandiSuresh@globussoft.com", - "verified_email": true, - "name": "Suresh Bandi", - "given_name": "Suresh", - "family_name": "Bandi", - "link": "https://plus.google.com/+SureshBandi007", - "picture": "https://lh3.googleusercontent.com/--zVLmLAPl14/AAAAAAAAAAI/AAAAAAAAAFE/KtuOadUcwFM/photo.jpg", - "gender": "male", - "locale": "en" -} -] -2016-08-01 16:59:43.396 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GoogleLogin (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:59:43.398 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:59:43.415 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:59:43.455 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GoogleLogin (Api.Socioboard)" in 1964.2536ms -2016-08-01 16:59:43.516 +05:30 [Information] Request finished in 2064.843ms 200 application/json; charset=utf-8 -2016-08-01 16:59:43.522 +05:30 [Debug] Connection id ""0HKTPVKT1RID3"" completed keep alive response. -2016-08-01 16:59:44.310 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=2 -2016-08-01 16:59:44.325 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-01 16:59:44.420 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-01 16:59:44.610 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-01 16:59:44.619 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:59:44.633 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:59:44.676 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:59:44.738 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 210.9996ms -2016-08-01 16:59:44.824 +05:30 [Information] Request finished in 516.0723ms 200 application/json; charset=utf-8 -2016-08-01 16:59:44.828 +05:30 [Debug] Connection id ""0HKTPVKT1RID6"" completed keep alive response. -2016-08-01 16:59:45.069 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=2 -2016-08-01 16:59:45.073 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-01 16:59:45.075 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-01 16:59:45.457 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-01 16:59:45.461 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:59:45.462 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:59:45.487 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:59:45.565 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 412.2024ms -2016-08-01 16:59:45.660 +05:30 [Information] Request finished in 627.6975ms 200 application/json; charset=utf-8 -2016-08-01 16:59:45.662 +05:30 [Debug] Connection id ""0HKTPVKT1RID1"" completed keep alive response. -2016-08-01 16:59:48.786 +05:30 [Debug] Connection id ""0HKTPVKT1RID7"" received FIN. -2016-08-01 16:59:48.787 +05:30 [Debug] Connection id ""0HKTPVKT1RID5"" received FIN. -2016-08-01 16:59:48.787 +05:30 [Debug] Connection id ""0HKTPVKT1RID7"" disconnecting. -2016-08-01 16:59:48.788 +05:30 [Debug] Connection id ""0HKTPVKT1RID5"" disconnecting. -2016-08-01 16:59:48.789 +05:30 [Debug] Connection id ""0HKTPVKT1RID7"" sending FIN. -2016-08-01 16:59:48.791 +05:30 [Debug] Connection id ""0HKTPVKT1RID5"" sending FIN. -2016-08-01 16:59:48.793 +05:30 [Debug] Connection id ""0HKTPVKT1RID5"" sent FIN with status "0". -2016-08-01 16:59:48.794 +05:30 [Debug] Connection id ""0HKTPVKT1RID5"" stopped. -2016-08-01 16:59:48.794 +05:30 [Debug] Connection id ""0HKTPVKT1RID7"" sent FIN with status "0". -2016-08-01 16:59:48.795 +05:30 [Debug] Connection id ""0HKTPVKT1RID7"" stopped. -2016-08-01 16:59:48.799 +05:30 [Debug] Connection id ""0HKTPVKT1RID4"" received FIN. -2016-08-01 16:59:48.815 +05:30 [Debug] Connection id ""0HKTPVKT1RID4"" disconnecting. -2016-08-01 16:59:48.836 +05:30 [Debug] Connection id ""0HKTPVKT1RID4"" sending FIN. -2016-08-01 16:59:48.872 +05:30 [Debug] Connection id ""0HKTPVKT1RID4"" sent FIN with status "0". -2016-08-01 16:59:48.904 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=2 -2016-08-01 16:59:48.977 +05:30 [Debug] Connection id ""0HKTPVKT1RID4"" stopped. -2016-08-01 16:59:48.998 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-08-01 16:59:49.014 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-08-01 16:59:49.270 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-01 16:59:49.288 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:59:49.310 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:59:49.315 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:59:49.396 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:59:49.556 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 376.7355ms -2016-08-01 16:59:49.853 +05:30 [Debug] Connection id ""0HKTPVKT1RID8"" started. -2016-08-01 16:59:49.848 +05:30 [Information] Request finished in 994.0346ms 200 application/json; charset=utf-8 -2016-08-01 16:59:49.873 +05:30 [Debug] Connection id ""0HKTPVKT1RID9"" started. -2016-08-01 16:59:49.897 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Instagram/GetInstagramProfiles?groupId=2 -2016-08-01 16:59:50.342 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/LinkedIn/GetLinkedInCompanyPagesProfiles?groupId=2 -2016-08-01 16:59:49.887 +05:30 [Debug] Connection id ""0HKTPVKT1RID3"" completed keep alive response. -2016-08-01 16:59:50.573 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Instagram/GetInstagramProfiles"'. -2016-08-01 16:59:50.574 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/LinkedIn/GetLinkedInCompanyPagesProfiles"'. -2016-08-01 16:59:50.612 +05:30 [Debug] Connection id ""0HKTPVKT1RIDA"" started. -2016-08-01 16:59:50.743 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" -2016-08-01 16:59:50.748 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" -2016-08-01 16:59:50.857 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=2 -2016-08-01 16:59:50.981 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=2 -2016-08-01 16:59:51.007 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-08-01 16:59:51.039 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-08-01 16:59:51.046 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-08-01 16:59:51.042 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-08-01 16:59:51.358 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-01 16:59:51.424 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:59:51.426 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:59:51.428 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:59:51.738 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-01 16:59:51.745 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:59:51.747 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:59:51.748 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:59:51.824 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:59:51.871 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Google/GetGplusProfiles?groupId=2 -2016-08-01 16:59:51.873 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GetGplusProfiles"'. -2016-08-01 16:59:51.875 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" -2016-08-01 16:59:51.900 +05:30 [Information] Executed action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" in 845.1579ms -2016-08-01 16:59:52.401 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-01 16:59:52.408 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:59:52.410 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:59:52.447 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:59:52.508 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:59:52.674 +05:30 [Information] Request finished in 2552.3494ms 200 application/json; charset=utf-8 -2016-08-01 16:59:52.706 +05:30 [Debug] Connection id ""0HKTPVKT1RID1"" completed keep alive response. -2016-08-01 16:59:52.776 +05:30 [Information] Executed action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" in 1522.4355ms -2016-08-01 16:59:52.838 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-01 16:59:52.858 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:59:52.860 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:59:52.860 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:59:52.892 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetIncommingMessage?groupId=2&userId=2 -2016-08-01 16:59:52.894 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetIncommingMessage"'. -2016-08-01 16:59:52.900 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" -2016-08-01 16:59:52.939 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:59:52.995 +05:30 [Information] Request finished in 2979.6892ms 200 application/json; charset=utf-8 -2016-08-01 16:59:52.999 +05:30 [Debug] Connection id ""0HKTPVKT1RID8"" completed keep alive response. -2016-08-01 16:59:53.030 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:59:53.063 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 1856.8285ms -2016-08-01 16:59:53.111 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-01 16:59:53.176 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:59:53.180 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:59:53.181 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:59:53.187 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" in 1156.8949ms -2016-08-01 16:59:53.225 +05:30 [Information] Request finished in 2517.1637ms 200 application/json; charset=utf-8 -2016-08-01 16:59:53.242 +05:30 [Debug] Connection id ""0HKTPVKT1RID6"" completed keep alive response. -2016-08-01 16:59:53.345 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" with arguments (["2", "2"]) - ModelState is Valid -2016-08-01 16:59:53.636 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterFollowerCount?groupId=2&userId=2 -2016-08-01 16:59:53.643 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterFollowerCount"'. -2016-08-01 16:59:53.658 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" -2016-08-01 16:59:53.695 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:59:53.698 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:59:53.704 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 16:59:53.781 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:59:53.801 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:59:53.841 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/FacebookfanPageCount?groupId=2&userId=2 -2016-08-01 16:59:53.847 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/FacebookfanPageCount"'. -2016-08-01 16:59:53.850 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" -2016-08-01 16:59:53.873 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" with arguments (["2", "2"]) - ModelState is Valid -2016-08-01 16:59:53.917 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:59:53.919 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:59:53.920 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 16:59:53.931 +05:30 [Information] Request finished in 1856.4376ms 200 application/json; charset=utf-8 -2016-08-01 16:59:53.946 +05:30 [Debug] Connection id ""0HKTPVKT1RIDA"" completed keep alive response. -2016-08-01 16:59:54.082 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 2743.3559ms -2016-08-01 16:59:54.124 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" in 904.9063ms -2016-08-01 16:59:54.149 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" with arguments (["2", "2"]) - ModelState is Valid -2016-08-01 16:59:54.174 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:59:54.175 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:59:54.176 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 16:59:54.182 +05:30 [Information] Request finished in 3268.0788ms 200 application/json; charset=utf-8 -2016-08-01 16:59:54.189 +05:30 [Debug] Connection id ""0HKTPVKT1RID9"" completed keep alive response. -2016-08-01 16:59:54.207 +05:30 [Information] Request finished in 1360.1193ms 200 text/plain; charset=utf-8 -2016-08-01 16:59:54.222 +05:30 [Debug] Connection id ""0HKTPVKT1RID1"" completed keep alive response. -2016-08-01 16:59:54.260 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:59:54.347 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/SocialMessages/GetAllSentMessagesCount?groupId=2&userId=2 -2016-08-01 16:59:54.354 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/SocialMessages/GetAllSentMessagesCount"'. -2016-08-01 16:59:54.357 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" -2016-08-01 16:59:54.364 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" in 409.9165ms -2016-08-01 16:59:54.393 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:59:54.424 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterRecentFollower?groupId=2 -2016-08-01 16:59:54.438 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterRecentFollower"'. -2016-08-01 16:59:54.440 +05:30 [Information] Request finished in 814.8924ms 200 text/plain; charset=utf-8 -2016-08-01 16:59:54.445 +05:30 [Debug] Connection id ""0HKTPVKT1RID6"" completed keep alive response. -2016-08-01 16:59:54.440 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" -2016-08-01 16:59:54.460 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" in 735.1383ms -2016-08-01 16:59:54.596 +05:30 [Information] Request finished in 1537.7483ms 200 text/plain; charset=utf-8 -2016-08-01 16:59:54.602 +05:30 [Debug] Connection id ""0HKTPVKT1RID8"" completed keep alive response. -2016-08-01 16:59:54.637 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" with arguments (["2", "2"]) - ModelState is Valid -2016-08-01 16:59:54.685 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-01 16:59:54.717 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:59:54.720 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:59:54.721 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:59:54.747 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:59:54.809 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" in 246.188ms -2016-08-01 16:59:54.860 +05:30 [Information] Request finished in 689.9205ms 200 application/json; charset=utf-8 -2016-08-01 16:59:54.862 +05:30 [Debug] Connection id ""0HKTPVKT1RIDA"" completed keep alive response. -2016-08-01 16:59:54.930 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:59:54.932 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:59:54.934 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:59:54.949 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:59:55.011 +05:30 [Information] Executed action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" in 594.3261ms -2016-08-01 16:59:55.207 +05:30 [Information] Request finished in 3883.4255ms 200 application/json; charset=utf-8 -2016-08-01 16:59:55.247 +05:30 [Debug] Connection id ""0HKTPVKT1RID3"" completed keep alive response. -2016-08-01 16:59:55.736 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Task/GetAllTasksOfUserAndGroup?groupId=2&userId=2 -2016-08-01 16:59:55.738 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Task/GetAllTasksOfUserAndGroup"'. -2016-08-01 16:59:55.741 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TaskController.GetAllTasksOfUserAndGroup (Api.Socioboard)" -2016-08-01 16:59:55.922 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TaskController.GetAllTasksOfUserAndGroup (Api.Socioboard)" with arguments (["2", "2"]) - ModelState is Valid -2016-08-01 16:59:55.953 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TaskController.GetAllTasksOfUserAndGroup (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 16:59:55.955 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 16:59:55.956 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 16:59:55.970 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 16:59:55.991 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TaskController.GetAllTasksOfUserAndGroup (Api.Socioboard)" in 229.0484ms -2016-08-01 16:59:56.071 +05:30 [Information] Request finished in 346.002ms 200 application/json; charset=utf-8 -2016-08-01 16:59:56.072 +05:30 [Debug] Connection id ""0HKTPVKT1RID9"" completed keep alive response. -2016-08-01 17:00:17.796 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=2 -2016-08-01 17:00:17.798 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-01 17:00:17.800 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-01 17:00:17.999 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-01 17:00:18.003 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:00:18.005 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:00:18.027 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:00:18.092 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 225.0492ms -2016-08-01 17:00:18.204 +05:30 [Information] Request finished in 373.0925ms 200 application/json; charset=utf-8 -2016-08-01 17:00:18.206 +05:30 [Debug] Connection id ""0HKTPVKT1RID1"" completed keep alive response. -2016-08-01 17:00:18.301 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=2 -2016-08-01 17:00:18.303 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-01 17:00:18.304 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-01 17:00:18.519 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-01 17:00:18.523 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:00:18.526 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:00:18.567 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:00:18.599 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 260.7939ms -2016-08-01 17:00:18.777 +05:30 [Information] Request finished in 465.0256ms 200 application/json; charset=utf-8 -2016-08-01 17:00:18.779 +05:30 [Debug] Connection id ""0HKTPVKT1RID6"" completed keep alive response. -2016-08-01 17:00:30.018 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=2 -2016-08-01 17:00:30.024 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-08-01 17:00:30.028 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-08-01 17:00:31.301 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-01 17:00:31.305 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:00:31.307 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:00:31.309 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:00:31.375 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:00:31.454 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 1347.1028ms -2016-08-01 17:00:32.067 +05:30 [Information] Request finished in 2076.1891ms 200 application/json; charset=utf-8 -2016-08-01 17:00:32.077 +05:30 [Debug] Connection id ""0HKTPVKT1RID8"" completed keep alive response. -2016-08-01 17:00:32.296 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Task/GetAllTasksOfUserAndGroup?groupId=2&userId=2 -2016-08-01 17:00:32.299 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Task/GetAllTasksOfUserAndGroup"'. -2016-08-01 17:00:32.301 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TaskController.GetAllTasksOfUserAndGroup (Api.Socioboard)" -2016-08-01 17:00:33.387 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TaskController.GetAllTasksOfUserAndGroup (Api.Socioboard)" with arguments (["2", "2"]) - ModelState is Valid -2016-08-01 17:01:20.891 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TaskController.GetAllTasksOfUserAndGroup (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:01:20.894 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:01:20.895 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:01:21.220 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:01:21.274 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TaskController.GetAllTasksOfUserAndGroup (Api.Socioboard)" in 48926.7311ms -2016-08-01 17:01:21.361 +05:30 [Information] Request finished in 49262.735ms 200 application/json; charset=utf-8 -2016-08-01 17:01:21.365 +05:30 [Debug] Connection id ""0HKTPVKT1RIDA"" completed keep alive response. -2016-08-01 17:01:30.012 +05:30 [Debug] Connection id ""0HKTPVKT1RID1"" received FIN. -2016-08-01 17:01:30.013 +05:30 [Debug] Connection id ""0HKTPVKT1RID3"" received FIN. -2016-08-01 17:01:30.014 +05:30 [Debug] Connection id ""0HKTPVKT1RID1"" disconnecting. -2016-08-01 17:01:30.039 +05:30 [Debug] Connection id ""0HKTPVKT1RID9"" received FIN. -2016-08-01 17:01:30.046 +05:30 [Debug] Connection id ""0HKTPVKT1RID1"" sending FIN. -2016-08-01 17:01:30.044 +05:30 [Debug] Connection id ""0HKTPVKT1RID3"" disconnecting. -2016-08-01 17:01:30.055 +05:30 [Debug] Connection id ""0HKTPVKT1RID9"" disconnecting. -2016-08-01 17:01:30.057 +05:30 [Debug] Connection id ""0HKTPVKT1RID1"" sent FIN with status "0". -2016-08-01 17:01:30.053 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=2 -2016-08-01 17:01:30.055 +05:30 [Debug] Connection id ""0HKTPVKT1RID6"" received FIN. -2016-08-01 17:01:30.077 +05:30 [Debug] Connection id ""0HKTPVKT1RID1"" stopped. -2016-08-01 17:01:30.088 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-01 17:01:30.092 +05:30 [Debug] Connection id ""0HKTPVKT1RID6"" disconnecting. -2016-08-01 17:01:30.091 +05:30 [Debug] Connection id ""0HKTPVKT1RID3"" sending FIN. -2016-08-01 17:01:30.108 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-01 17:01:30.116 +05:30 [Debug] Connection id ""0HKTPVKT1RID9"" sending FIN. -2016-08-01 17:01:30.178 +05:30 [Debug] Connection id ""0HKTPVKT1RID6"" sending FIN. -2016-08-01 17:01:30.199 +05:30 [Debug] Connection id ""0HKTPVKT1RID6"" sent FIN with status "0". -2016-08-01 17:01:30.215 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-01 17:01:30.221 +05:30 [Debug] Connection id ""0HKTPVKT1RID6"" stopped. -2016-08-01 17:01:30.234 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:01:30.236 +05:30 [Debug] Connection id ""0HKTPVKT1RID9"" sent FIN with status "0". -2016-08-01 17:01:30.246 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:01:30.249 +05:30 [Debug] Connection id ""0HKTPVKT1RID9"" stopped. -2016-08-01 17:01:30.276 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:01:30.279 +05:30 [Debug] Connection id ""0HKTPVKT1RID3"" sent FIN with status "0". -2016-08-01 17:01:30.631 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 184.0262ms -2016-08-01 17:01:30.698 +05:30 [Debug] Connection id ""0HKTPVKT1RID3"" stopped. -2016-08-01 17:01:31.275 +05:30 [Information] Request finished in 848.1349ms 200 application/json; charset=utf-8 -2016-08-01 17:01:31.290 +05:30 [Debug] Connection id ""0HKTPVKT1RID8"" completed keep alive response. -2016-08-01 17:01:31.593 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=3 -2016-08-01 17:01:31.596 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-01 17:01:31.598 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-01 17:01:31.850 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 17:01:31.901 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:01:31.903 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:01:31.937 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:01:31.973 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 339.1676ms -2016-08-01 17:01:32.027 +05:30 [Information] Request finished in 682.7713ms 200 application/json; charset=utf-8 -2016-08-01 17:01:32.029 +05:30 [Debug] Connection id ""0HKTPVKT1RIDA"" completed keep alive response. -2016-08-01 17:01:55.570 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Task/GetAllTasksOfUserAndGroup?groupId=3&userId=2 -2016-08-01 17:01:55.571 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Task/GetAllTasksOfUserAndGroup"'. -2016-08-01 17:01:55.574 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TaskController.GetAllTasksOfUserAndGroup (Api.Socioboard)" -2016-08-01 17:01:55.999 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TaskController.GetAllTasksOfUserAndGroup (Api.Socioboard)" with arguments (["2", "3"]) - ModelState is Valid -2016-08-01 17:02:07.902 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=3 -2016-08-01 17:02:07.929 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-08-01 17:02:07.932 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-08-01 17:02:08.269 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 17:02:08.304 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:02:08.307 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:02:08.328 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:02:08.490 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:02:08.523 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TaskController.GetAllTasksOfUserAndGroup (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:02:08.525 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:02:08.526 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:02:08.609 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 561.9687ms -2016-08-01 17:02:08.689 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:02:09.067 +05:30 [Information] Request finished in 1011.1354ms 200 application/json; charset=utf-8 -2016-08-01 17:02:09.072 +05:30 [Debug] Connection id ""0HKTPVKT1RIDA"" completed keep alive response. -2016-08-01 17:02:09.191 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TaskController.GetAllTasksOfUserAndGroup (Api.Socioboard)" in 13195.4942ms -2016-08-01 17:02:09.305 +05:30 [Information] Request finished in 13901.5002ms 200 application/json; charset=utf-8 -2016-08-01 17:02:09.307 +05:30 [Debug] Connection id ""0HKTPVKT1RID8"" completed keep alive response. -2016-08-01 17:04:04.213 +05:30 [Debug] Connection id ""0HKTPVKT1RID8"" received FIN. -2016-08-01 17:04:04.215 +05:30 [Debug] Connection id ""0HKTPVKT1RID8"" disconnecting. -2016-08-01 17:04:04.216 +05:30 [Debug] Connection id ""0HKTPVKT1RID8"" sending FIN. -2016-08-01 17:04:04.213 +05:30 [Debug] Connection id ""0HKTPVKT1RIDA"" received FIN. -2016-08-01 17:04:04.218 +05:30 [Debug] Connection id ""0HKTPVKT1RID8"" sent FIN with status "0". -2016-08-01 17:04:04.224 +05:30 [Debug] Connection id ""0HKTPVKT1RIDA"" disconnecting. -2016-08-01 17:04:04.227 +05:30 [Debug] Connection id ""0HKTPVKT1RID8"" stopped. -2016-08-01 17:04:04.230 +05:30 [Debug] Connection id ""0HKTPVKT1RIDA"" sending FIN. -2016-08-01 17:04:04.235 +05:30 [Debug] Connection id ""0HKTPVKT1RIDA"" sent FIN with status "0". -2016-08-01 17:04:04.241 +05:30 [Debug] Connection id ""0HKTPVKT1RIDA"" stopped. -2016-08-01 17:04:27.302 +05:30 [Debug] Connection id ""0HKTPVKT1RIDB"" started. -2016-08-01 17:04:29.570 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=2 -2016-08-01 17:04:29.705 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-01 17:04:29.727 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-01 17:04:31.632 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-01 17:04:31.727 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:04:32.013 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:04:32.650 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:04:32.740 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 2939.2748ms -2016-08-01 17:04:32.811 +05:30 [Information] Request finished in 5348.014ms 200 application/json; charset=utf-8 -2016-08-01 17:04:32.831 +05:30 [Debug] Connection id ""0HKTPVKT1RIDB"" completed keep alive response. -2016-08-01 17:04:33.083 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=3 -2016-08-01 17:04:33.085 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-01 17:04:33.087 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-01 17:04:33.290 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 17:04:33.294 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:04:33.299 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:04:33.324 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:04:33.357 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 238.1265ms -2016-08-01 17:04:33.572 +05:30 [Information] Request finished in 508.2825ms 200 application/json; charset=utf-8 -2016-08-01 17:04:33.574 +05:30 [Debug] Connection id ""0HKTPVKT1RIDB"" completed keep alive response. -2016-08-01 17:04:58.716 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=3 -2016-08-01 17:04:58.718 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-08-01 17:04:58.721 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-08-01 17:04:59.727 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 17:04:59.821 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:04:59.826 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:04:59.829 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:05:00.179 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:05:00.887 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 1459.0003ms -2016-08-01 17:05:00.939 +05:30 [Debug] Connection id ""0HKTPVKT1RIDC"" started. -2016-08-01 17:05:01.328 +05:30 [Information] Request finished in 2539.057ms 200 application/json; charset=utf-8 -2016-08-01 17:05:01.427 +05:30 [Debug] Connection id ""0HKTPVKT1RIDB"" completed keep alive response. -2016-08-01 17:05:01.529 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Task/GetAllTasksOfUserAndGroup?groupId=3&userId=2 -2016-08-01 17:05:01.531 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Task/GetAllTasksOfUserAndGroup"'. -2016-08-01 17:05:01.532 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TaskController.GetAllTasksOfUserAndGroup (Api.Socioboard)" -2016-08-01 17:05:02.163 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TaskController.GetAllTasksOfUserAndGroup (Api.Socioboard)" with arguments (["2", "3"]) - ModelState is Valid -2016-08-01 17:05:06.054 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TaskController.GetAllTasksOfUserAndGroup (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:05:06.056 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:05:06.057 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:05:06.078 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:05:06.101 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TaskController.GetAllTasksOfUserAndGroup (Api.Socioboard)" in 4546.9091ms -2016-08-01 17:05:06.184 +05:30 [Information] Request finished in 4663.4932ms 200 application/json; charset=utf-8 -2016-08-01 17:05:06.185 +05:30 [Debug] Connection id ""0HKTPVKT1RIDC"" completed keep alive response. -2016-08-01 17:06:04.213 +05:30 [Debug] Connection id ""0HKTPVKT1RIDB"" received FIN. -2016-08-01 17:06:04.216 +05:30 [Debug] Connection id ""0HKTPVKT1RIDB"" disconnecting. -2016-08-01 17:06:04.275 +05:30 [Debug] Connection id ""0HKTPVKT1RIDB"" sending FIN. -2016-08-01 17:06:04.277 +05:30 [Debug] Connection id ""0HKTPVKT1RIDB"" sent FIN with status "0". -2016-08-01 17:06:04.278 +05:30 [Debug] Connection id ""0HKTPVKT1RIDB"" stopped. -2016-08-01 17:06:14.761 +05:30 [Debug] Connection id ""0HKTPVKT1RIDD"" started. -2016-08-01 17:06:15.482 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=2 -2016-08-01 17:06:15.486 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-01 17:06:15.491 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-01 17:06:15.710 +05:30 [Debug] Connection id ""0HKTPVKT1RIDC"" received FIN. -2016-08-01 17:06:15.782 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-01 17:06:16.016 +05:30 [Debug] Connection id ""0HKTPVKT1RIDC"" disconnecting. -2016-08-01 17:06:16.023 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:06:16.025 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:06:16.047 +05:30 [Debug] Connection id ""0HKTPVKT1RIDC"" sending FIN. -2016-08-01 17:06:16.185 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:06:16.490 +05:30 [Debug] Connection id ""0HKTPVKT1RIDC"" sent FIN with status "0". -2016-08-01 17:06:16.637 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 999.974ms -2016-08-01 17:06:16.978 +05:30 [Debug] Connection id ""0HKTPVKT1RIDC"" stopped. -2016-08-01 17:06:17.154 +05:30 [Information] Request finished in 2351.0899ms 200 application/json; charset=utf-8 -2016-08-01 17:06:17.434 +05:30 [Debug] Connection id ""0HKTPVKT1RIDD"" completed keep alive response. -2016-08-01 17:06:17.568 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=3 -2016-08-01 17:06:17.572 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-01 17:06:17.581 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-01 17:06:17.879 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 17:06:17.898 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:06:17.932 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:06:18.089 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:06:18.161 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 503.9398ms -2016-08-01 17:06:18.360 +05:30 [Information] Request finished in 814.2052ms 200 application/json; charset=utf-8 -2016-08-01 17:06:18.363 +05:30 [Debug] Connection id ""0HKTPVKT1RIDD"" completed keep alive response. -2016-08-01 17:06:38.615 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Task/GetAllTasksOfUserAndGroup?groupId=3&userId=2 -2016-08-01 17:06:38.616 +05:30 [Debug] Connection id ""0HKTPVKT1RIDE"" started. -2016-08-01 17:06:38.667 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Task/GetAllTasksOfUserAndGroup"'. -2016-08-01 17:06:39.423 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TaskController.GetAllTasksOfUserAndGroup (Api.Socioboard)" -2016-08-01 17:06:39.910 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=3 -2016-08-01 17:06:39.981 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-08-01 17:06:40.097 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-08-01 17:06:42.150 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TaskController.GetAllTasksOfUserAndGroup (Api.Socioboard)" with arguments (["2", "3"]) - ModelState is Valid -2016-08-01 17:06:53.338 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 17:06:53.378 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:06:53.380 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:06:53.381 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:06:53.590 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:06:53.673 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 13212.6756ms -2016-08-01 17:06:53.692 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TaskController.GetAllTasksOfUserAndGroup (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:06:53.696 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:06:53.697 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:06:53.708 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:06:53.729 +05:30 [Information] Request finished in 14730.9147ms 200 application/json; charset=utf-8 -2016-08-01 17:06:53.739 +05:30 [Debug] Connection id ""0HKTPVKT1RIDE"" completed keep alive response. -2016-08-01 17:06:53.750 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TaskController.GetAllTasksOfUserAndGroup (Api.Socioboard)" in 14220.8397ms -2016-08-01 17:06:53.904 +05:30 [Information] Request finished in 15968.7985ms 200 application/json; charset=utf-8 -2016-08-01 17:06:53.916 +05:30 [Debug] Connection id ""0HKTPVKT1RIDD"" completed keep alive response. -2016-08-01 17:08:04.214 +05:30 [Debug] Connection id ""0HKTPVKT1RIDD"" received FIN. -2016-08-01 17:08:04.214 +05:30 [Debug] Connection id ""0HKTPVKT1RIDE"" received FIN. -2016-08-01 17:08:04.216 +05:30 [Debug] Connection id ""0HKTPVKT1RIDD"" disconnecting. -2016-08-01 17:08:04.226 +05:30 [Debug] Connection id ""0HKTPVKT1RIDD"" sending FIN. -2016-08-01 17:08:04.226 +05:30 [Debug] Connection id ""0HKTPVKT1RIDE"" disconnecting. -2016-08-01 17:08:04.228 +05:30 [Debug] Connection id ""0HKTPVKT1RIDD"" sent FIN with status "0". -2016-08-01 17:08:04.230 +05:30 [Debug] Connection id ""0HKTPVKT1RIDD"" stopped. -2016-08-01 17:08:04.231 +05:30 [Debug] Connection id ""0HKTPVKT1RIDE"" sending FIN. -2016-08-01 17:08:04.234 +05:30 [Debug] Connection id ""0HKTPVKT1RIDE"" sent FIN with status "0". -2016-08-01 17:08:04.238 +05:30 [Debug] Connection id ""0HKTPVKT1RIDE"" stopped. -2016-08-01 17:08:14.720 +05:30 [Debug] Connection id ""0HKTPVKT1RIDF"" started. -2016-08-01 17:08:14.737 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=2 -2016-08-01 17:08:14.739 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-01 17:08:14.740 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-01 17:08:14.833 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-01 17:08:14.837 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:08:14.839 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:08:14.869 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:08:14.905 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 129.8097ms -2016-08-01 17:08:15.684 +05:30 [Information] Request finished in 605.1386ms 200 application/json; charset=utf-8 -2016-08-01 17:08:15.686 +05:30 [Debug] Connection id ""0HKTPVKT1RIDF"" completed keep alive response. -2016-08-01 17:08:17.350 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=3 -2016-08-01 17:08:17.357 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-01 17:08:17.360 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-01 17:08:18.941 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 17:08:18.957 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:08:18.967 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:08:19.006 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:08:19.230 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 1653.9667ms -2016-08-01 17:08:19.297 +05:30 [Information] Request finished in 3475.0359ms 200 application/json; charset=utf-8 -2016-08-01 17:08:19.301 +05:30 [Debug] Connection id ""0HKTPVKT1RIDF"" completed keep alive response. -2016-08-01 17:09:08.115 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=3 -2016-08-01 17:09:08.119 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-08-01 17:09:08.123 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-08-01 17:09:11.763 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 17:09:11.774 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:09:11.778 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:09:11.780 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:09:11.900 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:09:12.246 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 3780.2184ms -2016-08-01 17:09:14.083 +05:30 [Information] Request finished in 4662.0756ms 200 application/json; charset=utf-8 -2016-08-01 17:09:14.085 +05:30 [Debug] Connection id ""0HKTPVKT1RIDF"" completed keep alive response. -2016-08-01 17:09:16.438 +05:30 [Debug] Connection id ""0HKTPVKT1RIDG"" started. -2016-08-01 17:09:16.687 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Task/GetAllTasksOfUserAndGroup?groupId=3&userId=2 -2016-08-01 17:09:16.689 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Task/GetAllTasksOfUserAndGroup"'. -2016-08-01 17:09:16.691 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TaskController.GetAllTasksOfUserAndGroup (Api.Socioboard)" -2016-08-01 17:09:17.659 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TaskController.GetAllTasksOfUserAndGroup (Api.Socioboard)" with arguments (["2", "3"]) - ModelState is Valid -2016-08-01 17:09:19.890 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TaskController.GetAllTasksOfUserAndGroup (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:09:19.892 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:09:19.907 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:09:19.927 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:09:21.150 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TaskController.GetAllTasksOfUserAndGroup (Api.Socioboard)" in 3237.3308ms -2016-08-01 17:09:21.987 +05:30 [Information] Request finished in 4564.0406ms 200 application/json; charset=utf-8 -2016-08-01 17:09:21.989 +05:30 [Debug] Connection id ""0HKTPVKT1RIDG"" completed keep alive response. -2016-08-01 17:12:03.059 +05:30 [Debug] Connection id ""0HKTPVKT1RIDF"" received FIN. -2016-08-01 17:12:03.065 +05:30 [Debug] Connection id ""0HKTPVKT1RIDH"" started. -2016-08-01 17:12:03.065 +05:30 [Debug] Connection id ""0HKTPVKT1RIDF"" disconnecting. -2016-08-01 17:12:03.072 +05:30 [Debug] Connection id ""0HKTPVKT1RIDF"" sending FIN. -2016-08-01 17:12:03.073 +05:30 [Debug] Connection id ""0HKTPVKT1RIDF"" sent FIN with status "0". -2016-08-01 17:12:03.079 +05:30 [Debug] Connection id ""0HKTPVKT1RIDF"" stopped. -2016-08-01 17:12:03.117 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/User/FacebookLogin application/x-www-form-urlencoded 176 -2016-08-01 17:12:03.120 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/FacebookLogin"'. -2016-08-01 17:12:03.122 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" -2016-08-01 17:12:03.202 +05:30 [Debug] Connection id ""0HKTPVKT1RIDG"" received FIN. -2016-08-01 17:12:03.249 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" with arguments (["EAAKYvwDVmnUBAI3oXEz2h9kA1PxCvm9ZCk74FjXZCyhasl1f91Ksn4c4VA4m2jU5Jcl9szLLWeLbaxlPwgTpvTM1RsV1ZBnRhavUJr6OZActAZAcVngxY8clU9ubVcH0vGZBxkSITQ484uQHdDaO6eLdMfB7nChu0ZD"]) - ModelState is Valid -2016-08-01 17:12:03.261 +05:30 [Debug] Connection id ""0HKTPVKT1RIDG"" disconnecting. -2016-08-01 17:12:03.270 +05:30 [Debug] Connection id ""0HKTPVKT1RIDG"" sending FIN. -2016-08-01 17:12:03.413 +05:30 [Debug] Connection id ""0HKTPVKT1RIDG"" sent FIN with status "0". -2016-08-01 17:12:03.443 +05:30 [Debug] Connection id ""0HKTPVKT1RIDG"" stopped. -2016-08-01 17:12:07.019 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:12:07.021 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:12:07.116 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:12:07.184 +05:30 [Information] Executed action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" in 3994.1792ms -2016-08-01 17:12:07.254 +05:30 [Information] Request finished in 4154.9161ms 200 application/json; charset=utf-8 -2016-08-01 17:12:07.269 +05:30 [Debug] Connection id ""0HKTPVKT1RIDH"" completed keep alive response. -2016-08-01 17:12:08.948 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-08-01 17:12:08.950 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-01 17:12:08.953 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-01 17:12:09.221 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 17:12:09.227 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:12:09.230 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:12:09.299 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:12:09.337 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 346.0632ms -2016-08-01 17:12:09.501 +05:30 [Information] Request finished in 600.8926ms 200 application/json; charset=utf-8 -2016-08-01 17:12:09.505 +05:30 [Debug] Connection id ""0HKTPVKT1RIDH"" completed keep alive response. -2016-08-01 17:12:09.734 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-08-01 17:12:09.984 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-01 17:12:10.157 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-01 17:12:11.576 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 17:12:11.597 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:12:11.609 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:12:11.734 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:12:11.798 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 941.044ms -2016-08-01 17:12:11.885 +05:30 [Information] Request finished in 2261.0897ms 200 application/json; charset=utf-8 -2016-08-01 17:12:11.915 +05:30 [Debug] Connection id ""0HKTPVKT1RIDH"" completed keep alive response. -2016-08-01 17:12:18.289 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=1 -2016-08-01 17:12:18.291 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-08-01 17:12:18.293 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-08-01 17:12:20.106 +05:30 [Debug] Connection id ""0HKTPVKT1RIDI"" started. -2016-08-01 17:12:20.109 +05:30 [Debug] Connection id ""0HKTPVKT1RIDJ"" started. -2016-08-01 17:12:20.208 +05:30 [Debug] Connection id ""0HKTPVKT1RIDK"" started. -2016-08-01 17:12:20.482 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=1 -2016-08-01 17:12:20.517 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-08-01 17:12:20.519 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-08-01 17:12:20.859 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 17:12:20.865 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:12:20.867 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:12:20.869 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:12:21.071 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=1 -2016-08-01 17:12:21.073 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-08-01 17:12:21.075 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-08-01 17:12:21.233 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:12:21.550 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 2940.2556ms -2016-08-01 17:12:21.703 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Google/GetGplusProfiles?groupId=1 -2016-08-01 17:12:21.705 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GetGplusProfiles"'. -2016-08-01 17:12:21.712 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" -2016-08-01 17:12:21.907 +05:30 [Debug] Connection id ""0HKTPVKT1RIDL"" started. -2016-08-01 17:12:22.812 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 17:12:22.265 +05:30 [Information] Request finished in 3575.1902ms 200 application/json; charset=utf-8 -2016-08-01 17:12:22.530 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 17:12:22.404 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 17:12:22.890 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:12:22.937 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:12:22.939 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:12:22.934 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:12:22.983 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:12:22.984 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:12:22.988 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:12:22.990 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:12:22.991 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:12:22.849 +05:30 [Debug] Connection id ""0HKTPVKT1RIDH"" completed keep alive response. -2016-08-01 17:12:23.304 +05:30 [Debug] Connection id ""0HKTPVKT1RIDM"" started. -2016-08-01 17:12:23.677 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:12:23.946 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Instagram/GetInstagramProfiles?groupId=1 -2016-08-01 17:12:23.637 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:12:23.362 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:12:24.331 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/SocialMessages/GetAllSentMessagesCount?groupId=1&userId=1 -2016-08-01 17:12:24.472 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Instagram/GetInstagramProfiles"'. -2016-08-01 17:12:24.484 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/SocialMessages/GetAllSentMessagesCount"'. -2016-08-01 17:12:24.487 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" -2016-08-01 17:12:24.489 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" -2016-08-01 17:12:24.918 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 3945.2024ms -2016-08-01 17:12:25.651 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 3398.0697ms -2016-08-01 17:12:25.834 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" in 2765.726ms -2016-08-01 17:12:25.901 +05:30 [Information] Request finished in 5527.9665ms 200 application/json; charset=utf-8 -2016-08-01 17:12:25.902 +05:30 [Debug] Connection id ""0HKTPVKT1RIDJ"" completed keep alive response. -2016-08-01 17:12:26.572 +05:30 [Information] Request finished in 4451.2584ms 200 application/json; charset=utf-8 -2016-08-01 17:12:26.595 +05:30 [Debug] Connection id ""0HKTPVKT1RIDK"" completed keep alive response. -2016-08-01 17:12:26.894 +05:30 [Information] Request finished in 5703.0516ms 200 application/json; charset=utf-8 -2016-08-01 17:12:26.896 +05:30 [Debug] Connection id ""0HKTPVKT1RIDI"" completed keep alive response. -2016-08-01 17:12:27.558 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetIncommingMessage?groupId=1&userId=1 -2016-08-01 17:12:27.564 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetIncommingMessage"'. -2016-08-01 17:12:27.566 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" -2016-08-01 17:12:27.914 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 17:12:27.925 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:12:27.929 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:12:27.931 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:12:27.979 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterFollowerCount?groupId=1&userId=1 -2016-08-01 17:12:27.983 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterFollowerCount"'. -2016-08-01 17:12:27.985 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" -2016-08-01 17:12:28.183 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/FacebookfanPageCount?groupId=1&userId=1 -2016-08-01 17:12:28.187 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/FacebookfanPageCount"'. -2016-08-01 17:12:28.190 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" -2016-08-01 17:12:28.441 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-08-01 17:12:28.623 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:12:28.865 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/LinkedIn/GetLinkedInCompanyPagesProfiles?groupId=1 -2016-08-01 17:12:28.867 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/LinkedIn/GetLinkedInCompanyPagesProfiles"'. -2016-08-01 17:12:28.869 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" -2016-08-01 17:12:28.832 +05:30 [Debug] Connection id ""0HKTPVKT1RIDN"" started. -2016-08-01 17:12:29.009 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-08-01 17:12:29.090 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:12:29.092 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:12:29.093 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:12:29.462 +05:30 [Information] Executed action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" in 4368.9778ms -2016-08-01 17:12:30.069 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:12:30.653 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-08-01 17:12:30.710 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:12:30.712 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:12:30.714 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 17:12:32.066 +05:30 [Information] Request finished in 6709.382ms 200 application/json; charset=utf-8 -2016-08-01 17:12:32.074 +05:30 [Debug] Connection id ""0HKTPVKT1RIDL"" completed keep alive response. -2016-08-01 17:12:32.072 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:12:32.076 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:12:32.078 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 17:12:32.113 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:12:32.146 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-08-01 17:12:32.181 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:12:32.184 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:12:32.185 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 17:12:32.294 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" in 4131.9784ms -2016-08-01 17:12:32.395 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:12:32.471 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:12:33.295 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterRecentFollower?groupId=1 -2016-08-01 17:12:33.531 +05:30 [Information] Request finished in 4780.1872ms 200 text/plain; charset=utf-8 -2016-08-01 17:12:33.659 +05:30 [Debug] Connection id ""0HKTPVKT1RIDK"" completed keep alive response. -2016-08-01 17:12:33.659 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterRecentFollower"'. -2016-08-01 17:12:33.654 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" in 4211.0871ms -2016-08-01 17:12:33.663 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" -2016-08-01 17:12:34.190 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" in 4909.2405ms -2016-08-01 17:12:34.375 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 17:12:34.384 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:12:34.386 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:12:34.387 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:12:34.673 +05:30 [Information] Request finished in 6602.4156ms 200 text/plain; charset=utf-8 -2016-08-01 17:12:34.675 +05:30 [Debug] Connection id ""0HKTPVKT1RIDI"" completed keep alive response. -2016-08-01 17:12:35.651 +05:30 [Information] Request finished in 7809.0692ms 200 text/plain; charset=utf-8 -2016-08-01 17:12:35.653 +05:30 [Debug] Connection id ""0HKTPVKT1RIDJ"" completed keep alive response. -2016-08-01 17:12:36.070 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:12:36.186 +05:30 [Information] Executed action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" in 5579.2117ms -2016-08-01 17:12:36.259 +05:30 [Information] Executed action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" in 7201.962ms -2016-08-01 17:12:36.368 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-08-01 17:12:36.374 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-01 17:12:36.376 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-01 17:12:36.403 +05:30 [Information] Request finished in 12892.3784ms 200 application/json; charset=utf-8 -2016-08-01 17:12:36.409 +05:30 [Debug] Connection id ""0HKTPVKT1RIDH"" completed keep alive response. -2016-08-01 17:12:37.075 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 17:12:36.699 +05:30 [Information] Request finished in 11443.5091ms 200 application/json; charset=utf-8 -2016-08-01 17:12:37.218 +05:30 [Debug] Connection id ""0HKTPVKT1RIDM"" completed keep alive response. -2016-08-01 17:12:37.683 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 17:12:37.722 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:12:37.725 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:12:37.937 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:12:38.012 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 1562.0866ms -2016-08-01 17:12:38.190 +05:30 [Information] Request finished in 9193.189ms 200 application/json; charset=utf-8 -2016-08-01 17:12:38.194 +05:30 [Debug] Connection id ""0HKTPVKT1RIDN"" completed keep alive response. -2016-08-01 17:12:38.807 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=3 -2016-08-01 17:12:38.810 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-01 17:12:38.812 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-01 17:12:39.087 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 17:12:39.091 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:12:39.096 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:12:39.159 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:12:39.304 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 355.7944ms -2016-08-01 17:12:39.605 +05:30 [Information] Request finished in 802.093ms 200 application/json; charset=utf-8 -2016-08-01 17:12:39.608 +05:30 [Debug] Connection id ""0HKTPVKT1RIDK"" completed keep alive response. -2016-08-01 17:12:40.636 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:12:40.642 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:12:40.645 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:12:41.634 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:12:41.971 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" in 7446.4169ms -2016-08-01 17:12:42.341 +05:30 [Information] Request finished in 9794.484ms 200 application/json; charset=utf-8 -2016-08-01 17:12:42.387 +05:30 [Debug] Connection id ""0HKTPVKT1RIDL"" completed keep alive response. -2016-08-01 17:13:10.713 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=3 -2016-08-01 17:13:10.732 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-08-01 17:13:10.744 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-08-01 17:13:11.011 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=3 -2016-08-01 17:13:11.013 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-08-01 17:13:11.015 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-08-01 17:13:11.803 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=3 -2016-08-01 17:13:11.830 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-08-01 17:13:11.946 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-08-01 17:13:12.036 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Instagram/GetInstagramProfiles?groupId=3 -2016-08-01 17:13:12.039 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Instagram/GetInstagramProfiles"'. -2016-08-01 17:13:12.041 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" -2016-08-01 17:13:13.408 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/LinkedIn/GetLinkedInCompanyPagesProfiles?groupId=3 -2016-08-01 17:13:13.410 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/LinkedIn/GetLinkedInCompanyPagesProfiles"'. -2016-08-01 17:13:13.413 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" -2016-08-01 17:13:13.742 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Google/GetGplusProfiles?groupId=3 -2016-08-01 17:13:13.788 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GetGplusProfiles"'. -2016-08-01 17:13:13.795 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" -2016-08-01 17:13:13.820 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 17:13:13.862 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:13:13.866 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:13:13.869 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:13:14.239 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 17:13:14.812 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:13:14.827 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:13:14.836 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:13:14.916 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:13:15.035 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 17:13:15.041 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:13:15.043 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:13:15.045 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:13:15.144 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 3908.3196ms -2016-08-01 17:13:15.282 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:13:15.577 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:13:15.732 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 17:13:15.782 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:13:15.785 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:13:15.787 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:13:15.797 +05:30 [Information] Request finished in 4484.1825ms 200 application/json; charset=utf-8 -2016-08-01 17:13:15.800 +05:30 [Debug] Connection id ""0HKTPVKT1RIDJ"" completed keep alive response. -2016-08-01 17:13:16.195 +05:30 [Information] Executed action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" in 3535.136ms -2016-08-01 17:13:16.250 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 17:13:16.258 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:13:16.264 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:13:16.266 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:13:16.306 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 4547.2012ms -2016-08-01 17:13:16.362 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:13:16.768 +05:30 [Information] Request finished in 5453.2371ms 200 application/json; charset=utf-8 -2016-08-01 17:13:16.773 +05:30 [Debug] Connection id ""0HKTPVKT1RIDH"" completed keep alive response. -2016-08-01 17:13:16.865 +05:30 [Information] Executed action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" in 2953.0404ms -2016-08-01 17:13:17.041 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:13:17.091 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetIncommingMessage?groupId=3&userId=1 -2016-08-01 17:13:17.099 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetIncommingMessage"'. -2016-08-01 17:13:17.103 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" -2016-08-01 17:13:17.146 +05:30 [Information] Request finished in 6232.3098ms 200 application/json; charset=utf-8 -2016-08-01 17:13:17.149 +05:30 [Debug] Connection id ""0HKTPVKT1RIDN"" completed keep alive response. -2016-08-01 17:13:17.274 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/SocialMessages/GetAllSentMessagesCount?groupId=3&userId=1 -2016-08-01 17:13:17.287 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/SocialMessages/GetAllSentMessagesCount"'. -2016-08-01 17:13:17.302 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" -2016-08-01 17:13:17.639 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterFollowerCount?groupId=3&userId=1 -2016-08-01 17:13:17.660 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterFollowerCount"'. -2016-08-01 17:13:17.667 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" -2016-08-01 17:13:17.881 +05:30 [Information] Request finished in 6227.1875ms 200 application/json; charset=utf-8 -2016-08-01 17:13:17.897 +05:30 [Debug] Connection id ""0HKTPVKT1RIDI"" completed keep alive response. -2016-08-01 17:13:18.394 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 5119.1941ms -2016-08-01 17:13:18.898 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/FacebookfanPageCount?groupId=3&userId=1 -2016-08-01 17:13:18.901 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/FacebookfanPageCount"'. -2016-08-01 17:13:18.903 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" -2016-08-01 17:13:19.288 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 17:13:19.614 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:13:19.618 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:13:19.621 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:13:19.630 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" with arguments (["3", "1"]) - ModelState is Valid -2016-08-01 17:13:19.681 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:13:19.685 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:13:19.691 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 17:13:19.930 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" with arguments (["1", "3"]) - ModelState is Valid -2016-08-01 17:13:20.069 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:13:20.082 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:13:20.092 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:13:20.289 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:13:20.345 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:13:20.433 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" with arguments (["3", "1"]) - ModelState is Valid -2016-08-01 17:13:20.793 +05:30 [Information] Executed action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" in 3049.14ms -2016-08-01 17:13:20.919 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" with arguments (["1", "3"]) - ModelState is Valid -2016-08-01 17:13:20.969 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:13:20.972 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:13:20.975 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 17:13:21.016 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:13:21.018 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:13:21.020 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 17:13:21.090 +05:30 [Information] Request finished in 8347.339ms 200 application/json; charset=utf-8 -2016-08-01 17:13:21.116 +05:30 [Debug] Connection id ""0HKTPVKT1RIDM"" completed keep alive response. -2016-08-01 17:13:21.139 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:13:21.545 +05:30 [Information] Request finished in 4579.3397ms 200 application/json; charset=utf-8 -2016-08-01 17:13:21.577 +05:30 [Debug] Connection id ""0HKTPVKT1RIDL"" completed keep alive response. -2016-08-01 17:13:22.284 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" in 2621.9509ms -2016-08-01 17:13:22.663 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:13:22.856 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterRecentFollower?groupId=3 -2016-08-01 17:13:22.860 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterRecentFollower"'. -2016-08-01 17:13:22.864 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" -2016-08-01 17:13:23.000 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" in 7656.8865ms -2016-08-01 17:13:23.416 +05:30 [Information] Request finished in 5460.114ms 200 text/plain; charset=utf-8 -2016-08-01 17:13:23.423 +05:30 [Debug] Connection id ""0HKTPVKT1RIDH"" completed keep alive response. -2016-08-01 17:13:23.684 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" in 5560.2704ms -2016-08-01 17:13:23.850 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:13:23.981 +05:30 [Information] Request finished in 12650.721ms 200 application/json; charset=utf-8 -2016-08-01 17:13:23.994 +05:30 [Debug] Connection id ""0HKTPVKT1RIDK"" completed keep alive response. -2016-08-01 17:13:24.007 +05:30 [Information] Request finished in 6985.1822ms 200 text/plain; charset=utf-8 -2016-08-01 17:13:24.013 +05:30 [Debug] Connection id ""0HKTPVKT1RIDJ"" completed keep alive response. -2016-08-01 17:13:24.166 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 17:13:24.701 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" in 4949.386ms -2016-08-01 17:13:25.454 +05:30 [Information] Request finished in 6937.0376ms 200 text/plain; charset=utf-8 -2016-08-01 17:13:25.456 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:13:25.463 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:13:25.459 +05:30 [Debug] Connection id ""0HKTPVKT1RIDN"" completed keep alive response. -2016-08-01 17:13:25.465 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:13:25.634 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:13:25.928 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" in 2769.2605ms -2016-08-01 17:13:26.066 +05:30 [Information] Request finished in 4443.1328ms 200 application/json; charset=utf-8 -2016-08-01 17:13:26.081 +05:30 [Debug] Connection id ""0HKTPVKT1RIDI"" completed keep alive response. -2016-08-01 17:14:11.676 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetNotifications?groupId=3&userId=1&skip=0&count=20 -2016-08-01 17:14:11.685 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetNotifications"'. -2016-08-01 17:14:11.703 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetNotifications (Api.Socioboard)" -2016-08-01 17:14:12.996 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetNotifications (Api.Socioboard)" with arguments (["3", "1", "0", "20"]) - ModelState is Valid -2016-08-01 17:14:14.301 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetNotifications (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:14:14.309 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:14:14.315 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:14:14.473 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:14:14.580 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetNotifications (Api.Socioboard)" in 2778.3329ms -2016-08-01 17:14:14.694 +05:30 [Information] Request finished in 3426.0397ms 200 application/json; charset=utf-8 -2016-08-01 17:14:14.696 +05:30 [Debug] Connection id ""0HKTPVKT1RIDM"" completed keep alive response. -2016-08-01 17:14:51.278 +05:30 [Debug] Connection id ""0HKTPVKT1RIDH"" received FIN. -2016-08-01 17:14:51.282 +05:30 [Debug] Connection id ""0HKTPVKT1RIDJ"" received FIN. -2016-08-01 17:14:51.283 +05:30 [Debug] Connection id ""0HKTPVKT1RIDH"" disconnecting. -2016-08-01 17:14:51.289 +05:30 [Debug] Connection id ""0HKTPVKT1RIDJ"" disconnecting. -2016-08-01 17:14:51.286 +05:30 [Debug] Connection id ""0HKTPVKT1RIDN"" received FIN. -2016-08-01 17:14:51.293 +05:30 [Debug] Connection id ""0HKTPVKT1RIDI"" received FIN. -2016-08-01 17:14:51.293 +05:30 [Debug] Connection id ""0HKTPVKT1RIDN"" disconnecting. -2016-08-01 17:14:51.295 +05:30 [Debug] Connection id ""0HKTPVKT1RIDI"" disconnecting. -2016-08-01 17:14:51.295 +05:30 [Debug] Connection id ""0HKTPVKT1RIDH"" sending FIN. -2016-08-01 17:14:51.309 +05:30 [Debug] Connection id ""0HKTPVKT1RIDJ"" sending FIN. -2016-08-01 17:14:51.312 +05:30 [Debug] Connection id ""0HKTPVKT1RIDN"" sending FIN. -2016-08-01 17:14:51.315 +05:30 [Debug] Connection id ""0HKTPVKT1RIDI"" sending FIN. -2016-08-01 17:14:51.318 +05:30 [Debug] Connection id ""0HKTPVKT1RIDI"" sent FIN with status "0". -2016-08-01 17:14:51.321 +05:30 [Debug] Connection id ""0HKTPVKT1RIDI"" stopped. -2016-08-01 17:14:51.324 +05:30 [Debug] Connection id ""0HKTPVKT1RIDN"" sent FIN with status "0". -2016-08-01 17:14:51.326 +05:30 [Debug] Connection id ""0HKTPVKT1RIDN"" stopped. -2016-08-01 17:14:51.328 +05:30 [Debug] Connection id ""0HKTPVKT1RIDJ"" sent FIN with status "0". -2016-08-01 17:14:51.330 +05:30 [Debug] Connection id ""0HKTPVKT1RIDJ"" stopped. -2016-08-01 17:14:51.332 +05:30 [Debug] Connection id ""0HKTPVKT1RIDH"" sent FIN with status "0". -2016-08-01 17:14:51.335 +05:30 [Debug] Connection id ""0HKTPVKT1RIDH"" stopped. -2016-08-01 17:14:51.950 +05:30 [Debug] Connection id ""0HKTPVKT1RIDK"" received FIN. -2016-08-01 17:14:55.541 +05:30 [Debug] Connection id ""0HKTPVKT1RIDL"" received FIN. -2016-08-01 17:14:55.541 +05:30 [Debug] Connection id ""0HKTPVKT1RIDK"" disconnecting. -2016-08-01 17:14:56.370 +05:30 [Debug] Connection id ""0HKTPVKT1RIDL"" disconnecting. -2016-08-01 17:14:56.494 +05:30 [Debug] Connection id ""0HKTPVKT1RIDK"" sending FIN. -2016-08-01 17:14:56.675 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/Task/AddTask?groupId=3&senderUserId=1&recipientUserId=1&taskMessage=Friends%20r%20like%20a%20page%20in%20a%20book,Every%20page%20with%20a%20different%20subject,But%20best%20friends%20r%20d%20index%20page,covering%20every%20subject@sureshbandi_&feedTableType=MongoTwitterMessage&feedId=714710029560061953&taskComment=check%20this%20&taskMessageImageUrl= 0 -2016-08-01 17:14:56.715 +05:30 [Debug] Connection id ""0HKTPVKT1RIDL"" sending FIN. -2016-08-01 17:14:56.717 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Task/AddTask"'. -2016-08-01 17:14:57.263 +05:30 [Debug] Connection id ""0HKTPVKT1RIDL"" sent FIN with status "0". -2016-08-01 17:14:57.263 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TaskController.AddTask (Api.Socioboard)" -2016-08-01 17:14:59.089 +05:30 [Debug] Connection id ""0HKTPVKT1RIDL"" stopped. -2016-08-01 17:14:59.331 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TaskController.AddTask (Api.Socioboard)" with arguments (["Domain.Socioboard.ViewModels.TasksViewModel"]) - ModelState is Valid -2016-08-01 17:14:59.602 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TaskController.AddTask (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:14:59.612 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:14:59.615 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 17:14:59.784 +05:30 [Debug] Connection id ""0HKTPVKT1RIDK"" sent FIN with status "0". -2016-08-01 17:15:00.092 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:15:02.414 +05:30 [Debug] Connection id ""0HKTPVKT1RIDK"" stopped. -2016-08-01 17:15:02.441 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TaskController.AddTask (Api.Socioboard)" in 3325.1431ms -2016-08-01 17:15:02.663 +05:30 [Debug] Connection id ""0HKTPVKT1RIDO"" started. -2016-08-01 17:15:02.764 +05:30 [Information] Request finished in 6312.2555ms 200 text/plain; charset=utf-8 -2016-08-01 17:15:03.726 +05:30 [Debug] Connection id ""0HKTPVKT1RIDM"" completed keep alive response. -2016-08-01 17:15:09.354 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/Task/AddTask?groupId=3&senderUserId=1&recipientUserId=1&taskMessage=Friends%20r%20like%20a%20page%20in%20a%20book,Every%20page%20with%20a%20different%20subject,But%20best%20friends%20r%20d%20index%20page,covering%20every%20subject@sureshbandi_&feedTableType=MongoTwitterMessage&feedId=714710029560061953&taskComment=check%20this%20&taskMessageImageUrl= 0 -2016-08-01 17:15:09.369 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Task/AddTask"'. -2016-08-01 17:15:09.381 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TaskController.AddTask (Api.Socioboard)" -2016-08-01 17:15:19.537 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TaskController.AddTask (Api.Socioboard)" with arguments (["Domain.Socioboard.ViewModels.TasksViewModel"]) - ModelState is Valid -2016-08-01 17:15:19.811 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TaskController.AddTask (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:15:19.818 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:15:19.825 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 17:15:21.702 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:15:23.779 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TaskController.AddTask (Api.Socioboard)" in 12529.6539ms -2016-08-01 17:15:25.618 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-08-01 17:15:25.656 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-01 17:15:25.676 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-01 17:15:25.816 +05:30 [Information] Request finished in 20358.8601ms 200 text/plain; charset=utf-8 -2016-08-01 17:15:25.829 +05:30 [Debug] Connection id ""0HKTPVKT1RIDO"" completed keep alive response. -2016-08-01 17:15:43.818 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-08-01 17:15:43.938 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-01 17:15:43.945 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-01 17:15:43.952 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 17:15:43.962 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:15:43.971 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:15:44.138 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:15:44.235 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 18462.8034ms -2016-08-01 17:15:48.975 +05:30 [Information] Request finished in 25261.9462ms 200 application/json; charset=utf-8 -2016-08-01 17:15:49.003 +05:30 [Debug] Connection id ""0HKTPVKT1RIDM"" completed keep alive response. -2016-08-01 17:15:51.686 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 17:15:51.801 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:15:51.808 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:15:51.820 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=3 -2016-08-01 17:15:51.827 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-01 17:15:51.836 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-01 17:15:52.206 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:15:52.289 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 8283.461ms -2016-08-01 17:15:53.322 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 17:15:53.507 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:15:53.556 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:15:53.836 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:15:57.054 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 2008.0441ms -2016-08-01 17:16:00.411 +05:30 [Information] Request finished in 18602.5797ms 200 application/json; charset=utf-8 -2016-08-01 17:16:00.908 +05:30 [Debug] Connection id ""0HKTPVKT1RIDO"" completed keep alive response. -2016-08-01 17:16:06.637 +05:30 [Information] Request finished in 7429.2614ms 200 application/json; charset=utf-8 -2016-08-01 17:16:06.759 +05:30 [Debug] Connection id ""0HKTPVKT1RIDM"" completed keep alive response. -2016-08-01 17:16:07.878 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=3 -2016-08-01 17:16:07.894 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-01 17:16:07.904 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-01 17:16:20.906 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 17:16:21.108 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:16:21.119 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:16:21.394 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:16:23.815 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 13503.7664ms -2016-08-01 17:16:31.203 +05:30 [Information] Request finished in 21267.9966ms 200 application/json; charset=utf-8 -2016-08-01 17:16:31.345 +05:30 [Debug] Connection id ""0HKTPVKT1RIDO"" completed keep alive response. -2016-08-01 17:16:36.418 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Task/GetAllTasksOfUserAndGroup?groupId=3&userId=1 -2016-08-01 17:16:36.437 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Task/GetAllTasksOfUserAndGroup"'. -2016-08-01 17:16:36.444 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TaskController.GetAllTasksOfUserAndGroup (Api.Socioboard)" -2016-08-01 17:16:41.201 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TaskController.GetAllTasksOfUserAndGroup (Api.Socioboard)" with arguments (["1", "3"]) - ModelState is Valid -2016-08-01 17:16:43.312 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TaskController.GetAllTasksOfUserAndGroup (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:16:43.466 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:16:43.471 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:16:45.475 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:16:51.563 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TaskController.GetAllTasksOfUserAndGroup (Api.Socioboard)" in 9035.3031ms -2016-08-01 17:16:54.635 +05:30 [Information] Request finished in 16167.5595ms 200 application/json; charset=utf-8 -2016-08-01 17:16:54.637 +05:30 [Debug] Connection id ""0HKTPVKT1RIDM"" completed keep alive response. -2016-08-01 17:17:38.898 +05:30 [Debug] Hosting starting -2016-08-01 17:17:39.123 +05:30 [Debug] Connection id ""0HKTQ06HOQI2F"" started. -2016-08-01 17:17:39.136 +05:30 [Debug] Connection id ""0HKTQ06HOQI2G"" started. -2016-08-01 17:17:39.153 +05:30 [Debug] Hosting started -2016-08-01 17:17:39.312 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-08-01 17:17:39.312 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:6361/ 0 -2016-08-01 17:17:39.390 +05:30 [Information] Request finished in 125.2781ms 200 -2016-08-01 17:17:39.447 +05:30 [Debug] Connection id ""0HKTQ06HOQI2F"" completed keep alive response. -2016-08-01 17:17:39.928 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-08-01 17:17:40.000 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"f819a635-e616-4ea4-8435-dcbcc0e13c10"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-08-01 17:17:40.114 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-08-01 17:17:40.239 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid -2016-08-01 17:17:40.244 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult". -2016-08-01 17:17:40.305 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:17:40.312 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:17:40.316 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:17:40.650 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 520.5791ms -2016-08-01 17:17:40.728 +05:30 [Information] Request finished in 1480.7302ms 200 application/json; charset=utf-8 -2016-08-01 17:17:40.731 +05:30 [Debug] Connection id ""0HKTQ06HOQI2G"" completed keep alive response. -2016-08-01 17:17:40.761 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/favicon.ico -2016-08-01 17:17:40.765 +05:30 [Debug] Request did not match any routes. -2016-08-01 17:17:40.771 +05:30 [Information] Request finished in 10.1885ms 404 -2016-08-01 17:17:40.772 +05:30 [Debug] Connection id ""0HKTQ06HOQI2F"" completed keep alive response. -2016-08-01 17:17:56.931 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/Google/GoogleLogin application/x-www-form-urlencoded 52 -2016-08-01 17:17:56.932 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GoogleLogin"'. -2016-08-01 17:17:56.934 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GoogleLogin (Api.Socioboard)" -2016-08-01 17:17:57.350 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GoogleLogin (Api.Socioboard)" with arguments (["4/Ab-e3atGv1kv5diVJekPIm8KfLCoNeQaUyJmYywgWWk"]) - ModelState is Valid -2016-08-01 17:17:57.925 +05:30 [Information] { - "access_token": "ya29.CjAyA86iIQx9kQGco9JpVpHFgr__Igmlx1maDs6zYOmbgZO3p1hG-v8jfr4Radef2kQ", - "token_type": "Bearer", - "expires_in": 3598, - "id_token": "eyJhbGciOiJSUzI1NiIsImtpZCI6IjYxOTJhNmIwNjE2ODUzMjE3MzJjNGJhMTBjMDEwOTY5YWUyZjU1YmMifQ.eyJpc3MiOiJhY2NvdW50cy5nb29nbGUuY29tIiwiYXRfaGFzaCI6ImxTanU5QVZrTUluSXBQbTRNMXNBQXciLCJhdWQiOiIyNDYyMjE0MDU4MDEta2dpcjh1NzdtNWdwb3BrYjRwMHR2bXU1MjJkaWI0ZTAuYXBwcy5nb29nbGV1c2VyY29udGVudC5jb20iLCJzdWIiOiIxMDA0OTM2ODY1MTA4NDY4MzQ5OTMiLCJlbWFpbF92ZXJpZmllZCI6dHJ1ZSwiYXpwIjoiMjQ2MjIxNDA1ODAxLWtnaXI4dTc3bTVncG9wa2I0cDB0dm11NTIyZGliNGUwLmFwcHMuZ29vZ2xldXNlcmNvbnRlbnQuY29tIiwiZW1haWwiOiJiYW5kaVN1cmVzaEBnbG9idXNzb2Z0LmNvbSIsImlhdCI6MTQ3MDA1MjA3OCwiZXhwIjoxNDcwMDU1Njc4fQ.NrcHvgBKVVuwhmGQ8WQDrdKnW3h4M33YJ7g2pl1oSLfNwDvblCQTzrGOu2logeWyl2r68E6VUM8SW9OkT8MSsZ-lvnoEmaXWSc6BgxD8CKgGkcu4IP5UowNZ0S62UZ0-Ku6gjS0gvZk1JpyE8xaaSDMGCf5MtraTQnUEZQm4jLTGvj9dQ3lfZeeB-w3GSkp1xnwlHtN6GifUAMyExC6ktZfFLLdmorQPciEm64RkcpPkJMh83vIMvm-mF0T25dFa2-y4-evnRIRsnA3exzKF62-UFl0favikn7mG0quonO_D-xpIiFSSY9MKHjJmM24h_iRG9rbYqas1Wq1gk9Mmvg" -} -2016-08-01 17:17:58.558 +05:30 [Information] [{ - "id": "100493686510846834993", - "email": "bandiSuresh@globussoft.com", - "verified_email": true, - "name": "Suresh Bandi", - "given_name": "Suresh", - "family_name": "Bandi", - "link": "https://plus.google.com/+SureshBandi007", - "picture": "https://lh3.googleusercontent.com/--zVLmLAPl14/AAAAAAAAAAI/AAAAAAAAAFE/KtuOadUcwFM/photo.jpg", - "gender": "male", - "locale": "en" -} -] -2016-08-01 17:17:58.738 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GoogleLogin (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:17:58.743 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:17:58.747 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:17:58.791 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GoogleLogin (Api.Socioboard)" in 1855.686ms -2016-08-01 17:17:58.798 +05:30 [Information] Request finished in 1866.9726ms 200 application/json; charset=utf-8 -2016-08-01 17:17:58.799 +05:30 [Debug] Connection id ""0HKTQ06HOQI2G"" completed keep alive response. -2016-08-01 17:17:59.230 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=2 -2016-08-01 17:17:59.231 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-01 17:17:59.233 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-01 17:17:59.274 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-01 17:17:59.301 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:17:59.302 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:17:59.303 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:17:59.310 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 75.7192ms -2016-08-01 17:17:59.314 +05:30 [Information] Request finished in 83.9092ms 200 application/json; charset=utf-8 -2016-08-01 17:17:59.315 +05:30 [Debug] Connection id ""0HKTQ06HOQI2F"" completed keep alive response. -2016-08-01 17:17:59.365 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=2 -2016-08-01 17:17:59.366 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-01 17:17:59.375 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-01 17:17:59.389 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-01 17:17:59.400 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:17:59.402 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:17:59.405 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:17:59.412 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 34.7857ms -2016-08-01 17:17:59.416 +05:30 [Information] Request finished in 50.8477ms 200 application/json; charset=utf-8 -2016-08-01 17:17:59.416 +05:30 [Debug] Connection id ""0HKTQ06HOQI2G"" completed keep alive response. -2016-08-01 17:18:01.787 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=2 -2016-08-01 17:18:01.788 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-08-01 17:18:01.789 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-08-01 17:18:01.821 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-01 17:18:01.842 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:18:01.844 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:18:01.845 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:18:01.857 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:18:01.871 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 79.1609ms -2016-08-01 17:18:01.874 +05:30 [Information] Request finished in 87.2131ms 200 application/json; charset=utf-8 -2016-08-01 17:18:01.875 +05:30 [Debug] Connection id ""0HKTQ06HOQI2F"" completed keep alive response. -2016-08-01 17:18:02.066 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=2 -2016-08-01 17:18:02.067 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-08-01 17:18:02.069 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Google/GetGplusProfiles?groupId=2 -2016-08-01 17:18:02.072 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GetGplusProfiles"'. -2016-08-01 17:18:02.078 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" -2016-08-01 17:18:02.079 +05:30 [Debug] Connection id ""0HKTQ06HOQI2I"" started. -2016-08-01 17:18:02.078 +05:30 [Debug] Connection id ""0HKTQ06HOQI2H"" started. -2016-08-01 17:18:02.071 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-08-01 17:18:02.084 +05:30 [Debug] Connection id ""0HKTQ06HOQI2K"" started. -2016-08-01 17:18:02.094 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/LinkedIn/GetLinkedInCompanyPagesProfiles?groupId=2 -2016-08-01 17:18:02.080 +05:30 [Debug] Connection id ""0HKTQ06HOQI2J"" started. -2016-08-01 17:18:02.129 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/LinkedIn/GetLinkedInCompanyPagesProfiles"'. -2016-08-01 17:18:02.166 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" -2016-08-01 17:18:02.226 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-01 17:18:02.280 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=2 -2016-08-01 17:18:02.298 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-08-01 17:18:02.300 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-08-01 17:18:02.295 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Instagram/GetInstagramProfiles?groupId=2 -2016-08-01 17:18:02.332 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-01 17:18:02.383 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Instagram/GetInstagramProfiles"'. -2016-08-01 17:18:02.387 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:18:02.394 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:18:02.395 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:18:02.392 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" -2016-08-01 17:18:02.389 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:18:02.409 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:18:02.409 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:18:02.414 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:18:02.436 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:18:02.476 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" in 378.0697ms -2016-08-01 17:18:02.483 +05:30 [Information] Request finished in 414.4108ms 200 application/json; charset=utf-8 -2016-08-01 17:18:02.484 +05:30 [Debug] Connection id ""0HKTQ06HOQI2F"" completed keep alive response. -2016-08-01 17:18:02.493 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 396.8623ms -2016-08-01 17:18:02.503 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetIncommingMessage?groupId=2&userId=2 -2016-08-01 17:18:02.503 +05:30 [Information] Request finished in 437.9011ms 200 application/json; charset=utf-8 -2016-08-01 17:18:02.504 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetIncommingMessage"'. -2016-08-01 17:18:02.505 +05:30 [Debug] Connection id ""0HKTQ06HOQI2G"" completed keep alive response. -2016-08-01 17:18:02.507 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" -2016-08-01 17:18:02.522 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/SocialMessages/GetAllSentMessagesCount?groupId=2&userId=2 -2016-08-01 17:18:02.523 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/SocialMessages/GetAllSentMessagesCount"'. -2016-08-01 17:18:02.529 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" -2016-08-01 17:18:03.254 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterFollowerCount?groupId=2&userId=2 -2016-08-01 17:18:03.255 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterFollowerCount"'. -2016-08-01 17:18:03.257 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-01 17:18:03.257 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" -2016-08-01 17:18:03.260 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-01 17:18:03.263 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:18:03.265 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:18:03.265 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:18:03.266 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:18:03.266 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:18:03.267 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:18:03.283 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-01 17:18:03.285 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:18:03.284 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:18:03.290 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:18:03.291 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:18:03.291 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:18:03.293 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:18:03.305 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 998.8096ms -2016-08-01 17:18:03.306 +05:30 [Information] Executed action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" in 1132.1555ms -2016-08-01 17:18:03.307 +05:30 [Information] Executed action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" in 903.8513ms -2016-08-01 17:18:03.310 +05:30 [Information] Request finished in 1208.2968ms 200 application/json; charset=utf-8 -2016-08-01 17:18:03.316 +05:30 [Information] Request finished in 1225.7391ms 200 application/json; charset=utf-8 -2016-08-01 17:18:03.325 +05:30 [Debug] Connection id ""0HKTQ06HOQI2K"" completed keep alive response. -2016-08-01 17:18:03.327 +05:30 [Debug] Connection id ""0HKTQ06HOQI2H"" completed keep alive response. -2016-08-01 17:18:03.336 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/FacebookfanPageCount?groupId=2&userId=2 -2016-08-01 17:18:03.337 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterRecentFollower?groupId=2 -2016-08-01 17:18:03.338 +05:30 [Information] Request finished in 1203.4922ms 200 application/json; charset=utf-8 -2016-08-01 17:18:03.338 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/FacebookfanPageCount"'. -2016-08-01 17:18:03.339 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterRecentFollower"'. -2016-08-01 17:18:03.340 +05:30 [Debug] Connection id ""0HKTQ06HOQI2J"" completed keep alive response. -2016-08-01 17:18:03.346 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" -2016-08-01 17:18:03.346 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" -2016-08-01 17:18:03.357 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" with arguments (["2", "2"]) - ModelState is Valid -2016-08-01 17:18:03.388 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" with arguments (["2", "2"]) - ModelState is Valid -2016-08-01 17:18:03.404 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" with arguments (["2", "2"]) - ModelState is Valid -2016-08-01 17:18:03.409 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" with arguments (["2", "2"]) - ModelState is Valid -2016-08-01 17:18:03.427 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-01 17:18:05.368 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:18:05.370 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:18:05.371 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 17:18:05.374 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:18:05.384 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" in 2854.9389ms -2016-08-01 17:18:05.390 +05:30 [Information] Request finished in 2892.9638ms 200 text/plain; charset=utf-8 -2016-08-01 17:18:05.391 +05:30 [Debug] Connection id ""0HKTQ06HOQI2F"" completed keep alive response. -2016-08-01 17:18:06.042 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=2 -2016-08-01 17:18:06.051 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-01 17:18:06.089 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-01 17:18:06.111 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-01 17:18:06.120 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:18:06.125 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:18:06.129 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:18:06.138 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 40.8143ms -2016-08-01 17:18:06.144 +05:30 [Information] Request finished in 137.3746ms 200 application/json; charset=utf-8 -2016-08-01 17:18:06.145 +05:30 [Debug] Connection id ""0HKTQ06HOQI2J"" completed keep alive response. -2016-08-01 17:18:06.155 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=3 -2016-08-01 17:18:06.157 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-01 17:18:06.157 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-01 17:18:06.206 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 17:18:06.208 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:18:06.209 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:18:06.228 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:18:06.253 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 72.2783ms -2016-08-01 17:18:06.258 +05:30 [Information] Request finished in 103.7082ms 200 application/json; charset=utf-8 -2016-08-01 17:18:06.259 +05:30 [Debug] Connection id ""0HKTQ06HOQI2F"" completed keep alive response. -2016-08-01 17:18:08.149 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=3 -2016-08-01 17:18:08.152 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-08-01 17:18:08.156 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-08-01 17:18:08.470 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 17:18:08.473 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:18:08.473 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:18:08.474 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:18:08.506 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:18:08.519 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 350.991ms -2016-08-01 17:18:08.566 +05:30 [Information] Request finished in 412.7708ms 200 application/json; charset=utf-8 -2016-08-01 17:18:08.566 +05:30 [Debug] Connection id ""0HKTQ06HOQI2J"" completed keep alive response. -2016-08-01 17:18:08.606 +05:30 [Debug] Connection id ""0HKTQ06HOQI2L"" started. -2016-08-01 17:18:08.607 +05:30 [Debug] Connection id ""0HKTQ06HOQI2M"" started. -2016-08-01 17:18:08.613 +05:30 [Debug] Connection id ""0HKTQ06HOQI2N"" started. -2016-08-01 17:18:08.613 +05:30 [Debug] Connection id ""0HKTQ06HOQI2O"" started. -2016-08-01 17:18:08.635 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Google/GetGplusProfiles?groupId=3 -2016-08-01 17:18:08.703 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GetGplusProfiles"'. -2016-08-01 17:18:08.704 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" -2016-08-01 17:18:08.715 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=3 -2016-08-01 17:18:08.741 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-08-01 17:18:08.742 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-08-01 17:18:08.818 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Instagram/GetInstagramProfiles?groupId=3 -2016-08-01 17:18:08.860 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Instagram/GetInstagramProfiles"'. -2016-08-01 17:18:08.981 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" -2016-08-01 17:18:09.519 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:18:09.519 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:18:09.519 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:18:09.530 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:18:09.530 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:18:09.532 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 17:18:09.529 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:18:09.537 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 17:18:09.532 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:18:09.543 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:18:09.546 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:18:09.554 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:18:09.564 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:18:09.562 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" in 6297.4259ms -2016-08-01 17:18:09.572 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:18:09.582 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" in 6218.5466ms -2016-08-01 17:18:09.561 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:18:09.592 +05:30 [Information] Request finished in 6331.0485ms 200 text/plain; charset=utf-8 -2016-08-01 17:18:09.609 +05:30 [Debug] Connection id ""0HKTQ06HOQI2G"" completed keep alive response. -2016-08-01 17:18:09.622 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:18:09.623 +05:30 [Information] Request finished in 6277.7958ms 200 text/plain; charset=utf-8 -2016-08-01 17:18:09.624 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/LinkedIn/GetLinkedInCompanyPagesProfiles?groupId=3 -2016-08-01 17:18:09.626 +05:30 [Debug] Connection id ""0HKTQ06HOQI2K"" completed keep alive response. -2016-08-01 17:18:09.634 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/LinkedIn/GetLinkedInCompanyPagesProfiles"'. -2016-08-01 17:18:09.636 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" -2016-08-01 17:18:09.625 +05:30 [Information] Executed action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" in 7066.7018ms -2016-08-01 17:18:09.637 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" in 6279.2681ms -2016-08-01 17:18:09.642 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/SocialMessages/GetAllSentMessagesCount?groupId=3&userId=2 -2016-08-01 17:18:09.653 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/SocialMessages/GetAllSentMessagesCount"'. -2016-08-01 17:18:09.655 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" -2016-08-01 17:18:09.657 +05:30 [Information] Request finished in 6319.2252ms 200 application/json; charset=utf-8 -2016-08-01 17:18:09.658 +05:30 [Debug] Connection id ""0HKTQ06HOQI2H"" completed keep alive response. -2016-08-01 17:18:09.664 +05:30 [Information] Request finished in 7139.5964ms 200 application/json; charset=utf-8 -2016-08-01 17:18:09.670 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=3 -2016-08-01 17:18:09.672 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-08-01 17:18:09.673 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-08-01 17:18:09.670 +05:30 [Debug] Connection id ""0HKTQ06HOQI2I"" completed keep alive response. -2016-08-01 17:18:09.697 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 17:18:09.703 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 17:18:09.709 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 17:18:09.714 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" with arguments (["2", "3"]) - ModelState is Valid -2016-08-01 17:18:09.720 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 17:18:09.722 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 17:18:09.727 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:18:09.726 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:18:09.728 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:18:09.735 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:18:09.737 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:18:09.742 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:18:09.746 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:18:09.752 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:18:09.749 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:18:09.750 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:18:09.747 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:18:09.754 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:18:09.754 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:18:09.750 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:18:09.751 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:18:09.753 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:18:09.759 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:18:09.755 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:18:09.756 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:18:09.756 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:18:09.781 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:18:09.779 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:18:09.787 +05:30 [Information] Executed action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" in 123.4955ms -2016-08-01 17:18:09.792 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:18:09.797 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:18:09.806 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 109.5666ms -2016-08-01 17:18:09.810 +05:30 [Information] Request finished in 176.0428ms 200 application/json; charset=utf-8 -2016-08-01 17:18:09.812 +05:30 [Debug] Connection id ""0HKTQ06HOQI2N"" completed keep alive response. -2016-08-01 17:18:09.820 +05:30 [Information] Executed action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" in 141.1274ms -2016-08-01 17:18:09.824 +05:30 [Information] Executed action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" in 807.4851ms -2016-08-01 17:18:09.828 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 1064.8596ms -2016-08-01 17:18:09.835 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" in 1076.9488ms -2016-08-01 17:18:09.841 +05:30 [Information] Request finished in 1219.1568ms 200 application/json; charset=utf-8 -2016-08-01 17:18:09.837 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetIncommingMessage?groupId=3&userId=2 -2016-08-01 17:18:09.839 +05:30 [Information] Request finished in 189.6845ms 200 application/json; charset=utf-8 -2016-08-01 17:18:09.842 +05:30 [Debug] Connection id ""0HKTQ06HOQI2M"" completed keep alive response. -2016-08-01 17:18:09.848 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetIncommingMessage"'. -2016-08-01 17:18:09.849 +05:30 [Debug] Connection id ""0HKTQ06HOQI2O"" completed keep alive response. -2016-08-01 17:18:09.856 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" -2016-08-01 17:18:09.865 +05:30 [Information] Request finished in 154.122ms 200 application/json; charset=utf-8 -2016-08-01 17:18:09.866 +05:30 [Debug] Connection id ""0HKTQ06HOQI2L"" completed keep alive response. -2016-08-01 17:18:09.878 +05:30 [Information] Request finished in 1196.0388ms 200 application/json; charset=utf-8 -2016-08-01 17:18:09.880 +05:30 [Debug] Connection id ""0HKTQ06HOQI2J"" completed keep alive response. -2016-08-01 17:18:09.924 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/FacebookfanPageCount?groupId=3&userId=2 -2016-08-01 17:18:09.938 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/FacebookfanPageCount"'. -2016-08-01 17:18:09.941 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" -2016-08-01 17:18:09.948 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterFollowerCount?groupId=3&userId=2 -2016-08-01 17:18:09.953 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterFollowerCount"'. -2016-08-01 17:18:09.957 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterRecentFollower?groupId=3 -2016-08-01 17:18:09.961 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" -2016-08-01 17:18:09.961 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterRecentFollower"'. -2016-08-01 17:18:09.963 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" -2016-08-01 17:18:09.988 +05:30 [Information] Request finished in 1272.9114ms 200 application/json; charset=utf-8 -2016-08-01 17:18:10.001 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" with arguments (["2", "3"]) - ModelState is Valid -2016-08-01 17:18:09.996 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" with arguments (["3", "2"]) - ModelState is Valid -2016-08-01 17:18:10.006 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" with arguments (["3", "2"]) - ModelState is Valid -2016-08-01 17:18:10.013 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:18:10.001 +05:30 [Debug] Connection id ""0HKTQ06HOQI2F"" completed keep alive response. -2016-08-01 17:18:10.019 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 17:18:10.024 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:18:10.033 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 17:18:10.046 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:18:10.121 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:18:10.158 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:18:10.179 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:18:10.189 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:18:10.189 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 17:18:10.190 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 17:18:10.219 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" in 204.4006ms -2016-08-01 17:18:10.222 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:18:10.233 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:18:10.252 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" in 368.631ms -2016-08-01 17:18:10.256 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" in 285.7136ms -2016-08-01 17:18:10.264 +05:30 [Information] Request finished in 380.8405ms 200 text/plain; charset=utf-8 -2016-08-01 17:18:10.265 +05:30 [Debug] Connection id ""0HKTQ06HOQI2H"" completed keep alive response. -2016-08-01 17:18:10.304 +05:30 [Information] Request finished in 444.3936ms 200 text/plain; charset=utf-8 -2016-08-01 17:18:10.305 +05:30 [Debug] Connection id ""0HKTQ06HOQI2G"" completed keep alive response. -2016-08-01 17:18:10.306 +05:30 [Information] Request finished in 439.1101ms 200 text/plain; charset=utf-8 -2016-08-01 17:18:10.313 +05:30 [Debug] Connection id ""0HKTQ06HOQI2K"" completed keep alive response. -2016-08-01 17:18:12.028 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:18:12.030 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:18:12.031 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:18:12.036 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:18:12.042 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" in 2074.2817ms -2016-08-01 17:18:12.056 +05:30 [Information] Request finished in 2173.0192ms 200 application/json; charset=utf-8 -2016-08-01 17:18:12.056 +05:30 [Debug] Connection id ""0HKTQ06HOQI2I"" completed keep alive response. -2016-08-01 17:18:13.594 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Task/GetAllTasksOfUserAndGroup?groupId=3&userId=2 -2016-08-01 17:18:13.596 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Task/GetAllTasksOfUserAndGroup"'. -2016-08-01 17:18:13.599 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TaskController.GetAllTasksOfUserAndGroup (Api.Socioboard)" -2016-08-01 17:18:13.660 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TaskController.GetAllTasksOfUserAndGroup (Api.Socioboard)" with arguments (["2", "3"]) - ModelState is Valid -2016-08-01 17:18:13.784 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TaskController.GetAllTasksOfUserAndGroup (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:18:13.785 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:18:13.786 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:18:13.791 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:18:13.837 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TaskController.GetAllTasksOfUserAndGroup (Api.Socioboard)" in 232.4621ms -2016-08-01 17:18:13.848 +05:30 [Information] Request finished in 253.0293ms 200 application/json; charset=utf-8 -2016-08-01 17:18:13.849 +05:30 [Debug] Connection id ""0HKTQ06HOQI2N"" completed keep alive response. -2016-08-01 17:18:42.046 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetUserTweets?profileId=3170677652&userId=2&skip=0&count=30 -2016-08-01 17:18:42.088 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetFeeds?profileId=3170677652&userId=2&skip=0&count=30 -2016-08-01 17:18:42.088 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetUserTweets"'. -2016-08-01 17:18:42.088 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetFeeds"'. -2016-08-01 17:18:42.092 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetUserTweets (Api.Socioboard)" -2016-08-01 17:18:42.094 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetFeeds (Api.Socioboard)" -2016-08-01 17:18:42.141 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetUserTweets (Api.Socioboard)" with arguments (["3170677652", "2", "0", "30"]) - ModelState is Valid -2016-08-01 17:18:42.142 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetFeeds (Api.Socioboard)" with arguments (["3170677652", "2", "0", "30"]) - ModelState is Valid -2016-08-01 17:18:42.191 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetFeeds (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:18:42.192 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:18:42.192 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:18:42.194 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:18:42.200 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetUserTweets (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:18:42.202 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:18:42.203 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:18:42.206 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:18:42.226 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetFeeds (Api.Socioboard)" in 127.6004ms -2016-08-01 17:18:42.236 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetUserTweets (Api.Socioboard)" in 136.8215ms -2016-08-01 17:18:42.239 +05:30 [Information] Request finished in 202.4749ms 200 application/json; charset=utf-8 -2016-08-01 17:18:42.241 +05:30 [Debug] Connection id ""0HKTQ06HOQI2O"" completed keep alive response. -2016-08-01 17:18:42.244 +05:30 [Information] Request finished in 211.6381ms 200 application/json; charset=utf-8 -2016-08-01 17:18:42.247 +05:30 [Debug] Connection id ""0HKTQ06HOQI2M"" completed keep alive response. -2016-08-01 17:19:21.792 +05:30 [Debug] Connection id ""0HKTQ06HOQI2J"" received FIN. -2016-08-01 17:19:21.792 +05:30 [Debug] Connection id ""0HKTQ06HOQI2L"" received FIN. -2016-08-01 17:19:21.796 +05:30 [Debug] Connection id ""0HKTQ06HOQI2K"" received FIN. -2016-08-01 17:19:21.793 +05:30 [Debug] Connection id ""0HKTQ06HOQI2F"" received FIN. -2016-08-01 17:19:21.798 +05:30 [Debug] Connection id ""0HKTQ06HOQI2G"" received FIN. -2016-08-01 17:19:21.799 +05:30 [Debug] Connection id ""0HKTQ06HOQI2I"" received FIN. -2016-08-01 17:19:21.801 +05:30 [Debug] Connection id ""0HKTQ06HOQI2G"" disconnecting. -2016-08-01 17:19:21.801 +05:30 [Debug] Connection id ""0HKTQ06HOQI2F"" disconnecting. -2016-08-01 17:19:21.800 +05:30 [Debug] Connection id ""0HKTQ06HOQI2K"" disconnecting. -2016-08-01 17:19:21.803 +05:30 [Debug] Connection id ""0HKTQ06HOQI2F"" sending FIN. -2016-08-01 17:19:21.800 +05:30 [Debug] Connection id ""0HKTQ06HOQI2L"" disconnecting. -2016-08-01 17:19:21.820 +05:30 [Debug] Connection id ""0HKTQ06HOQI2G"" sending FIN. -2016-08-01 17:19:21.800 +05:30 [Debug] Connection id ""0HKTQ06HOQI2J"" disconnecting. -2016-08-01 17:19:21.829 +05:30 [Debug] Connection id ""0HKTQ06HOQI2I"" disconnecting. -2016-08-01 17:19:21.798 +05:30 [Debug] Connection id ""0HKTQ06HOQI2H"" received FIN. -2016-08-01 17:19:21.829 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/User/FacebookLogin application/x-www-form-urlencoded 181 -2016-08-01 17:19:21.831 +05:30 [Debug] Connection id ""0HKTQ06HOQI2N"" received FIN. -2016-08-01 17:19:21.831 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/FacebookLogin"'. -2016-08-01 17:19:21.832 +05:30 [Debug] Connection id ""0HKTQ06HOQI2K"" sending FIN. -2016-08-01 17:19:21.832 +05:30 [Debug] Connection id ""0HKTQ06HOQI2N"" disconnecting. -2016-08-01 17:19:21.833 +05:30 [Debug] Connection id ""0HKTQ06HOQI2L"" sending FIN. -2016-08-01 17:19:21.831 +05:30 [Debug] Connection id ""0HKTQ06HOQI2H"" disconnecting. -2016-08-01 17:19:21.835 +05:30 [Debug] Connection id ""0HKTQ06HOQI2N"" sending FIN. -2016-08-01 17:19:21.833 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" -2016-08-01 17:19:21.837 +05:30 [Debug] Connection id ""0HKTQ06HOQI2H"" sending FIN. -2016-08-01 17:19:21.835 +05:30 [Debug] Connection id ""0HKTQ06HOQI2G"" sent FIN with status "0". -2016-08-01 17:19:21.839 +05:30 [Debug] Connection id ""0HKTQ06HOQI2H"" sent FIN with status "0". -2016-08-01 17:19:21.844 +05:30 [Debug] Connection id ""0HKTQ06HOQI2G"" stopped. -2016-08-01 17:19:21.846 +05:30 [Debug] Connection id ""0HKTQ06HOQI2H"" stopped. -2016-08-01 17:19:21.852 +05:30 [Debug] Connection id ""0HKTQ06HOQI2N"" sent FIN with status "0". -2016-08-01 17:19:21.853 +05:30 [Debug] Connection id ""0HKTQ06HOQI2N"" stopped. -2016-08-01 17:19:21.847 +05:30 [Debug] Connection id ""0HKTQ06HOQI2F"" sent FIN with status "0". -2016-08-01 17:19:21.853 +05:30 [Debug] Connection id ""0HKTQ06HOQI2L"" sent FIN with status "0". -2016-08-01 17:19:21.858 +05:30 [Debug] Connection id ""0HKTQ06HOQI2F"" stopped. -2016-08-01 17:19:21.859 +05:30 [Debug] Connection id ""0HKTQ06HOQI2L"" stopped. -2016-08-01 17:19:21.860 +05:30 [Debug] Connection id ""0HKTQ06HOQI2J"" sending FIN. -2016-08-01 17:19:21.861 +05:30 [Debug] Connection id ""0HKTQ06HOQI2I"" sending FIN. -2016-08-01 17:19:21.862 +05:30 [Debug] Connection id ""0HKTQ06HOQI2I"" sent FIN with status "0". -2016-08-01 17:19:21.861 +05:30 [Debug] Connection id ""0HKTQ06HOQI2K"" sent FIN with status "0". -2016-08-01 17:19:21.864 +05:30 [Debug] Connection id ""0HKTQ06HOQI2K"" stopped. -2016-08-01 17:19:21.863 +05:30 [Debug] Connection id ""0HKTQ06HOQI2I"" stopped. -2016-08-01 17:19:21.867 +05:30 [Debug] Connection id ""0HKTQ06HOQI2J"" sent FIN with status "0". -2016-08-01 17:19:21.868 +05:30 [Debug] Connection id ""0HKTQ06HOQI2J"" stopped. -2016-08-01 17:19:21.866 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" with arguments (["EAAKYvwDVmnUBADpcFoDnlPHKxLgtgQSPo8cs3ZBZBZBy6RsGzLwc7hrVl13k8gVVa6IQlBHWQPgcOCuZAOW8OXFhXOr8WQQZBrOGZA0sJYLa9VPPj5uZCc3qaZAZAlZBs0R20xxmahMN8brMcKMZCIhrO0yREHwUXkHlbIZD"]) - ModelState is Valid -2016-08-01 17:19:22.836 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:19:22.844 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:19:22.847 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:19:22.851 +05:30 [Information] Executed action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" in 1010.0463ms -2016-08-01 17:19:22.859 +05:30 [Information] Request finished in 1050.101ms 200 application/json; charset=utf-8 -2016-08-01 17:19:22.859 +05:30 [Debug] Connection id ""0HKTQ06HOQI2O"" completed keep alive response. -2016-08-01 17:19:22.894 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-08-01 17:19:22.896 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-01 17:19:22.897 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-01 17:19:22.914 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 17:19:22.916 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:19:22.917 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:19:22.921 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:19:22.927 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 24.3087ms -2016-08-01 17:19:22.935 +05:30 [Information] Request finished in 40.5627ms 200 application/json; charset=utf-8 -2016-08-01 17:19:22.936 +05:30 [Debug] Connection id ""0HKTQ06HOQI2M"" completed keep alive response. -2016-08-01 17:19:22.943 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-08-01 17:19:22.944 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-01 17:19:22.945 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-01 17:19:22.962 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 17:19:22.964 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:19:22.965 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:19:22.971 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:19:22.975 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 26.778ms -2016-08-01 17:19:22.984 +05:30 [Information] Request finished in 41.3944ms 200 application/json; charset=utf-8 -2016-08-01 17:19:22.986 +05:30 [Debug] Connection id ""0HKTQ06HOQI2O"" completed keep alive response. -2016-08-01 17:19:24.224 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=1 -2016-08-01 17:19:24.225 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-08-01 17:19:24.226 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-08-01 17:19:24.241 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 17:19:24.243 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:19:24.245 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:19:24.246 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:19:24.249 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:19:24.253 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 23.4113ms -2016-08-01 17:19:24.260 +05:30 [Information] Request finished in 36.4979ms 200 application/json; charset=utf-8 -2016-08-01 17:19:24.261 +05:30 [Debug] Connection id ""0HKTQ06HOQI2M"" completed keep alive response. -2016-08-01 17:19:24.637 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=1 -2016-08-01 17:19:24.637 +05:30 [Debug] Connection id ""0HKTQ06HOQI2Q"" started. -2016-08-01 17:19:24.638 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-08-01 17:19:24.641 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=1 -2016-08-01 17:19:24.641 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-08-01 17:19:24.642 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-08-01 17:19:24.637 +05:30 [Debug] Connection id ""0HKTQ06HOQI2P"" started. -2016-08-01 17:19:24.653 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-08-01 17:19:24.654 +05:30 [Debug] Connection id ""0HKTQ06HOQI2R"" started. -2016-08-01 17:19:24.653 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/LinkedIn/GetLinkedInCompanyPagesProfiles?groupId=1 -2016-08-01 17:19:24.656 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/LinkedIn/GetLinkedInCompanyPagesProfiles"'. -2016-08-01 17:19:24.657 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" -2016-08-01 17:19:24.654 +05:30 [Debug] Connection id ""0HKTQ06HOQI2S"" started. -2016-08-01 17:19:24.672 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Google/GetGplusProfiles?groupId=1 -2016-08-01 17:19:24.694 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GetGplusProfiles"'. -2016-08-01 17:19:24.695 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" -2016-08-01 17:19:25.254 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/SocialMessages/GetAllSentMessagesCount?groupId=1&userId=1 -2016-08-01 17:19:25.256 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/SocialMessages/GetAllSentMessagesCount"'. -2016-08-01 17:19:25.259 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" -2016-08-01 17:19:26.253 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Instagram/GetInstagramProfiles?groupId=1 -2016-08-01 17:19:26.255 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Instagram/GetInstagramProfiles"'. -2016-08-01 17:19:26.257 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" -2016-08-01 17:19:26.771 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 17:19:26.779 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 17:19:26.782 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:19:26.784 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 17:19:26.788 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 17:19:26.790 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:19:26.786 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:19:26.796 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:19:26.791 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:19:26.802 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:19:26.804 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:19:26.801 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-08-01 17:19:26.803 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:19:26.800 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:19:26.811 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:19:26.814 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:19:26.809 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 17:19:26.816 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:19:26.822 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:19:26.821 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:19:26.827 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:19:26.825 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:19:26.834 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:19:26.831 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:19:26.836 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:19:26.835 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:19:26.839 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 2173.537ms -2016-08-01 17:19:26.847 +05:30 [Information] Executed action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" in 2175.9756ms -2016-08-01 17:19:26.853 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:19:26.856 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:19:26.862 +05:30 [Information] Request finished in 2209.8704ms 200 application/json; charset=utf-8 -2016-08-01 17:19:26.863 +05:30 [Debug] Connection id ""0HKTQ06HOQI2M"" completed keep alive response. -2016-08-01 17:19:26.869 +05:30 [Information] Executed action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" in 596.87ms -2016-08-01 17:19:26.873 +05:30 [Information] Request finished in 2215.1239ms 200 application/json; charset=utf-8 -2016-08-01 17:19:26.893 +05:30 [Debug] Connection id ""0HKTQ06HOQI2Q"" completed keep alive response. -2016-08-01 17:19:26.929 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:19:26.938 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetIncommingMessage?groupId=1&userId=1 -2016-08-01 17:19:26.942 +05:30 [Information] Request finished in 681.3541ms 200 application/json; charset=utf-8 -2016-08-01 17:19:26.943 +05:30 [Debug] Connection id ""0HKTQ06HOQI2S"" completed keep alive response. -2016-08-01 17:19:26.943 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetIncommingMessage"'. -2016-08-01 17:19:26.970 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterFollowerCount?groupId=1&userId=1 -2016-08-01 17:19:26.976 +05:30 [Information] Executed action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" in 1598.6396ms -2016-08-01 17:19:26.983 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterFollowerCount"'. -2016-08-01 17:19:26.981 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/FacebookfanPageCount?groupId=1&userId=1 -2016-08-01 17:19:26.986 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" -2016-08-01 17:19:26.982 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" -2016-08-01 17:19:26.987 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/FacebookfanPageCount"'. -2016-08-01 17:19:26.988 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:19:26.993 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 2330.9772ms -2016-08-01 17:19:27.003 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" -2016-08-01 17:19:27.021 +05:30 [Information] Request finished in 1745.331ms 200 application/json; charset=utf-8 -2016-08-01 17:19:27.022 +05:30 [Debug] Connection id ""0HKTQ06HOQI2R"" completed keep alive response. -2016-08-01 17:19:27.067 +05:30 [Information] Request finished in 2382.7511ms 200 application/json; charset=utf-8 -2016-08-01 17:19:27.067 +05:30 [Debug] Connection id ""0HKTQ06HOQI2O"" completed keep alive response. -2016-08-01 17:19:27.084 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" in 2306.5603ms -2016-08-01 17:19:27.100 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterRecentFollower?groupId=1 -2016-08-01 17:19:27.109 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterRecentFollower"'. -2016-08-01 17:19:27.109 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" -2016-08-01 17:19:27.107 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-08-01 17:19:27.118 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:19:27.121 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:19:27.123 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 17:19:27.125 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-08-01 17:19:27.148 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:19:27.144 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-08-01 17:19:27.151 +05:30 [Information] Request finished in 2478.1576ms 200 application/json; charset=utf-8 -2016-08-01 17:19:27.155 +05:30 [Debug] Connection id ""0HKTQ06HOQI2P"" completed keep alive response. -2016-08-01 17:19:27.162 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" in 143.7507ms -2016-08-01 17:19:27.168 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:19:27.171 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:19:27.172 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 17:19:27.175 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 17:19:27.180 +05:30 [Information] Request finished in 218.8808ms 200 text/plain; charset=utf-8 -2016-08-01 17:19:27.183 +05:30 [Debug] Connection id ""0HKTQ06HOQI2S"" completed keep alive response. -2016-08-01 17:19:27.185 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:19:27.190 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:19:27.192 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 17:19:27.186 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:19:27.195 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:19:27.198 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" in 204.2583ms -2016-08-01 17:19:27.204 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" in 205.7594ms -2016-08-01 17:19:27.215 +05:30 [Information] Request finished in 300.9633ms 200 text/plain; charset=utf-8 -2016-08-01 17:19:27.216 +05:30 [Debug] Connection id ""0HKTQ06HOQI2Q"" completed keep alive response. -2016-08-01 17:19:27.217 +05:30 [Information] Request finished in 342.0134ms 200 text/plain; charset=utf-8 -2016-08-01 17:19:27.221 +05:30 [Debug] Connection id ""0HKTQ06HOQI2M"" completed keep alive response. -2016-08-01 17:19:28.216 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:19:28.217 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:19:28.218 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:19:28.229 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:19:28.235 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" in 1120.1656ms -2016-08-01 17:19:28.245 +05:30 [Information] Request finished in 1173.2125ms 200 application/json; charset=utf-8 -2016-08-01 17:19:28.246 +05:30 [Debug] Connection id ""0HKTQ06HOQI2R"" completed keep alive response. -2016-08-01 17:19:32.905 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-08-01 17:19:32.906 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-01 17:19:32.908 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-01 17:19:32.926 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 17:19:32.929 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:19:32.930 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:19:32.937 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:19:32.941 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 29.8142ms -2016-08-01 17:19:32.948 +05:30 [Information] Request finished in 45.9888ms 200 application/json; charset=utf-8 -2016-08-01 17:19:32.949 +05:30 [Debug] Connection id ""0HKTQ06HOQI2O"" completed keep alive response. -2016-08-01 17:19:32.956 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=3 -2016-08-01 17:19:32.956 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-01 17:19:32.957 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-01 17:19:32.973 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 17:19:32.975 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:19:32.976 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:19:32.980 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:19:32.988 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 24.1081ms -2016-08-01 17:19:33.000 +05:30 [Information] Request finished in 40.8106ms 200 application/json; charset=utf-8 -2016-08-01 17:19:33.000 +05:30 [Debug] Connection id ""0HKTQ06HOQI2P"" completed keep alive response. -2016-08-01 17:19:34.949 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=3 -2016-08-01 17:19:34.951 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-08-01 17:19:34.952 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-08-01 17:19:35.058 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 17:19:35.061 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:19:35.063 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:19:35.064 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:19:35.071 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:19:35.082 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 119.1698ms -2016-08-01 17:19:35.095 +05:30 [Information] Request finished in 158.2379ms 200 application/json; charset=utf-8 -2016-08-01 17:19:35.096 +05:30 [Debug] Connection id ""0HKTQ06HOQI2S"" completed keep alive response. -2016-08-01 17:19:35.257 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=3 -2016-08-01 17:19:35.258 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-08-01 17:19:35.260 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/SocialMessages/GetAllSentMessagesCount?groupId=3&userId=1 -2016-08-01 17:19:35.260 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-08-01 17:19:35.261 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/SocialMessages/GetAllSentMessagesCount"'. -2016-08-01 17:19:35.263 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" -2016-08-01 17:19:35.264 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Instagram/GetInstagramProfiles?groupId=3 -2016-08-01 17:19:35.267 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Instagram/GetInstagramProfiles"'. -2016-08-01 17:19:35.267 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" -2016-08-01 17:19:35.283 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Google/GetGplusProfiles?groupId=3 -2016-08-01 17:19:35.288 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GetGplusProfiles"'. -2016-08-01 17:19:35.289 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" -2016-08-01 17:19:35.376 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=3 -2016-08-01 17:19:35.378 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-08-01 17:19:35.379 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-08-01 17:19:35.421 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/LinkedIn/GetLinkedInCompanyPagesProfiles?groupId=3 -2016-08-01 17:19:35.422 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/LinkedIn/GetLinkedInCompanyPagesProfiles"'. -2016-08-01 17:19:35.423 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" -2016-08-01 17:19:35.665 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" with arguments (["1", "3"]) - ModelState is Valid -2016-08-01 17:19:35.678 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:19:35.681 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:19:35.682 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:19:35.688 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 17:19:35.693 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 17:19:35.695 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:19:35.696 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:19:35.698 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:19:35.700 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:19:35.699 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:19:35.701 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:19:35.712 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 17:19:35.716 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:19:35.719 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:19:35.719 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:19:35.723 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:19:35.727 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 17:19:35.716 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:19:35.736 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:19:35.746 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:19:35.746 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:19:35.750 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:19:35.742 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:19:35.757 +05:30 [Information] Executed action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" in 463.42ms -2016-08-01 17:19:35.774 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:19:35.783 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 17:19:35.786 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:19:35.788 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:19:35.789 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:19:35.806 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" in 465.3416ms -2016-08-01 17:19:35.815 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 379.48ms -2016-08-01 17:19:35.823 +05:30 [Information] Request finished in 539.8405ms 200 application/json; charset=utf-8 -2016-08-01 17:19:35.824 +05:30 [Debug] Connection id ""0HKTQ06HOQI2O"" completed keep alive response. -2016-08-01 17:19:35.854 +05:30 [Information] Executed action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" in 507.6829ms -2016-08-01 17:19:35.863 +05:30 [Information] Request finished in 589.5842ms 200 application/json; charset=utf-8 -2016-08-01 17:19:35.865 +05:30 [Debug] Connection id ""0HKTQ06HOQI2Q"" completed keep alive response. -2016-08-01 17:19:35.878 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetIncommingMessage?groupId=3&userId=1 -2016-08-01 17:19:35.879 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetIncommingMessage"'. -2016-08-01 17:19:35.881 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" -2016-08-01 17:19:35.885 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:19:35.901 +05:30 [Information] Request finished in 585.455ms 200 application/json; charset=utf-8 -2016-08-01 17:19:35.903 +05:30 [Debug] Connection id ""0HKTQ06HOQI2S"" completed keep alive response. -2016-08-01 17:19:35.938 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterFollowerCount?groupId=3&userId=1 -2016-08-01 17:19:35.940 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterFollowerCount"'. -2016-08-01 17:19:35.941 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" -2016-08-01 17:19:35.961 +05:30 [Information] Request finished in 643.7538ms 200 application/json; charset=utf-8 -2016-08-01 17:19:35.962 +05:30 [Debug] Connection id ""0HKTQ06HOQI2P"" completed keep alive response. -2016-08-01 17:19:35.972 +05:30 [Information] Executed action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" in 463.8616ms -2016-08-01 17:19:35.990 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/FacebookfanPageCount?groupId=3&userId=1 -2016-08-01 17:19:35.991 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/FacebookfanPageCount"'. -2016-08-01 17:19:35.991 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" -2016-08-01 17:19:35.997 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterRecentFollower?groupId=3 -2016-08-01 17:19:36.003 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterRecentFollower"'. -2016-08-01 17:19:36.003 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" -2016-08-01 17:19:36.009 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 482.1256ms -2016-08-01 17:19:36.041 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" with arguments (["3", "1"]) - ModelState is Valid -2016-08-01 17:19:36.053 +05:30 [Information] Request finished in 748.6086ms 200 application/json; charset=utf-8 -2016-08-01 17:19:36.059 +05:30 [Debug] Connection id ""0HKTQ06HOQI2R"" completed keep alive response. -2016-08-01 17:19:36.073 +05:30 [Information] Request finished in 806.0444ms 200 application/json; charset=utf-8 -2016-08-01 17:19:36.073 +05:30 [Debug] Connection id ""0HKTQ06HOQI2M"" completed keep alive response. -2016-08-01 17:19:36.112 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" with arguments (["3", "1"]) - ModelState is Valid -2016-08-01 17:19:36.116 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:19:36.116 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" with arguments (["1", "3"]) - ModelState is Valid -2016-08-01 17:19:36.117 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:19:36.123 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:19:36.127 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 17:19:36.128 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:19:36.139 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 17:19:36.121 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:19:36.163 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:19:36.160 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:19:36.156 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 17:19:36.168 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:19:36.182 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" in 292.7554ms -2016-08-01 17:19:36.179 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" in 176.8073ms -2016-08-01 17:19:36.183 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 17:19:36.199 +05:30 [Information] Request finished in 359.2146ms 200 text/plain; charset=utf-8 -2016-08-01 17:19:36.205 +05:30 [Information] Request finished in 239.1235ms 200 text/plain; charset=utf-8 -2016-08-01 17:19:36.207 +05:30 [Debug] Connection id ""0HKTQ06HOQI2O"" completed keep alive response. -2016-08-01 17:19:36.209 +05:30 [Debug] Connection id ""0HKTQ06HOQI2S"" completed keep alive response. -2016-08-01 17:19:36.223 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:19:36.232 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" in 282.5243ms -2016-08-01 17:19:36.246 +05:30 [Information] Request finished in 365.59ms 200 text/plain; charset=utf-8 -2016-08-01 17:19:36.246 +05:30 [Debug] Connection id ""0HKTQ06HOQI2Q"" completed keep alive response. -2016-08-01 17:19:37.130 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:19:37.132 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:19:37.132 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:19:37.137 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:19:37.141 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" in 1133.759ms -2016-08-01 17:19:37.150 +05:30 [Information] Request finished in 1173.9182ms 200 application/json; charset=utf-8 -2016-08-01 17:19:37.151 +05:30 [Debug] Connection id ""0HKTQ06HOQI2P"" completed keep alive response. -2016-08-01 17:19:43.762 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetUserTweets?profileId=3170677652&userId=1&skip=0&count=30 -2016-08-01 17:19:43.764 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetUserTweets"'. -2016-08-01 17:19:43.770 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetUserTweets (Api.Socioboard)" -2016-08-01 17:19:43.824 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetFeeds?profileId=3170677652&userId=1&skip=0&count=30 -2016-08-01 17:19:43.827 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetFeeds"'. -2016-08-01 17:19:43.847 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetFeeds (Api.Socioboard)" -2016-08-01 17:19:43.891 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetUserTweets (Api.Socioboard)" with arguments (["3170677652", "1", "0", "30"]) - ModelState is Valid -2016-08-01 17:19:43.904 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetUserTweets (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:19:43.906 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:19:43.906 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:19:43.909 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetFeeds (Api.Socioboard)" with arguments (["3170677652", "1", "0", "30"]) - ModelState is Valid -2016-08-01 17:19:43.927 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:19:43.942 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetFeeds (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:19:43.953 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:19:43.954 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:19:43.957 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetUserTweets (Api.Socioboard)" in 159.6369ms -2016-08-01 17:19:43.963 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:19:44.215 +05:30 [Information] Request finished in 231.1608ms 200 application/json; charset=utf-8 -2016-08-01 17:19:44.216 +05:30 [Debug] Connection id ""0HKTQ06HOQI2M"" completed keep alive response. -2016-08-01 17:19:44.221 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetFeeds (Api.Socioboard)" in 121.1238ms -2016-08-01 17:19:44.248 +05:30 [Information] Request finished in 506.9127ms 200 application/json; charset=utf-8 -2016-08-01 17:19:44.249 +05:30 [Debug] Connection id ""0HKTQ06HOQI2R"" completed keep alive response. -2016-08-01 17:20:05.189 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-08-01 17:20:05.190 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-01 17:20:05.192 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-01 17:20:05.223 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 17:20:05.225 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:20:05.226 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:20:05.230 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:20:05.238 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 38.9312ms -2016-08-01 17:20:05.248 +05:30 [Information] Request finished in 58.3542ms 200 application/json; charset=utf-8 -2016-08-01 17:20:05.251 +05:30 [Debug] Connection id ""0HKTQ06HOQI2O"" completed keep alive response. -2016-08-01 17:20:05.260 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=3 -2016-08-01 17:20:05.261 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-01 17:20:05.262 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-01 17:20:05.292 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 17:20:05.294 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:20:05.295 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:20:05.298 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:20:05.303 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 36.4962ms -2016-08-01 17:20:05.315 +05:30 [Information] Request finished in 50.9875ms 200 application/json; charset=utf-8 -2016-08-01 17:20:05.315 +05:30 [Debug] Connection id ""0HKTQ06HOQI2S"" completed keep alive response. -2016-08-01 17:20:08.266 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=3 -2016-08-01 17:20:08.267 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-08-01 17:20:08.268 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-08-01 17:20:08.332 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 17:20:08.335 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:20:08.338 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:20:08.339 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:20:08.354 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:20:08.360 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 86.7756ms -2016-08-01 17:20:08.370 +05:30 [Information] Request finished in 103.5899ms 200 application/json; charset=utf-8 -2016-08-01 17:20:08.371 +05:30 [Debug] Connection id ""0HKTQ06HOQI2Q"" completed keep alive response. -2016-08-01 17:20:08.541 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetUserTweets?profileId=3170677652&userId=1&skip=0&count=30 -2016-08-01 17:20:08.545 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetUserTweets"'. -2016-08-01 17:20:08.546 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetUserTweets (Api.Socioboard)" -2016-08-01 17:20:08.553 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetFeeds?profileId=3170677652&userId=1&skip=0&count=30 -2016-08-01 17:20:08.556 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetFeeds"'. -2016-08-01 17:20:08.558 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetFeeds (Api.Socioboard)" -2016-08-01 17:20:08.623 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetUserTweets (Api.Socioboard)" with arguments (["3170677652", "1", "0", "30"]) - ModelState is Valid -2016-08-01 17:20:08.627 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetFeeds (Api.Socioboard)" with arguments (["3170677652", "1", "0", "30"]) - ModelState is Valid -2016-08-01 17:20:08.630 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetFeeds (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:20:08.630 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetUserTweets (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:20:08.632 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:20:08.633 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:20:08.634 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:20:08.634 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:20:08.639 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:20:08.645 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:20:08.717 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetFeeds (Api.Socioboard)" in 85.7716ms -2016-08-01 17:20:08.764 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetUserTweets (Api.Socioboard)" in 178.0199ms -2016-08-01 17:20:08.773 +05:30 [Information] Request finished in 229.1691ms 200 application/json; charset=utf-8 -2016-08-01 17:20:08.777 +05:30 [Debug] Connection id ""0HKTQ06HOQI2P"" completed keep alive response. -2016-08-01 17:20:08.808 +05:30 [Information] Request finished in 243.3127ms 200 application/json; charset=utf-8 -2016-08-01 17:20:08.810 +05:30 [Debug] Connection id ""0HKTQ06HOQI2M"" completed keep alive response. -2016-08-01 17:20:26.811 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-08-01 17:20:26.812 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-01 17:20:26.813 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-01 17:20:26.832 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 17:20:26.834 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:20:26.834 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:20:26.839 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:20:26.845 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 26.857ms -2016-08-01 17:20:26.854 +05:30 [Information] Request finished in 44.9139ms 200 application/json; charset=utf-8 -2016-08-01 17:20:26.856 +05:30 [Debug] Connection id ""0HKTQ06HOQI2R"" completed keep alive response. -2016-08-01 17:20:26.864 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=3 -2016-08-01 17:20:26.865 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-01 17:20:26.866 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-01 17:20:26.886 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 17:20:26.887 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:20:26.888 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:20:26.893 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:20:26.898 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 27.284ms -2016-08-01 17:20:26.907 +05:30 [Information] Request finished in 43.3225ms 200 application/json; charset=utf-8 -2016-08-01 17:20:26.908 +05:30 [Debug] Connection id ""0HKTQ06HOQI2O"" completed keep alive response. -2016-08-01 17:20:29.179 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=3 -2016-08-01 17:20:29.180 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-08-01 17:20:29.181 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-08-01 17:20:29.264 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 17:20:29.266 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:20:29.268 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:20:29.269 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:20:29.277 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:20:29.285 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 96.1871ms -2016-08-01 17:20:29.294 +05:30 [Information] Request finished in 124.467ms 200 application/json; charset=utf-8 -2016-08-01 17:20:29.295 +05:30 [Debug] Connection id ""0HKTQ06HOQI2S"" completed keep alive response. -2016-08-01 17:20:29.397 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetFeeds?profileId=3170677652&userId=1&skip=0&count=30 -2016-08-01 17:20:29.401 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetFeeds"'. -2016-08-01 17:20:29.404 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetFeeds (Api.Socioboard)" -2016-08-01 17:20:29.416 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetUserTweets?profileId=3170677652&userId=1&skip=0&count=30 -2016-08-01 17:20:29.422 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetUserTweets"'. -2016-08-01 17:20:29.424 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetUserTweets (Api.Socioboard)" -2016-08-01 17:20:29.541 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetUserTweets (Api.Socioboard)" with arguments (["3170677652", "1", "0", "30"]) - ModelState is Valid -2016-08-01 17:20:29.546 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetFeeds (Api.Socioboard)" with arguments (["3170677652", "1", "0", "30"]) - ModelState is Valid -2016-08-01 17:20:29.548 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetUserTweets (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:20:29.557 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:20:29.560 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetFeeds (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:20:29.568 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:20:29.566 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:20:29.569 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:20:29.590 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:20:29.631 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:20:29.645 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetUserTweets (Api.Socioboard)" in 179.1191ms -2016-08-01 17:20:29.723 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetFeeds (Api.Socioboard)" in 240.055ms -2016-08-01 17:20:29.736 +05:30 [Information] Request finished in 339.0797ms 200 application/json; charset=utf-8 -2016-08-01 17:20:29.740 +05:30 [Debug] Connection id ""0HKTQ06HOQI2P"" completed keep alive response. -2016-08-01 17:20:29.813 +05:30 [Information] Request finished in 352.2713ms 200 application/json; charset=utf-8 -2016-08-01 17:20:29.814 +05:30 [Debug] Connection id ""0HKTQ06HOQI2Q"" completed keep alive response. -2016-08-01 17:21:10.973 +05:30 [Debug] Connection id ""0HKTQ06HOQI2M"" received FIN. -2016-08-01 17:21:10.979 +05:30 [Debug] Connection id ""0HKTQ06HOQI2M"" disconnecting. -2016-08-01 17:21:10.979 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-08-01 17:21:10.982 +05:30 [Debug] Connection id ""0HKTQ06HOQI2M"" sending FIN. -2016-08-01 17:21:10.988 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-01 17:21:10.988 +05:30 [Debug] Connection id ""0HKTQ06HOQI2M"" sent FIN with status "0". -2016-08-01 17:21:10.989 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-01 17:21:10.990 +05:30 [Debug] Connection id ""0HKTQ06HOQI2M"" stopped. -2016-08-01 17:21:11.015 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 17:21:11.017 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:21:11.018 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:21:11.023 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:21:11.029 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 33.6562ms -2016-08-01 17:21:11.039 +05:30 [Information] Request finished in 61.6703ms 200 application/json; charset=utf-8 -2016-08-01 17:21:11.040 +05:30 [Debug] Connection id ""0HKTQ06HOQI2R"" completed keep alive response. -2016-08-01 17:21:11.052 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=3 -2016-08-01 17:21:11.053 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-01 17:21:11.054 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-01 17:21:11.074 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 17:21:11.076 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:21:11.078 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:21:11.083 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:21:11.088 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 29.2709ms -2016-08-01 17:21:11.098 +05:30 [Information] Request finished in 46.5021ms 200 application/json; charset=utf-8 -2016-08-01 17:21:11.099 +05:30 [Debug] Connection id ""0HKTQ06HOQI2O"" completed keep alive response. -2016-08-01 17:21:13.036 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=3 -2016-08-01 17:21:13.042 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-08-01 17:21:13.046 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-08-01 17:21:13.146 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 17:21:13.148 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:21:13.150 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:21:13.151 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:21:13.157 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:21:13.169 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 111.2188ms -2016-08-01 17:21:13.186 +05:30 [Information] Request finished in 166.8659ms 200 application/json; charset=utf-8 -2016-08-01 17:21:13.188 +05:30 [Debug] Connection id ""0HKTQ06HOQI2S"" completed keep alive response. -2016-08-01 17:21:13.354 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetFeeds?profileId=3170677652&userId=1&skip=0&count=30 -2016-08-01 17:21:13.355 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetFeeds"'. -2016-08-01 17:21:13.357 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetFeeds (Api.Socioboard)" -2016-08-01 17:21:13.440 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetUserTweets?profileId=3170677652&userId=1&skip=0&count=30 -2016-08-01 17:21:13.512 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetUserTweets"'. -2016-08-01 17:21:13.514 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetUserTweets (Api.Socioboard)" -2016-08-01 17:21:13.518 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetFeeds (Api.Socioboard)" with arguments (["3170677652", "1", "0", "30"]) - ModelState is Valid -2016-08-01 17:21:13.527 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetFeeds (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:21:13.530 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:21:13.531 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:21:13.571 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:21:13.628 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetFeeds (Api.Socioboard)" in 249.148ms -2016-08-01 17:21:13.654 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetUserTweets (Api.Socioboard)" with arguments (["3170677652", "1", "0", "30"]) - ModelState is Valid -2016-08-01 17:21:13.670 +05:30 [Information] Request finished in 319.1012ms 200 application/json; charset=utf-8 -2016-08-01 17:21:13.684 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetUserTweets (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:21:13.694 +05:30 [Debug] Connection id ""0HKTQ06HOQI2P"" completed keep alive response. -2016-08-01 17:21:13.694 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:21:13.725 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:21:13.740 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:21:13.764 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetUserTweets (Api.Socioboard)" in 223.2272ms -2016-08-01 17:21:13.813 +05:30 [Information] Request finished in 470.4035ms 200 application/json; charset=utf-8 -2016-08-01 17:21:13.814 +05:30 [Debug] Connection id ""0HKTQ06HOQI2Q"" completed keep alive response. -2016-08-01 17:21:22.683 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-08-01 17:21:22.685 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-01 17:21:22.686 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-01 17:21:22.713 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 17:21:22.716 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:21:22.717 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:21:22.725 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:21:22.735 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 39.8991ms -2016-08-01 17:21:22.752 +05:30 [Information] Request finished in 68.8475ms 200 application/json; charset=utf-8 -2016-08-01 17:21:22.753 +05:30 [Debug] Connection id ""0HKTQ06HOQI2R"" completed keep alive response. -2016-08-01 17:21:22.765 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=3 -2016-08-01 17:21:22.767 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-01 17:21:22.769 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-01 17:21:22.803 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 17:21:22.806 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:21:22.808 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:21:22.816 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:21:22.825 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 47.6932ms -2016-08-01 17:21:22.844 +05:30 [Information] Request finished in 78.8825ms 200 application/json; charset=utf-8 -2016-08-01 17:21:22.845 +05:30 [Debug] Connection id ""0HKTQ06HOQI2O"" completed keep alive response. -2016-08-01 17:21:25.091 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=3 -2016-08-01 17:21:25.092 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-08-01 17:21:25.093 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-08-01 17:21:25.153 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 17:21:25.162 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:21:25.168 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:21:25.170 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:21:25.200 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:21:25.211 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 107.7216ms -2016-08-01 17:21:25.228 +05:30 [Information] Request finished in 135.8119ms 200 application/json; charset=utf-8 -2016-08-01 17:21:25.229 +05:30 [Debug] Connection id ""0HKTQ06HOQI2S"" completed keep alive response. -2016-08-01 17:21:25.661 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetUserTweets?profileId=3170677652&userId=1&skip=0&count=30 -2016-08-01 17:21:25.690 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetUserTweets"'. -2016-08-01 17:21:25.696 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetUserTweets (Api.Socioboard)" -2016-08-01 17:21:25.746 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetFeeds?profileId=3170677652&userId=1&skip=0&count=30 -2016-08-01 17:21:25.766 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetFeeds"'. -2016-08-01 17:21:25.773 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetFeeds (Api.Socioboard)" -2016-08-01 17:21:25.890 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetUserTweets (Api.Socioboard)" with arguments (["3170677652", "1", "0", "30"]) - ModelState is Valid -2016-08-01 17:21:25.911 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetFeeds (Api.Socioboard)" with arguments (["3170677652", "1", "0", "30"]) - ModelState is Valid -2016-08-01 17:21:25.916 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetFeeds (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:21:25.917 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:21:25.918 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:21:25.918 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetUserTweets (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:21:25.921 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:21:25.924 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:21:25.925 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:21:25.956 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:21:25.965 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetFeeds (Api.Socioboard)" in 150.8578ms -2016-08-01 17:21:25.982 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetUserTweets (Api.Socioboard)" in 265.9336ms -2016-08-01 17:21:25.988 +05:30 [Information] Request finished in 475.0258ms 200 application/json; charset=utf-8 -2016-08-01 17:21:25.989 +05:30 [Debug] Connection id ""0HKTQ06HOQI2Q"" completed keep alive response. -2016-08-01 17:21:26.005 +05:30 [Information] Request finished in 562.8297ms 200 application/json; charset=utf-8 -2016-08-01 17:21:26.014 +05:30 [Debug] Connection id ""0HKTQ06HOQI2P"" completed keep alive response. -2016-08-01 17:22:03.532 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-08-01 17:22:03.534 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-01 17:22:03.536 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-01 17:22:03.584 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 17:22:03.586 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:22:03.587 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:22:03.593 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:22:03.601 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 58.007ms -2016-08-01 17:22:03.616 +05:30 [Information] Request finished in 83.6077ms 200 application/json; charset=utf-8 -2016-08-01 17:22:03.617 +05:30 [Debug] Connection id ""0HKTQ06HOQI2R"" completed keep alive response. -2016-08-01 17:22:03.630 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=3 -2016-08-01 17:22:03.631 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-01 17:22:03.632 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-01 17:22:03.652 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 17:22:03.654 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:22:03.655 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:22:03.659 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:22:03.665 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 27.4728ms -2016-08-01 17:22:03.674 +05:30 [Information] Request finished in 43.91ms 200 application/json; charset=utf-8 -2016-08-01 17:22:03.675 +05:30 [Debug] Connection id ""0HKTQ06HOQI2O"" completed keep alive response. -2016-08-01 17:22:05.486 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=3 -2016-08-01 17:22:05.488 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-08-01 17:22:05.489 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-08-01 17:22:05.552 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 17:22:05.555 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:22:05.557 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:22:05.558 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:22:05.565 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:22:05.605 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 77.1461ms -2016-08-01 17:22:05.657 +05:30 [Information] Request finished in 155.2658ms 200 application/json; charset=utf-8 -2016-08-01 17:22:05.659 +05:30 [Debug] Connection id ""0HKTQ06HOQI2S"" completed keep alive response. -2016-08-01 17:22:06.120 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetFeeds?profileId=3170677652&userId=1&skip=0&count=30 -2016-08-01 17:22:06.122 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetFeeds"'. -2016-08-01 17:22:06.124 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetFeeds (Api.Socioboard)" -2016-08-01 17:22:06.153 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetUserTweets?profileId=3170677652&userId=1&skip=0&count=30 -2016-08-01 17:22:06.158 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetUserTweets"'. -2016-08-01 17:22:06.159 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetUserTweets (Api.Socioboard)" -2016-08-01 17:22:06.227 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetFeeds (Api.Socioboard)" with arguments (["3170677652", "1", "0", "30"]) - ModelState is Valid -2016-08-01 17:22:06.237 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetFeeds (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:22:06.238 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetUserTweets (Api.Socioboard)" with arguments (["3170677652", "1", "0", "30"]) - ModelState is Valid -2016-08-01 17:22:06.239 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:22:06.244 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:22:06.271 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetUserTweets (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:22:06.278 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:22:06.301 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:22:06.317 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:22:06.344 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetFeeds (Api.Socioboard)" in 177.9073ms -2016-08-01 17:22:06.357 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:22:06.407 +05:30 [Information] Request finished in 268.0505ms 200 application/json; charset=utf-8 -2016-08-01 17:22:06.410 +05:30 [Debug] Connection id ""0HKTQ06HOQI2P"" completed keep alive response. -2016-08-01 17:22:06.425 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetUserTweets (Api.Socioboard)" in 209.1566ms -2016-08-01 17:22:06.472 +05:30 [Information] Request finished in 362.5384ms 200 application/json; charset=utf-8 -2016-08-01 17:22:06.473 +05:30 [Debug] Connection id ""0HKTQ06HOQI2Q"" completed keep alive response. -2016-08-01 17:23:39.092 +05:30 [Debug] Connection id ""0HKTQ06HOQI2O"" received FIN. -2016-08-01 17:23:39.093 +05:30 [Debug] Connection id ""0HKTQ06HOQI2S"" received FIN. -2016-08-01 17:23:39.094 +05:30 [Debug] Connection id ""0HKTQ06HOQI2O"" disconnecting. -2016-08-01 17:23:39.094 +05:30 [Debug] Connection id ""0HKTQ06HOQI2P"" received FIN. -2016-08-01 17:23:39.102 +05:30 [Debug] Connection id ""0HKTQ06HOQI2O"" sending FIN. -2016-08-01 17:23:39.102 +05:30 [Debug] Connection id ""0HKTQ06HOQI2P"" disconnecting. -2016-08-01 17:23:39.102 +05:30 [Debug] Connection id ""0HKTQ06HOQI2O"" sent FIN with status "0". -2016-08-01 17:23:39.096 +05:30 [Debug] Connection id ""0HKTQ06HOQI2R"" received FIN. -2016-08-01 17:23:39.108 +05:30 [Debug] Connection id ""0HKTQ06HOQI2O"" stopped. -2016-08-01 17:23:39.112 +05:30 [Debug] Connection id ""0HKTQ06HOQI2P"" sending FIN. -2016-08-01 17:23:39.111 +05:30 [Debug] Connection id ""0HKTQ06HOQI2Q"" received FIN. -2016-08-01 17:23:39.112 +05:30 [Debug] Connection id ""0HKTQ06HOQI2P"" sent FIN with status "0". -2016-08-01 17:23:39.094 +05:30 [Debug] Connection id ""0HKTQ06HOQI2S"" disconnecting. -2016-08-01 17:23:39.112 +05:30 [Debug] Connection id ""0HKTQ06HOQI2R"" disconnecting. -2016-08-01 17:23:39.116 +05:30 [Debug] Connection id ""0HKTQ06HOQI2P"" stopped. -2016-08-01 17:23:39.121 +05:30 [Debug] Connection id ""0HKTQ06HOQI2S"" sending FIN. -2016-08-01 17:23:39.120 +05:30 [Debug] Connection id ""0HKTQ06HOQI2R"" sending FIN. -2016-08-01 17:23:39.124 +05:30 [Debug] Connection id ""0HKTQ06HOQI2R"" sent FIN with status "0". -2016-08-01 17:23:39.121 +05:30 [Debug] Connection id ""0HKTQ06HOQI2S"" sent FIN with status "0". -2016-08-01 17:23:39.127 +05:30 [Debug] Connection id ""0HKTQ06HOQI2S"" stopped. -2016-08-01 17:23:39.116 +05:30 [Debug] Connection id ""0HKTQ06HOQI2Q"" disconnecting. -2016-08-01 17:23:39.126 +05:30 [Debug] Connection id ""0HKTQ06HOQI2R"" stopped. -2016-08-01 17:23:39.138 +05:30 [Debug] Connection id ""0HKTQ06HOQI2Q"" sending FIN. -2016-08-01 17:23:39.139 +05:30 [Debug] Connection id ""0HKTQ06HOQI2Q"" sent FIN with status "0". -2016-08-01 17:23:39.141 +05:30 [Debug] Connection id ""0HKTQ06HOQI2Q"" stopped. -2016-08-01 17:24:31.645 +05:30 [Debug] Connection id ""0HKTQ06HOQI2T"" started. -2016-08-01 17:24:31.658 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-08-01 17:24:31.659 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-01 17:24:31.660 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-01 17:24:31.715 +05:30 [Debug] Connection id ""0HKTQ06HOQI2U"" started. -2016-08-01 17:24:31.716 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 17:24:31.720 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:24:31.722 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:24:31.731 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-08-01 17:24:31.733 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-01 17:24:31.735 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-01 17:24:31.739 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:24:31.755 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 80.5943ms -2016-08-01 17:24:31.774 +05:30 [Information] Request finished in 120.7628ms 200 application/json; charset=utf-8 -2016-08-01 17:24:31.776 +05:30 [Debug] Connection id ""0HKTQ06HOQI2T"" completed keep alive response. -2016-08-01 17:24:31.781 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 17:24:31.786 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:24:31.789 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=3 -2016-08-01 17:24:31.791 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:24:31.791 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-01 17:24:31.794 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-01 17:24:31.802 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:24:31.845 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 66.2752ms -2016-08-01 17:24:31.898 +05:30 [Information] Request finished in 161.9166ms 200 application/json; charset=utf-8 -2016-08-01 17:24:31.902 +05:30 [Debug] Connection id ""0HKTQ06HOQI2U"" completed keep alive response. -2016-08-01 17:24:31.908 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 17:24:31.900 +05:30 [Debug] Connection id ""0HKTQ06HOQI2V"" started. -2016-08-01 17:24:31.913 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:24:31.920 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:24:31.928 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=3 -2016-08-01 17:24:31.933 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-01 17:24:31.933 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:24:31.935 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-01 17:24:31.958 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-08-01 17:24:31.990 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-01 17:24:31.993 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-01 17:24:32.000 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 141.3855ms -2016-08-01 17:24:32.102 +05:30 [Information] Request finished in 247.6798ms 200 application/json; charset=utf-8 -2016-08-01 17:24:32.122 +05:30 [Debug] Connection id ""0HKTQ06HOQI2T"" completed keep alive response. -2016-08-01 17:24:32.198 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 17:24:32.205 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 17:24:32.209 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:24:32.216 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:24:32.228 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:24:32.230 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:24:32.241 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:24:32.262 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:24:32.281 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 307.6631ms -2016-08-01 17:24:32.306 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 261.2331ms -2016-08-01 17:24:32.330 +05:30 [Information] Request finished in 392.0529ms 200 application/json; charset=utf-8 -2016-08-01 17:24:32.333 +05:30 [Debug] Connection id ""0HKTQ06HOQI2U"" completed keep alive response. -2016-08-01 17:24:32.351 +05:30 [Information] Request finished in 410.0012ms 200 application/json; charset=utf-8 -2016-08-01 17:24:32.356 +05:30 [Debug] Connection id ""0HKTQ06HOQI2V"" completed keep alive response. -2016-08-01 17:24:32.374 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=3 -2016-08-01 17:24:32.376 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-01 17:24:32.383 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-01 17:24:32.424 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 17:24:32.426 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:24:32.427 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:24:32.434 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:24:32.444 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 50.8817ms -2016-08-01 17:24:32.458 +05:30 [Information] Request finished in 86.8602ms 200 application/json; charset=utf-8 -2016-08-01 17:24:32.460 +05:30 [Debug] Connection id ""0HKTQ06HOQI2T"" completed keep alive response. -2016-08-01 17:24:36.330 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=3 -2016-08-01 17:24:36.331 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-08-01 17:24:36.334 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-08-01 17:24:36.408 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 17:24:36.411 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:24:36.413 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:24:36.414 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:24:36.422 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:24:36.436 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 87.8917ms -2016-08-01 17:24:36.456 +05:30 [Information] Request finished in 152.4297ms 200 application/json; charset=utf-8 -2016-08-01 17:24:36.458 +05:30 [Debug] Connection id ""0HKTQ06HOQI2U"" completed keep alive response. -2016-08-01 17:24:36.521 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetFeeds?profileId=3170677652&userId=1&skip=0&count=30 -2016-08-01 17:24:36.523 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetFeeds"'. -2016-08-01 17:24:36.526 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetFeeds (Api.Socioboard)" -2016-08-01 17:24:36.575 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetUserTweets?profileId=3170677652&userId=1&skip=0&count=30 -2016-08-01 17:24:36.617 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetUserTweets"'. -2016-08-01 17:24:36.622 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetUserTweets (Api.Socioboard)" -2016-08-01 17:24:36.896 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetFeeds (Api.Socioboard)" with arguments (["3170677652", "1", "0", "30"]) - ModelState is Valid -2016-08-01 17:24:36.916 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetUserTweets (Api.Socioboard)" with arguments (["3170677652", "1", "0", "30"]) - ModelState is Valid -2016-08-01 17:24:36.919 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetFeeds (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:24:36.931 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:24:36.932 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:24:36.941 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetUserTweets (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:24:36.941 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:24:36.945 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:24:36.953 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:24:36.996 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetFeeds (Api.Socioboard)" in 422.0883ms -2016-08-01 17:24:37.033 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:24:37.120 +05:30 [Information] Request finished in 540.8039ms 200 application/json; charset=utf-8 -2016-08-01 17:24:37.121 +05:30 [Debug] Connection id ""0HKTQ06HOQI2T"" completed keep alive response. -2016-08-01 17:24:37.212 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetUserTweets (Api.Socioboard)" in 391.8705ms -2016-08-01 17:24:37.260 +05:30 [Information] Request finished in 740.0037ms 200 application/json; charset=utf-8 -2016-08-01 17:24:37.262 +05:30 [Debug] Connection id ""0HKTQ06HOQI2V"" completed keep alive response. -2016-08-01 17:25:39.092 +05:30 [Debug] Connection id ""0HKTQ06HOQI2U"" received FIN. -2016-08-01 17:25:39.092 +05:30 [Debug] Connection id ""0HKTQ06HOQI2T"" received FIN. -2016-08-01 17:25:39.093 +05:30 [Debug] Connection id ""0HKTQ06HOQI2U"" disconnecting. -2016-08-01 17:25:39.094 +05:30 [Debug] Connection id ""0HKTQ06HOQI2V"" received FIN. -2016-08-01 17:25:39.106 +05:30 [Debug] Connection id ""0HKTQ06HOQI2U"" sending FIN. -2016-08-01 17:25:39.102 +05:30 [Debug] Connection id ""0HKTQ06HOQI2T"" disconnecting. -2016-08-01 17:25:39.110 +05:30 [Debug] Connection id ""0HKTQ06HOQI2V"" disconnecting. -2016-08-01 17:25:39.110 +05:30 [Debug] Connection id ""0HKTQ06HOQI2U"" sent FIN with status "0". -2016-08-01 17:25:39.111 +05:30 [Debug] Connection id ""0HKTQ06HOQI2T"" sending FIN. -2016-08-01 17:25:39.112 +05:30 [Debug] Connection id ""0HKTQ06HOQI2U"" stopped. -2016-08-01 17:25:39.114 +05:30 [Debug] Connection id ""0HKTQ06HOQI2V"" sending FIN. -2016-08-01 17:25:39.116 +05:30 [Debug] Connection id ""0HKTQ06HOQI2V"" sent FIN with status "0". -2016-08-01 17:25:39.117 +05:30 [Debug] Connection id ""0HKTQ06HOQI2V"" stopped. -2016-08-01 17:25:39.121 +05:30 [Debug] Connection id ""0HKTQ06HOQI2T"" sent FIN with status "0". -2016-08-01 17:25:39.122 +05:30 [Debug] Connection id ""0HKTQ06HOQI2T"" stopped. -2016-08-01 17:29:13.257 +05:30 [Debug] Connection id ""0HKTQ06HOQI30"" started. -2016-08-01 17:29:13.272 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Task/GetAllTasksOfUserAndGroup?groupId=3&userId=1 -2016-08-01 17:29:13.276 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Task/GetAllTasksOfUserAndGroup"'. -2016-08-01 17:29:13.278 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TaskController.GetAllTasksOfUserAndGroup (Api.Socioboard)" -2016-08-01 17:29:13.340 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TaskController.GetAllTasksOfUserAndGroup (Api.Socioboard)" with arguments (["1", "3"]) - ModelState is Valid -2016-08-01 17:29:13.547 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TaskController.GetAllTasksOfUserAndGroup (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:29:13.548 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:29:13.549 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:29:13.559 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:29:13.575 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TaskController.GetAllTasksOfUserAndGroup (Api.Socioboard)" in 280.3466ms -2016-08-01 17:29:13.589 +05:30 [Information] Request finished in 323.4059ms 200 application/json; charset=utf-8 -2016-08-01 17:29:13.590 +05:30 [Debug] Connection id ""0HKTQ06HOQI30"" completed keep alive response. -2016-08-01 17:31:39.092 +05:30 [Debug] Connection id ""0HKTQ06HOQI30"" received FIN. -2016-08-01 17:31:39.094 +05:30 [Debug] Connection id ""0HKTQ06HOQI30"" disconnecting. -2016-08-01 17:31:39.096 +05:30 [Debug] Connection id ""0HKTQ06HOQI30"" sending FIN. -2016-08-01 17:31:39.096 +05:30 [Debug] Connection id ""0HKTQ06HOQI30"" sent FIN with status "0". -2016-08-01 17:31:39.097 +05:30 [Debug] Connection id ""0HKTQ06HOQI30"" stopped. -2016-08-01 17:39:44.164 +05:30 [Debug] Connection id ""0HKTQ06HOQI31"" started. -2016-08-01 17:39:44.173 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-08-01 17:39:44.175 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-01 17:39:44.176 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-01 17:39:44.294 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 17:39:44.295 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:39:44.296 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:39:44.306 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:39:44.320 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 132.4553ms -2016-08-01 17:39:44.335 +05:30 [Information] Request finished in 161.2287ms 200 application/json; charset=utf-8 -2016-08-01 17:39:44.337 +05:30 [Debug] Connection id ""0HKTQ06HOQI31"" completed keep alive response. -2016-08-01 17:39:44.378 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=3 -2016-08-01 17:39:44.380 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-01 17:39:44.381 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-01 17:39:44.478 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 17:39:44.481 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:39:44.484 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:39:44.515 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:39:44.532 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 131.9298ms -2016-08-01 17:39:44.555 +05:30 [Information] Request finished in 197.3522ms 200 application/json; charset=utf-8 -2016-08-01 17:39:44.556 +05:30 [Debug] Connection id ""0HKTQ06HOQI31"" completed keep alive response. -2016-08-01 17:39:48.062 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=3 -2016-08-01 17:39:48.064 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-08-01 17:39:48.066 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-08-01 17:39:48.155 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 17:39:48.162 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:39:48.169 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:39:48.171 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:39:48.193 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:39:48.216 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 130.9356ms -2016-08-01 17:39:48.239 +05:30 [Information] Request finished in 194.4656ms 200 application/json; charset=utf-8 -2016-08-01 17:39:48.243 +05:30 [Debug] Connection id ""0HKTQ06HOQI31"" completed keep alive response. -2016-08-01 17:39:48.484 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Task/GetAllTasksOfUserAndGroup?groupId=3&userId=1 -2016-08-01 17:39:48.488 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Task/GetAllTasksOfUserAndGroup"'. -2016-08-01 17:39:48.501 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TaskController.GetAllTasksOfUserAndGroup (Api.Socioboard)" -2016-08-01 17:39:48.716 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TaskController.GetAllTasksOfUserAndGroup (Api.Socioboard)" with arguments (["1", "3"]) - ModelState is Valid -2016-08-01 17:39:48.987 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TaskController.GetAllTasksOfUserAndGroup (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:39:48.993 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:39:48.994 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:39:49.005 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:39:49.021 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TaskController.GetAllTasksOfUserAndGroup (Api.Socioboard)" in 501.5024ms -2016-08-01 17:39:49.049 +05:30 [Information] Request finished in 575.845ms 200 application/json; charset=utf-8 -2016-08-01 17:39:49.053 +05:30 [Debug] Connection id ""0HKTQ06HOQI31"" completed keep alive response. -2016-08-01 17:40:17.582 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-08-01 17:40:17.585 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-01 17:40:17.588 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-01 17:40:17.618 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 17:40:17.621 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:40:17.624 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:40:17.632 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:40:17.645 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 46.6593ms -2016-08-01 17:40:17.672 +05:30 [Information] Request finished in 90.3271ms 200 application/json; charset=utf-8 -2016-08-01 17:40:17.674 +05:30 [Debug] Connection id ""0HKTQ06HOQI31"" completed keep alive response. -2016-08-01 17:40:17.687 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=3 -2016-08-01 17:40:17.688 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-01 17:40:17.689 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-01 17:40:17.759 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 17:40:17.761 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:40:17.762 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:40:17.780 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:40:17.794 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 91.1094ms -2016-08-01 17:40:17.812 +05:30 [Information] Request finished in 123.2512ms 200 application/json; charset=utf-8 -2016-08-01 17:40:17.813 +05:30 [Debug] Connection id ""0HKTQ06HOQI31"" completed keep alive response. -2016-08-01 17:40:22.639 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=3 -2016-08-01 17:40:22.641 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-08-01 17:40:22.646 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-08-01 17:40:23.014 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 17:40:23.021 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:40:23.025 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:40:23.026 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:40:23.100 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:40:23.165 +05:30 [Debug] Connection id ""0HKTQ06HOQI32"" started. -2016-08-01 17:40:23.241 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 454.2698ms -2016-08-01 17:40:23.361 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Task/GetAllTasksOfUserAndGroup?groupId=3&userId=1 -2016-08-01 17:40:23.394 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Task/GetAllTasksOfUserAndGroup"'. -2016-08-01 17:40:23.408 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TaskController.GetAllTasksOfUserAndGroup (Api.Socioboard)" -2016-08-01 17:40:23.435 +05:30 [Information] Request finished in 773.9699ms 200 application/json; charset=utf-8 -2016-08-01 17:40:23.441 +05:30 [Debug] Connection id ""0HKTQ06HOQI31"" completed keep alive response. -2016-08-01 17:40:23.585 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TaskController.GetAllTasksOfUserAndGroup (Api.Socioboard)" with arguments (["1", "3"]) - ModelState is Valid -2016-08-01 17:40:23.737 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TaskController.GetAllTasksOfUserAndGroup (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:40:23.741 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:40:23.745 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:40:23.783 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:40:23.817 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TaskController.GetAllTasksOfUserAndGroup (Api.Socioboard)" in 376.5804ms -2016-08-01 17:40:23.834 +05:30 [Information] Request finished in 560.718ms 200 application/json; charset=utf-8 -2016-08-01 17:40:23.835 +05:30 [Debug] Connection id ""0HKTQ06HOQI32"" completed keep alive response. -2016-08-01 17:41:39.092 +05:30 [Debug] Connection id ""0HKTQ06HOQI32"" received FIN. -2016-08-01 17:41:39.092 +05:30 [Debug] Connection id ""0HKTQ06HOQI31"" received FIN. -2016-08-01 17:41:39.094 +05:30 [Debug] Connection id ""0HKTQ06HOQI32"" disconnecting. -2016-08-01 17:41:39.096 +05:30 [Debug] Connection id ""0HKTQ06HOQI31"" disconnecting. -2016-08-01 17:41:39.099 +05:30 [Debug] Connection id ""0HKTQ06HOQI32"" sending FIN. -2016-08-01 17:41:39.109 +05:30 [Debug] Connection id ""0HKTQ06HOQI31"" sending FIN. -2016-08-01 17:41:39.109 +05:30 [Debug] Connection id ""0HKTQ06HOQI32"" sent FIN with status "0". -2016-08-01 17:41:39.111 +05:30 [Debug] Connection id ""0HKTQ06HOQI31"" sent FIN with status "0". -2016-08-01 17:41:39.112 +05:30 [Debug] Connection id ""0HKTQ06HOQI32"" stopped. -2016-08-01 17:41:39.115 +05:30 [Debug] Connection id ""0HKTQ06HOQI31"" stopped. -2016-08-01 17:42:09.475 +05:30 [Debug] Connection id ""0HKTQ06HOQI33"" started. -2016-08-01 17:42:09.486 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-08-01 17:42:09.487 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-01 17:42:09.489 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-01 17:42:09.537 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 17:42:09.545 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:42:09.547 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:42:09.559 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:42:09.577 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 71.8217ms -2016-08-01 17:42:09.593 +05:30 [Information] Request finished in 108.416ms 200 application/json; charset=utf-8 -2016-08-01 17:42:09.594 +05:30 [Debug] Connection id ""0HKTQ06HOQI33"" completed keep alive response. -2016-08-01 17:42:09.617 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=3 -2016-08-01 17:42:09.620 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-01 17:42:09.624 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-01 17:42:09.684 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 17:42:09.687 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:42:09.689 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:42:09.699 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:42:09.715 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 78.543ms -2016-08-01 17:42:09.733 +05:30 [Information] Request finished in 121.8064ms 200 application/json; charset=utf-8 -2016-08-01 17:42:09.735 +05:30 [Debug] Connection id ""0HKTQ06HOQI33"" completed keep alive response. -2016-08-01 17:42:13.556 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=3 -2016-08-01 17:42:13.559 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-08-01 17:42:13.561 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-08-01 17:42:14.049 +05:30 [Debug] Connection id ""0HKTQ06HOQI34"" started. -2016-08-01 17:42:14.210 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 17:42:14.215 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:42:14.227 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:42:14.230 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:42:14.321 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Task/GetAllTasksOfUserAndGroup?groupId=3&userId=1 -2016-08-01 17:42:14.336 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Task/GetAllTasksOfUserAndGroup"'. -2016-08-01 17:42:14.338 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TaskController.GetAllTasksOfUserAndGroup (Api.Socioboard)" -2016-08-01 17:42:14.380 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:42:14.457 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 823.949ms -2016-08-01 17:42:14.546 +05:30 [Information] Request finished in 1054.2015ms 200 application/json; charset=utf-8 -2016-08-01 17:42:14.554 +05:30 [Debug] Connection id ""0HKTQ06HOQI33"" completed keep alive response. -2016-08-01 17:42:14.574 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TaskController.GetAllTasksOfUserAndGroup (Api.Socioboard)" with arguments (["1", "3"]) - ModelState is Valid -2016-08-01 17:42:14.660 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TaskController.GetAllTasksOfUserAndGroup (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:42:14.661 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:42:14.662 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:42:14.670 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:42:14.703 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TaskController.GetAllTasksOfUserAndGroup (Api.Socioboard)" in 335.8098ms -2016-08-01 17:42:14.719 +05:30 [Information] Request finished in 660.6852ms 200 application/json; charset=utf-8 -2016-08-01 17:42:14.719 +05:30 [Debug] Connection id ""0HKTQ06HOQI34"" completed keep alive response. -2016-08-01 17:42:21.945 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=3 -2016-08-01 17:42:21.949 +05:30 [Debug] Connection id ""0HKTQ06HOQI36"" started. -2016-08-01 17:42:21.949 +05:30 [Debug] Connection id ""0HKTQ06HOQI35"" started. -2016-08-01 17:42:21.961 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=3 -2016-08-01 17:42:21.962 +05:30 [Debug] Connection id ""0HKTQ06HOQI38"" started. -2016-08-01 17:42:21.962 +05:30 [Debug] Connection id ""0HKTQ06HOQI37"" started. -2016-08-01 17:42:21.966 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-08-01 17:42:21.970 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-08-01 17:42:21.958 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-08-01 17:42:21.974 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Google/GetGplusProfiles?groupId=3 -2016-08-01 17:42:21.989 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/LinkedIn/GetLinkedInCompanyPagesProfiles?groupId=3 -2016-08-01 17:42:22.161 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-08-01 17:42:22.163 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GetGplusProfiles"'. -2016-08-01 17:42:22.178 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/LinkedIn/GetLinkedInCompanyPagesProfiles"'. -2016-08-01 17:42:22.190 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" -2016-08-01 17:42:22.194 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" -2016-08-01 17:42:22.814 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/SocialMessages/GetAllSentMessagesCount?groupId=3&userId=1 -2016-08-01 17:42:22.817 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/SocialMessages/GetAllSentMessagesCount"'. -2016-08-01 17:42:22.821 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" -2016-08-01 17:42:23.756 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Instagram/GetInstagramProfiles?groupId=3 -2016-08-01 17:42:23.760 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Instagram/GetInstagramProfiles"'. -2016-08-01 17:42:23.762 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" -2016-08-01 17:42:24.791 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 17:42:24.813 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 17:42:24.831 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 17:42:24.847 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:42:24.852 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:42:24.853 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:42:24.865 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 17:42:24.850 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" with arguments (["1", "3"]) - ModelState is Valid -2016-08-01 17:42:24.880 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 17:42:24.884 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:42:24.883 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:42:24.888 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:42:24.885 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:42:24.892 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:42:24.890 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:42:24.891 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:42:24.898 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:42:24.899 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:42:24.895 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:42:24.907 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:42:24.902 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:42:24.908 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:42:24.908 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:42:24.909 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:42:24.927 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:42:24.928 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:42:24.934 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:42:24.958 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:42:24.968 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:42:24.979 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" in 2741.4274ms -2016-08-01 17:42:24.990 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:42:25.012 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 3001.3365ms -2016-08-01 17:42:25.031 +05:30 [Information] Executed action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" in 2138.163ms -2016-08-01 17:42:25.040 +05:30 [Information] Request finished in 3050.1938ms 200 application/json; charset=utf-8 -2016-08-01 17:42:25.042 +05:30 [Debug] Connection id ""0HKTQ06HOQI36"" completed keep alive response. -2016-08-01 17:42:25.061 +05:30 [Information] Executed action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" in 2739.0865ms -2016-08-01 17:42:25.073 +05:30 [Information] Request finished in 3103.8642ms 200 application/json; charset=utf-8 -2016-08-01 17:42:25.076 +05:30 [Debug] Connection id ""0HKTQ06HOQI34"" completed keep alive response. -2016-08-01 17:42:25.089 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 2756.0653ms -2016-08-01 17:42:25.155 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetIncommingMessage?groupId=3&userId=1 -2016-08-01 17:42:25.148 +05:30 [Information] Executed action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" in 1249.1594ms -2016-08-01 17:42:25.192 +05:30 [Information] Request finished in 3098.7395ms 200 application/json; charset=utf-8 -2016-08-01 17:42:25.166 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterFollowerCount?groupId=3&userId=1 -2016-08-01 17:42:25.212 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetIncommingMessage"'. -2016-08-01 17:42:25.214 +05:30 [Debug] Connection id ""0HKTQ06HOQI37"" completed keep alive response. -2016-08-01 17:42:25.218 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterFollowerCount"'. -2016-08-01 17:42:25.223 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" -2016-08-01 17:42:25.225 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" -2016-08-01 17:42:25.232 +05:30 [Information] Request finished in 2295.8127ms 200 application/json; charset=utf-8 -2016-08-01 17:42:25.247 +05:30 [Debug] Connection id ""0HKTQ06HOQI35"" completed keep alive response. -2016-08-01 17:42:25.379 +05:30 [Information] Request finished in 3300.5735ms 200 application/json; charset=utf-8 -2016-08-01 17:42:25.419 +05:30 [Debug] Connection id ""0HKTQ06HOQI33"" completed keep alive response. -2016-08-01 17:42:25.426 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/FacebookfanPageCount?groupId=3&userId=1 -2016-08-01 17:42:25.444 +05:30 [Information] Request finished in 1484.0147ms 200 application/json; charset=utf-8 -2016-08-01 17:42:25.449 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/FacebookfanPageCount"'. -2016-08-01 17:42:25.453 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" -2016-08-01 17:42:25.453 +05:30 [Debug] Connection id ""0HKTQ06HOQI38"" completed keep alive response. -2016-08-01 17:42:25.474 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" with arguments (["3", "1"]) - ModelState is Valid -2016-08-01 17:42:25.518 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:42:25.520 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:42:25.521 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 17:42:25.568 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterRecentFollower?groupId=3 -2016-08-01 17:42:25.575 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterRecentFollower"'. -2016-08-01 17:42:25.584 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" -2016-08-01 17:42:25.843 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" with arguments (["3", "1"]) - ModelState is Valid -2016-08-01 17:42:26.015 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:42:26.075 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" in 789.2386ms -2016-08-01 17:42:26.100 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:42:26.102 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:42:26.104 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 17:42:26.142 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 17:42:26.190 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:42:26.244 +05:30 [Information] Request finished in 1050.1906ms 200 text/plain; charset=utf-8 -2016-08-01 17:42:26.248 +05:30 [Debug] Connection id ""0HKTQ06HOQI34"" completed keep alive response. -2016-08-01 17:42:26.297 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" in 966.6391ms -2016-08-01 17:42:26.322 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" with arguments (["1", "3"]) - ModelState is Valid -2016-08-01 17:42:26.335 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:42:26.336 +05:30 [Information] Request finished in 1260.5338ms 200 text/plain; charset=utf-8 -2016-08-01 17:42:26.338 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:42:26.340 +05:30 [Debug] Connection id ""0HKTQ06HOQI36"" completed keep alive response. -2016-08-01 17:42:26.341 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 17:42:26.462 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:42:26.484 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" in 1012.0741ms -2016-08-01 17:42:26.524 +05:30 [Information] Request finished in 1270.7844ms 200 text/plain; charset=utf-8 -2016-08-01 17:42:26.525 +05:30 [Debug] Connection id ""0HKTQ06HOQI37"" completed keep alive response. -2016-08-01 17:42:27.894 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:42:27.896 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:42:27.897 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:42:27.911 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:42:27.933 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" in 2254.0503ms -2016-08-01 17:42:27.953 +05:30 [Information] Request finished in 2678.8742ms 200 application/json; charset=utf-8 -2016-08-01 17:42:27.955 +05:30 [Debug] Connection id ""0HKTQ06HOQI35"" completed keep alive response. -2016-08-01 17:42:28.588 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Task/GetAllTasksOfUserAndGroup?groupId=3&userId=1 -2016-08-01 17:42:28.590 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Task/GetAllTasksOfUserAndGroup"'. -2016-08-01 17:42:28.592 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TaskController.GetAllTasksOfUserAndGroup (Api.Socioboard)" -2016-08-01 17:42:28.695 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TaskController.GetAllTasksOfUserAndGroup (Api.Socioboard)" with arguments (["1", "3"]) - ModelState is Valid -2016-08-01 17:42:28.791 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TaskController.GetAllTasksOfUserAndGroup (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:42:28.793 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:42:28.796 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:42:28.809 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:42:28.826 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TaskController.GetAllTasksOfUserAndGroup (Api.Socioboard)" in 217.9948ms -2016-08-01 17:42:28.845 +05:30 [Information] Request finished in 326.9776ms 200 application/json; charset=utf-8 -2016-08-01 17:42:28.846 +05:30 [Debug] Connection id ""0HKTQ06HOQI33"" completed keep alive response. -2016-08-01 17:45:18.114 +05:30 [Debug] Connection id ""0HKTQ06HOQI34"" received FIN. -2016-08-01 17:45:18.115 +05:30 [Debug] Connection id ""0HKTQ06HOQI37"" received FIN. -2016-08-01 17:45:18.114 +05:30 [Debug] Connection id ""0HKTQ06HOQI38"" received FIN. -2016-08-01 17:45:18.116 +05:30 [Debug] Connection id ""0HKTQ06HOQI34"" disconnecting. -2016-08-01 17:45:18.116 +05:30 [Debug] Connection id ""0HKTQ06HOQI35"" received FIN. -2016-08-01 17:45:18.116 +05:30 [Debug] Connection id ""0HKTQ06HOQI37"" disconnecting. -2016-08-01 17:45:18.121 +05:30 [Debug] Connection id ""0HKTQ06HOQI38"" disconnecting. -2016-08-01 17:45:18.125 +05:30 [Debug] Connection id ""0HKTQ06HOQI35"" disconnecting. -2016-08-01 17:45:18.121 +05:30 [Debug] Connection id ""0HKTQ06HOQI36"" received FIN. -2016-08-01 17:45:18.125 +05:30 [Debug] Connection id ""0HKTQ06HOQI34"" sending FIN. -2016-08-01 17:45:18.132 +05:30 [Debug] Connection id ""0HKTQ06HOQI36"" disconnecting. -2016-08-01 17:45:18.133 +05:30 [Debug] Connection id ""0HKTQ06HOQI37"" sending FIN. -2016-08-01 17:45:18.135 +05:30 [Debug] Connection id ""0HKTQ06HOQI35"" sending FIN. -2016-08-01 17:45:18.132 +05:30 [Debug] Connection id ""0HKTQ06HOQI33"" received FIN. -2016-08-01 17:45:18.135 +05:30 [Debug] Connection id ""0HKTQ06HOQI35"" sent FIN with status "0". -2016-08-01 17:45:18.137 +05:30 [Debug] Connection id ""0HKTQ06HOQI38"" sending FIN. -2016-08-01 17:45:18.137 +05:30 [Debug] Connection id ""0HKTQ06HOQI33"" disconnecting. -2016-08-01 17:45:18.137 +05:30 [Debug] Connection id ""0HKTQ06HOQI35"" stopped. -2016-08-01 17:45:18.139 +05:30 [Debug] Connection id ""0HKTQ06HOQI36"" sending FIN. -2016-08-01 17:45:18.140 +05:30 [Debug] Connection id ""0HKTQ06HOQI33"" sending FIN. -2016-08-01 17:45:18.140 +05:30 [Debug] Connection id ""0HKTQ06HOQI37"" sent FIN with status "0". -2016-08-01 17:45:18.141 +05:30 [Debug] Connection id ""0HKTQ06HOQI33"" sent FIN with status "0". -2016-08-01 17:45:18.142 +05:30 [Debug] Connection id ""0HKTQ06HOQI37"" stopped. -2016-08-01 17:45:18.143 +05:30 [Debug] Connection id ""0HKTQ06HOQI33"" stopped. -2016-08-01 17:45:18.144 +05:30 [Debug] Connection id ""0HKTQ06HOQI34"" sent FIN with status "0". -2016-08-01 17:45:18.145 +05:30 [Debug] Connection id ""0HKTQ06HOQI36"" sent FIN with status "0". -2016-08-01 17:45:18.146 +05:30 [Debug] Connection id ""0HKTQ06HOQI36"" stopped. -2016-08-01 17:45:18.145 +05:30 [Debug] Connection id ""0HKTQ06HOQI34"" stopped. -2016-08-01 17:45:18.147 +05:30 [Debug] Connection id ""0HKTQ06HOQI38"" sent FIN with status "0". -2016-08-01 17:45:18.149 +05:30 [Debug] Connection id ""0HKTQ06HOQI38"" stopped. -2016-08-01 17:46:48.203 +05:30 [Debug] Connection id ""0HKTQ06HOQI3A"" started. -2016-08-01 17:46:48.203 +05:30 [Debug] Connection id ""0HKTQ06HOQI39"" started. -2016-08-01 17:46:48.213 +05:30 [Debug] Connection id ""0HKTQ06HOQI3B"" started. -2016-08-01 17:46:48.213 +05:30 [Debug] Connection id ""0HKTQ06HOQI3C"" started. -2016-08-01 17:46:48.216 +05:30 [Debug] Connection id ""0HKTQ06HOQI3D"" started. -2016-08-01 17:46:48.219 +05:30 [Debug] Connection id ""0HKTQ06HOQI3E"" started. -2016-08-01 17:46:48.282 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=3 -2016-08-01 17:46:48.295 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-08-01 17:46:48.296 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-08-01 17:46:48.409 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=3 -2016-08-01 17:46:48.439 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/LinkedIn/GetLinkedInCompanyPagesProfiles?groupId=3 -2016-08-01 17:46:48.448 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Instagram/GetInstagramProfiles?groupId=3 -2016-08-01 17:46:48.457 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Instagram/GetInstagramProfiles"'. -2016-08-01 17:46:48.457 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/LinkedIn/GetLinkedInCompanyPagesProfiles"'. -2016-08-01 17:46:48.459 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" -2016-08-01 17:46:48.460 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" -2016-08-01 17:46:48.448 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-08-01 17:46:48.481 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/SocialMessages/GetAllSentMessagesCount?groupId=3&userId=1 -2016-08-01 17:46:48.504 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 17:46:48.465 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Google/GetGplusProfiles?groupId=3 -2016-08-01 17:46:48.540 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/SocialMessages/GetAllSentMessagesCount"'. -2016-08-01 17:46:48.542 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GetGplusProfiles"'. -2016-08-01 17:46:48.544 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" -2016-08-01 17:46:48.544 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" -2016-08-01 17:46:48.542 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:46:48.562 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:46:48.562 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:46:48.552 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 17:46:48.565 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:46:48.566 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:46:48.566 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:46:48.536 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-08-01 17:46:48.589 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:46:48.574 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 17:46:48.614 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:46:48.626 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:46:48.628 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:46:48.628 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:46:48.632 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" with arguments (["1", "3"]) - ModelState is Valid -2016-08-01 17:46:48.642 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 320.9353ms -2016-08-01 17:46:48.653 +05:30 [Information] Executed action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" in 165.2761ms -2016-08-01 17:46:48.657 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:46:48.681 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:46:48.683 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:46:48.697 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 17:46:48.699 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:46:48.700 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:46:48.705 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:46:48.712 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:46:48.724 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:46:48.733 +05:30 [Information] Executed action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" in 170.1812ms -2016-08-01 17:46:48.742 +05:30 [Information] Request finished in 483.9807ms 200 application/json; charset=utf-8 -2016-08-01 17:46:48.745 +05:30 [Debug] Connection id ""0HKTQ06HOQI3A"" completed keep alive response. -2016-08-01 17:46:48.762 +05:30 [Information] Request finished in 473.2553ms 200 application/json; charset=utf-8 -2016-08-01 17:46:48.763 +05:30 [Debug] Connection id ""0HKTQ06HOQI3D"" completed keep alive response. -2016-08-01 17:46:48.822 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:46:48.844 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetIncommingMessage?groupId=3&userId=1 -2016-08-01 17:46:48.847 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetIncommingMessage"'. -2016-08-01 17:46:48.849 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" -2016-08-01 17:46:48.858 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" in 279.4189ms -2016-08-01 17:46:48.868 +05:30 [Information] Request finished in 536.78ms 200 application/json; charset=utf-8 -2016-08-01 17:46:48.878 +05:30 [Debug] Connection id ""0HKTQ06HOQI3E"" completed keep alive response. -2016-08-01 17:46:48.941 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterFollowerCount?groupId=3&userId=1 -2016-08-01 17:46:48.942 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterFollowerCount"'. -2016-08-01 17:46:48.944 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" -2016-08-01 17:46:48.956 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/FacebookfanPageCount?groupId=3&userId=1 -2016-08-01 17:46:48.966 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/FacebookfanPageCount"'. -2016-08-01 17:46:48.969 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" -2016-08-01 17:46:48.991 +05:30 [Information] Executed action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" in 265.3113ms -2016-08-01 17:46:49.038 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 17:46:49.060 +05:30 [Information] Request finished in 791.9972ms 200 application/json; charset=utf-8 -2016-08-01 17:46:49.078 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" with arguments (["3", "1"]) - ModelState is Valid -2016-08-01 17:46:49.084 +05:30 [Debug] Connection id ""0HKTQ06HOQI3C"" completed keep alive response. -2016-08-01 17:46:49.082 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:46:49.112 +05:30 [Information] Request finished in 641.8083ms 200 application/json; charset=utf-8 -2016-08-01 17:46:49.112 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:46:49.113 +05:30 [Debug] Connection id ""0HKTQ06HOQI3B"" completed keep alive response. -2016-08-01 17:46:49.130 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" with arguments (["1", "3"]) - ModelState is Valid -2016-08-01 17:46:49.115 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:46:49.140 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" with arguments (["3", "1"]) - ModelState is Valid -2016-08-01 17:46:49.150 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:46:49.149 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:46:49.154 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 17:46:49.155 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:46:49.157 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 17:46:49.163 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:46:49.138 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:46:49.197 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:46:49.183 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:46:49.183 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterRecentFollower?groupId=3 -2016-08-01 17:46:49.204 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:46:49.214 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterRecentFollower"'. -2016-08-01 17:46:49.212 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 17:46:49.220 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" -2016-08-01 17:46:49.228 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:46:49.245 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" in 358.7244ms -2016-08-01 17:46:49.265 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" in 243.0676ms -2016-08-01 17:46:49.279 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:46:49.328 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 683.5155ms -2016-08-01 17:46:49.347 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 17:46:49.353 +05:30 [Information] Request finished in 552.3935ms 200 text/plain; charset=utf-8 -2016-08-01 17:46:49.361 +05:30 [Information] Request finished in 434.8654ms 200 text/plain; charset=utf-8 -2016-08-01 17:46:49.371 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" in 373.447ms -2016-08-01 17:46:49.378 +05:30 [Debug] Connection id ""0HKTQ06HOQI3A"" completed keep alive response. -2016-08-01 17:46:49.382 +05:30 [Debug] Connection id ""0HKTQ06HOQI3E"" completed keep alive response. -2016-08-01 17:46:49.438 +05:30 [Information] Request finished in 1182.7848ms 200 application/json; charset=utf-8 -2016-08-01 17:46:49.450 +05:30 [Debug] Connection id ""0HKTQ06HOQI39"" completed keep alive response. -2016-08-01 17:46:49.451 +05:30 [Information] Request finished in 569.3796ms 200 text/plain; charset=utf-8 -2016-08-01 17:46:49.461 +05:30 [Debug] Connection id ""0HKTQ06HOQI3D"" completed keep alive response. -2016-08-01 17:46:51.145 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:46:51.148 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:46:51.150 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:46:51.158 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:46:51.170 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" in 1937.952ms -2016-08-01 17:46:51.190 +05:30 [Information] Request finished in 2072.9305ms 200 application/json; charset=utf-8 -2016-08-01 17:46:51.193 +05:30 [Debug] Connection id ""0HKTQ06HOQI3C"" completed keep alive response. -2016-08-01 17:46:51.763 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Task/GetAllTasksOfUserAndGroup?groupId=3&userId=1 -2016-08-01 17:46:51.765 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Task/GetAllTasksOfUserAndGroup"'. -2016-08-01 17:46:51.767 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TaskController.GetAllTasksOfUserAndGroup (Api.Socioboard)" -2016-08-01 17:46:51.844 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TaskController.GetAllTasksOfUserAndGroup (Api.Socioboard)" with arguments (["1", "3"]) - ModelState is Valid -2016-08-01 17:46:51.927 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TaskController.GetAllTasksOfUserAndGroup (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:46:51.928 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:46:51.929 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:46:51.938 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:46:51.954 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TaskController.GetAllTasksOfUserAndGroup (Api.Socioboard)" in 172.8325ms -2016-08-01 17:46:51.973 +05:30 [Information] Request finished in 213.9519ms 200 application/json; charset=utf-8 -2016-08-01 17:46:51.974 +05:30 [Debug] Connection id ""0HKTQ06HOQI3B"" completed keep alive response. -2016-08-01 17:47:53.696 +05:30 [Debug] Connection id ""0HKTQ06HOQI39"" received FIN. -2016-08-01 17:47:53.696 +05:30 [Debug] Connection id ""0HKTQ06HOQI3A"" received FIN. -2016-08-01 17:47:53.697 +05:30 [Debug] Connection id ""0HKTQ06HOQI39"" disconnecting. -2016-08-01 17:47:53.698 +05:30 [Debug] Connection id ""0HKTQ06HOQI3E"" received FIN. -2016-08-01 17:47:53.697 +05:30 [Debug] Connection id ""0HKTQ06HOQI3D"" received FIN. -2016-08-01 17:47:53.700 +05:30 [Debug] Connection id ""0HKTQ06HOQI3C"" received FIN. -2016-08-01 17:47:53.700 +05:30 [Debug] Connection id ""0HKTQ06HOQI3E"" disconnecting. -2016-08-01 17:47:53.698 +05:30 [Debug] Connection id ""0HKTQ06HOQI3A"" disconnecting. -2016-08-01 17:47:53.702 +05:30 [Debug] Connection id ""0HKTQ06HOQI3D"" disconnecting. -2016-08-01 17:47:53.705 +05:30 [Debug] Connection id ""0HKTQ06HOQI3E"" sending FIN. -2016-08-01 17:47:53.702 +05:30 [Debug] Connection id ""0HKTQ06HOQI3C"" disconnecting. -2016-08-01 17:47:53.708 +05:30 [Debug] Connection id ""0HKTQ06HOQI3A"" sending FIN. -2016-08-01 17:47:53.709 +05:30 [Debug] Connection id ""0HKTQ06HOQI3C"" sending FIN. -2016-08-01 17:47:53.701 +05:30 [Debug] Connection id ""0HKTQ06HOQI3B"" received FIN. -2016-08-01 17:47:53.710 +05:30 [Debug] Connection id ""0HKTQ06HOQI3C"" sent FIN with status "0". -2016-08-01 17:47:53.711 +05:30 [Debug] Connection id ""0HKTQ06HOQI3B"" disconnecting. -2016-08-01 17:47:53.711 +05:30 [Debug] Connection id ""0HKTQ06HOQI39"" sending FIN. -2016-08-01 17:47:53.712 +05:30 [Debug] Connection id ""0HKTQ06HOQI3C"" stopped. -2016-08-01 17:47:53.716 +05:30 [Debug] Connection id ""0HKTQ06HOQI3D"" sending FIN. -2016-08-01 17:47:53.718 +05:30 [Debug] Connection id ""0HKTQ06HOQI3A"" sent FIN with status "0". -2016-08-01 17:47:53.719 +05:30 [Debug] Connection id ""0HKTQ06HOQI3B"" sending FIN. -2016-08-01 17:47:53.719 +05:30 [Debug] Connection id ""0HKTQ06HOQI3A"" stopped. -2016-08-01 17:47:53.721 +05:30 [Debug] Connection id ""0HKTQ06HOQI3B"" sent FIN with status "0". -2016-08-01 17:47:53.721 +05:30 [Debug] Connection id ""0HKTQ06HOQI3E"" sent FIN with status "0". -2016-08-01 17:47:53.723 +05:30 [Debug] Connection id ""0HKTQ06HOQI3E"" stopped. -2016-08-01 17:47:53.722 +05:30 [Debug] Connection id ""0HKTQ06HOQI3B"" stopped. -2016-08-01 17:47:53.725 +05:30 [Debug] Connection id ""0HKTQ06HOQI3F"" started. -2016-08-01 17:47:53.725 +05:30 [Debug] Connection id ""0HKTQ06HOQI3D"" sent FIN with status "0". -2016-08-01 17:47:53.734 +05:30 [Debug] Connection id ""0HKTQ06HOQI3D"" stopped. -2016-08-01 17:47:53.734 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-08-01 17:47:53.735 +05:30 [Debug] Connection id ""0HKTQ06HOQI39"" sent FIN with status "0". -2016-08-01 17:47:53.736 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-01 17:47:53.737 +05:30 [Debug] Connection id ""0HKTQ06HOQI39"" stopped. -2016-08-01 17:47:53.739 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-01 17:47:53.783 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 17:47:53.785 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:47:53.787 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:47:53.795 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:47:53.805 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 57.0245ms -2016-08-01 17:47:53.824 +05:30 [Information] Request finished in 90.0678ms 200 application/json; charset=utf-8 -2016-08-01 17:47:53.825 +05:30 [Debug] Connection id ""0HKTQ06HOQI3F"" completed keep alive response. -2016-08-01 17:47:53.840 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=3 -2016-08-01 17:47:53.843 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-01 17:47:53.845 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-01 17:47:53.920 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 17:47:53.925 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:47:53.926 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:47:53.938 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:47:53.950 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 86.2947ms -2016-08-01 17:47:53.975 +05:30 [Information] Request finished in 135.3727ms 200 application/json; charset=utf-8 -2016-08-01 17:47:53.978 +05:30 [Debug] Connection id ""0HKTQ06HOQI3F"" completed keep alive response. -2016-08-01 17:48:00.417 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=3 -2016-08-01 17:48:00.421 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-08-01 17:48:00.425 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-08-01 17:48:00.509 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 17:48:00.513 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:48:00.515 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:48:00.516 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:48:00.528 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:48:00.551 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 101.9669ms -2016-08-01 17:48:00.578 +05:30 [Information] Request finished in 172.3224ms 200 application/json; charset=utf-8 -2016-08-01 17:48:00.579 +05:30 [Debug] Connection id ""0HKTQ06HOQI3F"" completed keep alive response. -2016-08-01 17:48:00.854 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Task/GetAllTasksOfUserAndGroup?groupId=3&userId=1 -2016-08-01 17:48:00.856 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Task/GetAllTasksOfUserAndGroup"'. -2016-08-01 17:48:00.857 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TaskController.GetAllTasksOfUserAndGroup (Api.Socioboard)" -2016-08-01 17:48:01.003 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TaskController.GetAllTasksOfUserAndGroup (Api.Socioboard)" with arguments (["1", "3"]) - ModelState is Valid -2016-08-01 17:48:01.251 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TaskController.GetAllTasksOfUserAndGroup (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:48:01.253 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:48:01.256 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:48:01.299 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:48:01.323 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TaskController.GetAllTasksOfUserAndGroup (Api.Socioboard)" in 444.1031ms -2016-08-01 17:48:01.423 +05:30 [Information] Request finished in 748.0154ms 200 application/json; charset=utf-8 -2016-08-01 17:48:01.425 +05:30 [Debug] Connection id ""0HKTQ06HOQI3F"" completed keep alive response. -2016-08-01 17:48:18.146 +05:30 [Debug] Connection id ""0HKTQ06HOQI3G"" started. -2016-08-01 17:48:18.167 +05:30 [Debug] Connection id ""0HKTQ06HOQI3H"" started. -2016-08-01 17:48:18.175 +05:30 [Debug] Connection id ""0HKTQ06HOQI3J"" started. -2016-08-01 17:48:18.167 +05:30 [Debug] Connection id ""0HKTQ06HOQI3I"" started. -2016-08-01 17:48:18.181 +05:30 [Debug] Connection id ""0HKTQ06HOQI3K"" started. -2016-08-01 17:48:18.370 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Instagram/GetInstagramProfiles?groupId=3 -2016-08-01 17:48:18.400 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Instagram/GetInstagramProfiles"'. -2016-08-01 17:48:18.428 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" -2016-08-01 17:48:18.531 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=3 -2016-08-01 17:48:18.537 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-08-01 17:48:18.541 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-08-01 17:48:18.591 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/LinkedIn/GetLinkedInCompanyPagesProfiles?groupId=3 -2016-08-01 17:48:18.605 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/LinkedIn/GetLinkedInCompanyPagesProfiles"'. -2016-08-01 17:48:18.607 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" -2016-08-01 17:48:18.683 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=3 -2016-08-01 17:48:18.705 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-08-01 17:48:18.708 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-08-01 17:48:18.743 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/SocialMessages/GetAllSentMessagesCount?groupId=3&userId=1 -2016-08-01 17:48:18.771 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/SocialMessages/GetAllSentMessagesCount"'. -2016-08-01 17:48:18.774 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" -2016-08-01 17:48:18.780 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Google/GetGplusProfiles?groupId=3 -2016-08-01 17:48:18.804 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GetGplusProfiles"'. -2016-08-01 17:48:18.822 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 17:48:18.835 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" -2016-08-01 17:48:18.847 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:48:18.849 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:48:18.851 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:48:18.870 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 17:48:18.873 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:48:18.874 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:48:18.876 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:48:18.898 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:48:18.930 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 17:48:18.961 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:48:18.964 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:48:18.966 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:48:18.998 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 17:48:19.003 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:48:19.005 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:48:19.007 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:48:19.013 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:48:19.041 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" with arguments (["1", "3"]) - ModelState is Valid -2016-08-01 17:48:19.048 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:48:19.070 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:48:19.067 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:48:19.083 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:48:19.085 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:48:19.094 +05:30 [Information] Executed action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" in 441.7006ms -2016-08-01 17:48:19.140 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:48:19.195 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 17:48:19.200 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:48:19.203 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:48:19.204 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:48:19.212 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 308.0926ms -2016-08-01 17:48:19.228 +05:30 [Information] Executed action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" in 476.2586ms -2016-08-01 17:48:19.246 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:48:19.267 +05:30 [Information] Request finished in 844.013ms 200 application/json; charset=utf-8 -2016-08-01 17:48:19.271 +05:30 [Debug] Connection id ""0HKTQ06HOQI3K"" completed keep alive response. -2016-08-01 17:48:19.279 +05:30 [Information] Request finished in 1078.3259ms 200 application/json; charset=utf-8 -2016-08-01 17:48:19.309 +05:30 [Debug] Connection id ""0HKTQ06HOQI3G"" completed keep alive response. -2016-08-01 17:48:19.331 +05:30 [Information] Request finished in 726.155ms 200 application/json; charset=utf-8 -2016-08-01 17:48:19.356 +05:30 [Debug] Connection id ""0HKTQ06HOQI3I"" completed keep alive response. -2016-08-01 17:48:19.527 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 532.1938ms -2016-08-01 17:48:19.544 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/FacebookfanPageCount?groupId=3&userId=1 -2016-08-01 17:48:19.552 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/FacebookfanPageCount"'. -2016-08-01 17:48:19.554 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" -2016-08-01 17:48:19.572 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetIncommingMessage?groupId=3&userId=1 -2016-08-01 17:48:19.575 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetIncommingMessage"'. -2016-08-01 17:48:19.578 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" -2016-08-01 17:48:19.601 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterFollowerCount?groupId=3&userId=1 -2016-08-01 17:48:19.627 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterFollowerCount"'. -2016-08-01 17:48:19.629 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" -2016-08-01 17:48:19.655 +05:30 [Information] Request finished in 1312.0861ms 200 application/json; charset=utf-8 -2016-08-01 17:48:19.657 +05:30 [Debug] Connection id ""0HKTQ06HOQI3F"" completed keep alive response. -2016-08-01 17:48:19.689 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" with arguments (["1", "3"]) - ModelState is Valid -2016-08-01 17:48:19.705 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:48:19.707 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:48:19.709 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 17:48:19.728 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" in 404.1213ms -2016-08-01 17:48:19.750 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterRecentFollower?groupId=3 -2016-08-01 17:48:19.754 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterRecentFollower"'. -2016-08-01 17:48:19.758 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" -2016-08-01 17:48:19.795 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" with arguments (["3", "1"]) - ModelState is Valid -2016-08-01 17:48:19.839 +05:30 [Information] Request finished in 1571.206ms 200 application/json; charset=utf-8 -2016-08-01 17:48:19.847 +05:30 [Debug] Connection id ""0HKTQ06HOQI3J"" completed keep alive response. -2016-08-01 17:48:19.855 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:48:19.925 +05:30 [Information] Executed action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" in 363.8993ms -2016-08-01 17:48:19.960 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" in 303.2365ms -2016-08-01 17:48:19.993 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 17:48:20.012 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" with arguments (["3", "1"]) - ModelState is Valid -2016-08-01 17:48:20.028 +05:30 [Information] Request finished in 622.5189ms 200 text/plain; charset=utf-8 -2016-08-01 17:48:20.030 +05:30 [Debug] Connection id ""0HKTQ06HOQI3I"" completed keep alive response. -2016-08-01 17:48:20.039 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:48:20.042 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:48:20.044 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 17:48:20.097 +05:30 [Information] Request finished in 1579.9746ms 200 application/json; charset=utf-8 -2016-08-01 17:48:20.099 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:48:20.100 +05:30 [Debug] Connection id ""0HKTQ06HOQI3H"" completed keep alive response. -2016-08-01 17:48:20.103 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:48:20.109 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 17:48:20.118 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:48:20.142 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:48:20.174 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" in 498.9537ms -2016-08-01 17:48:20.188 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" in 573.0912ms -2016-08-01 17:48:20.209 +05:30 [Information] Request finished in 829.7519ms 200 text/plain; charset=utf-8 -2016-08-01 17:48:20.213 +05:30 [Debug] Connection id ""0HKTQ06HOQI3G"" completed keep alive response. -2016-08-01 17:48:20.224 +05:30 [Information] Request finished in 919.7496ms 200 text/plain; charset=utf-8 -2016-08-01 17:48:20.234 +05:30 [Debug] Connection id ""0HKTQ06HOQI3K"" completed keep alive response. -2016-08-01 17:48:20.821 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:48:20.825 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:48:20.827 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:48:20.838 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:48:20.856 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" in 1081.247ms -2016-08-01 17:48:20.881 +05:30 [Information] Request finished in 1176.751ms 200 application/json; charset=utf-8 -2016-08-01 17:48:20.883 +05:30 [Debug] Connection id ""0HKTQ06HOQI3F"" completed keep alive response. -2016-08-01 17:49:17.318 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Task/GetAllTasksOfUserAndGroup?groupId=3&userId=1 -2016-08-01 17:49:17.320 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Task/GetAllTasksOfUserAndGroup"'. -2016-08-01 17:49:17.323 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TaskController.GetAllTasksOfUserAndGroup (Api.Socioboard)" -2016-08-01 17:49:17.425 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TaskController.GetAllTasksOfUserAndGroup (Api.Socioboard)" with arguments (["1", "3"]) - ModelState is Valid -2016-08-01 17:49:17.501 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TaskController.GetAllTasksOfUserAndGroup (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:49:17.502 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:49:17.503 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:49:17.510 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:49:17.523 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TaskController.GetAllTasksOfUserAndGroup (Api.Socioboard)" in 187.8953ms -2016-08-01 17:49:17.542 +05:30 [Information] Request finished in 256.8515ms 200 application/json; charset=utf-8 -2016-08-01 17:49:17.544 +05:30 [Debug] Connection id ""0HKTQ06HOQI3J"" completed keep alive response. -2016-08-01 17:49:51.879 +05:30 [Debug] Connection id ""0HKTQ06HOQI3H"" received FIN. -2016-08-01 17:49:51.879 +05:30 [Debug] Connection id ""0HKTQ06HOQI3I"" received FIN. -2016-08-01 17:49:51.880 +05:30 [Debug] Connection id ""0HKTQ06HOQI3G"" received FIN. -2016-08-01 17:49:51.882 +05:30 [Debug] Connection id ""0HKTQ06HOQI3I"" disconnecting. -2016-08-01 17:49:51.880 +05:30 [Debug] Connection id ""0HKTQ06HOQI3H"" disconnecting. -2016-08-01 17:49:51.883 +05:30 [Debug] Connection id ""0HKTQ06HOQI3G"" disconnecting. -2016-08-01 17:49:51.882 +05:30 [Debug] Connection id ""0HKTQ06HOQI3K"" received FIN. -2016-08-01 17:49:51.892 +05:30 [Debug] Connection id ""0HKTQ06HOQI3H"" sending FIN. -2016-08-01 17:49:51.898 +05:30 [Debug] Connection id ""0HKTQ06HOQI3F"" received FIN. -2016-08-01 17:49:51.906 +05:30 [Debug] Connection id ""0HKTQ06HOQI3I"" sending FIN. -2016-08-01 17:49:51.907 +05:30 [Debug] Connection id ""0HKTQ06HOQI3F"" disconnecting. -2016-08-01 17:49:51.907 +05:30 [Debug] Connection id ""0HKTQ06HOQI3I"" sent FIN with status "0". -2016-08-01 17:49:51.901 +05:30 [Debug] Connection id ""0HKTQ06HOQI3K"" disconnecting. -2016-08-01 17:49:51.910 +05:30 [Debug] Connection id ""0HKTQ06HOQI3I"" stopped. -2016-08-01 17:49:51.899 +05:30 [Debug] Connection id ""0HKTQ06HOQI3G"" sending FIN. -2016-08-01 17:49:51.920 +05:30 [Debug] Connection id ""0HKTQ06HOQI3F"" sending FIN. -2016-08-01 17:49:51.921 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-08-01 17:49:51.932 +05:30 [Debug] Connection id ""0HKTQ06HOQI3K"" sending FIN. -2016-08-01 17:49:51.920 +05:30 [Debug] Connection id ""0HKTQ06HOQI3G"" sent FIN with status "0". -2016-08-01 17:49:51.935 +05:30 [Debug] Connection id ""0HKTQ06HOQI3K"" sent FIN with status "0". -2016-08-01 17:49:51.936 +05:30 [Debug] Connection id ""0HKTQ06HOQI3G"" stopped. -2016-08-01 17:49:51.939 +05:30 [Debug] Connection id ""0HKTQ06HOQI3K"" stopped. -2016-08-01 17:49:51.939 +05:30 [Debug] Connection id ""0HKTQ06HOQI3H"" sent FIN with status "0". -2016-08-01 17:49:51.933 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-01 17:49:51.941 +05:30 [Debug] Connection id ""0HKTQ06HOQI3H"" stopped. -2016-08-01 17:49:51.941 +05:30 [Debug] Connection id ""0HKTQ06HOQI3F"" sent FIN with status "0". -2016-08-01 17:49:51.946 +05:30 [Debug] Connection id ""0HKTQ06HOQI3F"" stopped. -2016-08-01 17:49:51.944 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-01 17:49:52.000 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 17:49:52.003 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:49:52.004 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:49:52.014 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:49:52.029 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 67.2326ms -2016-08-01 17:49:52.052 +05:30 [Information] Request finished in 159.0972ms 200 application/json; charset=utf-8 -2016-08-01 17:49:52.053 +05:30 [Debug] Connection id ""0HKTQ06HOQI3J"" completed keep alive response. -2016-08-01 17:49:52.084 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=3 -2016-08-01 17:49:52.089 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-01 17:49:52.092 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-01 17:49:52.165 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 17:49:52.169 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:49:52.171 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:49:52.186 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:49:52.205 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 95.9602ms -2016-08-01 17:49:52.235 +05:30 [Information] Request finished in 150.0037ms 200 application/json; charset=utf-8 -2016-08-01 17:49:52.257 +05:30 [Debug] Connection id ""0HKTQ06HOQI3J"" completed keep alive response. -2016-08-01 17:49:59.040 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=3 -2016-08-01 17:49:59.042 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-08-01 17:49:59.044 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-08-01 17:49:59.471 +05:30 [Debug] Connection id ""0HKTQ06HOQI3L"" started. -2016-08-01 17:49:59.594 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 17:49:59.691 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:49:59.693 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:49:59.695 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:49:59.702 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Task/GetAllTasksOfUserAndGroup?groupId=3&userId=1 -2016-08-01 17:49:59.704 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Task/GetAllTasksOfUserAndGroup"'. -2016-08-01 17:49:59.706 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TaskController.GetAllTasksOfUserAndGroup (Api.Socioboard)" -2016-08-01 17:49:59.887 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:49:59.972 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 860.7556ms -2016-08-01 17:50:00.070 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TaskController.GetAllTasksOfUserAndGroup (Api.Socioboard)" with arguments (["1", "3"]) - ModelState is Valid -2016-08-01 17:50:00.090 +05:30 [Information] Request finished in 1280.1518ms 200 application/json; charset=utf-8 -2016-08-01 17:50:00.117 +05:30 [Debug] Connection id ""0HKTQ06HOQI3J"" completed keep alive response. -2016-08-01 17:50:00.281 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TaskController.GetAllTasksOfUserAndGroup (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:50:00.283 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:50:00.284 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:50:00.296 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:50:00.328 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TaskController.GetAllTasksOfUserAndGroup (Api.Socioboard)" in 591.8729ms -2016-08-01 17:50:00.355 +05:30 [Information] Request finished in 731.7772ms 200 application/json; charset=utf-8 -2016-08-01 17:50:00.358 +05:30 [Debug] Connection id ""0HKTQ06HOQI3L"" completed keep alive response. -2016-08-01 17:50:22.525 +05:30 [Debug] Connection id ""0HKTQ06HOQI3M"" started. -2016-08-01 17:50:22.530 +05:30 [Debug] Connection id ""0HKTQ06HOQI3O"" started. -2016-08-01 17:50:22.530 +05:30 [Debug] Connection id ""0HKTQ06HOQI3N"" started. -2016-08-01 17:50:22.540 +05:30 [Debug] Connection id ""0HKTQ06HOQI3P"" started. -2016-08-01 17:50:22.556 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=3 -2016-08-01 17:50:22.561 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-08-01 17:50:22.564 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-08-01 17:50:22.664 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/LinkedIn/GetLinkedInCompanyPagesProfiles?groupId=3 -2016-08-01 17:50:22.666 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/LinkedIn/GetLinkedInCompanyPagesProfiles"'. -2016-08-01 17:50:22.695 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" -2016-08-01 17:50:22.744 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=3 -2016-08-01 17:50:22.752 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-08-01 17:50:22.766 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-08-01 17:50:22.891 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Instagram/GetInstagramProfiles?groupId=3 -2016-08-01 17:50:22.915 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Instagram/GetInstagramProfiles"'. -2016-08-01 17:50:22.920 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" -2016-08-01 17:50:23.010 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/SocialMessages/GetAllSentMessagesCount?groupId=3&userId=1 -2016-08-01 17:50:23.157 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Google/GetGplusProfiles?groupId=3 -2016-08-01 17:50:23.300 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GetGplusProfiles"'. -2016-08-01 17:50:23.297 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/SocialMessages/GetAllSentMessagesCount"'. -2016-08-01 17:50:23.308 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" -2016-08-01 17:50:23.305 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" -2016-08-01 17:50:23.381 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 17:50:23.385 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:50:23.387 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:50:23.389 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:50:23.428 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 17:50:23.430 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:50:23.433 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:50:23.434 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:50:23.460 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 17:50:23.478 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:50:23.481 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:50:23.482 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:50:23.505 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:50:23.534 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:50:23.558 +05:30 [Information] Executed action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" in 814.3069ms -2016-08-01 17:50:23.580 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 770.9689ms -2016-08-01 17:50:23.607 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:50:23.628 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 17:50:23.637 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:50:23.640 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:50:23.640 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:50:23.649 +05:30 [Information] Request finished in 1049.8462ms 200 application/json; charset=utf-8 -2016-08-01 17:50:23.651 +05:30 [Debug] Connection id ""0HKTQ06HOQI3O"" completed keep alive response. -2016-08-01 17:50:23.724 +05:30 [Information] Request finished in 1045.8142ms 200 application/json; charset=utf-8 -2016-08-01 17:50:23.730 +05:30 [Debug] Connection id ""0HKTQ06HOQI3L"" completed keep alive response. -2016-08-01 17:50:23.760 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 1045.99ms -2016-08-01 17:50:23.820 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:50:23.978 +05:30 [Information] Request finished in 1290.9124ms 200 application/json; charset=utf-8 -2016-08-01 17:50:23.985 +05:30 [Debug] Connection id ""0HKTQ06HOQI3J"" completed keep alive response. -2016-08-01 17:50:24.026 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 17:50:24.109 +05:30 [Information] Executed action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" in 904.0004ms -2016-08-01 17:50:24.116 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:50:24.142 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:50:24.154 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:50:24.140 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" with arguments (["1", "3"]) - ModelState is Valid -2016-08-01 17:50:24.171 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetIncommingMessage?groupId=3&userId=1 -2016-08-01 17:50:24.282 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterFollowerCount?groupId=3&userId=1 -2016-08-01 17:50:24.329 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterFollowerCount"'. -2016-08-01 17:50:24.329 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetIncommingMessage"'. -2016-08-01 17:50:24.331 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" -2016-08-01 17:50:24.324 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:50:24.334 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" -2016-08-01 17:50:24.337 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:50:24.339 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:50:24.352 +05:30 [Information] Request finished in 1578.9423ms 200 application/json; charset=utf-8 -2016-08-01 17:50:24.384 +05:30 [Debug] Connection id ""0HKTQ06HOQI3N"" completed keep alive response. -2016-08-01 17:50:24.425 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:50:24.476 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterRecentFollower?groupId=3 -2016-08-01 17:50:24.502 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:50:24.516 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterRecentFollower"'. -2016-08-01 17:50:24.523 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" in 1185.2198ms -2016-08-01 17:50:24.542 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" -2016-08-01 17:50:24.572 +05:30 [Information] Executed action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" in 1204.0659ms -2016-08-01 17:50:24.621 +05:30 [Information] Request finished in 2043.5628ms 200 application/json; charset=utf-8 -2016-08-01 17:50:24.636 +05:30 [Information] Request finished in 1911.2472ms 200 application/json; charset=utf-8 -2016-08-01 17:50:24.645 +05:30 [Debug] Connection id ""0HKTQ06HOQI3M"" completed keep alive response. -2016-08-01 17:50:24.647 +05:30 [Debug] Connection id ""0HKTQ06HOQI3P"" completed keep alive response. -2016-08-01 17:50:24.681 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/FacebookfanPageCount?groupId=3&userId=1 -2016-08-01 17:50:24.736 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/FacebookfanPageCount"'. -2016-08-01 17:50:24.738 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" -2016-08-01 17:50:24.760 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" with arguments (["3", "1"]) - ModelState is Valid -2016-08-01 17:50:24.787 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:50:24.788 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:50:24.789 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 17:50:24.804 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 17:50:24.828 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" with arguments (["3", "1"]) - ModelState is Valid -2016-08-01 17:50:24.843 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:50:24.876 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" in 517.3894ms -2016-08-01 17:50:24.915 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" with arguments (["1", "3"]) - ModelState is Valid -2016-08-01 17:50:24.936 +05:30 [Information] Request finished in 813.2183ms 200 text/plain; charset=utf-8 -2016-08-01 17:50:24.939 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:50:24.941 +05:30 [Debug] Connection id ""0HKTQ06HOQI3L"" completed keep alive response. -2016-08-01 17:50:24.962 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:50:24.974 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:50:25.003 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:50:25.013 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 17:50:25.016 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 17:50:25.042 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:50:25.068 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:50:25.081 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" in 718.7619ms -2016-08-01 17:50:25.115 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" in 321.7821ms -2016-08-01 17:50:25.139 +05:30 [Information] Request finished in 1305.2975ms 200 text/plain; charset=utf-8 -2016-08-01 17:50:25.144 +05:30 [Debug] Connection id ""0HKTQ06HOQI3O"" completed keep alive response. -2016-08-01 17:50:25.157 +05:30 [Information] Request finished in 483.3179ms 200 text/plain; charset=utf-8 -2016-08-01 17:50:25.166 +05:30 [Debug] Connection id ""0HKTQ06HOQI3J"" completed keep alive response. -2016-08-01 17:50:26.637 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:50:26.645 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:50:26.647 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:50:26.663 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:50:26.689 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" in 2083.8638ms -2016-08-01 17:50:26.745 +05:30 [Information] Request finished in 2302.2184ms 200 application/json; charset=utf-8 -2016-08-01 17:50:26.755 +05:30 [Debug] Connection id ""0HKTQ06HOQI3N"" completed keep alive response. -2016-08-01 17:51:07.646 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Task/GetAllTasksOfUserAndGroup?groupId=3&userId=1 -2016-08-01 17:51:07.652 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Task/GetAllTasksOfUserAndGroup"'. -2016-08-01 17:51:07.657 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TaskController.GetAllTasksOfUserAndGroup (Api.Socioboard)" -2016-08-01 17:51:07.782 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TaskController.GetAllTasksOfUserAndGroup (Api.Socioboard)" with arguments (["1", "3"]) - ModelState is Valid -2016-08-01 17:51:07.933 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TaskController.GetAllTasksOfUserAndGroup (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:51:07.935 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:51:07.938 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:51:07.953 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:51:07.974 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TaskController.GetAllTasksOfUserAndGroup (Api.Socioboard)" in 295.1004ms -2016-08-01 17:51:08.004 +05:30 [Information] Request finished in 371.0469ms 200 application/json; charset=utf-8 -2016-08-01 17:51:08.006 +05:30 [Debug] Connection id ""0HKTQ06HOQI3M"" completed keep alive response. -2016-08-01 17:51:28.512 +05:30 [Debug] Connection id ""0HKTQ06HOQI3P"" received FIN. -2016-08-01 17:51:28.512 +05:30 [Debug] Connection id ""0HKTQ06HOQI3O"" received FIN. -2016-08-01 17:51:28.515 +05:30 [Debug] Connection id ""0HKTQ06HOQI3L"" received FIN. -2016-08-01 17:51:28.515 +05:30 [Debug] Connection id ""0HKTQ06HOQI3P"" disconnecting. -2016-08-01 17:51:28.518 +05:30 [Debug] Connection id ""0HKTQ06HOQI3J"" received FIN. -2016-08-01 17:51:28.522 +05:30 [Debug] Connection id ""0HKTQ06HOQI3N"" received FIN. -2016-08-01 17:51:28.519 +05:30 [Debug] Connection id ""0HKTQ06HOQI3O"" disconnecting. -2016-08-01 17:51:28.523 +05:30 [Debug] Connection id ""0HKTQ06HOQI3J"" disconnecting. -2016-08-01 17:51:28.523 +05:30 [Debug] Connection id ""0HKTQ06HOQI3L"" disconnecting. -2016-08-01 17:51:28.535 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/User/FacebookLogin application/x-www-form-urlencoded 174 -2016-08-01 17:51:28.536 +05:30 [Debug] Connection id ""0HKTQ06HOQI3P"" sending FIN. -2016-08-01 17:51:28.538 +05:30 [Debug] Connection id ""0HKTQ06HOQI3O"" sending FIN. -2016-08-01 17:51:28.559 +05:30 [Debug] Connection id ""0HKTQ06HOQI3J"" sending FIN. -2016-08-01 17:51:28.536 +05:30 [Debug] Connection id ""0HKTQ06HOQI3N"" disconnecting. -2016-08-01 17:51:28.558 +05:30 [Debug] Connection id ""0HKTQ06HOQI3L"" sending FIN. -2016-08-01 17:51:28.556 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/FacebookLogin"'. -2016-08-01 17:51:28.564 +05:30 [Debug] Connection id ""0HKTQ06HOQI3N"" sending FIN. -2016-08-01 17:51:28.564 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" -2016-08-01 17:51:28.579 +05:30 [Debug] Connection id ""0HKTQ06HOQI3N"" sent FIN with status "0". -2016-08-01 17:51:28.560 +05:30 [Debug] Connection id ""0HKTQ06HOQI3J"" sent FIN with status "0". -2016-08-01 17:51:28.601 +05:30 [Debug] Connection id ""0HKTQ06HOQI3J"" stopped. -2016-08-01 17:51:28.591 +05:30 [Debug] Connection id ""0HKTQ06HOQI3N"" stopped. -2016-08-01 17:51:28.613 +05:30 [Debug] Connection id ""0HKTQ06HOQI3O"" sent FIN with status "0". -2016-08-01 17:51:28.624 +05:30 [Debug] Connection id ""0HKTQ06HOQI3L"" sent FIN with status "0". -2016-08-01 17:51:28.626 +05:30 [Debug] Connection id ""0HKTQ06HOQI3O"" stopped. -2016-08-01 17:51:28.657 +05:30 [Debug] Connection id ""0HKTQ06HOQI3L"" stopped. -2016-08-01 17:51:28.668 +05:30 [Debug] Connection id ""0HKTQ06HOQI3P"" sent FIN with status "0". -2016-08-01 17:51:28.678 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" with arguments (["EAAKYvwDVmnUBAA0SorEONzzgMkWnHvtYyW3RmyrmywiGcWEf9fIifDlWVZBMYaxMLGnjn4feZAYp5qO8or8vcPu2bXBqPOprJSnJ29ykg5FN1ihdSbmEPhcP4VDzPuBXLCzZAWQ8RJnU4cEgZBnkwN0JfsjSdQQZD"]) - ModelState is Valid -2016-08-01 17:51:28.679 +05:30 [Debug] Connection id ""0HKTQ06HOQI3P"" stopped. -2016-08-01 17:51:29.240 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:51:29.242 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:51:29.255 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:51:29.272 +05:30 [Information] Executed action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" in 676.9611ms -2016-08-01 17:51:29.297 +05:30 [Information] Request finished in 763.9024ms 200 application/json; charset=utf-8 -2016-08-01 17:51:29.301 +05:30 [Debug] Connection id ""0HKTQ06HOQI3M"" completed keep alive response. -2016-08-01 17:51:29.421 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-08-01 17:51:29.425 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-01 17:51:29.428 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-01 17:51:29.513 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 17:51:29.517 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:51:29.519 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:51:29.528 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:51:29.543 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 100.9536ms -2016-08-01 17:51:29.573 +05:30 [Information] Request finished in 156.0955ms 200 application/json; charset=utf-8 -2016-08-01 17:51:29.575 +05:30 [Debug] Connection id ""0HKTQ06HOQI3M"" completed keep alive response. -2016-08-01 17:51:29.594 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-08-01 17:51:29.597 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-01 17:51:29.600 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-01 17:51:29.657 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 17:51:29.674 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:51:29.679 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:51:29.701 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:51:29.722 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 103.0985ms -2016-08-01 17:51:29.759 +05:30 [Information] Request finished in 162.0333ms 200 application/json; charset=utf-8 -2016-08-01 17:51:29.763 +05:30 [Debug] Connection id ""0HKTQ06HOQI3M"" completed keep alive response. -2016-08-01 17:51:32.729 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=1 -2016-08-01 17:51:32.733 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-08-01 17:51:32.738 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-08-01 17:51:32.816 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 17:51:32.820 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:51:32.822 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:51:32.823 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:51:32.839 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:51:32.856 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 101.9811ms -2016-08-01 17:51:32.893 +05:30 [Information] Request finished in 184.3135ms 200 application/json; charset=utf-8 -2016-08-01 17:51:32.896 +05:30 [Debug] Connection id ""0HKTQ06HOQI3M"" completed keep alive response. -2016-08-01 17:51:33.986 +05:30 [Debug] Connection id ""0HKTQ06HOQI3Q"" started. -2016-08-01 17:51:33.995 +05:30 [Debug] Connection id ""0HKTQ06HOQI3R"" started. -2016-08-01 17:51:33.996 +05:30 [Debug] Connection id ""0HKTQ06HOQI3S"" started. -2016-08-01 17:51:34.017 +05:30 [Debug] Connection id ""0HKTQ06HOQI3T"" started. -2016-08-01 17:51:34.022 +05:30 [Debug] Connection id ""0HKTQ06HOQI3U"" started. -2016-08-01 17:51:34.056 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=1 -2016-08-01 17:51:34.058 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-08-01 17:51:34.061 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-08-01 17:51:34.075 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/SocialMessages/GetAllSentMessagesCount?groupId=1&userId=1 -2016-08-01 17:51:34.081 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/SocialMessages/GetAllSentMessagesCount"'. -2016-08-01 17:51:34.085 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" -2016-08-01 17:51:34.092 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Instagram/GetInstagramProfiles?groupId=1 -2016-08-01 17:51:34.101 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Instagram/GetInstagramProfiles"'. -2016-08-01 17:51:34.108 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" -2016-08-01 17:51:34.247 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Google/GetGplusProfiles?groupId=1 -2016-08-01 17:51:34.261 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GetGplusProfiles"'. -2016-08-01 17:51:34.281 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" -2016-08-01 17:51:34.356 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/LinkedIn/GetLinkedInCompanyPagesProfiles?groupId=1 -2016-08-01 17:51:34.496 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/LinkedIn/GetLinkedInCompanyPagesProfiles"'. -2016-08-01 17:51:34.501 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" -2016-08-01 17:51:34.538 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=1 -2016-08-01 17:51:34.592 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-08-01 17:51:34.604 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-08-01 17:51:34.680 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-08-01 17:51:34.633 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 17:51:34.766 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:51:34.808 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:51:34.811 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:51:34.742 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 17:51:34.827 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:51:34.710 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:51:34.837 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:51:34.834 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:51:34.912 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:51:34.909 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:51:34.987 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 17:51:34.998 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:51:35.012 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:51:35.014 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:51:35.056 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:51:35.094 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:51:35.120 +05:30 [Information] Executed action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" in 951.0426ms -2016-08-01 17:51:35.147 +05:30 [Information] Executed action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" in 1014.4806ms -2016-08-01 17:51:35.206 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 17:51:35.297 +05:30 [Information] Request finished in 1132.226ms 200 application/json; charset=utf-8 -2016-08-01 17:51:35.316 +05:30 [Information] Request finished in 1172.0355ms 200 application/json; charset=utf-8 -2016-08-01 17:51:35.331 +05:30 [Debug] Connection id ""0HKTQ06HOQI3S"" completed keep alive response. -2016-08-01 17:51:35.348 +05:30 [Debug] Connection id ""0HKTQ06HOQI3U"" completed keep alive response. -2016-08-01 17:51:35.324 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:51:35.390 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:51:35.395 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:51:35.441 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:51:35.495 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetIncommingMessage?groupId=1&userId=1 -2016-08-01 17:51:35.502 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetIncommingMessage"'. -2016-08-01 17:51:35.505 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" -2016-08-01 17:51:35.512 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterFollowerCount?groupId=1&userId=1 -2016-08-01 17:51:35.527 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterFollowerCount"'. -2016-08-01 17:51:35.534 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" -2016-08-01 17:51:35.775 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:51:35.861 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 1393.0082ms -2016-08-01 17:51:35.946 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:51:35.978 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-08-01 17:51:35.965 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 17:51:35.999 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:51:36.000 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:51:36.001 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:51:36.006 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 1274.9193ms -2016-08-01 17:51:36.059 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:51:36.087 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:51:36.089 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" in 1708.7378ms -2016-08-01 17:51:36.090 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:51:36.095 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 17:51:36.111 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-08-01 17:51:36.129 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:51:36.136 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:51:36.144 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:51:36.147 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 17:51:36.157 +05:30 [Information] Request finished in 2030.1796ms 200 application/json; charset=utf-8 -2016-08-01 17:51:36.163 +05:30 [Debug] Connection id ""0HKTQ06HOQI3M"" completed keep alive response. -2016-08-01 17:51:36.171 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" in 629.1236ms -2016-08-01 17:51:36.199 +05:30 [Information] Request finished in 2010.7886ms 200 application/json; charset=utf-8 -2016-08-01 17:51:36.236 +05:30 [Debug] Connection id ""0HKTQ06HOQI3Q"" completed keep alive response. -2016-08-01 17:51:36.261 +05:30 [Information] Request finished in 810.0197ms 200 text/plain; charset=utf-8 -2016-08-01 17:51:36.286 +05:30 [Debug] Connection id ""0HKTQ06HOQI3S"" completed keep alive response. -2016-08-01 17:51:36.370 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/FacebookfanPageCount?groupId=1&userId=1 -2016-08-01 17:51:36.379 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/FacebookfanPageCount"'. -2016-08-01 17:51:36.384 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" -2016-08-01 17:51:36.400 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterRecentFollower?groupId=1 -2016-08-01 17:51:36.403 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterRecentFollower"'. -2016-08-01 17:51:36.405 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" -2016-08-01 17:51:36.554 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:51:36.611 +05:30 [Information] Request finished in 2098.908ms 200 application/json; charset=utf-8 -2016-08-01 17:51:36.619 +05:30 [Debug] Connection id ""0HKTQ06HOQI3R"" completed keep alive response. -2016-08-01 17:51:36.634 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" in 1033.3815ms -2016-08-01 17:51:36.666 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 17:51:36.688 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-08-01 17:51:36.718 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:51:36.722 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:51:36.724 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 17:51:36.786 +05:30 [Information] Request finished in 1223.0194ms 200 text/plain; charset=utf-8 -2016-08-01 17:51:36.790 +05:30 [Debug] Connection id ""0HKTQ06HOQI3U"" completed keep alive response. -2016-08-01 17:51:36.803 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:51:36.847 +05:30 [Information] Executed action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" in 1558.2981ms -2016-08-01 17:51:36.865 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" in 424.9883ms -2016-08-01 17:51:36.884 +05:30 [Information] Request finished in 2828.9707ms 200 application/json; charset=utf-8 -2016-08-01 17:51:36.890 +05:30 [Debug] Connection id ""0HKTQ06HOQI3T"" completed keep alive response. -2016-08-01 17:51:36.900 +05:30 [Information] Request finished in 683.0581ms 200 text/plain; charset=utf-8 -2016-08-01 17:51:36.908 +05:30 [Debug] Connection id ""0HKTQ06HOQI3M"" completed keep alive response. -2016-08-01 17:51:37.591 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:51:37.593 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:51:37.595 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:51:37.606 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:51:37.621 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" in 1200.1854ms -2016-08-01 17:51:37.648 +05:30 [Information] Request finished in 1345.0366ms 200 application/json; charset=utf-8 -2016-08-01 17:51:37.650 +05:30 [Debug] Connection id ""0HKTQ06HOQI3Q"" completed keep alive response. -2016-08-01 17:51:48.709 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-08-01 17:51:48.711 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-01 17:51:48.713 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-01 17:51:48.787 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 17:51:48.790 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:51:48.792 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:51:48.805 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:51:48.824 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 94.0585ms -2016-08-01 17:51:48.854 +05:30 [Information] Request finished in 147.9302ms 200 application/json; charset=utf-8 -2016-08-01 17:51:48.856 +05:30 [Debug] Connection id ""0HKTQ06HOQI3S"" completed keep alive response. -2016-08-01 17:51:48.902 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=3 -2016-08-01 17:51:48.906 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-01 17:51:48.909 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-01 17:51:49.002 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 17:51:49.006 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:51:49.008 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:51:49.022 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:51:49.041 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 116.213ms -2016-08-01 17:51:49.072 +05:30 [Information] Request finished in 194.6625ms 200 application/json; charset=utf-8 -2016-08-01 17:51:49.074 +05:30 [Debug] Connection id ""0HKTQ06HOQI3R"" completed keep alive response. -2016-08-01 17:51:54.717 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=3 -2016-08-01 17:51:54.723 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-08-01 17:51:54.730 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-08-01 17:51:54.848 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 17:51:54.860 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:51:54.864 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:51:54.868 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:51:54.891 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:51:54.919 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 160.9487ms -2016-08-01 17:51:54.964 +05:30 [Information] Request finished in 280.0339ms 200 application/json; charset=utf-8 -2016-08-01 17:51:54.969 +05:30 [Debug] Connection id ""0HKTQ06HOQI3U"" completed keep alive response. -2016-08-01 17:51:56.086 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/LinkedIn/GetLinkedInCompanyPagesProfiles?groupId=3 -2016-08-01 17:51:56.107 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/LinkedIn/GetLinkedInCompanyPagesProfiles"'. -2016-08-01 17:51:56.113 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" -2016-08-01 17:51:56.237 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Google/GetGplusProfiles?groupId=3 -2016-08-01 17:51:56.273 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GetGplusProfiles"'. -2016-08-01 17:51:56.278 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" -2016-08-01 17:51:56.345 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/SocialMessages/GetAllSentMessagesCount?groupId=3&userId=1 -2016-08-01 17:51:56.377 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/SocialMessages/GetAllSentMessagesCount"'. -2016-08-01 17:51:56.394 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" -2016-08-01 17:51:56.416 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=3 -2016-08-01 17:51:56.440 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-08-01 17:51:56.449 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-08-01 17:51:56.538 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Instagram/GetInstagramProfiles?groupId=3 -2016-08-01 17:51:56.575 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Instagram/GetInstagramProfiles"'. -2016-08-01 17:51:56.585 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" -2016-08-01 17:51:56.734 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=3 -2016-08-01 17:51:56.746 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-08-01 17:51:56.749 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-08-01 17:51:57.487 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 17:51:57.524 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:51:57.596 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:51:57.604 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:51:57.722 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 17:51:57.754 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:51:57.768 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:51:57.774 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:51:57.796 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 17:51:57.807 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:51:57.811 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:51:57.812 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:51:57.831 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:51:57.884 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:51:57.920 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 17:51:57.932 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:51:57.941 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:51:57.943 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:51:57.954 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 1392.0812ms -2016-08-01 17:51:57.991 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" in 1617.3108ms -2016-08-01 17:51:58.023 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:51:58.179 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:51:58.258 +05:30 [Information] Request finished in 2150.6544ms 200 application/json; charset=utf-8 -2016-08-01 17:51:58.273 +05:30 [Debug] Connection id ""0HKTQ06HOQI3T"" completed keep alive response. -2016-08-01 17:51:58.326 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 17:51:58.338 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:51:58.349 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:51:58.352 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:51:58.366 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 1440.2566ms -2016-08-01 17:51:58.401 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetIncommingMessage?groupId=3&userId=1 -2016-08-01 17:51:58.408 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetIncommingMessage"'. -2016-08-01 17:51:58.421 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" -2016-08-01 17:51:58.437 +05:30 [Information] Request finished in 2212.8393ms 200 application/json; charset=utf-8 -2016-08-01 17:51:58.443 +05:30 [Debug] Connection id ""0HKTQ06HOQI3S"" completed keep alive response. -2016-08-01 17:51:58.489 +05:30 [Information] Executed action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" in 1403.0274ms -2016-08-01 17:51:58.526 +05:30 [Information] Request finished in 2499.0683ms 200 application/json; charset=utf-8 -2016-08-01 17:51:58.539 +05:30 [Debug] Connection id ""0HKTQ06HOQI3R"" completed keep alive response. -2016-08-01 17:51:58.693 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:51:58.843 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" with arguments (["1", "3"]) - ModelState is Valid -2016-08-01 17:51:58.901 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:51:58.902 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:51:58.903 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:51:58.909 +05:30 [Information] Executed action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" in 2577.1183ms -2016-08-01 17:51:58.949 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" with arguments (["3", "1"]) - ModelState is Valid -2016-08-01 17:51:58.971 +05:30 [Information] Request finished in 2718.0221ms 200 application/json; charset=utf-8 -2016-08-01 17:51:58.987 +05:30 [Debug] Connection id ""0HKTQ06HOQI3Q"" completed keep alive response. -2016-08-01 17:51:59.044 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/FacebookfanPageCount?groupId=3&userId=1 -2016-08-01 17:51:59.054 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/FacebookfanPageCount"'. -2016-08-01 17:51:59.058 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" -2016-08-01 17:51:59.147 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterFollowerCount?groupId=3&userId=1 -2016-08-01 17:51:59.194 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:51:59.187 +05:30 [Information] Request finished in 3139.0207ms 200 application/json; charset=utf-8 -2016-08-01 17:51:59.227 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:51:59.235 +05:30 [Debug] Connection id ""0HKTQ06HOQI3M"" completed keep alive response. -2016-08-01 17:51:59.241 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 17:51:59.215 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterFollowerCount"'. -2016-08-01 17:51:59.274 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" -2016-08-01 17:51:59.275 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterRecentFollower?groupId=3 -2016-08-01 17:51:59.295 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:51:59.317 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterRecentFollower"'. -2016-08-01 17:51:59.311 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" with arguments (["1", "3"]) - ModelState is Valid -2016-08-01 17:51:59.321 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" -2016-08-01 17:51:59.356 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:51:59.358 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:51:59.359 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 17:51:59.374 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" in 893.2997ms -2016-08-01 17:51:59.439 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:51:59.469 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:51:59.509 +05:30 [Information] Request finished in 1096.119ms 200 text/plain; charset=utf-8 -2016-08-01 17:51:59.517 +05:30 [Debug] Connection id ""0HKTQ06HOQI3T"" completed keep alive response. -2016-08-01 17:51:59.531 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" in 386.8415ms -2016-08-01 17:51:59.688 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 17:52:00.001 +05:30 [Information] Executed action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" in 3102.4721ms -2016-08-01 17:52:00.219 +05:30 [Information] Request finished in 1037.9997ms 200 text/plain; charset=utf-8 -2016-08-01 17:52:00.225 +05:30 [Debug] Connection id ""0HKTQ06HOQI3R"" completed keep alive response. -2016-08-01 17:52:00.219 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" with arguments (["3", "1"]) - ModelState is Valid -2016-08-01 17:52:00.275 +05:30 [Information] Request finished in 4305.2635ms 200 application/json; charset=utf-8 -2016-08-01 17:52:00.290 +05:30 [Debug] Connection id ""0HKTQ06HOQI3U"" completed keep alive response. -2016-08-01 17:52:00.323 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:52:00.361 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:52:00.371 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 17:52:00.407 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:52:00.455 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" in 1099.1122ms -2016-08-01 17:52:00.572 +05:30 [Information] Request finished in 2049.8138ms 200 text/plain; charset=utf-8 -2016-08-01 17:52:00.575 +05:30 [Debug] Connection id ""0HKTQ06HOQI3S"" completed keep alive response. -2016-08-01 17:52:00.849 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:52:00.897 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:52:00.903 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:52:00.952 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:52:00.980 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" in 1618.9929ms -2016-08-01 17:52:01.021 +05:30 [Information] Request finished in 1973.9062ms 200 application/json; charset=utf-8 -2016-08-01 17:52:01.025 +05:30 [Debug] Connection id ""0HKTQ06HOQI3Q"" completed keep alive response. -2016-08-01 17:52:01.761 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetFeeds?profileId=3170677652&userId=1&skip=0&count=30 -2016-08-01 17:52:01.776 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetFeeds"'. -2016-08-01 17:52:01.801 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetFeeds (Api.Socioboard)" -2016-08-01 17:52:01.949 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetUserTweets?profileId=3170677652&userId=1&skip=0&count=30 -2016-08-01 17:52:01.991 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetUserTweets"'. -2016-08-01 17:52:02.003 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetUserTweets (Api.Socioboard)" -2016-08-01 17:52:02.225 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetFeeds (Api.Socioboard)" with arguments (["3170677652", "1", "0", "30"]) - ModelState is Valid -2016-08-01 17:52:02.256 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetFeeds (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:52:02.264 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:52:02.266 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:52:02.277 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetUserTweets (Api.Socioboard)" with arguments (["3170677652", "1", "0", "30"]) - ModelState is Valid -2016-08-01 17:52:02.292 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetUserTweets (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:52:02.301 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:52:02.306 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:52:02.334 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:52:02.363 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetFeeds (Api.Socioboard)" in 506.0332ms -2016-08-01 17:52:02.414 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:52:02.435 +05:30 [Information] Request finished in 726.83ms 200 application/json; charset=utf-8 -2016-08-01 17:52:02.441 +05:30 [Debug] Connection id ""0HKTQ06HOQI3M"" completed keep alive response. -2016-08-01 17:52:02.596 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetUserTweets (Api.Socioboard)" in 423.1004ms -2016-08-01 17:52:02.963 +05:30 [Information] Request finished in 933.0355ms 200 application/json; charset=utf-8 -2016-08-01 17:52:02.967 +05:30 [Debug] Connection id ""0HKTQ06HOQI3T"" completed keep alive response. -2016-08-01 17:53:18.114 +05:30 [Debug] Connection id ""0HKTQ06HOQI3R"" received FIN. -2016-08-01 17:53:18.114 +05:30 [Debug] Connection id ""0HKTQ06HOQI3U"" received FIN. -2016-08-01 17:53:18.117 +05:30 [Debug] Connection id ""0HKTQ06HOQI3T"" received FIN. -2016-08-01 17:53:18.118 +05:30 [Debug] Connection id ""0HKTQ06HOQI3U"" disconnecting. -2016-08-01 17:53:18.118 +05:30 [Debug] Connection id ""0HKTQ06HOQI3S"" received FIN. -2016-08-01 17:53:18.117 +05:30 [Debug] Connection id ""0HKTQ06HOQI3R"" disconnecting. -2016-08-01 17:53:18.121 +05:30 [Debug] Connection id ""0HKTQ06HOQI3T"" disconnecting. -2016-08-01 17:53:18.126 +05:30 [Debug] Connection id ""0HKTQ06HOQI3R"" sending FIN. -2016-08-01 17:53:18.124 +05:30 [Debug] Connection id ""0HKTQ06HOQI3S"" disconnecting. -2016-08-01 17:53:18.124 +05:30 [Debug] Connection id ""0HKTQ06HOQI3Q"" received FIN. -2016-08-01 17:53:18.133 +05:30 [Debug] Connection id ""0HKTQ06HOQI3T"" sending FIN. -2016-08-01 17:53:18.136 +05:30 [Debug] Connection id ""0HKTQ06HOQI3M"" received FIN. -2016-08-01 17:53:18.138 +05:30 [Debug] Connection id ""0HKTQ06HOQI3T"" sent FIN with status "0". -2016-08-01 17:53:18.136 +05:30 [Debug] Connection id ""0HKTQ06HOQI3Q"" disconnecting. -2016-08-01 17:53:18.143 +05:30 [Debug] Connection id ""0HKTQ06HOQI3T"" stopped. -2016-08-01 17:53:18.140 +05:30 [Debug] Connection id ""0HKTQ06HOQI3U"" sending FIN. -2016-08-01 17:53:18.140 +05:30 [Debug] Connection id ""0HKTQ06HOQI3M"" disconnecting. -2016-08-01 17:53:18.147 +05:30 [Debug] Connection id ""0HKTQ06HOQI3S"" sending FIN. -2016-08-01 17:53:18.146 +05:30 [Debug] Connection id ""0HKTQ06HOQI3R"" sent FIN with status "0". -2016-08-01 17:53:18.152 +05:30 [Debug] Connection id ""0HKTQ06HOQI3Q"" sending FIN. -2016-08-01 17:53:18.153 +05:30 [Debug] Connection id ""0HKTQ06HOQI3R"" stopped. -2016-08-01 17:53:18.155 +05:30 [Debug] Connection id ""0HKTQ06HOQI3M"" sending FIN. -2016-08-01 17:53:18.157 +05:30 [Debug] Connection id ""0HKTQ06HOQI3M"" sent FIN with status "0". -2016-08-01 17:53:18.160 +05:30 [Debug] Connection id ""0HKTQ06HOQI3M"" stopped. -2016-08-01 17:53:18.163 +05:30 [Debug] Connection id ""0HKTQ06HOQI3Q"" sent FIN with status "0". -2016-08-01 17:53:18.168 +05:30 [Debug] Connection id ""0HKTQ06HOQI3Q"" stopped. -2016-08-01 17:53:18.173 +05:30 [Debug] Connection id ""0HKTQ06HOQI3S"" sent FIN with status "0". -2016-08-01 17:53:18.180 +05:30 [Debug] Connection id ""0HKTQ06HOQI3S"" stopped. -2016-08-01 17:53:18.183 +05:30 [Debug] Connection id ""0HKTQ06HOQI3U"" sent FIN with status "0". -2016-08-01 17:53:18.191 +05:30 [Debug] Connection id ""0HKTQ06HOQI3U"" stopped. -2016-08-01 17:55:47.738 +05:30 [Debug] Connection id ""0HKTQ06HOQI3V"" started. -2016-08-01 17:55:47.738 +05:30 [Debug] Connection id ""0HKTQ06HOQI40"" started. -2016-08-01 17:55:47.756 +05:30 [Debug] Connection id ""0HKTQ06HOQI41"" started. -2016-08-01 17:55:47.787 +05:30 [Debug] Connection id ""0HKTQ06HOQI42"" started. -2016-08-01 17:55:47.790 +05:30 [Debug] Connection id ""0HKTQ06HOQI43"" started. -2016-08-01 17:55:47.793 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=3 -2016-08-01 17:55:47.851 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-08-01 17:55:47.856 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-08-01 17:55:47.810 +05:30 [Debug] Connection id ""0HKTQ06HOQI44"" started. -2016-08-01 17:55:47.983 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Instagram/GetInstagramProfiles?groupId=3 -2016-08-01 17:55:48.046 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Instagram/GetInstagramProfiles"'. -2016-08-01 17:55:48.051 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" -2016-08-01 17:55:48.154 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/LinkedIn/GetLinkedInCompanyPagesProfiles?groupId=3 -2016-08-01 17:55:48.195 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/LinkedIn/GetLinkedInCompanyPagesProfiles"'. -2016-08-01 17:55:48.244 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" -2016-08-01 17:55:48.410 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=3 -2016-08-01 17:55:48.482 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-08-01 17:55:48.489 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-08-01 17:55:48.575 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Google/GetGplusProfiles?groupId=3 -2016-08-01 17:55:48.608 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GetGplusProfiles"'. -2016-08-01 17:55:48.614 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" -2016-08-01 17:55:48.738 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/SocialMessages/GetAllSentMessagesCount?groupId=3&userId=1 -2016-08-01 17:55:48.753 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/SocialMessages/GetAllSentMessagesCount"'. -2016-08-01 17:55:48.759 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" -2016-08-01 17:55:48.780 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 17:55:48.802 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:55:48.805 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:55:48.807 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:55:48.860 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:55:48.915 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 17:55:48.924 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:55:48.926 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:55:48.928 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:55:48.937 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 17:55:48.952 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:55:48.956 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:55:48.958 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:55:48.990 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 17:55:49.009 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:55:49.012 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:55:49.014 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:55:49.028 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 17:55:49.038 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:55:49.041 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:55:49.042 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:55:49.047 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" with arguments (["1", "3"]) - ModelState is Valid -2016-08-01 17:55:49.066 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:55:49.085 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:55:49.087 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:55:49.088 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:55:49.097 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:55:49.121 +05:30 [Information] Executed action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" in 611.9835ms -2016-08-01 17:55:49.147 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" in 492.0399ms -2016-08-01 17:55:49.176 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:55:49.195 +05:30 [Information] Request finished in 1333.9611ms 200 application/json; charset=utf-8 -2016-08-01 17:55:49.207 +05:30 [Debug] Connection id ""0HKTQ06HOQI43"" completed keep alive response. -2016-08-01 17:55:49.228 +05:30 [Information] Request finished in 1364.1068ms 200 application/json; charset=utf-8 -2016-08-01 17:55:49.231 +05:30 [Debug] Connection id ""0HKTQ06HOQI42"" completed keep alive response. -2016-08-01 17:55:49.374 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 1027.9396ms -2016-08-01 17:55:49.445 +05:30 [Information] Executed action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" in 423.1214ms -2016-08-01 17:55:49.494 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:55:49.535 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetIncommingMessage?groupId=3&userId=1 -2016-08-01 17:55:49.544 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetIncommingMessage"'. -2016-08-01 17:55:49.548 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" -2016-08-01 17:55:49.557 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 1022.2291ms -2016-08-01 17:55:49.602 +05:30 [Information] Request finished in 1302.1078ms 200 application/json; charset=utf-8 -2016-08-01 17:55:49.606 +05:30 [Debug] Connection id ""0HKTQ06HOQI44"" completed keep alive response. -2016-08-01 17:55:49.721 +05:30 [Information] Request finished in 1778.8924ms 200 application/json; charset=utf-8 -2016-08-01 17:55:49.756 +05:30 [Debug] Connection id ""0HKTQ06HOQI40"" completed keep alive response. -2016-08-01 17:55:49.791 +05:30 [Information] Request finished in 1694.309ms 200 application/json; charset=utf-8 -2016-08-01 17:55:49.798 +05:30 [Debug] Connection id ""0HKTQ06HOQI3V"" completed keep alive response. -2016-08-01 17:55:49.809 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/FacebookfanPageCount?groupId=3&userId=1 -2016-08-01 17:55:49.933 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/FacebookfanPageCount"'. -2016-08-01 17:55:49.953 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" -2016-08-01 17:55:50.016 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterFollowerCount?groupId=3&userId=1 -2016-08-01 17:55:50.061 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterFollowerCount"'. -2016-08-01 17:55:50.067 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" -2016-08-01 17:55:50.191 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" with arguments (["3", "1"]) - ModelState is Valid -2016-08-01 17:55:50.235 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterRecentFollower?groupId=3 -2016-08-01 17:55:50.303 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:55:50.310 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterRecentFollower"'. -2016-08-01 17:55:50.450 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" -2016-08-01 17:55:50.352 +05:30 [Information] Executed action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" in 2280.0724ms -2016-08-01 17:55:50.569 +05:30 [Information] Request finished in 2751.1189ms 200 application/json; charset=utf-8 -2016-08-01 17:55:50.591 +05:30 [Debug] Connection id ""0HKTQ06HOQI41"" completed keep alive response. -2016-08-01 17:55:50.667 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 17:55:50.695 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" with arguments (["1", "3"]) - ModelState is Valid -2016-08-01 17:55:50.726 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:55:50.745 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" with arguments (["3", "1"]) - ModelState is Valid -2016-08-01 17:55:50.770 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:55:50.794 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:55:50.919 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:55:50.925 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 17:55:50.927 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:55:50.941 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:55:50.946 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 17:55:50.916 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 17:55:51.067 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:55:51.149 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:55:51.231 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:55:51.264 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" in 1612.498ms -2016-08-01 17:55:51.287 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" in 1114.3084ms -2016-08-01 17:55:51.318 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" in 1171.9816ms -2016-08-01 17:55:51.413 +05:30 [Information] Request finished in 2010.9283ms 200 text/plain; charset=utf-8 -2016-08-01 17:55:51.419 +05:30 [Debug] Connection id ""0HKTQ06HOQI43"" completed keep alive response. -2016-08-01 17:55:51.430 +05:30 [Information] Request finished in 1594.3188ms 200 text/plain; charset=utf-8 -2016-08-01 17:55:51.471 +05:30 [Debug] Connection id ""0HKTQ06HOQI44"" completed keep alive response. -2016-08-01 17:55:51.659 +05:30 [Information] Request finished in 2003.0872ms 200 text/plain; charset=utf-8 -2016-08-01 17:55:51.663 +05:30 [Debug] Connection id ""0HKTQ06HOQI42"" completed keep alive response. -2016-08-01 17:55:52.571 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:55:52.578 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:55:52.580 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:55:52.605 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:55:52.640 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" in 2147.8941ms -2016-08-01 17:55:52.698 +05:30 [Information] Request finished in 2886.6675ms 200 application/json; charset=utf-8 -2016-08-01 17:55:52.701 +05:30 [Debug] Connection id ""0HKTQ06HOQI40"" completed keep alive response. -2016-08-01 17:56:00.165 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/getProfilesAvailableToConnect?groupId=3&userId=1 -2016-08-01 17:56:00.174 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/getProfilesAvailableToConnect"'. -2016-08-01 17:56:00.181 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" -2016-08-01 17:56:00.186 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=3 -2016-08-01 17:56:00.201 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-01 17:56:00.212 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-01 17:56:00.301 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" with arguments (["3", "1"]) - ModelState is Valid -2016-08-01 17:56:00.332 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:56:00.333 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:56:00.338 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 17:56:00.346 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:56:00.366 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:56:00.381 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:56:00.384 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:56:00.397 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:56:00.418 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:56:00.442 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" in 237.6095ms -2016-08-01 17:56:00.721 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 216.9945ms -2016-08-01 17:56:00.766 +05:30 [Information] Request finished in 578.9719ms 200 application/json; charset=utf-8 -2016-08-01 17:56:00.776 +05:30 [Debug] Connection id ""0HKTQ06HOQI41"" completed keep alive response. -2016-08-01 17:56:00.788 +05:30 [Information] Request finished in 623.9235ms 200 application/json; charset=utf-8 -2016-08-01 17:56:00.805 +05:30 [Debug] Connection id ""0HKTQ06HOQI3V"" completed keep alive response. -2016-08-01 17:56:05.280 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/GroupProfiles/AddProfileToGroup?profileId=236051916783998&groupId=3&userId=1&profileType=0 0 -2016-08-01 17:56:05.287 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/AddProfileToGroup"'. -2016-08-01 17:56:05.310 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.AddProfileToGroup (Api.Socioboard)" -2016-08-01 17:56:05.423 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.AddProfileToGroup (Api.Socioboard)" with arguments (["236051916783998", "3", "1", "Facebook"]) - ModelState is Valid -2016-08-01 17:56:06.169 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.AddProfileToGroup (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:56:06.181 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:56:06.191 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 17:56:06.261 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:56:06.293 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.AddProfileToGroup (Api.Socioboard)" in 953.0886ms -2016-08-01 17:56:06.360 +05:30 [Information] Request finished in 1113.8927ms 200 text/plain; charset=utf-8 -2016-08-01 17:56:06.367 +05:30 [Debug] Connection id ""0HKTQ06HOQI43"" completed keep alive response. -2016-08-01 17:56:06.895 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-08-01 17:56:06.903 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-01 17:56:06.908 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-01 17:56:07.059 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 17:56:07.076 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:56:07.223 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:56:07.302 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:56:07.386 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 403.0805ms -2016-08-01 17:56:07.548 +05:30 [Information] Request finished in 649.9829ms 200 application/json; charset=utf-8 -2016-08-01 17:56:07.564 +05:30 [Debug] Connection id ""0HKTQ06HOQI44"" completed keep alive response. -2016-08-01 17:56:07.801 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=3 -2016-08-01 17:56:07.808 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-01 17:56:07.813 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-01 17:56:07.994 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 17:56:08.140 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:56:08.144 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:56:08.243 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:56:08.286 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 432.9685ms -2016-08-01 17:56:08.338 +05:30 [Information] Request finished in 549.7325ms 200 application/json; charset=utf-8 -2016-08-01 17:56:08.341 +05:30 [Debug] Connection id ""0HKTQ06HOQI42"" completed keep alive response. -2016-08-01 17:56:23.496 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=3 -2016-08-01 17:56:23.508 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-08-01 17:56:23.519 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-08-01 17:56:23.974 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/getProfilesAvailableToConnect?groupId=3&userId=1 -2016-08-01 17:56:23.999 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/getProfilesAvailableToConnect"'. -2016-08-01 17:56:24.008 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" -2016-08-01 17:56:24.660 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=3 -2016-08-01 17:56:24.673 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-01 17:56:24.688 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-01 17:56:24.962 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 17:56:24.990 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:56:25.064 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:56:25.076 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:56:25.652 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:56:26.048 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" with arguments (["3", "1"]) - ModelState is Valid -2016-08-01 17:56:26.115 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:56:26.118 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:56:26.121 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:56:26.138 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 2149.2016ms -2016-08-01 17:56:26.214 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:56:26.234 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 17:56:26.248 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:56:26.252 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:56:26.253 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:56:26.260 +05:30 [Information] Request finished in 3243.32ms 200 application/json; charset=utf-8 -2016-08-01 17:56:26.269 +05:30 [Debug] Connection id ""0HKTQ06HOQI40"" completed keep alive response. -2016-08-01 17:56:26.299 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" in 2208.0019ms -2016-08-01 17:56:26.517 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:56:26.660 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=3 -2016-08-01 17:56:26.673 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-08-01 17:56:26.747 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-08-01 17:56:26.824 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 1833.1352ms -2016-08-01 17:56:26.918 +05:30 [Information] Request finished in 2994.1124ms 200 application/json; charset=utf-8 -2016-08-01 17:56:26.943 +05:30 [Debug] Connection id ""0HKTQ06HOQI41"" completed keep alive response. -2016-08-01 17:56:26.999 +05:30 [Information] Request finished in 3244.1121ms 200 application/json; charset=utf-8 -2016-08-01 17:56:27.016 +05:30 [Debug] Connection id ""0HKTQ06HOQI3V"" completed keep alive response. -2016-08-01 17:56:27.054 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 17:56:27.061 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:56:27.069 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:56:27.075 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:56:27.106 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:56:27.132 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 346.9703ms -2016-08-01 17:56:27.185 +05:30 [Information] Request finished in 859.97ms 200 application/json; charset=utf-8 -2016-08-01 17:56:27.189 +05:30 [Debug] Connection id ""0HKTQ06HOQI43"" completed keep alive response. -2016-08-01 17:56:50.585 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFeeds?profileId=236051916783998&userId=1&skip=0&count=30 -2016-08-01 17:56:50.617 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFeeds"'. -2016-08-01 17:56:50.927 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFeeds (Api.Socioboard)" -2016-08-01 17:56:51.986 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFeeds (Api.Socioboard)" with arguments (["236051916783998", "1", "0", "30"]) - ModelState is Valid -2016-08-01 17:56:53.513 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFeeds (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:56:53.533 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:56:53.537 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:56:53.587 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:56:53.816 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFeeds (Api.Socioboard)" in 2457.9963ms -2016-08-01 17:56:53.932 +05:30 [Information] Request finished in 3389.1792ms 200 application/json; charset=utf-8 -2016-08-01 17:56:53.978 +05:30 [Debug] Connection id ""0HKTQ06HOQI44"" completed keep alive response. -2016-08-01 17:57:18.184 +05:30 [Debug] Connection id ""0HKTQ06HOQI42"" received FIN. -2016-08-01 17:57:18.226 +05:30 [Debug] Connection id ""0HKTQ06HOQI42"" disconnecting. -2016-08-01 17:57:18.250 +05:30 [Debug] Connection id ""0HKTQ06HOQI42"" sending FIN. -2016-08-01 17:57:18.264 +05:30 [Debug] Connection id ""0HKTQ06HOQI42"" sent FIN with status "0". -2016-08-01 17:57:18.290 +05:30 [Debug] Connection id ""0HKTQ06HOQI42"" stopped. -2016-08-01 17:57:24.938 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/Task/AddTask?groupId=3&senderUserId=1&recipientUserId=1&taskMessage=undefined&feedTableType=MongoFacebookFeed&feedId=undefined&taskComment=Hii%20modify%20this%20post&taskMessageImageUrl=undefined 0 -2016-08-01 17:57:24.958 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Task/AddTask"'. -2016-08-01 17:57:24.974 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TaskController.AddTask (Api.Socioboard)" -2016-08-01 17:57:25.683 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TaskController.AddTask (Api.Socioboard)" with arguments (["Domain.Socioboard.ViewModels.TasksViewModel"]) - ModelState is Valid -2016-08-01 17:57:28.422 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TaskController.AddTask (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:57:28.540 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:57:28.625 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 17:57:28.660 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:57:28.706 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TaskController.AddTask (Api.Socioboard)" in 3689.1754ms -2016-08-01 17:57:28.948 +05:30 [Information] Request finished in 4089.0837ms 200 text/plain; charset=utf-8 -2016-08-01 17:57:28.954 +05:30 [Debug] Connection id ""0HKTQ06HOQI40"" completed keep alive response. -2016-08-01 17:57:30.464 +05:30 [Debug] Connection id ""0HKTQ06HOQI41"" received FIN. -2016-08-01 17:57:30.483 +05:30 [Debug] Connection id ""0HKTQ06HOQI3V"" received FIN. -2016-08-01 17:57:30.487 +05:30 [Debug] Connection id ""0HKTQ06HOQI43"" received FIN. -2016-08-01 17:57:30.487 +05:30 [Debug] Connection id ""0HKTQ06HOQI41"" disconnecting. -2016-08-01 17:57:30.496 +05:30 [Debug] Connection id ""0HKTQ06HOQI3V"" disconnecting. -2016-08-01 17:57:30.524 +05:30 [Debug] Connection id ""0HKTQ06HOQI41"" sending FIN. -2016-08-01 17:57:30.526 +05:30 [Debug] Connection id ""0HKTQ06HOQI3V"" sending FIN. -2016-08-01 17:57:30.498 +05:30 [Debug] Connection id ""0HKTQ06HOQI43"" disconnecting. -2016-08-01 17:57:30.535 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-08-01 17:57:30.531 +05:30 [Debug] Connection id ""0HKTQ06HOQI3V"" sent FIN with status "0". -2016-08-01 17:57:30.558 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-01 17:57:30.565 +05:30 [Debug] Connection id ""0HKTQ06HOQI3V"" stopped. -2016-08-01 17:57:30.569 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-01 17:57:30.573 +05:30 [Debug] Connection id ""0HKTQ06HOQI41"" sent FIN with status "0". -2016-08-01 17:57:30.606 +05:30 [Debug] Connection id ""0HKTQ06HOQI41"" stopped. -2016-08-01 17:57:30.611 +05:30 [Debug] Connection id ""0HKTQ06HOQI43"" sending FIN. -2016-08-01 17:57:30.617 +05:30 [Debug] Connection id ""0HKTQ06HOQI43"" sent FIN with status "0". -2016-08-01 17:57:30.622 +05:30 [Debug] Connection id ""0HKTQ06HOQI43"" stopped. -2016-08-01 17:57:31.416 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 17:57:31.427 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:57:31.432 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:57:31.534 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:57:31.597 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 968.9642ms -2016-08-01 17:57:31.971 +05:30 [Information] Request finished in 1254.863ms 200 application/json; charset=utf-8 -2016-08-01 17:57:31.974 +05:30 [Debug] Connection id ""0HKTQ06HOQI44"" completed keep alive response. -2016-08-01 17:57:32.105 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=3 -2016-08-01 17:57:32.109 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-01 17:57:32.126 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-01 17:57:33.044 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 17:57:33.057 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:57:33.070 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:57:33.104 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:57:33.149 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 980.0008ms -2016-08-01 17:57:33.246 +05:30 [Information] Request finished in 1128.7251ms 200 application/json; charset=utf-8 -2016-08-01 17:57:33.253 +05:30 [Debug] Connection id ""0HKTQ06HOQI40"" completed keep alive response. -2016-08-01 17:57:45.001 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=3 -2016-08-01 17:57:45.051 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-08-01 17:57:45.147 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-08-01 17:57:45.817 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 17:57:45.846 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:57:45.914 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:57:45.943 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:57:46.475 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFeeds?profileId=236051916783998&userId=1&skip=0&count=30 -2016-08-01 17:57:46.639 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFeeds"'. -2016-08-01 17:57:46.675 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFeeds (Api.Socioboard)" -2016-08-01 17:57:46.899 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:57:47.026 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 1783.1334ms -2016-08-01 17:57:47.364 +05:30 [Information] Request finished in 2272.8798ms 200 application/json; charset=utf-8 -2016-08-01 17:57:47.425 +05:30 [Debug] Connection id ""0HKTQ06HOQI44"" completed keep alive response. -2016-08-01 17:57:47.658 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFeeds (Api.Socioboard)" with arguments (["236051916783998", "1", "0", "30"]) - ModelState is Valid -2016-08-01 17:57:47.904 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFeeds (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:57:47.922 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:57:47.933 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:57:48.485 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:57:48.848 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFeeds (Api.Socioboard)" in 2026.9295ms -2016-08-01 17:57:49.779 +05:30 [Information] Request finished in 3705.4383ms 200 application/json; charset=utf-8 -2016-08-01 17:57:49.824 +05:30 [Debug] Connection id ""0HKTQ06HOQI40"" completed keep alive response. -2016-08-01 17:58:08.443 +05:30 [Debug] Connection id ""0HKTQ06HOQI45"" started. -2016-08-01 17:58:08.444 +05:30 [Debug] Connection id ""0HKTQ06HOQI46"" started. -2016-08-01 17:58:08.451 +05:30 [Debug] Connection id ""0HKTQ06HOQI47"" started. -2016-08-01 17:58:08.486 +05:30 [Debug] Connection id ""0HKTQ06HOQI48"" started. -2016-08-01 17:58:08.554 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=3 -2016-08-01 17:58:08.570 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-08-01 17:58:08.583 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-08-01 17:58:08.768 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/LinkedIn/GetLinkedInCompanyPagesProfiles?groupId=3 -2016-08-01 17:58:08.786 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/LinkedIn/GetLinkedInCompanyPagesProfiles"'. -2016-08-01 17:58:08.888 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" -2016-08-01 17:58:09.172 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=3 -2016-08-01 17:58:09.336 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-08-01 17:58:09.358 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-08-01 17:58:09.697 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Google/GetGplusProfiles?groupId=3 -2016-08-01 17:58:09.717 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GetGplusProfiles"'. -2016-08-01 17:58:09.724 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" -2016-08-01 17:58:10.188 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/SocialMessages/GetAllSentMessagesCount?groupId=3&userId=1 -2016-08-01 17:58:10.359 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/SocialMessages/GetAllSentMessagesCount"'. -2016-08-01 17:58:10.402 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Instagram/GetInstagramProfiles?groupId=3 -2016-08-01 17:58:10.417 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" -2016-08-01 17:58:10.440 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Instagram/GetInstagramProfiles"'. -2016-08-01 17:58:10.481 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" -2016-08-01 17:58:14.331 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 17:58:14.353 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:58:14.359 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:58:14.365 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:58:14.680 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 17:58:14.769 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:58:14.775 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:58:14.780 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:58:14.825 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:58:14.965 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:58:15.210 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 17:58:15.257 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:58:15.283 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:58:15.293 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:58:15.587 +05:30 [Information] Executed action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" in 6088.1644ms -2016-08-01 17:58:15.766 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 6245.0038ms -2016-08-01 17:58:15.876 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 17:58:16.066 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:58:16.090 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:58:16.107 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:58:17.614 +05:30 [Information] Request finished in 7233.3624ms 200 application/json; charset=utf-8 -2016-08-01 17:58:17.620 +05:30 [Debug] Connection id ""0HKTQ06HOQI45"" completed keep alive response. -2016-08-01 17:58:17.840 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:58:18.011 +05:30 [Information] Request finished in 7642.3686ms 200 application/json; charset=utf-8 -2016-08-01 17:58:18.032 +05:30 [Debug] Connection id ""0HKTQ06HOQI44"" completed keep alive response. -2016-08-01 17:58:18.233 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 8428.313ms -2016-08-01 17:58:18.371 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:58:18.488 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" with arguments (["1", "3"]) - ModelState is Valid -2016-08-01 17:58:18.725 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:58:18.728 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:58:18.730 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:58:18.756 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" in 8626.1178ms -2016-08-01 17:58:18.792 +05:30 [Information] Request finished in 9957.3718ms 200 application/json; charset=utf-8 -2016-08-01 17:58:18.808 +05:30 [Debug] Connection id ""0HKTQ06HOQI40"" completed keep alive response. -2016-08-01 17:58:18.998 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:58:19.064 +05:30 [Information] Request finished in 10286.4019ms 200 application/json; charset=utf-8 -2016-08-01 17:58:19.085 +05:30 [Debug] Connection id ""0HKTQ06HOQI46"" completed keep alive response. -2016-08-01 17:58:19.438 +05:30 [Information] Executed action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" in 8579.0841ms -2016-08-01 17:58:19.612 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 17:58:19.642 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:58:19.654 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:58:19.662 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:58:19.678 +05:30 [Information] Request finished in 11100.4751ms 200 application/json; charset=utf-8 -2016-08-01 17:58:19.773 +05:30 [Debug] Connection id ""0HKTQ06HOQI48"" completed keep alive response. -2016-08-01 17:58:19.902 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:58:22.962 +05:30 [Information] Executed action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" in 9855.4061ms -2016-08-01 17:58:24.027 +05:30 [Information] Request finished in 15184.5886ms 200 application/json; charset=utf-8 -2016-08-01 17:58:24.276 +05:30 [Debug] Connection id ""0HKTQ06HOQI47"" completed keep alive response. -2016-08-01 17:58:44.767 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/Google/GoogleLogin application/x-www-form-urlencoded 52 -2016-08-01 17:58:44.779 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GoogleLogin"'. -2016-08-01 17:58:44.790 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GoogleLogin (Api.Socioboard)" -2016-08-01 17:58:45.379 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GoogleLogin (Api.Socioboard)" with arguments (["4/2uHCpSO9uZrAFSB7LnYrg0EiiOGljrptY5Iv-41Wd7w"]) - ModelState is Valid -2016-08-01 17:58:46.126 +05:30 [Information] { - "access_token": "ya29.CjAyAxyEQ-Bm2ay4MogKeiJ4OwAZAFMKyVEdJtElKohuwaNYnh5G6sVTU8UeRFLv1Ng", - "token_type": "Bearer", - "expires_in": 3597, - "id_token": "eyJhbGciOiJSUzI1NiIsImtpZCI6IjYxOTJhNmIwNjE2ODUzMjE3MzJjNGJhMTBjMDEwOTY5YWUyZjU1YmMifQ.eyJpc3MiOiJhY2NvdW50cy5nb29nbGUuY29tIiwiYXRfaGFzaCI6IjZsZEJwbW9Ta0dld0oyOHMwWl9FUkEiLCJhdWQiOiIyNDYyMjE0MDU4MDEta2dpcjh1NzdtNWdwb3BrYjRwMHR2bXU1MjJkaWI0ZTAuYXBwcy5nb29nbGV1c2VyY29udGVudC5jb20iLCJzdWIiOiIxMDA0OTM2ODY1MTA4NDY4MzQ5OTMiLCJlbWFpbF92ZXJpZmllZCI6dHJ1ZSwiYXpwIjoiMjQ2MjIxNDA1ODAxLWtnaXI4dTc3bTVncG9wa2I0cDB0dm11NTIyZGliNGUwLmFwcHMuZ29vZ2xldXNlcmNvbnRlbnQuY29tIiwiZW1haWwiOiJiYW5kaVN1cmVzaEBnbG9idXNzb2Z0LmNvbSIsImlhdCI6MTQ3MDA1NDUyNSwiZXhwIjoxNDcwMDU4MTI1fQ.qI4zktUUoMc314PlwQHJyIIOj720f4xhx4u95OSqew4sOnY5vEtY74wHDsAvk1mRdayNyt4nETdFxao4TSGx2haembTv8G1R-hRqRV_ygMsyMWiyCEgiBLVshuCUhpNXf3Z7YSlTz_oWF-IhmuP5lTAnB0gL8W6eKlWYYHNQGRwXTanaIfdUtTqVIFeIlDEU17Fg0yJrBX0MMRs9_kISz-2zzS67ehziPyL3v1KvUulEZJwSg1w_hVRi5KMTnJVEbXfnrr_8wAUkGb8T0ksURQJ8AhJGI-F8MfWDLD-lKgL_YYwwzbY8MbZfhYCWqQ51D0Dnh625ZrlL_C5e-JJkxg" -} -2016-08-01 17:58:47.423 +05:30 [Information] [{ - "id": "100493686510846834993", - "email": "bandiSuresh@globussoft.com", - "verified_email": true, - "name": "Suresh Bandi", - "given_name": "Suresh", - "family_name": "Bandi", - "link": "https://plus.google.com/+SureshBandi007", - "picture": "https://lh3.googleusercontent.com/--zVLmLAPl14/AAAAAAAAAAI/AAAAAAAAAFE/KtuOadUcwFM/photo.jpg", - "gender": "male", - "locale": "en" -} -] -2016-08-01 17:58:47.532 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GoogleLogin (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:58:47.543 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:58:47.627 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:58:47.678 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GoogleLogin (Api.Socioboard)" in 2834.0683ms -2016-08-01 17:58:47.815 +05:30 [Information] Request finished in 3022.1918ms 200 application/json; charset=utf-8 -2016-08-01 17:58:47.838 +05:30 [Debug] Connection id ""0HKTQ06HOQI45"" completed keep alive response. -2016-08-01 17:58:48.713 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=2 -2016-08-01 17:58:48.723 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-01 17:58:48.744 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-01 17:58:49.039 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-01 17:58:49.086 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:58:49.108 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:58:49.229 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:58:49.303 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 470.2443ms -2016-08-01 17:58:49.426 +05:30 [Information] Request finished in 751.0573ms 200 application/json; charset=utf-8 -2016-08-01 17:58:49.438 +05:30 [Debug] Connection id ""0HKTQ06HOQI44"" completed keep alive response. -2016-08-01 17:58:49.524 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=2 -2016-08-01 17:58:49.542 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-01 17:58:49.562 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-01 17:58:49.994 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-01 17:58:50.031 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:58:50.067 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:58:50.177 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:58:50.350 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 586.984ms -2016-08-01 17:58:50.444 +05:30 [Information] Request finished in 931.0309ms 200 application/json; charset=utf-8 -2016-08-01 17:58:50.458 +05:30 [Debug] Connection id ""0HKTQ06HOQI40"" completed keep alive response. -2016-08-01 17:58:58.966 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=2 -2016-08-01 17:58:58.975 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-08-01 17:58:59.002 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-08-01 17:58:59.781 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-01 17:58:59.793 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:58:59.818 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:58:59.822 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:58:59.877 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:58:59.948 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 867.1589ms -2016-08-01 17:59:00.071 +05:30 [Information] Request finished in 1121.125ms 200 application/json; charset=utf-8 -2016-08-01 17:59:00.246 +05:30 [Debug] Connection id ""0HKTQ06HOQI46"" completed keep alive response. -2016-08-01 17:59:05.015 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/LinkedIn/GetLinkedInCompanyPagesProfiles?groupId=2 -2016-08-01 17:59:05.037 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/LinkedIn/GetLinkedInCompanyPagesProfiles"'. -2016-08-01 17:59:05.052 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" -2016-08-01 17:59:05.132 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=2 -2016-08-01 17:59:05.213 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-08-01 17:59:05.227 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-08-01 17:59:06.154 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Instagram/GetInstagramProfiles?groupId=2 -2016-08-01 17:59:06.165 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Instagram/GetInstagramProfiles"'. -2016-08-01 17:59:06.174 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" -2016-08-01 17:59:06.475 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Google/GetGplusProfiles?groupId=2 -2016-08-01 17:59:06.510 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GetGplusProfiles"'. -2016-08-01 17:59:06.559 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" -2016-08-01 17:59:06.663 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=2 -2016-08-01 17:59:06.686 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-08-01 17:59:06.715 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-08-01 17:59:07.073 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/SocialMessages/GetAllSentMessagesCount?groupId=2&userId=2 -2016-08-01 17:59:07.095 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/SocialMessages/GetAllSentMessagesCount"'. -2016-08-01 17:59:07.109 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" -2016-08-01 17:59:07.385 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-01 17:59:07.431 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:59:07.440 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:59:07.447 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:59:07.523 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-01 17:59:07.555 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:59:07.576 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:59:07.590 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:59:07.623 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:59:07.775 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:59:07.881 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-01 17:59:07.900 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:59:07.905 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:59:07.907 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:59:07.918 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 2552.1715ms -2016-08-01 17:59:07.974 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-01 17:59:08.067 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:59:08.078 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:59:08.102 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:59:08.688 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:59:09.524 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:59:09.640 +05:30 [Information] Executed action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" in 2619.0298ms -2016-08-01 17:59:09.741 +05:30 [Information] Request finished in 3065.0934ms 200 application/json; charset=utf-8 -2016-08-01 17:59:09.767 +05:30 [Debug] Connection id ""0HKTQ06HOQI44"" completed keep alive response. -2016-08-01 17:59:10.334 +05:30 [Information] Executed action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" in 2424.9997ms -2016-08-01 17:59:10.619 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 2818.1201ms -2016-08-01 17:59:10.750 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-01 17:59:10.764 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:59:10.772 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:59:10.782 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetIncommingMessage?groupId=2&userId=2 -2016-08-01 17:59:10.986 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:59:11.006 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetIncommingMessage"'. -2016-08-01 17:59:11.058 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" -2016-08-01 17:59:11.072 +05:30 [Information] Request finished in 5709.1256ms 200 application/json; charset=utf-8 -2016-08-01 17:59:11.172 +05:30 [Debug] Connection id ""0HKTQ06HOQI46"" completed keep alive response. -2016-08-01 17:59:11.510 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:59:11.685 +05:30 [Information] Request finished in 5826.1072ms 200 application/json; charset=utf-8 -2016-08-01 17:59:11.708 +05:30 [Debug] Connection id ""0HKTQ06HOQI48"" completed keep alive response. -2016-08-01 17:59:12.016 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" with arguments (["2", "2"]) - ModelState is Valid -2016-08-01 17:59:12.263 +05:30 [Debug] Connection id ""0HKTQ06HOQI49"" started. -2016-08-01 17:59:12.248 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterFollowerCount?groupId=2&userId=2 -2016-08-01 17:59:12.338 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterFollowerCount"'. -2016-08-01 17:59:12.404 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" -2016-08-01 17:59:12.547 +05:30 [Information] Request finished in 5036.207ms 200 application/json; charset=utf-8 -2016-08-01 17:59:12.573 +05:30 [Debug] Connection id ""0HKTQ06HOQI47"" completed keep alive response. -2016-08-01 17:59:12.732 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" in 5029.2972ms -2016-08-01 17:59:13.007 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=2 -2016-08-01 17:59:13.023 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-01 17:59:13.031 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-01 17:59:13.061 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" with arguments (["2", "2"]) - ModelState is Valid -2016-08-01 17:59:13.260 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:59:13.271 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:59:13.282 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:59:13.839 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/FacebookfanPageCount?groupId=2&userId=2 -2016-08-01 17:59:13.849 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/FacebookfanPageCount"'. -2016-08-01 17:59:13.863 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" -2016-08-01 17:59:14.281 +05:30 [Information] Request finished in 8050.1233ms 200 application/json; charset=utf-8 -2016-08-01 17:59:14.285 +05:30 [Debug] Connection id ""0HKTQ06HOQI40"" completed keep alive response. -2016-08-01 17:59:14.431 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:59:15.257 +05:30 [Information] Executed action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" in 7372.2238ms -2016-08-01 17:59:15.859 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:59:15.930 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:59:15.949 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 17:59:16.216 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterRecentFollower?groupId=2 -2016-08-01 17:59:16.249 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterRecentFollower"'. -2016-08-01 17:59:16.262 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" -2016-08-01 17:59:16.281 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:59:16.526 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" with arguments (["2", "2"]) - ModelState is Valid -2016-08-01 17:59:16.691 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:59:16.709 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:59:16.715 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 17:59:16.768 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" in 5249.2813ms -2016-08-01 17:59:16.868 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:59:17.321 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-01 17:59:17.362 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:59:17.383 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:59:18.109 +05:30 [Information] Request finished in 10755.4588ms 200 application/json; charset=utf-8 -2016-08-01 17:59:18.129 +05:30 [Debug] Connection id ""0HKTQ06HOQI45"" completed keep alive response. -2016-08-01 17:59:18.678 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-01 17:59:18.729 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" with arguments (["2", "2"]) - ModelState is Valid -2016-08-01 17:59:18.844 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:59:18.856 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:59:18.864 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 17:59:18.971 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:59:19.034 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:59:19.042 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:59:19.131 +05:30 [Information] Request finished in 6525.1491ms 200 text/plain; charset=utf-8 -2016-08-01 17:59:19.145 +05:30 [Debug] Connection id ""0HKTQ06HOQI44"" completed keep alive response. -2016-08-01 17:59:19.180 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" in 4547.2474ms -2016-08-01 17:59:19.712 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:59:19.794 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:59:19.867 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:59:20.384 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" in 3480.1898ms -2016-08-01 17:59:20.636 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 6773.258ms -2016-08-01 17:59:20.761 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" in 6004.2637ms -2016-08-01 17:59:20.852 +05:30 [Information] Request finished in 8216.3394ms 200 text/plain; charset=utf-8 -2016-08-01 17:59:20.878 +05:30 [Debug] Connection id ""0HKTQ06HOQI46"" completed keep alive response. -2016-08-01 17:59:20.918 +05:30 [Information] Request finished in 8123.3764ms 200 application/json; charset=utf-8 -2016-08-01 17:59:20.980 +05:30 [Debug] Connection id ""0HKTQ06HOQI49"" completed keep alive response. -2016-08-01 17:59:21.806 +05:30 [Information] Request finished in 5376.0192ms 200 application/json; charset=utf-8 -2016-08-01 17:59:21.845 +05:30 [Debug] Connection id ""0HKTQ06HOQI47"" completed keep alive response. -2016-08-01 17:59:21.892 +05:30 [Information] Request finished in 8591.2826ms 200 text/plain; charset=utf-8 -2016-08-01 17:59:21.904 +05:30 [Debug] Connection id ""0HKTQ06HOQI48"" completed keep alive response. -2016-08-01 17:59:22.622 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=3 -2016-08-01 17:59:22.645 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-01 17:59:22.677 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-01 17:59:22.984 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 17:59:23.173 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:59:23.226 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:59:23.398 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 17:59:23.783 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 774.0651ms -2016-08-01 17:59:24.268 +05:30 [Information] Request finished in 2724.0766ms 200 application/json; charset=utf-8 -2016-08-01 17:59:24.342 +05:30 [Debug] Connection id ""0HKTQ06HOQI40"" completed keep alive response. -2016-08-01 17:59:50.770 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=3 -2016-08-01 17:59:50.789 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-08-01 17:59:51.009 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-08-01 17:59:55.637 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 17:59:55.836 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 17:59:55.897 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 17:59:55.905 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 17:59:56.193 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Instagram/GetInstagramProfiles?groupId=3 -2016-08-01 17:59:56.228 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Instagram/GetInstagramProfiles"'. -2016-08-01 17:59:56.318 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" -2016-08-01 17:59:56.857 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=3 -2016-08-01 17:59:57.022 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-08-01 17:59:57.100 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-08-01 17:59:57.925 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=3 -2016-08-01 17:59:58.214 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-08-01 17:59:58.245 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-08-01 17:59:58.943 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Google/GetGplusProfiles?groupId=3 -2016-08-01 17:59:58.992 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GetGplusProfiles"'. -2016-08-01 17:59:59.084 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" -2016-08-01 17:59:59.589 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 18:00:01.186 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/LinkedIn/GetLinkedInCompanyPagesProfiles?groupId=3 -2016-08-01 18:00:01.336 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/LinkedIn/GetLinkedInCompanyPagesProfiles"'. -2016-08-01 18:00:03.358 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 18:00:02.887 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 9105.2992ms -2016-08-01 18:00:03.079 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 18:00:03.320 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 18:00:03.456 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 18:00:03.396 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" -2016-08-01 18:00:03.690 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 18:00:03.918 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 18:00:04.045 +05:30 [Information] Request finished in 13492.4875ms 200 application/json; charset=utf-8 -2016-08-01 18:00:03.940 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 18:00:03.928 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 18:00:04.136 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 18:00:04.219 +05:30 [Debug] Connection id ""0HKTQ06HOQI45"" completed keep alive response. -2016-08-01 18:00:04.212 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 18:00:04.325 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 18:00:04.386 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 18:00:04.407 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 18:00:04.419 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 18:00:04.368 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 18:00:04.949 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 18:00:05.123 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 18:00:06.105 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 18:00:06.163 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 8039.331ms -2016-08-01 18:00:06.254 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 18:00:06.362 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/SocialMessages/GetAllSentMessagesCount?groupId=3&userId=2 -2016-08-01 18:00:06.401 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/SocialMessages/GetAllSentMessagesCount"'. -2016-08-01 18:00:06.441 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" -2016-08-01 18:00:06.485 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 8022.2457ms -2016-08-01 18:00:06.657 +05:30 [Information] Request finished in 11380.381ms 200 application/json; charset=utf-8 -2016-08-01 18:00:06.728 +05:30 [Debug] Connection id ""0HKTQ06HOQI44"" completed keep alive response. -2016-08-01 18:00:06.913 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 18:00:07.711 +05:30 [Information] Executed action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" in 9772.2488ms -2016-08-01 18:00:07.881 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetIncommingMessage?groupId=3&userId=2 -2016-08-01 18:00:07.920 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetIncommingMessage"'. -2016-08-01 18:00:07.924 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" -2016-08-01 18:00:07.931 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 18:00:07.992 +05:30 [Information] Request finished in 12964.6162ms 200 application/json; charset=utf-8 -2016-08-01 18:00:08.060 +05:30 [Information] Request finished in 11729.4497ms 200 application/json; charset=utf-8 -2016-08-01 18:00:08.137 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" in 7945.2831ms -2016-08-01 18:00:08.222 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 18:00:08.225 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" with arguments (["2", "3"]) - ModelState is Valid -2016-08-01 18:00:08.262 +05:30 [Debug] Connection id ""0HKTQ06HOQI48"" completed keep alive response. -2016-08-01 18:00:08.301 +05:30 [Debug] Connection id ""0HKTQ06HOQI46"" completed keep alive response. -2016-08-01 18:00:08.376 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" with arguments (["3", "2"]) - ModelState is Valid -2016-08-01 18:00:08.370 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 18:00:08.729 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 18:00:10.243 +05:30 [Information] Request finished in 13449.5693ms 200 application/json; charset=utf-8 -2016-08-01 18:00:10.317 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 18:00:10.476 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 18:00:10.559 +05:30 [Debug] Connection id ""0HKTQ06HOQI49"" completed keep alive response. -2016-08-01 18:00:10.781 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 18:00:10.981 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterFollowerCount?groupId=3&userId=2 -2016-08-01 18:00:11.055 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterFollowerCount"'. -2016-08-01 18:00:11.189 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" -2016-08-01 18:00:11.326 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 18:00:11.491 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 18:00:11.546 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 18:00:11.766 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 18:00:11.968 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 18:00:12.617 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/FacebookfanPageCount?groupId=3&userId=2 -2016-08-01 18:00:12.634 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/FacebookfanPageCount"'. -2016-08-01 18:00:12.710 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" -2016-08-01 18:00:13.018 +05:30 [Information] Executed action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" in 5348.1947ms -2016-08-01 18:00:13.595 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 18:00:14.459 +05:30 [Information] Executed action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" in 7578.4375ms -2016-08-01 18:00:14.891 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" in 5890.2494ms -2016-08-01 18:00:15.007 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterRecentFollower?groupId=3 -2016-08-01 18:00:15.038 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterRecentFollower"'. -2016-08-01 18:00:15.074 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" -2016-08-01 18:00:16.051 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" with arguments (["3", "2"]) - ModelState is Valid -2016-08-01 18:00:16.209 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 18:00:16.217 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 18:00:16.223 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 18:00:16.524 +05:30 [Information] Request finished in 8072.2799ms 200 text/plain; charset=utf-8 -2016-08-01 18:00:16.576 +05:30 [Debug] Connection id ""0HKTQ06HOQI45"" completed keep alive response. -2016-08-01 18:00:17.093 +05:30 [Information] Request finished in 19356.9843ms 200 application/json; charset=utf-8 -2016-08-01 18:00:17.096 +05:30 [Debug] Connection id ""0HKTQ06HOQI47"" completed keep alive response. -2016-08-01 18:00:17.735 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 18:00:18.151 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 18:00:19.279 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" in 6526.2596ms -2016-08-01 18:00:19.953 +05:30 [Information] Request finished in 8305.2979ms 200 application/json; charset=utf-8 -2016-08-01 18:00:20.013 +05:30 [Debug] Connection id ""0HKTQ06HOQI40"" completed keep alive response. -2016-08-01 18:00:21.817 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" with arguments (["2", "3"]) - ModelState is Valid -2016-08-01 18:00:22.253 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 18:00:22.274 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 18:00:22.285 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 18:00:22.705 +05:30 [Information] Request finished in 11454.5976ms 200 text/plain; charset=utf-8 -2016-08-01 18:00:22.936 +05:30 [Debug] Connection id ""0HKTQ06HOQI44"" completed keep alive response. -2016-08-01 18:00:23.315 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 18:00:23.317 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 18:00:23.413 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 18:00:23.774 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 18:00:24.673 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" in 10650.3872ms -2016-08-01 18:00:26.638 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 18:00:27.015 +05:30 [Information] Request finished in 17521.549ms 200 text/plain; charset=utf-8 -2016-08-01 18:00:27.131 +05:30 [Debug] Connection id ""0HKTQ06HOQI48"" completed keep alive response. -2016-08-01 18:00:27.920 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Task/GetAllTasksOfUserAndGroup?groupId=3&userId=2 -2016-08-01 18:00:27.990 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Task/GetAllTasksOfUserAndGroup"'. -2016-08-01 18:00:28.111 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TaskController.GetAllTasksOfUserAndGroup (Api.Socioboard)" -2016-08-01 18:00:28.354 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" in 11353.4397ms -2016-08-01 18:00:28.956 +05:30 [Information] Request finished in 17888.7159ms 200 application/json; charset=utf-8 -2016-08-01 18:00:29.031 +05:30 [Debug] Connection id ""0HKTQ06HOQI46"" completed keep alive response. -2016-08-01 18:00:29.276 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TaskController.GetAllTasksOfUserAndGroup (Api.Socioboard)" with arguments (["2", "3"]) - ModelState is Valid -2016-08-01 18:00:30.692 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TaskController.GetAllTasksOfUserAndGroup (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 18:00:30.861 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 18:00:30.932 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 18:00:31.400 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 18:00:31.478 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TaskController.GetAllTasksOfUserAndGroup (Api.Socioboard)" in 3207.0506ms -2016-08-01 18:00:31.557 +05:30 [Information] Request finished in 4937.1121ms 200 application/json; charset=utf-8 -2016-08-01 18:00:31.567 +05:30 [Debug] Connection id ""0HKTQ06HOQI49"" completed keep alive response. -2016-08-01 18:01:18.180 +05:30 [Debug] Connection id ""0HKTQ06HOQI45"" received FIN. -2016-08-01 18:01:18.406 +05:30 [Debug] Connection id ""0HKTQ06HOQI47"" received FIN. -2016-08-01 18:01:18.406 +05:30 [Debug] Connection id ""0HKTQ06HOQI45"" disconnecting. -2016-08-01 18:01:18.454 +05:30 [Debug] Connection id ""0HKTQ06HOQI47"" disconnecting. -2016-08-01 18:01:18.838 +05:30 [Debug] Connection id ""0HKTQ06HOQI45"" sending FIN. -2016-08-01 18:01:18.856 +05:30 [Debug] Connection id ""0HKTQ06HOQI47"" sending FIN. -2016-08-01 18:01:18.902 +05:30 [Debug] Connection id ""0HKTQ06HOQI47"" sent FIN with status "0". -2016-08-01 18:01:18.960 +05:30 [Debug] Connection id ""0HKTQ06HOQI47"" stopped. -2016-08-01 18:01:19.032 +05:30 [Debug] Connection id ""0HKTQ06HOQI45"" sent FIN with status "0". -2016-08-01 18:01:19.438 +05:30 [Debug] Connection id ""0HKTQ06HOQI45"" stopped. -2016-08-01 18:27:43.525 +05:30 [Debug] Connection id ""0HKTQ06HOQI40"" received FIN. -2016-08-01 18:27:43.859 +05:30 [Debug] Connection id ""0HKTQ06HOQI44"" received FIN. -2016-08-01 18:27:43.962 +05:30 [Debug] Connection id ""0HKTQ06HOQI48"" received FIN. -2016-08-01 18:27:44.095 +05:30 [Debug] Connection id ""0HKTQ06HOQI46"" received FIN. -2016-08-01 18:27:44.267 +05:30 [Debug] Connection id ""0HKTQ06HOQI49"" received FIN. -2016-08-01 18:27:43.987 +05:30 [Debug] Connection id ""0HKTQ06HOQI44"" disconnecting. -2016-08-01 18:27:44.335 +05:30 [Debug] Connection id ""0HKTQ06HOQI44"" sending FIN. -2016-08-01 18:27:44.336 +05:30 [Debug] Connection id ""0HKTQ06HOQI48"" disconnecting. -2016-08-01 18:27:44.373 +05:30 [Debug] Connection id ""0HKTQ06HOQI44"" sent FIN with status "0". -2016-08-01 18:27:44.669 +05:30 [Debug] Connection id ""0HKTQ06HOQI46"" disconnecting. -2016-08-01 18:27:44.761 +05:30 [Debug] Connection id ""0HKTQ06HOQI44"" stopped. -2016-08-01 18:27:44.797 +05:30 [Debug] Connection id ""0HKTQ06HOQI49"" disconnecting. -2016-08-01 18:27:46.191 +05:30 [Debug] Connection id ""0HKTQ06HOQI48"" sending FIN. -2016-08-01 18:27:48.230 +05:30 [Debug] Connection id ""0HKTQ06HOQI46"" sending FIN. -2016-08-01 18:27:46.883 +05:30 [Debug] Connection id ""0HKTQ06HOQI40"" disconnecting. -2016-08-01 18:27:48.480 +05:30 [Debug] Connection id ""0HKTQ06HOQI49"" sending FIN. -2016-08-01 18:27:49.231 +05:30 [Debug] Connection id ""0HKTQ06HOQI40"" sending FIN. -2016-08-01 18:27:49.755 +05:30 [Debug] Connection id ""0HKTQ06HOQI40"" sent FIN with status "0". -2016-08-01 18:27:50.019 +05:30 [Debug] Connection id ""0HKTQ06HOQI40"" stopped. -2016-08-01 18:27:53.603 +05:30 [Debug] Connection id ""0HKTQ06HOQI49"" sent FIN with status "0". -2016-08-01 18:27:54.723 +05:30 [Debug] Connection id ""0HKTQ06HOQI49"" stopped. -2016-08-01 18:27:59.130 +05:30 [Debug] Connection id ""0HKTQ06HOQI46"" sent FIN with status "0". -2016-08-01 18:27:59.442 +05:30 [Debug] Connection id ""0HKTQ06HOQI46"" stopped. -2016-08-01 18:27:59.957 +05:30 [Debug] Connection id ""0HKTQ06HOQI48"" sent FIN with status "0". -2016-08-01 18:28:00.028 +05:30 [Debug] Connection id ""0HKTQ06HOQI48"" stopped. -2016-08-01 18:30:39.169 +05:30 [Debug] Connection id ""0HKTQ06HOQI4A"" started. -2016-08-01 18:30:39.472 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/Google/GoogleLogin application/x-www-form-urlencoded 52 -2016-08-01 18:30:39.771 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GoogleLogin"'. -2016-08-01 18:30:39.877 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GoogleLogin (Api.Socioboard)" -2016-08-01 18:30:44.490 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GoogleLogin (Api.Socioboard)" with arguments (["4/ptjq3vuCi1-UpN3Krbjf1bkoAThw3dSvfo_D6H2LNfk"]) - ModelState is Valid -2016-08-01 18:30:49.082 +05:30 [Information] { - "access_token": "ya29.CjAyA9W0s5z_OwCMAnSIqsqLmWR86dZsU0KgLFv-VjxCdD94qlPlqT1634GrsWO2ORY", - "token_type": "Bearer", - "expires_in": 3589, - "id_token": "eyJhbGciOiJSUzI1NiIsImtpZCI6IjYxOTJhNmIwNjE2ODUzMjE3MzJjNGJhMTBjMDEwOTY5YWUyZjU1YmMifQ.eyJpc3MiOiJhY2NvdW50cy5nb29nbGUuY29tIiwiYXRfaGFzaCI6Ijc2QVZMN2FDNHk4UDk5UG1zSjMwcEEiLCJhdWQiOiIyNDYyMjE0MDU4MDEta2dpcjh1NzdtNWdwb3BrYjRwMHR2bXU1MjJkaWI0ZTAuYXBwcy5nb29nbGV1c2VyY29udGVudC5jb20iLCJzdWIiOiIxMDA0OTM2ODY1MTA4NDY4MzQ5OTMiLCJlbWFpbF92ZXJpZmllZCI6dHJ1ZSwiYXpwIjoiMjQ2MjIxNDA1ODAxLWtnaXI4dTc3bTVncG9wa2I0cDB0dm11NTIyZGliNGUwLmFwcHMuZ29vZ2xldXNlcmNvbnRlbnQuY29tIiwiZW1haWwiOiJiYW5kaVN1cmVzaEBnbG9idXNzb2Z0LmNvbSIsImlhdCI6MTQ3MDA1NjQ0OCwiZXhwIjoxNDcwMDYwMDQ4fQ.P8rhRjXs5ST8fphWKAJralQHtlx5xuuI1JC0IUJ3HlRiKLxYbJtXnghBNe1l5IERsKuezv056otkvxZsM59T_b5cjjNorRJxS1ChlA3o_WNrVBLfKLthejk2F1mTR-jMCmcjQBmOdBgs6VyiNoUTRvESMjMrVWEgFPhYVYRLScEV04d-rruxCnP4YtazazaI3wZEhk9APieIRuCrPWeC_1HCFVO5lAkBPyzjbCN3EhFJrnQURI0U3nkg1rGhHe30Oql_fFYrf3DXLTeVIUQYxTxdLYRxZTD7o-9ffpXngi1Y-z9D4nRr04JyIPQm9CjHGUCanyZRl67nSXsfTl7PXA" -} -2016-08-01 18:30:55.992 +05:30 [Information] [{ - "id": "100493686510846834993", - "email": "bandiSuresh@globussoft.com", - "verified_email": true, - "name": "Suresh Bandi", - "given_name": "Suresh", - "family_name": "Bandi", - "link": "https://plus.google.com/+SureshBandi007", - "picture": "https://lh3.googleusercontent.com/--zVLmLAPl14/AAAAAAAAAAI/AAAAAAAAAFE/KtuOadUcwFM/photo.jpg", - "gender": "male", - "locale": "en" -} -] -2016-08-01 18:30:56.138 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GoogleLogin (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 18:30:56.245 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 18:30:57.708 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 18:30:58.134 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GoogleLogin (Api.Socioboard)" in 17635.6638ms -2016-08-01 18:30:59.498 +05:30 [Information] Request finished in 19537.5527ms 200 application/json; charset=utf-8 -2016-08-01 18:30:59.697 +05:30 [Debug] Connection id ""0HKTQ06HOQI4A"" completed keep alive response. -2016-08-01 18:31:05.784 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=2 -2016-08-01 18:31:06.001 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-01 18:31:06.172 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-01 18:31:09.380 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-01 18:31:09.832 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 18:31:09.938 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 18:31:11.619 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 18:31:12.025 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 5475.2494ms -2016-08-01 18:31:17.908 +05:30 [Information] Request finished in 10179.2471ms 200 application/json; charset=utf-8 -2016-08-01 18:31:18.307 +05:30 [Debug] Connection id ""0HKTQ06HOQI4A"" completed keep alive response. -2016-08-01 18:31:21.828 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=2 -2016-08-01 18:31:22.481 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-01 18:31:22.620 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-01 18:31:30.626 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-01 18:31:31.235 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 18:31:31.388 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 18:31:31.793 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 18:31:33.069 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 9655.3778ms -2016-08-01 18:31:36.194 +05:30 [Information] Request finished in 14251.6648ms 200 application/json; charset=utf-8 -2016-08-01 18:31:36.258 +05:30 [Debug] Connection id ""0HKTQ06HOQI4A"" completed keep alive response. -2016-08-01 18:32:14.611 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=2 -2016-08-01 18:32:15.394 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-08-01 18:32:17.588 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-08-01 18:32:18.697 +05:30 [Debug] Connection id ""0HKTQ06HOQI4B"" started. -2016-08-01 18:32:18.699 +05:30 [Debug] Connection id ""0HKTQ06HOQI4C"" started. -2016-08-01 18:32:18.995 +05:30 [Debug] Connection id ""0HKTQ06HOQI4D"" started. -2016-08-01 18:32:20.778 +05:30 [Debug] Connection id ""0HKTQ06HOQI4E"" started. -2016-08-01 18:32:21.073 +05:30 [Debug] Connection id ""0HKTQ06HOQI4F"" started. -2016-08-01 18:32:21.680 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=2 -2016-08-01 18:32:21.783 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-08-01 18:32:21.819 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-08-01 18:32:22.093 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=2 -2016-08-01 18:32:22.402 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-08-01 18:32:22.582 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-08-01 18:32:22.845 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Google/GetGplusProfiles?groupId=2 -2016-08-01 18:32:22.882 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GetGplusProfiles"'. -2016-08-01 18:32:22.902 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" -2016-08-01 18:32:23.026 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/LinkedIn/GetLinkedInCompanyPagesProfiles?groupId=2 -2016-08-01 18:32:23.074 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/LinkedIn/GetLinkedInCompanyPagesProfiles"'. -2016-08-01 18:32:23.116 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" -2016-08-01 18:32:26.997 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Instagram/GetInstagramProfiles?groupId=2 -2016-08-01 18:32:27.097 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Instagram/GetInstagramProfiles"'. -2016-08-01 18:32:27.185 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" -2016-08-01 18:32:34.827 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-01 18:32:34.885 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 18:32:34.890 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 18:32:34.892 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 18:32:34.909 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-01 18:32:34.940 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 18:32:34.944 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 18:32:34.945 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 18:32:34.955 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-01 18:32:34.999 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 18:32:35.005 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 18:32:35.008 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 18:32:35.020 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-01 18:32:35.056 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 18:32:35.060 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 18:32:35.062 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 18:32:35.072 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-01 18:32:35.107 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 18:32:35.110 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 18:32:35.111 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 18:32:35.120 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 18:32:35.192 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 18:32:35.376 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 18:32:36.510 +05:30 [Information] Executed action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" in 12057.4329ms -2016-08-01 18:32:36.600 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 13318.4449ms -2016-08-01 18:32:37.190 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" in 13356.4025ms -2016-08-01 18:32:37.517 +05:30 [Information] Request finished in 14227.5688ms 200 application/json; charset=utf-8 -2016-08-01 18:32:37.540 +05:30 [Debug] Connection id ""0HKTQ06HOQI4E"" completed keep alive response. -2016-08-01 18:32:37.579 +05:30 [Information] Request finished in 16105.6728ms 200 application/json; charset=utf-8 -2016-08-01 18:32:37.800 +05:30 [Debug] Connection id ""0HKTQ06HOQI4C"" completed keep alive response. -2016-08-01 18:32:39.112 +05:30 [Information] Request finished in 15405.4368ms 200 application/json; charset=utf-8 -2016-08-01 18:32:39.163 +05:30 [Debug] Connection id ""0HKTQ06HOQI4B"" completed keep alive response. -2016-08-01 18:32:39.296 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 18:32:40.888 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-01 18:32:42.340 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/SocialMessages/GetAllSentMessagesCount?groupId=2&userId=2 -2016-08-01 18:32:42.349 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 18:32:45.156 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/SocialMessages/GetAllSentMessagesCount"'. -2016-08-01 18:32:44.874 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 22475.9726ms -2016-08-01 18:32:45.209 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 18:32:45.342 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 18:32:45.225 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" -2016-08-01 18:32:45.714 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 18:32:47.297 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 18:32:48.697 +05:30 [Information] Request finished in 33468.2137ms 200 application/json; charset=utf-8 -2016-08-01 18:32:49.119 +05:30 [Debug] Connection id ""0HKTQ06HOQI4A"" completed keep alive response. -2016-08-01 18:32:49.458 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterFollowerCount?groupId=2&userId=2 -2016-08-01 18:32:49.629 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterFollowerCount"'. -2016-08-01 18:32:49.769 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" -2016-08-01 18:32:49.982 +05:30 [Information] Executed action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" in 21286.7358ms -2016-08-01 18:32:52.195 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetIncommingMessage?groupId=2&userId=2 -2016-08-01 18:32:54.328 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetIncommingMessage"'. -2016-08-01 18:32:54.431 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" -2016-08-01 18:32:54.861 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 23811.9579ms -2016-08-01 18:32:55.254 +05:30 [Information] Request finished in 28092.036ms 200 application/json; charset=utf-8 -2016-08-01 18:32:56.196 +05:30 [Debug] Connection id ""0HKTQ06HOQI4F"" completed keep alive response. -2016-08-01 18:32:56.532 +05:30 [Information] Request finished in 34168.2648ms 200 application/json; charset=utf-8 -2016-08-01 18:32:58.426 +05:30 [Debug] Connection id ""0HKTQ06HOQI4D"" completed keep alive response. -2016-08-01 18:32:59.936 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/FacebookfanPageCount?groupId=2&userId=2 -2016-08-01 18:33:00.833 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/FacebookfanPageCount"'. -2016-08-01 18:33:00.863 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" -2016-08-01 18:33:00.985 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" with arguments (["2", "2"]) - ModelState is Valid -2016-08-01 18:33:01.838 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterRecentFollower?groupId=2 -2016-08-01 18:33:02.063 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterRecentFollower"'. -2016-08-01 18:33:02.113 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" -2016-08-01 18:33:02.179 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" with arguments (["2", "2"]) - ModelState is Valid -2016-08-01 18:33:05.014 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" with arguments (["2", "2"]) - ModelState is Valid -2016-08-01 18:33:08.437 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-01 18:33:10.641 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 18:33:24.287 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 18:33:24.288 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 18:33:24.574 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 18:33:24.558 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 18:33:24.748 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 18:33:25.008 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 18:33:26.089 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 18:33:27.152 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" in 35272.23ms -2016-08-01 18:33:28.591 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" with arguments (["2", "2"]) - ModelState is Valid -2016-08-01 18:33:30.353 +05:30 [Information] Executed action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" in 40953.5573ms -2016-08-01 18:33:30.807 +05:30 [Information] Request finished in 42875.635ms 200 text/plain; charset=utf-8 -2016-08-01 18:33:32.644 +05:30 [Debug] Connection id ""0HKTQ06HOQI4B"" completed keep alive response. -2016-08-01 18:33:32.428 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 18:33:32.694 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 18:33:32.769 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 18:33:35.601 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 18:33:37.059 +05:30 [Information] Request finished in 55009.9896ms 200 application/json; charset=utf-8 -2016-08-01 18:33:38.081 +05:30 [Debug] Connection id ""0HKTQ06HOQI4E"" completed keep alive response. -2016-08-01 18:33:38.734 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" in 35419.3199ms -2016-08-01 18:33:42.945 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=2 -2016-08-01 18:33:43.417 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-01 18:33:43.472 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-01 18:33:44.038 +05:30 [Information] Request finished in 44601.5822ms 200 text/plain; charset=utf-8 -2016-08-01 18:33:44.433 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 18:33:44.475 +05:30 [Debug] Connection id ""0HKTQ06HOQI4A"" completed keep alive response. -2016-08-01 18:33:45.033 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 18:33:45.302 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 18:33:47.035 +05:30 [Fatal] could not execute query -[ select groupprofi0_.id as id29_, groupprofi0_.profileOwnerId as profileO2_29_, groupprofi0_.profileType as profileT3_29_, groupprofi0_.profileName as profileN4_29_, groupprofi0_.profileId as profileId29_, groupprofi0_.profilePic as profilePic29_, groupprofi0_.groupId as groupId29_, groupprofi0_.entryDate as entryDate29_ from Groupprofiles groupprofi0_ where groupprofi0_.groupId=? and groupprofi0_.profileType=? ] - Name:p1 - Value:2 Name:p2 - Value:2 -[SQL: select groupprofi0_.id as id29_, groupprofi0_.profileOwnerId as profileO2_29_, groupprofi0_.profileType as profileT3_29_, groupprofi0_.profileName as profileN4_29_, groupprofi0_.profileId as profileId29_, groupprofi0_.profilePic as profilePic29_, groupprofi0_.groupId as groupId29_, groupprofi0_.entryDate as entryDate29_ from Groupprofiles groupprofi0_ where groupprofi0_.groupId=? and groupprofi0_.profileType=?] -2016-08-01 18:33:49.320 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 18:33:50.764 +05:30 [Error] at NHibernate.Loader.Loader.DoList(ISessionImplementor session, QueryParameters queryParameters, IResultTransformer forcedResultTransformer) - at NHibernate.Loader.Loader.DoList(ISessionImplementor session, QueryParameters queryParameters) - at NHibernate.Loader.Loader.ListIgnoreQueryCache(ISessionImplementor session, QueryParameters queryParameters) - at NHibernate.Loader.Loader.List(ISessionImplementor session, QueryParameters queryParameters, ISet`1 querySpaces, IType[] resultTypes) - at NHibernate.Loader.Hql.QueryLoader.List(ISessionImplementor session, QueryParameters queryParameters) - at NHibernate.Hql.Ast.ANTLR.QueryTranslatorImpl.List(ISessionImplementor session, QueryParameters queryParameters) - at NHibernate.Engine.Query.HQLQueryPlan.PerformList(QueryParameters queryParameters, ISessionImplementor session, IList results) - at NHibernate.Impl.SessionImpl.List(IQueryExpression queryExpression, QueryParameters queryParameters, IList results) - at NHibernate.Impl.AbstractSessionImpl.List(IQueryExpression queryExpression, QueryParameters parameters) - at NHibernate.Impl.AbstractQueryImpl2.List() - at NHibernate.Linq.DefaultQueryProvider.ExecuteQuery(NhLinqExpression nhLinqExpression, IQuery query, NhLinqExpression nhQuery) - at NHibernate.Linq.DefaultQueryProvider.Execute(Expression expression) - at NHibernate.Linq.DefaultQueryProvider.Execute[TResult](Expression expression) - at Remotion.Linq.QueryableBase`1.GetEnumerator() - at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) - at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) - at Api.Socioboard.Model.DatabaseRepository.Find[T](Expression`1 query) in D:\bitbucket\src\Api.Socioboard\Model\DatabaseRepository.cs:line 30 -2016-08-01 18:33:54.917 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" in 55585.0264ms -2016-08-01 18:33:57.525 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-01 18:33:57.720 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 18:33:57.845 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 18:33:58.539 +05:30 [Error] Authentication to host 'localhost' for user 'root' using method 'mysql_native_password' failed with message: Reading from the stream has failed. -2016-08-01 18:34:01.382 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 18:34:35.287 +05:30 [Information] Request finished in 72445.5928ms 200 text/plain; charset=utf-8 -2016-08-01 18:34:38.147 +05:30 [Debug] Connection id ""0HKTQ06HOQI4C"" completed keep alive response. -2016-08-01 18:34:41.494 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 17938.5961ms -2016-08-01 18:34:42.120 +05:30 [Error] An unhandled exception has occurred while executing the request -System.ArgumentNullException: Value cannot be null. -Parameter name: source - at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) - at Api.Socioboard.Helper.TwitterHelper.TwitterRecentFollower(Int64 groupId, DatabaseRepository dbr, AppSettings _appSettings) in D:\bitbucket\src\Api.Socioboard\Helper\TwitterHelper.cs:line 239 - at Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower(Int64 groupId) in D:\bitbucket\src\Api.Socioboard\Controllers\TwitterController.cs:line 191 - at lambda_method(Closure , Object , Object[] ) - at Microsoft.AspNetCore.Mvc.Internal.ObjectMethodExecutor.Execute(Object target, Object[] parameters) - at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.d__28.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() - at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.d__18.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.AspNetCore.Builder.RouterMiddleware.d__4.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware.d__6.MoveNext() -2016-08-01 18:34:44.128 +05:30 [Information] Request finished in 70431.3605ms 200 application/json; charset=utf-8 -2016-08-01 18:34:44.376 +05:30 [Debug] Connection id ""0HKTQ06HOQI4D"" completed keep alive response. -2016-08-01 18:34:47.074 +05:30 [Debug] Connection id ""0HKTQ06HOQI4E"" received FIN. -2016-08-01 18:34:47.841 +05:30 [Debug] Connection id ""0HKTQ06HOQI4B"" received FIN. -2016-08-01 18:34:51.341 +05:30 [Debug] Connection id ""0HKTQ06HOQI4E"" disconnecting. -2016-08-01 18:34:51.715 +05:30 [Debug] Connection id ""0HKTQ06HOQI4B"" disconnecting. -2016-08-01 18:34:53.204 +05:30 [Debug] Connection id ""0HKTQ06HOQI4B"" sending FIN. -2016-08-01 18:34:53.520 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=3 -2016-08-01 18:34:53.204 +05:30 [Debug] Connection id ""0HKTQ06HOQI4E"" sending FIN. -2016-08-01 18:34:55.523 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-01 18:34:54.358 +05:30 [Debug] Connection id ""0HKTQ06HOQI4B"" sent FIN with status "0". -2016-08-01 18:34:57.826 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-01 18:34:56.520 +05:30 [Debug] Connection id ""0HKTQ06HOQI4E"" sent FIN with status "0". -2016-08-01 18:35:00.696 +05:30 [Debug] Connection id ""0HKTQ06HOQI4B"" stopped. -2016-08-01 18:35:05.061 +05:30 [Debug] Connection id ""0HKTQ06HOQI4E"" stopped. -2016-08-01 18:35:11.829 +05:30 [Debug] Connection id ""0HKTQ06HOQI4F"" received FIN. -2016-08-01 18:36:57.596 +05:30 [Debug] Hosting starting -2016-08-01 18:36:57.793 +05:30 [Debug] Hosting started -2016-08-01 18:36:58.048 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0H"" started. -2016-08-01 18:36:58.048 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0I"" started. -2016-08-01 18:36:58.217 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:6361/ 0 -2016-08-01 18:36:58.217 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-08-01 18:36:58.357 +05:30 [Information] Request finished in 113.4686ms 200 -2016-08-01 18:36:58.549 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0I"" completed keep alive response. -2016-08-01 18:36:59.235 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-08-01 18:36:59.295 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"30bf02d5-19a4-4b2b-8987-9d202c385fa0"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-08-01 18:36:59.468 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-08-01 18:36:59.647 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid -2016-08-01 18:36:59.659 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult". -2016-08-01 18:36:59.727 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 18:36:59.734 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 18:36:59.738 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 18:37:00.053 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 571.3458ms -2016-08-01 18:37:00.161 +05:30 [Information] Request finished in 1995.0446ms 200 application/json; charset=utf-8 -2016-08-01 18:37:00.165 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0H"" completed keep alive response. -2016-08-01 18:37:00.199 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/favicon.ico -2016-08-01 18:37:00.205 +05:30 [Debug] Request did not match any routes. -2016-08-01 18:37:00.213 +05:30 [Information] Request finished in 13.8531ms 404 -2016-08-01 18:37:00.213 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0I"" completed keep alive response. -2016-08-01 18:37:16.614 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/User/FacebookLogin application/x-www-form-urlencoded 173 -2016-08-01 18:37:16.615 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/FacebookLogin"'. -2016-08-01 18:37:16.618 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" -2016-08-01 18:37:17.366 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" with arguments (["EAAKYvwDVmnUBAMIB2E7xQTbnC7eyJ5VY0wwJXiiWQX3kAuas0mUoZBbAaKtLHZCW6SNsg0oKxGATfcNEG0ePBKK4JdPZCwa6VGdcE3I1j6zm4rIMWOvR2bXTvMcWjHt3dEcTtLrsr8eiyylcqgSnVHuTGziFw0ZD"]) - ModelState is Valid -2016-08-01 18:37:18.532 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 18:37:18.540 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 18:37:18.543 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 18:37:18.595 +05:30 [Information] Executed action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" in 1975.6779ms -2016-08-01 18:37:18.600 +05:30 [Information] Request finished in 1990.3356ms 200 application/json; charset=utf-8 -2016-08-01 18:37:18.602 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0H"" completed keep alive response. -2016-08-01 18:37:19.008 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-08-01 18:37:19.010 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-01 18:37:19.016 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-01 18:37:19.049 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 18:37:19.071 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 18:37:19.072 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 18:37:19.075 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 18:37:19.081 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 63.1568ms -2016-08-01 18:37:19.084 +05:30 [Information] Request finished in 76.839ms 200 application/json; charset=utf-8 -2016-08-01 18:37:19.085 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0I"" completed keep alive response. -2016-08-01 18:37:19.138 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-08-01 18:37:19.140 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-01 18:37:19.142 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-01 18:37:19.159 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 18:37:19.171 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 18:37:19.173 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 18:37:19.175 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 18:37:19.183 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 39.566ms -2016-08-01 18:37:19.188 +05:30 [Information] Request finished in 50.2153ms 200 application/json; charset=utf-8 -2016-08-01 18:37:19.189 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0H"" completed keep alive response. -2016-08-01 18:37:21.533 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=1 -2016-08-01 18:37:21.535 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-08-01 18:37:21.537 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-08-01 18:37:21.571 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 18:37:21.587 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 18:37:21.588 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 18:37:21.588 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 18:37:21.598 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 18:37:21.612 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 71.2678ms -2016-08-01 18:37:21.617 +05:30 [Information] Request finished in 83.6543ms 200 application/json; charset=utf-8 -2016-08-01 18:37:21.618 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0I"" completed keep alive response. -2016-08-01 18:37:22.157 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0J"" started. -2016-08-01 18:37:22.157 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0K"" started. -2016-08-01 18:37:22.170 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0L"" started. -2016-08-01 18:37:22.174 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0M"" started. -2016-08-01 18:37:22.194 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=1 -2016-08-01 18:37:22.199 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Google/GetGplusProfiles?groupId=1 -2016-08-01 18:37:22.301 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GetGplusProfiles"'. -2016-08-01 18:37:22.300 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Instagram/GetInstagramProfiles?groupId=1 -2016-08-01 18:37:22.303 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Instagram/GetInstagramProfiles"'. -2016-08-01 18:37:22.304 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" -2016-08-01 18:37:22.305 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" -2016-08-01 18:37:22.300 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-08-01 18:37:22.314 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-08-01 18:37:22.338 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=1 -2016-08-01 18:37:22.338 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-08-01 18:37:22.347 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-08-01 18:37:22.430 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/SocialMessages/GetAllSentMessagesCount?groupId=1&userId=1 -2016-08-01 18:37:22.434 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/SocialMessages/GetAllSentMessagesCount"'. -2016-08-01 18:37:22.540 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" -2016-08-01 18:37:23.254 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/LinkedIn/GetLinkedInCompanyPagesProfiles?groupId=1 -2016-08-01 18:37:23.255 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/LinkedIn/GetLinkedInCompanyPagesProfiles"'. -2016-08-01 18:37:23.258 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" -2016-08-01 18:37:24.287 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 18:37:24.290 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 18:37:24.294 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 18:37:24.295 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 18:37:24.296 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 18:37:24.299 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 18:37:24.304 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 18:37:24.306 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 18:37:24.307 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 18:37:24.308 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 18:37:24.312 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 18:37:24.318 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 18:37:24.319 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-08-01 18:37:24.323 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 18:37:24.325 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 18:37:24.329 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 18:37:24.366 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 18:37:24.369 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" in 2050.067ms -2016-08-01 18:37:24.341 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 18:37:24.368 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 18:37:24.374 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 18:37:24.374 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 18:37:24.387 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 18:37:24.370 +05:30 [Information] Executed action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" in 2049.9219ms -2016-08-01 18:37:24.398 +05:30 [Information] Request finished in 2221.4106ms 200 application/json; charset=utf-8 -2016-08-01 18:37:24.392 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 18:37:24.403 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 18:37:24.411 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0I"" completed keep alive response. -2016-08-01 18:37:24.424 +05:30 [Information] Executed action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" in 1148.702ms -2016-08-01 18:37:24.431 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 18:37:24.434 +05:30 [Information] Request finished in 2231.7377ms 200 application/json; charset=utf-8 -2016-08-01 18:37:24.436 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0K"" completed keep alive response. -2016-08-01 18:37:24.433 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetIncommingMessage?groupId=1&userId=1 -2016-08-01 18:37:24.443 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetIncommingMessage"'. -2016-08-01 18:37:24.449 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" -2016-08-01 18:37:24.444 +05:30 [Information] Request finished in 1178.6657ms 200 application/json; charset=utf-8 -2016-08-01 18:37:24.456 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 18:37:24.456 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0J"" completed keep alive response. -2016-08-01 18:37:24.476 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterFollowerCount?groupId=1&userId=1 -2016-08-01 18:37:24.477 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterFollowerCount"'. -2016-08-01 18:37:24.486 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/FacebookfanPageCount?groupId=1&userId=1 -2016-08-01 18:37:24.489 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/FacebookfanPageCount"'. -2016-08-01 18:37:24.487 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" -2016-08-01 18:37:24.490 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 2133.5654ms -2016-08-01 18:37:24.504 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-08-01 18:37:24.500 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" -2016-08-01 18:37:24.499 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 2132.5161ms -2016-08-01 18:37:24.555 +05:30 [Information] Request finished in 2375.9747ms 200 application/json; charset=utf-8 -2016-08-01 18:37:24.561 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-08-01 18:37:24.579 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0H"" completed keep alive response. -2016-08-01 18:37:24.576 +05:30 [Information] Request finished in 2369.2817ms 200 application/json; charset=utf-8 -2016-08-01 18:37:24.590 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-08-01 18:37:24.613 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0L"" completed keep alive response. -2016-08-01 18:37:24.630 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterRecentFollower?groupId=1 -2016-08-01 18:37:24.630 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterRecentFollower"'. -2016-08-01 18:37:24.634 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" -2016-08-01 18:37:24.736 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 18:37:25.267 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-08-01 18:37:25.268 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-01 18:37:25.271 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-01 18:37:26.317 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 18:37:26.320 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 18:37:26.320 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 18:37:26.323 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 18:37:26.327 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 1030.8384ms -2016-08-01 18:37:26.332 +05:30 [Information] Request finished in 1071.5875ms 200 application/json; charset=utf-8 -2016-08-01 18:37:26.333 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0L"" completed keep alive response. -2016-08-01 18:37:26.345 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=3 -2016-08-01 18:37:26.350 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-01 18:37:26.353 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-01 18:37:26.494 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 18:37:26.496 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 18:37:26.497 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 18:37:26.505 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 18:37:26.515 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 157.3032ms -2016-08-01 18:37:26.529 +05:30 [Information] Request finished in 183.9278ms 200 application/json; charset=utf-8 -2016-08-01 18:37:26.534 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0L"" completed keep alive response. -2016-08-01 18:37:27.316 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 18:37:27.319 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 18:37:27.320 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 18:37:27.339 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 18:37:27.370 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" in 2898.1116ms -2016-08-01 18:37:27.389 +05:30 [Information] Request finished in 2954.6529ms 200 text/plain; charset=utf-8 -2016-08-01 18:37:27.392 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0I"" completed keep alive response. -2016-08-01 18:37:29.346 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=3 -2016-08-01 18:37:29.347 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-08-01 18:37:29.347 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-08-01 18:37:29.527 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 18:37:29.630 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 18:37:29.631 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 18:37:29.632 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 18:37:29.781 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0N"" started. -2016-08-01 18:37:29.782 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0O"" started. -2016-08-01 18:37:29.813 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0P"" started. -2016-08-01 18:37:30.053 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0Q"" started. -2016-08-01 18:37:30.053 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Google/GetGplusProfiles?groupId=3 -2016-08-01 18:37:30.091 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GetGplusProfiles"'. -2016-08-01 18:37:30.082 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/LinkedIn/GetLinkedInCompanyPagesProfiles?groupId=3 -2016-08-01 18:37:30.111 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" -2016-08-01 18:37:30.116 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/LinkedIn/GetLinkedInCompanyPagesProfiles"'. -2016-08-01 18:37:30.118 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" -2016-08-01 18:37:30.118 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=3 -2016-08-01 18:37:30.123 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-08-01 18:37:30.124 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-08-01 18:37:30.062 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 18:37:30.159 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 787.0589ms -2016-08-01 18:37:30.199 +05:30 [Information] Request finished in 848.4578ms 200 application/json; charset=utf-8 -2016-08-01 18:37:30.199 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0L"" completed keep alive response. -2016-08-01 18:37:30.304 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=3 -2016-08-01 18:37:30.304 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-08-01 18:37:30.305 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-08-01 18:37:32.368 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 18:37:32.369 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 18:37:32.378 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 18:37:32.384 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 18:37:32.383 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 18:37:32.386 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 18:37:32.398 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 18:37:32.404 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 18:37:32.412 +05:30 [Information] Executed action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" in 9861.8037ms -2016-08-01 18:37:32.414 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" in 7889.3896ms -2016-08-01 18:37:32.420 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 18:37:32.423 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 18:37:32.424 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 18:37:32.428 +05:30 [Information] Request finished in 10229.9417ms 200 application/json; charset=utf-8 -2016-08-01 18:37:32.430 +05:30 [Information] Request finished in 7956.4493ms 200 text/plain; charset=utf-8 -2016-08-01 18:37:32.432 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 18:37:32.438 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0J"" completed keep alive response. -2016-08-01 18:37:32.436 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0M"" completed keep alive response. -2016-08-01 18:37:32.446 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" in 7937.7044ms -2016-08-01 18:37:32.448 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Instagram/GetInstagramProfiles?groupId=3 -2016-08-01 18:37:32.452 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Instagram/GetInstagramProfiles"'. -2016-08-01 18:37:32.454 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" -2016-08-01 18:37:32.459 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/SocialMessages/GetAllSentMessagesCount?groupId=3&userId=1 -2016-08-01 18:37:32.463 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 18:37:32.467 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/SocialMessages/GetAllSentMessagesCount"'. -2016-08-01 18:37:32.476 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 18:37:32.470 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 18:37:32.468 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 18:37:32.483 +05:30 [Information] Request finished in 8015.5555ms 200 text/plain; charset=utf-8 -2016-08-01 18:37:32.511 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 18:37:32.507 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" -2016-08-01 18:37:32.512 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 18:37:32.508 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 18:37:32.512 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0K"" completed keep alive response. -2016-08-01 18:37:32.519 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 18:37:32.520 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 18:37:32.518 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 18:37:32.527 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 18:37:32.526 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 18:37:32.531 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 18:37:32.536 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 18:37:32.545 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 18:37:32.553 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 18:37:32.553 +05:30 [Information] Executed action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" in 2416.3203ms -2016-08-01 18:37:32.555 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 18:37:32.557 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 18:37:32.561 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 2415.6416ms -2016-08-01 18:37:32.567 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 18:37:32.562 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 18:37:32.572 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 18:37:32.574 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 18:37:32.575 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 18:37:32.570 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" in 2446.745ms -2016-08-01 18:37:32.576 +05:30 [Information] Request finished in 2752.5446ms 200 application/json; charset=utf-8 -2016-08-01 18:37:32.584 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0O"" completed keep alive response. -2016-08-01 18:37:32.590 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" with arguments (["1", "3"]) - ModelState is Valid -2016-08-01 18:37:32.594 +05:30 [Information] Request finished in 2735.3859ms 200 application/json; charset=utf-8 -2016-08-01 18:37:32.597 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0I"" completed keep alive response. -2016-08-01 18:37:32.599 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 18:37:32.618 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetIncommingMessage?groupId=3&userId=1 -2016-08-01 18:37:32.621 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetIncommingMessage"'. -2016-08-01 18:37:32.622 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 18:37:32.625 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" -2016-08-01 18:37:32.628 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 18:37:32.635 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterFollowerCount?groupId=3&userId=1 -2016-08-01 18:37:32.657 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterFollowerCount"'. -2016-08-01 18:37:32.658 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" -2016-08-01 18:37:32.653 +05:30 [Information] Request finished in 2779.4725ms 200 application/json; charset=utf-8 -2016-08-01 18:37:32.662 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0N"" completed keep alive response. -2016-08-01 18:37:32.660 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 18:37:32.653 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 18:37:32.672 +05:30 [Information] Executed action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" in 152.4302ms -2016-08-01 18:37:32.694 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 2360.1987ms -2016-08-01 18:37:32.704 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/FacebookfanPageCount?groupId=3&userId=1 -2016-08-01 18:37:32.706 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" with arguments (["3", "1"]) - ModelState is Valid -2016-08-01 18:37:32.718 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/FacebookfanPageCount"'. -2016-08-01 18:37:32.724 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" -2016-08-01 18:37:32.727 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" with arguments (["3", "1"]) - ModelState is Valid -2016-08-01 18:37:32.733 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 18:37:32.735 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 18:37:32.737 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 18:37:32.741 +05:30 [Information] Request finished in 280.9349ms 200 application/json; charset=utf-8 -2016-08-01 18:37:32.743 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 18:37:32.744 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0Q"" completed keep alive response. -2016-08-01 18:37:32.767 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 18:37:32.768 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 18:37:32.766 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 18:37:32.781 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterRecentFollower?groupId=3 -2016-08-01 18:37:32.782 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 18:37:32.787 +05:30 [Information] Executed action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" in 251.7774ms -2016-08-01 18:37:32.790 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterRecentFollower"'. -2016-08-01 18:37:32.796 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" with arguments (["1", "3"]) - ModelState is Valid -2016-08-01 18:37:32.808 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" in 134.6706ms -2016-08-01 18:37:32.806 +05:30 [Information] Request finished in 2530.807ms 200 application/json; charset=utf-8 -2016-08-01 18:37:32.813 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" -2016-08-01 18:37:32.827 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 18:37:32.832 +05:30 [Information] Request finished in 373.304ms 200 application/json; charset=utf-8 -2016-08-01 18:37:32.816 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 18:37:32.831 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0P"" completed keep alive response. -2016-08-01 18:37:32.845 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 18:37:32.853 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 18:37:32.846 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0L"" completed keep alive response. -2016-08-01 18:37:32.888 +05:30 [Information] Request finished in 224.1822ms 200 text/plain; charset=utf-8 -2016-08-01 18:37:32.889 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0J"" completed keep alive response. -2016-08-01 18:37:32.970 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 18:37:32.981 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" in 219.1912ms -2016-08-01 18:37:32.993 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" in 237.964ms -2016-08-01 18:37:33.041 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 18:37:33.072 +05:30 [Information] Request finished in 406.1426ms 200 text/plain; charset=utf-8 -2016-08-01 18:37:33.073 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0M"" completed keep alive response. -2016-08-01 18:37:33.100 +05:30 [Information] Request finished in 404.4969ms 200 text/plain; charset=utf-8 -2016-08-01 18:37:33.103 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0K"" completed keep alive response. -2016-08-01 18:37:34.003 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 18:37:34.004 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 18:37:34.005 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 18:37:34.007 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 18:37:34.016 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" in 9341.921ms -2016-08-01 18:37:34.023 +05:30 [Information] Request finished in 9409.6281ms 200 application/json; charset=utf-8 -2016-08-01 18:37:34.024 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0H"" completed keep alive response. -2016-08-01 18:37:34.545 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 18:37:34.546 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 18:37:34.546 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 18:37:34.584 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 18:37:34.588 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" in 1741.7037ms -2016-08-01 18:37:34.593 +05:30 [Information] Request finished in 1833.6036ms 200 application/json; charset=utf-8 -2016-08-01 18:37:34.595 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0O"" completed keep alive response. -2016-08-01 18:38:58.015 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0I"" received FIN. -2016-08-01 18:38:58.016 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0N"" received FIN. -2016-08-01 18:38:58.017 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0Q"" received FIN. -2016-08-01 18:38:58.018 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0I"" disconnecting. -2016-08-01 18:38:58.021 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0P"" received FIN. -2016-08-01 18:38:58.019 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0L"" received FIN. -2016-08-01 18:38:58.024 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0M"" received FIN. -2016-08-01 18:38:58.026 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0P"" disconnecting. -2016-08-01 18:38:58.027 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0K"" received FIN. -2016-08-01 18:38:58.024 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0J"" received FIN. -2016-08-01 18:38:58.030 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0H"" received FIN. -2016-08-01 18:38:58.031 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0I"" sending FIN. -2016-08-01 18:38:58.031 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0O"" received FIN. -2016-08-01 18:38:58.025 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0L"" disconnecting. -2016-08-01 18:38:58.022 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0Q"" disconnecting. -2016-08-01 18:38:58.031 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0K"" disconnecting. -2016-08-01 18:38:58.038 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0P"" sending FIN. -2016-08-01 18:38:58.032 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0H"" disconnecting. -2016-08-01 18:38:58.019 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0N"" disconnecting. -2016-08-01 18:38:58.039 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0O"" disconnecting. -2016-08-01 18:38:58.040 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0Q"" sending FIN. -2016-08-01 18:38:58.032 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0J"" disconnecting. -2016-08-01 18:38:58.037 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0L"" sending FIN. -2016-08-01 18:38:58.027 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0M"" disconnecting. -2016-08-01 18:38:58.049 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0H"" sending FIN. -2016-08-01 18:38:58.048 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0K"" sending FIN. -2016-08-01 18:38:58.051 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0M"" sending FIN. -2016-08-01 18:38:58.050 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0N"" sending FIN. -2016-08-01 18:38:58.052 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0O"" sending FIN. -2016-08-01 18:38:58.053 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0J"" sending FIN. -2016-08-01 18:38:58.058 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0M"" sent FIN with status "0". -2016-08-01 18:38:58.058 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0J"" sent FIN with status "0". -2016-08-01 18:38:58.060 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0M"" stopped. -2016-08-01 18:38:58.060 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0J"" stopped. -2016-08-01 18:38:58.061 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0O"" sent FIN with status "0". -2016-08-01 18:38:58.061 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0K"" sent FIN with status "0". -2016-08-01 18:38:58.062 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0O"" stopped. -2016-08-01 18:38:58.063 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0K"" stopped. -2016-08-01 18:38:58.063 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0N"" sent FIN with status "0". -2016-08-01 18:38:58.064 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0Q"" sent FIN with status "0". -2016-08-01 18:38:58.064 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0N"" stopped. -2016-08-01 18:38:58.065 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0Q"" stopped. -2016-08-01 18:38:58.065 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0H"" sent FIN with status "0". -2016-08-01 18:38:58.066 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0P"" sent FIN with status "0". -2016-08-01 18:38:58.067 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0H"" stopped. -2016-08-01 18:38:58.067 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0P"" stopped. -2016-08-01 18:38:58.068 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0L"" sent FIN with status "0". -2016-08-01 18:38:58.068 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0I"" sent FIN with status "0". -2016-08-01 18:38:58.069 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0L"" stopped. -2016-08-01 18:38:58.070 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0I"" stopped. -2016-08-01 18:39:07.229 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0R"" started. -2016-08-01 18:39:07.232 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-08-01 18:39:07.233 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-01 18:39:07.234 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-01 18:39:07.250 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 18:39:07.253 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 18:39:07.255 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 18:39:07.258 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 18:39:07.272 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 25.9467ms -2016-08-01 18:39:07.278 +05:30 [Information] Request finished in 46.0099ms 200 application/json; charset=utf-8 -2016-08-01 18:39:07.279 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0R"" completed keep alive response. -2016-08-01 18:39:07.284 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=3 -2016-08-01 18:39:07.286 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-01 18:39:07.286 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-01 18:39:07.300 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 18:39:07.302 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 18:39:07.304 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 18:39:07.310 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 18:39:07.314 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 25.1477ms -2016-08-01 18:39:07.319 +05:30 [Information] Request finished in 35.2998ms 200 application/json; charset=utf-8 -2016-08-01 18:39:07.320 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0R"" completed keep alive response. -2016-08-01 18:39:09.714 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0S"" started. -2016-08-01 18:39:09.717 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0U"" started. -2016-08-01 18:39:09.717 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0T"" started. -2016-08-01 18:39:09.827 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=3 -2016-08-01 18:39:09.753 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=3 -2016-08-01 18:39:09.841 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-08-01 18:39:09.835 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0V"" started. -2016-08-01 18:39:09.872 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Google/GetGplusProfiles?groupId=3 -2016-08-01 18:39:09.874 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-08-01 18:39:09.835 +05:30 [Debug] Connection id ""0HKTQ1IS1DM10"" started. -2016-08-01 18:39:09.882 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GetGplusProfiles"'. -2016-08-01 18:39:09.886 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" -2016-08-01 18:39:09.873 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-08-01 18:39:10.001 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/LinkedIn/GetLinkedInCompanyPagesProfiles?groupId=3 -2016-08-01 18:39:10.360 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 18:39:10.027 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/SocialMessages/GetAllSentMessagesCount?groupId=3&userId=1 -2016-08-01 18:39:10.138 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Instagram/GetInstagramProfiles?groupId=3 -2016-08-01 18:39:10.372 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 18:39:10.373 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-08-01 18:39:10.378 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 18:39:10.376 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/LinkedIn/GetLinkedInCompanyPagesProfiles"'. -2016-08-01 18:39:10.379 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/SocialMessages/GetAllSentMessagesCount"'. -2016-08-01 18:39:10.379 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Instagram/GetInstagramProfiles"'. -2016-08-01 18:39:10.389 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" -2016-08-01 18:39:10.383 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 18:39:10.388 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" -2016-08-01 18:39:10.389 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" -2016-08-01 18:39:10.391 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 18:39:10.427 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 18:39:10.381 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 18:39:10.515 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 18:39:10.516 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 18:39:10.516 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" in 579.9823ms -2016-08-01 18:39:10.634 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 18:39:10.793 +05:30 [Information] Request finished in 803.0694ms 200 application/json; charset=utf-8 -2016-08-01 18:39:10.808 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0U"" completed keep alive response. -2016-08-01 18:39:10.868 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 786.7652ms -2016-08-01 18:39:10.897 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" with arguments (["1", "3"]) - ModelState is Valid -2016-08-01 18:39:10.916 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 18:39:10.921 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 18:39:10.923 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 18:39:10.966 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetIncommingMessage?groupId=3&userId=1 -2016-08-01 18:39:10.989 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetIncommingMessage"'. -2016-08-01 18:39:11.001 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" -2016-08-01 18:39:11.031 +05:30 [Information] Request finished in 1166.6799ms 200 application/json; charset=utf-8 -2016-08-01 18:39:11.045 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0R"" completed keep alive response. -2016-08-01 18:39:11.132 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 18:39:11.138 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 18:39:11.139 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 18:39:11.139 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 18:39:11.176 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterFollowerCount?groupId=3&userId=1 -2016-08-01 18:39:11.182 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 18:39:11.183 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterFollowerCount"'. -2016-08-01 18:39:11.190 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" -2016-08-01 18:39:11.187 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 18:39:11.196 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 18:39:11.221 +05:30 [Information] Executed action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" in 790.153ms -2016-08-01 18:39:11.337 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 18:39:11.339 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" with arguments (["3", "1"]) - ModelState is Valid -2016-08-01 18:39:11.357 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 18:39:11.282 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 18:39:11.365 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 18:39:11.386 +05:30 [Information] Executed action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" in 801.7227ms -2016-08-01 18:39:11.370 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 18:39:11.399 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 18:39:11.399 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 18:39:11.410 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" with arguments (["3", "1"]) - ModelState is Valid -2016-08-01 18:39:11.413 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 18:39:11.428 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 18:39:11.447 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 18:39:11.461 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 18:39:11.432 +05:30 [Information] Request finished in 1512.5799ms 200 application/json; charset=utf-8 -2016-08-01 18:39:11.496 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 18:39:11.501 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 18:39:11.499 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0T"" completed keep alive response. -2016-08-01 18:39:11.439 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 18:39:11.440 +05:30 [Information] Request finished in 1508.332ms 200 application/json; charset=utf-8 -2016-08-01 18:39:11.516 +05:30 [Debug] Connection id ""0HKTQ1IS1DM10"" completed keep alive response. -2016-08-01 18:39:11.513 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 18:39:11.495 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 1103.2974ms -2016-08-01 18:39:11.581 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterRecentFollower?groupId=3 -2016-08-01 18:39:11.562 +05:30 [Information] Executed action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" in 1101.1971ms -2016-08-01 18:39:11.593 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 18:39:11.593 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterRecentFollower"'. -2016-08-01 18:39:11.614 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 18:39:11.622 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" -2016-08-01 18:39:11.642 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/FacebookfanPageCount?groupId=3&userId=1 -2016-08-01 18:39:11.649 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/FacebookfanPageCount"'. -2016-08-01 18:39:11.653 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" -2016-08-01 18:39:11.679 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" in 621.7888ms -2016-08-01 18:39:11.706 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" in 430.9687ms -2016-08-01 18:39:11.776 +05:30 [Information] Request finished in 1896.2856ms 200 application/json; charset=utf-8 -2016-08-01 18:39:11.836 +05:30 [Information] Request finished in 1621.6122ms 200 application/json; charset=utf-8 -2016-08-01 18:39:11.817 +05:30 [Information] Request finished in 831.5406ms 200 text/plain; charset=utf-8 -2016-08-01 18:39:11.841 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0V"" completed keep alive response. -2016-08-01 18:39:11.859 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0U"" completed keep alive response. -2016-08-01 18:39:11.893 +05:30 [Information] Request finished in 685.5643ms 200 text/plain; charset=utf-8 -2016-08-01 18:39:11.841 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0S"" completed keep alive response. -2016-08-01 18:39:11.895 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0R"" completed keep alive response. -2016-08-01 18:39:11.968 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 18:39:12.032 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=3 -2016-08-01 18:39:12.034 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-08-01 18:39:12.035 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-08-01 18:39:12.033 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" with arguments (["1", "3"]) - ModelState is Valid -2016-08-01 18:39:12.051 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 18:39:12.058 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 18:39:12.059 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 18:39:12.070 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 18:39:12.078 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 18:39:12.080 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" in 419.6372ms -2016-08-01 18:39:12.082 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 18:39:12.087 +05:30 [Information] Request finished in 573.0332ms 200 text/plain; charset=utf-8 -2016-08-01 18:39:12.088 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 18:39:12.089 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0T"" completed keep alive response. -2016-08-01 18:39:12.095 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 18:39:12.107 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 18:39:12.116 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 76.2325ms -2016-08-01 18:39:12.123 +05:30 [Information] Request finished in 223.0449ms 200 application/json; charset=utf-8 -2016-08-01 18:39:12.124 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0S"" completed keep alive response. -2016-08-01 18:39:12.824 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 18:39:12.825 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 18:39:12.825 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 18:39:12.829 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 18:39:12.834 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" in 1194.0556ms -2016-08-01 18:39:12.840 +05:30 [Information] Request finished in 1310.2869ms 200 application/json; charset=utf-8 -2016-08-01 18:39:12.841 +05:30 [Debug] Connection id ""0HKTQ1IS1DM10"" completed keep alive response. -2016-08-01 18:39:26.541 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-08-01 18:39:26.542 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-01 18:39:26.543 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-01 18:39:26.560 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 18:39:26.562 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 18:39:26.563 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 18:39:26.566 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 18:39:26.570 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 23.9829ms -2016-08-01 18:39:26.577 +05:30 [Information] Request finished in 36.132ms 200 application/json; charset=utf-8 -2016-08-01 18:39:26.579 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0V"" completed keep alive response. -2016-08-01 18:39:26.589 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=3 -2016-08-01 18:39:26.590 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-01 18:39:26.591 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-01 18:39:26.609 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 18:39:26.611 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 18:39:26.612 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 18:39:26.615 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 18:39:26.620 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 24.8074ms -2016-08-01 18:39:26.626 +05:30 [Information] Request finished in 37.7789ms 200 application/json; charset=utf-8 -2016-08-01 18:39:26.627 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0U"" completed keep alive response. -2016-08-01 18:39:28.490 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=3 -2016-08-01 18:39:28.491 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-08-01 18:39:28.498 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-08-01 18:39:28.538 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 18:39:28.542 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 18:39:28.549 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 18:39:28.549 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 18:39:28.554 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 18:39:28.564 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 56.8831ms -2016-08-01 18:39:28.573 +05:30 [Information] Request finished in 88.886ms 200 application/json; charset=utf-8 -2016-08-01 18:39:28.574 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0R"" completed keep alive response. -2016-08-01 18:39:29.168 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=3 -2016-08-01 18:39:29.191 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Google/GetGplusProfiles?groupId=3 -2016-08-01 18:39:29.305 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-08-01 18:39:29.311 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GetGplusProfiles"'. -2016-08-01 18:39:29.306 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/LinkedIn/GetLinkedInCompanyPagesProfiles?groupId=3 -2016-08-01 18:39:29.311 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-08-01 18:39:29.322 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/LinkedIn/GetLinkedInCompanyPagesProfiles"'. -2016-08-01 18:39:29.313 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" -2016-08-01 18:39:29.382 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" -2016-08-01 18:39:29.378 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Instagram/GetInstagramProfiles?groupId=3 -2016-08-01 18:39:29.389 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Instagram/GetInstagramProfiles"'. -2016-08-01 18:39:29.390 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" -2016-08-01 18:39:29.451 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=3 -2016-08-01 18:39:29.504 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/SocialMessages/GetAllSentMessagesCount?groupId=3&userId=1 -2016-08-01 18:39:29.507 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-08-01 18:39:29.507 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/SocialMessages/GetAllSentMessagesCount"'. -2016-08-01 18:39:29.519 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" -2016-08-01 18:39:29.542 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-08-01 18:39:29.807 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 18:39:29.810 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 18:39:29.811 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 18:39:29.812 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 18:39:29.859 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 18:39:29.863 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 18:39:29.865 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 18:39:29.871 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 18:39:29.889 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 18:39:29.892 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 18:39:29.909 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 18:39:29.910 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 18:39:29.911 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 18:39:29.905 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 18:39:29.922 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 18:39:29.926 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 18:39:29.944 +05:30 [Information] Executed action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" in 529.5591ms -2016-08-01 18:39:29.930 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 18:39:29.944 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 18:39:29.935 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" in 541.895ms -2016-08-01 18:39:29.960 +05:30 [Information] Executed action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" in 558.8884ms -2016-08-01 18:39:29.961 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 18:39:29.972 +05:30 [Information] Request finished in 871.2241ms 200 application/json; charset=utf-8 -2016-08-01 18:39:29.951 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" with arguments (["1", "3"]) - ModelState is Valid -2016-08-01 18:39:29.978 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0V"" completed keep alive response. -2016-08-01 18:39:29.977 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 18:39:29.998 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 18:39:30.000 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 18:39:29.999 +05:30 [Information] Request finished in 883.7597ms 200 application/json; charset=utf-8 -2016-08-01 18:39:30.001 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 18:39:29.952 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 18:39:30.012 +05:30 [Debug] Connection id ""0HKTQ1IS1DM10"" completed keep alive response. -2016-08-01 18:39:30.010 +05:30 [Information] Request finished in 872.3869ms 200 application/json; charset=utf-8 -2016-08-01 18:39:30.013 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 18:39:30.024 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetIncommingMessage?groupId=3&userId=1 -2016-08-01 18:39:30.026 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 18:39:30.027 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 18:39:30.046 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterFollowerCount?groupId=3&userId=1 -2016-08-01 18:39:30.028 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0U"" completed keep alive response. -2016-08-01 18:39:30.035 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetIncommingMessage"'. -2016-08-01 18:39:30.055 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 18:39:30.057 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterFollowerCount"'. -2016-08-01 18:39:30.059 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" -2016-08-01 18:39:30.061 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" -2016-08-01 18:39:30.086 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 18:39:30.113 +05:30 [Information] Executed action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" in 540.1411ms -2016-08-01 18:39:30.089 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/FacebookfanPageCount?groupId=3&userId=1 -2016-08-01 18:39:30.054 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 488.1351ms -2016-08-01 18:39:30.133 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" with arguments (["3", "1"]) - ModelState is Valid -2016-08-01 18:39:30.141 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/FacebookfanPageCount"'. -2016-08-01 18:39:30.137 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" with arguments (["3", "1"]) - ModelState is Valid -2016-08-01 18:39:30.154 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" -2016-08-01 18:39:30.161 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 18:39:30.162 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 18:39:30.163 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 18:39:30.174 +05:30 [Information] Request finished in 1044.175ms 200 application/json; charset=utf-8 -2016-08-01 18:39:30.175 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0R"" completed keep alive response. -2016-08-01 18:39:30.257 +05:30 [Information] Request finished in 1086.9482ms 200 application/json; charset=utf-8 -2016-08-01 18:39:30.258 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0T"" completed keep alive response. -2016-08-01 18:39:30.350 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 18:39:30.350 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 18:39:30.403 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 18:39:30.404 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 18:39:30.430 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterRecentFollower?groupId=3 -2016-08-01 18:39:30.151 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 757.9431ms -2016-08-01 18:39:30.447 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" in 335.1539ms -2016-08-01 18:39:30.441 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" with arguments (["1", "3"]) - ModelState is Valid -2016-08-01 18:39:30.431 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterRecentFollower"'. -2016-08-01 18:39:30.514 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 18:39:30.515 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" -2016-08-01 18:39:30.545 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 18:39:30.552 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 18:39:30.553 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 18:39:30.591 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" in 453.8549ms -2016-08-01 18:39:30.638 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 18:39:30.677 +05:30 [Information] Request finished in 1511.7919ms 200 application/json; charset=utf-8 -2016-08-01 18:39:30.689 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0S"" completed keep alive response. -2016-08-01 18:39:30.688 +05:30 [Information] Request finished in 646.2442ms 200 text/plain; charset=utf-8 -2016-08-01 18:39:30.691 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0V"" completed keep alive response. -2016-08-01 18:39:30.816 +05:30 [Information] Request finished in 564.024ms 200 text/plain; charset=utf-8 -2016-08-01 18:39:30.818 +05:30 [Debug] Connection id ""0HKTQ1IS1DM10"" completed keep alive response. -2016-08-01 18:39:30.868 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" in 484.898ms -2016-08-01 18:39:30.876 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 18:39:30.932 +05:30 [Information] Request finished in 820.2046ms 200 text/plain; charset=utf-8 -2016-08-01 18:39:30.933 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0U"" completed keep alive response. -2016-08-01 18:39:31.934 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 18:39:31.936 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 18:39:31.937 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 18:39:31.943 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 18:39:31.969 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" in 1427.2964ms -2016-08-01 18:39:31.977 +05:30 [Information] Request finished in 1711.0423ms 200 application/json; charset=utf-8 -2016-08-01 18:39:31.978 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0R"" completed keep alive response. -2016-08-01 18:39:39.485 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetFeeds?profileId=3170677652&userId=1&skip=0&count=30 -2016-08-01 18:39:39.487 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetFeeds"'. -2016-08-01 18:39:39.490 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetUserTweets?profileId=3170677652&userId=1&skip=0&count=30 -2016-08-01 18:39:39.491 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetFeeds (Api.Socioboard)" -2016-08-01 18:39:39.492 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetUserTweets"'. -2016-08-01 18:39:39.499 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetUserTweets (Api.Socioboard)" -2016-08-01 18:39:39.633 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetFeeds (Api.Socioboard)" with arguments (["3170677652", "1", "0", "30"]) - ModelState is Valid -2016-08-01 18:39:39.640 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetUserTweets (Api.Socioboard)" with arguments (["3170677652", "1", "0", "30"]) - ModelState is Valid -2016-08-01 18:39:39.705 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetFeeds (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 18:39:39.706 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 18:39:39.707 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 18:39:39.716 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 18:39:39.719 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetUserTweets (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 18:39:39.720 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 18:39:39.721 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 18:39:39.727 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 18:39:39.783 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetFeeds (Api.Socioboard)" in 266.9768ms -2016-08-01 18:39:39.789 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetUserTweets (Api.Socioboard)" in 274.1597ms -2016-08-01 18:39:39.798 +05:30 [Information] Request finished in 314.5036ms 200 application/json; charset=utf-8 -2016-08-01 18:39:39.800 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0T"" completed keep alive response. -2016-08-01 18:39:39.805 +05:30 [Information] Request finished in 315.5371ms 200 application/json; charset=utf-8 -2016-08-01 18:39:39.814 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0V"" completed keep alive response. -2016-08-01 18:40:04.803 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-08-01 18:40:04.806 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-01 18:40:04.809 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-01 18:40:04.840 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 18:40:04.842 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 18:40:04.843 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 18:40:04.849 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 18:40:04.857 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 41.4913ms -2016-08-01 18:40:04.867 +05:30 [Information] Request finished in 65.8693ms 200 application/json; charset=utf-8 -2016-08-01 18:40:04.870 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0S"" completed keep alive response. -2016-08-01 18:40:04.882 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=3 -2016-08-01 18:40:04.884 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-01 18:40:04.885 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-01 18:40:04.915 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 18:40:04.918 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 18:40:04.919 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 18:40:04.922 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 18:40:04.927 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 35.9849ms -2016-08-01 18:40:04.935 +05:30 [Information] Request finished in 57.4714ms 200 application/json; charset=utf-8 -2016-08-01 18:40:04.936 +05:30 [Debug] Connection id ""0HKTQ1IS1DM10"" completed keep alive response. -2016-08-01 18:40:05.549 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-08-01 18:40:05.550 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-01 18:40:05.552 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-01 18:40:05.667 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 18:40:05.669 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 18:40:05.670 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 18:40:05.686 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 18:40:05.741 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-08-01 18:40:05.742 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-01 18:40:05.743 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-01 18:40:05.793 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 135.771ms -2016-08-01 18:40:05.849 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-08-01 18:40:05.850 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-01 18:40:05.865 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-01 18:40:05.891 +05:30 [Information] Request finished in 329.5997ms 200 application/json; charset=utf-8 -2016-08-01 18:40:05.892 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0U"" completed keep alive response. -2016-08-01 18:40:05.965 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=3 -2016-08-01 18:40:05.966 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-01 18:40:05.967 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-01 18:40:06.013 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 18:40:06.016 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 18:40:06.020 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 18:40:06.111 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 18:40:06.121 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 18:40:06.134 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 18:40:06.154 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 18:40:06.242 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 18:40:06.287 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 410.8257ms -2016-08-01 18:40:06.308 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 403.6445ms -2016-08-01 18:40:06.360 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-08-01 18:40:06.361 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-01 18:40:06.363 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-01 18:40:06.373 +05:30 [Information] Request finished in 629.8532ms 200 application/json; charset=utf-8 -2016-08-01 18:40:06.374 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0R"" completed keep alive response. -2016-08-01 18:40:06.389 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 18:40:06.394 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 18:40:06.395 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 18:40:06.428 +05:30 [Information] Request finished in 540.6362ms 200 application/json; charset=utf-8 -2016-08-01 18:40:06.433 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0T"" completed keep alive response. -2016-08-01 18:40:06.463 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-08-01 18:40:06.464 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-01 18:40:06.466 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-01 18:40:06.490 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 18:40:06.547 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 526.6871ms -2016-08-01 18:40:06.528 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=3 -2016-08-01 18:40:06.566 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-01 18:40:06.573 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-01 18:40:06.629 +05:30 [Information] Request finished in 683.0322ms 200 application/json; charset=utf-8 -2016-08-01 18:40:06.631 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0V"" completed keep alive response. -2016-08-01 18:40:06.662 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=3 -2016-08-01 18:40:06.664 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-01 18:40:06.665 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-01 18:40:07.797 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 18:40:07.802 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 18:40:07.804 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 18:40:07.808 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 18:40:07.810 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 18:40:07.812 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 18:40:07.821 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 18:40:07.824 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 18:40:07.829 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 18:40:07.826 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 18:40:07.834 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 18:40:07.834 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 18:40:07.838 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 18:40:07.835 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 18:40:07.844 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 1462.5866ms -2016-08-01 18:40:07.892 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 1262.0762ms -2016-08-01 18:40:07.904 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 18:40:07.928 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 18:40:07.936 +05:30 [Information] Request finished in 1443.1417ms 200 application/json; charset=utf-8 -2016-08-01 18:40:07.937 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0U"" completed keep alive response. -2016-08-01 18:40:07.963 +05:30 [Information] Request finished in 1620.7326ms 200 application/json; charset=utf-8 -2016-08-01 18:40:07.964 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0S"" completed keep alive response. -2016-08-01 18:40:07.978 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 1463.0347ms -2016-08-01 18:40:07.986 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=3 -2016-08-01 18:40:07.988 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-01 18:40:07.990 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-01 18:40:08.040 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 1240.0614ms -2016-08-01 18:40:08.063 +05:30 [Information] Request finished in 1597.1989ms 200 application/json; charset=utf-8 -2016-08-01 18:40:08.064 +05:30 [Debug] Connection id ""0HKTQ1IS1DM10"" completed keep alive response. -2016-08-01 18:40:08.079 +05:30 [Information] Request finished in 1424.0338ms 200 application/json; charset=utf-8 -2016-08-01 18:40:08.083 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0R"" completed keep alive response. -2016-08-01 18:40:08.085 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=3 -2016-08-01 18:40:08.090 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-01 18:40:08.091 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-01 18:40:08.103 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 18:40:08.113 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 18:40:08.114 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 18:40:08.125 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 18:40:08.146 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 143.7645ms -2016-08-01 18:40:08.173 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 18:40:08.176 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 18:40:08.179 +05:30 [Information] Request finished in 204.14ms 200 application/json; charset=utf-8 -2016-08-01 18:40:08.179 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 18:40:08.180 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0T"" completed keep alive response. -2016-08-01 18:40:08.195 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 18:40:08.210 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 104.416ms -2016-08-01 18:40:08.234 +05:30 [Information] Request finished in 143.1065ms 200 application/json; charset=utf-8 -2016-08-01 18:40:08.237 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0V"" completed keep alive response. -2016-08-01 18:40:09.751 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=3 -2016-08-01 18:40:09.755 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-08-01 18:40:09.771 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-08-01 18:40:09.919 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 18:40:09.921 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 18:40:09.922 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 18:40:09.923 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 18:40:09.941 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 18:40:09.970 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 168.9427ms -2016-08-01 18:40:10.022 +05:30 [Information] Request finished in 285.0415ms 200 application/json; charset=utf-8 -2016-08-01 18:40:10.023 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0U"" completed keep alive response. -2016-08-01 18:40:10.321 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetFeeds?profileId=3170677652&userId=1&skip=0&count=30 -2016-08-01 18:40:10.323 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetFeeds"'. -2016-08-01 18:40:10.324 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetFeeds (Api.Socioboard)" -2016-08-01 18:40:10.455 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetUserTweets?profileId=3170677652&userId=1&skip=0&count=30 -2016-08-01 18:40:10.456 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetUserTweets"'. -2016-08-01 18:40:10.457 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetUserTweets (Api.Socioboard)" -2016-08-01 18:40:10.611 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetFeeds (Api.Socioboard)" with arguments (["3170677652", "1", "0", "30"]) - ModelState is Valid -2016-08-01 18:40:10.616 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetFeeds (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 18:40:10.623 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 18:40:10.624 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 18:40:10.637 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetUserTweets (Api.Socioboard)" with arguments (["3170677652", "1", "0", "30"]) - ModelState is Valid -2016-08-01 18:40:10.663 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetUserTweets (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 18:40:10.666 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 18:40:10.667 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 18:40:10.700 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 18:40:10.701 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 18:40:10.737 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetFeeds (Api.Socioboard)" in 379.0692ms -2016-08-01 18:40:10.742 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetUserTweets (Api.Socioboard)" in 247.634ms -2016-08-01 18:40:10.759 +05:30 [Information] Request finished in 622.5124ms 200 application/json; charset=utf-8 -2016-08-01 18:40:10.760 +05:30 [Debug] Connection id ""0HKTQ1IS1DM10"" completed keep alive response. -2016-08-01 18:40:10.793 +05:30 [Information] Request finished in 624.2468ms 200 application/json; charset=utf-8 -2016-08-01 18:40:10.795 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0S"" completed keep alive response. -2016-08-01 18:41:02.075 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/Task/AddTask?groupId=3&senderUserId=1&recipientUserId=1&taskMessage=RT%20@CDomhardt:%20Lead%20generation%20app%20 0 -2016-08-01 18:41:02.077 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Task/AddTask"'. -2016-08-01 18:41:02.080 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TaskController.AddTask (Api.Socioboard)" -2016-08-01 18:41:02.285 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TaskController.AddTask (Api.Socioboard)" with arguments (["Domain.Socioboard.ViewModels.TasksViewModel"]) - ModelState is Valid -2016-08-01 18:41:02.777 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TaskController.AddTask (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 18:41:02.781 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 18:41:02.783 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 18:41:02.810 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 18:41:02.830 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TaskController.AddTask (Api.Socioboard)" in 738.5983ms -2016-08-01 18:41:02.863 +05:30 [Information] Request finished in 829.2406ms 200 text/plain; charset=utf-8 -2016-08-01 18:41:02.865 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0R"" completed keep alive response. -2016-08-01 18:41:02.986 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-08-01 18:41:02.988 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-01 18:41:02.989 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-01 18:41:03.061 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 18:41:03.064 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 18:41:03.065 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 18:41:03.072 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 18:41:03.086 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 86.8282ms -2016-08-01 18:41:03.098 +05:30 [Information] Request finished in 118.5965ms 200 application/json; charset=utf-8 -2016-08-01 18:41:03.098 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0T"" completed keep alive response. -2016-08-01 18:41:03.125 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=3 -2016-08-01 18:41:03.126 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-01 18:41:03.127 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-01 18:41:03.166 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 18:41:03.168 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 18:41:03.169 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 18:41:03.174 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 18:41:03.180 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 47.3813ms -2016-08-01 18:41:03.197 +05:30 [Information] Request finished in 76.2094ms 200 application/json; charset=utf-8 -2016-08-01 18:41:03.200 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0V"" completed keep alive response. -2016-08-01 18:41:06.241 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetFeeds?profileId=3170677652&userId=1&skip=0&count=30 -2016-08-01 18:41:06.243 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetFeeds"'. -2016-08-01 18:41:06.244 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetFeeds (Api.Socioboard)" -2016-08-01 18:41:06.278 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetUserTweets?profileId=3170677652&userId=1&skip=0&count=30 -2016-08-01 18:41:06.283 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetUserTweets"'. -2016-08-01 18:41:06.286 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetUserTweets (Api.Socioboard)" -2016-08-01 18:41:06.308 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=3 -2016-08-01 18:41:06.311 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-08-01 18:41:06.314 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-08-01 18:41:06.771 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetFeeds (Api.Socioboard)" with arguments (["3170677652", "1", "0", "30"]) - ModelState is Valid -2016-08-01 18:41:06.777 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetFeeds (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 18:41:06.778 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 18:41:06.779 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 18:41:06.792 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 18:41:06.795 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 18:41:06.825 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetUserTweets (Api.Socioboard)" with arguments (["3170677652", "1", "0", "30"]) - ModelState is Valid -2016-08-01 18:41:06.836 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 18:41:06.834 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 18:41:06.839 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 18:41:06.841 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetUserTweets (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 18:41:06.878 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetFeeds (Api.Socioboard)" in 595.8952ms -2016-08-01 18:41:06.886 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 18:41:06.890 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 18:41:06.901 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 18:41:06.936 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 18:41:06.976 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 589.2455ms -2016-08-01 18:41:06.982 +05:30 [Information] Request finished in 723.0739ms 200 application/json; charset=utf-8 -2016-08-01 18:41:06.983 +05:30 [Debug] Connection id ""0HKTQ1IS1DM10"" completed keep alive response. -2016-08-01 18:41:06.988 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetUserTweets (Api.Socioboard)" in 652.8173ms -2016-08-01 18:41:07.024 +05:30 [Information] Request finished in 710.0392ms 200 application/json; charset=utf-8 -2016-08-01 18:41:07.034 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0S"" completed keep alive response. -2016-08-01 18:41:07.047 +05:30 [Information] Request finished in 832.8403ms 200 application/json; charset=utf-8 -2016-08-01 18:41:07.048 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0U"" completed keep alive response. -2016-08-01 18:42:07.986 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0T"" received FIN. -2016-08-01 18:42:07.986 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0R"" received FIN. -2016-08-01 18:42:07.987 +05:30 [Debug] Connection id ""0HKTQ1IS1DM10"" received FIN. -2016-08-01 18:42:07.990 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0S"" received FIN. -2016-08-01 18:42:07.989 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0R"" disconnecting. -2016-08-01 18:42:07.988 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0V"" received FIN. -2016-08-01 18:42:07.987 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0T"" disconnecting. -2016-08-01 18:42:07.990 +05:30 [Debug] Connection id ""0HKTQ1IS1DM10"" disconnecting. -2016-08-01 18:42:07.992 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0U"" received FIN. -2016-08-01 18:42:07.990 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0S"" disconnecting. -2016-08-01 18:42:07.993 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0T"" sending FIN. -2016-08-01 18:42:07.993 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0V"" disconnecting. -2016-08-01 18:42:07.999 +05:30 [Debug] Connection id ""0HKTQ1IS1DM10"" sending FIN. -2016-08-01 18:42:07.996 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0U"" disconnecting. -2016-08-01 18:42:07.996 +05:30 [Debug] Connection id ""0HKTQ1IS1DM11"" started. -2016-08-01 18:42:08.001 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0S"" sending FIN. -2016-08-01 18:42:08.005 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0R"" sending FIN. -2016-08-01 18:42:08.006 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0S"" sent FIN with status "0". -2016-08-01 18:42:08.008 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0S"" stopped. -2016-08-01 18:42:08.007 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0V"" sending FIN. -2016-08-01 18:42:08.008 +05:30 [Debug] Connection id ""0HKTQ1IS1DM10"" sent FIN with status "0". -2016-08-01 18:42:08.012 +05:30 [Debug] Connection id ""0HKTQ1IS1DM10"" stopped. -2016-08-01 18:42:08.011 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0U"" sending FIN. -2016-08-01 18:42:08.016 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0U"" sent FIN with status "0". -2016-08-01 18:42:08.013 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0T"" sent FIN with status "0". -2016-08-01 18:42:08.052 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0T"" stopped. -2016-08-01 18:42:08.051 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0U"" stopped. -2016-08-01 18:42:08.056 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0V"" sent FIN with status "0". -2016-08-01 18:42:08.063 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0V"" stopped. -2016-08-01 18:42:08.065 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0R"" sent FIN with status "0". -2016-08-01 18:42:08.069 +05:30 [Debug] Connection id ""0HKTQ1IS1DM0R"" stopped. -2016-08-01 18:42:08.084 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/Google/GoogleLogin application/x-www-form-urlencoded 52 -2016-08-01 18:42:08.085 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GoogleLogin"'. -2016-08-01 18:42:08.087 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GoogleLogin (Api.Socioboard)" -2016-08-01 18:42:08.110 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GoogleLogin (Api.Socioboard)" with arguments (["4/F5qXuRfM3cKUd7OsHyif0kwAFEwT_Vv_dO2lVtmmsG8"]) - ModelState is Valid -2016-08-01 18:42:08.636 +05:30 [Information] { - "access_token": "ya29.CjAyA-PmkkIQEqHY52nBG9X-9VzuWWUblC8UQTFKSPy5HyxZikiZyVBTUZmfUwdJ5O8", - "token_type": "Bearer", - "expires_in": 3599, - "id_token": "eyJhbGciOiJSUzI1NiIsImtpZCI6IjYxOTJhNmIwNjE2ODUzMjE3MzJjNGJhMTBjMDEwOTY5YWUyZjU1YmMifQ.eyJpc3MiOiJhY2NvdW50cy5nb29nbGUuY29tIiwiYXRfaGFzaCI6Ikw1MkUwUXV2VVF5X1hrbGJVTVdGaHciLCJhdWQiOiIyNDYyMjE0MDU4MDEta2dpcjh1NzdtNWdwb3BrYjRwMHR2bXU1MjJkaWI0ZTAuYXBwcy5nb29nbGV1c2VyY29udGVudC5jb20iLCJzdWIiOiIxMDA0OTM2ODY1MTA4NDY4MzQ5OTMiLCJlbWFpbF92ZXJpZmllZCI6dHJ1ZSwiYXpwIjoiMjQ2MjIxNDA1ODAxLWtnaXI4dTc3bTVncG9wa2I0cDB0dm11NTIyZGliNGUwLmFwcHMuZ29vZ2xldXNlcmNvbnRlbnQuY29tIiwiZW1haWwiOiJiYW5kaVN1cmVzaEBnbG9idXNzb2Z0LmNvbSIsImlhdCI6MTQ3MDA1NzEyOSwiZXhwIjoxNDcwMDYwNzI5fQ.cO5lrpMkuT_Ias7RDRviyDHzGoDW9cKsORIRKzF8fCIPS2PFqqyqyHUowHFow0HjZ0u1R4w_B6cH1IewofFaL70QcAxH3NvaDGmP-Monhb6en7EN2BDDSH51pOz6ekdk86io1hSFi88qZhGA0MELuYXzEsI0gswBh4FZYapzAAKv3oM0mfQGfzxo-keOAcRebCug3KtM25siOqucDguH4ahcptXK8dcNNJv72UTp8RBT4lsb94lwwIOO93deRa5qdiM_vUmlH9JcmtTgavT-Bt9-urAjc4rRt8UC6msUjEejXTmfYYyXfKVto-6v_W22nhwEUwLRR06oRyv5xGq0Nw" -} -2016-08-01 18:42:09.175 +05:30 [Information] [{ - "id": "100493686510846834993", - "email": "bandiSuresh@globussoft.com", - "verified_email": true, - "name": "Suresh Bandi", - "given_name": "Suresh", - "family_name": "Bandi", - "link": "https://plus.google.com/+SureshBandi007", - "picture": "https://lh3.googleusercontent.com/--zVLmLAPl14/AAAAAAAAAAI/AAAAAAAAAFE/KtuOadUcwFM/photo.jpg", - "gender": "male", - "locale": "en" -} -] -2016-08-01 18:42:09.181 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GoogleLogin (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 18:42:09.184 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 18:42:09.194 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 18:42:09.204 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GoogleLogin (Api.Socioboard)" in 1108.3702ms -2016-08-01 18:42:09.220 +05:30 [Information] Request finished in 1138.8708ms 200 application/json; charset=utf-8 -2016-08-01 18:42:09.221 +05:30 [Debug] Connection id ""0HKTQ1IS1DM11"" completed keep alive response. -2016-08-01 18:42:09.278 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=2 -2016-08-01 18:42:09.280 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-01 18:42:09.281 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-01 18:42:09.314 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-01 18:42:09.315 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 18:42:09.316 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 18:42:09.322 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 18:42:09.330 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 41.0412ms -2016-08-01 18:42:09.341 +05:30 [Information] Request finished in 63.6446ms 200 application/json; charset=utf-8 -2016-08-01 18:42:09.344 +05:30 [Debug] Connection id ""0HKTQ1IS1DM11"" completed keep alive response. -2016-08-01 18:42:09.359 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=2 -2016-08-01 18:42:09.360 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-01 18:42:09.361 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-01 18:42:09.387 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-01 18:42:09.389 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 18:42:09.390 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 18:42:09.395 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 18:42:09.407 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 34.3052ms -2016-08-01 18:42:09.420 +05:30 [Information] Request finished in 63.4185ms 200 application/json; charset=utf-8 -2016-08-01 18:42:09.421 +05:30 [Debug] Connection id ""0HKTQ1IS1DM11"" completed keep alive response. -2016-08-01 18:42:11.012 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=2 -2016-08-01 18:42:11.014 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-08-01 18:42:11.016 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-08-01 18:42:11.049 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-01 18:42:11.051 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 18:42:11.052 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 18:42:11.053 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 18:42:11.066 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 18:42:11.091 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 54.2473ms -2016-08-01 18:42:11.106 +05:30 [Information] Request finished in 94.5454ms 200 application/json; charset=utf-8 -2016-08-01 18:42:11.107 +05:30 [Debug] Connection id ""0HKTQ1IS1DM11"" completed keep alive response. -2016-08-01 18:42:11.706 +05:30 [Debug] Connection id ""0HKTQ1IS1DM12"" started. -2016-08-01 18:42:11.713 +05:30 [Debug] Connection id ""0HKTQ1IS1DM13"" started. -2016-08-01 18:42:11.720 +05:30 [Debug] Connection id ""0HKTQ1IS1DM14"" started. -2016-08-01 18:42:11.728 +05:30 [Debug] Connection id ""0HKTQ1IS1DM15"" started. -2016-08-01 18:42:11.731 +05:30 [Debug] Connection id ""0HKTQ1IS1DM16"" started. -2016-08-01 18:42:11.972 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=2 -2016-08-01 18:42:11.979 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-08-01 18:42:11.980 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-08-01 18:42:12.104 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=2 -2016-08-01 18:42:12.109 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-08-01 18:42:12.110 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-08-01 18:42:12.171 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Instagram/GetInstagramProfiles?groupId=2 -2016-08-01 18:42:12.174 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Instagram/GetInstagramProfiles"'. -2016-08-01 18:42:12.175 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" -2016-08-01 18:42:12.264 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/LinkedIn/GetLinkedInCompanyPagesProfiles?groupId=2 -2016-08-01 18:42:12.276 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/LinkedIn/GetLinkedInCompanyPagesProfiles"'. -2016-08-01 18:42:12.281 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" -2016-08-01 18:42:12.329 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/SocialMessages/GetAllSentMessagesCount?groupId=2&userId=2 -2016-08-01 18:42:12.388 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/SocialMessages/GetAllSentMessagesCount"'. -2016-08-01 18:42:12.398 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" -2016-08-01 18:42:12.408 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Google/GetGplusProfiles?groupId=2 -2016-08-01 18:42:12.410 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GetGplusProfiles"'. -2016-08-01 18:42:12.434 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" -2016-08-01 18:42:12.505 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-01 18:42:12.526 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 18:42:12.526 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 18:42:12.527 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 18:42:12.529 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-01 18:42:12.531 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 18:42:12.532 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 18:42:12.535 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 18:42:12.550 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-01 18:42:12.556 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 18:42:12.558 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 18:42:12.559 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 18:42:12.558 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-01 18:42:12.562 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 18:42:12.563 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 18:42:12.565 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 18:42:12.569 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 18:42:12.577 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 18:42:12.604 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" with arguments (["2", "2"]) - ModelState is Valid -2016-08-01 18:42:12.613 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 18:42:12.619 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 18:42:12.627 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-01 18:42:12.641 +05:30 [Information] Executed action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" in 423.6607ms -2016-08-01 18:42:12.649 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 18:42:12.666 +05:30 [Information] Executed action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" in 349.9145ms -2016-08-01 18:42:12.662 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 532.7355ms -2016-08-01 18:42:12.693 +05:30 [Information] Request finished in 710.2729ms 200 application/json; charset=utf-8 -2016-08-01 18:42:12.682 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 521.2022ms -2016-08-01 18:42:12.694 +05:30 [Debug] Connection id ""0HKTQ1IS1DM15"" completed keep alive response. -2016-08-01 18:42:12.683 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 18:42:12.702 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 18:42:12.685 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 18:42:12.713 +05:30 [Information] Request finished in 748.4583ms 200 application/json; charset=utf-8 -2016-08-01 18:42:12.717 +05:30 [Debug] Connection id ""0HKTQ1IS1DM14"" completed keep alive response. -2016-08-01 18:42:12.720 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 18:42:12.715 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 18:42:12.731 +05:30 [Information] Request finished in 1008.9342ms 200 application/json; charset=utf-8 -2016-08-01 18:42:12.734 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 18:42:12.762 +05:30 [Information] Executed action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" in 329.086ms -2016-08-01 18:42:12.743 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterFollowerCount?groupId=2&userId=2 -2016-08-01 18:42:12.741 +05:30 [Debug] Connection id ""0HKTQ1IS1DM11"" completed keep alive response. -2016-08-01 18:42:12.778 +05:30 [Information] Request finished in 1007.8047ms 200 application/json; charset=utf-8 -2016-08-01 18:42:12.815 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterFollowerCount"'. -2016-08-01 18:42:12.816 +05:30 [Debug] Connection id ""0HKTQ1IS1DM12"" completed keep alive response. -2016-08-01 18:42:12.819 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" -2016-08-01 18:42:12.842 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 18:42:12.917 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterRecentFollower?groupId=2 -2016-08-01 18:42:12.918 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterRecentFollower"'. -2016-08-01 18:42:12.919 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" -2016-08-01 18:42:13.130 +05:30 [Information] Request finished in 785.1231ms 200 application/json; charset=utf-8 -2016-08-01 18:42:13.132 +05:30 [Debug] Connection id ""0HKTQ1IS1DM16"" completed keep alive response. -2016-08-01 18:42:13.224 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" in 471.8883ms -2016-08-01 18:42:13.237 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetIncommingMessage?groupId=2&userId=2 -2016-08-01 18:42:13.240 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetIncommingMessage"'. -2016-08-01 18:42:13.246 +05:30 [Information] Request finished in 1283.4261ms 200 application/json; charset=utf-8 -2016-08-01 18:42:13.247 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" -2016-08-01 18:42:13.247 +05:30 [Debug] Connection id ""0HKTQ1IS1DM13"" completed keep alive response. -2016-08-01 18:42:13.285 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/FacebookfanPageCount?groupId=2&userId=2 -2016-08-01 18:42:13.288 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/FacebookfanPageCount"'. -2016-08-01 18:42:13.290 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" -2016-08-01 18:42:14.265 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" with arguments (["2", "2"]) - ModelState is Valid -2016-08-01 18:42:14.275 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" with arguments (["2", "2"]) - ModelState is Valid -2016-08-01 18:42:14.286 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-01 18:42:14.286 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 18:42:14.294 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 18:42:14.297 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" with arguments (["2", "2"]) - ModelState is Valid -2016-08-01 18:42:14.298 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 18:42:14.316 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 18:42:14.316 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 18:42:14.326 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 18:42:14.328 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 18:42:14.331 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 18:42:14.324 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 18:42:14.337 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 18:42:14.331 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 18:42:14.345 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 18:42:14.340 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 18:42:14.349 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 18:42:14.357 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" in 1092.1324ms -2016-08-01 18:42:14.365 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 18:42:14.373 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 18:42:14.379 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" in 1521.1759ms -2016-08-01 18:42:14.384 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" in 1078.6415ms -2016-08-01 18:42:14.392 +05:30 [Information] Request finished in 1146.6021ms 200 text/plain; charset=utf-8 -2016-08-01 18:42:14.393 +05:30 [Debug] Connection id ""0HKTQ1IS1DM15"" completed keep alive response. -2016-08-01 18:42:14.408 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" in 1447.1627ms -2016-08-01 18:42:14.414 +05:30 [Information] Request finished in 1665.9108ms 200 text/plain; charset=utf-8 -2016-08-01 18:42:14.421 +05:30 [Debug] Connection id ""0HKTQ1IS1DM14"" completed keep alive response. -2016-08-01 18:42:14.443 +05:30 [Information] Request finished in 1142.3352ms 200 text/plain; charset=utf-8 -2016-08-01 18:42:14.444 +05:30 [Debug] Connection id ""0HKTQ1IS1DM11"" completed keep alive response. -2016-08-01 18:42:14.461 +05:30 [Information] Request finished in 1627.0517ms 200 application/json; charset=utf-8 -2016-08-01 18:42:14.462 +05:30 [Debug] Connection id ""0HKTQ1IS1DM12"" completed keep alive response. -2016-08-01 18:42:29.078 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=2 -2016-08-01 18:42:29.080 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-01 18:42:29.083 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-01 18:42:29.127 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-01 18:42:29.129 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 18:42:29.130 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 18:42:29.137 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 18:42:29.155 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 54.9672ms -2016-08-01 18:42:29.174 +05:30 [Information] Request finished in 96.0307ms 200 application/json; charset=utf-8 -2016-08-01 18:42:29.175 +05:30 [Debug] Connection id ""0HKTQ1IS1DM16"" completed keep alive response. -2016-08-01 18:42:29.187 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=3 -2016-08-01 18:42:29.189 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-01 18:42:29.190 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-01 18:42:29.223 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 18:42:29.225 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 18:42:29.226 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 18:42:29.232 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 18:42:29.240 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 42.9052ms -2016-08-01 18:42:29.258 +05:30 [Information] Request finished in 70.8347ms 200 application/json; charset=utf-8 -2016-08-01 18:42:29.260 +05:30 [Debug] Connection id ""0HKTQ1IS1DM13"" completed keep alive response. -2016-08-01 18:42:31.995 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=3 -2016-08-01 18:42:31.998 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-08-01 18:42:32.009 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-08-01 18:42:32.076 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 18:42:32.078 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 18:42:32.079 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 18:42:32.088 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 18:42:32.100 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 18:42:32.133 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 90.0775ms -2016-08-01 18:42:32.151 +05:30 [Information] Request finished in 176.3199ms 200 application/json; charset=utf-8 -2016-08-01 18:42:32.156 +05:30 [Debug] Connection id ""0HKTQ1IS1DM15"" completed keep alive response. -2016-08-01 18:42:32.587 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=3 -2016-08-01 18:42:32.590 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-08-01 18:42:32.597 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-08-01 18:42:32.603 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/SocialMessages/GetAllSentMessagesCount?groupId=3&userId=2 -2016-08-01 18:42:32.634 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/SocialMessages/GetAllSentMessagesCount"'. -2016-08-01 18:42:32.646 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" -2016-08-01 18:42:32.707 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Instagram/GetInstagramProfiles?groupId=3 -2016-08-01 18:42:32.746 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Instagram/GetInstagramProfiles"'. -2016-08-01 18:42:32.751 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" -2016-08-01 18:42:32.955 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/LinkedIn/GetLinkedInCompanyPagesProfiles?groupId=3 -2016-08-01 18:42:32.957 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/LinkedIn/GetLinkedInCompanyPagesProfiles"'. -2016-08-01 18:42:32.959 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" -2016-08-01 18:42:33.078 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Google/GetGplusProfiles?groupId=3 -2016-08-01 18:42:33.080 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GetGplusProfiles"'. -2016-08-01 18:42:33.085 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" -2016-08-01 18:42:33.177 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=3 -2016-08-01 18:42:33.193 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-08-01 18:42:33.194 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-08-01 18:42:33.264 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" with arguments (["2", "3"]) - ModelState is Valid -2016-08-01 18:42:33.286 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 18:42:33.288 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 18:42:33.288 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 18:42:33.351 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 18:42:33.358 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 18:42:33.359 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 18:42:33.360 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 18:42:33.509 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 18:42:33.603 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 18:42:33.636 +05:30 [Information] Executed action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" in 863.2768ms -2016-08-01 18:42:33.645 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 18:42:33.645 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 18:42:33.670 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 18:42:33.676 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 18:42:33.677 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 18:42:33.682 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 18:42:33.684 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 18:42:33.684 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 18:42:33.687 +05:30 [Information] Executed action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" in 893.4435ms -2016-08-01 18:42:33.710 +05:30 [Information] Request finished in 1106.1229ms 200 application/json; charset=utf-8 -2016-08-01 18:42:33.715 +05:30 [Debug] Connection id ""0HKTQ1IS1DM15"" completed keep alive response. -2016-08-01 18:42:33.735 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 18:42:33.738 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 18:42:33.747 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 18:42:33.799 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 18:42:33.803 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 18:42:34.023 +05:30 [Information] Request finished in 1140.8094ms 200 application/json; charset=utf-8 -2016-08-01 18:42:34.025 +05:30 [Debug] Connection id ""0HKTQ1IS1DM11"" completed keep alive response. -2016-08-01 18:42:34.040 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" in 712.2565ms -2016-08-01 18:42:34.058 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 18:42:34.062 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 18:42:34.073 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 18:42:34.073 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 18:42:34.080 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 18:42:34.085 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterFollowerCount?groupId=3&userId=2 -2016-08-01 18:42:34.089 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterFollowerCount"'. -2016-08-01 18:42:34.094 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" -2016-08-01 18:42:34.095 +05:30 [Information] Request finished in 1490.0822ms 200 application/json; charset=utf-8 -2016-08-01 18:42:34.097 +05:30 [Debug] Connection id ""0HKTQ1IS1DM12"" completed keep alive response. -2016-08-01 18:42:34.137 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 18:42:34.166 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 18:42:34.290 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 1538.0769ms -2016-08-01 18:42:34.366 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 972.1098ms -2016-08-01 18:42:34.420 +05:30 [Information] Executed action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" in 1115.0685ms -2016-08-01 18:42:34.480 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetIncommingMessage?groupId=3&userId=2 -2016-08-01 18:42:34.494 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetIncommingMessage"'. -2016-08-01 18:42:34.495 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" -2016-08-01 18:42:34.547 +05:30 [Information] Request finished in 1852.1507ms 200 application/json; charset=utf-8 -2016-08-01 18:42:34.553 +05:30 [Debug] Connection id ""0HKTQ1IS1DM14"" completed keep alive response. -2016-08-01 18:42:34.644 +05:30 [Information] Request finished in 1835.4239ms 200 application/json; charset=utf-8 -2016-08-01 18:42:34.648 +05:30 [Debug] Connection id ""0HKTQ1IS1DM13"" completed keep alive response. -2016-08-01 18:42:34.828 +05:30 [Information] Request finished in 1914.0075ms 200 application/json; charset=utf-8 -2016-08-01 18:42:34.842 +05:30 [Debug] Connection id ""0HKTQ1IS1DM16"" completed keep alive response. -2016-08-01 18:42:34.887 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/FacebookfanPageCount?groupId=3&userId=2 -2016-08-01 18:42:34.888 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/FacebookfanPageCount"'. -2016-08-01 18:42:34.890 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" -2016-08-01 18:42:34.996 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" with arguments (["3", "2"]) - ModelState is Valid -2016-08-01 18:42:35.008 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 18:42:35.012 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 18:42:35.013 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 18:42:35.058 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterRecentFollower?groupId=3 -2016-08-01 18:42:35.059 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterRecentFollower"'. -2016-08-01 18:42:35.061 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" -2016-08-01 18:42:35.092 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 18:42:35.150 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" in 1020.35ms -2016-08-01 18:42:35.181 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" with arguments (["3", "2"]) - ModelState is Valid -2016-08-01 18:42:35.192 +05:30 [Information] Request finished in 1144.83ms 200 text/plain; charset=utf-8 -2016-08-01 18:42:35.208 +05:30 [Debug] Connection id ""0HKTQ1IS1DM11"" completed keep alive response. -2016-08-01 18:42:35.219 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 18:42:35.238 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 18:42:35.246 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" with arguments (["2", "3"]) - ModelState is Valid -2016-08-01 18:42:35.239 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 18:42:35.248 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 18:42:35.264 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 18:42:35.265 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 18:42:35.267 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 18:42:35.275 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 18:42:35.285 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" in 771.1788ms -2016-08-01 18:42:35.291 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 18:42:35.312 +05:30 [Information] Request finished in 1119.4724ms 200 text/plain; charset=utf-8 -2016-08-01 18:42:35.319 +05:30 [Debug] Connection id ""0HKTQ1IS1DM15"" completed keep alive response. -2016-08-01 18:42:35.318 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" in 410.6174ms -2016-08-01 18:42:35.366 +05:30 [Information] Request finished in 708.1585ms 200 text/plain; charset=utf-8 -2016-08-01 18:42:35.368 +05:30 [Debug] Connection id ""0HKTQ1IS1DM12"" completed keep alive response. -2016-08-01 18:42:36.771 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 18:42:36.775 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 18:42:36.777 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 18:42:36.785 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 18:42:36.793 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" in 1725.5173ms -2016-08-01 18:42:36.810 +05:30 [Information] Request finished in 2004.1049ms 200 application/json; charset=utf-8 -2016-08-01 18:42:36.811 +05:30 [Debug] Connection id ""0HKTQ1IS1DM14"" completed keep alive response. -2016-08-01 18:42:37.820 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Task/GetAllTasksOfUserAndGroup?groupId=3&userId=2 -2016-08-01 18:42:37.831 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Task/GetAllTasksOfUserAndGroup"'. -2016-08-01 18:42:37.837 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TaskController.GetAllTasksOfUserAndGroup (Api.Socioboard)" -2016-08-01 18:42:37.912 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TaskController.GetAllTasksOfUserAndGroup (Api.Socioboard)" with arguments (["2", "3"]) - ModelState is Valid -2016-08-01 18:42:38.153 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TaskController.GetAllTasksOfUserAndGroup (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 18:42:38.154 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 18:42:38.155 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 18:42:38.164 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 18:42:38.204 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TaskController.GetAllTasksOfUserAndGroup (Api.Socioboard)" in 345.1075ms -2016-08-01 18:42:38.217 +05:30 [Information] Request finished in 411.9224ms 200 application/json; charset=utf-8 -2016-08-01 18:42:38.218 +05:30 [Debug] Connection id ""0HKTQ1IS1DM13"" completed keep alive response. -2016-08-01 18:44:58.012 +05:30 [Debug] Connection id ""0HKTQ1IS1DM16"" received FIN. -2016-08-01 18:44:58.013 +05:30 [Debug] Connection id ""0HKTQ1IS1DM11"" received FIN. -2016-08-01 18:44:58.013 +05:30 [Debug] Connection id ""0HKTQ1IS1DM13"" received FIN. -2016-08-01 18:44:58.013 +05:30 [Debug] Connection id ""0HKTQ1IS1DM16"" disconnecting. -2016-08-01 18:44:58.012 +05:30 [Debug] Connection id ""0HKTQ1IS1DM15"" received FIN. -2016-08-01 18:44:58.014 +05:30 [Debug] Connection id ""0HKTQ1IS1DM13"" disconnecting. -2016-08-01 18:44:58.014 +05:30 [Debug] Connection id ""0HKTQ1IS1DM11"" disconnecting. -2016-08-01 18:44:58.017 +05:30 [Debug] Connection id ""0HKTQ1IS1DM16"" sending FIN. -2016-08-01 18:44:58.023 +05:30 [Debug] Connection id ""0HKTQ1IS1DM13"" sending FIN. -2016-08-01 18:44:58.018 +05:30 [Debug] Connection id ""0HKTQ1IS1DM12"" received FIN. -2016-08-01 18:44:58.020 +05:30 [Debug] Connection id ""0HKTQ1IS1DM15"" disconnecting. -2016-08-01 18:44:58.025 +05:30 [Debug] Connection id ""0HKTQ1IS1DM14"" received FIN. -2016-08-01 18:44:58.024 +05:30 [Debug] Connection id ""0HKTQ1IS1DM11"" sending FIN. -2016-08-01 18:44:58.025 +05:30 [Debug] Connection id ""0HKTQ1IS1DM12"" disconnecting. -2016-08-01 18:44:58.030 +05:30 [Debug] Connection id ""0HKTQ1IS1DM11"" sent FIN with status "0". -2016-08-01 18:44:58.028 +05:30 [Debug] Connection id ""0HKTQ1IS1DM15"" sending FIN. -2016-08-01 18:44:58.028 +05:30 [Debug] Connection id ""0HKTQ1IS1DM14"" disconnecting. -2016-08-01 18:44:58.033 +05:30 [Debug] Connection id ""0HKTQ1IS1DM12"" sending FIN. -2016-08-01 18:44:58.033 +05:30 [Debug] Connection id ""0HKTQ1IS1DM11"" stopped. -2016-08-01 18:44:58.036 +05:30 [Debug] Connection id ""0HKTQ1IS1DM14"" sending FIN. -2016-08-01 18:44:58.037 +05:30 [Debug] Connection id ""0HKTQ1IS1DM13"" sent FIN with status "0". -2016-08-01 18:44:58.037 +05:30 [Debug] Connection id ""0HKTQ1IS1DM14"" sent FIN with status "0". -2016-08-01 18:44:58.039 +05:30 [Debug] Connection id ""0HKTQ1IS1DM13"" stopped. -2016-08-01 18:44:58.040 +05:30 [Debug] Connection id ""0HKTQ1IS1DM14"" stopped. -2016-08-01 18:44:58.041 +05:30 [Debug] Connection id ""0HKTQ1IS1DM16"" sent FIN with status "0". -2016-08-01 18:44:58.046 +05:30 [Debug] Connection id ""0HKTQ1IS1DM16"" stopped. -2016-08-01 18:44:58.042 +05:30 [Debug] Connection id ""0HKTQ1IS1DM12"" sent FIN with status "0". -2016-08-01 18:44:58.050 +05:30 [Debug] Connection id ""0HKTQ1IS1DM12"" stopped. -2016-08-01 18:44:58.052 +05:30 [Debug] Connection id ""0HKTQ1IS1DM15"" sent FIN with status "0". -2016-08-01 18:44:58.054 +05:30 [Debug] Connection id ""0HKTQ1IS1DM15"" stopped. -2016-08-01 19:23:28.062 +05:30 [Debug] Hosting starting -2016-08-01 19:23:28.275 +05:30 [Debug] Hosting started -2016-08-01 19:23:28.374 +05:30 [Debug] Connection id ""0HKTQ2CRK4H2U"" started. -2016-08-01 19:23:28.396 +05:30 [Debug] Connection id ""0HKTQ2CRK4H2V"" started. -2016-08-01 19:23:28.603 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-08-01 19:23:28.603 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:6361/ 0 -2016-08-01 19:23:28.681 +05:30 [Information] Request finished in 137.422ms 200 -2016-08-01 19:23:28.746 +05:30 [Debug] Connection id ""0HKTQ2CRK4H2U"" completed keep alive response. -2016-08-01 19:23:29.350 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-08-01 19:23:29.409 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"220a4420-83b5-4dba-9c52-ef6444ab3967"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-08-01 19:23:29.531 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-08-01 19:23:29.651 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid -2016-08-01 19:23:29.655 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult". -2016-08-01 19:23:29.707 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 19:23:29.715 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 19:23:29.719 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 19:23:30.079 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 532.1043ms -2016-08-01 19:23:30.180 +05:30 [Information] Request finished in 1652.3684ms 200 application/json; charset=utf-8 -2016-08-01 19:23:30.182 +05:30 [Debug] Connection id ""0HKTQ2CRK4H2V"" completed keep alive response. -2016-08-01 19:23:30.206 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/favicon.ico -2016-08-01 19:23:30.209 +05:30 [Debug] Request did not match any routes. -2016-08-01 19:23:30.216 +05:30 [Information] Request finished in 10.5191ms 404 -2016-08-01 19:23:30.218 +05:30 [Debug] Connection id ""0HKTQ2CRK4H2U"" completed keep alive response. -2016-08-01 19:23:50.813 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/User/FacebookLogin application/x-www-form-urlencoded 179 -2016-08-01 19:23:50.814 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/FacebookLogin"'. -2016-08-01 19:23:50.817 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" -2016-08-01 19:23:51.278 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" with arguments (["EAAKYvwDVmnUBAIeM79DPZAzujxbO6tdZAYzrRejVMZColN4bWgvxatvt60jNq31WWgZBZAbApQ1UC2wLZBS4yyllx3eulZC5r556PdLdr7klpu4wG8D4pgqhjA5dWKGB0LwwmAeSsobASwv7ZAfJU6NRdXZBevg0mV7AZD"]) - ModelState is Valid -2016-08-01 19:23:52.476 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 19:23:52.484 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 19:23:52.486 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 19:23:52.542 +05:30 [Information] Executed action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" in 1722.1165ms -2016-08-01 19:23:52.549 +05:30 [Information] Request finished in 1737.4258ms 200 application/json; charset=utf-8 -2016-08-01 19:23:52.550 +05:30 [Debug] Connection id ""0HKTQ2CRK4H2V"" completed keep alive response. -2016-08-01 19:23:52.940 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-08-01 19:23:52.941 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-01 19:23:52.942 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-01 19:23:52.978 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 19:23:52.999 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 19:23:53.000 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 19:23:53.001 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 19:23:53.006 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 60.9423ms -2016-08-01 19:23:53.009 +05:30 [Information] Request finished in 69.505ms 200 application/json; charset=utf-8 -2016-08-01 19:23:53.010 +05:30 [Debug] Connection id ""0HKTQ2CRK4H2U"" completed keep alive response. -2016-08-01 19:23:53.058 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-08-01 19:23:53.059 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-01 19:23:53.060 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-01 19:23:53.074 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 19:23:53.086 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 19:23:53.087 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 19:23:53.089 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 19:23:53.096 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 33.8677ms -2016-08-01 19:23:53.099 +05:30 [Information] Request finished in 41.3211ms 200 application/json; charset=utf-8 -2016-08-01 19:23:53.100 +05:30 [Debug] Connection id ""0HKTQ2CRK4H2V"" completed keep alive response. -2016-08-01 19:23:55.269 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=1 -2016-08-01 19:23:55.271 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-08-01 19:23:55.273 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-08-01 19:23:55.294 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 19:23:55.310 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 19:23:55.311 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 19:23:55.312 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 19:23:55.313 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 19:23:55.323 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 47.6701ms -2016-08-01 19:23:55.326 +05:30 [Information] Request finished in 57.031ms 200 application/json; charset=utf-8 -2016-08-01 19:23:55.327 +05:30 [Debug] Connection id ""0HKTQ2CRK4H2U"" completed keep alive response. -2016-08-01 19:23:55.660 +05:30 [Debug] Connection id ""0HKTQ2CRK4H30"" started. -2016-08-01 19:23:55.660 +05:30 [Debug] Connection id ""0HKTQ2CRK4H31"" started. -2016-08-01 19:23:55.661 +05:30 [Debug] Connection id ""0HKTQ2CRK4H33"" started. -2016-08-01 19:23:55.661 +05:30 [Debug] Connection id ""0HKTQ2CRK4H32"" started. -2016-08-01 19:23:55.665 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=1 -2016-08-01 19:23:55.695 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/LinkedIn/GetLinkedInCompanyPagesProfiles?groupId=1 -2016-08-01 19:23:55.696 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/SocialMessages/GetAllSentMessagesCount?groupId=1&userId=1 -2016-08-01 19:23:55.695 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-08-01 19:23:55.695 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/LinkedIn/GetLinkedInCompanyPagesProfiles"'. -2016-08-01 19:23:55.718 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Instagram/GetInstagramProfiles?groupId=1 -2016-08-01 19:23:55.721 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-08-01 19:23:55.716 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=1 -2016-08-01 19:23:55.719 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/SocialMessages/GetAllSentMessagesCount"'. -2016-08-01 19:23:55.726 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Instagram/GetInstagramProfiles"'. -2016-08-01 19:23:55.727 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-08-01 19:23:55.741 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" -2016-08-01 19:23:55.742 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" -2016-08-01 19:23:55.744 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-08-01 19:23:55.742 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" -2016-08-01 19:23:56.712 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Google/GetGplusProfiles?groupId=1 -2016-08-01 19:23:56.721 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GetGplusProfiles"'. -2016-08-01 19:23:56.724 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" -2016-08-01 19:23:57.743 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 19:23:57.747 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 19:23:57.751 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 19:23:57.754 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 19:23:57.764 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 19:23:57.756 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 19:23:57.760 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 19:23:57.772 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-08-01 19:23:57.774 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 19:23:57.775 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 19:23:57.773 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 19:23:57.775 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 19:23:57.783 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 19:23:57.787 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 19:23:57.788 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 19:23:57.793 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 19:23:57.791 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 19:23:57.797 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 19:23:57.795 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 19:23:57.800 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 19:23:57.807 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 19:23:57.807 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 19:23:57.813 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 19:23:57.805 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 19:23:57.823 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 19:23:57.840 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 19:23:57.843 +05:30 [Information] Executed action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" in 2086.0358ms -2016-08-01 19:23:57.846 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" in 1112.0145ms -2016-08-01 19:23:57.851 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 2109.7477ms -2016-08-01 19:23:57.855 +05:30 [Information] Executed action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" in 2094.9964ms -2016-08-01 19:23:57.861 +05:30 [Information] Request finished in 2189.4839ms 200 application/json; charset=utf-8 -2016-08-01 19:23:57.863 +05:30 [Information] Request finished in 2201.9049ms 200 application/json; charset=utf-8 -2016-08-01 19:23:57.864 +05:30 [Debug] Connection id ""0HKTQ2CRK4H2U"" completed keep alive response. -2016-08-01 19:23:57.865 +05:30 [Debug] Connection id ""0HKTQ2CRK4H2V"" completed keep alive response. -2016-08-01 19:23:57.880 +05:30 [Information] Request finished in 1168.0773ms 200 application/json; charset=utf-8 -2016-08-01 19:23:57.880 +05:30 [Debug] Connection id ""0HKTQ2CRK4H31"" completed keep alive response. -2016-08-01 19:23:57.882 +05:30 [Information] Request finished in 2196.0254ms 200 application/json; charset=utf-8 -2016-08-01 19:23:57.885 +05:30 [Debug] Connection id ""0HKTQ2CRK4H32"" completed keep alive response. -2016-08-01 19:23:57.890 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterFollowerCount?groupId=1&userId=1 -2016-08-01 19:23:57.891 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterFollowerCount"'. -2016-08-01 19:23:57.894 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" -2016-08-01 19:23:57.897 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 2117.0156ms -2016-08-01 19:23:57.903 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetIncommingMessage?groupId=1&userId=1 -2016-08-01 19:23:57.904 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetIncommingMessage"'. -2016-08-01 19:23:57.909 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/FacebookfanPageCount?groupId=1&userId=1 -2016-08-01 19:23:57.912 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" -2016-08-01 19:23:57.912 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/FacebookfanPageCount"'. -2016-08-01 19:23:57.915 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" -2016-08-01 19:23:57.917 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterRecentFollower?groupId=1 -2016-08-01 19:23:57.958 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterRecentFollower"'. -2016-08-01 19:23:57.963 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-08-01 19:23:57.969 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" -2016-08-01 19:23:57.939 +05:30 [Information] Request finished in 2247.6543ms 200 application/json; charset=utf-8 -2016-08-01 19:23:57.979 +05:30 [Debug] Connection id ""0HKTQ2CRK4H30"" completed keep alive response. -2016-08-01 19:23:57.982 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-08-01 19:23:57.991 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-08-01 19:23:58.017 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 19:23:59.190 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 19:23:59.191 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 19:23:59.191 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 19:23:59.194 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 19:23:59.198 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" in 1284.0395ms -2016-08-01 19:23:59.202 +05:30 [Information] Request finished in 1325.9867ms 200 text/plain; charset=utf-8 -2016-08-01 19:23:59.203 +05:30 [Debug] Connection id ""0HKTQ2CRK4H2V"" completed keep alive response. -2016-08-01 19:24:01.232 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-08-01 19:24:01.233 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-01 19:24:01.241 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-01 19:24:01.308 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 19:24:01.347 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 19:24:01.351 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 19:24:01.358 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 19:24:01.372 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 119.9829ms -2016-08-01 19:24:01.396 +05:30 [Information] Request finished in 153.2117ms 200 application/json; charset=utf-8 -2016-08-01 19:24:01.396 +05:30 [Debug] Connection id ""0HKTQ2CRK4H30"" completed keep alive response. -2016-08-01 19:24:01.421 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=3 -2016-08-01 19:24:01.422 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-01 19:24:01.422 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-01 19:24:01.461 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 19:24:01.464 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 19:24:01.465 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 19:24:01.469 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 19:24:01.478 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 46.9688ms -2016-08-01 19:24:01.486 +05:30 [Information] Request finished in 65.8806ms 200 application/json; charset=utf-8 -2016-08-01 19:24:01.487 +05:30 [Debug] Connection id ""0HKTQ2CRK4H2V"" completed keep alive response. -2016-08-01 19:24:03.669 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=3 -2016-08-01 19:24:03.670 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-08-01 19:24:03.672 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-08-01 19:24:03.728 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 19:24:03.731 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 19:24:03.732 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 19:24:03.732 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 19:24:03.754 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 19:24:03.770 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 81.9758ms -2016-08-01 19:24:03.794 +05:30 [Information] Request finished in 130.7018ms 200 application/json; charset=utf-8 -2016-08-01 19:24:03.799 +05:30 [Debug] Connection id ""0HKTQ2CRK4H30"" completed keep alive response. -2016-08-01 19:24:03.966 +05:30 [Debug] Connection id ""0HKTQ2CRK4H35"" started. -2016-08-01 19:24:03.966 +05:30 [Debug] Connection id ""0HKTQ2CRK4H34"" started. -2016-08-01 19:24:03.996 +05:30 [Debug] Connection id ""0HKTQ2CRK4H37"" started. -2016-08-01 19:24:03.996 +05:30 [Debug] Connection id ""0HKTQ2CRK4H36"" started. -2016-08-01 19:24:04.120 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Google/GetGplusProfiles?groupId=3 -2016-08-01 19:24:04.122 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GetGplusProfiles"'. -2016-08-01 19:24:04.137 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" -2016-08-01 19:24:04.125 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 19:24:04.139 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 19:24:04.140 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 19:24:04.155 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/LinkedIn/GetLinkedInCompanyPagesProfiles?groupId=3 -2016-08-01 19:24:04.167 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/LinkedIn/GetLinkedInCompanyPagesProfiles"'. -2016-08-01 19:24:04.168 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" -2016-08-01 19:24:04.185 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 19:24:04.245 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" in 6268.3414ms -2016-08-01 19:24:04.285 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 19:24:04.298 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 19:24:04.298 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 19:24:04.348 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=3 -2016-08-01 19:24:04.349 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-08-01 19:24:04.350 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-08-01 19:24:04.356 +05:30 [Information] Request finished in 6379.2823ms 200 text/plain; charset=utf-8 -2016-08-01 19:24:04.358 +05:30 [Debug] Connection id ""0HKTQ2CRK4H31"" completed keep alive response. -2016-08-01 19:24:04.371 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 19:24:04.374 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 19:24:04.378 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 19:24:04.389 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Instagram/GetInstagramProfiles?groupId=3 -2016-08-01 19:24:04.481 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Instagram/GetInstagramProfiles"'. -2016-08-01 19:24:04.464 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 19:24:04.485 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" -2016-08-01 19:24:04.506 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 19:24:04.598 +05:30 [Information] Executed action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" in 8634.3629ms -2016-08-01 19:24:04.600 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" in 6642.5286ms -2016-08-01 19:24:04.650 +05:30 [Information] Request finished in 6765.8917ms 200 text/plain; charset=utf-8 -2016-08-01 19:24:04.652 +05:30 [Debug] Connection id ""0HKTQ2CRK4H2U"" completed keep alive response. -2016-08-01 19:24:04.650 +05:30 [Information] Request finished in 8956.4558ms 200 application/json; charset=utf-8 -2016-08-01 19:24:04.682 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=3 -2016-08-01 19:24:04.683 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-08-01 19:24:04.695 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-08-01 19:24:04.682 +05:30 [Debug] Connection id ""0HKTQ2CRK4H33"" completed keep alive response. -2016-08-01 19:24:04.724 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/SocialMessages/GetAllSentMessagesCount?groupId=3&userId=1 -2016-08-01 19:24:04.728 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/SocialMessages/GetAllSentMessagesCount"'. -2016-08-01 19:24:04.730 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" -2016-08-01 19:24:05.268 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 19:24:05.293 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" with arguments (["1", "3"]) - ModelState is Valid -2016-08-01 19:24:05.297 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 19:24:05.294 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 19:24:05.303 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 19:24:05.306 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 19:24:05.309 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 19:24:05.312 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 19:24:05.316 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 19:24:05.322 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 19:24:05.323 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 19:24:05.321 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 19:24:05.320 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 19:24:05.328 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 19:24:05.328 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 19:24:05.321 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 19:24:05.323 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 19:24:05.318 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 19:24:05.329 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 19:24:05.330 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 19:24:05.339 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 19:24:05.336 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 19:24:05.335 +05:30 [Information] Executed action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" in 1160.4824ms -2016-08-01 19:24:05.344 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 19:24:05.334 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 19:24:05.348 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 19:24:05.351 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 19:24:05.353 +05:30 [Information] Executed action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" in 827.1387ms -2016-08-01 19:24:05.357 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" in 1208.4536ms -2016-08-01 19:24:05.363 +05:30 [Information] Request finished in 1363.7806ms 200 application/json; charset=utf-8 -2016-08-01 19:24:05.367 +05:30 [Debug] Connection id ""0HKTQ2CRK4H2V"" completed keep alive response. -2016-08-01 19:24:05.338 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 19:24:05.374 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 660.2403ms -2016-08-01 19:24:05.381 +05:30 [Information] Request finished in 1004.2228ms 200 application/json; charset=utf-8 -2016-08-01 19:24:05.379 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 19:24:05.385 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetIncommingMessage?groupId=3&userId=1 -2016-08-01 19:24:05.387 +05:30 [Debug] Connection id ""0HKTQ2CRK4H34"" completed keep alive response. -2016-08-01 19:24:05.383 +05:30 [Information] Request finished in 1405.8233ms 200 application/json; charset=utf-8 -2016-08-01 19:24:05.396 +05:30 [Debug] Connection id ""0HKTQ2CRK4H35"" completed keep alive response. -2016-08-01 19:24:05.394 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetIncommingMessage"'. -2016-08-01 19:24:05.401 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" -2016-08-01 19:24:05.386 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 19:24:05.421 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterFollowerCount?groupId=3&userId=1 -2016-08-01 19:24:05.406 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 1040.3747ms -2016-08-01 19:24:05.414 +05:30 [Information] Request finished in 738.783ms 200 application/json; charset=utf-8 -2016-08-01 19:24:05.427 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/FacebookfanPageCount?groupId=3&userId=1 -2016-08-01 19:24:05.457 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterFollowerCount"'. -2016-08-01 19:24:05.469 +05:30 [Debug] Connection id ""0HKTQ2CRK4H37"" completed keep alive response. -2016-08-01 19:24:05.480 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" -2016-08-01 19:24:05.478 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/FacebookfanPageCount"'. -2016-08-01 19:24:05.487 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" -2016-08-01 19:24:05.464 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 19:24:05.526 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterRecentFollower?groupId=3 -2016-08-01 19:24:05.537 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterRecentFollower"'. -2016-08-01 19:24:05.542 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" with arguments (["3", "1"]) - ModelState is Valid -2016-08-01 19:24:05.545 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" -2016-08-01 19:24:05.538 +05:30 [Information] Request finished in 1523.7295ms 200 application/json; charset=utf-8 -2016-08-01 19:24:05.555 +05:30 [Debug] Connection id ""0HKTQ2CRK4H30"" completed keep alive response. -2016-08-01 19:24:05.545 +05:30 [Information] Executed action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" in 794.8705ms -2016-08-01 19:24:05.687 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" with arguments (["1", "3"]) - ModelState is Valid -2016-08-01 19:24:05.694 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" with arguments (["3", "1"]) - ModelState is Valid -2016-08-01 19:24:05.679 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 19:24:05.717 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 19:24:05.746 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 19:24:05.751 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 19:24:05.755 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 19:24:05.758 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 19:24:05.688 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 19:24:05.774 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 19:24:05.775 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 19:24:05.767 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 19:24:05.789 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 19:24:05.789 +05:30 [Information] Request finished in 1001.1526ms 200 application/json; charset=utf-8 -2016-08-01 19:24:05.807 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 19:24:05.809 +05:30 [Debug] Connection id ""0HKTQ2CRK4H36"" completed keep alive response. -2016-08-01 19:24:05.834 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" in 302.9165ms -2016-08-01 19:24:05.838 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 19:24:05.844 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" in 327.2677ms -2016-08-01 19:24:05.877 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" in 437.8035ms -2016-08-01 19:24:05.879 +05:30 [Information] Request finished in 423.9232ms 200 text/plain; charset=utf-8 -2016-08-01 19:24:05.879 +05:30 [Debug] Connection id ""0HKTQ2CRK4H33"" completed keep alive response. -2016-08-01 19:24:05.888 +05:30 [Information] Request finished in 462.2228ms 200 text/plain; charset=utf-8 -2016-08-01 19:24:05.896 +05:30 [Debug] Connection id ""0HKTQ2CRK4H2U"" completed keep alive response. -2016-08-01 19:24:05.913 +05:30 [Information] Request finished in 517.5194ms 200 text/plain; charset=utf-8 -2016-08-01 19:24:05.914 +05:30 [Debug] Connection id ""0HKTQ2CRK4H31"" completed keep alive response. -2016-08-01 19:24:06.575 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 19:24:06.576 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 19:24:06.577 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 19:24:06.603 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 19:24:06.613 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" in 1062.1541ms -2016-08-01 19:24:06.617 +05:30 [Information] Request finished in 1124.6996ms 200 application/json; charset=utf-8 -2016-08-01 19:24:06.618 +05:30 [Debug] Connection id ""0HKTQ2CRK4H2V"" completed keep alive response. -2016-08-01 19:24:06.731 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 19:24:06.732 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 19:24:06.732 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 19:24:06.735 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 19:24:06.737 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" in 8758.7749ms -2016-08-01 19:24:06.743 +05:30 [Information] Request finished in 8850.6869ms 200 application/json; charset=utf-8 -2016-08-01 19:24:06.744 +05:30 [Debug] Connection id ""0HKTQ2CRK4H32"" completed keep alive response. -2016-08-01 19:25:05.682 +05:30 [Debug] Connection id ""0HKTQ2CRK4H35"" received FIN. -2016-08-01 19:25:05.682 +05:30 [Debug] Connection id ""0HKTQ2CRK4H34"" received FIN. -2016-08-01 19:25:05.688 +05:30 [Debug] Connection id ""0HKTQ2CRK4H30"" received FIN. -2016-08-01 19:25:05.688 +05:30 [Debug] Connection id ""0HKTQ2CRK4H35"" disconnecting. -2016-08-01 19:25:05.690 +05:30 [Debug] Connection id ""0HKTQ2CRK4H30"" disconnecting. -2016-08-01 19:25:05.690 +05:30 [Debug] Connection id ""0HKTQ2CRK4H37"" received FIN. -2016-08-01 19:25:05.694 +05:30 [Debug] Connection id ""0HKTQ2CRK4H37"" disconnecting. -2016-08-01 19:25:05.691 +05:30 [Debug] Connection id ""0HKTQ2CRK4H34"" disconnecting. -2016-08-01 19:25:05.695 +05:30 [Debug] Connection id ""0HKTQ2CRK4H35"" sending FIN. -2016-08-01 19:25:05.705 +05:30 [Debug] Connection id ""0HKTQ2CRK4H34"" sending FIN. -2016-08-01 19:25:05.710 +05:30 [Debug] Connection id ""0HKTQ2CRK4H30"" sending FIN. -2016-08-01 19:25:05.701 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Task/GetAllTasksOfUserAndGroup?groupId=3&userId=1 -2016-08-01 19:25:05.722 +05:30 [Debug] Connection id ""0HKTQ2CRK4H37"" sending FIN. -2016-08-01 19:25:05.725 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Task/GetAllTasksOfUserAndGroup"'. -2016-08-01 19:25:05.728 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TaskController.GetAllTasksOfUserAndGroup (Api.Socioboard)" -2016-08-01 19:25:05.729 +05:30 [Debug] Connection id ""0HKTQ2CRK4H34"" sent FIN with status "0". -2016-08-01 19:25:05.730 +05:30 [Debug] Connection id ""0HKTQ2CRK4H37"" sent FIN with status "0". -2016-08-01 19:25:05.733 +05:30 [Debug] Connection id ""0HKTQ2CRK4H37"" stopped. -2016-08-01 19:25:05.733 +05:30 [Debug] Connection id ""0HKTQ2CRK4H34"" stopped. -2016-08-01 19:25:05.738 +05:30 [Debug] Connection id ""0HKTQ2CRK4H30"" sent FIN with status "0". -2016-08-01 19:25:05.746 +05:30 [Debug] Connection id ""0HKTQ2CRK4H30"" stopped. -2016-08-01 19:25:05.749 +05:30 [Debug] Connection id ""0HKTQ2CRK4H35"" sent FIN with status "0". -2016-08-01 19:25:05.749 +05:30 [Debug] Connection id ""0HKTQ2CRK4H35"" stopped. -2016-08-01 19:25:05.769 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TaskController.GetAllTasksOfUserAndGroup (Api.Socioboard)" with arguments (["1", "3"]) - ModelState is Valid -2016-08-01 19:25:05.970 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TaskController.GetAllTasksOfUserAndGroup (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 19:25:05.971 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 19:25:05.972 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 19:25:05.975 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 19:25:06.037 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TaskController.GetAllTasksOfUserAndGroup (Api.Socioboard)" in 304.8474ms -2016-08-01 19:25:06.042 +05:30 [Information] Request finished in 350.3055ms 200 application/json; charset=utf-8 -2016-08-01 19:25:06.043 +05:30 [Debug] Connection id ""0HKTQ2CRK4H36"" completed keep alive response. -2016-08-01 19:25:18.431 +05:30 [Debug] Connection id ""0HKTQ2CRK4H2U"" received FIN. -2016-08-01 19:25:18.432 +05:30 [Debug] Connection id ""0HKTQ2CRK4H33"" received FIN. -2016-08-01 19:25:18.434 +05:30 [Debug] Connection id ""0HKTQ2CRK4H31"" received FIN. -2016-08-01 19:25:18.435 +05:30 [Debug] Connection id ""0HKTQ2CRK4H32"" received FIN. -2016-08-01 19:25:18.434 +05:30 [Debug] Connection id ""0HKTQ2CRK4H2V"" received FIN. -2016-08-01 19:25:18.436 +05:30 [Debug] Connection id ""0HKTQ2CRK4H32"" disconnecting. -2016-08-01 19:25:18.434 +05:30 [Debug] Connection id ""0HKTQ2CRK4H2U"" disconnecting. -2016-08-01 19:25:18.438 +05:30 [Debug] Connection id ""0HKTQ2CRK4H2V"" disconnecting. -2016-08-01 19:25:18.436 +05:30 [Debug] Connection id ""0HKTQ2CRK4H38"" started. -2016-08-01 19:25:18.444 +05:30 [Debug] Connection id ""0HKTQ2CRK4H32"" sending FIN. -2016-08-01 19:25:18.445 +05:30 [Debug] Connection id ""0HKTQ2CRK4H2U"" sending FIN. -2016-08-01 19:25:18.446 +05:30 [Debug] Connection id ""0HKTQ2CRK4H3A"" started. -2016-08-01 19:25:18.447 +05:30 [Debug] Connection id ""0HKTQ2CRK4H2U"" sent FIN with status "0". -2016-08-01 19:25:18.435 +05:30 [Debug] Connection id ""0HKTQ2CRK4H31"" disconnecting. -2016-08-01 19:25:18.449 +05:30 [Debug] Connection id ""0HKTQ2CRK4H2U"" stopped. -2016-08-01 19:25:18.450 +05:30 [Debug] Connection id ""0HKTQ2CRK4H32"" sent FIN with status "0". -2016-08-01 19:25:18.436 +05:30 [Debug] Connection id ""0HKTQ2CRK4H39"" started. -2016-08-01 19:25:18.451 +05:30 [Debug] Connection id ""0HKTQ2CRK4H32"" stopped. -2016-08-01 19:25:18.451 +05:30 [Debug] Connection id ""0HKTQ2CRK4H2V"" sending FIN. -2016-08-01 19:25:18.453 +05:30 [Debug] Connection id ""0HKTQ2CRK4H31"" sending FIN. -2016-08-01 19:25:18.453 +05:30 [Debug] Connection id ""0HKTQ2CRK4H3B"" started. -2016-08-01 19:25:18.455 +05:30 [Debug] Connection id ""0HKTQ2CRK4H31"" sent FIN with status "0". -2016-08-01 19:25:18.456 +05:30 [Debug] Connection id ""0HKTQ2CRK4H2V"" sent FIN with status "0". -2016-08-01 19:25:18.458 +05:30 [Debug] Connection id ""0HKTQ2CRK4H31"" stopped. -2016-08-01 19:25:18.458 +05:30 [Debug] Connection id ""0HKTQ2CRK4H2V"" stopped. -2016-08-01 19:25:18.462 +05:30 [Debug] Connection id ""0HKTQ2CRK4H3C"" started. -2016-08-01 19:25:18.435 +05:30 [Debug] Connection id ""0HKTQ2CRK4H33"" disconnecting. -2016-08-01 19:25:18.466 +05:30 [Debug] Connection id ""0HKTQ2CRK4H33"" sending FIN. -2016-08-01 19:25:18.467 +05:30 [Debug] Connection id ""0HKTQ2CRK4H33"" sent FIN with status "0". -2016-08-01 19:25:18.467 +05:30 [Debug] Connection id ""0HKTQ2CRK4H33"" stopped. -2016-08-01 19:25:18.499 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Instagram/GetInstagramProfiles?groupId=3 -2016-08-01 19:25:18.513 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Google/GetGplusProfiles?groupId=3 -2016-08-01 19:25:18.515 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GetGplusProfiles"'. -2016-08-01 19:25:18.517 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" -2016-08-01 19:25:18.530 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Instagram/GetInstagramProfiles"'. -2016-08-01 19:25:18.539 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=3 -2016-08-01 19:25:18.530 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/SocialMessages/GetAllSentMessagesCount?groupId=3&userId=1 -2016-08-01 19:25:18.561 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" -2016-08-01 19:25:18.562 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-08-01 19:25:18.563 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/SocialMessages/GetAllSentMessagesCount"'. -2016-08-01 19:25:18.570 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-08-01 19:25:18.548 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=3 -2016-08-01 19:25:18.572 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" -2016-08-01 19:25:18.591 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-08-01 19:25:18.597 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-08-01 19:25:19.276 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/LinkedIn/GetLinkedInCompanyPagesProfiles?groupId=3 -2016-08-01 19:25:19.278 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/LinkedIn/GetLinkedInCompanyPagesProfiles"'. -2016-08-01 19:25:19.279 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" -2016-08-01 19:25:20.270 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 19:25:20.272 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 19:25:20.273 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 19:25:20.273 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 19:25:20.276 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 19:25:20.278 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 19:25:20.279 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 19:25:20.280 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 19:25:20.287 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" with arguments (["1", "3"]) - ModelState is Valid -2016-08-01 19:25:20.295 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 19:25:20.298 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 19:25:20.300 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 19:25:20.300 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 19:25:20.304 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 19:25:20.305 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 19:25:20.310 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 19:25:20.303 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 19:25:20.314 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 19:25:20.316 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 19:25:20.318 +05:30 [Information] Executed action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" in 1025.6262ms -2016-08-01 19:25:20.323 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" in 1793.6798ms -2016-08-01 19:25:20.323 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 19:25:20.328 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 19:25:20.329 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 19:25:20.327 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 19:25:20.335 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 19:25:20.338 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 19:25:20.341 +05:30 [Information] Request finished in 1865.9062ms 200 application/json; charset=utf-8 -2016-08-01 19:25:20.344 +05:30 [Debug] Connection id ""0HKTQ2CRK4H3C"" completed keep alive response. -2016-08-01 19:25:20.336 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 19:25:20.351 +05:30 [Information] Request finished in 1058.8372ms 200 application/json; charset=utf-8 -2016-08-01 19:25:20.355 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 19:25:20.359 +05:30 [Debug] Connection id ""0HKTQ2CRK4H3A"" completed keep alive response. -2016-08-01 19:25:20.366 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetIncommingMessage?groupId=3&userId=1 -2016-08-01 19:25:20.358 +05:30 [Information] Executed action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" in 1760.6823ms -2016-08-01 19:25:20.358 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 19:25:20.370 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetIncommingMessage"'. -2016-08-01 19:25:20.376 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterFollowerCount?groupId=3&userId=1 -2016-08-01 19:25:20.380 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" -2016-08-01 19:25:20.373 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 1764.8286ms -2016-08-01 19:25:20.385 +05:30 [Information] Request finished in 1880.4805ms 200 application/json; charset=utf-8 -2016-08-01 19:25:20.379 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 19:25:20.387 +05:30 [Debug] Connection id ""0HKTQ2CRK4H39"" completed keep alive response. -2016-08-01 19:25:20.381 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterFollowerCount"'. -2016-08-01 19:25:20.406 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 1762.5756ms -2016-08-01 19:25:20.417 +05:30 [Information] Request finished in 1951.3939ms 200 application/json; charset=utf-8 -2016-08-01 19:25:20.422 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" -2016-08-01 19:25:20.423 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 19:25:20.439 +05:30 [Information] Request finished in 1926.6618ms 200 application/json; charset=utf-8 -2016-08-01 19:25:20.428 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/FacebookfanPageCount?groupId=3&userId=1 -2016-08-01 19:25:20.428 +05:30 [Debug] Connection id ""0HKTQ2CRK4H38"" completed keep alive response. -2016-08-01 19:25:20.461 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/FacebookfanPageCount"'. -2016-08-01 19:25:20.456 +05:30 [Debug] Connection id ""0HKTQ2CRK4H3B"" completed keep alive response. -2016-08-01 19:25:20.473 +05:30 [Information] Executed action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" in 1886.8299ms -2016-08-01 19:25:20.476 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" -2016-08-01 19:25:20.487 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" with arguments (["3", "1"]) - ModelState is Valid -2016-08-01 19:25:20.482 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterRecentFollower?groupId=3 -2016-08-01 19:25:20.499 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" with arguments (["3", "1"]) - ModelState is Valid -2016-08-01 19:25:20.507 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 19:25:20.513 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 19:25:20.514 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 19:25:20.508 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterRecentFollower"'. -2016-08-01 19:25:20.518 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" -2016-08-01 19:25:20.531 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 19:25:20.531 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 19:25:20.536 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 19:25:20.537 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 19:25:20.548 +05:30 [Information] Request finished in 2079.4303ms 200 application/json; charset=utf-8 -2016-08-01 19:25:20.548 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" with arguments (["1", "3"]) - ModelState is Valid -2016-08-01 19:25:20.549 +05:30 [Debug] Connection id ""0HKTQ2CRK4H36"" completed keep alive response. -2016-08-01 19:25:20.556 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 19:25:20.560 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" in 103.2151ms -2016-08-01 19:25:20.583 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 19:25:20.584 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 19:25:20.585 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 19:25:20.588 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 19:25:20.591 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 19:25:20.596 +05:30 [Information] Request finished in 222.1577ms 200 text/plain; charset=utf-8 -2016-08-01 19:25:20.598 +05:30 [Debug] Connection id ""0HKTQ2CRK4H3A"" completed keep alive response. -2016-08-01 19:25:20.599 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" in 94.5892ms -2016-08-01 19:25:20.606 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" in 206.7447ms -2016-08-01 19:25:20.612 +05:30 [Information] Request finished in 188.168ms 200 text/plain; charset=utf-8 -2016-08-01 19:25:20.614 +05:30 [Debug] Connection id ""0HKTQ2CRK4H39"" completed keep alive response. -2016-08-01 19:25:20.636 +05:30 [Information] Request finished in 283.3925ms 200 text/plain; charset=utf-8 -2016-08-01 19:25:20.637 +05:30 [Debug] Connection id ""0HKTQ2CRK4H3C"" completed keep alive response. -2016-08-01 19:25:21.392 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 19:25:21.394 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 19:25:21.395 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 19:25:21.401 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 19:25:21.409 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" in 881.9317ms -2016-08-01 19:25:21.417 +05:30 [Information] Request finished in 938.125ms 200 application/json; charset=utf-8 -2016-08-01 19:25:21.418 +05:30 [Debug] Connection id ""0HKTQ2CRK4H38"" completed keep alive response. -2016-08-01 19:27:28.353 +05:30 [Debug] Connection id ""0HKTQ2CRK4H3B"" received FIN. -2016-08-01 19:27:28.353 +05:30 [Debug] Connection id ""0HKTQ2CRK4H36"" received FIN. -2016-08-01 19:27:28.358 +05:30 [Debug] Connection id ""0HKTQ2CRK4H3A"" received FIN. -2016-08-01 19:27:28.360 +05:30 [Debug] Connection id ""0HKTQ2CRK4H38"" received FIN. -2016-08-01 19:27:28.355 +05:30 [Debug] Connection id ""0HKTQ2CRK4H3B"" disconnecting. -2016-08-01 19:27:28.358 +05:30 [Debug] Connection id ""0HKTQ2CRK4H36"" disconnecting. -2016-08-01 19:27:28.361 +05:30 [Debug] Connection id ""0HKTQ2CRK4H38"" disconnecting. -2016-08-01 19:27:28.357 +05:30 [Debug] Connection id ""0HKTQ2CRK4H39"" received FIN. -2016-08-01 19:27:28.366 +05:30 [Debug] Connection id ""0HKTQ2CRK4H3C"" received FIN. -2016-08-01 19:27:28.367 +05:30 [Debug] Connection id ""0HKTQ2CRK4H3B"" sending FIN. -2016-08-01 19:27:28.368 +05:30 [Debug] Connection id ""0HKTQ2CRK4H3C"" disconnecting. -2016-08-01 19:27:28.364 +05:30 [Debug] Connection id ""0HKTQ2CRK4H36"" sending FIN. -2016-08-01 19:27:28.368 +05:30 [Debug] Connection id ""0HKTQ2CRK4H3B"" sent FIN with status "0". -2016-08-01 19:27:28.370 +05:30 [Debug] Connection id ""0HKTQ2CRK4H3B"" stopped. -2016-08-01 19:27:28.361 +05:30 [Debug] Connection id ""0HKTQ2CRK4H3A"" disconnecting. -2016-08-01 19:27:28.369 +05:30 [Debug] Connection id ""0HKTQ2CRK4H38"" sending FIN. -2016-08-01 19:27:28.371 +05:30 [Debug] Connection id ""0HKTQ2CRK4H3C"" sending FIN. -2016-08-01 19:27:28.372 +05:30 [Debug] Connection id ""0HKTQ2CRK4H3C"" sent FIN with status "0". -2016-08-01 19:27:28.372 +05:30 [Debug] Connection id ""0HKTQ2CRK4H3A"" sending FIN. -2016-08-01 19:27:28.374 +05:30 [Debug] Connection id ""0HKTQ2CRK4H3A"" sent FIN with status "0". -2016-08-01 19:27:28.375 +05:30 [Debug] Connection id ""0HKTQ2CRK4H3A"" stopped. -2016-08-01 19:27:28.375 +05:30 [Debug] Connection id ""0HKTQ2CRK4H38"" sent FIN with status "0". -2016-08-01 19:27:28.373 +05:30 [Debug] Connection id ""0HKTQ2CRK4H3C"" stopped. -2016-08-01 19:27:28.376 +05:30 [Debug] Connection id ""0HKTQ2CRK4H38"" stopped. -2016-08-01 19:27:28.366 +05:30 [Debug] Connection id ""0HKTQ2CRK4H39"" disconnecting. -2016-08-01 19:27:28.377 +05:30 [Debug] Connection id ""0HKTQ2CRK4H39"" sending FIN. -2016-08-01 19:27:28.376 +05:30 [Debug] Connection id ""0HKTQ2CRK4H36"" sent FIN with status "0". -2016-08-01 19:27:28.379 +05:30 [Debug] Connection id ""0HKTQ2CRK4H36"" stopped. -2016-08-01 19:27:28.378 +05:30 [Debug] Connection id ""0HKTQ2CRK4H39"" sent FIN with status "0". -2016-08-01 19:27:28.380 +05:30 [Debug] Connection id ""0HKTQ2CRK4H39"" stopped. -2016-08-01 19:27:55.226 +05:30 [Debug] Connection id ""0HKTQ2CRK4H3D"" started. -2016-08-01 19:27:55.262 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Task/GetAllTasksOfUserAndGroup?groupId=3&userId=1 -2016-08-01 19:27:55.263 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Task/GetAllTasksOfUserAndGroup"'. -2016-08-01 19:27:55.265 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TaskController.GetAllTasksOfUserAndGroup (Api.Socioboard)" -2016-08-01 19:27:55.333 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TaskController.GetAllTasksOfUserAndGroup (Api.Socioboard)" with arguments (["1", "3"]) - ModelState is Valid -2016-08-01 19:27:55.401 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TaskController.GetAllTasksOfUserAndGroup (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 19:27:55.402 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 19:27:55.402 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 19:27:55.405 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 19:27:55.411 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TaskController.GetAllTasksOfUserAndGroup (Api.Socioboard)" in 137.3247ms -2016-08-01 19:27:55.417 +05:30 [Information] Request finished in 184.4921ms 200 application/json; charset=utf-8 -2016-08-01 19:27:55.418 +05:30 [Debug] Connection id ""0HKTQ2CRK4H3D"" completed keep alive response. -2016-08-01 19:28:05.132 +05:30 [Debug] Connection id ""0HKTQ2CRK4H3F"" started. -2016-08-01 19:28:05.132 +05:30 [Debug] Connection id ""0HKTQ2CRK4H3E"" started. -2016-08-01 19:28:05.133 +05:30 [Debug] Connection id ""0HKTQ2CRK4H3G"" started. -2016-08-01 19:28:05.134 +05:30 [Debug] Connection id ""0HKTQ2CRK4H3H"" started. -2016-08-01 19:28:05.139 +05:30 [Debug] Connection id ""0HKTQ2CRK4H3I"" started. -2016-08-01 19:28:05.194 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Instagram/GetInstagramProfiles?groupId=3 -2016-08-01 19:28:05.195 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Instagram/GetInstagramProfiles"'. -2016-08-01 19:28:05.196 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" -2016-08-01 19:28:05.199 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Google/GetGplusProfiles?groupId=3 -2016-08-01 19:28:05.200 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GetGplusProfiles"'. -2016-08-01 19:28:05.202 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" -2016-08-01 19:28:05.211 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/SocialMessages/GetAllSentMessagesCount?groupId=3&userId=1 -2016-08-01 19:28:05.212 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/SocialMessages/GetAllSentMessagesCount"'. -2016-08-01 19:28:05.213 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" -2016-08-01 19:28:05.219 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=3 -2016-08-01 19:28:05.228 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-08-01 19:28:05.255 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-08-01 19:28:05.250 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/LinkedIn/GetLinkedInCompanyPagesProfiles?groupId=3 -2016-08-01 19:28:05.267 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/LinkedIn/GetLinkedInCompanyPagesProfiles"'. -2016-08-01 19:28:05.267 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=3 -2016-08-01 19:28:05.269 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" -2016-08-01 19:28:05.269 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-08-01 19:28:05.277 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-08-01 19:28:05.285 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 19:28:05.299 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 19:28:05.315 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" with arguments (["1", "3"]) - ModelState is Valid -2016-08-01 19:28:05.316 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 19:28:05.318 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 19:28:05.338 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 19:28:05.339 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 19:28:05.339 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 19:28:05.349 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 19:28:05.365 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 19:28:05.374 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" in 149.6253ms -2016-08-01 19:28:05.377 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 19:28:05.383 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 19:28:05.387 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 19:28:05.387 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 19:28:05.390 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 19:28:05.390 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 19:28:05.391 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 19:28:05.391 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 19:28:05.394 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 19:28:05.397 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 19:28:05.399 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 19:28:05.400 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 19:28:05.402 +05:30 [Information] Executed action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" in 172.0141ms -2016-08-01 19:28:05.405 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 19:28:05.406 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 19:28:05.405 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 19:28:05.409 +05:30 [Information] Request finished in 255.1644ms 200 application/json; charset=utf-8 -2016-08-01 19:28:05.413 +05:30 [Debug] Connection id ""0HKTQ2CRK4H3H"" completed keep alive response. -2016-08-01 19:28:05.415 +05:30 [Information] Executed action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" in 210.4947ms -2016-08-01 19:28:05.412 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 19:28:05.424 +05:30 [Information] Request finished in 227.8479ms 200 application/json; charset=utf-8 -2016-08-01 19:28:05.424 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 19:28:05.425 +05:30 [Debug] Connection id ""0HKTQ2CRK4H3G"" completed keep alive response. -2016-08-01 19:28:05.440 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 19:28:05.469 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 19:28:05.471 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 19:28:05.473 +05:30 [Information] Request finished in 309.6682ms 200 application/json; charset=utf-8 -2016-08-01 19:28:05.479 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetIncommingMessage?groupId=3&userId=1 -2016-08-01 19:28:05.481 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 170.7861ms -2016-08-01 19:28:05.484 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterFollowerCount?groupId=3&userId=1 -2016-08-01 19:28:05.486 +05:30 [Information] Executed action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" in 199.8885ms -2016-08-01 19:28:05.496 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterFollowerCount"'. -2016-08-01 19:28:05.488 +05:30 [Debug] Connection id ""0HKTQ2CRK4H3F"" completed keep alive response. -2016-08-01 19:28:05.491 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetIncommingMessage"'. -2016-08-01 19:28:05.500 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 231.9869ms -2016-08-01 19:28:05.507 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" -2016-08-01 19:28:05.504 +05:30 [Information] Request finished in 368.1959ms 200 application/json; charset=utf-8 -2016-08-01 19:28:05.504 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" -2016-08-01 19:28:05.511 +05:30 [Debug] Connection id ""0HKTQ2CRK4H3E"" completed keep alive response. -2016-08-01 19:28:05.529 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/FacebookfanPageCount?groupId=3&userId=1 -2016-08-01 19:28:05.531 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/FacebookfanPageCount"'. -2016-08-01 19:28:05.541 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" -2016-08-01 19:28:05.557 +05:30 [Information] Request finished in 322.1475ms 200 application/json; charset=utf-8 -2016-08-01 19:28:05.558 +05:30 [Debug] Connection id ""0HKTQ2CRK4H3I"" completed keep alive response. -2016-08-01 19:28:05.569 +05:30 [Information] Request finished in 397.4968ms 200 application/json; charset=utf-8 -2016-08-01 19:28:05.589 +05:30 [Debug] Connection id ""0HKTQ2CRK4H3D"" completed keep alive response. -2016-08-01 19:28:05.582 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterRecentFollower?groupId=3 -2016-08-01 19:28:05.595 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" with arguments (["3", "1"]) - ModelState is Valid -2016-08-01 19:28:05.606 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterRecentFollower"'. -2016-08-01 19:28:05.608 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" -2016-08-01 19:28:06.289 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" with arguments (["1", "3"]) - ModelState is Valid -2016-08-01 19:28:06.295 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 19:28:06.297 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 19:28:06.297 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 19:28:06.301 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 19:28:06.304 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 19:28:06.313 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 19:28:06.311 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" with arguments (["3", "1"]) - ModelState is Valid -2016-08-01 19:28:06.322 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 19:28:06.327 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 19:28:06.332 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 19:28:06.323 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 19:28:06.336 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 19:28:06.345 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 19:28:06.348 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 19:28:06.356 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" in 792.6912ms -2016-08-01 19:28:06.362 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" in 838.7574ms -2016-08-01 19:28:06.372 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" in 840.3788ms -2016-08-01 19:28:06.378 +05:30 [Information] Request finished in 929.42ms 200 text/plain; charset=utf-8 -2016-08-01 19:28:06.379 +05:30 [Debug] Connection id ""0HKTQ2CRK4H3G"" completed keep alive response. -2016-08-01 19:28:06.387 +05:30 [Information] Request finished in 862.5362ms 200 text/plain; charset=utf-8 -2016-08-01 19:28:06.388 +05:30 [Debug] Connection id ""0HKTQ2CRK4H3F"" completed keep alive response. -2016-08-01 19:28:06.401 +05:30 [Information] Request finished in 963.6977ms 200 text/plain; charset=utf-8 -2016-08-01 19:28:06.402 +05:30 [Debug] Connection id ""0HKTQ2CRK4H3H"" completed keep alive response. -2016-08-01 19:28:07.823 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 19:28:07.824 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 19:28:07.825 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 19:28:07.832 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 19:28:07.845 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" in 2222.3594ms -2016-08-01 19:28:07.854 +05:30 [Information] Request finished in 2331.6012ms 200 application/json; charset=utf-8 -2016-08-01 19:28:07.855 +05:30 [Debug] Connection id ""0HKTQ2CRK4H3E"" completed keep alive response. -2016-08-01 19:28:12.649 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Task/GetAllTasksOfUserAndGroup?groupId=3&userId=1 -2016-08-01 19:28:12.651 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Task/GetAllTasksOfUserAndGroup"'. -2016-08-01 19:28:12.652 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TaskController.GetAllTasksOfUserAndGroup (Api.Socioboard)" -2016-08-01 19:28:12.695 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TaskController.GetAllTasksOfUserAndGroup (Api.Socioboard)" with arguments (["1", "3"]) - ModelState is Valid -2016-08-01 19:28:12.758 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TaskController.GetAllTasksOfUserAndGroup (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 19:28:12.759 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 19:28:12.760 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 19:28:12.762 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 19:28:12.768 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TaskController.GetAllTasksOfUserAndGroup (Api.Socioboard)" in 111.8314ms -2016-08-01 19:28:12.775 +05:30 [Information] Request finished in 128.7506ms 200 application/json; charset=utf-8 -2016-08-01 19:28:12.776 +05:30 [Debug] Connection id ""0HKTQ2CRK4H3I"" completed keep alive response. -2016-08-01 19:29:28.353 +05:30 [Debug] Connection id ""0HKTQ2CRK4H3D"" received FIN. -2016-08-01 19:29:28.356 +05:30 [Debug] Connection id ""0HKTQ2CRK4H3H"" received FIN. -2016-08-01 19:29:28.358 +05:30 [Debug] Connection id ""0HKTQ2CRK4H3E"" received FIN. -2016-08-01 19:29:28.359 +05:30 [Debug] Connection id ""0HKTQ2CRK4H3E"" disconnecting. -2016-08-01 19:29:28.360 +05:30 [Debug] Connection id ""0HKTQ2CRK4H3E"" sending FIN. -2016-08-01 19:29:28.361 +05:30 [Debug] Connection id ""0HKTQ2CRK4H3E"" sent FIN with status "0". -2016-08-01 19:29:28.363 +05:30 [Debug] Connection id ""0HKTQ2CRK4H3E"" stopped. -2016-08-01 19:29:28.356 +05:30 [Debug] Connection id ""0HKTQ2CRK4H3D"" disconnecting. -2016-08-01 19:29:28.358 +05:30 [Debug] Connection id ""0HKTQ2CRK4H3H"" disconnecting. -2016-08-01 19:29:28.365 +05:30 [Debug] Connection id ""0HKTQ2CRK4H3D"" sending FIN. -2016-08-01 19:29:28.367 +05:30 [Debug] Connection id ""0HKTQ2CRK4H3H"" sending FIN. -2016-08-01 19:29:28.368 +05:30 [Debug] Connection id ""0HKTQ2CRK4H3H"" sent FIN with status "0". -2016-08-01 19:29:28.361 +05:30 [Debug] Connection id ""0HKTQ2CRK4H3G"" received FIN. -2016-08-01 19:29:28.368 +05:30 [Debug] Connection id ""0HKTQ2CRK4H3H"" stopped. -2016-08-01 19:29:28.369 +05:30 [Debug] Connection id ""0HKTQ2CRK4H3G"" disconnecting. -2016-08-01 19:29:28.369 +05:30 [Debug] Connection id ""0HKTQ2CRK4H3F"" received FIN. -2016-08-01 19:29:28.371 +05:30 [Debug] Connection id ""0HKTQ2CRK4H3I"" received FIN. -2016-08-01 19:29:28.369 +05:30 [Debug] Connection id ""0HKTQ2CRK4H3D"" sent FIN with status "0". -2016-08-01 19:29:28.372 +05:30 [Debug] Connection id ""0HKTQ2CRK4H3F"" disconnecting. -2016-08-01 19:29:28.372 +05:30 [Debug] Connection id ""0HKTQ2CRK4H3I"" disconnecting. -2016-08-01 19:29:28.371 +05:30 [Debug] Connection id ""0HKTQ2CRK4H3G"" sending FIN. -2016-08-01 19:29:28.373 +05:30 [Debug] Connection id ""0HKTQ2CRK4H3F"" sending FIN. -2016-08-01 19:29:28.372 +05:30 [Debug] Connection id ""0HKTQ2CRK4H3D"" stopped. -2016-08-01 19:29:28.373 +05:30 [Debug] Connection id ""0HKTQ2CRK4H3I"" sending FIN. -2016-08-01 19:29:28.375 +05:30 [Debug] Connection id ""0HKTQ2CRK4H3I"" sent FIN with status "0". -2016-08-01 19:29:28.376 +05:30 [Debug] Connection id ""0HKTQ2CRK4H3I"" stopped. -2016-08-01 19:29:28.377 +05:30 [Debug] Connection id ""0HKTQ2CRK4H3F"" sent FIN with status "0". -2016-08-01 19:29:28.377 +05:30 [Debug] Connection id ""0HKTQ2CRK4H3F"" stopped. -2016-08-01 19:29:28.378 +05:30 [Debug] Connection id ""0HKTQ2CRK4H3G"" sent FIN with status "0". -2016-08-01 19:29:28.378 +05:30 [Debug] Connection id ""0HKTQ2CRK4H3G"" stopped. -2016-08-01 19:40:39.320 +05:30 [Debug] Hosting starting -2016-08-01 19:40:39.512 +05:30 [Debug] Hosting started -2016-08-01 19:40:39.629 +05:30 [Debug] Connection id ""0HKTQ2MEUTV0I"" started. -2016-08-01 19:40:39.629 +05:30 [Debug] Connection id ""0HKTQ2MEUTV0H"" started. -2016-08-01 19:40:39.817 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-08-01 19:40:39.817 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:6361/ 0 -2016-08-01 19:40:39.906 +05:30 [Information] Request finished in 127.9075ms 200 -2016-08-01 19:40:39.971 +05:30 [Debug] Connection id ""0HKTQ2MEUTV0I"" completed keep alive response. -2016-08-01 19:40:40.503 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-08-01 19:40:40.562 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"efba5cec-e2e1-483e-b32d-844d5058360f"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-08-01 19:40:40.699 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-08-01 19:40:40.819 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid -2016-08-01 19:40:40.823 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult". -2016-08-01 19:40:40.868 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 19:40:40.874 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 19:40:40.877 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 19:40:41.266 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 548.1602ms -2016-08-01 19:40:41.361 +05:30 [Information] Request finished in 1603.2251ms 200 application/json; charset=utf-8 -2016-08-01 19:40:41.364 +05:30 [Debug] Connection id ""0HKTQ2MEUTV0H"" completed keep alive response. -2016-08-01 19:41:04.274 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/User/FacebookLogin application/x-www-form-urlencoded 177 -2016-08-01 19:41:04.276 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/FacebookLogin"'. -2016-08-01 19:41:04.280 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" -2016-08-01 19:41:04.732 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" with arguments (["EAAKYvwDVmnUBACzmRGD9ZC6cQI9ALfpdMZA5spYaTBIZB4ZBAtcqrfDxcQAEsIuVOlZALkuxO0vKgAADwtYs7nBpUNEElspb1ri1i9tuQCySAemDZAPl3GQdVBD2XfUNE6TeC0xKOPJYyWQRsaaeZAmK3DmXsDHlb4ZD"]) - ModelState is Valid -2016-08-01 19:41:06.148 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 19:41:06.161 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 19:41:06.162 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 19:41:06.240 +05:30 [Information] Executed action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" in 1956.8641ms -2016-08-01 19:41:06.245 +05:30 [Information] Request finished in 1970.9215ms 200 application/json; charset=utf-8 -2016-08-01 19:41:06.246 +05:30 [Debug] Connection id ""0HKTQ2MEUTV0I"" completed keep alive response. -2016-08-01 19:41:06.619 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-08-01 19:41:06.621 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-01 19:41:06.623 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-01 19:41:06.662 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 19:41:06.682 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 19:41:06.683 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 19:41:06.684 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 19:41:06.690 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 64.6109ms -2016-08-01 19:41:06.692 +05:30 [Information] Request finished in 73.3045ms 200 application/json; charset=utf-8 -2016-08-01 19:41:06.693 +05:30 [Debug] Connection id ""0HKTQ2MEUTV0H"" completed keep alive response. -2016-08-01 19:41:06.741 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-08-01 19:41:06.742 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-01 19:41:06.744 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-01 19:41:06.756 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 19:41:06.768 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 19:41:06.769 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 19:41:06.771 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 19:41:06.779 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 33.8235ms -2016-08-01 19:41:06.782 +05:30 [Information] Request finished in 40.8888ms 200 application/json; charset=utf-8 -2016-08-01 19:41:06.783 +05:30 [Debug] Connection id ""0HKTQ2MEUTV0I"" completed keep alive response. -2016-08-01 19:41:08.720 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=1 -2016-08-01 19:41:08.721 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-08-01 19:41:08.723 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-08-01 19:41:08.751 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 19:41:08.768 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 19:41:08.769 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 19:41:08.770 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 19:41:08.774 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 19:41:08.786 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 59.7297ms -2016-08-01 19:41:08.792 +05:30 [Information] Request finished in 72.4719ms 200 application/json; charset=utf-8 -2016-08-01 19:41:08.793 +05:30 [Debug] Connection id ""0HKTQ2MEUTV0H"" completed keep alive response. -2016-08-01 19:41:09.074 +05:30 [Debug] Connection id ""0HKTQ2MEUTV0J"" started. -2016-08-01 19:41:09.076 +05:30 [Debug] Connection id ""0HKTQ2MEUTV0K"" started. -2016-08-01 19:41:09.078 +05:30 [Debug] Connection id ""0HKTQ2MEUTV0L"" started. -2016-08-01 19:41:09.079 +05:30 [Debug] Connection id ""0HKTQ2MEUTV0M"" started. -2016-08-01 19:41:09.082 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=1 -2016-08-01 19:41:09.083 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-08-01 19:41:09.086 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Google/GetGplusProfiles?groupId=1 -2016-08-01 19:41:09.086 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GetGplusProfiles"'. -2016-08-01 19:41:09.094 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/SocialMessages/GetAllSentMessagesCount?groupId=1&userId=1 -2016-08-01 19:41:09.096 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/SocialMessages/GetAllSentMessagesCount"'. -2016-08-01 19:41:09.098 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" -2016-08-01 19:41:09.099 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-08-01 19:41:09.122 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" -2016-08-01 19:41:09.159 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/LinkedIn/GetLinkedInCompanyPagesProfiles?groupId=1 -2016-08-01 19:41:09.161 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/LinkedIn/GetLinkedInCompanyPagesProfiles"'. -2016-08-01 19:41:09.174 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" -2016-08-01 19:41:09.249 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Instagram/GetInstagramProfiles?groupId=1 -2016-08-01 19:41:09.251 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Instagram/GetInstagramProfiles"'. -2016-08-01 19:41:09.255 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" -2016-08-01 19:41:10.101 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=1 -2016-08-01 19:41:10.102 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-08-01 19:41:10.105 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-08-01 19:41:10.650 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 19:41:10.657 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 19:41:10.663 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 19:41:10.664 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 19:41:10.665 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 19:41:10.667 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 19:41:10.675 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 19:41:10.678 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 19:41:10.680 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 19:41:10.690 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 19:41:10.685 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 19:41:10.697 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 19:41:10.702 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 19:41:10.703 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 19:41:10.702 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 19:41:10.695 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 19:41:10.704 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 19:41:10.705 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 19:41:10.706 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 19:41:10.701 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-08-01 19:41:10.711 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 19:41:10.701 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 19:41:10.719 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 19:41:10.720 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" in 1569.1183ms -2016-08-01 19:41:10.721 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 19:41:10.729 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 19:41:10.743 +05:30 [Information] Request finished in 1656.4441ms 200 application/json; charset=utf-8 -2016-08-01 19:41:10.745 +05:30 [Debug] Connection id ""0HKTQ2MEUTV0H"" completed keep alive response. -2016-08-01 19:41:10.740 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 19:41:10.758 +05:30 [Information] Executed action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" in 1563.7408ms -2016-08-01 19:41:10.759 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetIncommingMessage?groupId=1&userId=1 -2016-08-01 19:41:10.763 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetIncommingMessage"'. -2016-08-01 19:41:10.764 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 1639.8498ms -2016-08-01 19:41:10.766 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" -2016-08-01 19:41:10.773 +05:30 [Information] Request finished in 1698.0347ms 200 application/json; charset=utf-8 -2016-08-01 19:41:10.774 +05:30 [Debug] Connection id ""0HKTQ2MEUTV0I"" completed keep alive response. -2016-08-01 19:41:10.801 +05:30 [Information] Request finished in 1688.5636ms 200 application/json; charset=utf-8 -2016-08-01 19:41:10.802 +05:30 [Debug] Connection id ""0HKTQ2MEUTV0K"" completed keep alive response. -2016-08-01 19:41:10.809 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterFollowerCount?groupId=1&userId=1 -2016-08-01 19:41:10.809 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterFollowerCount"'. -2016-08-01 19:41:10.812 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" -2016-08-01 19:41:10.815 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 670.1263ms -2016-08-01 19:41:10.845 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-08-01 19:41:10.858 +05:30 [Information] Executed action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" in 1518.2159ms -2016-08-01 19:41:10.864 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/FacebookfanPageCount?groupId=1&userId=1 -2016-08-01 19:41:10.865 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/FacebookfanPageCount"'. -2016-08-01 19:41:10.872 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-08-01 19:41:10.868 +05:30 [Information] Request finished in 746.6679ms 200 application/json; charset=utf-8 -2016-08-01 19:41:10.882 +05:30 [Information] Request finished in 1787.1452ms 200 application/json; charset=utf-8 -2016-08-01 19:41:10.886 +05:30 [Debug] Connection id ""0HKTQ2MEUTV0J"" completed keep alive response. -2016-08-01 19:41:10.879 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" -2016-08-01 19:41:10.906 +05:30 [Debug] Connection id ""0HKTQ2MEUTV0L"" completed keep alive response. -2016-08-01 19:41:10.947 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterRecentFollower?groupId=1 -2016-08-01 19:41:10.948 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterRecentFollower"'. -2016-08-01 19:41:10.950 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" -2016-08-01 19:41:10.991 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-08-01 19:41:11.001 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 19:41:12.223 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 19:41:12.224 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 19:41:12.224 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 19:41:12.226 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 19:41:12.230 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" in 1461.3744ms -2016-08-01 19:41:12.234 +05:30 [Information] Request finished in 1481.8529ms 200 text/plain; charset=utf-8 -2016-08-01 19:41:12.235 +05:30 [Debug] Connection id ""0HKTQ2MEUTV0H"" completed keep alive response. -2016-08-01 19:41:15.695 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 19:41:15.696 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 19:41:15.697 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 19:41:15.696 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 19:41:15.698 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 19:41:15.698 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 19:41:15.701 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 19:41:15.704 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 19:41:15.730 +05:30 [Information] Executed action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" in 6625.0745ms -2016-08-01 19:41:15.731 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" in 4813.5833ms -2016-08-01 19:41:15.737 +05:30 [Information] Request finished in 6651.3393ms 200 application/json; charset=utf-8 -2016-08-01 19:41:15.742 +05:30 [Information] Request finished in 4931.7346ms 200 text/plain; charset=utf-8 -2016-08-01 19:41:15.743 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 19:41:15.742 +05:30 [Debug] Connection id ""0HKTQ2MEUTV0M"" completed keep alive response. -2016-08-01 19:41:15.749 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 19:41:15.752 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 19:41:15.748 +05:30 [Debug] Connection id ""0HKTQ2MEUTV0K"" completed keep alive response. -2016-08-01 19:41:15.757 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 19:41:15.765 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" in 4948.5506ms -2016-08-01 19:41:15.774 +05:30 [Information] Request finished in 4987.8428ms 200 text/plain; charset=utf-8 -2016-08-01 19:41:15.775 +05:30 [Debug] Connection id ""0HKTQ2MEUTV0I"" completed keep alive response. -2016-08-01 19:41:17.287 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 19:41:17.288 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 19:41:17.289 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 19:41:17.303 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 19:41:17.314 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" in 6358.6373ms -2016-08-01 19:41:17.320 +05:30 [Information] Request finished in 6385.1998ms 200 application/json; charset=utf-8 -2016-08-01 19:41:17.321 +05:30 [Debug] Connection id ""0HKTQ2MEUTV0J"" completed keep alive response. -2016-08-01 19:42:39.608 +05:30 [Debug] Connection id ""0HKTQ2MEUTV0H"" received FIN. -2016-08-01 19:42:39.609 +05:30 [Debug] Connection id ""0HKTQ2MEUTV0L"" received FIN. -2016-08-01 19:42:39.610 +05:30 [Debug] Connection id ""0HKTQ2MEUTV0M"" received FIN. -2016-08-01 19:42:39.610 +05:30 [Debug] Connection id ""0HKTQ2MEUTV0I"" received FIN. -2016-08-01 19:42:39.614 +05:30 [Debug] Connection id ""0HKTQ2MEUTV0J"" received FIN. -2016-08-01 19:42:39.612 +05:30 [Debug] Connection id ""0HKTQ2MEUTV0L"" disconnecting. -2016-08-01 19:42:39.613 +05:30 [Debug] Connection id ""0HKTQ2MEUTV0K"" received FIN. -2016-08-01 19:42:39.618 +05:30 [Debug] Connection id ""0HKTQ2MEUTV0M"" disconnecting. -2016-08-01 19:42:39.620 +05:30 [Debug] Connection id ""0HKTQ2MEUTV0I"" disconnecting. -2016-08-01 19:42:39.621 +05:30 [Debug] Connection id ""0HKTQ2MEUTV0J"" disconnecting. -2016-08-01 19:42:39.622 +05:30 [Debug] Connection id ""0HKTQ2MEUTV0K"" disconnecting. -2016-08-01 19:42:39.611 +05:30 [Debug] Connection id ""0HKTQ2MEUTV0H"" disconnecting. -2016-08-01 19:42:39.619 +05:30 [Debug] Connection id ""0HKTQ2MEUTV0L"" sending FIN. -2016-08-01 19:42:39.620 +05:30 [Debug] Connection id ""0HKTQ2MEUTV0M"" sending FIN. -2016-08-01 19:42:39.629 +05:30 [Debug] Connection id ""0HKTQ2MEUTV0K"" sending FIN. -2016-08-01 19:42:39.631 +05:30 [Debug] Connection id ""0HKTQ2MEUTV0H"" sending FIN. -2016-08-01 19:42:39.629 +05:30 [Debug] Connection id ""0HKTQ2MEUTV0I"" sending FIN. -2016-08-01 19:42:39.633 +05:30 [Debug] Connection id ""0HKTQ2MEUTV0J"" sending FIN. -2016-08-01 19:42:39.643 +05:30 [Debug] Connection id ""0HKTQ2MEUTV0J"" sent FIN with status "0". -2016-08-01 19:42:39.643 +05:30 [Debug] Connection id ""0HKTQ2MEUTV0H"" sent FIN with status "0". -2016-08-01 19:42:39.649 +05:30 [Debug] Connection id ""0HKTQ2MEUTV0J"" stopped. -2016-08-01 19:42:39.649 +05:30 [Debug] Connection id ""0HKTQ2MEUTV0H"" stopped. -2016-08-01 19:42:39.649 +05:30 [Debug] Connection id ""0HKTQ2MEUTV0I"" sent FIN with status "0". -2016-08-01 19:42:39.650 +05:30 [Debug] Connection id ""0HKTQ2MEUTV0K"" sent FIN with status "0". -2016-08-01 19:42:39.650 +05:30 [Debug] Connection id ""0HKTQ2MEUTV0I"" stopped. -2016-08-01 19:42:39.651 +05:30 [Debug] Connection id ""0HKTQ2MEUTV0K"" stopped. -2016-08-01 19:42:39.652 +05:30 [Debug] Connection id ""0HKTQ2MEUTV0L"" sent FIN with status "0". -2016-08-01 19:42:39.653 +05:30 [Debug] Connection id ""0HKTQ2MEUTV0L"" stopped. -2016-08-01 19:42:39.652 +05:30 [Debug] Connection id ""0HKTQ2MEUTV0M"" sent FIN with status "0". -2016-08-01 19:42:39.654 +05:30 [Debug] Connection id ""0HKTQ2MEUTV0M"" stopped. -2016-08-01 19:42:47.867 +05:30 [Debug] Connection id ""0HKTQ2MEUTV0N"" started. -2016-08-01 19:42:47.871 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-08-01 19:42:47.872 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-01 19:42:47.875 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-01 19:42:47.889 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-01 19:42:47.891 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 19:42:47.891 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 19:42:47.893 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 19:42:47.898 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 20.175ms -2016-08-01 19:42:47.904 +05:30 [Information] Request finished in 34.1022ms 200 application/json; charset=utf-8 -2016-08-01 19:42:47.905 +05:30 [Debug] Connection id ""0HKTQ2MEUTV0N"" completed keep alive response. -2016-08-01 19:42:47.913 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=3 -2016-08-01 19:42:47.915 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-01 19:42:47.916 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-01 19:42:47.939 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 19:42:47.940 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 19:42:47.941 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 19:42:47.943 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 19:42:47.947 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 28.0939ms -2016-08-01 19:42:47.951 +05:30 [Information] Request finished in 37.7907ms 200 application/json; charset=utf-8 -2016-08-01 19:42:47.952 +05:30 [Debug] Connection id ""0HKTQ2MEUTV0N"" completed keep alive response. -2016-08-01 19:42:49.501 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=3 -2016-08-01 19:42:49.502 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-08-01 19:42:49.503 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-08-01 19:42:49.547 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 19:42:49.550 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 19:42:49.552 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 19:42:49.552 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 19:42:49.554 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 19:42:49.557 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 50.9907ms -2016-08-01 19:42:49.561 +05:30 [Information] Request finished in 66.5057ms 200 application/json; charset=utf-8 -2016-08-01 19:42:49.562 +05:30 [Debug] Connection id ""0HKTQ2MEUTV0N"" completed keep alive response. -2016-08-01 19:42:49.824 +05:30 [Debug] Connection id ""0HKTQ2MEUTV0O"" started. -2016-08-01 19:42:49.828 +05:30 [Debug] Connection id ""0HKTQ2MEUTV0Q"" started. -2016-08-01 19:42:49.828 +05:30 [Debug] Connection id ""0HKTQ2MEUTV0P"" started. -2016-08-01 19:42:49.831 +05:30 [Debug] Connection id ""0HKTQ2MEUTV0R"" started. -2016-08-01 19:42:49.832 +05:30 [Debug] Connection id ""0HKTQ2MEUTV0S"" started. -2016-08-01 19:42:49.840 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=3 -2016-08-01 19:42:49.845 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Google/GetGplusProfiles?groupId=3 -2016-08-01 19:42:49.848 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-08-01 19:42:49.848 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GetGplusProfiles"'. -2016-08-01 19:42:49.850 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/LinkedIn/GetLinkedInCompanyPagesProfiles?groupId=3 -2016-08-01 19:42:49.850 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" -2016-08-01 19:42:49.849 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-08-01 19:42:49.850 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/LinkedIn/GetLinkedInCompanyPagesProfiles"'. -2016-08-01 19:42:49.856 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" -2016-08-01 19:42:49.866 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=3 -2016-08-01 19:42:49.869 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-08-01 19:42:49.995 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/SocialMessages/GetAllSentMessagesCount?groupId=3&userId=1 -2016-08-01 19:42:50.076 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/SocialMessages/GetAllSentMessagesCount"'. -2016-08-01 19:42:50.076 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" -2016-08-01 19:42:50.173 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Instagram/GetInstagramProfiles?groupId=3 -2016-08-01 19:42:50.211 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 19:42:50.211 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Instagram/GetInstagramProfiles"'. -2016-08-01 19:42:50.214 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" -2016-08-01 19:42:50.226 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 19:42:50.215 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 19:42:50.241 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 19:42:50.230 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" with arguments (["1", "3"]) - ModelState is Valid -2016-08-01 19:42:50.252 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 19:42:50.265 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 19:42:50.252 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 19:42:50.074 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-08-01 19:42:50.277 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 19:42:50.276 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 19:42:50.277 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 19:42:50.282 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 19:42:50.294 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 19:42:50.288 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 19:42:50.306 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 19:42:50.296 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 19:42:50.317 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 19:42:50.294 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 19:42:50.324 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 19:42:50.329 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" in 473.5916ms -2016-08-01 19:42:50.331 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 19:42:50.326 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 19:42:50.323 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 19:42:50.341 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 19:42:50.348 +05:30 [Information] Request finished in 504.0585ms 200 application/json; charset=utf-8 -2016-08-01 19:42:50.338 +05:30 [Information] Executed action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" in 470.1094ms -2016-08-01 19:42:50.341 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 19:42:50.360 +05:30 [Debug] Connection id ""0HKTQ2MEUTV0R"" completed keep alive response. -2016-08-01 19:42:50.355 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 19:42:50.378 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 506.2637ms -2016-08-01 19:42:50.379 +05:30 [Information] Request finished in 535.0055ms 200 application/json; charset=utf-8 -2016-08-01 19:42:50.358 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 19:42:50.389 +05:30 [Debug] Connection id ""0HKTQ2MEUTV0S"" completed keep alive response. -2016-08-01 19:42:50.411 +05:30 [Information] Executed action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" in 309.0334ms -2016-08-01 19:42:50.407 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetIncommingMessage?groupId=3&userId=1 -2016-08-01 19:42:50.443 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterFollowerCount?groupId=3&userId=1 -2016-08-01 19:42:50.432 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 19:42:50.422 +05:30 [Information] Request finished in 571.2636ms 200 application/json; charset=utf-8 -2016-08-01 19:42:50.446 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetIncommingMessage"'. -2016-08-01 19:42:50.398 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 19:42:50.457 +05:30 [Debug] Connection id ""0HKTQ2MEUTV0O"" completed keep alive response. -2016-08-01 19:42:50.469 +05:30 [Information] Request finished in 614.6761ms 200 application/json; charset=utf-8 -2016-08-01 19:42:50.458 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" -2016-08-01 19:42:50.456 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 19:42:50.534 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/FacebookfanPageCount?groupId=3&userId=1 -2016-08-01 19:42:50.491 +05:30 [Debug] Connection id ""0HKTQ2MEUTV0Q"" completed keep alive response. -2016-08-01 19:42:50.450 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterFollowerCount"'. -2016-08-01 19:42:50.564 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/FacebookfanPageCount"'. -2016-08-01 19:42:50.568 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" -2016-08-01 19:42:50.570 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 19:42:50.497 +05:30 [Information] Executed action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" in 233.6808ms -2016-08-01 19:42:50.574 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" -2016-08-01 19:42:50.578 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterRecentFollower?groupId=3 -2016-08-01 19:42:50.596 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterRecentFollower"'. -2016-08-01 19:42:50.587 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 290.1544ms -2016-08-01 19:42:50.604 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" -2016-08-01 19:42:50.610 +05:30 [Information] Request finished in 758.8239ms 200 application/json; charset=utf-8 -2016-08-01 19:42:50.624 +05:30 [Information] Request finished in 784.8265ms 200 application/json; charset=utf-8 -2016-08-01 19:42:50.625 +05:30 [Debug] Connection id ""0HKTQ2MEUTV0P"" completed keep alive response. -2016-08-01 19:42:50.635 +05:30 [Debug] Connection id ""0HKTQ2MEUTV0N"" completed keep alive response. -2016-08-01 19:42:51.271 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" with arguments (["3", "1"]) - ModelState is Valid -2016-08-01 19:42:51.275 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" with arguments (["3", "1"]) - ModelState is Valid -2016-08-01 19:42:51.308 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 19:42:51.311 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 19:42:51.317 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" with arguments (["1", "3"]) - ModelState is Valid -2016-08-01 19:42:51.318 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 19:42:51.335 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 19:42:51.341 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 19:42:51.342 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 19:42:51.348 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-01 19:42:51.352 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 19:42:51.379 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 19:42:51.379 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 19:42:51.385 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 19:42:51.385 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-01 19:42:51.392 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" in 789.6048ms -2016-08-01 19:42:51.395 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" in 788.1819ms -2016-08-01 19:42:51.397 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 19:42:51.405 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" in 907.9489ms -2016-08-01 19:42:51.408 +05:30 [Information] Request finished in 966.9604ms 200 text/plain; charset=utf-8 -2016-08-01 19:42:51.411 +05:30 [Debug] Connection id ""0HKTQ2MEUTV0S"" completed keep alive response. -2016-08-01 19:42:51.417 +05:30 [Information] Request finished in 925.0262ms 200 text/plain; charset=utf-8 -2016-08-01 19:42:51.421 +05:30 [Information] Request finished in 1026.7999ms 200 text/plain; charset=utf-8 -2016-08-01 19:42:51.422 +05:30 [Debug] Connection id ""0HKTQ2MEUTV0R"" completed keep alive response. -2016-08-01 19:42:51.421 +05:30 [Debug] Connection id ""0HKTQ2MEUTV0O"" completed keep alive response. -2016-08-01 19:42:52.194 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 19:42:52.195 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 19:42:52.196 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 19:42:52.199 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 19:42:52.203 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" in 1586.7393ms -2016-08-01 19:42:52.208 +05:30 [Information] Request finished in 1640.5098ms 200 application/json; charset=utf-8 -2016-08-01 19:42:52.209 +05:30 [Debug] Connection id ""0HKTQ2MEUTV0Q"" completed keep alive response. -2016-08-01 19:43:04.781 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Task/GetAllPendingTasksOfUserAndGroup?groupId=3&userId=1 -2016-08-01 19:43:04.782 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Task/GetAllPendingTasksOfUserAndGroup"'. -2016-08-01 19:43:04.785 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TaskController.GetAllPendingTasksOfUserAndGroup (Api.Socioboard)" -2016-08-01 19:43:04.832 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TaskController.GetAllPendingTasksOfUserAndGroup (Api.Socioboard)" with arguments (["1", "3"]) - ModelState is Valid -2016-08-01 19:43:04.995 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TaskController.GetAllPendingTasksOfUserAndGroup (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-01 19:43:04.995 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-01 19:43:04.996 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-01 19:43:04.999 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-01 19:43:05.047 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TaskController.GetAllPendingTasksOfUserAndGroup (Api.Socioboard)" in 257.1022ms -2016-08-01 19:43:05.051 +05:30 [Information] Request finished in 272.0489ms 200 application/json; charset=utf-8 -2016-08-01 19:43:05.052 +05:30 [Debug] Connection id ""0HKTQ2MEUTV0P"" completed keep alive response. -2016-08-01 19:44:39.604 +05:30 [Debug] Connection id ""0HKTQ2MEUTV0N"" received FIN. -2016-08-01 19:44:39.605 +05:30 [Debug] Connection id ""0HKTQ2MEUTV0S"" received FIN. -2016-08-01 19:44:39.605 +05:30 [Debug] Connection id ""0HKTQ2MEUTV0N"" disconnecting. -2016-08-01 19:44:39.606 +05:30 [Debug] Connection id ""0HKTQ2MEUTV0S"" disconnecting. -2016-08-01 19:44:39.606 +05:30 [Debug] Connection id ""0HKTQ2MEUTV0Q"" received FIN. -2016-08-01 19:44:39.604 +05:30 [Debug] Connection id ""0HKTQ2MEUTV0O"" received FIN. -2016-08-01 19:44:39.608 +05:30 [Debug] Connection id ""0HKTQ2MEUTV0N"" sending FIN. -2016-08-01 19:44:39.609 +05:30 [Debug] Connection id ""0HKTQ2MEUTV0R"" received FIN. -2016-08-01 19:44:39.611 +05:30 [Debug] Connection id ""0HKTQ2MEUTV0P"" received FIN. -2016-08-01 19:44:39.611 +05:30 [Debug] Connection id ""0HKTQ2MEUTV0P"" disconnecting. -2016-08-01 19:44:39.611 +05:30 [Debug] Connection id ""0HKTQ2MEUTV0P"" sending FIN. -2016-08-01 19:44:39.610 +05:30 [Debug] Connection id ""0HKTQ2MEUTV0S"" sending FIN. -2016-08-01 19:44:39.612 +05:30 [Debug] Connection id ""0HKTQ2MEUTV0P"" sent FIN with status "0". -2016-08-01 19:44:39.614 +05:30 [Debug] Connection id ""0HKTQ2MEUTV0P"" stopped. -2016-08-01 19:44:39.612 +05:30 [Debug] Connection id ""0HKTQ2MEUTV0S"" sent FIN with status "0". -2016-08-01 19:44:39.610 +05:30 [Debug] Connection id ""0HKTQ2MEUTV0O"" disconnecting. -2016-08-01 19:44:39.616 +05:30 [Debug] Connection id ""0HKTQ2MEUTV0O"" sending FIN. -2016-08-01 19:44:39.608 +05:30 [Debug] Connection id ""0HKTQ2MEUTV0Q"" disconnecting. -2016-08-01 19:44:39.617 +05:30 [Debug] Connection id ""0HKTQ2MEUTV0O"" sent FIN with status "0". -2016-08-01 19:44:39.615 +05:30 [Debug] Connection id ""0HKTQ2MEUTV0S"" stopped. -2016-08-01 19:44:39.619 +05:30 [Debug] Connection id ""0HKTQ2MEUTV0N"" sent FIN with status "0". -2016-08-01 19:44:39.619 +05:30 [Debug] Connection id ""0HKTQ2MEUTV0N"" stopped. -2016-08-01 19:44:39.619 +05:30 [Debug] Connection id ""0HKTQ2MEUTV0O"" stopped. -2016-08-01 19:44:39.611 +05:30 [Debug] Connection id ""0HKTQ2MEUTV0R"" disconnecting. -2016-08-01 19:44:39.621 +05:30 [Debug] Connection id ""0HKTQ2MEUTV0R"" sending FIN. -2016-08-01 19:44:39.621 +05:30 [Debug] Connection id ""0HKTQ2MEUTV0R"" sent FIN with status "0". -2016-08-01 19:44:39.622 +05:30 [Debug] Connection id ""0HKTQ2MEUTV0R"" stopped. -2016-08-01 19:44:39.620 +05:30 [Debug] Connection id ""0HKTQ2MEUTV0Q"" sending FIN. -2016-08-01 19:44:39.626 +05:30 [Debug] Connection id ""0HKTQ2MEUTV0Q"" sent FIN with status "0". -2016-08-01 19:44:39.627 +05:30 [Debug] Connection id ""0HKTQ2MEUTV0Q"" stopped. diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/wwwroot/log/log-20160802.txt b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/wwwroot/log/log-20160802.txt deleted file mode 100644 index 375518a2d..000000000 --- a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/wwwroot/log/log-20160802.txt +++ /dev/null @@ -1,6210 +0,0 @@ -2016-08-02 13:12:13.503 +05:30 [Debug] Hosting starting -2016-08-02 13:12:14.075 +05:30 [Debug] Connection id ""0HKTQL22ICQSS"" started. -2016-08-02 13:12:14.085 +05:30 [Debug] Connection id ""0HKTQL22ICQST"" started. -2016-08-02 13:12:14.270 +05:30 [Debug] Hosting started -2016-08-02 13:12:14.501 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:6361/ 0 -2016-08-02 13:12:14.533 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-08-02 13:12:14.673 +05:30 [Information] Request finished in 197.6363ms 200 -2016-08-02 13:12:14.835 +05:30 [Debug] Connection id ""0HKTQL22ICQSS"" completed keep alive response. -2016-08-02 13:12:15.822 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-08-02 13:12:15.883 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"86a14870-fdbe-4071-86b4-21535de33106"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-08-02 13:12:16.026 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-08-02 13:12:16.150 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid -2016-08-02 13:12:16.154 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult". -2016-08-02 13:12:16.208 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 13:12:16.215 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 13:12:16.219 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 13:12:16.534 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 497.9481ms -2016-08-02 13:12:16.657 +05:30 [Information] Request finished in 2265.3353ms 200 application/json; charset=utf-8 -2016-08-02 13:12:16.660 +05:30 [Debug] Connection id ""0HKTQL22ICQST"" completed keep alive response. -2016-08-02 13:12:16.684 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/favicon.ico -2016-08-02 13:12:16.689 +05:30 [Debug] Request did not match any routes. -2016-08-02 13:12:16.695 +05:30 [Information] Request finished in 10.8282ms 404 -2016-08-02 13:12:16.696 +05:30 [Debug] Connection id ""0HKTQL22ICQSS"" completed keep alive response. -2016-08-02 13:12:34.382 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/User/FacebookLogin application/x-www-form-urlencoded 181 -2016-08-02 13:12:34.382 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/FacebookLogin"'. -2016-08-02 13:12:34.385 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" -2016-08-02 13:12:36.966 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" with arguments (["EAAKYvwDVmnUBAF1fRt36ZAXKTpd0dZAZAeAWxLDkVIyqkBbZAI3Kgf0PIIYDOuFQJjhZCru3YZBYGwpDWoHCJRzU2UI1EGSHFDsRJFuJKrGiH92tP9TZC0HUZB7vI0hmfZBZCRDalzrCnzrqewEmCzheW9wWqgs8x6ZCVwZD"]) - ModelState is Valid -2016-08-02 13:12:42.856 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 13:12:42.869 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 13:12:42.871 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 13:12:43.043 +05:30 [Information] Executed action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" in 8653.157ms -2016-08-02 13:12:43.046 +05:30 [Information] Request finished in 8670.8305ms 200 application/json; charset=utf-8 -2016-08-02 13:12:43.047 +05:30 [Debug] Connection id ""0HKTQL22ICQST"" completed keep alive response. -2016-08-02 13:12:43.497 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-08-02 13:12:43.499 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-02 13:12:43.511 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-02 13:12:46.619 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-02 13:12:47.006 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 13:12:47.007 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 13:12:47.009 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 13:12:47.027 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 3512.746ms -2016-08-02 13:12:47.032 +05:30 [Information] Request finished in 3534.3673ms 200 application/json; charset=utf-8 -2016-08-02 13:12:47.033 +05:30 [Debug] Connection id ""0HKTQL22ICQSS"" completed keep alive response. -2016-08-02 13:12:47.103 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-08-02 13:12:47.104 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-02 13:12:47.106 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-02 13:12:50.183 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-02 13:12:50.448 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 13:12:50.450 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 13:12:50.451 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 13:12:50.469 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 3359.3246ms -2016-08-02 13:12:50.475 +05:30 [Information] Request finished in 3369.9402ms 200 application/json; charset=utf-8 -2016-08-02 13:12:50.475 +05:30 [Debug] Connection id ""0HKTQL22ICQST"" completed keep alive response. -2016-08-02 13:12:53.137 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=1 -2016-08-02 13:12:53.140 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-08-02 13:12:53.142 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-08-02 13:12:53.394 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=1 -2016-08-02 13:12:53.395 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-08-02 13:12:53.397 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-08-02 13:12:53.402 +05:30 [Debug] Connection id ""0HKTQL22ICQSU"" started. -2016-08-02 13:12:53.408 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=1 -2016-08-02 13:12:53.409 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-08-02 13:12:53.411 +05:30 [Debug] Connection id ""0HKTQL22ICQSV"" started. -2016-08-02 13:12:53.412 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-08-02 13:12:53.412 +05:30 [Debug] Connection id ""0HKTQL22ICQT0"" started. -2016-08-02 13:12:53.413 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Instagram/GetInstagramProfiles?groupId=1 -2016-08-02 13:12:53.415 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Instagram/GetInstagramProfiles"'. -2016-08-02 13:12:53.412 +05:30 [Debug] Connection id ""0HKTQL22ICQT1"" started. -2016-08-02 13:12:53.417 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" -2016-08-02 13:12:54.218 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Google/GetGplusProfiles?groupId=1 -2016-08-02 13:12:54.219 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GetGplusProfiles"'. -2016-08-02 13:12:54.231 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" -2016-08-02 13:12:54.750 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/LinkedIn/GetLinkedInCompanyPagesProfiles?groupId=1 -2016-08-02 13:12:54.751 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/LinkedIn/GetLinkedInCompanyPagesProfiles"'. -2016-08-02 13:12:54.753 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" -2016-08-02 13:12:57.526 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-02 13:12:57.571 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-02 13:12:57.576 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-02 13:12:57.609 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 13:12:57.609 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 13:12:57.610 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 13:12:57.572 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-02 13:12:57.612 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 13:12:57.573 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-02 13:12:57.753 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" in 3517.2662ms -2016-08-02 13:12:57.825 +05:30 [Information] Request finished in 3557.2688ms 200 application/json; charset=utf-8 -2016-08-02 13:12:57.826 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 13:12:57.826 +05:30 [Debug] Connection id ""0HKTQL22ICQT0"" completed keep alive response. -2016-08-02 13:12:57.831 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 13:12:57.859 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 13:12:57.900 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 13:12:57.919 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 13:12:57.920 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/SocialMessages/GetAllSentMessagesCount?groupId=1&userId=1 -2016-08-02 13:12:57.989 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-02 13:12:58.009 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/SocialMessages/GetAllSentMessagesCount"'. -2016-08-02 13:12:57.993 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 13:12:58.099 +05:30 [Information] Executed action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" in 4654.7091ms -2016-08-02 13:12:58.103 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 13:12:58.104 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" -2016-08-02 13:12:58.134 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 13:12:58.207 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 13:12:58.208 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 13:12:58.208 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 13:12:58.173 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 13:12:58.205 +05:30 [Information] Request finished in 4719.1727ms 200 application/json; charset=utf-8 -2016-08-02 13:12:58.214 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 13:12:58.245 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 13:12:58.244 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 13:12:58.252 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 13:12:58.248 +05:30 [Debug] Connection id ""0HKTQL22ICQSV"" completed keep alive response. -2016-08-02 13:12:58.263 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 13:12:58.261 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 5111.4955ms -2016-08-02 13:12:58.262 +05:30 [Information] Executed action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" in 3507.8506ms -2016-08-02 13:12:58.260 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 13:12:58.266 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetIncommingMessage?groupId=1&userId=1 -2016-08-02 13:12:58.266 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 13:12:58.293 +05:30 [Information] Request finished in 3521.1235ms 200 application/json; charset=utf-8 -2016-08-02 13:12:58.296 +05:30 [Debug] Connection id ""0HKTQL22ICQT1"" completed keep alive response. -2016-08-02 13:12:58.272 +05:30 [Information] Request finished in 5133.9509ms 200 application/json; charset=utf-8 -2016-08-02 13:12:58.307 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterFollowerCount?groupId=1&userId=1 -2016-08-02 13:12:58.307 +05:30 [Debug] Connection id ""0HKTQL22ICQSS"" completed keep alive response. -2016-08-02 13:12:58.308 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterFollowerCount"'. -2016-08-02 13:12:58.294 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 13:12:58.295 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetIncommingMessage"'. -2016-08-02 13:12:58.314 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" -2016-08-02 13:12:58.326 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/FacebookfanPageCount?groupId=1&userId=1 -2016-08-02 13:12:58.326 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 4905.5124ms -2016-08-02 13:12:58.330 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" -2016-08-02 13:12:58.337 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/FacebookfanPageCount"'. -2016-08-02 13:12:58.341 +05:30 [Information] Request finished in 4936.4179ms 200 application/json; charset=utf-8 -2016-08-02 13:12:58.345 +05:30 [Debug] Connection id ""0HKTQL22ICQSU"" completed keep alive response. -2016-08-02 13:12:58.346 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" -2016-08-02 13:12:58.354 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 4950.3707ms -2016-08-02 13:12:58.360 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterRecentFollower?groupId=1 -2016-08-02 13:12:58.361 +05:30 [Information] Request finished in 4966.6279ms 200 application/json; charset=utf-8 -2016-08-02 13:12:58.361 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterRecentFollower"'. -2016-08-02 13:12:58.362 +05:30 [Debug] Connection id ""0HKTQL22ICQST"" completed keep alive response. -2016-08-02 13:12:58.365 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" -2016-08-02 13:12:59.317 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-08-02 13:12:59.521 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 13:12:59.523 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 13:12:59.524 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 13:12:59.527 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 13:12:59.533 +05:30 [Information] Executed action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" in 1420.7703ms -2016-08-02 13:12:59.539 +05:30 [Information] Request finished in 1636.8856ms 200 application/json; charset=utf-8 -2016-08-02 13:12:59.541 +05:30 [Debug] Connection id ""0HKTQL22ICQT0"" completed keep alive response. -2016-08-02 13:13:00.475 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-08-02 13:13:00.524 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 13:13:00.525 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 13:13:00.525 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-02 13:13:00.528 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 13:13:00.531 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" in 2200.4476ms -2016-08-02 13:13:00.535 +05:30 [Information] Request finished in 2228.1501ms 200 text/plain; charset=utf-8 -2016-08-02 13:13:00.535 +05:30 [Debug] Connection id ""0HKTQL22ICQT1"" completed keep alive response. -2016-08-02 13:13:01.526 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-08-02 13:13:01.527 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-08-02 13:13:01.528 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-02 13:13:01.650 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 13:13:01.650 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 13:13:01.651 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-02 13:13:01.652 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 13:13:01.654 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" in 3300.3762ms -2016-08-02 13:13:01.658 +05:30 [Information] Request finished in 3338.4301ms 200 text/plain; charset=utf-8 -2016-08-02 13:13:01.659 +05:30 [Debug] Connection id ""0HKTQL22ICQSS"" completed keep alive response. -2016-08-02 13:13:02.627 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 13:13:02.628 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 13:13:02.628 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-02 13:13:02.630 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 13:13:02.632 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" in 4287.1896ms -2016-08-02 13:13:02.635 +05:30 [Information] Request finished in 4370.3716ms 200 text/plain; charset=utf-8 -2016-08-02 13:13:02.636 +05:30 [Debug] Connection id ""0HKTQL22ICQSV"" completed keep alive response. -2016-08-02 13:13:03.569 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 13:13:03.570 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 13:13:03.571 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 13:13:03.573 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 13:13:03.582 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" in 5212.0942ms -2016-08-02 13:13:03.586 +05:30 [Information] Request finished in 5231.738ms 200 application/json; charset=utf-8 -2016-08-02 13:13:03.586 +05:30 [Debug] Connection id ""0HKTQL22ICQSU"" completed keep alive response. -2016-08-02 13:14:14.039 +05:30 [Debug] Connection id ""0HKTQL22ICQT0"" received FIN. -2016-08-02 13:14:14.039 +05:30 [Debug] Connection id ""0HKTQL22ICQST"" received FIN. -2016-08-02 13:14:14.044 +05:30 [Debug] Connection id ""0HKTQL22ICQSS"" received FIN. -2016-08-02 13:14:14.044 +05:30 [Debug] Connection id ""0HKTQL22ICQT1"" received FIN. -2016-08-02 13:14:14.047 +05:30 [Debug] Connection id ""0HKTQL22ICQSS"" disconnecting. -2016-08-02 13:14:14.049 +05:30 [Debug] Connection id ""0HKTQL22ICQT1"" disconnecting. -2016-08-02 13:14:14.048 +05:30 [Debug] Connection id ""0HKTQL22ICQSV"" received FIN. -2016-08-02 13:14:14.053 +05:30 [Debug] Connection id ""0HKTQL22ICQSV"" disconnecting. -2016-08-02 13:14:14.044 +05:30 [Debug] Connection id ""0HKTQL22ICQT0"" disconnecting. -2016-08-02 13:14:14.044 +05:30 [Debug] Connection id ""0HKTQL22ICQST"" disconnecting. -2016-08-02 13:14:14.047 +05:30 [Debug] Connection id ""0HKTQL22ICQSU"" received FIN. -2016-08-02 13:14:14.058 +05:30 [Debug] Connection id ""0HKTQL22ICQSS"" sending FIN. -2016-08-02 13:14:14.053 +05:30 [Debug] Connection id ""0HKTQL22ICQT1"" sending FIN. -2016-08-02 13:14:14.058 +05:30 [Debug] Connection id ""0HKTQL22ICQSU"" disconnecting. -2016-08-02 13:14:14.063 +05:30 [Debug] Connection id ""0HKTQL22ICQSV"" sending FIN. -2016-08-02 13:14:14.063 +05:30 [Debug] Connection id ""0HKTQL22ICQT0"" sending FIN. -2016-08-02 13:14:14.065 +05:30 [Debug] Connection id ""0HKTQL22ICQSU"" sending FIN. -2016-08-02 13:14:14.065 +05:30 [Debug] Connection id ""0HKTQL22ICQST"" sending FIN. -2016-08-02 13:14:14.072 +05:30 [Debug] Connection id ""0HKTQL22ICQST"" sent FIN with status "0". -2016-08-02 13:14:14.072 +05:30 [Debug] Connection id ""0HKTQL22ICQSU"" sent FIN with status "0". -2016-08-02 13:14:14.076 +05:30 [Debug] Connection id ""0HKTQL22ICQST"" stopped. -2016-08-02 13:14:14.076 +05:30 [Debug] Connection id ""0HKTQL22ICQSU"" stopped. -2016-08-02 13:14:14.077 +05:30 [Debug] Connection id ""0HKTQL22ICQSV"" sent FIN with status "0". -2016-08-02 13:14:14.078 +05:30 [Debug] Connection id ""0HKTQL22ICQT0"" sent FIN with status "0". -2016-08-02 13:14:14.078 +05:30 [Debug] Connection id ""0HKTQL22ICQSV"" stopped. -2016-08-02 13:14:14.079 +05:30 [Debug] Connection id ""0HKTQL22ICQT0"" stopped. -2016-08-02 13:14:14.079 +05:30 [Debug] Connection id ""0HKTQL22ICQT1"" sent FIN with status "0". -2016-08-02 13:14:14.080 +05:30 [Debug] Connection id ""0HKTQL22ICQSS"" sent FIN with status "0". -2016-08-02 13:14:14.081 +05:30 [Debug] Connection id ""0HKTQL22ICQT1"" stopped. -2016-08-02 13:14:14.081 +05:30 [Debug] Connection id ""0HKTQL22ICQSS"" stopped. -2016-08-02 13:20:46.468 +05:30 [Debug] Connection id ""0HKTQL22ICQT2"" started. -2016-08-02 13:20:46.474 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/Google/GoogleLogin application/x-www-form-urlencoded 52 -2016-08-02 13:20:46.476 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GoogleLogin"'. -2016-08-02 13:20:46.478 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GoogleLogin (Api.Socioboard)" -2016-08-02 13:20:49.576 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GoogleLogin (Api.Socioboard)" with arguments (["4/6Tkie7IHkO-K66E7y4mjiVtjdJVebYIbj5WS1ZQoXZg"]) - ModelState is Valid -2016-08-02 13:20:49.827 +05:30 [Information] { - "access_token": "ya29.CjAzA_O6RZcweT-0GMAfiy9dh1AD5lEZZICtX2VFvQKu6WCtypep6hTb6YJcR66kfWU", - "token_type": "Bearer", - "expires_in": 3596, - "id_token": "eyJhbGciOiJSUzI1NiIsImtpZCI6ImUyN2QzMzA5MzgxNGIwNTI1OTQ4NDAyMTljOGY0YjAwNzBlZTVhM2EifQ.eyJpc3MiOiJhY2NvdW50cy5nb29nbGUuY29tIiwiYXRfaGFzaCI6Im1CZ3lQcUN4NlpxRWJlVEsxUzM1eFEiLCJhdWQiOiIyNDYyMjE0MDU4MDEta2dpcjh1NzdtNWdwb3BrYjRwMHR2bXU1MjJkaWI0ZTAuYXBwcy5nb29nbGV1c2VyY29udGVudC5jb20iLCJzdWIiOiIxMDA0OTM2ODY1MTA4NDY4MzQ5OTMiLCJlbWFpbF92ZXJpZmllZCI6dHJ1ZSwiYXpwIjoiMjQ2MjIxNDA1ODAxLWtnaXI4dTc3bTVncG9wa2I0cDB0dm11NTIyZGliNGUwLmFwcHMuZ29vZ2xldXNlcmNvbnRlbnQuY29tIiwiZW1haWwiOiJiYW5kaVN1cmVzaEBnbG9idXNzb2Z0LmNvbSIsImlhdCI6MTQ3MDEyNDI1MSwiZXhwIjoxNDcwMTI3ODUxfQ.Y0DjsqWIwlRbz59bRfL9Bj7ZJSDafpzdQf0_Rsv0Xic3n2-ztc2IKCt6sH_YyBvWG8fVQUT7_EGAEUikdh2Xioj0C6SO8fvaWFn-nktUrPIlfbpBdhCYaziwuEkobNnDcEOeVb2peNONUvL9-g69MVuZUSQawjO_L7Vdn1BMovRnl4rwc9EwxOE_sRoeO-jm-eTtmRPLVhSbODbxay4Y5r1bubTdXIvbBtaTIEZ6S5XIRVqXcBmrCLxTiGgKBk_FV69nBnHlfduF2nSTj37oCipQjxBg4RiUNy11sfVdPdmBxdnFxxKIDZj0OWtnjaP4oDLsXrjYsVm1mo-Kf33wjQ" -} -2016-08-02 13:20:50.515 +05:30 [Information] [{ - "id": "100493686510846834993", - "email": "bandiSuresh@globussoft.com", - "verified_email": true, - "name": "Suresh Bandi", - "given_name": "Suresh", - "family_name": "Bandi", - "link": "https://plus.google.com/+SureshBandi007", - "picture": "https://lh3.googleusercontent.com/--zVLmLAPl14/AAAAAAAAAAI/AAAAAAAAAFE/KtuOadUcwFM/photo.jpg", - "gender": "male", - "locale": "en" -} -] -2016-08-02 13:20:50.704 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GoogleLogin (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 13:20:50.706 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 13:20:50.709 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 13:20:50.714 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GoogleLogin (Api.Socioboard)" in 4231.4998ms -2016-08-02 13:20:50.719 +05:30 [Information] Request finished in 4246.7255ms 200 application/json; charset=utf-8 -2016-08-02 13:20:50.721 +05:30 [Debug] Connection id ""0HKTQL22ICQT2"" completed keep alive response. -2016-08-02 13:20:50.764 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=2 -2016-08-02 13:20:50.766 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-02 13:20:50.770 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-02 13:20:53.834 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-02 13:20:53.971 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 13:20:53.972 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 13:20:53.974 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 13:20:53.978 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 3204.6959ms -2016-08-02 13:20:53.982 +05:30 [Information] Request finished in 3217.7962ms 200 application/json; charset=utf-8 -2016-08-02 13:20:53.982 +05:30 [Debug] Connection id ""0HKTQL22ICQT2"" completed keep alive response. -2016-08-02 13:20:53.989 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=2 -2016-08-02 13:20:53.990 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-02 13:20:53.990 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-02 13:20:57.065 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-02 13:20:57.184 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 13:20:57.185 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 13:20:57.188 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 13:20:57.192 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 3196.4545ms -2016-08-02 13:20:57.196 +05:30 [Information] Request finished in 3206.6961ms 200 application/json; charset=utf-8 -2016-08-02 13:20:57.196 +05:30 [Debug] Connection id ""0HKTQL22ICQT2"" completed keep alive response. -2016-08-02 13:20:59.046 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=2 -2016-08-02 13:20:59.047 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-08-02 13:20:59.048 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-08-02 13:20:59.381 +05:30 [Debug] Connection id ""0HKTQL22ICQT3"" started. -2016-08-02 13:20:59.382 +05:30 [Debug] Connection id ""0HKTQL22ICQT4"" started. -2016-08-02 13:20:59.384 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=2 -2016-08-02 13:20:59.386 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=2 -2016-08-02 13:20:59.387 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-08-02 13:20:59.387 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-08-02 13:20:59.388 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-08-02 13:20:59.389 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-08-02 13:20:59.408 +05:30 [Debug] Connection id ""0HKTQL22ICQT5"" started. -2016-08-02 13:20:59.412 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Google/GetGplusProfiles?groupId=2 -2016-08-02 13:20:59.413 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GetGplusProfiles"'. -2016-08-02 13:20:59.413 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" -2016-08-02 13:20:59.430 +05:30 [Debug] Connection id ""0HKTQL22ICQT6"" started. -2016-08-02 13:20:59.430 +05:30 [Debug] Connection id ""0HKTQL22ICQT7"" started. -2016-08-02 13:20:59.452 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/LinkedIn/GetLinkedInCompanyPagesProfiles?groupId=2 -2016-08-02 13:20:59.455 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/LinkedIn/GetLinkedInCompanyPagesProfiles"'. -2016-08-02 13:20:59.457 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" -2016-08-02 13:20:59.463 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Instagram/GetInstagramProfiles?groupId=2 -2016-08-02 13:20:59.474 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Instagram/GetInstagramProfiles"'. -2016-08-02 13:20:59.476 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" -2016-08-02 13:21:02.272 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-02 13:21:02.371 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 13:21:02.373 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 13:21:02.375 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 13:21:02.379 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 13:21:02.385 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 3332.8027ms -2016-08-02 13:21:02.390 +05:30 [Information] Request finished in 3343.573ms 200 application/json; charset=utf-8 -2016-08-02 13:21:02.391 +05:30 [Debug] Connection id ""0HKTQL22ICQT2"" completed keep alive response. -2016-08-02 13:21:02.471 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/SocialMessages/GetAllSentMessagesCount?groupId=2&userId=2 -2016-08-02 13:21:02.511 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/SocialMessages/GetAllSentMessagesCount"'. -2016-08-02 13:21:02.541 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" -2016-08-02 13:21:02.537 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-02 13:21:02.560 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-02 13:21:02.600 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-02 13:21:02.748 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-02 13:21:02.790 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 13:21:02.794 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 13:21:02.795 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 13:21:02.818 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 13:21:02.899 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 13:21:02.923 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-02 13:21:02.924 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 13:21:02.969 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 13:21:02.984 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 13:21:02.969 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 3541.5099ms -2016-08-02 13:21:03.003 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 13:21:03.002 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 13:21:03.006 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 13:21:03.007 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 3613.7904ms -2016-08-02 13:21:03.015 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 13:21:03.019 +05:30 [Information] Request finished in 3626.6419ms 200 application/json; charset=utf-8 -2016-08-02 13:21:03.021 +05:30 [Information] Request finished in 3628.8492ms 200 application/json; charset=utf-8 -2016-08-02 13:21:03.026 +05:30 [Debug] Connection id ""0HKTQL22ICQT3"" completed keep alive response. -2016-08-02 13:21:03.026 +05:30 [Debug] Connection id ""0HKTQL22ICQT4"" completed keep alive response. -2016-08-02 13:21:03.050 +05:30 [Information] Executed action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" in 3537.4014ms -2016-08-02 13:21:03.097 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 13:21:03.097 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterFollowerCount?groupId=2&userId=2 -2016-08-02 13:21:03.101 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetIncommingMessage?groupId=2&userId=2 -2016-08-02 13:21:03.104 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterFollowerCount"'. -2016-08-02 13:21:03.109 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetIncommingMessage"'. -2016-08-02 13:21:03.104 +05:30 [Information] Request finished in 3647.0162ms 200 application/json; charset=utf-8 -2016-08-02 13:21:03.102 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 13:21:03.143 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" -2016-08-02 13:21:03.143 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 13:21:03.144 +05:30 [Debug] Connection id ""0HKTQL22ICQT7"" completed keep alive response. -2016-08-02 13:21:03.145 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 13:21:03.144 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" -2016-08-02 13:21:03.149 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 13:21:03.154 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/FacebookfanPageCount?groupId=2&userId=2 -2016-08-02 13:21:03.156 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 13:21:03.155 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 13:21:03.159 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 13:21:03.158 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/FacebookfanPageCount"'. -2016-08-02 13:21:03.162 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" -2016-08-02 13:21:03.163 +05:30 [Information] Executed action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" in 3703.8181ms -2016-08-02 13:21:03.170 +05:30 [Information] Request finished in 3736.7089ms 200 application/json; charset=utf-8 -2016-08-02 13:21:03.171 +05:30 [Debug] Connection id ""0HKTQL22ICQT6"" completed keep alive response. -2016-08-02 13:21:03.175 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterRecentFollower?groupId=2 -2016-08-02 13:21:03.176 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterRecentFollower"'. -2016-08-02 13:21:03.176 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" -2016-08-02 13:21:03.185 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" in 3769.4664ms -2016-08-02 13:21:03.189 +05:30 [Information] Request finished in 3778.3893ms 200 application/json; charset=utf-8 -2016-08-02 13:21:03.190 +05:30 [Debug] Connection id ""0HKTQL22ICQT5"" completed keep alive response. -2016-08-02 13:21:03.721 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" with arguments (["2", "2"]) - ModelState is Valid -2016-08-02 13:21:03.805 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 13:21:03.806 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 13:21:03.807 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 13:21:03.809 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 13:21:03.812 +05:30 [Information] Executed action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" in 1267.8083ms -2016-08-02 13:21:03.815 +05:30 [Information] Request finished in 1415.1384ms 200 application/json; charset=utf-8 -2016-08-02 13:21:03.816 +05:30 [Debug] Connection id ""0HKTQL22ICQT2"" completed keep alive response. -2016-08-02 13:21:04.327 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=2 -2016-08-02 13:21:04.328 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-02 13:21:04.329 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-02 13:21:06.278 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" with arguments (["2", "2"]) - ModelState is Valid -2016-08-02 13:21:06.394 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" with arguments (["2", "2"]) - ModelState is Valid -2016-08-02 13:21:06.399 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-02 13:21:06.435 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" with arguments (["2", "2"]) - ModelState is Valid -2016-08-02 13:21:06.436 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 13:21:06.439 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 13:21:06.472 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 13:21:06.473 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 13:21:06.474 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-02 13:21:06.456 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 13:21:06.474 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 13:21:06.479 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 13:21:06.478 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 13:21:06.485 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-02 13:21:06.482 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 13:21:06.485 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 13:21:06.487 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" in 3336.9351ms -2016-08-02 13:21:06.492 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 13:21:06.493 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" in 3314.1722ms -2016-08-02 13:21:06.495 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-02 13:21:06.491 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 13:21:06.518 +05:30 [Information] Request finished in 3466.9259ms 200 text/plain; charset=utf-8 -2016-08-02 13:21:06.521 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 13:21:06.520 +05:30 [Information] Request finished in 3324.0443ms 200 application/json; charset=utf-8 -2016-08-02 13:21:06.526 +05:30 [Debug] Connection id ""0HKTQL22ICQT6"" completed keep alive response. -2016-08-02 13:21:06.524 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" in 3356.9363ms -2016-08-02 13:21:06.524 +05:30 [Debug] Connection id ""0HKTQL22ICQT3"" completed keep alive response. -2016-08-02 13:21:06.530 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" in 3370.6808ms -2016-08-02 13:21:06.534 +05:30 [Information] Request finished in 3379.709ms 200 text/plain; charset=utf-8 -2016-08-02 13:21:06.536 +05:30 [Debug] Connection id ""0HKTQL22ICQT7"" completed keep alive response. -2016-08-02 13:21:06.539 +05:30 [Information] Request finished in 3486.9679ms 200 text/plain; charset=utf-8 -2016-08-02 13:21:06.540 +05:30 [Debug] Connection id ""0HKTQL22ICQT4"" completed keep alive response. -2016-08-02 13:21:07.467 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-02 13:21:07.573 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 13:21:07.574 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 13:21:07.575 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 13:21:07.581 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 3246.1396ms -2016-08-02 13:21:07.584 +05:30 [Information] Request finished in 3257.2219ms 200 application/json; charset=utf-8 -2016-08-02 13:21:07.585 +05:30 [Debug] Connection id ""0HKTQL22ICQT5"" completed keep alive response. -2016-08-02 13:21:07.597 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=3 -2016-08-02 13:21:07.598 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-02 13:21:07.598 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-02 13:21:09.733 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-02 13:21:09.868 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 13:21:09.870 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 13:21:09.874 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 13:21:09.879 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 2276.922ms -2016-08-02 13:21:09.886 +05:30 [Information] Request finished in 2286.8266ms 200 application/json; charset=utf-8 -2016-08-02 13:21:09.887 +05:30 [Debug] Connection id ""0HKTQL22ICQT2"" completed keep alive response. -2016-08-02 13:21:11.021 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=3 -2016-08-02 13:21:11.022 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-08-02 13:21:11.023 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-08-02 13:21:11.293 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=3 -2016-08-02 13:21:11.294 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-08-02 13:21:11.294 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-08-02 13:21:11.343 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=3 -2016-08-02 13:21:11.345 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-08-02 13:21:11.347 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-08-02 13:21:11.368 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Instagram/GetInstagramProfiles?groupId=3 -2016-08-02 13:21:11.371 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Instagram/GetInstagramProfiles"'. -2016-08-02 13:21:11.372 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" -2016-08-02 13:21:11.388 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Google/GetGplusProfiles?groupId=3 -2016-08-02 13:21:11.389 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GetGplusProfiles"'. -2016-08-02 13:21:11.389 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" -2016-08-02 13:21:11.437 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/LinkedIn/GetLinkedInCompanyPagesProfiles?groupId=3 -2016-08-02 13:21:11.443 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/LinkedIn/GetLinkedInCompanyPagesProfiles"'. -2016-08-02 13:21:11.443 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" -2016-08-02 13:21:13.575 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-02 13:21:13.674 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 13:21:13.676 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 13:21:13.676 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 13:21:13.679 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 13:21:13.684 +05:30 [Information] Executed action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" in 2235.994ms -2016-08-02 13:21:13.698 +05:30 [Information] Request finished in 2403.407ms 200 application/json; charset=utf-8 -2016-08-02 13:21:13.700 +05:30 [Debug] Connection id ""0HKTQL22ICQT5"" completed keep alive response. -2016-08-02 13:21:13.708 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/SocialMessages/GetAllSentMessagesCount?groupId=3&userId=2 -2016-08-02 13:21:13.710 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/SocialMessages/GetAllSentMessagesCount"'. -2016-08-02 13:21:13.710 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" -2016-08-02 13:21:14.068 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-02 13:21:14.150 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 13:21:14.150 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 13:21:14.151 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 13:21:14.152 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 13:21:14.155 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 3129.2245ms -2016-08-02 13:21:14.160 +05:30 [Information] Request finished in 3148.9927ms 200 application/json; charset=utf-8 -2016-08-02 13:21:14.161 +05:30 [Debug] Connection id ""0HKTQL22ICQT3"" completed keep alive response. -2016-08-02 13:21:14.166 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetIncommingMessage?groupId=3&userId=2 -2016-08-02 13:21:14.167 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetIncommingMessage"'. -2016-08-02 13:21:14.168 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" -2016-08-02 13:21:14.432 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-02 13:21:14.606 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-02 13:21:14.628 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-02 13:21:14.652 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-02 13:21:14.755 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 13:21:14.756 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 13:21:14.757 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 13:21:14.829 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 13:21:14.859 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 13:21:14.860 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 13:21:14.862 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 13:21:14.882 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 3510.5736ms -2016-08-02 13:21:14.898 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 13:21:14.918 +05:30 [Information] Executed action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" in 3542.5236ms -2016-08-02 13:21:14.918 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 13:21:14.934 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 13:21:14.934 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 13:21:14.936 +05:30 [Information] Request finished in 3640.9022ms 200 application/json; charset=utf-8 -2016-08-02 13:21:14.937 +05:30 [Debug] Connection id ""0HKTQL22ICQT6"" completed keep alive response. -2016-08-02 13:21:14.953 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 13:21:14.953 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 13:21:14.956 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 13:21:14.958 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 13:21:14.961 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" in 3566.2128ms -2016-08-02 13:21:14.963 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 13:21:14.968 +05:30 [Information] Request finished in 3665.4158ms 200 application/json; charset=utf-8 -2016-08-02 13:21:14.969 +05:30 [Debug] Connection id ""0HKTQL22ICQT2"" completed keep alive response. -2016-08-02 13:21:14.976 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 3668.1444ms -2016-08-02 13:21:14.981 +05:30 [Information] Request finished in 3692.0418ms 200 application/json; charset=utf-8 -2016-08-02 13:21:14.981 +05:30 [Debug] Connection id ""0HKTQL22ICQT4"" completed keep alive response. -2016-08-02 13:21:14.987 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterFollowerCount?groupId=3&userId=2 -2016-08-02 13:21:14.988 +05:30 [Information] Request finished in 3708.6928ms 200 application/json; charset=utf-8 -2016-08-02 13:21:14.989 +05:30 [Debug] Connection id ""0HKTQL22ICQT7"" completed keep alive response. -2016-08-02 13:21:14.990 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterFollowerCount"'. -2016-08-02 13:21:14.991 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/FacebookfanPageCount?groupId=3&userId=2 -2016-08-02 13:21:14.991 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" -2016-08-02 13:21:14.992 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/FacebookfanPageCount"'. -2016-08-02 13:21:14.994 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" -2016-08-02 13:21:15.044 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterRecentFollower?groupId=3 -2016-08-02 13:21:15.045 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterRecentFollower"'. -2016-08-02 13:21:15.046 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" -2016-08-02 13:21:16.668 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" with arguments (["3", "2"]) - ModelState is Valid -2016-08-02 13:21:16.721 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 13:21:16.722 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 13:21:16.722 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-02 13:21:16.724 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 13:21:16.727 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" in 2556.9224ms -2016-08-02 13:21:16.732 +05:30 [Information] Request finished in 2565.8554ms 200 text/plain; charset=utf-8 -2016-08-02 13:21:16.733 +05:30 [Debug] Connection id ""0HKTQL22ICQT3"" completed keep alive response. -2016-08-02 13:21:16.826 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" with arguments (["2", "3"]) - ModelState is Valid -2016-08-02 13:21:16.895 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 13:21:16.896 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 13:21:16.897 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 13:21:16.899 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 13:21:16.901 +05:30 [Information] Executed action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" in 3189.6254ms -2016-08-02 13:21:16.906 +05:30 [Information] Request finished in 3197.234ms 200 application/json; charset=utf-8 -2016-08-02 13:21:16.907 +05:30 [Debug] Connection id ""0HKTQL22ICQT5"" completed keep alive response. -2016-08-02 13:21:17.132 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" with arguments (["2", "3"]) - ModelState is Valid -2016-08-02 13:21:17.186 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 13:21:17.187 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 13:21:17.187 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-02 13:21:17.189 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 13:21:17.193 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" in 2196.0282ms -2016-08-02 13:21:17.198 +05:30 [Information] Request finished in 2209.6881ms 200 text/plain; charset=utf-8 -2016-08-02 13:21:17.198 +05:30 [Debug] Connection id ""0HKTQL22ICQT2"" completed keep alive response. -2016-08-02 13:21:18.063 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" with arguments (["3", "2"]) - ModelState is Valid -2016-08-02 13:21:18.098 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-02 13:21:18.134 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 13:21:18.135 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 13:21:18.136 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-02 13:21:18.138 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 13:21:18.140 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" in 3146.2296ms -2016-08-02 13:21:18.144 +05:30 [Information] Request finished in 3166.2453ms 200 text/plain; charset=utf-8 -2016-08-02 13:21:18.144 +05:30 [Debug] Connection id ""0HKTQL22ICQT6"" completed keep alive response. -2016-08-02 13:21:19.793 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 13:21:19.794 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 13:21:19.795 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 13:21:19.798 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 13:21:19.802 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" in 4752.8057ms -2016-08-02 13:21:19.808 +05:30 [Information] Request finished in 4765.7111ms 200 application/json; charset=utf-8 -2016-08-02 13:21:19.811 +05:30 [Debug] Connection id ""0HKTQL22ICQT4"" completed keep alive response. -2016-08-02 13:21:24.553 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Task/GetAllPendingTasksOfUserAndGroup?groupId=3&userId=2 -2016-08-02 13:21:24.554 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Task/GetAllPendingTasksOfUserAndGroup"'. -2016-08-02 13:21:24.557 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TaskController.GetAllPendingTasksOfUserAndGroup (Api.Socioboard)" -2016-08-02 13:21:27.645 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TaskController.GetAllPendingTasksOfUserAndGroup (Api.Socioboard)" with arguments (["2", "3"]) - ModelState is Valid -2016-08-02 13:21:27.779 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TaskController.GetAllPendingTasksOfUserAndGroup (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 13:21:27.780 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 13:21:27.780 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 13:21:27.782 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 13:21:27.827 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TaskController.GetAllPendingTasksOfUserAndGroup (Api.Socioboard)" in 3266.0792ms -2016-08-02 13:21:27.832 +05:30 [Information] Request finished in 3280.1806ms 200 application/json; charset=utf-8 -2016-08-02 13:21:27.833 +05:30 [Debug] Connection id ""0HKTQL22ICQT7"" completed keep alive response. -2016-08-02 13:24:14.035 +05:30 [Debug] Connection id ""0HKTQL22ICQT3"" received FIN. -2016-08-02 13:24:14.036 +05:30 [Debug] Connection id ""0HKTQL22ICQT5"" received FIN. -2016-08-02 13:24:14.037 +05:30 [Debug] Connection id ""0HKTQL22ICQT7"" received FIN. -2016-08-02 13:24:14.037 +05:30 [Debug] Connection id ""0HKTQL22ICQT5"" disconnecting. -2016-08-02 13:24:14.036 +05:30 [Debug] Connection id ""0HKTQL22ICQT3"" disconnecting. -2016-08-02 13:24:14.038 +05:30 [Debug] Connection id ""0HKTQL22ICQT7"" disconnecting. -2016-08-02 13:24:14.035 +05:30 [Debug] Connection id ""0HKTQL22ICQT2"" received FIN. -2016-08-02 13:24:14.045 +05:30 [Debug] Connection id ""0HKTQL22ICQT6"" received FIN. -2016-08-02 13:24:14.045 +05:30 [Debug] Connection id ""0HKTQL22ICQT4"" received FIN. -2016-08-02 13:24:14.045 +05:30 [Debug] Connection id ""0HKTQL22ICQT2"" disconnecting. -2016-08-02 13:24:14.048 +05:30 [Debug] Connection id ""0HKTQL22ICQT4"" disconnecting. -2016-08-02 13:24:14.045 +05:30 [Debug] Connection id ""0HKTQL22ICQT6"" disconnecting. -2016-08-02 13:24:14.041 +05:30 [Debug] Connection id ""0HKTQL22ICQT5"" sending FIN. -2016-08-02 13:24:14.048 +05:30 [Debug] Connection id ""0HKTQL22ICQT2"" sending FIN. -2016-08-02 13:24:14.053 +05:30 [Debug] Connection id ""0HKTQL22ICQT4"" sending FIN. -2016-08-02 13:24:14.054 +05:30 [Debug] Connection id ""0HKTQL22ICQT6"" sending FIN. -2016-08-02 13:24:14.055 +05:30 [Debug] Connection id ""0HKTQL22ICQT6"" sent FIN with status "0". -2016-08-02 13:24:14.056 +05:30 [Debug] Connection id ""0HKTQL22ICQT6"" stopped. -2016-08-02 13:24:14.057 +05:30 [Debug] Connection id ""0HKTQL22ICQT4"" sent FIN with status "0". -2016-08-02 13:24:14.051 +05:30 [Debug] Connection id ""0HKTQL22ICQT3"" sending FIN. -2016-08-02 13:24:14.059 +05:30 [Debug] Connection id ""0HKTQL22ICQT4"" stopped. -2016-08-02 13:24:14.061 +05:30 [Debug] Connection id ""0HKTQL22ICQT2"" sent FIN with status "0". -2016-08-02 13:24:14.062 +05:30 [Debug] Connection id ""0HKTQL22ICQT2"" stopped. -2016-08-02 13:24:14.059 +05:30 [Debug] Connection id ""0HKTQL22ICQT7"" sending FIN. -2016-08-02 13:24:14.064 +05:30 [Debug] Connection id ""0HKTQL22ICQT7"" sent FIN with status "0". -2016-08-02 13:24:14.065 +05:30 [Debug] Connection id ""0HKTQL22ICQT7"" stopped. -2016-08-02 13:24:14.066 +05:30 [Debug] Connection id ""0HKTQL22ICQT3"" sent FIN with status "0". -2016-08-02 13:24:14.067 +05:30 [Debug] Connection id ""0HKTQL22ICQT3"" stopped. -2016-08-02 13:24:14.067 +05:30 [Debug] Connection id ""0HKTQL22ICQT5"" sent FIN with status "0". -2016-08-02 13:24:14.068 +05:30 [Debug] Connection id ""0HKTQL22ICQT5"" stopped. -2016-08-02 13:25:29.405 +05:30 [Debug] Connection id ""0HKTQL22ICQT8"" started. -2016-08-02 13:25:29.408 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=2 -2016-08-02 13:25:29.410 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-02 13:25:29.411 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-02 13:25:32.495 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-02 13:25:32.692 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 13:25:32.694 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 13:25:32.697 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 13:25:32.701 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 3287.2374ms -2016-08-02 13:25:32.707 +05:30 [Information] Request finished in 3299.1697ms 200 application/json; charset=utf-8 -2016-08-02 13:25:32.709 +05:30 [Debug] Connection id ""0HKTQL22ICQT8"" completed keep alive response. -2016-08-02 13:25:32.721 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=3 -2016-08-02 13:25:32.723 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-02 13:25:32.725 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-02 13:25:33.901 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-02 13:25:33.966 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 13:25:33.967 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 13:25:33.969 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 13:25:33.973 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 1244.9988ms -2016-08-02 13:25:33.977 +05:30 [Information] Request finished in 1261.1429ms 200 application/json; charset=utf-8 -2016-08-02 13:25:33.977 +05:30 [Debug] Connection id ""0HKTQL22ICQT8"" completed keep alive response. -2016-08-02 13:25:35.712 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=3 -2016-08-02 13:25:35.714 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-08-02 13:25:35.716 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-08-02 13:25:35.801 +05:30 [Debug] Connection id ""0HKTQL22ICQT9"" started. -2016-08-02 13:25:35.807 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Task/GetAllPendingTasksOfUserAndGroup?groupId=3&userId=2 -2016-08-02 13:25:35.809 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Task/GetAllPendingTasksOfUserAndGroup"'. -2016-08-02 13:25:35.810 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TaskController.GetAllPendingTasksOfUserAndGroup (Api.Socioboard)" -2016-08-02 13:25:38.782 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-02 13:25:38.935 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 13:25:38.937 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 13:25:38.938 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 13:25:38.942 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TaskController.GetAllPendingTasksOfUserAndGroup (Api.Socioboard)" with arguments (["2", "3"]) - ModelState is Valid -2016-08-02 13:25:38.944 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 13:25:38.953 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 3229.863ms -2016-08-02 13:25:38.963 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TaskController.GetAllPendingTasksOfUserAndGroup (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 13:25:38.964 +05:30 [Information] Request finished in 3249.6243ms 200 application/json; charset=utf-8 -2016-08-02 13:25:38.965 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 13:25:38.967 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 13:25:38.966 +05:30 [Debug] Connection id ""0HKTQL22ICQT8"" completed keep alive response. -2016-08-02 13:25:38.970 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 13:25:38.973 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TaskController.GetAllPendingTasksOfUserAndGroup (Api.Socioboard)" in 3161.3463ms -2016-08-02 13:25:38.977 +05:30 [Information] Request finished in 3173.655ms 200 application/json; charset=utf-8 -2016-08-02 13:25:38.977 +05:30 [Debug] Connection id ""0HKTQL22ICQT9"" completed keep alive response. -2016-08-02 13:26:00.629 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=2 -2016-08-02 13:26:00.629 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-02 13:26:00.630 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-02 13:26:03.676 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-02 13:26:03.747 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 13:26:03.748 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 13:26:03.749 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 13:26:03.751 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 3119.7539ms -2016-08-02 13:26:03.755 +05:30 [Information] Request finished in 3126.2885ms 200 application/json; charset=utf-8 -2016-08-02 13:26:03.755 +05:30 [Debug] Connection id ""0HKTQL22ICQT8"" completed keep alive response. -2016-08-02 13:26:03.760 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=3 -2016-08-02 13:26:03.761 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-02 13:26:03.761 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-02 13:26:06.830 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-02 13:26:06.953 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 13:26:06.955 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 13:26:06.958 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 13:26:06.960 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 3197.4511ms -2016-08-02 13:26:06.966 +05:30 [Information] Request finished in 3204.0363ms 200 application/json; charset=utf-8 -2016-08-02 13:26:06.967 +05:30 [Debug] Connection id ""0HKTQL22ICQT9"" completed keep alive response. -2016-08-02 13:26:08.484 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=3 -2016-08-02 13:26:08.485 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-08-02 13:26:08.485 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-08-02 13:26:08.580 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Task/GetAllPendingTasksOfUserAndGroup?groupId=3&userId=2 -2016-08-02 13:26:08.581 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Task/GetAllPendingTasksOfUserAndGroup"'. -2016-08-02 13:26:08.581 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TaskController.GetAllPendingTasksOfUserAndGroup (Api.Socioboard)" -2016-08-02 13:26:11.556 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-02 13:26:11.665 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TaskController.GetAllPendingTasksOfUserAndGroup (Api.Socioboard)" with arguments (["2", "3"]) - ModelState is Valid -2016-08-02 13:26:11.709 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 13:26:11.711 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 13:26:11.712 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 13:26:11.715 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 13:26:11.720 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 3230.1053ms -2016-08-02 13:26:11.726 +05:30 [Information] Request finished in 3240.7549ms 200 application/json; charset=utf-8 -2016-08-02 13:26:11.727 +05:30 [Debug] Connection id ""0HKTQL22ICQT8"" completed keep alive response. -2016-08-02 13:26:11.729 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TaskController.GetAllPendingTasksOfUserAndGroup (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 13:26:11.733 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 13:26:11.733 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 13:26:11.735 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 13:26:11.739 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TaskController.GetAllPendingTasksOfUserAndGroup (Api.Socioboard)" in 3153.5643ms -2016-08-02 13:26:11.743 +05:30 [Information] Request finished in 3161.5558ms 200 application/json; charset=utf-8 -2016-08-02 13:26:11.743 +05:30 [Debug] Connection id ""0HKTQL22ICQT9"" completed keep alive response. -2016-08-02 13:26:26.292 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=2 -2016-08-02 13:26:26.293 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-02 13:26:26.294 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-02 13:26:29.348 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-02 13:26:29.440 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 13:26:29.441 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 13:26:29.442 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 13:26:29.444 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 3146.796ms -2016-08-02 13:26:29.447 +05:30 [Information] Request finished in 3154.1267ms 200 application/json; charset=utf-8 -2016-08-02 13:26:29.447 +05:30 [Debug] Connection id ""0HKTQL22ICQT8"" completed keep alive response. -2016-08-02 13:26:29.451 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=3 -2016-08-02 13:26:29.452 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-02 13:26:29.453 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-02 13:26:32.517 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-02 13:26:32.595 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 13:26:32.596 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 13:26:32.598 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 13:26:32.599 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 3145.1819ms -2016-08-02 13:26:32.602 +05:30 [Information] Request finished in 3151.2753ms 200 application/json; charset=utf-8 -2016-08-02 13:26:32.603 +05:30 [Debug] Connection id ""0HKTQL22ICQT9"" completed keep alive response. -2016-08-02 13:26:33.940 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=3 -2016-08-02 13:26:33.941 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-08-02 13:26:33.942 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-08-02 13:26:33.990 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Task/GetAllPendingTasksOfUserAndGroup?groupId=3&userId=2 -2016-08-02 13:26:33.991 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Task/GetAllPendingTasksOfUserAndGroup"'. -2016-08-02 13:26:33.991 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TaskController.GetAllPendingTasksOfUserAndGroup (Api.Socioboard)" -2016-08-02 13:26:36.070 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-02 13:26:36.160 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 13:26:36.161 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 13:26:36.162 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 13:26:36.164 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 13:26:36.167 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 2222.8735ms -2016-08-02 13:26:36.171 +05:30 [Information] Request finished in 2234.8171ms 200 application/json; charset=utf-8 -2016-08-02 13:26:36.171 +05:30 [Debug] Connection id ""0HKTQL22ICQT8"" completed keep alive response. -2016-08-02 13:26:37.066 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TaskController.GetAllPendingTasksOfUserAndGroup (Api.Socioboard)" with arguments (["2", "3"]) - ModelState is Valid -2016-08-02 13:26:37.086 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TaskController.GetAllPendingTasksOfUserAndGroup (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 13:26:37.087 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 13:26:37.088 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 13:26:37.091 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 13:26:37.097 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TaskController.GetAllPendingTasksOfUserAndGroup (Api.Socioboard)" in 3101.0282ms -2016-08-02 13:26:37.102 +05:30 [Information] Request finished in 3111.4237ms 200 application/json; charset=utf-8 -2016-08-02 13:26:37.103 +05:30 [Debug] Connection id ""0HKTQL22ICQT9"" completed keep alive response. -2016-08-02 13:26:50.709 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=2 -2016-08-02 13:26:50.710 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-02 13:26:50.710 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-02 13:26:53.757 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-02 13:26:53.898 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 13:26:53.899 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 13:26:53.901 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 13:26:53.904 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 3191.8723ms -2016-08-02 13:26:53.907 +05:30 [Information] Request finished in 3198.5126ms 200 application/json; charset=utf-8 -2016-08-02 13:26:53.908 +05:30 [Debug] Connection id ""0HKTQL22ICQT8"" completed keep alive response. -2016-08-02 13:26:53.914 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=3 -2016-08-02 13:26:53.915 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-02 13:26:53.916 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-02 13:26:56.988 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-02 13:26:57.110 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 13:26:57.112 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 13:26:57.115 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 13:26:57.119 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 3200.5189ms -2016-08-02 13:26:57.125 +05:30 [Information] Request finished in 3210.6872ms 200 application/json; charset=utf-8 -2016-08-02 13:26:57.126 +05:30 [Debug] Connection id ""0HKTQL22ICQT9"" completed keep alive response. -2016-08-02 13:26:58.544 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=3 -2016-08-02 13:26:58.545 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-08-02 13:26:58.545 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-08-02 13:26:58.750 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Task/GetAllPendingTasksOfUserAndGroup?groupId=3&userId=2 -2016-08-02 13:26:58.751 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Task/GetAllPendingTasksOfUserAndGroup"'. -2016-08-02 13:26:58.752 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TaskController.GetAllPendingTasksOfUserAndGroup (Api.Socioboard)" -2016-08-02 13:27:00.866 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TaskController.GetAllPendingTasksOfUserAndGroup (Api.Socioboard)" with arguments (["2", "3"]) - ModelState is Valid -2016-08-02 13:27:00.885 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TaskController.GetAllPendingTasksOfUserAndGroup (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 13:27:00.886 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 13:27:00.887 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 13:27:00.888 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 13:27:00.893 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TaskController.GetAllPendingTasksOfUserAndGroup (Api.Socioboard)" in 2137.2099ms -2016-08-02 13:27:00.898 +05:30 [Information] Request finished in 2148.2241ms 200 application/json; charset=utf-8 -2016-08-02 13:27:00.899 +05:30 [Debug] Connection id ""0HKTQL22ICQT9"" completed keep alive response. -2016-08-02 13:27:01.609 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-02 13:27:01.678 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 13:27:01.679 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 13:27:01.679 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 13:27:01.681 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 13:27:01.683 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 3136.2513ms -2016-08-02 13:27:01.686 +05:30 [Information] Request finished in 3143.4029ms 200 application/json; charset=utf-8 -2016-08-02 13:27:01.687 +05:30 [Debug] Connection id ""0HKTQL22ICQT8"" completed keep alive response. -2016-08-02 13:27:45.215 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=2 -2016-08-02 13:27:45.216 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-02 13:27:45.218 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-02 13:27:48.275 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-02 13:27:48.382 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 13:27:48.383 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 13:27:48.386 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 13:27:48.388 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 3168.0122ms -2016-08-02 13:27:48.392 +05:30 [Information] Request finished in 3178.4556ms 200 application/json; charset=utf-8 -2016-08-02 13:27:48.393 +05:30 [Debug] Connection id ""0HKTQL22ICQT9"" completed keep alive response. -2016-08-02 13:27:48.401 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=3 -2016-08-02 13:27:48.403 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-02 13:27:48.404 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-02 13:27:51.461 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-02 13:27:51.557 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 13:27:51.559 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 13:27:51.562 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 13:27:51.566 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 3158.7899ms -2016-08-02 13:27:51.570 +05:30 [Information] Request finished in 3170.2036ms 200 application/json; charset=utf-8 -2016-08-02 13:27:51.571 +05:30 [Debug] Connection id ""0HKTQL22ICQT8"" completed keep alive response. -2016-08-02 13:27:53.416 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=3 -2016-08-02 13:27:53.418 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-08-02 13:27:53.419 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-08-02 13:27:53.697 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Task/GetAllPendingTasksOfUserAndGroup?groupId=3&userId=2 -2016-08-02 13:27:53.698 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Task/GetAllPendingTasksOfUserAndGroup"'. -2016-08-02 13:27:53.699 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TaskController.GetAllPendingTasksOfUserAndGroup (Api.Socioboard)" -2016-08-02 13:27:55.546 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-02 13:27:55.668 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 13:27:55.669 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 13:27:55.670 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 13:27:55.671 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 13:27:55.674 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 2249.9484ms -2016-08-02 13:27:55.678 +05:30 [Information] Request finished in 2265.6376ms 200 application/json; charset=utf-8 -2016-08-02 13:27:55.679 +05:30 [Debug] Connection id ""0HKTQL22ICQT9"" completed keep alive response. -2016-08-02 13:27:56.762 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TaskController.GetAllPendingTasksOfUserAndGroup (Api.Socioboard)" with arguments (["2", "3"]) - ModelState is Valid -2016-08-02 13:27:56.787 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TaskController.GetAllPendingTasksOfUserAndGroup (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 13:27:56.788 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 13:27:56.789 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 13:27:56.791 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 13:27:56.793 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TaskController.GetAllPendingTasksOfUserAndGroup (Api.Socioboard)" in 3092.2438ms -2016-08-02 13:27:56.797 +05:30 [Information] Request finished in 3100.9808ms 200 application/json; charset=utf-8 -2016-08-02 13:27:56.798 +05:30 [Debug] Connection id ""0HKTQL22ICQT8"" completed keep alive response. -2016-08-02 13:30:14.035 +05:30 [Debug] Connection id ""0HKTQL22ICQT9"" received FIN. -2016-08-02 13:30:14.037 +05:30 [Debug] Connection id ""0HKTQL22ICQT9"" disconnecting. -2016-08-02 13:30:14.038 +05:30 [Debug] Connection id ""0HKTQL22ICQT9"" sending FIN. -2016-08-02 13:30:14.039 +05:30 [Debug] Connection id ""0HKTQL22ICQT9"" sent FIN with status "0". -2016-08-02 13:30:14.040 +05:30 [Debug] Connection id ""0HKTQL22ICQT9"" stopped. -2016-08-02 13:30:14.035 +05:30 [Debug] Connection id ""0HKTQL22ICQT8"" received FIN. -2016-08-02 13:30:14.041 +05:30 [Debug] Connection id ""0HKTQL22ICQT8"" disconnecting. -2016-08-02 13:30:14.042 +05:30 [Debug] Connection id ""0HKTQL22ICQT8"" sending FIN. -2016-08-02 13:30:14.044 +05:30 [Debug] Connection id ""0HKTQL22ICQT8"" sent FIN with status "0". -2016-08-02 13:30:14.045 +05:30 [Debug] Connection id ""0HKTQL22ICQT8"" stopped. -2016-08-02 13:35:25.362 +05:30 [Debug] Connection id ""0HKTQL22ICQTA"" started. -2016-08-02 13:35:25.365 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=2 -2016-08-02 13:35:25.366 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-02 13:35:25.367 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-02 13:35:28.416 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-02 13:35:28.521 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 13:35:28.522 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 13:35:28.523 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 13:35:28.525 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 3156.1864ms -2016-08-02 13:35:28.528 +05:30 [Information] Request finished in 3163.7262ms 200 application/json; charset=utf-8 -2016-08-02 13:35:28.528 +05:30 [Debug] Connection id ""0HKTQL22ICQTA"" completed keep alive response. -2016-08-02 13:35:28.532 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=3 -2016-08-02 13:35:28.533 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-02 13:35:28.534 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-02 13:35:30.639 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-02 13:35:30.714 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 13:35:30.715 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 13:35:30.716 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 13:35:30.718 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 2181.3568ms -2016-08-02 13:35:30.721 +05:30 [Information] Request finished in 2187.7961ms 200 application/json; charset=utf-8 -2016-08-02 13:35:30.721 +05:30 [Debug] Connection id ""0HKTQL22ICQTA"" completed keep alive response. -2016-08-02 13:35:33.377 +05:30 [Debug] Connection id ""0HKTQL22ICQTB"" started. -2016-08-02 13:35:33.386 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Task/GetAllPendingTasksOfUserAndGroup?groupId=3&userId=2 -2016-08-02 13:35:33.399 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=3 -2016-08-02 13:35:33.405 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-08-02 13:35:33.406 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-08-02 13:35:33.404 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Task/GetAllPendingTasksOfUserAndGroup"'. -2016-08-02 13:35:33.468 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TaskController.GetAllPendingTasksOfUserAndGroup (Api.Socioboard)" -2016-08-02 13:35:36.498 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-02 13:35:36.620 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TaskController.GetAllPendingTasksOfUserAndGroup (Api.Socioboard)" with arguments (["2", "3"]) - ModelState is Valid -2016-08-02 13:35:36.620 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 13:35:36.625 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 13:35:36.625 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 13:35:36.626 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 13:35:36.631 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 3220.3085ms -2016-08-02 13:35:36.643 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TaskController.GetAllPendingTasksOfUserAndGroup (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 13:35:36.645 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 13:35:36.645 +05:30 [Information] Request finished in 3262.8948ms 200 application/json; charset=utf-8 -2016-08-02 13:35:36.645 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 13:35:36.646 +05:30 [Debug] Connection id ""0HKTQL22ICQTB"" completed keep alive response. -2016-08-02 13:35:36.652 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 13:35:36.655 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TaskController.GetAllPendingTasksOfUserAndGroup (Api.Socioboard)" in 3184.1754ms -2016-08-02 13:35:36.658 +05:30 [Information] Request finished in 3287.045ms 200 application/json; charset=utf-8 -2016-08-02 13:35:36.660 +05:30 [Debug] Connection id ""0HKTQL22ICQTA"" completed keep alive response. -2016-08-02 13:36:20.240 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=2 -2016-08-02 13:36:20.241 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-02 13:36:20.242 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-02 13:36:23.301 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-02 13:36:23.375 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 13:36:23.376 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 13:36:23.378 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 13:36:23.382 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 3136.479ms -2016-08-02 13:36:23.385 +05:30 [Information] Request finished in 3150.7052ms 200 application/json; charset=utf-8 -2016-08-02 13:36:23.386 +05:30 [Debug] Connection id ""0HKTQL22ICQTB"" completed keep alive response. -2016-08-02 13:36:23.393 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=3 -2016-08-02 13:36:23.394 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-02 13:36:23.395 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-02 13:36:26.465 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-02 13:36:26.598 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 13:36:26.600 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 13:36:26.602 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 13:36:26.605 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 3208.5999ms -2016-08-02 13:36:26.609 +05:30 [Information] Request finished in 3216.0188ms 200 application/json; charset=utf-8 -2016-08-02 13:36:26.611 +05:30 [Debug] Connection id ""0HKTQL22ICQTA"" completed keep alive response. -2016-08-02 13:36:28.163 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Task/GetAllPendingTasksOfUserAndGroup?groupId=3&userId=2 -2016-08-02 13:36:28.164 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Task/GetAllPendingTasksOfUserAndGroup"'. -2016-08-02 13:36:28.165 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TaskController.GetAllPendingTasksOfUserAndGroup (Api.Socioboard)" -2016-08-02 13:36:28.520 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=3 -2016-08-02 13:36:28.523 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-08-02 13:36:28.524 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-08-02 13:36:31.317 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TaskController.GetAllPendingTasksOfUserAndGroup (Api.Socioboard)" with arguments (["2", "3"]) - ModelState is Valid -2016-08-02 13:36:31.336 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TaskController.GetAllPendingTasksOfUserAndGroup (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 13:36:31.337 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 13:36:31.337 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 13:36:31.340 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 13:36:31.342 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TaskController.GetAllPendingTasksOfUserAndGroup (Api.Socioboard)" in 3174.7384ms -2016-08-02 13:36:31.350 +05:30 [Information] Request finished in 3197.9782ms 200 application/json; charset=utf-8 -2016-08-02 13:36:31.350 +05:30 [Debug] Connection id ""0HKTQL22ICQTB"" completed keep alive response. -2016-08-02 13:36:31.573 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-02 13:36:31.648 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 13:36:31.649 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 13:36:31.650 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 13:36:31.651 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 13:36:31.654 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 3125.5329ms -2016-08-02 13:36:31.657 +05:30 [Information] Request finished in 3139.4852ms 200 application/json; charset=utf-8 -2016-08-02 13:36:31.658 +05:30 [Debug] Connection id ""0HKTQL22ICQTA"" completed keep alive response. -2016-08-02 13:36:39.012 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/Task/AddComment?taskId=579f30c1f1f09d0c6c597451&userId=2&commentText=Hii 0 -2016-08-02 13:36:39.014 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Task/AddComment"'. -2016-08-02 13:36:39.017 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TaskController.AddComment (Api.Socioboard)" -2016-08-02 13:36:42.136 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TaskController.AddComment (Api.Socioboard)" with arguments (["Domain.Socioboard.ViewModels.CommentViewModel"]) - ModelState is Valid -2016-08-02 13:37:18.877 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TaskController.AddComment (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 13:37:18.879 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 13:37:18.880 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-02 13:37:18.903 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 13:37:18.910 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TaskController.AddComment (Api.Socioboard)" in 39884.859ms -2016-08-02 13:37:18.918 +05:30 [Information] Request finished in 39903.218ms 200 text/plain; charset=utf-8 -2016-08-02 13:37:18.919 +05:30 [Debug] Connection id ""0HKTQL22ICQTB"" completed keep alive response. -2016-08-02 13:38:14.035 +05:30 [Debug] Connection id ""0HKTQL22ICQTA"" received FIN. -2016-08-02 13:38:14.037 +05:30 [Debug] Connection id ""0HKTQL22ICQTA"" disconnecting. -2016-08-02 13:38:14.038 +05:30 [Debug] Connection id ""0HKTQL22ICQTA"" sending FIN. -2016-08-02 13:38:14.039 +05:30 [Debug] Connection id ""0HKTQL22ICQTA"" sent FIN with status "0". -2016-08-02 13:38:14.041 +05:30 [Debug] Connection id ""0HKTQL22ICQTA"" stopped. -2016-08-02 13:40:14.035 +05:30 [Debug] Connection id ""0HKTQL22ICQTB"" received FIN. -2016-08-02 13:40:14.036 +05:30 [Debug] Connection id ""0HKTQL22ICQTB"" disconnecting. -2016-08-02 13:40:14.038 +05:30 [Debug] Connection id ""0HKTQL22ICQTB"" sending FIN. -2016-08-02 13:40:14.038 +05:30 [Debug] Connection id ""0HKTQL22ICQTB"" sent FIN with status "0". -2016-08-02 13:40:14.039 +05:30 [Debug] Connection id ""0HKTQL22ICQTB"" stopped. -2016-08-02 13:48:20.220 +05:30 [Debug] Connection id ""0HKTQL22ICQTC"" started. -2016-08-02 13:48:20.223 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=2 -2016-08-02 13:48:20.224 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-02 13:48:20.225 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-02 13:48:23.306 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-02 13:48:23.415 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 13:48:23.420 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 13:48:23.421 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 13:48:23.425 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 3198.4567ms -2016-08-02 13:48:23.429 +05:30 [Information] Request finished in 3206.5774ms 200 application/json; charset=utf-8 -2016-08-02 13:48:23.429 +05:30 [Debug] Connection id ""0HKTQL22ICQTC"" completed keep alive response. -2016-08-02 13:48:23.434 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=3 -2016-08-02 13:48:23.435 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-02 13:48:23.436 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-02 13:48:26.497 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-02 13:48:26.562 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 13:48:26.562 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 13:48:26.563 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 13:48:26.566 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 3127.9909ms -2016-08-02 13:48:26.569 +05:30 [Information] Request finished in 3134.9399ms 200 application/json; charset=utf-8 -2016-08-02 13:48:26.570 +05:30 [Debug] Connection id ""0HKTQL22ICQTC"" completed keep alive response. -2016-08-02 13:48:28.241 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=3 -2016-08-02 13:48:28.243 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-08-02 13:48:28.243 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-08-02 13:48:28.445 +05:30 [Debug] Connection id ""0HKTQL22ICQTD"" started. -2016-08-02 13:48:28.456 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Task/GetAllPendingTasksOfUserAndGroup?groupId=3&userId=2 -2016-08-02 13:48:28.458 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Task/GetAllPendingTasksOfUserAndGroup"'. -2016-08-02 13:48:28.459 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TaskController.GetAllPendingTasksOfUserAndGroup (Api.Socioboard)" -2016-08-02 13:48:48.057 +05:30 [Debug] Hosting starting -2016-08-02 13:48:48.282 +05:30 [Debug] Connection id ""0HKTQLMGG1L48"" started. -2016-08-02 13:48:48.282 +05:30 [Debug] Connection id ""0HKTQLMGG1L47"" started. -2016-08-02 13:48:48.316 +05:30 [Debug] Hosting started -2016-08-02 13:48:48.463 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-08-02 13:48:48.463 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:6361/ 0 -2016-08-02 13:48:48.545 +05:30 [Information] Request finished in 117.6735ms 200 -2016-08-02 13:48:48.612 +05:30 [Debug] Connection id ""0HKTQLMGG1L47"" completed keep alive response. -2016-08-02 13:48:49.065 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-08-02 13:48:49.136 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"fbe5fd5c-ae47-427b-8f10-53b652cb972e"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-08-02 13:48:49.271 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-08-02 13:48:49.398 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid -2016-08-02 13:48:49.401 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult". -2016-08-02 13:48:49.466 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 13:48:49.472 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 13:48:49.475 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 13:48:49.779 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 492.7773ms -2016-08-02 13:48:49.865 +05:30 [Information] Request finished in 1454.87ms 200 application/json; charset=utf-8 -2016-08-02 13:48:49.868 +05:30 [Debug] Connection id ""0HKTQLMGG1L48"" completed keep alive response. -2016-08-02 13:49:50.323 +05:30 [Debug] Connection id ""0HKTQLMGG1L47"" received FIN. -2016-08-02 13:49:50.325 +05:30 [Debug] Connection id ""0HKTQLMGG1L49"" started. -2016-08-02 13:49:50.327 +05:30 [Debug] Connection id ""0HKTQLMGG1L48"" received FIN. -2016-08-02 13:49:50.346 +05:30 [Debug] Connection id ""0HKTQLMGG1L48"" disconnecting. -2016-08-02 13:49:50.347 +05:30 [Debug] Connection id ""0HKTQLMGG1L48"" sending FIN. -2016-08-02 13:49:50.347 +05:30 [Debug] Connection id ""0HKTQLMGG1L47"" disconnecting. -2016-08-02 13:49:50.348 +05:30 [Debug] Connection id ""0HKTQLMGG1L47"" sending FIN. -2016-08-02 13:49:50.350 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/User/FacebookLogin application/x-www-form-urlencoded 178 -2016-08-02 13:49:50.351 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/FacebookLogin"'. -2016-08-02 13:49:50.356 +05:30 [Debug] Connection id ""0HKTQLMGG1L48"" sent FIN with status "0". -2016-08-02 13:49:50.356 +05:30 [Debug] Connection id ""0HKTQLMGG1L47"" sent FIN with status "0". -2016-08-02 13:49:50.359 +05:30 [Debug] Connection id ""0HKTQLMGG1L48"" stopped. -2016-08-02 13:49:50.359 +05:30 [Debug] Connection id ""0HKTQLMGG1L47"" stopped. -2016-08-02 13:49:50.360 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" -2016-08-02 13:49:53.812 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" with arguments (["EAAKYvwDVmnUBABRE4M37feQtllu13eYQsil4h6SoZALP5mru1eoZBijvsit4fZCbzdK4Nn0fNebv271ZAZBthgl3Ml7IETXnsxKwh8MEKifJS56tl8wqNVEB8TZAzoGl00jQspcAvsUvZAOtA2ZBrqSLB4UgoUIo3LQZD"]) - ModelState is Valid -2016-08-02 13:49:58.925 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 13:49:58.934 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 13:49:58.936 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 13:49:59.106 +05:30 [Information] Executed action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" in 8744.3617ms -2016-08-02 13:49:59.110 +05:30 [Information] Request finished in 8763.909ms 200 application/json; charset=utf-8 -2016-08-02 13:49:59.110 +05:30 [Debug] Connection id ""0HKTQLMGG1L49"" completed keep alive response. -2016-08-02 13:49:59.452 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-08-02 13:49:59.453 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-02 13:49:59.455 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-02 13:50:02.539 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-02 13:50:02.735 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 13:50:02.736 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 13:50:02.737 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 13:50:02.753 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 3294.3748ms -2016-08-02 13:50:02.758 +05:30 [Information] Request finished in 3305.1443ms 200 application/json; charset=utf-8 -2016-08-02 13:50:02.759 +05:30 [Debug] Connection id ""0HKTQLMGG1L49"" completed keep alive response. -2016-08-02 13:50:02.815 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-08-02 13:50:02.816 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-02 13:50:02.817 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-02 13:50:05.889 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-02 13:50:05.980 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 13:50:05.980 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 13:50:05.983 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 13:50:06.005 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 3183.831ms -2016-08-02 13:50:06.008 +05:30 [Information] Request finished in 3191.7734ms 200 application/json; charset=utf-8 -2016-08-02 13:50:06.009 +05:30 [Debug] Connection id ""0HKTQLMGG1L49"" completed keep alive response. -2016-08-02 13:50:08.006 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=1 -2016-08-02 13:50:08.007 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-08-02 13:50:08.009 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-08-02 13:50:08.451 +05:30 [Debug] Connection id ""0HKTQLMGG1L4A"" started. -2016-08-02 13:50:08.463 +05:30 [Debug] Connection id ""0HKTQLMGG1L4B"" started. -2016-08-02 13:50:08.463 +05:30 [Debug] Connection id ""0HKTQLMGG1L4C"" started. -2016-08-02 13:50:08.470 +05:30 [Debug] Connection id ""0HKTQLMGG1L4E"" started. -2016-08-02 13:50:08.464 +05:30 [Debug] Connection id ""0HKTQLMGG1L4D"" started. -2016-08-02 13:50:08.504 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=1 -2016-08-02 13:50:08.509 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-08-02 13:50:08.510 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-08-02 13:50:08.530 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/LinkedIn/GetLinkedInCompanyPagesProfiles?groupId=1 -2016-08-02 13:50:08.603 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Google/GetGplusProfiles?groupId=1 -2016-08-02 13:50:08.617 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/LinkedIn/GetLinkedInCompanyPagesProfiles"'. -2016-08-02 13:50:08.629 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GetGplusProfiles"'. -2016-08-02 13:50:08.641 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" -2016-08-02 13:50:08.657 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" -2016-08-02 13:50:09.362 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Instagram/GetInstagramProfiles?groupId=1 -2016-08-02 13:50:09.363 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Instagram/GetInstagramProfiles"'. -2016-08-02 13:50:09.366 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" -2016-08-02 13:50:09.851 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=1 -2016-08-02 13:50:09.853 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-08-02 13:50:09.855 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-08-02 13:50:12.482 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-02 13:50:12.610 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-02 13:50:12.655 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-02 13:50:12.702 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 13:50:12.720 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-02 13:50:12.739 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 13:50:12.740 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-02 13:50:12.817 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 13:50:12.799 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 13:50:12.838 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 13:50:12.939 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 13:50:12.939 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 13:50:12.974 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 13:50:12.956 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 13:50:12.975 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 13:50:13.039 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-02 13:50:13.043 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 13:50:13.064 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 13:50:13.103 +05:30 [Information] Executed action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" in 3631.4384ms -2016-08-02 13:50:13.161 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" in 4436.0547ms -2016-08-02 13:50:13.183 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 5103.5627ms -2016-08-02 13:50:13.224 +05:30 [Information] Request finished in 3836.5971ms 200 application/json; charset=utf-8 -2016-08-02 13:50:13.224 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 13:50:13.229 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 13:50:13.226 +05:30 [Debug] Connection id ""0HKTQLMGG1L4C"" completed keep alive response. -2016-08-02 13:50:13.248 +05:30 [Information] Request finished in 4681.3169ms 200 application/json; charset=utf-8 -2016-08-02 13:50:13.251 +05:30 [Debug] Connection id ""0HKTQLMGG1L4D"" completed keep alive response. -2016-08-02 13:50:13.230 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 13:50:13.257 +05:30 [Information] Request finished in 5221.2436ms 200 application/json; charset=utf-8 -2016-08-02 13:50:13.258 +05:30 [Debug] Connection id ""0HKTQLMGG1L49"" completed keep alive response. -2016-08-02 13:50:13.294 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/SocialMessages/GetAllSentMessagesCount?groupId=1&userId=1 -2016-08-02 13:50:13.296 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/SocialMessages/GetAllSentMessagesCount"'. -2016-08-02 13:50:13.299 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetIncommingMessage?groupId=1&userId=1 -2016-08-02 13:50:13.300 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" -2016-08-02 13:50:13.320 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterFollowerCount?groupId=1&userId=1 -2016-08-02 13:50:13.320 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetIncommingMessage"'. -2016-08-02 13:50:13.324 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterFollowerCount"'. -2016-08-02 13:50:13.374 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 13:50:13.355 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 13:50:13.354 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" -2016-08-02 13:50:13.375 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" -2016-08-02 13:50:13.374 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 13:50:13.377 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 13:50:13.354 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 13:50:13.376 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 13:50:13.391 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 13:50:13.392 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 13:50:13.397 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 13:50:13.435 +05:30 [Information] Executed action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" in 4761.3947ms -2016-08-02 13:50:13.437 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 4924.642ms -2016-08-02 13:50:13.454 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 3585.722ms -2016-08-02 13:50:13.460 +05:30 [Information] Request finished in 4951.2458ms 200 application/json; charset=utf-8 -2016-08-02 13:50:13.472 +05:30 [Debug] Connection id ""0HKTQLMGG1L4E"" completed keep alive response. -2016-08-02 13:50:13.476 +05:30 [Information] Request finished in 4987.7974ms 200 application/json; charset=utf-8 -2016-08-02 13:50:13.479 +05:30 [Debug] Connection id ""0HKTQLMGG1L4A"" completed keep alive response. -2016-08-02 13:50:13.489 +05:30 [Information] Request finished in 3610.5399ms 200 application/json; charset=utf-8 -2016-08-02 13:50:13.493 +05:30 [Debug] Connection id ""0HKTQLMGG1L4B"" completed keep alive response. -2016-08-02 13:50:13.499 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/FacebookfanPageCount?groupId=1&userId=1 -2016-08-02 13:50:13.501 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterRecentFollower?groupId=1 -2016-08-02 13:50:13.503 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/FacebookfanPageCount"'. -2016-08-02 13:50:13.506 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterRecentFollower"'. -2016-08-02 13:50:13.509 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" -2016-08-02 13:50:13.511 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" -2016-08-02 13:50:16.470 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-08-02 13:50:16.567 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-08-02 13:50:16.767 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-08-02 13:50:16.944 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-02 13:50:16.949 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 13:50:16.950 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 13:50:16.973 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 13:50:17.045 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 13:50:17.049 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 13:50:17.049 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-02 13:50:17.078 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-08-02 13:50:17.082 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 13:50:17.079 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 13:50:17.102 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" in 3710.3924ms -2016-08-02 13:50:17.113 +05:30 [Information] Executed action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" in 3773.7662ms -2016-08-02 13:50:17.137 +05:30 [Information] Request finished in 3814.0135ms 200 text/plain; charset=utf-8 -2016-08-02 13:50:17.184 +05:30 [Debug] Connection id ""0HKTQLMGG1L49"" completed keep alive response. -2016-08-02 13:50:17.197 +05:30 [Information] Request finished in 3938.8796ms 200 application/json; charset=utf-8 -2016-08-02 13:50:17.199 +05:30 [Debug] Connection id ""0HKTQLMGG1L4C"" completed keep alive response. -2016-08-02 13:50:17.204 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 13:50:17.204 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 13:50:17.205 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-02 13:50:17.207 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 13:50:17.210 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" in 3696.8971ms -2016-08-02 13:50:17.290 +05:30 [Information] Request finished in 3776.68ms 200 text/plain; charset=utf-8 -2016-08-02 13:50:17.294 +05:30 [Debug] Connection id ""0HKTQLMGG1L4E"" completed keep alive response. -2016-08-02 13:50:18.722 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 13:50:18.724 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 13:50:18.725 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-02 13:50:18.734 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 13:50:18.742 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" in 5360.5996ms -2016-08-02 13:50:18.747 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 13:50:18.769 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 13:50:18.781 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 13:50:18.780 +05:30 [Information] Request finished in 5494.9387ms 200 text/plain; charset=utf-8 -2016-08-02 13:50:18.795 +05:30 [Debug] Connection id ""0HKTQLMGG1L4D"" completed keep alive response. -2016-08-02 13:50:18.795 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 13:50:18.813 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" in 5293.3624ms -2016-08-02 13:50:18.819 +05:30 [Information] Request finished in 5326.1976ms 200 application/json; charset=utf-8 -2016-08-02 13:50:18.821 +05:30 [Debug] Connection id ""0HKTQLMGG1L4A"" completed keep alive response. -2016-08-02 13:50:21.938 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/Google/GoogleLogin application/x-www-form-urlencoded 52 -2016-08-02 13:50:21.939 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GoogleLogin"'. -2016-08-02 13:50:21.941 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GoogleLogin (Api.Socioboard)" -2016-08-02 13:50:25.019 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GoogleLogin (Api.Socioboard)" with arguments (["4/sZiJhK4Mqx_Nhndcr_oMdYVPu8gpjzObyy8iOjEw9QQ"]) - ModelState is Valid -2016-08-02 13:50:25.450 +05:30 [Information] { - "access_token": "ya29.CjAzA6hisSgB9UkfORAbYjHbAL2Z98Kndy_D65RdlKjVSbmaGzYg9LCxQAaLjlQQoIQ", - "token_type": "Bearer", - "expires_in": 3597, - "id_token": "eyJhbGciOiJSUzI1NiIsImtpZCI6ImUyN2QzMzA5MzgxNGIwNTI1OTQ4NDAyMTljOGY0YjAwNzBlZTVhM2EifQ.eyJpc3MiOiJhY2NvdW50cy5nb29nbGUuY29tIiwiYXRfaGFzaCI6Ik5DSHNiZkpDRkVPWWR2MHZuNWt3T2ciLCJhdWQiOiIyNDYyMjE0MDU4MDEta2dpcjh1NzdtNWdwb3BrYjRwMHR2bXU1MjJkaWI0ZTAuYXBwcy5nb29nbGV1c2VyY29udGVudC5jb20iLCJzdWIiOiIxMDA0OTM2ODY1MTA4NDY4MzQ5OTMiLCJlbWFpbF92ZXJpZmllZCI6dHJ1ZSwiYXpwIjoiMjQ2MjIxNDA1ODAxLWtnaXI4dTc3bTVncG9wa2I0cDB0dm11NTIyZGliNGUwLmFwcHMuZ29vZ2xldXNlcmNvbnRlbnQuY29tIiwiZW1haWwiOiJiYW5kaVN1cmVzaEBnbG9idXNzb2Z0LmNvbSIsImlhdCI6MTQ3MDEyNjAyNiwiZXhwIjoxNDcwMTI5NjI2fQ.LF3taBzECrBc1qiOsoGHlA4J62r2qpixznUNxB6rW7Vfk2_dIGRf46m9ZX09YXL6q4F3PJl1wBhKoTpT5tR5nmUAk5IRadpQM5dKonwXrO_knZp8tzb7PSWBpawY-XdIYvZwaV3X87HT-irA1PivBWETSIdvSe577FLUHjrkDXymVs2gs2ejK06YE24oKfdDgtMu6icR1AFQDcXKzv6a7yaJUHyDGHImTkR0hikQFpc1QNrGRRvPTXCdW0oam9AoP1jnhEaxnGAOZ6bpo8BB-rq1FTuGn6y7ugPttel5abGULPGzcC3jv1zvVtGKgX_0UBuCXTT0GQ5GLv4u7mAuvQ" -} -2016-08-02 13:50:25.948 +05:30 [Information] [{ - "id": "100493686510846834993", - "email": "bandiSuresh@globussoft.com", - "verified_email": true, - "name": "Suresh Bandi", - "given_name": "Suresh", - "family_name": "Bandi", - "link": "https://plus.google.com/+SureshBandi007", - "picture": "https://lh3.googleusercontent.com/--zVLmLAPl14/AAAAAAAAAAI/AAAAAAAAAFE/KtuOadUcwFM/photo.jpg", - "gender": "male", - "locale": "en" -} -] -2016-08-02 13:50:26.031 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GoogleLogin (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 13:50:26.031 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 13:50:26.032 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 13:50:26.035 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GoogleLogin (Api.Socioboard)" in 4089.6319ms -2016-08-02 13:50:26.039 +05:30 [Information] Request finished in 4101.3758ms 200 application/json; charset=utf-8 -2016-08-02 13:50:26.040 +05:30 [Debug] Connection id ""0HKTQLMGG1L4B"" completed keep alive response. -2016-08-02 13:50:26.075 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=2 -2016-08-02 13:50:26.076 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-02 13:50:26.078 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-02 13:50:28.185 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-02 13:50:28.256 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 13:50:28.256 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 13:50:28.257 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 13:50:28.259 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 2177.7931ms -2016-08-02 13:50:28.262 +05:30 [Information] Request finished in 2187.3132ms 200 application/json; charset=utf-8 -2016-08-02 13:50:28.263 +05:30 [Debug] Connection id ""0HKTQLMGG1L49"" completed keep alive response. -2016-08-02 13:50:28.266 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=2 -2016-08-02 13:50:28.267 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-02 13:50:28.268 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-02 13:50:30.372 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-02 13:50:30.441 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 13:50:30.442 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 13:50:30.443 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 13:50:30.447 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 2176.0672ms -2016-08-02 13:50:30.454 +05:30 [Information] Request finished in 2186.0078ms 200 application/json; charset=utf-8 -2016-08-02 13:50:30.456 +05:30 [Debug] Connection id ""0HKTQLMGG1L4C"" completed keep alive response. -2016-08-02 13:50:31.111 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=2 -2016-08-02 13:50:31.112 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-08-02 13:50:31.113 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-08-02 13:50:31.508 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Google/GetGplusProfiles?groupId=2 -2016-08-02 13:50:31.509 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GetGplusProfiles"'. -2016-08-02 13:50:31.509 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Instagram/GetInstagramProfiles?groupId=2 -2016-08-02 13:50:31.512 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=2 -2016-08-02 13:50:31.513 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/LinkedIn/GetLinkedInCompanyPagesProfiles?groupId=2 -2016-08-02 13:50:31.517 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=2 -2016-08-02 13:50:31.519 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/LinkedIn/GetLinkedInCompanyPagesProfiles"'. -2016-08-02 13:50:31.520 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-08-02 13:50:31.518 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" -2016-08-02 13:50:31.519 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-08-02 13:50:31.524 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-08-02 13:50:31.521 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-08-02 13:50:31.518 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Instagram/GetInstagramProfiles"'. -2016-08-02 13:50:31.521 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" -2016-08-02 13:50:31.534 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" -2016-08-02 13:50:34.237 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-02 13:50:34.312 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 13:50:34.313 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 13:50:34.313 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 13:50:34.315 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 13:50:34.316 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 3202.1921ms -2016-08-02 13:50:34.320 +05:30 [Information] Request finished in 3208.9969ms 200 application/json; charset=utf-8 -2016-08-02 13:50:34.320 +05:30 [Debug] Connection id ""0HKTQLMGG1L4E"" completed keep alive response. -2016-08-02 13:50:34.324 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/SocialMessages/GetAllSentMessagesCount?groupId=2&userId=2 -2016-08-02 13:50:34.325 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/SocialMessages/GetAllSentMessagesCount"'. -2016-08-02 13:50:34.326 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" -2016-08-02 13:50:35.154 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-02 13:50:35.243 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-02 13:50:35.247 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-02 13:50:35.251 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-02 13:50:35.266 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-02 13:50:35.348 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 13:50:35.349 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 13:50:35.349 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 13:50:35.378 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 13:50:35.423 +05:30 [Information] Executed action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" in 3840.294ms -2016-08-02 13:50:35.457 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 13:50:35.459 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 13:50:35.459 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 13:50:35.493 +05:30 [Information] Request finished in 3961.6527ms 200 application/json; charset=utf-8 -2016-08-02 13:50:35.493 +05:30 [Debug] Connection id ""0HKTQLMGG1L4C"" completed keep alive response. -2016-08-02 13:50:35.495 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 13:50:35.496 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 13:50:35.539 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 13:50:35.539 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 13:50:35.539 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 13:50:35.539 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 13:50:35.545 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 4015.1155ms -2016-08-02 13:50:35.546 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 13:50:35.548 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetIncommingMessage?groupId=2&userId=2 -2016-08-02 13:50:35.551 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetIncommingMessage"'. -2016-08-02 13:50:35.566 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 13:50:35.570 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" -2016-08-02 13:50:35.593 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 13:50:35.597 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 4046.9464ms -2016-08-02 13:50:35.602 +05:30 [Information] Request finished in 4053.8755ms 200 application/json; charset=utf-8 -2016-08-02 13:50:35.603 +05:30 [Debug] Connection id ""0HKTQLMGG1L4B"" completed keep alive response. -2016-08-02 13:50:35.612 +05:30 [Information] Executed action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" in 4062.4901ms -2016-08-02 13:50:35.613 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterFollowerCount?groupId=2&userId=2 -2016-08-02 13:50:35.616 +05:30 [Information] Request finished in 4116.8207ms 200 application/json; charset=utf-8 -2016-08-02 13:50:35.616 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterFollowerCount"'. -2016-08-02 13:50:35.618 +05:30 [Debug] Connection id ""0HKTQLMGG1L4A"" completed keep alive response. -2016-08-02 13:50:35.622 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" -2016-08-02 13:50:35.656 +05:30 [Information] Request finished in 4140.6419ms 200 application/json; charset=utf-8 -2016-08-02 13:50:35.658 +05:30 [Debug] Connection id ""0HKTQLMGG1L49"" completed keep alive response. -2016-08-02 13:50:35.656 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 13:50:35.666 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 13:50:35.667 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 13:50:35.669 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/FacebookfanPageCount?groupId=2&userId=2 -2016-08-02 13:50:35.672 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterRecentFollower?groupId=2 -2016-08-02 13:50:35.673 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/FacebookfanPageCount"'. -2016-08-02 13:50:35.674 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 13:50:35.677 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterRecentFollower"'. -2016-08-02 13:50:35.678 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" -2016-08-02 13:50:35.683 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" -2016-08-02 13:50:35.701 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" in 4177.8353ms -2016-08-02 13:50:35.704 +05:30 [Information] Request finished in 4208.6355ms 200 application/json; charset=utf-8 -2016-08-02 13:50:35.705 +05:30 [Debug] Connection id ""0HKTQLMGG1L4D"" completed keep alive response. -2016-08-02 13:50:36.644 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" with arguments (["2", "2"]) - ModelState is Valid -2016-08-02 13:50:36.716 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 13:50:36.717 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 13:50:36.717 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 13:50:36.719 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 13:50:36.720 +05:30 [Information] Executed action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" in 2393.2732ms -2016-08-02 13:50:36.724 +05:30 [Information] Request finished in 2400.8482ms 200 application/json; charset=utf-8 -2016-08-02 13:50:36.725 +05:30 [Debug] Connection id ""0HKTQLMGG1L4E"" completed keep alive response. -2016-08-02 13:50:38.712 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" with arguments (["2", "2"]) - ModelState is Valid -2016-08-02 13:50:38.824 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-02 13:50:38.829 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" with arguments (["2", "2"]) - ModelState is Valid -2016-08-02 13:50:38.831 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" with arguments (["2", "2"]) - ModelState is Valid -2016-08-02 13:50:38.878 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 13:50:38.883 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 13:50:38.919 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 13:50:38.920 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 13:50:38.922 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-02 13:50:38.922 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 13:50:38.923 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 13:50:38.924 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 13:50:38.925 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-02 13:50:38.921 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 13:50:38.924 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 13:50:38.927 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 13:50:38.927 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-02 13:50:38.931 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 13:50:38.933 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 13:50:38.935 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" in 3273.9848ms -2016-08-02 13:50:38.936 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 13:50:38.940 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" in 3359.5349ms -2016-08-02 13:50:38.943 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" in 3244.9716ms -2016-08-02 13:50:38.945 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" in 3249.3771ms -2016-08-02 13:50:38.949 +05:30 [Information] Request finished in 3330.747ms 200 text/plain; charset=utf-8 -2016-08-02 13:50:38.950 +05:30 [Information] Request finished in 3403.8734ms 200 text/plain; charset=utf-8 -2016-08-02 13:50:38.953 +05:30 [Debug] Connection id ""0HKTQLMGG1L4B"" completed keep alive response. -2016-08-02 13:50:38.955 +05:30 [Debug] Connection id ""0HKTQLMGG1L4C"" completed keep alive response. -2016-08-02 13:50:38.954 +05:30 [Information] Request finished in 3286.6876ms 200 application/json; charset=utf-8 -2016-08-02 13:50:38.967 +05:30 [Debug] Connection id ""0HKTQLMGG1L49"" completed keep alive response. -2016-08-02 13:50:38.975 +05:30 [Information] Request finished in 3309.2869ms 200 text/plain; charset=utf-8 -2016-08-02 13:50:38.977 +05:30 [Debug] Connection id ""0HKTQLMGG1L4A"" completed keep alive response. -2016-08-02 13:50:50.801 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=2 -2016-08-02 13:50:50.804 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-02 13:50:50.805 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-02 13:50:53.854 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-02 13:50:53.927 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 13:50:53.928 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 13:50:53.929 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 13:50:53.931 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 3124.7688ms -2016-08-02 13:50:53.935 +05:30 [Information] Request finished in 3133.7042ms 200 application/json; charset=utf-8 -2016-08-02 13:50:53.936 +05:30 [Debug] Connection id ""0HKTQLMGG1L4D"" completed keep alive response. -2016-08-02 13:50:53.944 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=3 -2016-08-02 13:50:53.945 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-02 13:50:53.945 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-02 13:51:01.118 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-02 13:51:01.187 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 13:51:01.188 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 13:51:01.189 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 13:51:01.191 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 7243.1914ms -2016-08-02 13:51:01.194 +05:30 [Information] Request finished in 7249.6927ms 200 application/json; charset=utf-8 -2016-08-02 13:51:01.194 +05:30 [Debug] Connection id ""0HKTQLMGG1L4E"" completed keep alive response. -2016-08-02 13:51:02.354 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=3 -2016-08-02 13:51:02.355 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-08-02 13:51:02.356 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-08-02 13:51:02.761 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=3 -2016-08-02 13:51:02.767 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-08-02 13:51:02.770 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-08-02 13:51:02.772 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=3 -2016-08-02 13:51:02.774 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-08-02 13:51:02.774 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-08-02 13:51:02.789 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/LinkedIn/GetLinkedInCompanyPagesProfiles?groupId=3 -2016-08-02 13:51:02.793 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/LinkedIn/GetLinkedInCompanyPagesProfiles"'. -2016-08-02 13:51:02.798 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Instagram/GetInstagramProfiles?groupId=3 -2016-08-02 13:51:02.805 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Google/GetGplusProfiles?groupId=3 -2016-08-02 13:51:02.808 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" -2016-08-02 13:51:02.820 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Instagram/GetInstagramProfiles"'. -2016-08-02 13:51:02.821 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GetGplusProfiles"'. -2016-08-02 13:51:02.833 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" -2016-08-02 13:51:02.834 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" -2016-08-02 13:51:04.555 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-02 13:51:04.651 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 13:51:04.652 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 13:51:04.652 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 13:51:04.654 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 13:51:04.655 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 2298.1475ms -2016-08-02 13:51:04.658 +05:30 [Information] Request finished in 2304.6788ms 200 application/json; charset=utf-8 -2016-08-02 13:51:04.659 +05:30 [Debug] Connection id ""0HKTQLMGG1L4C"" completed keep alive response. -2016-08-02 13:51:04.662 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/SocialMessages/GetAllSentMessagesCount?groupId=3&userId=2 -2016-08-02 13:51:04.663 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/SocialMessages/GetAllSentMessagesCount"'. -2016-08-02 13:51:04.664 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" -2016-08-02 13:51:05.869 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-02 13:51:05.962 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-02 13:51:06.003 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-02 13:51:06.133 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 13:51:06.136 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 13:51:06.136 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 13:51:06.166 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-02 13:51:06.201 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 13:51:06.222 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-02 13:51:06.281 +05:30 [Information] Executed action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" in 3378.8493ms -2016-08-02 13:51:06.336 +05:30 [Information] Request finished in 3537.9593ms 200 application/json; charset=utf-8 -2016-08-02 13:51:06.377 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 13:51:06.377 +05:30 [Debug] Connection id ""0HKTQLMGG1L4D"" completed keep alive response. -2016-08-02 13:51:06.383 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 13:51:06.377 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 13:51:06.386 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 13:51:06.385 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 13:51:06.387 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 13:51:06.414 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 13:51:06.454 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 13:51:06.454 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetIncommingMessage?groupId=3&userId=2 -2016-08-02 13:51:06.456 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetIncommingMessage"'. -2016-08-02 13:51:06.457 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 3640.5307ms -2016-08-02 13:51:06.457 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 13:51:06.455 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 13:51:06.458 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" -2016-08-02 13:51:06.460 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 13:51:06.461 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 13:51:06.460 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 13:51:06.465 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 13:51:06.473 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 3696.1723ms -2016-08-02 13:51:06.474 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 13:51:06.475 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 13:51:06.498 +05:30 [Information] Request finished in 3704.7204ms 200 application/json; charset=utf-8 -2016-08-02 13:51:06.500 +05:30 [Debug] Connection id ""0HKTQLMGG1L4A"" completed keep alive response. -2016-08-02 13:51:06.502 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" in 3637.7785ms -2016-08-02 13:51:06.507 +05:30 [Information] Request finished in 3741.1327ms 200 application/json; charset=utf-8 -2016-08-02 13:51:06.510 +05:30 [Debug] Connection id ""0HKTQLMGG1L4B"" completed keep alive response. -2016-08-02 13:51:06.509 +05:30 [Information] Executed action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" in 3664.4394ms -2016-08-02 13:51:06.517 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterFollowerCount?groupId=3&userId=2 -2016-08-02 13:51:06.519 +05:30 [Information] Request finished in 3742.5924ms 200 application/json; charset=utf-8 -2016-08-02 13:51:06.520 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterFollowerCount"'. -2016-08-02 13:51:06.520 +05:30 [Debug] Connection id ""0HKTQLMGG1L49"" completed keep alive response. -2016-08-02 13:51:06.526 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" -2016-08-02 13:51:06.527 +05:30 [Information] Request finished in 3758.3501ms 200 application/json; charset=utf-8 -2016-08-02 13:51:06.525 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/FacebookfanPageCount?groupId=3&userId=2 -2016-08-02 13:51:06.530 +05:30 [Debug] Connection id ""0HKTQLMGG1L4E"" completed keep alive response. -2016-08-02 13:51:06.535 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/FacebookfanPageCount"'. -2016-08-02 13:51:06.529 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterRecentFollower?groupId=3 -2016-08-02 13:51:06.538 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" -2016-08-02 13:51:06.538 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterRecentFollower"'. -2016-08-02 13:51:06.542 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" -2016-08-02 13:51:07.723 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" with arguments (["2", "3"]) - ModelState is Valid -2016-08-02 13:51:07.803 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 13:51:07.803 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 13:51:07.807 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 13:51:07.808 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 13:51:07.811 +05:30 [Information] Executed action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" in 3145.0304ms -2016-08-02 13:51:07.815 +05:30 [Information] Request finished in 3152.8736ms 200 application/json; charset=utf-8 -2016-08-02 13:51:07.816 +05:30 [Debug] Connection id ""0HKTQLMGG1L4C"" completed keep alive response. -2016-08-02 13:51:09.527 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" with arguments (["3", "2"]) - ModelState is Valid -2016-08-02 13:51:09.627 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 13:51:09.627 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 13:51:09.628 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-02 13:51:09.647 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 13:51:09.670 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" with arguments (["3", "2"]) - ModelState is Valid -2016-08-02 13:51:09.674 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" in 3186.9364ms -2016-08-02 13:51:09.712 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" with arguments (["2", "3"]) - ModelState is Valid -2016-08-02 13:51:09.717 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-02 13:51:09.736 +05:30 [Information] Request finished in 3303.4306ms 200 text/plain; charset=utf-8 -2016-08-02 13:51:09.757 +05:30 [Debug] Connection id ""0HKTQLMGG1L4D"" completed keep alive response. -2016-08-02 13:51:09.760 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 13:51:09.778 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 13:51:09.779 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-02 13:51:09.780 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 13:51:09.785 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" in 3254.3944ms -2016-08-02 13:51:09.793 +05:30 [Information] Request finished in 3286.2918ms 200 text/plain; charset=utf-8 -2016-08-02 13:51:09.795 +05:30 [Debug] Connection id ""0HKTQLMGG1L4A"" completed keep alive response. -2016-08-02 13:51:09.817 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 13:51:09.819 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 13:51:09.819 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-02 13:51:09.822 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 13:51:09.826 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" in 3283.0012ms -2016-08-02 13:51:09.830 +05:30 [Information] Request finished in 3310.1398ms 200 text/plain; charset=utf-8 -2016-08-02 13:51:09.831 +05:30 [Debug] Connection id ""0HKTQLMGG1L4B"" completed keep alive response. -2016-08-02 13:51:10.530 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 13:51:10.534 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 13:51:10.535 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 13:51:10.539 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 13:51:10.542 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" in 3997.6311ms -2016-08-02 13:51:10.546 +05:30 [Information] Request finished in 4018.6953ms 200 application/json; charset=utf-8 -2016-08-02 13:51:10.546 +05:30 [Debug] Connection id ""0HKTQLMGG1L49"" completed keep alive response. -2016-08-02 13:51:14.018 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Task/GetAllPendingTasksOfUserAndGroup?groupId=3&userId=2 -2016-08-02 13:51:14.019 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Task/GetAllPendingTasksOfUserAndGroup"'. -2016-08-02 13:51:14.021 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TaskController.GetAllPendingTasksOfUserAndGroup (Api.Socioboard)" -2016-08-02 13:51:17.095 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TaskController.GetAllPendingTasksOfUserAndGroup (Api.Socioboard)" with arguments (["2", "3"]) - ModelState is Valid -2016-08-02 13:51:17.197 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TaskController.GetAllPendingTasksOfUserAndGroup (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 13:51:17.197 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 13:51:17.198 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 13:51:17.199 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 13:51:17.236 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TaskController.GetAllPendingTasksOfUserAndGroup (Api.Socioboard)" in 3210.4412ms -2016-08-02 13:51:17.239 +05:30 [Information] Request finished in 3221.2095ms 200 application/json; charset=utf-8 -2016-08-02 13:51:17.240 +05:30 [Debug] Connection id ""0HKTQLMGG1L4E"" completed keep alive response. -2016-08-02 13:51:28.633 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=2 -2016-08-02 13:51:28.634 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-02 13:51:28.634 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-02 13:51:31.693 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-02 13:51:31.765 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 13:51:31.766 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 13:51:31.768 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 13:51:31.774 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 3133.3141ms -2016-08-02 13:51:31.777 +05:30 [Information] Request finished in 3144.2456ms 200 application/json; charset=utf-8 -2016-08-02 13:51:31.780 +05:30 [Debug] Connection id ""0HKTQLMGG1L4C"" completed keep alive response. -2016-08-02 13:51:31.787 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=3 -2016-08-02 13:51:31.787 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-02 13:51:31.788 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-02 13:51:34.851 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-02 13:51:34.918 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 13:51:34.919 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 13:51:34.920 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 13:51:34.923 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 3133.3983ms -2016-08-02 13:51:34.930 +05:30 [Information] Request finished in 3143.2453ms 200 application/json; charset=utf-8 -2016-08-02 13:51:34.931 +05:30 [Debug] Connection id ""0HKTQLMGG1L4D"" completed keep alive response. -2016-08-02 13:51:35.914 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=3 -2016-08-02 13:51:35.916 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-08-02 13:51:35.916 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-08-02 13:51:36.213 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Task/GetAllPendingTasksOfUserAndGroup?groupId=3&userId=2 -2016-08-02 13:51:36.216 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Task/GetAllPendingTasksOfUserAndGroup"'. -2016-08-02 13:51:36.217 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TaskController.GetAllPendingTasksOfUserAndGroup (Api.Socioboard)" -2016-08-02 13:51:39.075 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-02 13:51:39.147 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 13:51:39.148 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 13:51:39.148 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 13:51:39.153 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 13:51:39.156 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 3237.8581ms -2016-08-02 13:51:39.159 +05:30 [Information] Request finished in 3245.346ms 200 application/json; charset=utf-8 -2016-08-02 13:51:39.160 +05:30 [Debug] Connection id ""0HKTQLMGG1L4A"" completed keep alive response. -2016-08-02 13:51:39.361 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TaskController.GetAllPendingTasksOfUserAndGroup (Api.Socioboard)" with arguments (["2", "3"]) - ModelState is Valid -2016-08-02 13:51:39.377 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TaskController.GetAllPendingTasksOfUserAndGroup (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 13:51:39.377 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 13:51:39.378 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 13:51:39.380 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 13:51:39.384 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TaskController.GetAllPendingTasksOfUserAndGroup (Api.Socioboard)" in 3163.3668ms -2016-08-02 13:51:39.388 +05:30 [Information] Request finished in 3175.013ms 200 application/json; charset=utf-8 -2016-08-02 13:51:39.388 +05:30 [Debug] Connection id ""0HKTQLMGG1L4B"" completed keep alive response. -2016-08-02 13:52:30.823 +05:30 [Debug] Connection id ""0HKTQLMGG1L49"" received FIN. -2016-08-02 13:52:30.824 +05:30 [Debug] Connection id ""0HKTQLMGG1L4E"" received FIN. -2016-08-02 13:52:30.824 +05:30 [Debug] Connection id ""0HKTQLMGG1L49"" disconnecting. -2016-08-02 13:52:30.827 +05:30 [Debug] Connection id ""0HKTQLMGG1L4E"" disconnecting. -2016-08-02 13:52:30.829 +05:30 [Debug] Connection id ""0HKTQLMGG1L49"" sending FIN. -2016-08-02 13:52:30.830 +05:30 [Debug] Connection id ""0HKTQLMGG1L4E"" sending FIN. -2016-08-02 13:52:30.830 +05:30 [Debug] Connection id ""0HKTQLMGG1L4E"" sent FIN with status "0". -2016-08-02 13:52:30.831 +05:30 [Debug] Connection id ""0HKTQLMGG1L4E"" stopped. -2016-08-02 13:52:30.831 +05:30 [Debug] Connection id ""0HKTQLMGG1L49"" sent FIN with status "0". -2016-08-02 13:52:30.832 +05:30 [Debug] Connection id ""0HKTQLMGG1L49"" stopped. -2016-08-02 13:52:30.833 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/Task/AddComment?taskId=579f30c1f1f09d0c6c597451&userId=2&commentText=did%20you%20reply%20that?? 0 -2016-08-02 13:52:30.834 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Task/AddComment"'. -2016-08-02 13:52:30.836 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TaskController.AddComment (Api.Socioboard)" -2016-08-02 13:52:33.945 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TaskController.AddComment (Api.Socioboard)" with arguments (["Domain.Socioboard.ViewModels.CommentViewModel"]) - ModelState is Valid -2016-08-02 13:52:46.405 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TaskController.AddComment (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 13:52:46.406 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 13:52:46.406 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 13:52:46.407 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 13:52:46.413 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TaskController.AddComment (Api.Socioboard)" in 15571.269ms -2016-08-02 13:52:46.417 +05:30 [Information] Request finished in 15587.3159ms 200 application/json; charset=utf-8 -2016-08-02 13:52:46.417 +05:30 [Debug] Connection id ""0HKTQLMGG1L4C"" completed keep alive response. -2016-08-02 13:52:48.255 +05:30 [Debug] Connection id ""0HKTQLMGG1L4D"" received FIN. -2016-08-02 13:52:48.256 +05:30 [Debug] Connection id ""0HKTQLMGG1L4A"" received FIN. -2016-08-02 13:52:48.256 +05:30 [Debug] Connection id ""0HKTQLMGG1L4D"" disconnecting. -2016-08-02 13:52:48.256 +05:30 [Debug] Connection id ""0HKTQLMGG1L4B"" received FIN. -2016-08-02 13:52:48.256 +05:30 [Debug] Connection id ""0HKTQLMGG1L4A"" disconnecting. -2016-08-02 13:52:48.259 +05:30 [Debug] Connection id ""0HKTQLMGG1L4D"" sending FIN. -2016-08-02 13:52:48.259 +05:30 [Debug] Connection id ""0HKTQLMGG1L4B"" disconnecting. -2016-08-02 13:52:48.262 +05:30 [Debug] Connection id ""0HKTQLMGG1L4A"" sending FIN. -2016-08-02 13:52:48.263 +05:30 [Debug] Connection id ""0HKTQLMGG1L4B"" sending FIN. -2016-08-02 13:52:48.264 +05:30 [Debug] Connection id ""0HKTQLMGG1L4B"" sent FIN with status "0". -2016-08-02 13:52:48.264 +05:30 [Debug] Connection id ""0HKTQLMGG1L4B"" stopped. -2016-08-02 13:52:48.265 +05:30 [Debug] Connection id ""0HKTQLMGG1L4A"" sent FIN with status "0". -2016-08-02 13:52:48.266 +05:30 [Debug] Connection id ""0HKTQLMGG1L4A"" stopped. -2016-08-02 13:52:48.267 +05:30 [Debug] Connection id ""0HKTQLMGG1L4D"" sent FIN with status "0". -2016-08-02 13:52:48.268 +05:30 [Debug] Connection id ""0HKTQLMGG1L4D"" stopped. -2016-08-02 13:54:48.255 +05:30 [Debug] Connection id ""0HKTQLMGG1L4C"" received FIN. -2016-08-02 13:54:48.257 +05:30 [Debug] Connection id ""0HKTQLMGG1L4C"" disconnecting. -2016-08-02 13:54:48.258 +05:30 [Debug] Connection id ""0HKTQLMGG1L4C"" sending FIN. -2016-08-02 13:54:48.258 +05:30 [Debug] Connection id ""0HKTQLMGG1L4C"" sent FIN with status "0". -2016-08-02 13:54:48.259 +05:30 [Debug] Connection id ""0HKTQLMGG1L4C"" stopped. -2016-08-02 13:56:13.755 +05:30 [Debug] Connection id ""0HKTQLMGG1L4F"" started. -2016-08-02 13:56:13.756 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=2 -2016-08-02 13:56:13.757 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-02 13:56:13.758 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-02 13:56:16.812 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-02 13:56:16.916 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 13:56:16.917 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 13:56:16.918 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 13:56:16.921 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 3161.1336ms -2016-08-02 13:56:16.927 +05:30 [Information] Request finished in 3169.6044ms 200 application/json; charset=utf-8 -2016-08-02 13:56:16.927 +05:30 [Debug] Connection id ""0HKTQLMGG1L4F"" completed keep alive response. -2016-08-02 13:56:16.935 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=3 -2016-08-02 13:56:16.936 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-02 13:56:16.936 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-02 13:56:19.057 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-02 13:56:19.121 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 13:56:19.122 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 13:56:19.123 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 13:56:19.126 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 2187.8691ms -2016-08-02 13:56:19.131 +05:30 [Information] Request finished in 2197.9186ms 200 application/json; charset=utf-8 -2016-08-02 13:56:19.133 +05:30 [Debug] Connection id ""0HKTQLMGG1L4F"" completed keep alive response. -2016-08-02 13:56:20.715 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=3 -2016-08-02 13:56:20.716 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-08-02 13:56:20.717 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-08-02 13:56:21.078 +05:30 [Debug] Connection id ""0HKTQLMGG1L4G"" started. -2016-08-02 13:56:21.088 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Task/GetAllPendingTasksOfUserAndGroup?groupId=3&userId=2 -2016-08-02 13:56:21.133 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Task/GetAllPendingTasksOfUserAndGroup"'. -2016-08-02 13:56:21.140 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TaskController.GetAllPendingTasksOfUserAndGroup (Api.Socioboard)" -2016-08-02 13:56:22.821 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-02 13:56:22.891 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 13:56:22.892 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 13:56:22.892 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 13:56:22.894 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 13:56:22.896 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 2177.4249ms -2016-08-02 13:56:22.899 +05:30 [Information] Request finished in 2183.9039ms 200 application/json; charset=utf-8 -2016-08-02 13:56:22.899 +05:30 [Debug] Connection id ""0HKTQLMGG1L4F"" completed keep alive response. -2016-08-02 13:56:24.184 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TaskController.GetAllPendingTasksOfUserAndGroup (Api.Socioboard)" with arguments (["2", "3"]) - ModelState is Valid -2016-08-02 13:56:24.208 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TaskController.GetAllPendingTasksOfUserAndGroup (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 13:56:24.209 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 13:56:24.209 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 13:56:24.210 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 13:56:24.214 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TaskController.GetAllPendingTasksOfUserAndGroup (Api.Socioboard)" in 3069.651ms -2016-08-02 13:56:24.217 +05:30 [Information] Request finished in 3132.8729ms 200 application/json; charset=utf-8 -2016-08-02 13:56:24.218 +05:30 [Debug] Connection id ""0HKTQLMGG1L4G"" completed keep alive response. -2016-08-02 13:56:41.745 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/Task/AddComment?taskId=579f30c1f1f09d0c6c597451&userId=2&commentText=r%20u%20there?? 0 -2016-08-02 13:56:41.747 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Task/AddComment"'. -2016-08-02 13:56:41.752 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TaskController.AddComment (Api.Socioboard)" -2016-08-02 13:56:44.819 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TaskController.AddComment (Api.Socioboard)" with arguments (["Domain.Socioboard.ViewModels.CommentViewModel"]) - ModelState is Valid -2016-08-02 13:56:49.107 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TaskController.AddComment (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 13:56:49.109 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 13:56:49.109 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 13:56:49.110 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 13:56:49.113 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TaskController.AddComment (Api.Socioboard)" in 7357.8199ms -2016-08-02 13:56:49.117 +05:30 [Information] Request finished in 7372.7794ms 200 application/json; charset=utf-8 -2016-08-02 13:56:49.118 +05:30 [Debug] Connection id ""0HKTQLMGG1L4F"" completed keep alive response. -2016-08-02 13:58:48.254 +05:30 [Debug] Connection id ""0HKTQLMGG1L4G"" received FIN. -2016-08-02 13:58:48.254 +05:30 [Debug] Connection id ""0HKTQLMGG1L4F"" received FIN. -2016-08-02 13:58:48.255 +05:30 [Debug] Connection id ""0HKTQLMGG1L4G"" disconnecting. -2016-08-02 13:58:48.259 +05:30 [Debug] Connection id ""0HKTQLMGG1L4G"" sending FIN. -2016-08-02 13:58:48.259 +05:30 [Debug] Connection id ""0HKTQLMGG1L4G"" sent FIN with status "0". -2016-08-02 13:58:48.260 +05:30 [Debug] Connection id ""0HKTQLMGG1L4G"" stopped. -2016-08-02 13:58:48.257 +05:30 [Debug] Connection id ""0HKTQLMGG1L4F"" disconnecting. -2016-08-02 13:58:48.261 +05:30 [Debug] Connection id ""0HKTQLMGG1L4F"" sending FIN. -2016-08-02 13:58:48.265 +05:30 [Debug] Connection id ""0HKTQLMGG1L4F"" sent FIN with status "0". -2016-08-02 13:58:48.266 +05:30 [Debug] Connection id ""0HKTQLMGG1L4F"" stopped. -2016-08-02 14:03:39.193 +05:30 [Debug] Connection id ""0HKTQLMGG1L4H"" started. -2016-08-02 14:03:39.195 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=2 -2016-08-02 14:03:39.196 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-02 14:03:39.196 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-02 14:03:41.293 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-02 14:03:41.396 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 14:03:41.396 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 14:03:41.398 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 14:03:41.400 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 2202.9108ms -2016-08-02 14:03:41.403 +05:30 [Information] Request finished in 2207.9192ms 200 application/json; charset=utf-8 -2016-08-02 14:03:41.403 +05:30 [Debug] Connection id ""0HKTQLMGG1L4H"" completed keep alive response. -2016-08-02 14:03:41.407 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=3 -2016-08-02 14:03:41.408 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-02 14:03:41.409 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-02 14:03:44.471 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-02 14:03:44.539 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 14:03:44.539 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 14:03:44.541 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 14:03:44.543 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 3132.383ms -2016-08-02 14:03:44.546 +05:30 [Information] Request finished in 3138.9431ms 200 application/json; charset=utf-8 -2016-08-02 14:03:44.546 +05:30 [Debug] Connection id ""0HKTQLMGG1L4H"" completed keep alive response. -2016-08-02 14:03:46.130 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=3 -2016-08-02 14:03:46.131 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-08-02 14:03:46.133 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-08-02 14:03:46.407 +05:30 [Debug] Connection id ""0HKTQLMGG1L4I"" started. -2016-08-02 14:03:46.423 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Task/GetAllPendingTasksOfUserAndGroup?groupId=3&userId=2 -2016-08-02 14:03:46.425 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Task/GetAllPendingTasksOfUserAndGroup"'. -2016-08-02 14:03:46.428 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TaskController.GetAllPendingTasksOfUserAndGroup (Api.Socioboard)" -2016-08-02 14:03:49.237 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-02 14:03:49.301 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 14:03:49.302 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 14:03:49.302 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 14:03:49.303 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 14:03:49.306 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 3169.2333ms -2016-08-02 14:03:49.310 +05:30 [Information] Request finished in 3180.1531ms 200 application/json; charset=utf-8 -2016-08-02 14:03:49.311 +05:30 [Debug] Connection id ""0HKTQLMGG1L4H"" completed keep alive response. -2016-08-02 14:03:49.505 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TaskController.GetAllPendingTasksOfUserAndGroup (Api.Socioboard)" with arguments (["2", "3"]) - ModelState is Valid -2016-08-02 14:03:49.525 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TaskController.GetAllPendingTasksOfUserAndGroup (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 14:03:49.526 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 14:03:49.527 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 14:03:49.529 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 14:03:49.531 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TaskController.GetAllPendingTasksOfUserAndGroup (Api.Socioboard)" in 3101.567ms -2016-08-02 14:03:49.534 +05:30 [Information] Request finished in 3124.3478ms 200 application/json; charset=utf-8 -2016-08-02 14:03:49.535 +05:30 [Debug] Connection id ""0HKTQLMGG1L4I"" completed keep alive response. -2016-08-02 14:04:01.489 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/Task/AddComment?taskId=579f30c1f1f09d0c6c597451&userId=2&commentText=pls%20reply 0 -2016-08-02 14:04:01.491 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Task/AddComment"'. -2016-08-02 14:04:01.491 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TaskController.AddComment (Api.Socioboard)" -2016-08-02 14:04:04.544 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TaskController.AddComment (Api.Socioboard)" with arguments (["Domain.Socioboard.ViewModels.CommentViewModel"]) - ModelState is Valid -2016-08-02 14:04:09.190 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TaskController.AddComment (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 14:04:09.193 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 14:04:09.195 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 14:04:09.198 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 14:04:09.204 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TaskController.AddComment (Api.Socioboard)" in 7708.0418ms -2016-08-02 14:04:09.207 +05:30 [Information] Request finished in 7720.8682ms 200 application/json; charset=utf-8 -2016-08-02 14:04:09.208 +05:30 [Debug] Connection id ""0HKTQLMGG1L4H"" completed keep alive response. -2016-08-02 14:04:21.513 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=2 -2016-08-02 14:04:21.514 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-02 14:04:21.515 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-02 14:04:24.574 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-02 14:04:24.649 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 14:04:24.650 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 14:04:24.653 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 14:04:24.656 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 3139.1732ms -2016-08-02 14:04:24.662 +05:30 [Information] Request finished in 3148.3866ms 200 application/json; charset=utf-8 -2016-08-02 14:04:24.663 +05:30 [Debug] Connection id ""0HKTQLMGG1L4I"" completed keep alive response. -2016-08-02 14:04:24.671 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=3 -2016-08-02 14:04:24.671 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-02 14:04:24.672 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-02 14:04:27.755 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-02 14:04:27.829 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 14:04:27.829 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 14:04:27.834 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 14:04:27.836 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 3162.3811ms -2016-08-02 14:04:27.839 +05:30 [Information] Request finished in 3168.6154ms 200 application/json; charset=utf-8 -2016-08-02 14:04:27.840 +05:30 [Debug] Connection id ""0HKTQLMGG1L4H"" completed keep alive response. -2016-08-02 14:04:29.341 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=3 -2016-08-02 14:04:29.342 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-08-02 14:04:29.343 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-08-02 14:04:29.603 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Task/GetAllPendingTasksOfUserAndGroup?groupId=3&userId=2 -2016-08-02 14:04:29.604 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Task/GetAllPendingTasksOfUserAndGroup"'. -2016-08-02 14:04:29.604 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TaskController.GetAllPendingTasksOfUserAndGroup (Api.Socioboard)" -2016-08-02 14:04:32.496 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-02 14:04:32.560 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 14:04:32.561 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 14:04:32.561 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 14:04:32.562 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 14:04:32.565 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 3216.9231ms -2016-08-02 14:04:32.569 +05:30 [Information] Request finished in 3231.6971ms 200 application/json; charset=utf-8 -2016-08-02 14:04:32.570 +05:30 [Debug] Connection id ""0HKTQLMGG1L4I"" completed keep alive response. -2016-08-02 14:04:32.760 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TaskController.GetAllPendingTasksOfUserAndGroup (Api.Socioboard)" with arguments (["2", "3"]) - ModelState is Valid -2016-08-02 14:04:32.784 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TaskController.GetAllPendingTasksOfUserAndGroup (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 14:04:32.785 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 14:04:32.785 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 14:04:32.786 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 14:04:32.791 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TaskController.GetAllPendingTasksOfUserAndGroup (Api.Socioboard)" in 3181.8964ms -2016-08-02 14:04:32.793 +05:30 [Information] Request finished in 3200.6696ms 200 application/json; charset=utf-8 -2016-08-02 14:04:32.794 +05:30 [Debug] Connection id ""0HKTQLMGG1L4H"" completed keep alive response. -2016-08-02 14:05:19.332 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=2 -2016-08-02 14:05:19.333 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-02 14:05:19.334 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-02 14:05:22.377 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-02 14:05:22.449 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 14:05:22.450 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 14:05:22.451 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 14:05:22.455 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 3118.1345ms -2016-08-02 14:05:22.460 +05:30 [Information] Request finished in 3130.1252ms 200 application/json; charset=utf-8 -2016-08-02 14:05:22.461 +05:30 [Debug] Connection id ""0HKTQLMGG1L4I"" completed keep alive response. -2016-08-02 14:05:22.467 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=3 -2016-08-02 14:05:22.468 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-02 14:05:22.469 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-02 14:05:25.505 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-02 14:05:25.576 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 14:05:25.577 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 14:05:25.578 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 14:05:25.583 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 3109.9831ms -2016-08-02 14:05:25.586 +05:30 [Information] Request finished in 3119.2074ms 200 application/json; charset=utf-8 -2016-08-02 14:05:25.586 +05:30 [Debug] Connection id ""0HKTQLMGG1L4H"" completed keep alive response. -2016-08-02 14:05:26.974 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=3 -2016-08-02 14:05:26.975 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-08-02 14:05:26.977 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-08-02 14:05:27.253 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Task/GetAllPendingTasksOfUserAndGroup?groupId=3&userId=2 -2016-08-02 14:05:27.255 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Task/GetAllPendingTasksOfUserAndGroup"'. -2016-08-02 14:05:27.257 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TaskController.GetAllPendingTasksOfUserAndGroup (Api.Socioboard)" -2016-08-02 14:05:29.096 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-02 14:05:29.159 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 14:05:29.160 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 14:05:29.160 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 14:05:29.162 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 14:05:29.165 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 2181.3847ms -2016-08-02 14:05:29.168 +05:30 [Information] Request finished in 2197.413ms 200 application/json; charset=utf-8 -2016-08-02 14:05:29.169 +05:30 [Debug] Connection id ""0HKTQLMGG1L4I"" completed keep alive response. -2016-08-02 14:05:30.334 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TaskController.GetAllPendingTasksOfUserAndGroup (Api.Socioboard)" with arguments (["2", "3"]) - ModelState is Valid -2016-08-02 14:05:30.357 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TaskController.GetAllPendingTasksOfUserAndGroup (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 14:05:30.357 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 14:05:30.357 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 14:05:30.358 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 14:05:30.363 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TaskController.GetAllPendingTasksOfUserAndGroup (Api.Socioboard)" in 3101.8214ms -2016-08-02 14:05:30.366 +05:30 [Information] Request finished in 3112.582ms 200 application/json; charset=utf-8 -2016-08-02 14:05:30.367 +05:30 [Debug] Connection id ""0HKTQLMGG1L4H"" completed keep alive response. -2016-08-02 14:06:06.498 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/Task/AddComment?taskId=579f30c1f1f09d0c6c597451&userId=2&commentText=did%20u%20reply?? 0 -2016-08-02 14:06:06.500 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Task/AddComment"'. -2016-08-02 14:06:06.505 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TaskController.AddComment (Api.Socioboard)" -2016-08-02 14:06:09.583 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TaskController.AddComment (Api.Socioboard)" with arguments (["Domain.Socioboard.ViewModels.CommentViewModel"]) - ModelState is Valid -2016-08-02 14:06:11.686 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TaskController.AddComment (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 14:06:11.687 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 14:06:11.688 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 14:06:11.699 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 14:06:11.703 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TaskController.AddComment (Api.Socioboard)" in 5194.9421ms -2016-08-02 14:06:11.706 +05:30 [Information] Request finished in 5212.0898ms 200 application/json; charset=utf-8 -2016-08-02 14:06:11.707 +05:30 [Debug] Connection id ""0HKTQLMGG1L4I"" completed keep alive response. -2016-08-02 14:06:48.256 +05:30 [Debug] Connection id ""0HKTQLMGG1L4H"" received FIN. -2016-08-02 14:06:48.257 +05:30 [Debug] Connection id ""0HKTQLMGG1L4H"" disconnecting. -2016-08-02 14:06:48.258 +05:30 [Debug] Connection id ""0HKTQLMGG1L4H"" sending FIN. -2016-08-02 14:06:48.259 +05:30 [Debug] Connection id ""0HKTQLMGG1L4H"" sent FIN with status "0". -2016-08-02 14:06:48.260 +05:30 [Debug] Connection id ""0HKTQLMGG1L4H"" stopped. -2016-08-02 14:07:31.948 +05:30 [Debug] Connection id ""0HKTQLMGG1L4I"" received FIN. -2016-08-02 14:07:31.950 +05:30 [Debug] Connection id ""0HKTQLMGG1L4I"" disconnecting. -2016-08-02 14:07:31.951 +05:30 [Debug] Connection id ""0HKTQLMGG1L4K"" started. -2016-08-02 14:07:31.951 +05:30 [Debug] Connection id ""0HKTQLMGG1L4J"" started. -2016-08-02 14:07:31.953 +05:30 [Debug] Connection id ""0HKTQLMGG1L4L"" started. -2016-08-02 14:07:31.954 +05:30 [Debug] Connection id ""0HKTQLMGG1L4M"" started. -2016-08-02 14:07:31.959 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=3 -2016-08-02 14:07:31.955 +05:30 [Debug] Connection id ""0HKTQLMGG1L4N"" started. -2016-08-02 14:07:31.961 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-08-02 14:07:31.962 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-08-02 14:07:31.961 +05:30 [Debug] Connection id ""0HKTQLMGG1L4I"" sending FIN. -2016-08-02 14:07:31.964 +05:30 [Debug] Connection id ""0HKTQLMGG1L4I"" sent FIN with status "0". -2016-08-02 14:07:31.964 +05:30 [Debug] Connection id ""0HKTQLMGG1L4I"" stopped. -2016-08-02 14:07:31.959 +05:30 [Debug] Connection id ""0HKTQLMGG1L4O"" started. -2016-08-02 14:07:31.971 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Google/GetGplusProfiles?groupId=3 -2016-08-02 14:07:31.973 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GetGplusProfiles"'. -2016-08-02 14:07:31.976 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" -2016-08-02 14:07:32.025 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=3 -2016-08-02 14:07:32.051 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-08-02 14:07:32.052 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-08-02 14:07:32.062 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/LinkedIn/GetLinkedInCompanyPagesProfiles?groupId=3 -2016-08-02 14:07:32.070 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/LinkedIn/GetLinkedInCompanyPagesProfiles"'. -2016-08-02 14:07:32.071 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" -2016-08-02 14:07:32.073 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Instagram/GetInstagramProfiles?groupId=3 -2016-08-02 14:07:32.074 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Instagram/GetInstagramProfiles"'. -2016-08-02 14:07:32.075 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" -2016-08-02 14:07:33.028 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/SocialMessages/GetAllSentMessagesCount?groupId=3&userId=2 -2016-08-02 14:07:33.029 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/SocialMessages/GetAllSentMessagesCount"'. -2016-08-02 14:07:33.030 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" -2016-08-02 14:07:33.707 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-02 14:07:33.780 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 14:07:33.781 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 14:07:33.782 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 14:07:33.783 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 14:07:33.786 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" in 1806.3195ms -2016-08-02 14:07:33.791 +05:30 [Information] Request finished in 1828.8604ms 200 application/json; charset=utf-8 -2016-08-02 14:07:33.791 +05:30 [Debug] Connection id ""0HKTQLMGG1L4M"" completed keep alive response. -2016-08-02 14:07:33.803 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetIncommingMessage?groupId=3&userId=2 -2016-08-02 14:07:33.803 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetIncommingMessage"'. -2016-08-02 14:07:33.804 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" -2016-08-02 14:07:35.620 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-02 14:07:35.770 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" with arguments (["3", "2"]) - ModelState is Valid -2016-08-02 14:07:35.786 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 14:07:35.787 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 14:07:35.801 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 14:07:35.818 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 14:07:35.822 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 3855.7717ms -2016-08-02 14:07:35.826 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 14:07:35.826 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 14:07:35.827 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-02 14:07:35.828 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 14:07:35.832 +05:30 [Information] Request finished in 3874.2183ms 200 application/json; charset=utf-8 -2016-08-02 14:07:35.832 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" in 2023.9168ms -2016-08-02 14:07:35.833 +05:30 [Debug] Connection id ""0HKTQLMGG1L4K"" completed keep alive response. -2016-08-02 14:07:35.848 +05:30 [Information] Request finished in 2047.8085ms 200 text/plain; charset=utf-8 -2016-08-02 14:07:35.849 +05:30 [Debug] Connection id ""0HKTQLMGG1L4M"" completed keep alive response. -2016-08-02 14:07:35.855 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterFollowerCount?groupId=3&userId=2 -2016-08-02 14:07:35.857 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterFollowerCount"'. -2016-08-02 14:07:35.858 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" -2016-08-02 14:07:35.858 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/FacebookfanPageCount?groupId=3&userId=2 -2016-08-02 14:07:35.860 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/FacebookfanPageCount"'. -2016-08-02 14:07:35.876 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" -2016-08-02 14:07:36.639 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-02 14:07:36.658 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-02 14:07:36.694 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-02 14:07:36.856 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" with arguments (["2", "3"]) - ModelState is Valid -2016-08-02 14:07:36.856 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 14:07:36.857 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 14:07:36.858 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 14:07:36.903 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 14:07:36.904 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 14:07:36.904 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 14:07:36.905 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 14:07:36.945 +05:30 [Information] Executed action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" in 4834.056ms -2016-08-02 14:07:36.979 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 14:07:36.981 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 14:07:36.986 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 14:07:36.987 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 14:07:36.989 +05:30 [Information] Executed action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" in 4903.6763ms -2016-08-02 14:07:37.007 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 14:07:37.033 +05:30 [Information] Request finished in 4951.5124ms 200 application/json; charset=utf-8 -2016-08-02 14:07:37.033 +05:30 [Debug] Connection id ""0HKTQLMGG1L4O"" completed keep alive response. -2016-08-02 14:07:37.037 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 14:07:37.042 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 14:07:37.043 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 14:07:37.044 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 4954.5663ms -2016-08-02 14:07:37.048 +05:30 [Information] Request finished in 5000.7641ms 200 application/json; charset=utf-8 -2016-08-02 14:07:37.049 +05:30 [Debug] Connection id ""0HKTQLMGG1L4L"" completed keep alive response. -2016-08-02 14:07:37.055 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterRecentFollower?groupId=3 -2016-08-02 14:07:37.056 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 14:07:37.058 +05:30 [Information] Request finished in 5089.5375ms 200 application/json; charset=utf-8 -2016-08-02 14:07:37.056 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterRecentFollower"'. -2016-08-02 14:07:37.060 +05:30 [Debug] Connection id ""0HKTQLMGG1L4J"" completed keep alive response. -2016-08-02 14:07:37.065 +05:30 [Information] Executed action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" in 4027.427ms -2016-08-02 14:07:37.064 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" -2016-08-02 14:07:37.076 +05:30 [Information] Request finished in 4044.3652ms 200 application/json; charset=utf-8 -2016-08-02 14:07:37.077 +05:30 [Debug] Connection id ""0HKTQLMGG1L4N"" completed keep alive response. -2016-08-02 14:07:38.988 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" with arguments (["3", "2"]) - ModelState is Valid -2016-08-02 14:07:39.056 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" with arguments (["2", "3"]) - ModelState is Valid -2016-08-02 14:07:39.092 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 14:07:39.092 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 14:07:39.093 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-02 14:07:39.094 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 14:07:39.097 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" in 3236.9125ms -2016-08-02 14:07:39.107 +05:30 [Information] Request finished in 3259.9307ms 200 text/plain; charset=utf-8 -2016-08-02 14:07:39.107 +05:30 [Debug] Connection id ""0HKTQLMGG1L4K"" completed keep alive response. -2016-08-02 14:07:39.143 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 14:07:39.144 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 14:07:39.144 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-02 14:07:39.146 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 14:07:39.148 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" in 3270.146ms -2016-08-02 14:07:39.152 +05:30 [Information] Request finished in 3296.3997ms 200 text/plain; charset=utf-8 -2016-08-02 14:07:39.153 +05:30 [Debug] Connection id ""0HKTQLMGG1L4M"" completed keep alive response. -2016-08-02 14:07:40.172 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-02 14:07:41.663 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 14:07:41.665 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 14:07:41.667 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 14:07:41.670 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 14:07:41.675 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" in 4601.3561ms -2016-08-02 14:07:41.685 +05:30 [Information] Request finished in 4638.3546ms 200 application/json; charset=utf-8 -2016-08-02 14:07:41.686 +05:30 [Debug] Connection id ""0HKTQLMGG1L4O"" completed keep alive response. -2016-08-02 14:08:48.255 +05:30 [Debug] Connection id ""0HKTQLMGG1L4L"" received FIN. -2016-08-02 14:08:48.256 +05:30 [Debug] Connection id ""0HKTQLMGG1L4N"" received FIN. -2016-08-02 14:08:48.256 +05:30 [Debug] Connection id ""0HKTQLMGG1L4L"" disconnecting. -2016-08-02 14:08:48.257 +05:30 [Debug] Connection id ""0HKTQLMGG1L4K"" received FIN. -2016-08-02 14:08:48.261 +05:30 [Debug] Connection id ""0HKTQLMGG1L4L"" sending FIN. -2016-08-02 14:08:48.255 +05:30 [Debug] Connection id ""0HKTQLMGG1L4J"" received FIN. -2016-08-02 14:08:48.263 +05:30 [Debug] Connection id ""0HKTQLMGG1L4M"" received FIN. -2016-08-02 14:08:48.264 +05:30 [Debug] Connection id ""0HKTQLMGG1L4O"" received FIN. -2016-08-02 14:08:48.265 +05:30 [Debug] Connection id ""0HKTQLMGG1L4J"" disconnecting. -2016-08-02 14:08:48.266 +05:30 [Debug] Connection id ""0HKTQLMGG1L4J"" sending FIN. -2016-08-02 14:08:48.266 +05:30 [Debug] Connection id ""0HKTQLMGG1L4M"" disconnecting. -2016-08-02 14:08:48.267 +05:30 [Debug] Connection id ""0HKTQLMGG1L4J"" sent FIN with status "0". -2016-08-02 14:08:48.270 +05:30 [Debug] Connection id ""0HKTQLMGG1L4J"" stopped. -2016-08-02 14:08:48.268 +05:30 [Debug] Connection id ""0HKTQLMGG1L4O"" disconnecting. -2016-08-02 14:08:48.270 +05:30 [Debug] Connection id ""0HKTQLMGG1L4M"" sending FIN. -2016-08-02 14:08:48.272 +05:30 [Debug] Connection id ""0HKTQLMGG1L4O"" sending FIN. -2016-08-02 14:08:48.273 +05:30 [Debug] Connection id ""0HKTQLMGG1L4O"" sent FIN with status "0". -2016-08-02 14:08:48.274 +05:30 [Debug] Connection id ""0HKTQLMGG1L4O"" stopped. -2016-08-02 14:08:48.262 +05:30 [Debug] Connection id ""0HKTQLMGG1L4L"" sent FIN with status "0". -2016-08-02 14:08:48.275 +05:30 [Debug] Connection id ""0HKTQLMGG1L4L"" stopped. -2016-08-02 14:08:48.258 +05:30 [Debug] Connection id ""0HKTQLMGG1L4N"" disconnecting. -2016-08-02 14:08:48.261 +05:30 [Debug] Connection id ""0HKTQLMGG1L4K"" disconnecting. -2016-08-02 14:08:48.275 +05:30 [Debug] Connection id ""0HKTQLMGG1L4M"" sent FIN with status "0". -2016-08-02 14:08:48.281 +05:30 [Debug] Connection id ""0HKTQLMGG1L4N"" sending FIN. -2016-08-02 14:08:48.282 +05:30 [Debug] Connection id ""0HKTQLMGG1L4K"" sending FIN. -2016-08-02 14:08:48.281 +05:30 [Debug] Connection id ""0HKTQLMGG1L4M"" stopped. -2016-08-02 14:08:48.282 +05:30 [Debug] Connection id ""0HKTQLMGG1L4K"" sent FIN with status "0". -2016-08-02 14:08:48.284 +05:30 [Debug] Connection id ""0HKTQLMGG1L4K"" stopped. -2016-08-02 14:08:48.285 +05:30 [Debug] Connection id ""0HKTQLMGG1L4N"" sent FIN with status "0". -2016-08-02 14:08:48.286 +05:30 [Debug] Connection id ""0HKTQLMGG1L4N"" stopped. -2016-08-02 14:09:26.217 +05:30 [Debug] Connection id ""0HKTQLMGG1L4P"" started. -2016-08-02 14:09:26.219 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=2 -2016-08-02 14:09:26.220 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-02 14:09:26.221 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-02 14:09:29.261 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-02 14:09:29.339 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 14:09:29.340 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 14:09:29.341 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 14:09:29.343 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 3120.7477ms -2016-08-02 14:09:29.346 +05:30 [Information] Request finished in 3126.6482ms 200 application/json; charset=utf-8 -2016-08-02 14:09:29.346 +05:30 [Debug] Connection id ""0HKTQLMGG1L4P"" completed keep alive response. -2016-08-02 14:09:29.351 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=3 -2016-08-02 14:09:29.352 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-02 14:09:29.353 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-02 14:09:32.422 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-02 14:09:32.490 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 14:09:32.491 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 14:09:32.494 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 14:09:32.499 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 3142.3192ms -2016-08-02 14:09:32.503 +05:30 [Information] Request finished in 3152.1305ms 200 application/json; charset=utf-8 -2016-08-02 14:09:32.504 +05:30 [Debug] Connection id ""0HKTQLMGG1L4P"" completed keep alive response. -2016-08-02 14:09:34.040 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=3 -2016-08-02 14:09:34.041 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-08-02 14:09:34.041 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-08-02 14:09:34.455 +05:30 [Debug] Connection id ""0HKTQLMGG1L4Q"" started. -2016-08-02 14:09:34.458 +05:30 [Debug] Connection id ""0HKTQLMGG1L4S"" started. -2016-08-02 14:09:34.458 +05:30 [Debug] Connection id ""0HKTQLMGG1L4R"" started. -2016-08-02 14:09:34.463 +05:30 [Debug] Connection id ""0HKTQLMGG1L4T"" started. -2016-08-02 14:09:34.463 +05:30 [Debug] Connection id ""0HKTQLMGG1L4U"" started. -2016-08-02 14:09:34.467 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=3 -2016-08-02 14:09:34.468 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-08-02 14:09:34.469 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-08-02 14:09:34.471 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=3 -2016-08-02 14:09:34.472 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-08-02 14:09:34.473 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-08-02 14:09:34.474 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Instagram/GetInstagramProfiles?groupId=3 -2016-08-02 14:09:34.477 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Instagram/GetInstagramProfiles"'. -2016-08-02 14:09:34.477 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" -2016-08-02 14:09:35.070 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/LinkedIn/GetLinkedInCompanyPagesProfiles?groupId=3 -2016-08-02 14:09:35.072 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/LinkedIn/GetLinkedInCompanyPagesProfiles"'. -2016-08-02 14:09:35.073 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" -2016-08-02 14:09:36.068 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Google/GetGplusProfiles?groupId=3 -2016-08-02 14:09:36.069 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GetGplusProfiles"'. -2016-08-02 14:09:36.069 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" -2016-08-02 14:09:39.247 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-02 14:09:39.264 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-02 14:09:39.280 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-02 14:09:39.360 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-02 14:09:39.436 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-02 14:09:39.468 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-02 14:09:39.520 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 14:09:39.521 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 14:09:39.521 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 14:09:39.580 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 14:09:39.612 +05:30 [Information] Executed action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" in 5101.9847ms -2016-08-02 14:09:39.663 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 14:09:39.663 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 14:09:39.663 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 14:09:39.711 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 14:09:39.748 +05:30 [Information] Request finished in 5242.3949ms 200 application/json; charset=utf-8 -2016-08-02 14:09:39.748 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 14:09:39.749 +05:30 [Debug] Connection id ""0HKTQLMGG1L4R"" completed keep alive response. -2016-08-02 14:09:39.749 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 14:09:39.754 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 14:09:39.786 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 14:09:39.787 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 14:09:39.787 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 14:09:39.786 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 5669.1431ms -2016-08-02 14:09:39.811 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 14:09:39.813 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 14:09:39.813 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 14:09:39.815 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 14:09:39.812 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 14:09:39.817 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 14:09:39.817 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 14:09:39.821 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 14:09:39.826 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 14:09:39.830 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/SocialMessages/GetAllSentMessagesCount?groupId=3&userId=2 -2016-08-02 14:09:39.831 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/SocialMessages/GetAllSentMessagesCount"'. -2016-08-02 14:09:39.831 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" -2016-08-02 14:09:39.834 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" in 3743.5141ms -2016-08-02 14:09:39.840 +05:30 [Information] Executed action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" in 4747.519ms -2016-08-02 14:09:39.846 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 5356.5141ms -2016-08-02 14:09:39.858 +05:30 [Information] Request finished in 5772.9275ms 200 application/json; charset=utf-8 -2016-08-02 14:09:39.858 +05:30 [Debug] Connection id ""0HKTQLMGG1L4P"" completed keep alive response. -2016-08-02 14:09:39.864 +05:30 [Information] Request finished in 4777.1349ms 200 application/json; charset=utf-8 -2016-08-02 14:09:39.866 +05:30 [Debug] Connection id ""0HKTQLMGG1L4T"" completed keep alive response. -2016-08-02 14:09:39.871 +05:30 [Information] Request finished in 5398.2244ms 200 application/json; charset=utf-8 -2016-08-02 14:09:39.873 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetIncommingMessage?groupId=3&userId=2 -2016-08-02 14:09:39.875 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetIncommingMessage"'. -2016-08-02 14:09:39.874 +05:30 [Debug] Connection id ""0HKTQLMGG1L4Q"" completed keep alive response. -2016-08-02 14:09:39.878 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" -2016-08-02 14:09:39.887 +05:30 [Information] Request finished in 3781.4777ms 200 application/json; charset=utf-8 -2016-08-02 14:09:39.888 +05:30 [Debug] Connection id ""0HKTQLMGG1L4U"" completed keep alive response. -2016-08-02 14:09:39.900 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterFollowerCount?groupId=3&userId=2 -2016-08-02 14:09:39.909 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterFollowerCount"'. -2016-08-02 14:09:39.917 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/FacebookfanPageCount?groupId=3&userId=2 -2016-08-02 14:09:39.918 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" -2016-08-02 14:09:39.919 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/FacebookfanPageCount"'. -2016-08-02 14:09:39.920 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 14:09:39.922 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" -2016-08-02 14:09:39.918 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterRecentFollower?groupId=3 -2016-08-02 14:09:39.927 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 5448.9452ms -2016-08-02 14:09:39.927 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterRecentFollower"'. -2016-08-02 14:09:39.931 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" -2016-08-02 14:09:39.932 +05:30 [Information] Request finished in 5468.3143ms 200 application/json; charset=utf-8 -2016-08-02 14:09:39.933 +05:30 [Debug] Connection id ""0HKTQLMGG1L4S"" completed keep alive response. -2016-08-02 14:09:42.917 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" with arguments (["2", "3"]) - ModelState is Valid -2016-08-02 14:09:43.024 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" with arguments (["3", "2"]) - ModelState is Valid -2016-08-02 14:09:43.152 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 14:09:43.152 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 14:09:43.153 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 14:09:43.162 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" with arguments (["3", "2"]) - ModelState is Valid -2016-08-02 14:09:43.174 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" with arguments (["2", "3"]) - ModelState is Valid -2016-08-02 14:09:43.189 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 14:09:43.228 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-02 14:09:43.253 +05:30 [Information] Executed action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" in 3358.9446ms -2016-08-02 14:09:43.258 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 14:09:43.262 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 14:09:43.264 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-02 14:09:43.265 +05:30 [Information] Request finished in 3450.1201ms 200 application/json; charset=utf-8 -2016-08-02 14:09:43.269 +05:30 [Debug] Connection id ""0HKTQLMGG1L4R"" completed keep alive response. -2016-08-02 14:09:43.266 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 14:09:43.275 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 14:09:43.275 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-02 14:09:43.314 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 14:09:43.316 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 14:09:43.324 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" in 3435.0905ms -2016-08-02 14:09:43.325 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" in 3398.3302ms -2016-08-02 14:09:43.336 +05:30 [Information] Request finished in 3464.339ms 200 text/plain; charset=utf-8 -2016-08-02 14:09:43.340 +05:30 [Debug] Connection id ""0HKTQLMGG1L4P"" completed keep alive response. -2016-08-02 14:09:43.338 +05:30 [Information] Request finished in 3464.1377ms 200 text/plain; charset=utf-8 -2016-08-02 14:09:43.345 +05:30 [Debug] Connection id ""0HKTQLMGG1L4T"" completed keep alive response. -2016-08-02 14:09:43.359 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 14:09:43.360 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 14:09:43.361 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-02 14:09:43.364 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 14:09:43.371 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" in 3442.7639ms -2016-08-02 14:09:43.377 +05:30 [Information] Request finished in 3487.6684ms 200 text/plain; charset=utf-8 -2016-08-02 14:09:43.378 +05:30 [Debug] Connection id ""0HKTQLMGG1L4Q"" completed keep alive response. -2016-08-02 14:09:44.775 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 14:09:44.778 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 14:09:44.779 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 14:09:44.786 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 14:09:44.792 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" in 4855.5448ms -2016-08-02 14:09:44.797 +05:30 [Information] Request finished in 4889.3662ms 200 application/json; charset=utf-8 -2016-08-02 14:09:44.798 +05:30 [Debug] Connection id ""0HKTQLMGG1L4U"" completed keep alive response. -2016-08-02 14:10:48.255 +05:30 [Debug] Connection id ""0HKTQLMGG1L4S"" received FIN. -2016-08-02 14:10:48.256 +05:30 [Debug] Connection id ""0HKTQLMGG1L4S"" disconnecting. -2016-08-02 14:10:48.257 +05:30 [Debug] Connection id ""0HKTQLMGG1L4S"" sending FIN. -2016-08-02 14:10:48.255 +05:30 [Debug] Connection id ""0HKTQLMGG1L4R"" received FIN. -2016-08-02 14:10:48.259 +05:30 [Debug] Connection id ""0HKTQLMGG1L4T"" received FIN. -2016-08-02 14:10:48.260 +05:30 [Debug] Connection id ""0HKTQLMGG1L4Q"" received FIN. -2016-08-02 14:10:48.261 +05:30 [Debug] Connection id ""0HKTQLMGG1L4T"" disconnecting. -2016-08-02 14:10:48.262 +05:30 [Debug] Connection id ""0HKTQLMGG1L4Q"" disconnecting. -2016-08-02 14:10:48.258 +05:30 [Debug] Connection id ""0HKTQLMGG1L4S"" sent FIN with status "0". -2016-08-02 14:10:48.266 +05:30 [Debug] Connection id ""0HKTQLMGG1L4S"" stopped. -2016-08-02 14:10:48.267 +05:30 [Debug] Connection id ""0HKTQLMGG1L4P"" received FIN. -2016-08-02 14:10:48.261 +05:30 [Debug] Connection id ""0HKTQLMGG1L4R"" disconnecting. -2016-08-02 14:10:48.269 +05:30 [Debug] Connection id ""0HKTQLMGG1L4P"" disconnecting. -2016-08-02 14:10:48.263 +05:30 [Debug] Connection id ""0HKTQLMGG1L4T"" sending FIN. -2016-08-02 14:10:48.268 +05:30 [Debug] Connection id ""0HKTQLMGG1L4U"" received FIN. -2016-08-02 14:10:48.270 +05:30 [Debug] Connection id ""0HKTQLMGG1L4Q"" sending FIN. -2016-08-02 14:10:48.271 +05:30 [Debug] Connection id ""0HKTQLMGG1L4P"" sending FIN. -2016-08-02 14:10:48.273 +05:30 [Debug] Connection id ""0HKTQLMGG1L4P"" sent FIN with status "0". -2016-08-02 14:10:48.275 +05:30 [Debug] Connection id ""0HKTQLMGG1L4P"" stopped. -2016-08-02 14:10:48.271 +05:30 [Debug] Connection id ""0HKTQLMGG1L4R"" sending FIN. -2016-08-02 14:10:48.276 +05:30 [Debug] Connection id ""0HKTQLMGG1L4R"" sent FIN with status "0". -2016-08-02 14:10:48.277 +05:30 [Debug] Connection id ""0HKTQLMGG1L4R"" stopped. -2016-08-02 14:10:48.280 +05:30 [Debug] Connection id ""0HKTQLMGG1L4U"" disconnecting. -2016-08-02 14:10:48.280 +05:30 [Debug] Connection id ""0HKTQLMGG1L4Q"" sent FIN with status "0". -2016-08-02 14:10:48.282 +05:30 [Debug] Connection id ""0HKTQLMGG1L4Q"" stopped. -2016-08-02 14:10:48.283 +05:30 [Debug] Connection id ""0HKTQLMGG1L4T"" sent FIN with status "0". -2016-08-02 14:10:48.284 +05:30 [Debug] Connection id ""0HKTQLMGG1L4T"" stopped. -2016-08-02 14:10:48.282 +05:30 [Debug] Connection id ""0HKTQLMGG1L4U"" sending FIN. -2016-08-02 14:10:48.285 +05:30 [Debug] Connection id ""0HKTQLMGG1L4U"" sent FIN with status "0". -2016-08-02 14:10:48.286 +05:30 [Debug] Connection id ""0HKTQLMGG1L4U"" stopped. -2016-08-02 14:58:15.655 +05:30 [Debug] Hosting starting -2016-08-02 14:58:15.823 +05:30 [Debug] Hosting started -2016-08-02 14:58:15.902 +05:30 [Debug] Connection id ""0HKTQMTAHIIKO"" started. -2016-08-02 14:58:15.902 +05:30 [Debug] Connection id ""0HKTQMTAHIIKP"" started. -2016-08-02 14:58:16.041 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-08-02 14:58:16.041 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:6361/ 0 -2016-08-02 14:58:16.105 +05:30 [Information] Request finished in 96.0696ms 200 -2016-08-02 14:58:16.157 +05:30 [Debug] Connection id ""0HKTQMTAHIIKO"" completed keep alive response. -2016-08-02 14:58:16.566 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-08-02 14:58:16.616 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"fb1bc36c-55d1-4f48-98cc-039c04a6d5ac"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-08-02 14:58:16.941 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-08-02 14:58:17.141 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid -2016-08-02 14:58:17.148 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult". -2016-08-02 14:58:17.288 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 14:58:17.313 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 14:58:17.365 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 14:58:18.191 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 1237.617ms -2016-08-02 14:58:18.377 +05:30 [Information] Request finished in 2365.4828ms 200 application/json; charset=utf-8 -2016-08-02 14:58:18.382 +05:30 [Debug] Connection id ""0HKTQMTAHIIKP"" completed keep alive response. -2016-08-02 15:00:15.882 +05:30 [Debug] Connection id ""0HKTQMTAHIIKP"" received FIN. -2016-08-02 15:00:15.882 +05:30 [Debug] Connection id ""0HKTQMTAHIIKO"" received FIN. -2016-08-02 15:00:15.888 +05:30 [Debug] Connection id ""0HKTQMTAHIIKP"" disconnecting. -2016-08-02 15:00:15.889 +05:30 [Debug] Connection id ""0HKTQMTAHIIKO"" disconnecting. -2016-08-02 15:00:15.893 +05:30 [Debug] Connection id ""0HKTQMTAHIIKP"" sending FIN. -2016-08-02 15:00:15.896 +05:30 [Debug] Connection id ""0HKTQMTAHIIKO"" sending FIN. -2016-08-02 15:00:15.912 +05:30 [Debug] Connection id ""0HKTQMTAHIIKO"" sent FIN with status "0". -2016-08-02 15:00:15.912 +05:30 [Debug] Connection id ""0HKTQMTAHIIKP"" sent FIN with status "0". -2016-08-02 15:00:15.916 +05:30 [Debug] Connection id ""0HKTQMTAHIIKO"" stopped. -2016-08-02 15:00:15.917 +05:30 [Debug] Connection id ""0HKTQMTAHIIKP"" stopped. -2016-08-02 15:07:20.630 +05:30 [Debug] Connection id ""0HKTQMTAHIIKQ"" started. -2016-08-02 15:07:20.647 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/User/FacebookLogin application/x-www-form-urlencoded 177 -2016-08-02 15:07:20.653 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/FacebookLogin"'. -2016-08-02 15:07:20.656 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" -2016-08-02 15:07:24.176 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" with arguments (["EAAKYvwDVmnUBANGatWWHI0BEhSKRU1lYWzv57uRmoxMUdmstWwnrivz0L9axIHZATb9i8EaaMdGIu1crIFQFmJSlucjRpEYngNpgZBSZAHl7sZCCBIDcdKk41ZAfBAZAdZAjArs3qOcBBmhrmRXfEaVU3tslUADRYMZD"]) - ModelState is Valid -2016-08-02 15:07:29.189 +05:30 [Fatal] could not execute query -[ select facebookac0_.Id as Id4_, facebookac0_.FbUserId as FbUserId4_, facebookac0_.FbUserName as FbUserName4_, facebookac0_.AccessToken as AccessTo4_4_, facebookac0_.Friends as Friends4_, facebookac0_.EmailId as EmailId4_, facebookac0_.coverPic as coverPic4_, facebookac0_.birthday as birthday4_, facebookac0_.education as education4_, facebookac0_.college as college4_, facebookac0_.workPosition as workPos11_4_, facebookac0_.homeTown as homeTown4_, facebookac0_.gender as gender4_, facebookac0_.bio as bio4_, facebookac0_.about as about4_, facebookac0_.workCompany as workCom16_4_, facebookac0_.FbProfileType as FbProfi17_4_, facebookac0_.ProfileUrl as ProfileUrl4_, facebookac0_.IsActive as IsActive4_, facebookac0_.UserId as UserId4_, facebookac0_.LastUpdate as LastUpdate4_, facebookac0_.IsAccessTokenActive as IsAcces22_4_, facebookac0_.lastpagereportgenerated as lastpag23_4_, facebookac0_.Is90DayDataUpdated as Is24_4_ from Facebookaccounts facebookac0_ where facebookac0_.FbUserId=?p0 ] - Name:p1 - Value:100007827073015 -[SQL: select facebookac0_.Id as Id4_, facebookac0_.FbUserId as FbUserId4_, facebookac0_.FbUserName as FbUserName4_, facebookac0_.AccessToken as AccessTo4_4_, facebookac0_.Friends as Friends4_, facebookac0_.EmailId as EmailId4_, facebookac0_.coverPic as coverPic4_, facebookac0_.birthday as birthday4_, facebookac0_.education as education4_, facebookac0_.college as college4_, facebookac0_.workPosition as workPos11_4_, facebookac0_.homeTown as homeTown4_, facebookac0_.gender as gender4_, facebookac0_.bio as bio4_, facebookac0_.about as about4_, facebookac0_.workCompany as workCom16_4_, facebookac0_.FbProfileType as FbProfi17_4_, facebookac0_.ProfileUrl as ProfileUrl4_, facebookac0_.IsActive as IsActive4_, facebookac0_.UserId as UserId4_, facebookac0_.LastUpdate as LastUpdate4_, facebookac0_.IsAccessTokenActive as IsAcces22_4_, facebookac0_.lastpagereportgenerated as lastpag23_4_, facebookac0_.Is90DayDataUpdated as Is24_4_ from Facebookaccounts facebookac0_ where facebookac0_.FbUserId=?p0] -2016-08-02 15:07:29.222 +05:30 [Error] at NHibernate.Loader.Loader.DoList(ISessionImplementor session, QueryParameters queryParameters, IResultTransformer forcedResultTransformer) - at NHibernate.Loader.Loader.DoList(ISessionImplementor session, QueryParameters queryParameters) - at NHibernate.Loader.Loader.ListIgnoreQueryCache(ISessionImplementor session, QueryParameters queryParameters) - at NHibernate.Loader.Loader.List(ISessionImplementor session, QueryParameters queryParameters, ISet`1 querySpaces, IType[] resultTypes) - at NHibernate.Loader.Hql.QueryLoader.List(ISessionImplementor session, QueryParameters queryParameters) - at NHibernate.Hql.Ast.ANTLR.QueryTranslatorImpl.List(ISessionImplementor session, QueryParameters queryParameters) - at NHibernate.Engine.Query.HQLQueryPlan.PerformList(QueryParameters queryParameters, ISessionImplementor session, IList results) - at NHibernate.Impl.SessionImpl.List(IQueryExpression queryExpression, QueryParameters queryParameters, IList results) - at NHibernate.Impl.AbstractSessionImpl.List(IQueryExpression queryExpression, QueryParameters parameters) - at NHibernate.Impl.AbstractQueryImpl2.List() - at NHibernate.Linq.DefaultQueryProvider.ExecuteQuery(NhLinqExpression nhLinqExpression, IQuery query, NhLinqExpression nhQuery) - at NHibernate.Linq.DefaultQueryProvider.Execute(Expression expression) - at NHibernate.Linq.DefaultQueryProvider.Execute[TResult](Expression expression) - at Remotion.Linq.QueryableBase`1.GetEnumerator() - at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) - at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) - at Api.Socioboard.Model.DatabaseRepository.Find[T](Expression`1 query) in D:\bitbucket\src\Api.Socioboard\Model\DatabaseRepository.cs:line 30 -2016-08-02 15:07:29.224 +05:30 [Error] Unknown column 'facebookac0_.lastpagereportgenerated' in 'field list' -2016-08-02 15:07:30.431 +05:30 [Fatal] could not execute query -[ select facebookac0_.Id as Id4_, facebookac0_.FbUserId as FbUserId4_, facebookac0_.FbUserName as FbUserName4_, facebookac0_.AccessToken as AccessTo4_4_, facebookac0_.Friends as Friends4_, facebookac0_.EmailId as EmailId4_, facebookac0_.coverPic as coverPic4_, facebookac0_.birthday as birthday4_, facebookac0_.education as education4_, facebookac0_.college as college4_, facebookac0_.workPosition as workPos11_4_, facebookac0_.homeTown as homeTown4_, facebookac0_.gender as gender4_, facebookac0_.bio as bio4_, facebookac0_.about as about4_, facebookac0_.workCompany as workCom16_4_, facebookac0_.FbProfileType as FbProfi17_4_, facebookac0_.ProfileUrl as ProfileUrl4_, facebookac0_.IsActive as IsActive4_, facebookac0_.UserId as UserId4_, facebookac0_.LastUpdate as LastUpdate4_, facebookac0_.IsAccessTokenActive as IsAcces22_4_, facebookac0_.lastpagereportgenerated as lastpag23_4_, facebookac0_.Is90DayDataUpdated as Is24_4_ from Facebookaccounts facebookac0_ where facebookac0_.FbUserId=?p0 ] - Name:p1 - Value:100007827073015 -[SQL: select facebookac0_.Id as Id4_, facebookac0_.FbUserId as FbUserId4_, facebookac0_.FbUserName as FbUserName4_, facebookac0_.AccessToken as AccessTo4_4_, facebookac0_.Friends as Friends4_, facebookac0_.EmailId as EmailId4_, facebookac0_.coverPic as coverPic4_, facebookac0_.birthday as birthday4_, facebookac0_.education as education4_, facebookac0_.college as college4_, facebookac0_.workPosition as workPos11_4_, facebookac0_.homeTown as homeTown4_, facebookac0_.gender as gender4_, facebookac0_.bio as bio4_, facebookac0_.about as about4_, facebookac0_.workCompany as workCom16_4_, facebookac0_.FbProfileType as FbProfi17_4_, facebookac0_.ProfileUrl as ProfileUrl4_, facebookac0_.IsActive as IsActive4_, facebookac0_.UserId as UserId4_, facebookac0_.LastUpdate as LastUpdate4_, facebookac0_.IsAccessTokenActive as IsAcces22_4_, facebookac0_.lastpagereportgenerated as lastpag23_4_, facebookac0_.Is90DayDataUpdated as Is24_4_ from Facebookaccounts facebookac0_ where facebookac0_.FbUserId=?p0] -2016-08-02 15:07:30.436 +05:30 [Error] at NHibernate.Loader.Loader.DoList(ISessionImplementor session, QueryParameters queryParameters, IResultTransformer forcedResultTransformer) - at NHibernate.Loader.Loader.DoList(ISessionImplementor session, QueryParameters queryParameters) - at NHibernate.Loader.Loader.ListIgnoreQueryCache(ISessionImplementor session, QueryParameters queryParameters) - at NHibernate.Loader.Loader.List(ISessionImplementor session, QueryParameters queryParameters, ISet`1 querySpaces, IType[] resultTypes) - at NHibernate.Loader.Hql.QueryLoader.List(ISessionImplementor session, QueryParameters queryParameters) - at NHibernate.Hql.Ast.ANTLR.QueryTranslatorImpl.List(ISessionImplementor session, QueryParameters queryParameters) - at NHibernate.Engine.Query.HQLQueryPlan.PerformList(QueryParameters queryParameters, ISessionImplementor session, IList results) - at NHibernate.Impl.SessionImpl.List(IQueryExpression queryExpression, QueryParameters queryParameters, IList results) - at NHibernate.Impl.AbstractSessionImpl.List(IQueryExpression queryExpression, QueryParameters parameters) - at NHibernate.Impl.AbstractQueryImpl2.List() - at NHibernate.Linq.DefaultQueryProvider.ExecuteQuery(NhLinqExpression nhLinqExpression, IQuery query, NhLinqExpression nhQuery) - at NHibernate.Linq.DefaultQueryProvider.Execute(Expression expression) - at NHibernate.Linq.DefaultQueryProvider.Execute[TResult](Expression expression) - at Remotion.Linq.QueryableBase`1.GetEnumerator() - at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) - at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) - at Api.Socioboard.Model.DatabaseRepository.Find[T](Expression`1 query) in D:\bitbucket\src\Api.Socioboard\Model\DatabaseRepository.cs:line 30 -2016-08-02 15:07:30.438 +05:30 [Error] Unknown column 'facebookac0_.lastpagereportgenerated' in 'field list' -2016-08-02 15:07:30.882 +05:30 [Fatal] could not insert: [Domain.Socioboard.Models.Facebookaccounts#0][SQL: INSERT INTO Facebookaccounts (FbUserId, FbUserName, AccessToken, Friends, EmailId, coverPic, birthday, education, college, workPosition, homeTown, gender, bio, about, workCompany, FbProfileType, ProfileUrl, IsActive, UserId, LastUpdate, IsAccessTokenActive, lastpagereportgenerated, Is90DayDataUpdated, Id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)] -2016-08-02 15:07:30.885 +05:30 [Error] at NHibernate.Persister.Entity.AbstractEntityPersister.Insert(Object id, Object[] fields, Boolean[] notNull, Int32 j, SqlCommandInfo sql, Object obj, ISessionImplementor session) - at NHibernate.Persister.Entity.AbstractEntityPersister.Insert(Object id, Object[] fields, Object obj, ISessionImplementor session) - at NHibernate.Action.EntityInsertAction.Execute() - at NHibernate.Engine.ActionQueue.Execute(IExecutable executable) - at NHibernate.Engine.ActionQueue.ExecuteActions(IList list) - at NHibernate.Engine.ActionQueue.ExecuteActions() - at NHibernate.Event.Default.AbstractFlushingEventListener.PerformExecutions(IEventSource session) - at NHibernate.Event.Default.DefaultFlushEventListener.OnFlush(FlushEvent event) - at NHibernate.Impl.SessionImpl.Flush() - at NHibernate.Transaction.AdoTransaction.Commit() - at Api.Socioboard.Model.DatabaseRepository.Add[T](T item) in D:\bitbucket\src\Api.Socioboard\Model\DatabaseRepository.cs:line 143 -2016-08-02 15:07:30.887 +05:30 [Error] Unknown column 'lastpagereportgenerated' in 'field list' -2016-08-02 15:07:30.891 +05:30 [Error] at MySql.Data.MySqlClient.MySqlStream.ReadPacket() - at MySql.Data.MySqlClient.NativeDriver.GetResult(Int32& affectedRow, Int64& insertedId) - at MySql.Data.MySqlClient.Driver.GetResult(Int32 statementId, Int32& affectedRows, Int64& insertedId) - at MySql.Data.MySqlClient.Driver.NextResult(Int32 statementId, Boolean force) - at MySql.Data.MySqlClient.MySqlDataReader.NextResult() - at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior) - at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader() - at MySql.Data.MySqlClient.MySqlCommand.ExecuteNonQuery() - at NHibernate.AdoNet.AbstractBatcher.ExecuteNonQuery(IDbCommand cmd) - at NHibernate.AdoNet.NonBatchingBatcher.AddToBatch(IExpectation expectation) - at NHibernate.Persister.Entity.AbstractEntityPersister.Insert(Object id, Object[] fields, Boolean[] notNull, Int32 j, SqlCommandInfo sql, Object obj, ISessionImplementor session) -2016-08-02 15:07:30.893 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 15:07:30.900 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 15:07:30.902 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 15:07:31.041 +05:30 [Information] Executed action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" in 10379.8005ms -2016-08-02 15:07:31.044 +05:30 [Information] Request finished in 10398.1495ms 200 application/json; charset=utf-8 -2016-08-02 15:07:31.044 +05:30 [Debug] Connection id ""0HKTQMTAHIIKQ"" completed keep alive response. -2016-08-02 15:07:31.368 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=3 -2016-08-02 15:07:31.369 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-02 15:07:31.379 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-02 15:07:34.468 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-02 15:07:34.621 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 15:07:34.621 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 15:07:34.622 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 15:07:34.633 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 3251.7241ms -2016-08-02 15:07:34.642 +05:30 [Information] Request finished in 3269.1032ms 200 application/json; charset=utf-8 -2016-08-02 15:07:34.643 +05:30 [Debug] Connection id ""0HKTQMTAHIIKQ"" completed keep alive response. -2016-08-02 15:07:34.704 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=4 -2016-08-02 15:07:34.704 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-02 15:07:34.706 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-02 15:07:37.793 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["4"]) - ModelState is Valid -2016-08-02 15:07:37.909 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 15:07:37.910 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 15:07:37.912 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 15:07:37.919 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 3211.9674ms -2016-08-02 15:07:37.922 +05:30 [Information] Request finished in 3218.6527ms 200 application/json; charset=utf-8 -2016-08-02 15:07:37.923 +05:30 [Debug] Connection id ""0HKTQMTAHIIKQ"" completed keep alive response. -2016-08-02 15:07:40.387 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=4 -2016-08-02 15:07:40.389 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-08-02 15:07:40.392 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-08-02 15:07:40.677 +05:30 [Debug] Connection id ""0HKTQMTAHIIKR"" started. -2016-08-02 15:07:40.679 +05:30 [Debug] Connection id ""0HKTQMTAHIIKS"" started. -2016-08-02 15:07:40.683 +05:30 [Debug] Connection id ""0HKTQMTAHIIKT"" started. -2016-08-02 15:07:40.708 +05:30 [Debug] Connection id ""0HKTQMTAHIIKV"" started. -2016-08-02 15:07:40.704 +05:30 [Debug] Connection id ""0HKTQMTAHIIKU"" started. -2016-08-02 15:07:40.723 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=4 -2016-08-02 15:07:40.725 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-08-02 15:07:40.727 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-08-02 15:07:40.754 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/LinkedIn/GetLinkedInCompanyPagesProfiles?groupId=4 -2016-08-02 15:07:40.768 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/LinkedIn/GetLinkedInCompanyPagesProfiles"'. -2016-08-02 15:07:40.770 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" -2016-08-02 15:07:40.787 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Instagram/GetInstagramProfiles?groupId=4 -2016-08-02 15:07:40.791 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Instagram/GetInstagramProfiles"'. -2016-08-02 15:07:40.795 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" -2016-08-02 15:07:40.793 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Google/GetGplusProfiles?groupId=4 -2016-08-02 15:07:40.851 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GetGplusProfiles"'. -2016-08-02 15:07:40.856 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" -2016-08-02 15:07:41.536 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=4 -2016-08-02 15:07:41.539 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-08-02 15:07:41.541 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-08-02 15:07:44.243 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["4"]) - ModelState is Valid -2016-08-02 15:07:44.286 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["4"]) - ModelState is Valid -2016-08-02 15:07:44.327 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" with arguments (["4"]) - ModelState is Valid -2016-08-02 15:07:44.347 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" with arguments (["4"]) - ModelState is Valid -2016-08-02 15:07:44.399 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 15:07:44.400 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 15:07:44.400 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 15:07:44.450 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 15:07:44.516 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 15:07:44.516 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 3747.2969ms -2016-08-02 15:07:44.517 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 15:07:44.543 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 15:07:44.543 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 15:07:44.544 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 15:07:44.545 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 15:07:44.601 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 15:07:44.601 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 15:07:44.603 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 15:07:44.602 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 15:07:44.606 +05:30 [Information] Request finished in 3871.2097ms 200 application/json; charset=utf-8 -2016-08-02 15:07:44.606 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 15:07:44.606 +05:30 [Debug] Connection id ""0HKTQMTAHIIKR"" completed keep alive response. -2016-08-02 15:07:44.628 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 15:07:44.645 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/SocialMessages/GetAllSentMessagesCount?groupId=4&userId=3 -2016-08-02 15:07:44.646 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/SocialMessages/GetAllSentMessagesCount"'. -2016-08-02 15:07:44.647 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" -2016-08-02 15:07:44.674 +05:30 [Information] Executed action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" in 3809.7445ms -2016-08-02 15:07:44.686 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 4237.1937ms -2016-08-02 15:07:44.690 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["4"]) - ModelState is Valid -2016-08-02 15:07:44.692 +05:30 [Information] Executed action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" in 3910.3506ms -2016-08-02 15:07:44.717 +05:30 [Information] Request finished in 3965.8447ms 200 application/json; charset=utf-8 -2016-08-02 15:07:44.719 +05:30 [Debug] Connection id ""0HKTQMTAHIIKV"" completed keep alive response. -2016-08-02 15:07:44.726 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" with arguments (["4"]) - ModelState is Valid -2016-08-02 15:07:44.780 +05:30 [Information] Request finished in 4027.1733ms 200 application/json; charset=utf-8 -2016-08-02 15:07:44.781 +05:30 [Debug] Connection id ""0HKTQMTAHIIKS"" completed keep alive response. -2016-08-02 15:07:44.783 +05:30 [Information] Request finished in 4395.2402ms 200 application/json; charset=utf-8 -2016-08-02 15:07:44.816 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetIncommingMessage?groupId=4&userId=3 -2016-08-02 15:07:44.817 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetIncommingMessage"'. -2016-08-02 15:07:44.856 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterFollowerCount?groupId=4&userId=3 -2016-08-02 15:07:44.816 +05:30 [Debug] Connection id ""0HKTQMTAHIIKQ"" completed keep alive response. -2016-08-02 15:07:44.857 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterFollowerCount"'. -2016-08-02 15:07:44.856 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 15:07:44.859 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 15:07:44.860 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 15:07:44.860 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" -2016-08-02 15:07:44.856 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" -2016-08-02 15:07:44.892 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 15:07:44.892 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 15:07:44.875 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/FacebookfanPageCount?groupId=4&userId=3 -2016-08-02 15:07:44.894 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 15:07:44.899 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/FacebookfanPageCount"'. -2016-08-02 15:07:44.900 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 15:07:44.902 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 15:07:44.902 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" -2016-08-02 15:07:44.910 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 3365.674ms -2016-08-02 15:07:44.913 +05:30 [Information] Request finished in 3377.6294ms 200 application/json; charset=utf-8 -2016-08-02 15:07:44.914 +05:30 [Debug] Connection id ""0HKTQMTAHIIKU"" completed keep alive response. -2016-08-02 15:07:44.918 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" in 4027.5951ms -2016-08-02 15:07:44.920 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterRecentFollower?groupId=4 -2016-08-02 15:07:44.921 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterRecentFollower"'. -2016-08-02 15:07:44.922 +05:30 [Information] Request finished in 4196.2045ms 200 application/json; charset=utf-8 -2016-08-02 15:07:44.923 +05:30 [Debug] Connection id ""0HKTQMTAHIIKT"" completed keep alive response. -2016-08-02 15:07:44.924 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" -2016-08-02 15:07:47.754 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" with arguments (["3", "4"]) - ModelState is Valid -2016-08-02 15:07:47.849 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 15:07:47.850 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 15:07:47.850 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 15:07:47.851 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 15:07:47.854 +05:30 [Information] Executed action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" in 3179.167ms -2016-08-02 15:07:47.859 +05:30 [Information] Request finished in 3243.6261ms 200 application/json; charset=utf-8 -2016-08-02 15:07:47.859 +05:30 [Debug] Connection id ""0HKTQMTAHIIKR"" completed keep alive response. -2016-08-02 15:07:47.980 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" with arguments (["4", "3"]) - ModelState is Valid -2016-08-02 15:07:47.981 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" with arguments (["4", "3"]) - ModelState is Valid -2016-08-02 15:07:48.094 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" with arguments (["4"]) - ModelState is Valid -2016-08-02 15:07:48.136 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" with arguments (["3", "4"]) - ModelState is Valid -2016-08-02 15:07:48.295 +05:30 [Fatal] could not execute query -[ select facebookac0_.Id as Id4_, facebookac0_.FbUserId as FbUserId4_, facebookac0_.FbUserName as FbUserName4_, facebookac0_.AccessToken as AccessTo4_4_, facebookac0_.Friends as Friends4_, facebookac0_.EmailId as EmailId4_, facebookac0_.coverPic as coverPic4_, facebookac0_.birthday as birthday4_, facebookac0_.education as education4_, facebookac0_.college as college4_, facebookac0_.workPosition as workPos11_4_, facebookac0_.homeTown as homeTown4_, facebookac0_.gender as gender4_, facebookac0_.bio as bio4_, facebookac0_.about as about4_, facebookac0_.workCompany as workCom16_4_, facebookac0_.FbProfileType as FbProfi17_4_, facebookac0_.ProfileUrl as ProfileUrl4_, facebookac0_.IsActive as IsActive4_, facebookac0_.UserId as UserId4_, facebookac0_.LastUpdate as LastUpdate4_, facebookac0_.IsAccessTokenActive as IsAcces22_4_, facebookac0_.lastpagereportgenerated as lastpag23_4_, facebookac0_.Is90DayDataUpdated as Is24_4_ from Facebookaccounts facebookac0_ where 1=0 ] -[SQL: select facebookac0_.Id as Id4_, facebookac0_.FbUserId as FbUserId4_, facebookac0_.FbUserName as FbUserName4_, facebookac0_.AccessToken as AccessTo4_4_, facebookac0_.Friends as Friends4_, facebookac0_.EmailId as EmailId4_, facebookac0_.coverPic as coverPic4_, facebookac0_.birthday as birthday4_, facebookac0_.education as education4_, facebookac0_.college as college4_, facebookac0_.workPosition as workPos11_4_, facebookac0_.homeTown as homeTown4_, facebookac0_.gender as gender4_, facebookac0_.bio as bio4_, facebookac0_.about as about4_, facebookac0_.workCompany as workCom16_4_, facebookac0_.FbProfileType as FbProfi17_4_, facebookac0_.ProfileUrl as ProfileUrl4_, facebookac0_.IsActive as IsActive4_, facebookac0_.UserId as UserId4_, facebookac0_.LastUpdate as LastUpdate4_, facebookac0_.IsAccessTokenActive as IsAcces22_4_, facebookac0_.lastpagereportgenerated as lastpag23_4_, facebookac0_.Is90DayDataUpdated as Is24_4_ from Facebookaccounts facebookac0_ where 1=0] -2016-08-02 15:07:48.297 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 15:07:48.301 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 15:07:48.302 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 15:07:48.302 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 15:07:48.308 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 15:07:48.308 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-02 15:07:48.306 +05:30 [Error] at NHibernate.Loader.Loader.DoList(ISessionImplementor session, QueryParameters queryParameters, IResultTransformer forcedResultTransformer) - at NHibernate.Loader.Loader.DoList(ISessionImplementor session, QueryParameters queryParameters) - at NHibernate.Loader.Loader.ListIgnoreQueryCache(ISessionImplementor session, QueryParameters queryParameters) - at NHibernate.Loader.Loader.List(ISessionImplementor session, QueryParameters queryParameters, ISet`1 querySpaces, IType[] resultTypes) - at NHibernate.Loader.Hql.QueryLoader.List(ISessionImplementor session, QueryParameters queryParameters) - at NHibernate.Hql.Ast.ANTLR.QueryTranslatorImpl.List(ISessionImplementor session, QueryParameters queryParameters) - at NHibernate.Engine.Query.HQLQueryPlan.PerformList(QueryParameters queryParameters, ISessionImplementor session, IList results) - at NHibernate.Impl.SessionImpl.List(IQueryExpression queryExpression, QueryParameters queryParameters, IList results) - at NHibernate.Impl.AbstractSessionImpl.List(IQueryExpression queryExpression, QueryParameters parameters) - at NHibernate.Impl.AbstractQueryImpl2.List() - at NHibernate.Linq.DefaultQueryProvider.ExecuteQuery(NhLinqExpression nhLinqExpression, IQuery query, NhLinqExpression nhQuery) - at NHibernate.Linq.DefaultQueryProvider.Execute(Expression expression) - at NHibernate.Linq.DefaultQueryProvider.Execute[TResult](Expression expression) - at Remotion.Linq.QueryableBase`1.GetEnumerator() - at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) - at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) - at Api.Socioboard.Model.DatabaseRepository.Find[T](Expression`1 query) in D:\bitbucket\src\Api.Socioboard\Model\DatabaseRepository.cs:line 30 -2016-08-02 15:07:48.313 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 15:07:48.315 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 15:07:48.344 +05:30 [Error] Unknown column 'facebookac0_.lastpagereportgenerated' in 'field list' -2016-08-02 15:07:48.346 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" in 3393.7727ms -2016-08-02 15:07:48.357 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" in 3472.2531ms -2016-08-02 15:07:48.361 +05:30 [Information] Request finished in 3431.8781ms 200 application/json; charset=utf-8 -2016-08-02 15:07:48.361 +05:30 [Debug] Connection id ""0HKTQMTAHIIKU"" completed keep alive response. -2016-08-02 15:07:48.367 +05:30 [Information] Request finished in 3579.4322ms 200 text/plain; charset=utf-8 -2016-08-02 15:07:48.368 +05:30 [Debug] Connection id ""0HKTQMTAHIIKS"" completed keep alive response. -2016-08-02 15:07:59.471 +05:30 [Error] An unhandled exception has occurred while executing the request -System.ArgumentNullException: Value cannot be null. -Parameter name: source - at System.Linq.Enumerable.Select[TSource,TResult](IEnumerable`1 source, Func`2 selector) - at System.Linq.Enumerable.Sum[TSource](IEnumerable`1 source, Func`2 selector) - at Api.Socioboard.Repositories.FacebookRepository.FacebookfanPageCount(Int64 userId, Int64 groupId, DatabaseRepository dbr, Cache _redisCache) in D:\bitbucket\src\Api.Socioboard\Repositories\FacebookRepository.cs:line 919 - at Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount(Int64 userId, Int64 groupId) in D:\bitbucket\src\Api.Socioboard\Controllers\FacebookController.cs:line 317 - at lambda_method(Closure , Object , Object[] ) - at Microsoft.AspNetCore.Mvc.Internal.ObjectMethodExecutor.Execute(Object target, Object[] parameters) - at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.d__28.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() - at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.d__18.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.AspNetCore.Builder.RouterMiddleware.d__4.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware.d__6.MoveNext() -2016-08-02 15:07:59.484 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=3 -2016-08-02 15:07:59.485 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-02 15:07:59.487 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-02 15:07:59.792 +05:30 [Information] Request finished in 14933.6524ms 500 text/html; charset=utf-8 -2016-08-02 15:07:59.793 +05:30 [Debug] Connection id ""0HKTQMTAHIIKQ"" completed keep alive response. -2016-08-02 15:08:00.326 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 15:08:00.326 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 15:08:00.327 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-02 15:08:00.328 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 15:08:00.330 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" in 15436.1402ms -2016-08-02 15:08:00.333 +05:30 [Information] Request finished in 15589.9509ms 200 text/plain; charset=utf-8 -2016-08-02 15:08:00.334 +05:30 [Debug] Connection id ""0HKTQMTAHIIKV"" completed keep alive response. -2016-08-02 15:08:01.615 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-02 15:08:01.733 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 15:08:01.734 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 15:08:01.737 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 15:08:01.739 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 2250.4447ms -2016-08-02 15:08:01.743 +05:30 [Information] Request finished in 2259.6516ms 200 application/json; charset=utf-8 -2016-08-02 15:08:01.744 +05:30 [Debug] Connection id ""0HKTQMTAHIIKT"" completed keep alive response. -2016-08-02 15:08:01.753 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=4 -2016-08-02 15:08:01.754 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-02 15:08:01.754 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-02 15:08:04.840 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["4"]) - ModelState is Valid -2016-08-02 15:08:04.955 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 15:08:04.956 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 15:08:04.957 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 15:08:04.958 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 3201.6557ms -2016-08-02 15:08:04.961 +05:30 [Information] Request finished in 3207.6931ms 200 application/json; charset=utf-8 -2016-08-02 15:08:04.961 +05:30 [Debug] Connection id ""0HKTQMTAHIIKR"" completed keep alive response. -2016-08-02 15:08:06.208 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=4 -2016-08-02 15:08:06.210 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-08-02 15:08:06.210 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-08-02 15:08:06.442 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Google/GetGplusProfiles?groupId=4 -2016-08-02 15:08:06.445 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GetGplusProfiles"'. -2016-08-02 15:08:06.446 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" -2016-08-02 15:08:06.468 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Instagram/GetInstagramProfiles?groupId=4 -2016-08-02 15:08:06.469 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Instagram/GetInstagramProfiles"'. -2016-08-02 15:08:06.470 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" -2016-08-02 15:08:06.501 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=4 -2016-08-02 15:08:06.512 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-08-02 15:08:06.535 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-08-02 15:08:06.535 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/LinkedIn/GetLinkedInCompanyPagesProfiles?groupId=4 -2016-08-02 15:08:06.537 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/LinkedIn/GetLinkedInCompanyPagesProfiles"'. -2016-08-02 15:08:06.539 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" -2016-08-02 15:08:06.583 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=4 -2016-08-02 15:08:06.586 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-08-02 15:08:06.586 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-08-02 15:08:08.618 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" with arguments (["4"]) - ModelState is Valid -2016-08-02 15:08:08.730 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 15:08:08.731 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 15:08:08.731 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 15:08:08.732 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 15:08:08.736 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" in 2286.5397ms -2016-08-02 15:08:08.739 +05:30 [Information] Request finished in 2313.8245ms 200 application/json; charset=utf-8 -2016-08-02 15:08:08.739 +05:30 [Debug] Connection id ""0HKTQMTAHIIKS"" completed keep alive response. -2016-08-02 15:08:08.745 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/SocialMessages/GetAllSentMessagesCount?groupId=4&userId=3 -2016-08-02 15:08:08.745 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/SocialMessages/GetAllSentMessagesCount"'. -2016-08-02 15:08:08.746 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" -2016-08-02 15:08:09.342 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["4"]) - ModelState is Valid -2016-08-02 15:08:09.434 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 15:08:09.435 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 15:08:09.436 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 15:08:09.438 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 15:08:09.441 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 3228.2829ms -2016-08-02 15:08:09.445 +05:30 [Information] Request finished in 3237.1394ms 200 application/json; charset=utf-8 -2016-08-02 15:08:09.446 +05:30 [Debug] Connection id ""0HKTQMTAHIIKU"" completed keep alive response. -2016-08-02 15:08:09.452 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetIncommingMessage?groupId=4&userId=3 -2016-08-02 15:08:09.455 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetIncommingMessage"'. -2016-08-02 15:08:09.456 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" -2016-08-02 15:08:09.586 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" with arguments (["4"]) - ModelState is Valid -2016-08-02 15:08:09.674 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 15:08:09.674 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 15:08:09.675 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 15:08:09.681 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 15:08:09.687 +05:30 [Information] Executed action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" in 3211.2357ms -2016-08-02 15:08:09.691 +05:30 [Information] Request finished in 3249.5955ms 200 application/json; charset=utf-8 -2016-08-02 15:08:09.692 +05:30 [Debug] Connection id ""0HKTQMTAHIIKQ"" completed keep alive response. -2016-08-02 15:08:09.710 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterFollowerCount?groupId=4&userId=3 -2016-08-02 15:08:09.711 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterFollowerCount"'. -2016-08-02 15:08:09.711 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" -2016-08-02 15:08:09.822 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" with arguments (["4"]) - ModelState is Valid -2016-08-02 15:08:09.873 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["4"]) - ModelState is Valid -2016-08-02 15:08:09.879 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["4"]) - ModelState is Valid -2016-08-02 15:08:10.007 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 15:08:10.010 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 15:08:10.011 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 15:08:10.047 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 15:08:10.046 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 15:08:10.047 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 15:08:10.049 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 15:08:10.050 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 15:08:10.048 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 15:08:10.050 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 15:08:10.056 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 15:08:10.058 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 15:08:10.054 +05:30 [Information] Executed action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" in 3511.9815ms -2016-08-02 15:08:10.061 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 3521.8078ms -2016-08-02 15:08:10.062 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 3459.0588ms -2016-08-02 15:08:10.069 +05:30 [Information] Request finished in 3639.4911ms 200 application/json; charset=utf-8 -2016-08-02 15:08:10.068 +05:30 [Information] Request finished in 3620.5656ms 200 application/json; charset=utf-8 -2016-08-02 15:08:10.070 +05:30 [Debug] Connection id ""0HKTQMTAHIIKR"" completed keep alive response. -2016-08-02 15:08:10.093 +05:30 [Information] Request finished in 3643.7726ms 200 application/json; charset=utf-8 -2016-08-02 15:08:10.093 +05:30 [Debug] Connection id ""0HKTQMTAHIIKV"" completed keep alive response. -2016-08-02 15:08:10.099 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/FacebookfanPageCount?groupId=4&userId=3 -2016-08-02 15:08:10.099 +05:30 [Debug] Connection id ""0HKTQMTAHIIKT"" completed keep alive response. -2016-08-02 15:08:10.105 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterRecentFollower?groupId=4 -2016-08-02 15:08:10.105 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/FacebookfanPageCount"'. -2016-08-02 15:08:10.108 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Google/GetGAProfiles?groupId=4 -2016-08-02 15:08:10.110 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" -2016-08-02 15:08:10.108 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterRecentFollower"'. -2016-08-02 15:08:10.110 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GetGAProfiles"'. -2016-08-02 15:08:10.113 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" -2016-08-02 15:08:10.117 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GetGAProfiles (Api.Socioboard)" -2016-08-02 15:08:11.037 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" with arguments (["3", "4"]) - ModelState is Valid -2016-08-02 15:08:11.149 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 15:08:11.156 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 15:08:11.157 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 15:08:11.162 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 15:08:11.165 +05:30 [Information] Executed action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" in 2416.5552ms -2016-08-02 15:08:11.169 +05:30 [Information] Request finished in 2425.256ms 200 application/json; charset=utf-8 -2016-08-02 15:08:11.169 +05:30 [Debug] Connection id ""0HKTQMTAHIIKS"" completed keep alive response. -2016-08-02 15:08:12.584 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" with arguments (["4", "3"]) - ModelState is Valid -2016-08-02 15:08:12.640 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 15:08:12.641 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 15:08:12.642 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-02 15:08:12.643 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 15:08:12.646 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" in 3187.5304ms -2016-08-02 15:08:12.649 +05:30 [Information] Request finished in 3197.2874ms 200 text/plain; charset=utf-8 -2016-08-02 15:08:12.650 +05:30 [Debug] Connection id ""0HKTQMTAHIIKU"" completed keep alive response. -2016-08-02 15:08:12.926 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" with arguments (["4", "3"]) - ModelState is Valid -2016-08-02 15:08:12.968 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 15:08:12.969 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 15:08:12.969 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-02 15:08:12.971 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 15:08:12.974 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" in 3260.4282ms -2016-08-02 15:08:12.977 +05:30 [Information] Request finished in 3268.0182ms 200 text/plain; charset=utf-8 -2016-08-02 15:08:12.977 +05:30 [Debug] Connection id ""0HKTQMTAHIIKQ"" completed keep alive response. -2016-08-02 15:08:13.273 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GetGAProfiles (Api.Socioboard)" with arguments (["4"]) - ModelState is Valid -2016-08-02 15:08:13.311 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" with arguments (["4"]) - ModelState is Valid -2016-08-02 15:08:13.318 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GetGAProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 15:08:13.319 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 15:08:13.320 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 15:08:13.321 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 15:08:13.322 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 15:08:13.323 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 15:08:13.324 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 15:08:13.326 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 15:08:13.327 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" in 3211.7381ms -2016-08-02 15:08:13.333 +05:30 [Information] Request finished in 3227.5525ms 200 application/json; charset=utf-8 -2016-08-02 15:08:13.335 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GetGAProfiles (Api.Socioboard)" in 3215.5424ms -2016-08-02 15:08:13.335 +05:30 [Debug] Connection id ""0HKTQMTAHIIKV"" completed keep alive response. -2016-08-02 15:08:13.343 +05:30 [Information] Request finished in 3232.8222ms 200 application/json; charset=utf-8 -2016-08-02 15:08:13.344 +05:30 [Debug] Connection id ""0HKTQMTAHIIKT"" completed keep alive response. -2016-08-02 15:08:17.352 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" with arguments (["3", "4"]) - ModelState is Valid -2016-08-02 15:08:17.508 +05:30 [Fatal] could not execute query -[ select facebookac0_.Id as Id4_, facebookac0_.FbUserId as FbUserId4_, facebookac0_.FbUserName as FbUserName4_, facebookac0_.AccessToken as AccessTo4_4_, facebookac0_.Friends as Friends4_, facebookac0_.EmailId as EmailId4_, facebookac0_.coverPic as coverPic4_, facebookac0_.birthday as birthday4_, facebookac0_.education as education4_, facebookac0_.college as college4_, facebookac0_.workPosition as workPos11_4_, facebookac0_.homeTown as homeTown4_, facebookac0_.gender as gender4_, facebookac0_.bio as bio4_, facebookac0_.about as about4_, facebookac0_.workCompany as workCom16_4_, facebookac0_.FbProfileType as FbProfi17_4_, facebookac0_.ProfileUrl as ProfileUrl4_, facebookac0_.IsActive as IsActive4_, facebookac0_.UserId as UserId4_, facebookac0_.LastUpdate as LastUpdate4_, facebookac0_.IsAccessTokenActive as IsAcces22_4_, facebookac0_.lastpagereportgenerated as lastpag23_4_, facebookac0_.Is90DayDataUpdated as Is24_4_ from Facebookaccounts facebookac0_ where 1=0 ] -[SQL: select facebookac0_.Id as Id4_, facebookac0_.FbUserId as FbUserId4_, facebookac0_.FbUserName as FbUserName4_, facebookac0_.AccessToken as AccessTo4_4_, facebookac0_.Friends as Friends4_, facebookac0_.EmailId as EmailId4_, facebookac0_.coverPic as coverPic4_, facebookac0_.birthday as birthday4_, facebookac0_.education as education4_, facebookac0_.college as college4_, facebookac0_.workPosition as workPos11_4_, facebookac0_.homeTown as homeTown4_, facebookac0_.gender as gender4_, facebookac0_.bio as bio4_, facebookac0_.about as about4_, facebookac0_.workCompany as workCom16_4_, facebookac0_.FbProfileType as FbProfi17_4_, facebookac0_.ProfileUrl as ProfileUrl4_, facebookac0_.IsActive as IsActive4_, facebookac0_.UserId as UserId4_, facebookac0_.LastUpdate as LastUpdate4_, facebookac0_.IsAccessTokenActive as IsAcces22_4_, facebookac0_.lastpagereportgenerated as lastpag23_4_, facebookac0_.Is90DayDataUpdated as Is24_4_ from Facebookaccounts facebookac0_ where 1=0] -2016-08-02 15:08:17.512 +05:30 [Error] at NHibernate.Loader.Loader.DoList(ISessionImplementor session, QueryParameters queryParameters, IResultTransformer forcedResultTransformer) - at NHibernate.Loader.Loader.DoList(ISessionImplementor session, QueryParameters queryParameters) - at NHibernate.Loader.Loader.ListIgnoreQueryCache(ISessionImplementor session, QueryParameters queryParameters) - at NHibernate.Loader.Loader.List(ISessionImplementor session, QueryParameters queryParameters, ISet`1 querySpaces, IType[] resultTypes) - at NHibernate.Loader.Hql.QueryLoader.List(ISessionImplementor session, QueryParameters queryParameters) - at NHibernate.Hql.Ast.ANTLR.QueryTranslatorImpl.List(ISessionImplementor session, QueryParameters queryParameters) - at NHibernate.Engine.Query.HQLQueryPlan.PerformList(QueryParameters queryParameters, ISessionImplementor session, IList results) - at NHibernate.Impl.SessionImpl.List(IQueryExpression queryExpression, QueryParameters queryParameters, IList results) - at NHibernate.Impl.AbstractSessionImpl.List(IQueryExpression queryExpression, QueryParameters parameters) - at NHibernate.Impl.AbstractQueryImpl2.List() - at NHibernate.Linq.DefaultQueryProvider.ExecuteQuery(NhLinqExpression nhLinqExpression, IQuery query, NhLinqExpression nhQuery) - at NHibernate.Linq.DefaultQueryProvider.Execute(Expression expression) - at NHibernate.Linq.DefaultQueryProvider.Execute[TResult](Expression expression) - at Remotion.Linq.QueryableBase`1.GetEnumerator() - at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) - at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) - at Api.Socioboard.Model.DatabaseRepository.Find[T](Expression`1 query) in D:\bitbucket\src\Api.Socioboard\Model\DatabaseRepository.cs:line 30 -2016-08-02 15:08:17.515 +05:30 [Error] Unknown column 'facebookac0_.lastpagereportgenerated' in 'field list' -2016-08-02 15:08:21.441 +05:30 [Error] An unhandled exception has occurred while executing the request -System.ArgumentNullException: Value cannot be null. -Parameter name: source - at System.Linq.Enumerable.Select[TSource,TResult](IEnumerable`1 source, Func`2 selector) - at System.Linq.Enumerable.Sum[TSource](IEnumerable`1 source, Func`2 selector) - at Api.Socioboard.Repositories.FacebookRepository.FacebookfanPageCount(Int64 userId, Int64 groupId, DatabaseRepository dbr, Cache _redisCache) in D:\bitbucket\src\Api.Socioboard\Repositories\FacebookRepository.cs:line 919 - at Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount(Int64 userId, Int64 groupId) in D:\bitbucket\src\Api.Socioboard\Controllers\FacebookController.cs:line 317 - at lambda_method(Closure , Object , Object[] ) - at Microsoft.AspNetCore.Mvc.Internal.ObjectMethodExecutor.Execute(Object target, Object[] parameters) - at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.d__28.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() - at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.d__18.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.AspNetCore.Builder.RouterMiddleware.d__4.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware.d__6.MoveNext() -2016-08-02 15:08:21.467 +05:30 [Debug] Connection id ""0HKTQMTAHIIKR"" received FIN. -2016-08-02 15:08:21.467 +05:30 [Information] Request finished in 11366.1598ms 500 text/html; charset=utf-8 -2016-08-02 15:08:21.471 +05:30 [Debug] Connection id ""0HKTQMTAHIIKR"" completed keep alive response. -2016-08-02 15:08:21.473 +05:30 [Debug] Connection id ""0HKTQMTAHIIKR"" disconnecting. -2016-08-02 15:08:21.477 +05:30 [Information] Connection id ""0HKTQMTAHIIKR"" communication error -Microsoft.AspNetCore.Server.Kestrel.Internal.Networking.UvException: Error -4077 ECONNRESET connection reset by peer -2016-08-02 15:08:21.482 +05:30 [Debug] Connection id ""0HKTQMTAHIIKR"" stopped. -2016-08-02 15:08:37.508 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/User/Login application/x-www-form-urlencoded 52 -2016-08-02 15:08:37.509 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/Login"'. -2016-08-02 15:08:37.511 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.Login (Api.Socioboard)" -2016-08-02 15:08:40.653 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.UserController.Login (Api.Socioboard)" with arguments (["Domain.Socioboard.ViewModels.UserLoginViewModel"]) - ModelState is Valid -2016-08-02 15:08:40.701 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.UserController.Login (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 15:08:40.701 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 15:08:40.705 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 15:08:40.710 +05:30 [Information] Executed action "Api.Socioboard.Controllers.UserController.Login (Api.Socioboard)" in 3192.9455ms -2016-08-02 15:08:40.712 +05:30 [Information] Request finished in 3203.2653ms 200 application/json; charset=utf-8 -2016-08-02 15:08:40.713 +05:30 [Debug] Connection id ""0HKTQMTAHIIKS"" completed keep alive response. -2016-08-02 15:08:48.111 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/Google/GoogleLogin application/x-www-form-urlencoded 52 -2016-08-02 15:08:48.113 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GoogleLogin"'. -2016-08-02 15:08:48.115 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GoogleLogin (Api.Socioboard)" -2016-08-02 15:08:50.237 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GoogleLogin (Api.Socioboard)" with arguments (["4/FPaeQ8QgG5WxbfIU_anaPdb0Glw3AwwXKbdFL8b-8TE"]) - ModelState is Valid -2016-08-02 15:08:50.895 +05:30 [Information] { - "access_token": "ya29.CjAzA9VM21PLwJKcBoVPiqiQFIbNwgsdrlMNsi3GnKVvsY4p1Fhu-XfJpnZ03SF9aBc", - "token_type": "Bearer", - "expires_in": 3597, - "id_token": "eyJhbGciOiJSUzI1NiIsImtpZCI6ImUyN2QzMzA5MzgxNGIwNTI1OTQ4NDAyMTljOGY0YjAwNzBlZTVhM2EifQ.eyJpc3MiOiJhY2NvdW50cy5nb29nbGUuY29tIiwiYXRfaGFzaCI6IlRwN3pHUUdsdUtBTDRMcXlIMlgzYkEiLCJhdWQiOiIyNDYyMjE0MDU4MDEta2dpcjh1NzdtNWdwb3BrYjRwMHR2bXU1MjJkaWI0ZTAuYXBwcy5nb29nbGV1c2VyY29udGVudC5jb20iLCJzdWIiOiIxMDA0OTM2ODY1MTA4NDY4MzQ5OTMiLCJlbWFpbF92ZXJpZmllZCI6dHJ1ZSwiYXpwIjoiMjQ2MjIxNDA1ODAxLWtnaXI4dTc3bTVncG9wa2I0cDB0dm11NTIyZGliNGUwLmFwcHMuZ29vZ2xldXNlcmNvbnRlbnQuY29tIiwiZW1haWwiOiJiYW5kaVN1cmVzaEBnbG9idXNzb2Z0LmNvbSIsImlhdCI6MTQ3MDEzMDczMiwiZXhwIjoxNDcwMTM0MzMyfQ.XWnQoiHB6CQRrEmme3lZBKJbIzJMmzSnsulB39QfVDmkSqPUdfRclLixUXJXa7ouQ_jAmX0-f_ggF5t_QoK8aT4qOpprzmyQRCz742f2cAjRxlA0yJCInUVFOZ4YeQQvmsNI77Q_Jbx6_lhQ-MYQi6VILKJKPPVBt_U3m0O50OeNtQNyfq-6PmsJOhaFsSRWvIg4jINmRYuLXihMDbMiN9HbyWRpBpnvIaUmdipkPzDsnC1K_t1BF-m8OXqTbxeM8v8kjT72a1FWe6V2KawxlwEJEP4znQRoVtqeFWZgkhwwyEP8g-_N4wWKIWzMAHvZb-RBLBHuD4mlyACv4uI3mw" -} -2016-08-02 15:08:51.888 +05:30 [Information] [{ - "id": "100493686510846834993", - "email": "bandiSuresh@globussoft.com", - "verified_email": true, - "name": "Suresh Bandi", - "given_name": "Suresh", - "family_name": "Bandi", - "link": "https://plus.google.com/+SureshBandi007", - "picture": "https://lh3.googleusercontent.com/--zVLmLAPl14/AAAAAAAAAAI/AAAAAAAAAFE/KtuOadUcwFM/photo.jpg", - "gender": "male", - "locale": "en" -} -] -2016-08-02 15:08:52.026 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GoogleLogin (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 15:08:52.027 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 15:08:52.030 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 15:08:52.036 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GoogleLogin (Api.Socioboard)" in 3917.3746ms -2016-08-02 15:08:52.041 +05:30 [Information] Request finished in 3933.3287ms 200 application/json; charset=utf-8 -2016-08-02 15:08:52.042 +05:30 [Debug] Connection id ""0HKTQMTAHIIKU"" completed keep alive response. -2016-08-02 15:08:52.074 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=2 -2016-08-02 15:08:52.075 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-02 15:08:52.076 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-02 15:08:55.146 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-02 15:08:55.261 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 15:08:55.262 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 15:08:55.264 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 15:08:55.269 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 3189.232ms -2016-08-02 15:08:55.273 +05:30 [Information] Request finished in 3198.2561ms 200 application/json; charset=utf-8 -2016-08-02 15:08:55.274 +05:30 [Debug] Connection id ""0HKTQMTAHIIKQ"" completed keep alive response. -2016-08-02 15:08:55.283 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=2 -2016-08-02 15:08:55.284 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-02 15:08:55.285 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-02 15:08:58.355 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-02 15:08:58.446 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 15:08:58.447 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 15:08:58.448 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 15:08:58.456 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 3167.9299ms -2016-08-02 15:08:58.461 +05:30 [Information] Request finished in 3177.6133ms 200 application/json; charset=utf-8 -2016-08-02 15:08:58.461 +05:30 [Debug] Connection id ""0HKTQMTAHIIKV"" completed keep alive response. -2016-08-02 15:08:59.646 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=2 -2016-08-02 15:08:59.648 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-08-02 15:08:59.649 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-08-02 15:09:00.015 +05:30 [Debug] Connection id ""0HKTQMTAHIIL0"" started. -2016-08-02 15:09:00.017 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=2 -2016-08-02 15:09:00.019 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-08-02 15:09:00.020 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-08-02 15:09:00.025 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Instagram/GetInstagramProfiles?groupId=2 -2016-08-02 15:09:00.026 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Instagram/GetInstagramProfiles"'. -2016-08-02 15:09:00.026 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" -2016-08-02 15:09:00.046 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Google/GetGplusProfiles?groupId=2 -2016-08-02 15:09:00.047 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GetGplusProfiles"'. -2016-08-02 15:09:00.048 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" -2016-08-02 15:09:00.067 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=2 -2016-08-02 15:09:00.089 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-08-02 15:09:00.091 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-08-02 15:09:00.075 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/LinkedIn/GetLinkedInCompanyPagesProfiles?groupId=2 -2016-08-02 15:09:00.095 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/LinkedIn/GetLinkedInCompanyPagesProfiles"'. -2016-08-02 15:09:00.137 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" -2016-08-02 15:09:02.758 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-02 15:09:02.891 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 15:09:02.893 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 15:09:02.894 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 15:09:02.897 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 15:09:02.903 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 3250.2138ms -2016-08-02 15:09:02.910 +05:30 [Information] Request finished in 3263.2809ms 200 application/json; charset=utf-8 -2016-08-02 15:09:02.913 +05:30 [Debug] Connection id ""0HKTQMTAHIIKT"" completed keep alive response. -2016-08-02 15:09:02.934 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/SocialMessages/GetAllSentMessagesCount?groupId=2&userId=2 -2016-08-02 15:09:02.935 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/SocialMessages/GetAllSentMessagesCount"'. -2016-08-02 15:09:02.936 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" -2016-08-02 15:09:03.176 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-02 15:09:03.255 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-02 15:09:03.397 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 15:09:03.398 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-02 15:09:03.402 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 15:09:03.403 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 15:09:03.432 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-02 15:09:03.466 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-02 15:09:03.492 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 15:09:03.539 +05:30 [Information] Executed action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" in 3466.4713ms -2016-08-02 15:09:03.672 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 15:09:03.675 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 15:09:03.675 +05:30 [Information] Request finished in 3637.2283ms 200 application/json; charset=utf-8 -2016-08-02 15:09:03.678 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 15:09:03.693 +05:30 [Debug] Connection id ""0HKTQMTAHIIKQ"" completed keep alive response. -2016-08-02 15:09:03.692 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 15:09:03.696 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 15:09:03.700 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 15:09:03.718 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 15:09:03.718 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 15:09:03.722 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 15:09:03.722 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 15:09:03.725 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetIncommingMessage?groupId=2&userId=2 -2016-08-02 15:09:03.727 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetIncommingMessage"'. -2016-08-02 15:09:03.727 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" -2016-08-02 15:09:03.744 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 3625.0076ms -2016-08-02 15:09:03.766 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 15:09:03.773 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 15:09:03.776 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 15:09:03.774 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 15:09:03.776 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 3747.4788ms -2016-08-02 15:09:03.777 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 15:09:03.780 +05:30 [Information] Request finished in 3760.1027ms 200 application/json; charset=utf-8 -2016-08-02 15:09:03.781 +05:30 [Debug] Connection id ""0HKTQMTAHIIKS"" completed keep alive response. -2016-08-02 15:09:03.789 +05:30 [Information] Executed action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" in 3639.1512ms -2016-08-02 15:09:03.790 +05:30 [Information] Request finished in 3768.3826ms 200 application/json; charset=utf-8 -2016-08-02 15:09:03.792 +05:30 [Debug] Connection id ""0HKTQMTAHIIKU"" completed keep alive response. -2016-08-02 15:09:03.794 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 15:09:03.801 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterFollowerCount?groupId=2&userId=2 -2016-08-02 15:09:03.801 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterFollowerCount"'. -2016-08-02 15:09:03.803 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" -2016-08-02 15:09:03.807 +05:30 [Information] Request finished in 3758.9614ms 200 application/json; charset=utf-8 -2016-08-02 15:09:03.808 +05:30 [Debug] Connection id ""0HKTQMTAHIIL0"" completed keep alive response. -2016-08-02 15:09:03.814 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/FacebookfanPageCount?groupId=2&userId=2 -2016-08-02 15:09:03.815 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/FacebookfanPageCount"'. -2016-08-02 15:09:03.817 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterRecentFollower?groupId=2 -2016-08-02 15:09:03.816 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" in 3763.2965ms -2016-08-02 15:09:03.817 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" -2016-08-02 15:09:03.817 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterRecentFollower"'. -2016-08-02 15:09:03.820 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" -2016-08-02 15:09:03.823 +05:30 [Information] Request finished in 3801.9188ms 200 application/json; charset=utf-8 -2016-08-02 15:09:03.826 +05:30 [Debug] Connection id ""0HKTQMTAHIIKV"" completed keep alive response. -2016-08-02 15:09:03.830 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Google/GetGAProfiles?groupId=2 -2016-08-02 15:09:03.831 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GetGAProfiles"'. -2016-08-02 15:09:03.832 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GetGAProfiles (Api.Socioboard)" -2016-08-02 15:09:06.106 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" with arguments (["2", "2"]) - ModelState is Valid -2016-08-02 15:09:06.217 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 15:09:06.217 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 15:09:06.218 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 15:09:06.220 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 15:09:06.223 +05:30 [Information] Executed action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" in 3283.7945ms -2016-08-02 15:09:06.227 +05:30 [Information] Request finished in 3295.3103ms 200 application/json; charset=utf-8 -2016-08-02 15:09:06.228 +05:30 [Debug] Connection id ""0HKTQMTAHIIKT"" completed keep alive response. -2016-08-02 15:09:06.871 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" with arguments (["2", "2"]) - ModelState is Valid -2016-08-02 15:09:07.027 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" with arguments (["2", "2"]) - ModelState is Valid -2016-08-02 15:09:07.057 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-02 15:09:07.083 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GetGAProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-02 15:09:07.087 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 15:09:07.089 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 15:09:07.089 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 15:09:07.091 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GetGAProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 15:09:07.092 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 15:09:07.094 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 15:09:07.096 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 15:09:07.097 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 15:09:07.098 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-02 15:09:07.103 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" with arguments (["2", "2"]) - ModelState is Valid -2016-08-02 15:09:07.103 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 15:09:07.105 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 15:09:07.105 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-02 15:09:07.139 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 15:09:07.160 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 15:09:07.162 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 15:09:07.167 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 15:09:07.169 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" in 3336.0345ms -2016-08-02 15:09:07.172 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" in 3358.7963ms -2016-08-02 15:09:07.176 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" in 3436.0491ms -2016-08-02 15:09:07.179 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GetGAProfiles (Api.Socioboard)" in 3337.0445ms -2016-08-02 15:09:07.250 +05:30 [Information] Request finished in 3365.5926ms 200 application/json; charset=utf-8 -2016-08-02 15:09:07.251 +05:30 [Debug] Connection id ""0HKTQMTAHIIL0"" completed keep alive response. -2016-08-02 15:09:07.256 +05:30 [Information] Request finished in 3388.8993ms 200 text/plain; charset=utf-8 -2016-08-02 15:09:07.257 +05:30 [Debug] Connection id ""0HKTQMTAHIIKS"" completed keep alive response. -2016-08-02 15:09:07.257 +05:30 [Fatal] could not execute query -[ select facebookac0_.Id as Id4_, facebookac0_.FbUserId as FbUserId4_, facebookac0_.FbUserName as FbUserName4_, facebookac0_.AccessToken as AccessTo4_4_, facebookac0_.Friends as Friends4_, facebookac0_.EmailId as EmailId4_, facebookac0_.coverPic as coverPic4_, facebookac0_.birthday as birthday4_, facebookac0_.education as education4_, facebookac0_.college as college4_, facebookac0_.workPosition as workPos11_4_, facebookac0_.homeTown as homeTown4_, facebookac0_.gender as gender4_, facebookac0_.bio as bio4_, facebookac0_.about as about4_, facebookac0_.workCompany as workCom16_4_, facebookac0_.FbProfileType as FbProfi17_4_, facebookac0_.ProfileUrl as ProfileUrl4_, facebookac0_.IsActive as IsActive4_, facebookac0_.UserId as UserId4_, facebookac0_.LastUpdate as LastUpdate4_, facebookac0_.IsAccessTokenActive as IsAcces22_4_, facebookac0_.lastpagereportgenerated as lastpag23_4_, facebookac0_.Is90DayDataUpdated as Is24_4_ from Facebookaccounts facebookac0_ where 1=0 ] -[SQL: select facebookac0_.Id as Id4_, facebookac0_.FbUserId as FbUserId4_, facebookac0_.FbUserName as FbUserName4_, facebookac0_.AccessToken as AccessTo4_4_, facebookac0_.Friends as Friends4_, facebookac0_.EmailId as EmailId4_, facebookac0_.coverPic as coverPic4_, facebookac0_.birthday as birthday4_, facebookac0_.education as education4_, facebookac0_.college as college4_, facebookac0_.workPosition as workPos11_4_, facebookac0_.homeTown as homeTown4_, facebookac0_.gender as gender4_, facebookac0_.bio as bio4_, facebookac0_.about as about4_, facebookac0_.workCompany as workCom16_4_, facebookac0_.FbProfileType as FbProfi17_4_, facebookac0_.ProfileUrl as ProfileUrl4_, facebookac0_.IsActive as IsActive4_, facebookac0_.UserId as UserId4_, facebookac0_.LastUpdate as LastUpdate4_, facebookac0_.IsAccessTokenActive as IsAcces22_4_, facebookac0_.lastpagereportgenerated as lastpag23_4_, facebookac0_.Is90DayDataUpdated as Is24_4_ from Facebookaccounts facebookac0_ where 1=0] -2016-08-02 15:09:07.266 +05:30 [Information] Request finished in 3421.1442ms 200 application/json; charset=utf-8 -2016-08-02 15:09:07.270 +05:30 [Debug] Connection id ""0HKTQMTAHIIKV"" completed keep alive response. -2016-08-02 15:09:07.277 +05:30 [Information] Request finished in 3463.709ms 200 text/plain; charset=utf-8 -2016-08-02 15:09:07.277 +05:30 [Error] at NHibernate.Loader.Loader.DoList(ISessionImplementor session, QueryParameters queryParameters, IResultTransformer forcedResultTransformer) - at NHibernate.Loader.Loader.DoList(ISessionImplementor session, QueryParameters queryParameters) - at NHibernate.Loader.Loader.ListIgnoreQueryCache(ISessionImplementor session, QueryParameters queryParameters) - at NHibernate.Loader.Loader.List(ISessionImplementor session, QueryParameters queryParameters, ISet`1 querySpaces, IType[] resultTypes) - at NHibernate.Loader.Hql.QueryLoader.List(ISessionImplementor session, QueryParameters queryParameters) - at NHibernate.Hql.Ast.ANTLR.QueryTranslatorImpl.List(ISessionImplementor session, QueryParameters queryParameters) - at NHibernate.Engine.Query.HQLQueryPlan.PerformList(QueryParameters queryParameters, ISessionImplementor session, IList results) - at NHibernate.Impl.SessionImpl.List(IQueryExpression queryExpression, QueryParameters queryParameters, IList results) - at NHibernate.Impl.AbstractSessionImpl.List(IQueryExpression queryExpression, QueryParameters parameters) - at NHibernate.Impl.AbstractQueryImpl2.List() - at NHibernate.Linq.DefaultQueryProvider.ExecuteQuery(NhLinqExpression nhLinqExpression, IQuery query, NhLinqExpression nhQuery) - at NHibernate.Linq.DefaultQueryProvider.Execute(Expression expression) - at NHibernate.Linq.DefaultQueryProvider.Execute[TResult](Expression expression) - at Remotion.Linq.QueryableBase`1.GetEnumerator() - at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) - at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) - at Api.Socioboard.Model.DatabaseRepository.Find[T](Expression`1 query) in D:\bitbucket\src\Api.Socioboard\Model\DatabaseRepository.cs:line 30 -2016-08-02 15:09:07.278 +05:30 [Debug] Connection id ""0HKTQMTAHIIKQ"" completed keep alive response. -2016-08-02 15:09:07.281 +05:30 [Error] Unknown column 'facebookac0_.lastpagereportgenerated' in 'field list' -2016-08-02 15:09:22.665 +05:30 [Error] An unhandled exception has occurred while executing the request -System.ArgumentNullException: Value cannot be null. -Parameter name: source - at System.Linq.Enumerable.Select[TSource,TResult](IEnumerable`1 source, Func`2 selector) - at System.Linq.Enumerable.Sum[TSource](IEnumerable`1 source, Func`2 selector) - at Api.Socioboard.Repositories.FacebookRepository.FacebookfanPageCount(Int64 userId, Int64 groupId, DatabaseRepository dbr, Cache _redisCache) in D:\bitbucket\src\Api.Socioboard\Repositories\FacebookRepository.cs:line 919 - at Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount(Int64 userId, Int64 groupId) in D:\bitbucket\src\Api.Socioboard\Controllers\FacebookController.cs:line 317 - at lambda_method(Closure , Object , Object[] ) - at Microsoft.AspNetCore.Mvc.Internal.ObjectMethodExecutor.Execute(Object target, Object[] parameters) - at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.d__28.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() - at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.d__18.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.AspNetCore.Builder.RouterMiddleware.d__4.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware.d__6.MoveNext() -2016-08-02 15:09:22.683 +05:30 [Information] Request finished in 18879.9288ms 500 text/html; charset=utf-8 -2016-08-02 15:09:22.683 +05:30 [Debug] Connection id ""0HKTQMTAHIIKU"" received FIN. -2016-08-02 15:09:22.683 +05:30 [Debug] Connection id ""0HKTQMTAHIIKU"" completed keep alive response. -2016-08-02 15:09:22.685 +05:30 [Debug] Connection id ""0HKTQMTAHIIKU"" disconnecting. -2016-08-02 15:09:22.687 +05:30 [Information] Connection id ""0HKTQMTAHIIKU"" communication error -Microsoft.AspNetCore.Server.Kestrel.Internal.Networking.UvException: Error -4077 ECONNRESET connection reset by peer -2016-08-02 15:09:22.689 +05:30 [Debug] Connection id ""0HKTQMTAHIIKU"" stopped. -2016-08-02 15:09:32.109 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/User/GetUserProfileCount?userId=2 -2016-08-02 15:09:32.110 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/GetUserProfileCount"'. -2016-08-02 15:09:32.112 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.GetUserProfileCount (Api.Socioboard)" -2016-08-02 15:09:35.178 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.UserController.GetUserProfileCount (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-02 15:09:35.287 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.UserController.GetUserProfileCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 15:09:35.288 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 15:09:35.290 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 15:09:35.294 +05:30 [Information] Executed action "Api.Socioboard.Controllers.UserController.GetUserProfileCount (Api.Socioboard)" in 3179.1244ms -2016-08-02 15:09:35.298 +05:30 [Information] Request finished in 3190.3558ms 200 application/json; charset=utf-8 -2016-08-02 15:09:35.299 +05:30 [Debug] Connection id ""0HKTQMTAHIIKT"" completed keep alive response. -2016-08-02 15:09:36.175 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/Facebook/AddFacebookAccount application/x-www-form-urlencoded 199 -2016-08-02 15:09:36.176 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/AddFacebookAccount"'. -2016-08-02 15:09:36.179 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.AddFacebookAccount (Api.Socioboard)" -2016-08-02 15:09:39.264 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.AddFacebookAccount (Api.Socioboard)" with arguments (["EAAKYvwDVmnUBANwFmtbUbwnV5ZCZBGWxL0PG9NmtXsskRGZChQtlNH0ZBuja4GepaeLMtCI6FiBVQqCJ6KLQVPdgjIte01W0MsIeW9FZCS0ZC3RiMft0EqEJPM47JqZBNrALYZA5PIclapj6PwZCMSzZCWNOpf7KaPaTcZD", "2", "2"]) - ModelState is Valid -2016-08-02 15:09:39.797 +05:30 [Error] {"id":"100007827073015","email":"kamalkumar@globussoft.com","gender":"male","name":"Kamal Sain"} -2016-08-02 15:09:39.933 +05:30 [Fatal] could not execute query -[ select facebookac0_.Id as Id4_, facebookac0_.FbUserId as FbUserId4_, facebookac0_.FbUserName as FbUserName4_, facebookac0_.AccessToken as AccessTo4_4_, facebookac0_.Friends as Friends4_, facebookac0_.EmailId as EmailId4_, facebookac0_.coverPic as coverPic4_, facebookac0_.birthday as birthday4_, facebookac0_.education as education4_, facebookac0_.college as college4_, facebookac0_.workPosition as workPos11_4_, facebookac0_.homeTown as homeTown4_, facebookac0_.gender as gender4_, facebookac0_.bio as bio4_, facebookac0_.about as about4_, facebookac0_.workCompany as workCom16_4_, facebookac0_.FbProfileType as FbProfi17_4_, facebookac0_.ProfileUrl as ProfileUrl4_, facebookac0_.IsActive as IsActive4_, facebookac0_.UserId as UserId4_, facebookac0_.LastUpdate as LastUpdate4_, facebookac0_.IsAccessTokenActive as IsAcces22_4_, facebookac0_.lastpagereportgenerated as lastpag23_4_, facebookac0_.Is90DayDataUpdated as Is24_4_ from Facebookaccounts facebookac0_ where facebookac0_.FbUserId=?p0 ] - Name:p1 - Value:100007827073015 -[SQL: select facebookac0_.Id as Id4_, facebookac0_.FbUserId as FbUserId4_, facebookac0_.FbUserName as FbUserName4_, facebookac0_.AccessToken as AccessTo4_4_, facebookac0_.Friends as Friends4_, facebookac0_.EmailId as EmailId4_, facebookac0_.coverPic as coverPic4_, facebookac0_.birthday as birthday4_, facebookac0_.education as education4_, facebookac0_.college as college4_, facebookac0_.workPosition as workPos11_4_, facebookac0_.homeTown as homeTown4_, facebookac0_.gender as gender4_, facebookac0_.bio as bio4_, facebookac0_.about as about4_, facebookac0_.workCompany as workCom16_4_, facebookac0_.FbProfileType as FbProfi17_4_, facebookac0_.ProfileUrl as ProfileUrl4_, facebookac0_.IsActive as IsActive4_, facebookac0_.UserId as UserId4_, facebookac0_.LastUpdate as LastUpdate4_, facebookac0_.IsAccessTokenActive as IsAcces22_4_, facebookac0_.lastpagereportgenerated as lastpag23_4_, facebookac0_.Is90DayDataUpdated as Is24_4_ from Facebookaccounts facebookac0_ where facebookac0_.FbUserId=?p0] -2016-08-02 15:09:39.936 +05:30 [Error] at NHibernate.Loader.Loader.DoList(ISessionImplementor session, QueryParameters queryParameters, IResultTransformer forcedResultTransformer) - at NHibernate.Loader.Loader.DoList(ISessionImplementor session, QueryParameters queryParameters) - at NHibernate.Loader.Loader.ListIgnoreQueryCache(ISessionImplementor session, QueryParameters queryParameters) - at NHibernate.Loader.Loader.List(ISessionImplementor session, QueryParameters queryParameters, ISet`1 querySpaces, IType[] resultTypes) - at NHibernate.Loader.Hql.QueryLoader.List(ISessionImplementor session, QueryParameters queryParameters) - at NHibernate.Hql.Ast.ANTLR.QueryTranslatorImpl.List(ISessionImplementor session, QueryParameters queryParameters) - at NHibernate.Engine.Query.HQLQueryPlan.PerformList(QueryParameters queryParameters, ISessionImplementor session, IList results) - at NHibernate.Impl.SessionImpl.List(IQueryExpression queryExpression, QueryParameters queryParameters, IList results) - at NHibernate.Impl.AbstractSessionImpl.List(IQueryExpression queryExpression, QueryParameters parameters) - at NHibernate.Impl.AbstractQueryImpl2.List() - at NHibernate.Linq.DefaultQueryProvider.ExecuteQuery(NhLinqExpression nhLinqExpression, IQuery query, NhLinqExpression nhQuery) - at NHibernate.Linq.DefaultQueryProvider.Execute(Expression expression) - at NHibernate.Linq.DefaultQueryProvider.Execute[TResult](Expression expression) - at Remotion.Linq.QueryableBase`1.GetEnumerator() - at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) - at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) - at Api.Socioboard.Model.DatabaseRepository.Find[T](Expression`1 query) in D:\bitbucket\src\Api.Socioboard\Model\DatabaseRepository.cs:line 30 -2016-08-02 15:09:39.938 +05:30 [Error] Unknown column 'facebookac0_.lastpagereportgenerated' in 'field list' -2016-08-02 15:09:40.587 +05:30 [Fatal] could not execute query -[ select facebookac0_.Id as Id4_, facebookac0_.FbUserId as FbUserId4_, facebookac0_.FbUserName as FbUserName4_, facebookac0_.AccessToken as AccessTo4_4_, facebookac0_.Friends as Friends4_, facebookac0_.EmailId as EmailId4_, facebookac0_.coverPic as coverPic4_, facebookac0_.birthday as birthday4_, facebookac0_.education as education4_, facebookac0_.college as college4_, facebookac0_.workPosition as workPos11_4_, facebookac0_.homeTown as homeTown4_, facebookac0_.gender as gender4_, facebookac0_.bio as bio4_, facebookac0_.about as about4_, facebookac0_.workCompany as workCom16_4_, facebookac0_.FbProfileType as FbProfi17_4_, facebookac0_.ProfileUrl as ProfileUrl4_, facebookac0_.IsActive as IsActive4_, facebookac0_.UserId as UserId4_, facebookac0_.LastUpdate as LastUpdate4_, facebookac0_.IsAccessTokenActive as IsAcces22_4_, facebookac0_.lastpagereportgenerated as lastpag23_4_, facebookac0_.Is90DayDataUpdated as Is24_4_ from Facebookaccounts facebookac0_ where facebookac0_.FbUserId=?p0 ] - Name:p1 - Value:100007827073015 -[SQL: select facebookac0_.Id as Id4_, facebookac0_.FbUserId as FbUserId4_, facebookac0_.FbUserName as FbUserName4_, facebookac0_.AccessToken as AccessTo4_4_, facebookac0_.Friends as Friends4_, facebookac0_.EmailId as EmailId4_, facebookac0_.coverPic as coverPic4_, facebookac0_.birthday as birthday4_, facebookac0_.education as education4_, facebookac0_.college as college4_, facebookac0_.workPosition as workPos11_4_, facebookac0_.homeTown as homeTown4_, facebookac0_.gender as gender4_, facebookac0_.bio as bio4_, facebookac0_.about as about4_, facebookac0_.workCompany as workCom16_4_, facebookac0_.FbProfileType as FbProfi17_4_, facebookac0_.ProfileUrl as ProfileUrl4_, facebookac0_.IsActive as IsActive4_, facebookac0_.UserId as UserId4_, facebookac0_.LastUpdate as LastUpdate4_, facebookac0_.IsAccessTokenActive as IsAcces22_4_, facebookac0_.lastpagereportgenerated as lastpag23_4_, facebookac0_.Is90DayDataUpdated as Is24_4_ from Facebookaccounts facebookac0_ where facebookac0_.FbUserId=?p0] -2016-08-02 15:09:40.590 +05:30 [Error] at NHibernate.Loader.Loader.DoList(ISessionImplementor session, QueryParameters queryParameters, IResultTransformer forcedResultTransformer) - at NHibernate.Loader.Loader.DoList(ISessionImplementor session, QueryParameters queryParameters) - at NHibernate.Loader.Loader.ListIgnoreQueryCache(ISessionImplementor session, QueryParameters queryParameters) - at NHibernate.Loader.Loader.List(ISessionImplementor session, QueryParameters queryParameters, ISet`1 querySpaces, IType[] resultTypes) - at NHibernate.Loader.Hql.QueryLoader.List(ISessionImplementor session, QueryParameters queryParameters) - at NHibernate.Hql.Ast.ANTLR.QueryTranslatorImpl.List(ISessionImplementor session, QueryParameters queryParameters) - at NHibernate.Engine.Query.HQLQueryPlan.PerformList(QueryParameters queryParameters, ISessionImplementor session, IList results) - at NHibernate.Impl.SessionImpl.List(IQueryExpression queryExpression, QueryParameters queryParameters, IList results) - at NHibernate.Impl.AbstractSessionImpl.List(IQueryExpression queryExpression, QueryParameters parameters) - at NHibernate.Impl.AbstractQueryImpl2.List() - at NHibernate.Linq.DefaultQueryProvider.ExecuteQuery(NhLinqExpression nhLinqExpression, IQuery query, NhLinqExpression nhQuery) - at NHibernate.Linq.DefaultQueryProvider.Execute(Expression expression) - at NHibernate.Linq.DefaultQueryProvider.Execute[TResult](Expression expression) - at Remotion.Linq.QueryableBase`1.GetEnumerator() - at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) - at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) - at Api.Socioboard.Model.DatabaseRepository.Find[T](Expression`1 query) in D:\bitbucket\src\Api.Socioboard\Model\DatabaseRepository.cs:line 30 -2016-08-02 15:09:40.592 +05:30 [Error] Unknown column 'facebookac0_.lastpagereportgenerated' in 'field list' -2016-08-02 15:09:40.956 +05:30 [Fatal] could not insert: [Domain.Socioboard.Models.Facebookaccounts#0][SQL: INSERT INTO Facebookaccounts (FbUserId, FbUserName, AccessToken, Friends, EmailId, coverPic, birthday, education, college, workPosition, homeTown, gender, bio, about, workCompany, FbProfileType, ProfileUrl, IsActive, UserId, LastUpdate, IsAccessTokenActive, lastpagereportgenerated, Is90DayDataUpdated, Id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)] -2016-08-02 15:09:40.959 +05:30 [Error] at NHibernate.Persister.Entity.AbstractEntityPersister.Insert(Object id, Object[] fields, Boolean[] notNull, Int32 j, SqlCommandInfo sql, Object obj, ISessionImplementor session) - at NHibernate.Persister.Entity.AbstractEntityPersister.Insert(Object id, Object[] fields, Object obj, ISessionImplementor session) - at NHibernate.Action.EntityInsertAction.Execute() - at NHibernate.Engine.ActionQueue.Execute(IExecutable executable) - at NHibernate.Engine.ActionQueue.ExecuteActions(IList list) - at NHibernate.Engine.ActionQueue.ExecuteActions() - at NHibernate.Event.Default.AbstractFlushingEventListener.PerformExecutions(IEventSource session) - at NHibernate.Event.Default.DefaultFlushEventListener.OnFlush(FlushEvent event) - at NHibernate.Impl.SessionImpl.Flush() - at NHibernate.Transaction.AdoTransaction.Commit() - at Api.Socioboard.Model.DatabaseRepository.Add[T](T item) in D:\bitbucket\src\Api.Socioboard\Model\DatabaseRepository.cs:line 143 -2016-08-02 15:09:40.961 +05:30 [Error] Unknown column 'lastpagereportgenerated' in 'field list' -2016-08-02 15:09:40.964 +05:30 [Error] at MySql.Data.MySqlClient.MySqlStream.ReadPacket() - at MySql.Data.MySqlClient.NativeDriver.GetResult(Int32& affectedRow, Int64& insertedId) - at MySql.Data.MySqlClient.Driver.GetResult(Int32 statementId, Int32& affectedRows, Int64& insertedId) - at MySql.Data.MySqlClient.Driver.NextResult(Int32 statementId, Boolean force) - at MySql.Data.MySqlClient.MySqlDataReader.NextResult() - at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior) - at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader() - at MySql.Data.MySqlClient.MySqlCommand.ExecuteNonQuery() - at NHibernate.AdoNet.AbstractBatcher.ExecuteNonQuery(IDbCommand cmd) - at NHibernate.AdoNet.NonBatchingBatcher.AddToBatch(IExpectation expectation) - at NHibernate.Persister.Entity.AbstractEntityPersister.Insert(Object id, Object[] fields, Boolean[] notNull, Int32 j, SqlCommandInfo sql, Object obj, ISessionImplementor session) -2016-08-02 15:09:40.999 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.AddFacebookAccount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 15:09:41.001 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 15:09:41.004 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 15:09:41.009 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.AddFacebookAccount (Api.Socioboard)" in 4825.9049ms -2016-08-02 15:09:41.013 +05:30 [Information] Request finished in 4838.7318ms 200 application/json; charset=utf-8 -2016-08-02 15:09:41.014 +05:30 [Debug] Connection id ""0HKTQMTAHIIL0"" completed keep alive response. -2016-08-02 15:09:41.078 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=2 -2016-08-02 15:09:41.079 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-02 15:09:41.080 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-02 15:09:44.144 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-02 15:09:44.228 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 15:09:44.230 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 15:09:44.233 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 15:09:44.235 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 3152.7994ms -2016-08-02 15:09:44.238 +05:30 [Information] Request finished in 3159.8676ms 200 application/json; charset=utf-8 -2016-08-02 15:09:44.239 +05:30 [Debug] Connection id ""0HKTQMTAHIIKS"" completed keep alive response. -2016-08-02 15:09:44.243 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=2 -2016-08-02 15:09:44.244 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-02 15:09:44.245 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-02 15:09:46.371 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-02 15:09:46.437 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 15:09:46.437 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 15:09:46.439 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 15:09:46.442 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 2193.8303ms -2016-08-02 15:09:46.445 +05:30 [Information] Request finished in 2202.7431ms 200 application/json; charset=utf-8 -2016-08-02 15:09:46.446 +05:30 [Debug] Connection id ""0HKTQMTAHIIKV"" completed keep alive response. -2016-08-02 15:09:47.675 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=2 -2016-08-02 15:09:47.676 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-08-02 15:09:47.677 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-08-02 15:09:47.977 +05:30 [Debug] Connection id ""0HKTQMTAHIIL1"" started. -2016-08-02 15:09:47.982 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=2 -2016-08-02 15:09:47.983 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-08-02 15:09:47.984 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Google/GetGplusProfiles?groupId=2 -2016-08-02 15:09:47.985 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-08-02 15:09:47.985 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GetGplusProfiles"'. -2016-08-02 15:09:48.011 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Instagram/GetInstagramProfiles?groupId=2 -2016-08-02 15:09:48.028 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/LinkedIn/GetLinkedInCompanyPagesProfiles?groupId=2 -2016-08-02 15:09:48.007 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=2 -2016-08-02 15:09:48.036 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Instagram/GetInstagramProfiles"'. -2016-08-02 15:09:48.035 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" -2016-08-02 15:09:48.062 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-08-02 15:09:48.066 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/LinkedIn/GetLinkedInCompanyPagesProfiles"'. -2016-08-02 15:09:48.076 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-08-02 15:09:48.077 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" -2016-08-02 15:09:48.072 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" -2016-08-02 15:09:49.869 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-02 15:09:49.963 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 15:09:49.964 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 15:09:49.965 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 15:09:49.968 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 15:09:49.971 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 2290.4542ms -2016-08-02 15:09:49.975 +05:30 [Information] Request finished in 2298.6001ms 200 application/json; charset=utf-8 -2016-08-02 15:09:49.976 +05:30 [Debug] Connection id ""0HKTQMTAHIIKQ"" completed keep alive response. -2016-08-02 15:09:49.985 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/SocialMessages/GetAllSentMessagesCount?groupId=2&userId=2 -2016-08-02 15:09:49.986 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/SocialMessages/GetAllSentMessagesCount"'. -2016-08-02 15:09:49.987 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" -2016-08-02 15:09:50.331 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-02 15:09:50.484 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 15:09:50.486 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 15:09:50.488 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 15:09:50.491 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 15:09:50.496 +05:30 [Information] Executed action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" in 2412.9474ms -2016-08-02 15:09:50.503 +05:30 [Information] Request finished in 2523.6484ms 200 application/json; charset=utf-8 -2016-08-02 15:09:50.505 +05:30 [Debug] Connection id ""0HKTQMTAHIIKV"" completed keep alive response. -2016-08-02 15:09:50.512 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetIncommingMessage?groupId=2&userId=2 -2016-08-02 15:09:50.514 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetIncommingMessage"'. -2016-08-02 15:09:50.516 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" -2016-08-02 15:09:51.118 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-02 15:09:51.263 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-02 15:09:51.336 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 15:09:51.337 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 15:09:51.338 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 15:09:51.340 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-02 15:09:51.344 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 15:09:51.342 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-02 15:09:51.407 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 3373.9122ms -2016-08-02 15:09:51.474 +05:30 [Information] Request finished in 3467.2512ms 200 application/json; charset=utf-8 -2016-08-02 15:09:51.518 +05:30 [Debug] Connection id ""0HKTQMTAHIIKT"" completed keep alive response. -2016-08-02 15:09:51.536 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 15:09:51.541 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 15:09:51.542 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 15:09:51.556 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 15:09:51.557 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 15:09:51.558 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 15:09:51.576 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 15:09:51.577 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 15:09:51.578 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 15:09:51.576 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterFollowerCount?groupId=2&userId=2 -2016-08-02 15:09:51.579 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterFollowerCount"'. -2016-08-02 15:09:51.580 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" -2016-08-02 15:09:51.583 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 15:09:51.587 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 15:09:51.596 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 15:09:51.597 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" in 3515.9555ms -2016-08-02 15:09:51.602 +05:30 [Information] Executed action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" in 3506.0299ms -2016-08-02 15:09:51.604 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 3519.8242ms -2016-08-02 15:09:51.606 +05:30 [Information] Request finished in 3629.6971ms 200 application/json; charset=utf-8 -2016-08-02 15:09:51.610 +05:30 [Information] Request finished in 3629.1862ms 200 application/json; charset=utf-8 -2016-08-02 15:09:51.610 +05:30 [Debug] Connection id ""0HKTQMTAHIIL0"" completed keep alive response. -2016-08-02 15:09:51.616 +05:30 [Debug] Connection id ""0HKTQMTAHIIL1"" completed keep alive response. -2016-08-02 15:09:51.622 +05:30 [Information] Request finished in 3635.5438ms 200 application/json; charset=utf-8 -2016-08-02 15:09:51.624 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/FacebookfanPageCount?groupId=2&userId=2 -2016-08-02 15:09:51.626 +05:30 [Debug] Connection id ""0HKTQMTAHIIKS"" completed keep alive response. -2016-08-02 15:09:51.629 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/FacebookfanPageCount"'. -2016-08-02 15:09:51.633 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Google/GetGAProfiles?groupId=2 -2016-08-02 15:09:51.634 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" -2016-08-02 15:09:51.631 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterRecentFollower?groupId=2 -2016-08-02 15:09:51.634 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GetGAProfiles"'. -2016-08-02 15:09:51.636 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterRecentFollower"'. -2016-08-02 15:09:51.639 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" -2016-08-02 15:09:51.637 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GetGAProfiles (Api.Socioboard)" -2016-08-02 15:09:53.058 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" with arguments (["2", "2"]) - ModelState is Valid -2016-08-02 15:09:53.212 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 15:09:53.214 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 15:09:53.215 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 15:09:53.218 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 15:09:53.225 +05:30 [Information] Executed action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" in 3233.0644ms -2016-08-02 15:09:53.231 +05:30 [Information] Request finished in 3248.8229ms 200 application/json; charset=utf-8 -2016-08-02 15:09:53.233 +05:30 [Debug] Connection id ""0HKTQMTAHIIKQ"" completed keep alive response. -2016-08-02 15:09:53.627 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" with arguments (["2", "2"]) - ModelState is Valid -2016-08-02 15:09:53.673 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 15:09:53.673 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 15:09:53.674 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-02 15:09:53.675 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 15:09:53.679 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" in 3159.915ms -2016-08-02 15:09:53.683 +05:30 [Information] Request finished in 3171.4652ms 200 text/plain; charset=utf-8 -2016-08-02 15:09:53.684 +05:30 [Debug] Connection id ""0HKTQMTAHIIKV"" completed keep alive response. -2016-08-02 15:09:54.713 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" with arguments (["2", "2"]) - ModelState is Valid -2016-08-02 15:09:54.854 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-02 15:09:54.857 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 15:09:54.859 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 15:09:54.860 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-02 15:09:54.864 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" with arguments (["2", "2"]) - ModelState is Valid -2016-08-02 15:09:54.866 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 15:09:54.867 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 15:09:54.868 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 15:09:54.869 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GetGAProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-02 15:09:54.886 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 15:09:54.888 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GetGAProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 15:09:54.890 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 15:09:54.907 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 15:09:54.907 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 15:09:54.911 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" in 3307.6765ms -2016-08-02 15:09:54.914 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" in 3267.9003ms -2016-08-02 15:09:54.937 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 15:09:54.941 +05:30 [Information] Request finished in 3375.504ms 200 text/plain; charset=utf-8 -2016-08-02 15:09:54.943 +05:30 [Debug] Connection id ""0HKTQMTAHIIKT"" completed keep alive response. -2016-08-02 15:09:54.955 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GetGAProfiles (Api.Socioboard)" in 3295.0834ms -2016-08-02 15:09:54.977 +05:30 [Information] Request finished in 3327.7983ms 200 application/json; charset=utf-8 -2016-08-02 15:09:55.002 +05:30 [Debug] Connection id ""0HKTQMTAHIIL1"" completed keep alive response. -2016-08-02 15:09:55.008 +05:30 [Information] Request finished in 3347.4085ms 200 application/json; charset=utf-8 -2016-08-02 15:09:55.009 +05:30 [Debug] Connection id ""0HKTQMTAHIIKS"" completed keep alive response. -2016-08-02 15:09:55.009 +05:30 [Fatal] could not execute query -[ select facebookac0_.Id as Id4_, facebookac0_.FbUserId as FbUserId4_, facebookac0_.FbUserName as FbUserName4_, facebookac0_.AccessToken as AccessTo4_4_, facebookac0_.Friends as Friends4_, facebookac0_.EmailId as EmailId4_, facebookac0_.coverPic as coverPic4_, facebookac0_.birthday as birthday4_, facebookac0_.education as education4_, facebookac0_.college as college4_, facebookac0_.workPosition as workPos11_4_, facebookac0_.homeTown as homeTown4_, facebookac0_.gender as gender4_, facebookac0_.bio as bio4_, facebookac0_.about as about4_, facebookac0_.workCompany as workCom16_4_, facebookac0_.FbProfileType as FbProfi17_4_, facebookac0_.ProfileUrl as ProfileUrl4_, facebookac0_.IsActive as IsActive4_, facebookac0_.UserId as UserId4_, facebookac0_.LastUpdate as LastUpdate4_, facebookac0_.IsAccessTokenActive as IsAcces22_4_, facebookac0_.lastpagereportgenerated as lastpag23_4_, facebookac0_.Is90DayDataUpdated as Is24_4_ from Facebookaccounts facebookac0_ where 1=0 ] -[SQL: select facebookac0_.Id as Id4_, facebookac0_.FbUserId as FbUserId4_, facebookac0_.FbUserName as FbUserName4_, facebookac0_.AccessToken as AccessTo4_4_, facebookac0_.Friends as Friends4_, facebookac0_.EmailId as EmailId4_, facebookac0_.coverPic as coverPic4_, facebookac0_.birthday as birthday4_, facebookac0_.education as education4_, facebookac0_.college as college4_, facebookac0_.workPosition as workPos11_4_, facebookac0_.homeTown as homeTown4_, facebookac0_.gender as gender4_, facebookac0_.bio as bio4_, facebookac0_.about as about4_, facebookac0_.workCompany as workCom16_4_, facebookac0_.FbProfileType as FbProfi17_4_, facebookac0_.ProfileUrl as ProfileUrl4_, facebookac0_.IsActive as IsActive4_, facebookac0_.UserId as UserId4_, facebookac0_.LastUpdate as LastUpdate4_, facebookac0_.IsAccessTokenActive as IsAcces22_4_, facebookac0_.lastpagereportgenerated as lastpag23_4_, facebookac0_.Is90DayDataUpdated as Is24_4_ from Facebookaccounts facebookac0_ where 1=0] -2016-08-02 15:09:55.015 +05:30 [Error] at NHibernate.Loader.Loader.DoList(ISessionImplementor session, QueryParameters queryParameters, IResultTransformer forcedResultTransformer) - at NHibernate.Loader.Loader.DoList(ISessionImplementor session, QueryParameters queryParameters) - at NHibernate.Loader.Loader.ListIgnoreQueryCache(ISessionImplementor session, QueryParameters queryParameters) - at NHibernate.Loader.Loader.List(ISessionImplementor session, QueryParameters queryParameters, ISet`1 querySpaces, IType[] resultTypes) - at NHibernate.Loader.Hql.QueryLoader.List(ISessionImplementor session, QueryParameters queryParameters) - at NHibernate.Hql.Ast.ANTLR.QueryTranslatorImpl.List(ISessionImplementor session, QueryParameters queryParameters) - at NHibernate.Engine.Query.HQLQueryPlan.PerformList(QueryParameters queryParameters, ISessionImplementor session, IList results) - at NHibernate.Impl.SessionImpl.List(IQueryExpression queryExpression, QueryParameters queryParameters, IList results) - at NHibernate.Impl.AbstractSessionImpl.List(IQueryExpression queryExpression, QueryParameters parameters) - at NHibernate.Impl.AbstractQueryImpl2.List() - at NHibernate.Linq.DefaultQueryProvider.ExecuteQuery(NhLinqExpression nhLinqExpression, IQuery query, NhLinqExpression nhQuery) - at NHibernate.Linq.DefaultQueryProvider.Execute(Expression expression) - at NHibernate.Linq.DefaultQueryProvider.Execute[TResult](Expression expression) - at Remotion.Linq.QueryableBase`1.GetEnumerator() - at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) - at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) - at Api.Socioboard.Model.DatabaseRepository.Find[T](Expression`1 query) in D:\bitbucket\src\Api.Socioboard\Model\DatabaseRepository.cs:line 30 -2016-08-02 15:09:55.017 +05:30 [Error] Unknown column 'facebookac0_.lastpagereportgenerated' in 'field list' -2016-08-02 15:09:58.722 +05:30 [Error] An unhandled exception has occurred while executing the request -System.ArgumentNullException: Value cannot be null. -Parameter name: source - at System.Linq.Enumerable.Select[TSource,TResult](IEnumerable`1 source, Func`2 selector) - at System.Linq.Enumerable.Sum[TSource](IEnumerable`1 source, Func`2 selector) - at Api.Socioboard.Repositories.FacebookRepository.FacebookfanPageCount(Int64 userId, Int64 groupId, DatabaseRepository dbr, Cache _redisCache) in D:\bitbucket\src\Api.Socioboard\Repositories\FacebookRepository.cs:line 919 - at Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount(Int64 userId, Int64 groupId) in D:\bitbucket\src\Api.Socioboard\Controllers\FacebookController.cs:line 317 - at lambda_method(Closure , Object , Object[] ) - at Microsoft.AspNetCore.Mvc.Internal.ObjectMethodExecutor.Execute(Object target, Object[] parameters) - at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.d__28.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() - at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.d__18.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.AspNetCore.Builder.RouterMiddleware.d__4.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware.d__6.MoveNext() -2016-08-02 15:09:58.742 +05:30 [Debug] Connection id ""0HKTQMTAHIIL0"" received FIN. -2016-08-02 15:09:58.744 +05:30 [Debug] Connection id ""0HKTQMTAHIIL0"" disconnecting. -2016-08-02 15:09:58.750 +05:30 [Information] Connection id ""0HKTQMTAHIIL0"" communication error -Microsoft.AspNetCore.Server.Kestrel.Internal.Networking.UvException: Error -4077 ECONNRESET connection reset by peer -2016-08-02 15:09:58.751 +05:30 [Debug] Connection id ""0HKTQMTAHIIL0"" stopped. -2016-08-02 15:09:58.752 +05:30 [Information] Request finished in 7127.9232ms 500 text/html; charset=utf-8 -2016-08-02 15:10:41.826 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/User/FacebookLogin application/x-www-form-urlencoded 178 -2016-08-02 15:10:41.827 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/FacebookLogin"'. -2016-08-02 15:10:41.833 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" -2016-08-02 15:10:44.916 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" with arguments (["EAAKYvwDVmnUBAPD8Tq2QCZACIB46o9EsaIX9gTdn1JyZBqUsF3pADzFFbIMyJnXon3ZCiSOEUgqgZBmY7xWMDoopZBG54wF1IfCrXqZATi4mQLTGb8EaZBEKuKBXeh77HMsoMErRIkDqkWDYeAXVdueKl3sS8g0UZC4ZD"]) - ModelState is Valid -2016-08-02 15:10:45.360 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 15:10:45.362 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 15:10:45.364 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 15:10:45.367 +05:30 [Information] Executed action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" in 3531.1484ms -2016-08-02 15:10:45.370 +05:30 [Information] Request finished in 3547.0377ms 200 application/json; charset=utf-8 -2016-08-02 15:10:45.371 +05:30 [Debug] Connection id ""0HKTQMTAHIIKQ"" completed keep alive response. -2016-08-02 15:10:45.399 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-08-02 15:10:45.401 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-02 15:10:45.403 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-02 15:10:48.467 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-02 15:10:48.568 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 15:10:48.598 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 15:10:48.602 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 15:10:48.606 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 3200.9827ms -2016-08-02 15:10:48.613 +05:30 [Information] Request finished in 3211.5991ms 200 application/json; charset=utf-8 -2016-08-02 15:10:48.615 +05:30 [Debug] Connection id ""0HKTQMTAHIIKV"" completed keep alive response. -2016-08-02 15:10:48.621 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-08-02 15:10:48.623 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-02 15:10:48.625 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-02 15:10:51.701 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-02 15:10:51.795 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 15:10:51.796 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 15:10:51.799 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 15:10:51.801 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 3174.1995ms -2016-08-02 15:10:51.805 +05:30 [Information] Request finished in 3184.9626ms 200 application/json; charset=utf-8 -2016-08-02 15:10:51.806 +05:30 [Debug] Connection id ""0HKTQMTAHIIKT"" completed keep alive response. -2016-08-02 15:10:53.087 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=1 -2016-08-02 15:10:53.088 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-08-02 15:10:53.089 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-08-02 15:10:53.423 +05:30 [Debug] Connection id ""0HKTQMTAHIIL2"" started. -2016-08-02 15:10:53.427 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=1 -2016-08-02 15:10:53.428 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-08-02 15:10:53.430 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=1 -2016-08-02 15:10:53.430 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-08-02 15:10:53.431 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-08-02 15:10:53.432 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/LinkedIn/GetLinkedInCompanyPagesProfiles?groupId=1 -2016-08-02 15:10:53.436 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-08-02 15:10:53.436 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/LinkedIn/GetLinkedInCompanyPagesProfiles"'. -2016-08-02 15:10:53.437 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" -2016-08-02 15:10:53.440 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Google/GetGplusProfiles?groupId=1 -2016-08-02 15:10:53.443 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GetGplusProfiles"'. -2016-08-02 15:10:53.444 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" -2016-08-02 15:10:53.455 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Instagram/GetInstagramProfiles?groupId=1 -2016-08-02 15:10:53.456 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Instagram/GetInstagramProfiles"'. -2016-08-02 15:10:53.460 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" -2016-08-02 15:10:55.661 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-02 15:10:55.828 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 15:10:55.829 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 15:10:55.829 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 15:10:55.831 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 15:10:55.842 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 2407.433ms -2016-08-02 15:10:55.848 +05:30 [Information] Request finished in 2424.8934ms 200 application/json; charset=utf-8 -2016-08-02 15:10:55.849 +05:30 [Debug] Connection id ""0HKTQMTAHIIKQ"" completed keep alive response. -2016-08-02 15:10:55.867 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/SocialMessages/GetAllSentMessagesCount?groupId=1&userId=1 -2016-08-02 15:10:55.871 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/SocialMessages/GetAllSentMessagesCount"'. -2016-08-02 15:10:55.872 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" -2016-08-02 15:10:56.220 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-02 15:10:56.297 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 15:10:56.298 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 15:10:56.298 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 15:10:56.300 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 15:10:56.303 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 3210.6799ms -2016-08-02 15:10:56.307 +05:30 [Information] Request finished in 3221.0268ms 200 application/json; charset=utf-8 -2016-08-02 15:10:56.308 +05:30 [Debug] Connection id ""0HKTQMTAHIIL1"" completed keep alive response. -2016-08-02 15:10:56.312 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetIncommingMessage?groupId=1&userId=1 -2016-08-02 15:10:56.313 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetIncommingMessage"'. -2016-08-02 15:10:56.314 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" -2016-08-02 15:10:56.556 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-02 15:10:56.692 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-02 15:10:56.734 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-02 15:10:56.774 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-02 15:10:56.774 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 15:10:56.777 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 15:10:56.777 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 15:10:56.846 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 15:10:56.977 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 15:10:56.977 +05:30 [Information] Executed action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" in 3414.1766ms -2016-08-02 15:10:56.978 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 15:10:56.981 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 15:10:57.006 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 15:10:57.008 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 15:10:57.008 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 15:10:57.007 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 15:10:57.032 +05:30 [Information] Request finished in 3583.5278ms 200 application/json; charset=utf-8 -2016-08-02 15:10:57.033 +05:30 [Debug] Connection id ""0HKTQMTAHIIKV"" completed keep alive response. -2016-08-02 15:10:57.038 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 15:10:57.042 +05:30 [Information] Executed action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" in 3548.1652ms -2016-08-02 15:10:57.045 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterFollowerCount?groupId=1&userId=1 -2016-08-02 15:10:57.046 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterFollowerCount"'. -2016-08-02 15:10:57.047 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" -2016-08-02 15:10:57.047 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" in 3595.7157ms -2016-08-02 15:10:57.049 +05:30 [Information] Request finished in 3621.4318ms 200 application/json; charset=utf-8 -2016-08-02 15:10:57.051 +05:30 [Debug] Connection id ""0HKTQMTAHIIL2"" completed keep alive response. -2016-08-02 15:10:57.098 +05:30 [Information] Request finished in 3651.8848ms 200 application/json; charset=utf-8 -2016-08-02 15:10:57.099 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/FacebookfanPageCount?groupId=1&userId=1 -2016-08-02 15:10:57.121 +05:30 [Fatal] could not execute query -[ select facebookac0_.Id as Id4_, facebookac0_.FbUserId as FbUserId4_, facebookac0_.FbUserName as FbUserName4_, facebookac0_.AccessToken as AccessTo4_4_, facebookac0_.Friends as Friends4_, facebookac0_.EmailId as EmailId4_, facebookac0_.coverPic as coverPic4_, facebookac0_.birthday as birthday4_, facebookac0_.education as education4_, facebookac0_.college as college4_, facebookac0_.workPosition as workPos11_4_, facebookac0_.homeTown as homeTown4_, facebookac0_.gender as gender4_, facebookac0_.bio as bio4_, facebookac0_.about as about4_, facebookac0_.workCompany as workCom16_4_, facebookac0_.FbProfileType as FbProfi17_4_, facebookac0_.ProfileUrl as ProfileUrl4_, facebookac0_.IsActive as IsActive4_, facebookac0_.UserId as UserId4_, facebookac0_.LastUpdate as LastUpdate4_, facebookac0_.IsAccessTokenActive as IsAcces22_4_, facebookac0_.lastpagereportgenerated as lastpag23_4_, facebookac0_.Is90DayDataUpdated as Is24_4_ from Facebookaccounts facebookac0_ where facebookac0_.FbUserId=?p0 ] - Name:p1 - Value:236051916783998 -[SQL: select facebookac0_.Id as Id4_, facebookac0_.FbUserId as FbUserId4_, facebookac0_.FbUserName as FbUserName4_, facebookac0_.AccessToken as AccessTo4_4_, facebookac0_.Friends as Friends4_, facebookac0_.EmailId as EmailId4_, facebookac0_.coverPic as coverPic4_, facebookac0_.birthday as birthday4_, facebookac0_.education as education4_, facebookac0_.college as college4_, facebookac0_.workPosition as workPos11_4_, facebookac0_.homeTown as homeTown4_, facebookac0_.gender as gender4_, facebookac0_.bio as bio4_, facebookac0_.about as about4_, facebookac0_.workCompany as workCom16_4_, facebookac0_.FbProfileType as FbProfi17_4_, facebookac0_.ProfileUrl as ProfileUrl4_, facebookac0_.IsActive as IsActive4_, facebookac0_.UserId as UserId4_, facebookac0_.LastUpdate as LastUpdate4_, facebookac0_.IsAccessTokenActive as IsAcces22_4_, facebookac0_.lastpagereportgenerated as lastpag23_4_, facebookac0_.Is90DayDataUpdated as Is24_4_ from Facebookaccounts facebookac0_ where facebookac0_.FbUserId=?p0] -2016-08-02 15:10:57.100 +05:30 [Debug] Connection id ""0HKTQMTAHIIKT"" completed keep alive response. -2016-08-02 15:10:57.124 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/FacebookfanPageCount"'. -2016-08-02 15:10:57.127 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" -2016-08-02 15:10:57.127 +05:30 [Error] at NHibernate.Loader.Loader.DoList(ISessionImplementor session, QueryParameters queryParameters, IResultTransformer forcedResultTransformer) - at NHibernate.Loader.Loader.DoList(ISessionImplementor session, QueryParameters queryParameters) - at NHibernate.Loader.Loader.ListIgnoreQueryCache(ISessionImplementor session, QueryParameters queryParameters) - at NHibernate.Loader.Loader.List(ISessionImplementor session, QueryParameters queryParameters, ISet`1 querySpaces, IType[] resultTypes) - at NHibernate.Loader.Hql.QueryLoader.List(ISessionImplementor session, QueryParameters queryParameters) - at NHibernate.Hql.Ast.ANTLR.QueryTranslatorImpl.List(ISessionImplementor session, QueryParameters queryParameters) - at NHibernate.Engine.Query.HQLQueryPlan.PerformList(QueryParameters queryParameters, ISessionImplementor session, IList results) - at NHibernate.Impl.SessionImpl.List(IQueryExpression queryExpression, QueryParameters queryParameters, IList results) - at NHibernate.Impl.AbstractSessionImpl.List(IQueryExpression queryExpression, QueryParameters parameters) - at NHibernate.Impl.AbstractQueryImpl2.List() - at NHibernate.Linq.DefaultQueryProvider.ExecuteQuery(NhLinqExpression nhLinqExpression, IQuery query, NhLinqExpression nhQuery) - at NHibernate.Linq.DefaultQueryProvider.Execute(Expression expression) - at NHibernate.Linq.DefaultQueryProvider.Execute[TResult](Expression expression) - at Remotion.Linq.QueryableBase`1.GetEnumerator() - at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) - at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) - at Api.Socioboard.Model.DatabaseRepository.Find[T](Expression`1 query) in D:\bitbucket\src\Api.Socioboard\Model\DatabaseRepository.cs:line 30 -2016-08-02 15:10:57.129 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterRecentFollower?groupId=1 -2016-08-02 15:10:57.131 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterRecentFollower"'. -2016-08-02 15:10:57.133 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" -2016-08-02 15:10:57.135 +05:30 [Error] Unknown column 'facebookac0_.lastpagereportgenerated' in 'field list' -2016-08-02 15:10:57.179 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 15:10:57.181 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 15:10:57.181 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 15:10:57.184 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 15:10:57.185 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 3748.0598ms -2016-08-02 15:10:57.189 +05:30 [Information] Request finished in 3767.9568ms 200 application/json; charset=utf-8 -2016-08-02 15:10:57.190 +05:30 [Debug] Connection id ""0HKTQMTAHIIKS"" completed keep alive response. -2016-08-02 15:10:57.193 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Google/GetGAProfiles?groupId=1 -2016-08-02 15:10:57.195 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GetGAProfiles"'. -2016-08-02 15:10:57.196 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GetGAProfiles (Api.Socioboard)" -2016-08-02 15:10:59.043 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-08-02 15:10:59.161 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 15:10:59.162 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 15:10:59.163 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 15:10:59.167 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 15:10:59.171 +05:30 [Information] Executed action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" in 3295.5797ms -2016-08-02 15:10:59.175 +05:30 [Information] Request finished in 3318.0072ms 200 application/json; charset=utf-8 -2016-08-02 15:10:59.175 +05:30 [Debug] Connection id ""0HKTQMTAHIIKQ"" completed keep alive response. -2016-08-02 15:10:59.375 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-02 15:10:59.403 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-08-02 15:10:59.430 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-08-02 15:10:59.555 +05:30 [Fatal] could not execute query -[ select facebookac0_.Id as Id4_, facebookac0_.FbUserId as FbUserId4_, facebookac0_.FbUserName as FbUserName4_, facebookac0_.AccessToken as AccessTo4_4_, facebookac0_.Friends as Friends4_, facebookac0_.EmailId as EmailId4_, facebookac0_.coverPic as coverPic4_, facebookac0_.birthday as birthday4_, facebookac0_.education as education4_, facebookac0_.college as college4_, facebookac0_.workPosition as workPos11_4_, facebookac0_.homeTown as homeTown4_, facebookac0_.gender as gender4_, facebookac0_.bio as bio4_, facebookac0_.about as about4_, facebookac0_.workCompany as workCom16_4_, facebookac0_.FbProfileType as FbProfi17_4_, facebookac0_.ProfileUrl as ProfileUrl4_, facebookac0_.IsActive as IsActive4_, facebookac0_.UserId as UserId4_, facebookac0_.LastUpdate as LastUpdate4_, facebookac0_.IsAccessTokenActive as IsAcces22_4_, facebookac0_.lastpagereportgenerated as lastpag23_4_, facebookac0_.Is90DayDataUpdated as Is24_4_ from Facebookaccounts facebookac0_ where 1=0 ] -[SQL: select facebookac0_.Id as Id4_, facebookac0_.FbUserId as FbUserId4_, facebookac0_.FbUserName as FbUserName4_, facebookac0_.AccessToken as AccessTo4_4_, facebookac0_.Friends as Friends4_, facebookac0_.EmailId as EmailId4_, facebookac0_.coverPic as coverPic4_, facebookac0_.birthday as birthday4_, facebookac0_.education as education4_, facebookac0_.college as college4_, facebookac0_.workPosition as workPos11_4_, facebookac0_.homeTown as homeTown4_, facebookac0_.gender as gender4_, facebookac0_.bio as bio4_, facebookac0_.about as about4_, facebookac0_.workCompany as workCom16_4_, facebookac0_.FbProfileType as FbProfi17_4_, facebookac0_.ProfileUrl as ProfileUrl4_, facebookac0_.IsActive as IsActive4_, facebookac0_.UserId as UserId4_, facebookac0_.LastUpdate as LastUpdate4_, facebookac0_.IsAccessTokenActive as IsAcces22_4_, facebookac0_.lastpagereportgenerated as lastpag23_4_, facebookac0_.Is90DayDataUpdated as Is24_4_ from Facebookaccounts facebookac0_ where 1=0] -2016-08-02 15:10:59.559 +05:30 [Error] at NHibernate.Loader.Loader.DoList(ISessionImplementor session, QueryParameters queryParameters, IResultTransformer forcedResultTransformer) - at NHibernate.Loader.Loader.DoList(ISessionImplementor session, QueryParameters queryParameters) - at NHibernate.Loader.Loader.ListIgnoreQueryCache(ISessionImplementor session, QueryParameters queryParameters) - at NHibernate.Loader.Loader.List(ISessionImplementor session, QueryParameters queryParameters, ISet`1 querySpaces, IType[] resultTypes) - at NHibernate.Loader.Hql.QueryLoader.List(ISessionImplementor session, QueryParameters queryParameters) - at NHibernate.Hql.Ast.ANTLR.QueryTranslatorImpl.List(ISessionImplementor session, QueryParameters queryParameters) - at NHibernate.Engine.Query.HQLQueryPlan.PerformList(QueryParameters queryParameters, ISessionImplementor session, IList results) - at NHibernate.Impl.SessionImpl.List(IQueryExpression queryExpression, QueryParameters queryParameters, IList results) - at NHibernate.Impl.AbstractSessionImpl.List(IQueryExpression queryExpression, QueryParameters parameters) - at NHibernate.Impl.AbstractQueryImpl2.List() - at NHibernate.Linq.DefaultQueryProvider.ExecuteQuery(NhLinqExpression nhLinqExpression, IQuery query, NhLinqExpression nhQuery) - at NHibernate.Linq.DefaultQueryProvider.Execute(Expression expression) - at NHibernate.Linq.DefaultQueryProvider.Execute[TResult](Expression expression) - at Remotion.Linq.QueryableBase`1.GetEnumerator() - at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) - at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) - at Api.Socioboard.Model.DatabaseRepository.Find[T](Expression`1 query) in D:\bitbucket\src\Api.Socioboard\Model\DatabaseRepository.cs:line 30 -2016-08-02 15:10:59.562 +05:30 [Error] Unknown column 'facebookac0_.lastpagereportgenerated' in 'field list' -2016-08-02 15:11:41.800 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GetGAProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-02 15:11:41.815 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-08-02 15:11:56.723 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GetGAProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 15:11:56.737 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 15:11:56.738 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 15:11:59.081 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 15:11:59.081 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 15:11:59.122 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 15:11:59.128 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-02 15:11:59.150 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GetGAProfiles (Api.Socioboard)" in 61924.0214ms -2016-08-02 15:11:59.152 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 15:11:59.154 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 15:11:59.172 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-02 15:11:59.171 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 15:11:59.189 +05:30 [Information] Request finished in 61976.6349ms 200 application/json; charset=utf-8 -2016-08-02 15:11:59.208 +05:30 [Debug] Connection id ""0HKTQMTAHIIKS"" completed keep alive response. -2016-08-02 15:11:59.235 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 15:11:59.255 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" in 62875.3312ms -2016-08-02 15:11:59.276 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" in 62185.2705ms -2016-08-02 15:11:59.319 +05:30 [Information] Request finished in 62261.5991ms 200 text/plain; charset=utf-8 -2016-08-02 15:11:59.320 +05:30 [Debug] Connection id ""0HKTQMTAHIIKV"" completed keep alive response. -2016-08-02 15:11:59.342 +05:30 [Information] Request finished in 62990.3308ms 200 text/plain; charset=utf-8 -2016-08-02 15:11:59.344 +05:30 [Debug] Connection id ""0HKTQMTAHIIL1"" completed keep alive response. -2016-08-02 15:12:07.074 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 15:12:07.076 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 15:12:07.077 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 15:12:07.472 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 15:12:12.152 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" in 70341.6166ms -2016-08-02 15:12:13.760 +05:30 [Information] Request finished in 75707.9336ms 200 application/json; charset=utf-8 -2016-08-02 15:12:13.769 +05:30 [Debug] Connection id ""0HKTQMTAHIIKT"" completed keep alive response. -2016-08-02 15:12:19.406 +05:30 [Debug] Connection id ""0HKTQMTAHIIKQ"" received FIN. -2016-08-02 15:12:19.418 +05:30 [Debug] Connection id ""0HKTQMTAHIIKQ"" disconnecting. -2016-08-02 15:12:19.441 +05:30 [Debug] Connection id ""0HKTQMTAHIIKQ"" sending FIN. -2016-08-02 15:12:19.462 +05:30 [Debug] Connection id ""0HKTQMTAHIIKQ"" sent FIN with status "0". -2016-08-02 15:12:19.477 +05:30 [Debug] Connection id ""0HKTQMTAHIIKQ"" stopped. -2016-08-02 15:12:19.648 +05:30 [Fatal] could not execute query -[ select facebookac0_.Id as Id4_, facebookac0_.FbUserId as FbUserId4_, facebookac0_.FbUserName as FbUserName4_, facebookac0_.AccessToken as AccessTo4_4_, facebookac0_.Friends as Friends4_, facebookac0_.EmailId as EmailId4_, facebookac0_.coverPic as coverPic4_, facebookac0_.birthday as birthday4_, facebookac0_.education as education4_, facebookac0_.college as college4_, facebookac0_.workPosition as workPos11_4_, facebookac0_.homeTown as homeTown4_, facebookac0_.gender as gender4_, facebookac0_.bio as bio4_, facebookac0_.about as about4_, facebookac0_.workCompany as workCom16_4_, facebookac0_.FbProfileType as FbProfi17_4_, facebookac0_.ProfileUrl as ProfileUrl4_, facebookac0_.IsActive as IsActive4_, facebookac0_.UserId as UserId4_, facebookac0_.LastUpdate as LastUpdate4_, facebookac0_.IsAccessTokenActive as IsAcces22_4_, facebookac0_.lastpagereportgenerated as lastpag23_4_, facebookac0_.Is90DayDataUpdated as Is24_4_ from Facebookaccounts facebookac0_ where 1=0 ] -[SQL: select facebookac0_.Id as Id4_, facebookac0_.FbUserId as FbUserId4_, facebookac0_.FbUserName as FbUserName4_, facebookac0_.AccessToken as AccessTo4_4_, facebookac0_.Friends as Friends4_, facebookac0_.EmailId as EmailId4_, facebookac0_.coverPic as coverPic4_, facebookac0_.birthday as birthday4_, facebookac0_.education as education4_, facebookac0_.college as college4_, facebookac0_.workPosition as workPos11_4_, facebookac0_.homeTown as homeTown4_, facebookac0_.gender as gender4_, facebookac0_.bio as bio4_, facebookac0_.about as about4_, facebookac0_.workCompany as workCom16_4_, facebookac0_.FbProfileType as FbProfi17_4_, facebookac0_.ProfileUrl as ProfileUrl4_, facebookac0_.IsActive as IsActive4_, facebookac0_.UserId as UserId4_, facebookac0_.LastUpdate as LastUpdate4_, facebookac0_.IsAccessTokenActive as IsAcces22_4_, facebookac0_.lastpagereportgenerated as lastpag23_4_, facebookac0_.Is90DayDataUpdated as Is24_4_ from Facebookaccounts facebookac0_ where 1=0] -2016-08-02 15:12:19.650 +05:30 [Error] at NHibernate.Loader.Loader.DoList(ISessionImplementor session, QueryParameters queryParameters, IResultTransformer forcedResultTransformer) - at NHibernate.Loader.Loader.DoList(ISessionImplementor session, QueryParameters queryParameters) - at NHibernate.Loader.Loader.ListIgnoreQueryCache(ISessionImplementor session, QueryParameters queryParameters) - at NHibernate.Loader.Loader.List(ISessionImplementor session, QueryParameters queryParameters, ISet`1 querySpaces, IType[] resultTypes) - at NHibernate.Loader.Hql.QueryLoader.List(ISessionImplementor session, QueryParameters queryParameters) - at NHibernate.Hql.Ast.ANTLR.QueryTranslatorImpl.List(ISessionImplementor session, QueryParameters queryParameters) - at NHibernate.Engine.Query.HQLQueryPlan.PerformList(QueryParameters queryParameters, ISessionImplementor session, IList results) - at NHibernate.Impl.SessionImpl.List(IQueryExpression queryExpression, QueryParameters queryParameters, IList results) - at NHibernate.Impl.AbstractSessionImpl.List(IQueryExpression queryExpression, QueryParameters parameters) - at NHibernate.Impl.AbstractQueryImpl2.List() - at NHibernate.Linq.DefaultQueryProvider.ExecuteQuery(NhLinqExpression nhLinqExpression, IQuery query, NhLinqExpression nhQuery) - at NHibernate.Linq.DefaultQueryProvider.Execute(Expression expression) - at NHibernate.Linq.DefaultQueryProvider.Execute[TResult](Expression expression) - at Remotion.Linq.QueryableBase`1.GetEnumerator() - at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) - at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) - at Api.Socioboard.Model.DatabaseRepository.Find[T](Expression`1 query) in D:\bitbucket\src\Api.Socioboard\Model\DatabaseRepository.cs:line 30 -2016-08-02 15:12:19.651 +05:30 [Error] Unknown column 'facebookac0_.lastpagereportgenerated' in 'field list' -2016-08-02 15:12:24.251 +05:30 [Error] An unhandled exception has occurred while executing the request -System.ArgumentNullException: Value cannot be null. -Parameter name: source - at System.Linq.Enumerable.Select[TSource,TResult](IEnumerable`1 source, Func`2 selector) - at System.Linq.Enumerable.Sum[TSource](IEnumerable`1 source, Func`2 selector) - at Api.Socioboard.Repositories.FacebookRepository.FacebookfanPageCount(Int64 userId, Int64 groupId, DatabaseRepository dbr, Cache _redisCache) in D:\bitbucket\src\Api.Socioboard\Repositories\FacebookRepository.cs:line 919 - at Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount(Int64 userId, Int64 groupId) in D:\bitbucket\src\Api.Socioboard\Controllers\FacebookController.cs:line 317 - at lambda_method(Closure , Object , Object[] ) - at Microsoft.AspNetCore.Mvc.Internal.ObjectMethodExecutor.Execute(Object target, Object[] parameters) - at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.d__28.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() - at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.d__18.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.AspNetCore.Builder.RouterMiddleware.d__4.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware.d__6.MoveNext() -2016-08-02 15:12:24.265 +05:30 [Information] Request finished in 87187.5599ms 500 text/html; charset=utf-8 -2016-08-02 15:12:24.266 +05:30 [Debug] Connection id ""0HKTQMTAHIIL2"" completed keep alive response. -2016-08-02 15:12:47.677 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/User/GetUserProfileCount?userId=1 -2016-08-02 15:12:47.679 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/GetUserProfileCount"'. -2016-08-02 15:12:47.681 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.GetUserProfileCount (Api.Socioboard)" -2016-08-02 15:12:50.745 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.UserController.GetUserProfileCount (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-02 15:12:50.821 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.UserController.GetUserProfileCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 15:12:50.822 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 15:12:50.825 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 15:12:50.828 +05:30 [Information] Executed action "Api.Socioboard.Controllers.UserController.GetUserProfileCount (Api.Socioboard)" in 3144.8274ms -2016-08-02 15:12:50.832 +05:30 [Information] Request finished in 3156.1885ms 200 application/json; charset=utf-8 -2016-08-02 15:12:50.833 +05:30 [Debug] Connection id ""0HKTQMTAHIIKS"" completed keep alive response. -2016-08-02 15:12:51.714 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/Facebook/AddFacebookAccount application/x-www-form-urlencoded 195 -2016-08-02 15:12:51.715 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/AddFacebookAccount"'. -2016-08-02 15:12:51.716 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.AddFacebookAccount (Api.Socioboard)" -2016-08-02 15:12:54.791 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.AddFacebookAccount (Api.Socioboard)" with arguments (["EAAKYvwDVmnUBALL5nXiMCWo3caPOxLlZCSur2vJxWBZACsXqFvVjikYNW3zYVfqKhbRBAdh5ZC0sWBkeEb8IIEmX0cWzVrNoAmpZChyou8lKM9taI3bZB52UKYuytIki1KCgc4Wc75G70MI7c1f6ajZCkRr0ly6Y0ZD", "1", "1"]) - ModelState is Valid -2016-08-02 15:12:55.233 +05:30 [Error] {"id":"236051916783998","cover":{"id":"261664734222716","offset_y":100,"source":"https://scontent.xx.fbcdn.net/t31.0-8/s720x720/13268607_261664734222716_2638657839383280129_o.jpg"},"email":"bandisuresh@globussoft.in","gender":"male","name":"Suresh Bandi"} -2016-08-02 15:12:55.346 +05:30 [Fatal] could not execute query -[ select facebookac0_.Id as Id4_, facebookac0_.FbUserId as FbUserId4_, facebookac0_.FbUserName as FbUserName4_, facebookac0_.AccessToken as AccessTo4_4_, facebookac0_.Friends as Friends4_, facebookac0_.EmailId as EmailId4_, facebookac0_.coverPic as coverPic4_, facebookac0_.birthday as birthday4_, facebookac0_.education as education4_, facebookac0_.college as college4_, facebookac0_.workPosition as workPos11_4_, facebookac0_.homeTown as homeTown4_, facebookac0_.gender as gender4_, facebookac0_.bio as bio4_, facebookac0_.about as about4_, facebookac0_.workCompany as workCom16_4_, facebookac0_.FbProfileType as FbProfi17_4_, facebookac0_.ProfileUrl as ProfileUrl4_, facebookac0_.IsActive as IsActive4_, facebookac0_.UserId as UserId4_, facebookac0_.LastUpdate as LastUpdate4_, facebookac0_.IsAccessTokenActive as IsAcces22_4_, facebookac0_.lastpagereportgenerated as lastpag23_4_, facebookac0_.Is90DayDataUpdated as Is24_4_ from Facebookaccounts facebookac0_ where facebookac0_.FbUserId=?p0 ] - Name:p1 - Value:236051916783998 -[SQL: select facebookac0_.Id as Id4_, facebookac0_.FbUserId as FbUserId4_, facebookac0_.FbUserName as FbUserName4_, facebookac0_.AccessToken as AccessTo4_4_, facebookac0_.Friends as Friends4_, facebookac0_.EmailId as EmailId4_, facebookac0_.coverPic as coverPic4_, facebookac0_.birthday as birthday4_, facebookac0_.education as education4_, facebookac0_.college as college4_, facebookac0_.workPosition as workPos11_4_, facebookac0_.homeTown as homeTown4_, facebookac0_.gender as gender4_, facebookac0_.bio as bio4_, facebookac0_.about as about4_, facebookac0_.workCompany as workCom16_4_, facebookac0_.FbProfileType as FbProfi17_4_, facebookac0_.ProfileUrl as ProfileUrl4_, facebookac0_.IsActive as IsActive4_, facebookac0_.UserId as UserId4_, facebookac0_.LastUpdate as LastUpdate4_, facebookac0_.IsAccessTokenActive as IsAcces22_4_, facebookac0_.lastpagereportgenerated as lastpag23_4_, facebookac0_.Is90DayDataUpdated as Is24_4_ from Facebookaccounts facebookac0_ where facebookac0_.FbUserId=?p0] -2016-08-02 15:12:55.348 +05:30 [Error] at NHibernate.Loader.Loader.DoList(ISessionImplementor session, QueryParameters queryParameters, IResultTransformer forcedResultTransformer) - at NHibernate.Loader.Loader.DoList(ISessionImplementor session, QueryParameters queryParameters) - at NHibernate.Loader.Loader.ListIgnoreQueryCache(ISessionImplementor session, QueryParameters queryParameters) - at NHibernate.Loader.Loader.List(ISessionImplementor session, QueryParameters queryParameters, ISet`1 querySpaces, IType[] resultTypes) - at NHibernate.Loader.Hql.QueryLoader.List(ISessionImplementor session, QueryParameters queryParameters) - at NHibernate.Hql.Ast.ANTLR.QueryTranslatorImpl.List(ISessionImplementor session, QueryParameters queryParameters) - at NHibernate.Engine.Query.HQLQueryPlan.PerformList(QueryParameters queryParameters, ISessionImplementor session, IList results) - at NHibernate.Impl.SessionImpl.List(IQueryExpression queryExpression, QueryParameters queryParameters, IList results) - at NHibernate.Impl.AbstractSessionImpl.List(IQueryExpression queryExpression, QueryParameters parameters) - at NHibernate.Impl.AbstractQueryImpl2.List() - at NHibernate.Linq.DefaultQueryProvider.ExecuteQuery(NhLinqExpression nhLinqExpression, IQuery query, NhLinqExpression nhQuery) - at NHibernate.Linq.DefaultQueryProvider.Execute(Expression expression) - at NHibernate.Linq.DefaultQueryProvider.Execute[TResult](Expression expression) - at Remotion.Linq.QueryableBase`1.GetEnumerator() - at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) - at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) - at Api.Socioboard.Model.DatabaseRepository.Find[T](Expression`1 query) in D:\bitbucket\src\Api.Socioboard\Model\DatabaseRepository.cs:line 30 -2016-08-02 15:12:55.350 +05:30 [Error] Unknown column 'facebookac0_.lastpagereportgenerated' in 'field list' -2016-08-02 15:12:55.852 +05:30 [Fatal] could not execute query -[ select facebookac0_.Id as Id4_, facebookac0_.FbUserId as FbUserId4_, facebookac0_.FbUserName as FbUserName4_, facebookac0_.AccessToken as AccessTo4_4_, facebookac0_.Friends as Friends4_, facebookac0_.EmailId as EmailId4_, facebookac0_.coverPic as coverPic4_, facebookac0_.birthday as birthday4_, facebookac0_.education as education4_, facebookac0_.college as college4_, facebookac0_.workPosition as workPos11_4_, facebookac0_.homeTown as homeTown4_, facebookac0_.gender as gender4_, facebookac0_.bio as bio4_, facebookac0_.about as about4_, facebookac0_.workCompany as workCom16_4_, facebookac0_.FbProfileType as FbProfi17_4_, facebookac0_.ProfileUrl as ProfileUrl4_, facebookac0_.IsActive as IsActive4_, facebookac0_.UserId as UserId4_, facebookac0_.LastUpdate as LastUpdate4_, facebookac0_.IsAccessTokenActive as IsAcces22_4_, facebookac0_.lastpagereportgenerated as lastpag23_4_, facebookac0_.Is90DayDataUpdated as Is24_4_ from Facebookaccounts facebookac0_ where facebookac0_.FbUserId=?p0 ] - Name:p1 - Value:236051916783998 -[SQL: select facebookac0_.Id as Id4_, facebookac0_.FbUserId as FbUserId4_, facebookac0_.FbUserName as FbUserName4_, facebookac0_.AccessToken as AccessTo4_4_, facebookac0_.Friends as Friends4_, facebookac0_.EmailId as EmailId4_, facebookac0_.coverPic as coverPic4_, facebookac0_.birthday as birthday4_, facebookac0_.education as education4_, facebookac0_.college as college4_, facebookac0_.workPosition as workPos11_4_, facebookac0_.homeTown as homeTown4_, facebookac0_.gender as gender4_, facebookac0_.bio as bio4_, facebookac0_.about as about4_, facebookac0_.workCompany as workCom16_4_, facebookac0_.FbProfileType as FbProfi17_4_, facebookac0_.ProfileUrl as ProfileUrl4_, facebookac0_.IsActive as IsActive4_, facebookac0_.UserId as UserId4_, facebookac0_.LastUpdate as LastUpdate4_, facebookac0_.IsAccessTokenActive as IsAcces22_4_, facebookac0_.lastpagereportgenerated as lastpag23_4_, facebookac0_.Is90DayDataUpdated as Is24_4_ from Facebookaccounts facebookac0_ where facebookac0_.FbUserId=?p0] -2016-08-02 15:12:55.855 +05:30 [Error] at NHibernate.Loader.Loader.DoList(ISessionImplementor session, QueryParameters queryParameters, IResultTransformer forcedResultTransformer) - at NHibernate.Loader.Loader.DoList(ISessionImplementor session, QueryParameters queryParameters) - at NHibernate.Loader.Loader.ListIgnoreQueryCache(ISessionImplementor session, QueryParameters queryParameters) - at NHibernate.Loader.Loader.List(ISessionImplementor session, QueryParameters queryParameters, ISet`1 querySpaces, IType[] resultTypes) - at NHibernate.Loader.Hql.QueryLoader.List(ISessionImplementor session, QueryParameters queryParameters) - at NHibernate.Hql.Ast.ANTLR.QueryTranslatorImpl.List(ISessionImplementor session, QueryParameters queryParameters) - at NHibernate.Engine.Query.HQLQueryPlan.PerformList(QueryParameters queryParameters, ISessionImplementor session, IList results) - at NHibernate.Impl.SessionImpl.List(IQueryExpression queryExpression, QueryParameters queryParameters, IList results) - at NHibernate.Impl.AbstractSessionImpl.List(IQueryExpression queryExpression, QueryParameters parameters) - at NHibernate.Impl.AbstractQueryImpl2.List() - at NHibernate.Linq.DefaultQueryProvider.ExecuteQuery(NhLinqExpression nhLinqExpression, IQuery query, NhLinqExpression nhQuery) - at NHibernate.Linq.DefaultQueryProvider.Execute(Expression expression) - at NHibernate.Linq.DefaultQueryProvider.Execute[TResult](Expression expression) - at Remotion.Linq.QueryableBase`1.GetEnumerator() - at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) - at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) - at Api.Socioboard.Model.DatabaseRepository.Find[T](Expression`1 query) in D:\bitbucket\src\Api.Socioboard\Model\DatabaseRepository.cs:line 30 -2016-08-02 15:12:55.856 +05:30 [Error] Unknown column 'facebookac0_.lastpagereportgenerated' in 'field list' -2016-08-02 15:12:56.138 +05:30 [Fatal] could not insert: [Domain.Socioboard.Models.Facebookaccounts#0][SQL: INSERT INTO Facebookaccounts (FbUserId, FbUserName, AccessToken, Friends, EmailId, coverPic, birthday, education, college, workPosition, homeTown, gender, bio, about, workCompany, FbProfileType, ProfileUrl, IsActive, UserId, LastUpdate, IsAccessTokenActive, lastpagereportgenerated, Is90DayDataUpdated, Id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)] -2016-08-02 15:12:56.141 +05:30 [Error] at NHibernate.Persister.Entity.AbstractEntityPersister.Insert(Object id, Object[] fields, Boolean[] notNull, Int32 j, SqlCommandInfo sql, Object obj, ISessionImplementor session) - at NHibernate.Persister.Entity.AbstractEntityPersister.Insert(Object id, Object[] fields, Object obj, ISessionImplementor session) - at NHibernate.Action.EntityInsertAction.Execute() - at NHibernate.Engine.ActionQueue.Execute(IExecutable executable) - at NHibernate.Engine.ActionQueue.ExecuteActions(IList list) - at NHibernate.Engine.ActionQueue.ExecuteActions() - at NHibernate.Event.Default.AbstractFlushingEventListener.PerformExecutions(IEventSource session) - at NHibernate.Event.Default.DefaultFlushEventListener.OnFlush(FlushEvent event) - at NHibernate.Impl.SessionImpl.Flush() - at NHibernate.Transaction.AdoTransaction.Commit() - at Api.Socioboard.Model.DatabaseRepository.Add[T](T item) in D:\bitbucket\src\Api.Socioboard\Model\DatabaseRepository.cs:line 143 -2016-08-02 15:12:56.142 +05:30 [Error] Unknown column 'lastpagereportgenerated' in 'field list' -2016-08-02 15:12:56.145 +05:30 [Error] at MySql.Data.MySqlClient.MySqlStream.ReadPacket() - at MySql.Data.MySqlClient.NativeDriver.GetResult(Int32& affectedRow, Int64& insertedId) - at MySql.Data.MySqlClient.Driver.GetResult(Int32 statementId, Int32& affectedRows, Int64& insertedId) - at MySql.Data.MySqlClient.Driver.NextResult(Int32 statementId, Boolean force) - at MySql.Data.MySqlClient.MySqlDataReader.NextResult() - at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior) - at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader() - at MySql.Data.MySqlClient.MySqlCommand.ExecuteNonQuery() - at NHibernate.AdoNet.AbstractBatcher.ExecuteNonQuery(IDbCommand cmd) - at NHibernate.AdoNet.NonBatchingBatcher.AddToBatch(IExpectation expectation) - at NHibernate.Persister.Entity.AbstractEntityPersister.Insert(Object id, Object[] fields, Boolean[] notNull, Int32 j, SqlCommandInfo sql, Object obj, ISessionImplementor session) -2016-08-02 15:12:56.146 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.AddFacebookAccount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 15:12:56.147 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 15:12:56.149 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 15:12:56.150 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.AddFacebookAccount (Api.Socioboard)" in 4432.6228ms -2016-08-02 15:12:56.153 +05:30 [Information] Request finished in 4439.699ms 200 application/json; charset=utf-8 -2016-08-02 15:12:56.154 +05:30 [Debug] Connection id ""0HKTQMTAHIIKV"" completed keep alive response. -2016-08-02 15:12:56.182 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-08-02 15:12:56.184 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-02 15:12:56.184 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-02 15:12:59.291 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-02 15:12:59.405 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 15:12:59.406 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 15:12:59.407 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 15:12:59.409 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 3223.1583ms -2016-08-02 15:12:59.412 +05:30 [Information] Request finished in 3230.2746ms 200 application/json; charset=utf-8 -2016-08-02 15:12:59.413 +05:30 [Debug] Connection id ""0HKTQMTAHIIL1"" completed keep alive response. -2016-08-02 15:12:59.418 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-08-02 15:12:59.419 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-02 15:12:59.420 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-02 15:13:01.556 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-02 15:13:01.694 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 15:13:01.695 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 15:13:01.698 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 15:13:01.702 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 2278.2128ms -2016-08-02 15:13:01.708 +05:30 [Information] Request finished in 2289.9567ms 200 application/json; charset=utf-8 -2016-08-02 15:13:01.710 +05:30 [Debug] Connection id ""0HKTQMTAHIIKT"" completed keep alive response. -2016-08-02 15:13:03.183 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=1 -2016-08-02 15:13:03.184 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-08-02 15:13:03.185 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-08-02 15:13:03.477 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=1 -2016-08-02 15:13:03.478 +05:30 [Debug] Connection id ""0HKTQMTAHIIL3"" started. -2016-08-02 15:13:03.480 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-08-02 15:13:03.485 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-08-02 15:13:03.488 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=1 -2016-08-02 15:13:03.490 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-08-02 15:13:03.490 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-08-02 15:13:03.498 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Instagram/GetInstagramProfiles?groupId=1 -2016-08-02 15:13:03.499 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Instagram/GetInstagramProfiles"'. -2016-08-02 15:13:03.500 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" -2016-08-02 15:13:09.573 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Google/GetGplusProfiles?groupId=1 -2016-08-02 15:13:09.583 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GetGplusProfiles"'. -2016-08-02 15:13:09.584 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" -2016-08-02 15:13:09.619 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/LinkedIn/GetLinkedInCompanyPagesProfiles?groupId=1 -2016-08-02 15:13:09.620 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/LinkedIn/GetLinkedInCompanyPagesProfiles"'. -2016-08-02 15:13:09.620 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" -2016-08-02 15:13:11.813 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-02 15:13:11.833 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-02 15:13:11.868 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-02 15:13:12.154 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 15:13:12.179 +05:30 [Fatal] could not execute query -[ select facebookac0_.Id as Id4_, facebookac0_.FbUserId as FbUserId4_, facebookac0_.FbUserName as FbUserName4_, facebookac0_.AccessToken as AccessTo4_4_, facebookac0_.Friends as Friends4_, facebookac0_.EmailId as EmailId4_, facebookac0_.coverPic as coverPic4_, facebookac0_.birthday as birthday4_, facebookac0_.education as education4_, facebookac0_.college as college4_, facebookac0_.workPosition as workPos11_4_, facebookac0_.homeTown as homeTown4_, facebookac0_.gender as gender4_, facebookac0_.bio as bio4_, facebookac0_.about as about4_, facebookac0_.workCompany as workCom16_4_, facebookac0_.FbProfileType as FbProfi17_4_, facebookac0_.ProfileUrl as ProfileUrl4_, facebookac0_.IsActive as IsActive4_, facebookac0_.UserId as UserId4_, facebookac0_.LastUpdate as LastUpdate4_, facebookac0_.IsAccessTokenActive as IsAcces22_4_, facebookac0_.lastpagereportgenerated as lastpag23_4_, facebookac0_.Is90DayDataUpdated as Is24_4_ from Facebookaccounts facebookac0_ where facebookac0_.FbUserId=?p0 ] - Name:p1 - Value:236051916783998 -[SQL: select facebookac0_.Id as Id4_, facebookac0_.FbUserId as FbUserId4_, facebookac0_.FbUserName as FbUserName4_, facebookac0_.AccessToken as AccessTo4_4_, facebookac0_.Friends as Friends4_, facebookac0_.EmailId as EmailId4_, facebookac0_.coverPic as coverPic4_, facebookac0_.birthday as birthday4_, facebookac0_.education as education4_, facebookac0_.college as college4_, facebookac0_.workPosition as workPos11_4_, facebookac0_.homeTown as homeTown4_, facebookac0_.gender as gender4_, facebookac0_.bio as bio4_, facebookac0_.about as about4_, facebookac0_.workCompany as workCom16_4_, facebookac0_.FbProfileType as FbProfi17_4_, facebookac0_.ProfileUrl as ProfileUrl4_, facebookac0_.IsActive as IsActive4_, facebookac0_.UserId as UserId4_, facebookac0_.LastUpdate as LastUpdate4_, facebookac0_.IsAccessTokenActive as IsAcces22_4_, facebookac0_.lastpagereportgenerated as lastpag23_4_, facebookac0_.Is90DayDataUpdated as Is24_4_ from Facebookaccounts facebookac0_ where facebookac0_.FbUserId=?p0] -2016-08-02 15:13:12.181 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 15:13:12.184 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 15:13:12.184 +05:30 [Error] at NHibernate.Loader.Loader.DoList(ISessionImplementor session, QueryParameters queryParameters, IResultTransformer forcedResultTransformer) - at NHibernate.Loader.Loader.DoList(ISessionImplementor session, QueryParameters queryParameters) - at NHibernate.Loader.Loader.ListIgnoreQueryCache(ISessionImplementor session, QueryParameters queryParameters) - at NHibernate.Loader.Loader.List(ISessionImplementor session, QueryParameters queryParameters, ISet`1 querySpaces, IType[] resultTypes) - at NHibernate.Loader.Hql.QueryLoader.List(ISessionImplementor session, QueryParameters queryParameters) - at NHibernate.Hql.Ast.ANTLR.QueryTranslatorImpl.List(ISessionImplementor session, QueryParameters queryParameters) - at NHibernate.Engine.Query.HQLQueryPlan.PerformList(QueryParameters queryParameters, ISessionImplementor session, IList results) - at NHibernate.Impl.SessionImpl.List(IQueryExpression queryExpression, QueryParameters queryParameters, IList results) - at NHibernate.Impl.AbstractSessionImpl.List(IQueryExpression queryExpression, QueryParameters parameters) - at NHibernate.Impl.AbstractQueryImpl2.List() - at NHibernate.Linq.DefaultQueryProvider.ExecuteQuery(NhLinqExpression nhLinqExpression, IQuery query, NhLinqExpression nhQuery) - at NHibernate.Linq.DefaultQueryProvider.Execute(Expression expression) - at NHibernate.Linq.DefaultQueryProvider.Execute[TResult](Expression expression) - at Remotion.Linq.QueryableBase`1.GetEnumerator() - at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) - at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) - at Api.Socioboard.Model.DatabaseRepository.Find[T](Expression`1 query) in D:\bitbucket\src\Api.Socioboard\Model\DatabaseRepository.cs:line 30 -2016-08-02 15:13:12.202 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 15:13:12.220 +05:30 [Error] Unknown column 'facebookac0_.lastpagereportgenerated' in 'field list' -2016-08-02 15:13:12.220 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 15:13:12.254 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 8729.5265ms -2016-08-02 15:13:12.254 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 15:13:12.254 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 15:13:12.256 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 15:13:12.258 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 15:13:12.260 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 15:13:12.260 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 15:13:12.259 +05:30 [Information] Request finished in 8778.8791ms 200 application/json; charset=utf-8 -2016-08-02 15:13:12.263 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 15:13:12.265 +05:30 [Debug] Connection id ""0HKTQMTAHIIL1"" completed keep alive response. -2016-08-02 15:13:12.272 +05:30 [Information] Executed action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" in 8762.6806ms -2016-08-02 15:13:12.277 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 8782.1093ms -2016-08-02 15:13:12.289 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/SocialMessages/GetAllSentMessagesCount?groupId=1&userId=1 -2016-08-02 15:13:12.291 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/SocialMessages/GetAllSentMessagesCount"'. -2016-08-02 15:13:12.295 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" -2016-08-02 15:13:12.292 +05:30 [Information] Request finished in 8807.5722ms 200 application/json; charset=utf-8 -2016-08-02 15:13:12.297 +05:30 [Debug] Connection id ""0HKTQMTAHIIKS"" completed keep alive response. -2016-08-02 15:13:12.297 +05:30 [Information] Request finished in 8803.2736ms 200 application/json; charset=utf-8 -2016-08-02 15:13:12.320 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetIncommingMessage?groupId=1&userId=1 -2016-08-02 15:13:12.320 +05:30 [Debug] Connection id ""0HKTQMTAHIIKV"" completed keep alive response. -2016-08-02 15:13:12.323 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetIncommingMessage"'. -2016-08-02 15:13:12.325 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterFollowerCount?groupId=1&userId=1 -2016-08-02 15:13:12.326 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" -2016-08-02 15:13:12.326 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterFollowerCount"'. -2016-08-02 15:13:12.328 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" -2016-08-02 15:13:12.728 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-02 15:13:12.903 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-02 15:13:12.938 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 15:13:12.960 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 15:13:12.961 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 15:13:12.981 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 15:13:13.001 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 15:13:13.001 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 15:13:13.002 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 15:13:13.004 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" in 3416.1521ms -2016-08-02 15:13:13.005 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 15:13:13.009 +05:30 [Information] Executed action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" in 3330.4719ms -2016-08-02 15:13:13.010 +05:30 [Information] Request finished in 9529.5136ms 200 application/json; charset=utf-8 -2016-08-02 15:13:13.011 +05:30 [Debug] Connection id ""0HKTQMTAHIIKT"" completed keep alive response. -2016-08-02 15:13:13.018 +05:30 [Information] Request finished in 9529.1798ms 200 application/json; charset=utf-8 -2016-08-02 15:13:13.019 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/FacebookfanPageCount?groupId=1&userId=1 -2016-08-02 15:13:13.019 +05:30 [Debug] Connection id ""0HKTQMTAHIIL3"" completed keep alive response. -2016-08-02 15:13:13.021 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/FacebookfanPageCount"'. -2016-08-02 15:13:13.024 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" -2016-08-02 15:13:13.027 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterRecentFollower?groupId=1 -2016-08-02 15:13:13.029 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterRecentFollower"'. -2016-08-02 15:13:13.030 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" -2016-08-02 15:13:15.436 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-08-02 15:13:15.438 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-08-02 15:13:15.469 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-08-02 15:13:15.577 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 15:13:15.579 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 15:13:15.579 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 15:13:15.579 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 15:13:15.581 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-02 15:13:15.580 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 15:13:15.584 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-02 15:13:15.581 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 15:13:15.586 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 15:13:15.589 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 15:13:15.592 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 15:13:15.595 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 15:13:15.597 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" in 3265.3536ms -2016-08-02 15:13:15.598 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" in 3265.6327ms -2016-08-02 15:13:15.600 +05:30 [Information] Executed action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" in 3302.1329ms -2016-08-02 15:13:15.604 +05:30 [Information] Request finished in 3291.9411ms 200 text/plain; charset=utf-8 -2016-08-02 15:13:15.608 +05:30 [Debug] Connection id ""0HKTQMTAHIIKS"" completed keep alive response. -2016-08-02 15:13:15.606 +05:30 [Information] Request finished in 3280.8475ms 200 text/plain; charset=utf-8 -2016-08-02 15:13:15.612 +05:30 [Information] Request finished in 3330.1186ms 200 application/json; charset=utf-8 -2016-08-02 15:13:15.613 +05:30 [Debug] Connection id ""0HKTQMTAHIIKV"" completed keep alive response. -2016-08-02 15:13:15.614 +05:30 [Debug] Connection id ""0HKTQMTAHIIL1"" completed keep alive response. -2016-08-02 15:13:15.614 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Google/GetGAProfiles?groupId=1 -2016-08-02 15:13:15.618 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GetGAProfiles"'. -2016-08-02 15:13:15.626 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GetGAProfiles (Api.Socioboard)" -2016-08-02 15:13:15.859 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-02 15:13:15.958 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 15:13:15.960 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 15:13:15.961 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 15:13:15.963 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 15:13:15.971 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 12781.6531ms -2016-08-02 15:13:15.975 +05:30 [Information] Request finished in 12791.424ms 200 application/json; charset=utf-8 -2016-08-02 15:13:15.976 +05:30 [Debug] Connection id ""0HKTQMTAHIIL2"" completed keep alive response. -2016-08-02 15:13:16.104 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-02 15:13:16.133 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-08-02 15:13:16.217 +05:30 [Fatal] could not execute query -[ select facebookac0_.Id as Id4_, facebookac0_.FbUserId as FbUserId4_, facebookac0_.FbUserName as FbUserName4_, facebookac0_.AccessToken as AccessTo4_4_, facebookac0_.Friends as Friends4_, facebookac0_.EmailId as EmailId4_, facebookac0_.coverPic as coverPic4_, facebookac0_.birthday as birthday4_, facebookac0_.education as education4_, facebookac0_.college as college4_, facebookac0_.workPosition as workPos11_4_, facebookac0_.homeTown as homeTown4_, facebookac0_.gender as gender4_, facebookac0_.bio as bio4_, facebookac0_.about as about4_, facebookac0_.workCompany as workCom16_4_, facebookac0_.FbProfileType as FbProfi17_4_, facebookac0_.ProfileUrl as ProfileUrl4_, facebookac0_.IsActive as IsActive4_, facebookac0_.UserId as UserId4_, facebookac0_.LastUpdate as LastUpdate4_, facebookac0_.IsAccessTokenActive as IsAcces22_4_, facebookac0_.lastpagereportgenerated as lastpag23_4_, facebookac0_.Is90DayDataUpdated as Is24_4_ from Facebookaccounts facebookac0_ where 1=0 ] -[SQL: select facebookac0_.Id as Id4_, facebookac0_.FbUserId as FbUserId4_, facebookac0_.FbUserName as FbUserName4_, facebookac0_.AccessToken as AccessTo4_4_, facebookac0_.Friends as Friends4_, facebookac0_.EmailId as EmailId4_, facebookac0_.coverPic as coverPic4_, facebookac0_.birthday as birthday4_, facebookac0_.education as education4_, facebookac0_.college as college4_, facebookac0_.workPosition as workPos11_4_, facebookac0_.homeTown as homeTown4_, facebookac0_.gender as gender4_, facebookac0_.bio as bio4_, facebookac0_.about as about4_, facebookac0_.workCompany as workCom16_4_, facebookac0_.FbProfileType as FbProfi17_4_, facebookac0_.ProfileUrl as ProfileUrl4_, facebookac0_.IsActive as IsActive4_, facebookac0_.UserId as UserId4_, facebookac0_.LastUpdate as LastUpdate4_, facebookac0_.IsAccessTokenActive as IsAcces22_4_, facebookac0_.lastpagereportgenerated as lastpag23_4_, facebookac0_.Is90DayDataUpdated as Is24_4_ from Facebookaccounts facebookac0_ where 1=0] -2016-08-02 15:13:16.219 +05:30 [Error] at NHibernate.Loader.Loader.DoList(ISessionImplementor session, QueryParameters queryParameters, IResultTransformer forcedResultTransformer) - at NHibernate.Loader.Loader.DoList(ISessionImplementor session, QueryParameters queryParameters) - at NHibernate.Loader.Loader.ListIgnoreQueryCache(ISessionImplementor session, QueryParameters queryParameters) - at NHibernate.Loader.Loader.List(ISessionImplementor session, QueryParameters queryParameters, ISet`1 querySpaces, IType[] resultTypes) - at NHibernate.Loader.Hql.QueryLoader.List(ISessionImplementor session, QueryParameters queryParameters) - at NHibernate.Hql.Ast.ANTLR.QueryTranslatorImpl.List(ISessionImplementor session, QueryParameters queryParameters) - at NHibernate.Engine.Query.HQLQueryPlan.PerformList(QueryParameters queryParameters, ISessionImplementor session, IList results) - at NHibernate.Impl.SessionImpl.List(IQueryExpression queryExpression, QueryParameters queryParameters, IList results) - at NHibernate.Impl.AbstractSessionImpl.List(IQueryExpression queryExpression, QueryParameters parameters) - at NHibernate.Impl.AbstractQueryImpl2.List() - at NHibernate.Linq.DefaultQueryProvider.ExecuteQuery(NhLinqExpression nhLinqExpression, IQuery query, NhLinqExpression nhQuery) - at NHibernate.Linq.DefaultQueryProvider.Execute(Expression expression) - at NHibernate.Linq.DefaultQueryProvider.Execute[TResult](Expression expression) - at Remotion.Linq.QueryableBase`1.GetEnumerator() - at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) - at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) - at Api.Socioboard.Model.DatabaseRepository.Find[T](Expression`1 query) in D:\bitbucket\src\Api.Socioboard\Model\DatabaseRepository.cs:line 30 -2016-08-02 15:13:16.221 +05:30 [Error] Unknown column 'facebookac0_.lastpagereportgenerated' in 'field list' -2016-08-02 15:13:19.321 +05:30 [Error] An unhandled exception has occurred while executing the request -System.ArgumentNullException: Value cannot be null. -Parameter name: source - at System.Linq.Enumerable.Select[TSource,TResult](IEnumerable`1 source, Func`2 selector) - at System.Linq.Enumerable.Sum[TSource](IEnumerable`1 source, Func`2 selector) - at Api.Socioboard.Repositories.FacebookRepository.FacebookfanPageCount(Int64 userId, Int64 groupId, DatabaseRepository dbr, Cache _redisCache) in D:\bitbucket\src\Api.Socioboard\Repositories\FacebookRepository.cs:line 919 - at Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount(Int64 userId, Int64 groupId) in D:\bitbucket\src\Api.Socioboard\Controllers\FacebookController.cs:line 317 - at lambda_method(Closure , Object , Object[] ) - at Microsoft.AspNetCore.Mvc.Internal.ObjectMethodExecutor.Execute(Object target, Object[] parameters) - at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.d__28.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() - at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.d__18.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.AspNetCore.Builder.RouterMiddleware.d__4.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware.d__6.MoveNext() -2016-08-02 15:13:19.339 +05:30 [Information] Request finished in 6321.2083ms 500 text/html; charset=utf-8 -2016-08-02 15:13:19.340 +05:30 [Debug] Connection id ""0HKTQMTAHIIKT"" completed keep alive response. -2016-08-02 15:13:19.342 +05:30 [Debug] Connection id ""0HKTQMTAHIIKT"" disconnecting. -2016-08-02 15:13:19.343 +05:30 [Information] Connection id ""0HKTQMTAHIIKT"" communication error -Microsoft.AspNetCore.Server.Kestrel.Internal.Networking.UvException: Error -4077 ECONNRESET connection reset by peer -2016-08-02 15:13:19.345 +05:30 [Information] Connection id ""0HKTQMTAHIIKT"" communication error -Microsoft.AspNetCore.Server.Kestrel.Internal.Networking.UvException: Error -4077 ECONNRESET connection reset by peer -2016-08-02 15:13:19.346 +05:30 [Debug] Connection id ""0HKTQMTAHIIKT"" received FIN. -2016-08-02 15:13:19.349 +05:30 [Information] Connection id ""0HKTQMTAHIIKT"" communication error -Microsoft.AspNetCore.Server.Kestrel.Internal.Networking.UvException: Error -4077 ECONNRESET connection reset by peer -2016-08-02 15:13:19.350 +05:30 [Debug] Connection id ""0HKTQMTAHIIKT"" stopped. -2016-08-02 15:13:20.413 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GetGAProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-02 15:13:20.418 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GetGAProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 15:13:20.420 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 15:13:20.421 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 15:13:20.422 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 15:13:20.426 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GetGAProfiles (Api.Socioboard)" in 4795.9644ms -2016-08-02 15:13:20.429 +05:30 [Information] Request finished in 4814.6472ms 200 application/json; charset=utf-8 -2016-08-02 15:13:20.429 +05:30 [Debug] Connection id ""0HKTQMTAHIIKS"" completed keep alive response. -2016-08-02 15:13:20.882 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 15:13:20.883 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 15:13:20.884 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 15:13:20.887 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 15:13:20.891 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" in 7857.1913ms -2016-08-02 15:13:20.899 +05:30 [Information] Request finished in 7870.7701ms 200 application/json; charset=utf-8 -2016-08-02 15:13:20.900 +05:30 [Debug] Connection id ""0HKTQMTAHIIL3"" completed keep alive response. -2016-08-02 15:14:09.003 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-08-02 15:14:09.004 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-02 15:14:09.005 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-02 15:14:12.099 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-02 15:14:12.230 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 15:14:12.230 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 15:14:12.232 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 15:14:12.237 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 3227.4273ms -2016-08-02 15:14:12.249 +05:30 [Information] Request finished in 3241.2836ms 200 application/json; charset=utf-8 -2016-08-02 15:14:12.253 +05:30 [Debug] Connection id ""0HKTQMTAHIIKV"" completed keep alive response. -2016-08-02 15:14:12.260 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-08-02 15:14:12.262 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-02 15:14:12.263 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-02 15:14:14.393 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-02 15:14:14.468 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 15:14:14.468 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 15:14:14.470 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 15:14:14.472 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 2207.9617ms -2016-08-02 15:14:14.477 +05:30 [Information] Request finished in 2216.7521ms 200 application/json; charset=utf-8 -2016-08-02 15:14:14.477 +05:30 [Debug] Connection id ""0HKTQMTAHIIL1"" completed keep alive response. -2016-08-02 15:14:15.828 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=1 -2016-08-02 15:14:15.829 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-08-02 15:14:15.830 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-08-02 15:14:16.100 +05:30 [Debug] Connection id ""0HKTQMTAHIIL4"" started. -2016-08-02 15:14:16.119 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=1 -2016-08-02 15:14:16.119 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-08-02 15:14:16.120 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-08-02 15:14:16.198 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=1 -2016-08-02 15:14:16.216 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-08-02 15:14:16.218 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Google/GetGplusProfiles?groupId=1 -2016-08-02 15:14:16.222 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-08-02 15:14:16.222 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GetGplusProfiles"'. -2016-08-02 15:14:16.224 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" -2016-08-02 15:14:16.234 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/LinkedIn/GetLinkedInCompanyPagesProfiles?groupId=1 -2016-08-02 15:14:16.236 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/LinkedIn/GetLinkedInCompanyPagesProfiles"'. -2016-08-02 15:14:16.237 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" -2016-08-02 15:14:16.260 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Instagram/GetInstagramProfiles?groupId=1 -2016-08-02 15:14:16.263 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Instagram/GetInstagramProfiles"'. -2016-08-02 15:14:16.264 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" -2016-08-02 15:14:18.017 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-02 15:14:18.114 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 15:14:18.114 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 15:14:18.115 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 15:14:18.116 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 15:14:18.119 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 2286.9352ms -2016-08-02 15:14:18.123 +05:30 [Information] Request finished in 2295.8864ms 200 application/json; charset=utf-8 -2016-08-02 15:14:18.124 +05:30 [Debug] Connection id ""0HKTQMTAHIIL2"" completed keep alive response. -2016-08-02 15:14:18.131 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/SocialMessages/GetAllSentMessagesCount?groupId=1&userId=1 -2016-08-02 15:14:18.131 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/SocialMessages/GetAllSentMessagesCount"'. -2016-08-02 15:14:18.132 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" -2016-08-02 15:14:19.384 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-02 15:14:19.425 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-02 15:15:54.843 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-02 15:15:59.500 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-02 15:16:00.225 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-02 15:16:00.280 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-08-02 15:16:00.434 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 15:16:00.435 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 15:16:00.435 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 15:16:00.490 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 15:16:00.490 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 15:16:00.492 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 15:16:00.493 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 15:16:00.494 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 15:16:00.492 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 15:16:00.497 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 15:16:00.491 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 15:16:00.501 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 15:16:00.501 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 15:16:01.646 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 15:16:02.915 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" in 104266.9636ms -2016-08-02 15:16:04.061 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 15:16:04.120 +05:30 [Information] Executed action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" in 105388.2344ms -2016-08-02 15:16:04.126 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 15:16:04.127 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 15:16:04.127 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 15:16:04.152 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 15:16:05.142 +05:30 [Information] Request finished in 107929.2416ms 200 application/json; charset=utf-8 -2016-08-02 15:16:05.160 +05:30 [Debug] Connection id ""0HKTQMTAHIIL4"" completed keep alive response. -2016-08-02 15:16:05.199 +05:30 [Information] Executed action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" in 107880.4133ms -2016-08-02 15:16:05.918 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetIncommingMessage?groupId=1&userId=1 -2016-08-02 15:16:05.866 +05:30 [Information] Request finished in 108031.3439ms 200 application/json; charset=utf-8 -2016-08-02 15:16:05.930 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetIncommingMessage"'. -2016-08-02 15:16:05.931 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" -2016-08-02 15:16:05.930 +05:30 [Debug] Connection id ""0HKTQMTAHIIKV"" completed keep alive response. -2016-08-02 15:16:06.846 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 15:16:07.687 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 108030.0195ms -2016-08-02 15:16:07.726 +05:30 [Information] Executed action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" in 108712.1787ms -2016-08-02 15:16:07.762 +05:30 [Information] Request finished in 111634.3701ms 200 application/json; charset=utf-8 -2016-08-02 15:16:07.763 +05:30 [Debug] Connection id ""0HKTQMTAHIIKS"" completed keep alive response. -2016-08-02 15:16:07.817 +05:30 [Information] Request finished in 111581.0195ms 200 application/json; charset=utf-8 -2016-08-02 15:16:07.844 +05:30 [Debug] Connection id ""0HKTQMTAHIIL1"" completed keep alive response. -2016-08-02 15:16:07.847 +05:30 [Information] Request finished in 109630.6399ms 200 application/json; charset=utf-8 -2016-08-02 15:16:07.850 +05:30 [Debug] Connection id ""0HKTQMTAHIIL2"" completed keep alive response. -2016-08-02 15:16:07.890 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterFollowerCount?groupId=1&userId=1 -2016-08-02 15:16:07.891 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterFollowerCount"'. -2016-08-02 15:16:07.892 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" -2016-08-02 15:16:11.374 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/FacebookfanPageCount?groupId=1&userId=1 -2016-08-02 15:16:11.376 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/FacebookfanPageCount"'. -2016-08-02 15:16:11.377 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" -2016-08-02 15:16:14.802 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Google/GetGAProfiles?groupId=1 -2016-08-02 15:16:14.802 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GetGAProfiles"'. -2016-08-02 15:16:14.803 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GetGAProfiles (Api.Socioboard)" -2016-08-02 15:16:16.769 +05:30 [Debug] Connection id ""0HKTQMTAHIIL3"" received FIN. -2016-08-02 15:16:17.667 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterRecentFollower?groupId=1 -2016-08-02 15:16:17.696 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterRecentFollower"'. -2016-08-02 15:16:17.728 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" -2016-08-02 15:16:17.795 +05:30 [Fatal] could not execute query -[ select facebookac0_.Id as Id4_, facebookac0_.FbUserId as FbUserId4_, facebookac0_.FbUserName as FbUserName4_, facebookac0_.AccessToken as AccessTo4_4_, facebookac0_.Friends as Friends4_, facebookac0_.EmailId as EmailId4_, facebookac0_.coverPic as coverPic4_, facebookac0_.birthday as birthday4_, facebookac0_.education as education4_, facebookac0_.college as college4_, facebookac0_.workPosition as workPos11_4_, facebookac0_.homeTown as homeTown4_, facebookac0_.gender as gender4_, facebookac0_.bio as bio4_, facebookac0_.about as about4_, facebookac0_.workCompany as workCom16_4_, facebookac0_.FbProfileType as FbProfi17_4_, facebookac0_.ProfileUrl as ProfileUrl4_, facebookac0_.IsActive as IsActive4_, facebookac0_.UserId as UserId4_, facebookac0_.LastUpdate as LastUpdate4_, facebookac0_.IsAccessTokenActive as IsAcces22_4_, facebookac0_.lastpagereportgenerated as lastpag23_4_, facebookac0_.Is90DayDataUpdated as Is24_4_ from Facebookaccounts facebookac0_ where facebookac0_.FbUserId=?p0 ] - Name:p1 - Value:236051916783998 -[SQL: select facebookac0_.Id as Id4_, facebookac0_.FbUserId as FbUserId4_, facebookac0_.FbUserName as FbUserName4_, facebookac0_.AccessToken as AccessTo4_4_, facebookac0_.Friends as Friends4_, facebookac0_.EmailId as EmailId4_, facebookac0_.coverPic as coverPic4_, facebookac0_.birthday as birthday4_, facebookac0_.education as education4_, facebookac0_.college as college4_, facebookac0_.workPosition as workPos11_4_, facebookac0_.homeTown as homeTown4_, facebookac0_.gender as gender4_, facebookac0_.bio as bio4_, facebookac0_.about as about4_, facebookac0_.workCompany as workCom16_4_, facebookac0_.FbProfileType as FbProfi17_4_, facebookac0_.ProfileUrl as ProfileUrl4_, facebookac0_.IsActive as IsActive4_, facebookac0_.UserId as UserId4_, facebookac0_.LastUpdate as LastUpdate4_, facebookac0_.IsAccessTokenActive as IsAcces22_4_, facebookac0_.lastpagereportgenerated as lastpag23_4_, facebookac0_.Is90DayDataUpdated as Is24_4_ from Facebookaccounts facebookac0_ where facebookac0_.FbUserId=?p0] -2016-08-02 15:16:17.798 +05:30 [Error] at NHibernate.Loader.Loader.DoList(ISessionImplementor session, QueryParameters queryParameters, IResultTransformer forcedResultTransformer) - at NHibernate.Loader.Loader.DoList(ISessionImplementor session, QueryParameters queryParameters) - at NHibernate.Loader.Loader.ListIgnoreQueryCache(ISessionImplementor session, QueryParameters queryParameters) - at NHibernate.Loader.Loader.List(ISessionImplementor session, QueryParameters queryParameters, ISet`1 querySpaces, IType[] resultTypes) - at NHibernate.Loader.Hql.QueryLoader.List(ISessionImplementor session, QueryParameters queryParameters) - at NHibernate.Hql.Ast.ANTLR.QueryTranslatorImpl.List(ISessionImplementor session, QueryParameters queryParameters) - at NHibernate.Engine.Query.HQLQueryPlan.PerformList(QueryParameters queryParameters, ISessionImplementor session, IList results) - at NHibernate.Impl.SessionImpl.List(IQueryExpression queryExpression, QueryParameters queryParameters, IList results) - at NHibernate.Impl.AbstractSessionImpl.List(IQueryExpression queryExpression, QueryParameters parameters) - at NHibernate.Impl.AbstractQueryImpl2.List() - at NHibernate.Linq.DefaultQueryProvider.ExecuteQuery(NhLinqExpression nhLinqExpression, IQuery query, NhLinqExpression nhQuery) - at NHibernate.Linq.DefaultQueryProvider.Execute(Expression expression) - at NHibernate.Linq.DefaultQueryProvider.Execute[TResult](Expression expression) - at Remotion.Linq.QueryableBase`1.GetEnumerator() - at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) - at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) - at Api.Socioboard.Model.DatabaseRepository.Find[T](Expression`1 query) in D:\bitbucket\src\Api.Socioboard\Model\DatabaseRepository.cs:line 30 -2016-08-02 15:16:17.801 +05:30 [Error] Unknown column 'facebookac0_.lastpagereportgenerated' in 'field list' -2016-08-02 15:16:52.648 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 15:16:52.649 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 15:16:52.649 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 15:16:52.769 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 15:16:52.786 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-08-02 15:16:52.803 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GetGAProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-02 15:16:52.826 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-08-02 15:16:52.831 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GetGAProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 15:16:52.855 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-02 15:16:52.856 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 15:16:52.857 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 15:16:52.833 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-08-02 15:16:52.892 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 156546.571ms -2016-08-02 15:16:52.920 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 15:16:52.916 +05:30 [Information] Connection id ""0HKTQMTAHIIL3"" communication error -Microsoft.AspNetCore.Server.Kestrel.Internal.Networking.UvException: Error -4077 ECONNRESET connection reset by peer -2016-08-02 15:16:52.928 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 15:16:52.932 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 15:16:52.933 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-02 15:16:52.935 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GetGAProfiles (Api.Socioboard)" in 38121.9117ms -2016-08-02 15:16:52.936 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 15:16:52.938 +05:30 [Information] Request finished in 156833.9964ms 200 application/json; charset=utf-8 -2016-08-02 15:16:52.939 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" in 45043.3868ms -2016-08-02 15:16:52.941 +05:30 [Debug] Connection id ""0HKTQMTAHIIL3"" completed keep alive response. -2016-08-02 15:16:52.961 +05:30 [Information] Request finished in 39017.9434ms 200 application/json; charset=utf-8 -2016-08-02 15:16:52.985 +05:30 [Information] Request finished in 45175.5531ms 200 text/plain; charset=utf-8 -2016-08-02 15:16:52.986 +05:30 [Debug] Connection id ""0HKTQMTAHIIL2"" completed keep alive response. -2016-08-02 15:16:52.984 +05:30 [Debug] Connection id ""0HKTQMTAHIIL3"" disconnecting. -2016-08-02 15:16:52.987 +05:30 [Debug] Connection id ""0HKTQMTAHIIKV"" completed keep alive response. -2016-08-02 15:16:52.987 +05:30 [Fatal] could not execute query -[ select facebookac0_.Id as Id4_, facebookac0_.FbUserId as FbUserId4_, facebookac0_.FbUserName as FbUserName4_, facebookac0_.AccessToken as AccessTo4_4_, facebookac0_.Friends as Friends4_, facebookac0_.EmailId as EmailId4_, facebookac0_.coverPic as coverPic4_, facebookac0_.birthday as birthday4_, facebookac0_.education as education4_, facebookac0_.college as college4_, facebookac0_.workPosition as workPos11_4_, facebookac0_.homeTown as homeTown4_, facebookac0_.gender as gender4_, facebookac0_.bio as bio4_, facebookac0_.about as about4_, facebookac0_.workCompany as workCom16_4_, facebookac0_.FbProfileType as FbProfi17_4_, facebookac0_.ProfileUrl as ProfileUrl4_, facebookac0_.IsActive as IsActive4_, facebookac0_.UserId as UserId4_, facebookac0_.LastUpdate as LastUpdate4_, facebookac0_.IsAccessTokenActive as IsAcces22_4_, facebookac0_.lastpagereportgenerated as lastpag23_4_, facebookac0_.Is90DayDataUpdated as Is24_4_ from Facebookaccounts facebookac0_ where 1=0 ] -[SQL: select facebookac0_.Id as Id4_, facebookac0_.FbUserId as FbUserId4_, facebookac0_.FbUserName as FbUserName4_, facebookac0_.AccessToken as AccessTo4_4_, facebookac0_.Friends as Friends4_, facebookac0_.EmailId as EmailId4_, facebookac0_.coverPic as coverPic4_, facebookac0_.birthday as birthday4_, facebookac0_.education as education4_, facebookac0_.college as college4_, facebookac0_.workPosition as workPos11_4_, facebookac0_.homeTown as homeTown4_, facebookac0_.gender as gender4_, facebookac0_.bio as bio4_, facebookac0_.about as about4_, facebookac0_.workCompany as workCom16_4_, facebookac0_.FbProfileType as FbProfi17_4_, facebookac0_.ProfileUrl as ProfileUrl4_, facebookac0_.IsActive as IsActive4_, facebookac0_.UserId as UserId4_, facebookac0_.LastUpdate as LastUpdate4_, facebookac0_.IsAccessTokenActive as IsAcces22_4_, facebookac0_.lastpagereportgenerated as lastpag23_4_, facebookac0_.Is90DayDataUpdated as Is24_4_ from Facebookaccounts facebookac0_ where 1=0] -2016-08-02 15:16:52.994 +05:30 [Debug] Connection id ""0HKTQMTAHIIL3"" sending FIN. -2016-08-02 15:16:52.999 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 15:16:53.005 +05:30 [Debug] Connection id ""0HKTQMTAHIIL3"" sent FIN with status "0". -2016-08-02 15:16:53.008 +05:30 [Debug] Connection id ""0HKTQMTAHIIL3"" stopped. -2016-08-02 15:16:53.007 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 15:16:53.009 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-02 15:16:53.015 +05:30 [Error] at NHibernate.Loader.Loader.DoList(ISessionImplementor session, QueryParameters queryParameters, IResultTransformer forcedResultTransformer) - at NHibernate.Loader.Loader.DoList(ISessionImplementor session, QueryParameters queryParameters) - at NHibernate.Loader.Loader.ListIgnoreQueryCache(ISessionImplementor session, QueryParameters queryParameters) - at NHibernate.Loader.Loader.List(ISessionImplementor session, QueryParameters queryParameters, ISet`1 querySpaces, IType[] resultTypes) - at NHibernate.Loader.Hql.QueryLoader.List(ISessionImplementor session, QueryParameters queryParameters) - at NHibernate.Hql.Ast.ANTLR.QueryTranslatorImpl.List(ISessionImplementor session, QueryParameters queryParameters) - at NHibernate.Engine.Query.HQLQueryPlan.PerformList(QueryParameters queryParameters, ISessionImplementor session, IList results) - at NHibernate.Impl.SessionImpl.List(IQueryExpression queryExpression, QueryParameters queryParameters, IList results) - at NHibernate.Impl.AbstractSessionImpl.List(IQueryExpression queryExpression, QueryParameters parameters) - at NHibernate.Impl.AbstractQueryImpl2.List() - at NHibernate.Linq.DefaultQueryProvider.ExecuteQuery(NhLinqExpression nhLinqExpression, IQuery query, NhLinqExpression nhQuery) - at NHibernate.Linq.DefaultQueryProvider.Execute(Expression expression) - at NHibernate.Linq.DefaultQueryProvider.Execute[TResult](Expression expression) - at Remotion.Linq.QueryableBase`1.GetEnumerator() - at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) - at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) - at Api.Socioboard.Model.DatabaseRepository.Find[T](Expression`1 query) in D:\bitbucket\src\Api.Socioboard\Model\DatabaseRepository.cs:line 30 -2016-08-02 15:16:53.020 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 15:16:53.025 +05:30 [Error] Unknown column 'facebookac0_.lastpagereportgenerated' in 'field list' -2016-08-02 15:16:53.026 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" in 47088.0765ms -2016-08-02 15:16:56.106 +05:30 [Information] Request finished in 50896.2374ms 200 text/plain; charset=utf-8 -2016-08-02 15:16:56.107 +05:30 [Debug] Connection id ""0HKTQMTAHIIL4"" completed keep alive response. -2016-08-02 15:16:56.133 +05:30 [Error] An unhandled exception has occurred while executing the request -System.ArgumentNullException: Value cannot be null. -Parameter name: source - at System.Linq.Enumerable.Select[TSource,TResult](IEnumerable`1 source, Func`2 selector) - at System.Linq.Enumerable.Sum[TSource](IEnumerable`1 source, Func`2 selector) - at Api.Socioboard.Repositories.FacebookRepository.FacebookfanPageCount(Int64 userId, Int64 groupId, DatabaseRepository dbr, Cache _redisCache) in D:\bitbucket\src\Api.Socioboard\Repositories\FacebookRepository.cs:line 919 - at Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount(Int64 userId, Int64 groupId) in D:\bitbucket\src\Api.Socioboard\Controllers\FacebookController.cs:line 317 - at lambda_method(Closure , Object , Object[] ) - at Microsoft.AspNetCore.Mvc.Internal.ObjectMethodExecutor.Execute(Object target, Object[] parameters) - at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.d__28.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() - at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.d__18.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.AspNetCore.Builder.RouterMiddleware.d__4.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware.d__6.MoveNext() -2016-08-02 15:16:56.159 +05:30 [Debug] Connection id ""0HKTQMTAHIIKS"" received FIN. -2016-08-02 15:16:56.161 +05:30 [Information] Request finished in 48336.1358ms 500 text/html; charset=utf-8 -2016-08-02 15:16:56.163 +05:30 [Debug] Connection id ""0HKTQMTAHIIKS"" completed keep alive response. -2016-08-02 15:16:56.163 +05:30 [Debug] Connection id ""0HKTQMTAHIIKS"" disconnecting. -2016-08-02 15:16:56.167 +05:30 [Information] Connection id ""0HKTQMTAHIIKS"" communication error -Microsoft.AspNetCore.Server.Kestrel.Internal.Networking.UvException: Error -4077 ECONNRESET connection reset by peer -2016-08-02 15:16:56.168 +05:30 [Debug] Connection id ""0HKTQMTAHIIKS"" stopped. -2016-08-02 15:16:57.281 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 15:16:57.283 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 15:16:57.284 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 15:16:57.286 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 15:16:57.292 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" in 39558.103ms -2016-08-02 15:16:57.295 +05:30 [Information] Request finished in 39642.2537ms 200 application/json; charset=utf-8 -2016-08-02 15:16:57.296 +05:30 [Debug] Connection id ""0HKTQMTAHIIL1"" completed keep alive response. -2016-08-02 15:17:02.375 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-08-02 15:17:02.376 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-02 15:17:02.377 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-02 15:17:05.441 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-02 15:17:05.528 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 15:17:05.529 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 15:17:05.530 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 15:17:05.532 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 3152.387ms -2016-08-02 15:17:05.536 +05:30 [Information] Request finished in 3161.085ms 200 application/json; charset=utf-8 -2016-08-02 15:17:05.537 +05:30 [Debug] Connection id ""0HKTQMTAHIIL2"" completed keep alive response. -2016-08-02 15:17:05.544 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-08-02 15:17:05.546 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-02 15:17:05.546 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-02 15:17:07.671 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-02 15:17:07.779 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 15:17:07.780 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 15:17:07.783 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 15:17:07.787 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 2237.6377ms -2016-08-02 15:17:07.791 +05:30 [Information] Request finished in 2246.2251ms 200 application/json; charset=utf-8 -2016-08-02 15:17:07.792 +05:30 [Debug] Connection id ""0HKTQMTAHIIKV"" completed keep alive response. -2016-08-02 15:17:09.292 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=1 -2016-08-02 15:17:09.294 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-08-02 15:17:09.295 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-08-02 15:17:09.575 +05:30 [Debug] Connection id ""0HKTQMTAHIIL5"" started. -2016-08-02 15:17:09.582 +05:30 [Debug] Connection id ""0HKTQMTAHIIL6"" started. -2016-08-02 15:17:09.583 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=1 -2016-08-02 15:17:09.586 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-08-02 15:17:09.587 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-08-02 15:17:09.593 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Instagram/GetInstagramProfiles?groupId=1 -2016-08-02 15:17:09.594 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Instagram/GetInstagramProfiles"'. -2016-08-02 15:17:09.595 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" -2016-08-02 15:17:09.607 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Google/GetGplusProfiles?groupId=1 -2016-08-02 15:17:09.613 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GetGplusProfiles"'. -2016-08-02 15:17:09.614 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" -2016-08-02 15:17:09.626 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/LinkedIn/GetLinkedInCompanyPagesProfiles?groupId=1 -2016-08-02 15:17:09.627 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/LinkedIn/GetLinkedInCompanyPagesProfiles"'. -2016-08-02 15:17:09.628 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" -2016-08-02 15:17:09.694 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=1 -2016-08-02 15:17:09.708 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-08-02 15:17:09.710 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-08-02 15:17:11.452 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-02 15:17:11.599 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 15:17:11.608 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 15:17:11.610 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 15:17:11.613 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 15:17:11.617 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 2317.5502ms -2016-08-02 15:17:11.623 +05:30 [Information] Request finished in 2332.0929ms 200 application/json; charset=utf-8 -2016-08-02 15:17:11.624 +05:30 [Debug] Connection id ""0HKTQMTAHIIL4"" completed keep alive response. -2016-08-02 15:17:11.635 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/SocialMessages/GetAllSentMessagesCount?groupId=1&userId=1 -2016-08-02 15:17:11.636 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/SocialMessages/GetAllSentMessagesCount"'. -2016-08-02 15:17:11.637 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" -2016-08-02 15:17:11.775 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-02 15:17:11.910 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 15:17:11.911 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 15:17:11.912 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 15:17:11.913 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 15:17:11.915 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 2325.8273ms -2016-08-02 15:17:11.918 +05:30 [Information] Request finished in 2346.3284ms 200 application/json; charset=utf-8 -2016-08-02 15:17:11.918 +05:30 [Debug] Connection id ""0HKTQMTAHIIL1"" completed keep alive response. -2016-08-02 15:17:11.923 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetIncommingMessage?groupId=1&userId=1 -2016-08-02 15:17:11.924 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetIncommingMessage"'. -2016-08-02 15:17:11.925 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" -2016-08-02 15:17:12.753 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-02 15:17:12.924 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-02 15:17:12.925 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 15:17:12.928 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 15:17:12.928 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 15:17:12.926 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-02 15:17:12.946 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-02 15:17:12.977 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 15:17:19.492 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" in 3379.5303ms -2016-08-02 15:17:21.714 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 15:17:21.736 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 15:17:21.737 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 15:17:21.752 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 15:17:21.835 +05:30 [Information] Executed action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" in 12131.4196ms -2016-08-02 15:17:21.835 +05:30 [Information] Request finished in 12217.0252ms 200 application/json; charset=utf-8 -2016-08-02 15:17:21.835 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 15:17:21.866 +05:30 [Debug] Connection id ""0HKTQMTAHIIL5"" completed keep alive response. -2016-08-02 15:17:22.525 +05:30 [Information] Request finished in 12285.9409ms 200 application/json; charset=utf-8 -2016-08-02 15:17:22.529 +05:30 [Debug] Connection id ""0HKTQMTAHIIL2"" completed keep alive response. -2016-08-02 15:17:22.526 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 15:17:22.530 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 15:17:22.542 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 15:17:24.210 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/FacebookfanPageCount?groupId=1&userId=1 -2016-08-02 15:17:24.222 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/FacebookfanPageCount"'. -2016-08-02 15:17:24.223 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" -2016-08-02 15:17:24.858 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterFollowerCount?groupId=1&userId=1 -2016-08-02 15:17:24.859 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterFollowerCount"'. -2016-08-02 15:17:24.861 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" -2016-08-02 15:17:24.887 +05:30 [Information] Executed action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" in 12946.9209ms -2016-08-02 15:17:24.965 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-08-02 15:17:25.489 +05:30 [Information] Request finished in 15348.4728ms 200 application/json; charset=utf-8 -2016-08-02 15:17:25.489 +05:30 [Debug] Connection id ""0HKTQMTAHIIKV"" completed keep alive response. -2016-08-02 15:17:25.532 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-08-02 15:17:25.558 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterRecentFollower?groupId=1 -2016-08-02 15:17:25.558 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterRecentFollower"'. -2016-08-02 15:17:25.559 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" -2016-08-02 15:17:28.198 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 15:17:28.217 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 15:17:28.242 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 15:17:28.248 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 15:17:28.251 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 15:17:28.252 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-02 15:17:28.303 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 15:17:28.327 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 15:17:28.333 +05:30 [Information] Executed action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" in 16666ms -2016-08-02 15:17:31.980 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" in 16401.4141ms -2016-08-02 15:17:32.576 +05:30 [Information] Request finished in 20345.664ms 200 application/json; charset=utf-8 -2016-08-02 15:17:32.587 +05:30 [Debug] Connection id ""0HKTQMTAHIIL4"" completed keep alive response. -2016-08-02 15:17:33.365 +05:30 [Information] Request finished in 20655.2969ms 200 text/plain; charset=utf-8 -2016-08-02 15:17:33.365 +05:30 [Debug] Connection id ""0HKTQMTAHIIL1"" completed keep alive response. -2016-08-02 15:17:33.430 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-08-02 15:17:33.469 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Google/GetGAProfiles?groupId=1 -2016-08-02 15:17:33.469 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GetGAProfiles"'. -2016-08-02 15:17:33.470 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GetGAProfiles (Api.Socioboard)" -2016-08-02 15:17:34.303 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 15:17:34.311 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 15:17:34.312 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-02 15:17:35.053 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 15:17:35.132 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" in 10201.4167ms -2016-08-02 15:17:37.178 +05:30 [Information] Request finished in 13172.8601ms 200 text/plain; charset=utf-8 -2016-08-02 15:17:37.227 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-08-02 15:17:37.233 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-02 15:17:37.233 +05:30 [Debug] Connection id ""0HKTQMTAHIIL5"" completed keep alive response. -2016-08-02 15:17:39.456 +05:30 [Fatal] could not execute query -[ select facebookac0_.Id as Id4_, facebookac0_.FbUserId as FbUserId4_, facebookac0_.FbUserName as FbUserName4_, facebookac0_.AccessToken as AccessTo4_4_, facebookac0_.Friends as Friends4_, facebookac0_.EmailId as EmailId4_, facebookac0_.coverPic as coverPic4_, facebookac0_.birthday as birthday4_, facebookac0_.education as education4_, facebookac0_.college as college4_, facebookac0_.workPosition as workPos11_4_, facebookac0_.homeTown as homeTown4_, facebookac0_.gender as gender4_, facebookac0_.bio as bio4_, facebookac0_.about as about4_, facebookac0_.workCompany as workCom16_4_, facebookac0_.FbProfileType as FbProfi17_4_, facebookac0_.ProfileUrl as ProfileUrl4_, facebookac0_.IsActive as IsActive4_, facebookac0_.UserId as UserId4_, facebookac0_.LastUpdate as LastUpdate4_, facebookac0_.IsAccessTokenActive as IsAcces22_4_, facebookac0_.lastpagereportgenerated as lastpag23_4_, facebookac0_.Is90DayDataUpdated as Is24_4_ from Facebookaccounts facebookac0_ where 1=0 ] -[SQL: select facebookac0_.Id as Id4_, facebookac0_.FbUserId as FbUserId4_, facebookac0_.FbUserName as FbUserName4_, facebookac0_.AccessToken as AccessTo4_4_, facebookac0_.Friends as Friends4_, facebookac0_.EmailId as EmailId4_, facebookac0_.coverPic as coverPic4_, facebookac0_.birthday as birthday4_, facebookac0_.education as education4_, facebookac0_.college as college4_, facebookac0_.workPosition as workPos11_4_, facebookac0_.homeTown as homeTown4_, facebookac0_.gender as gender4_, facebookac0_.bio as bio4_, facebookac0_.about as about4_, facebookac0_.workCompany as workCom16_4_, facebookac0_.FbProfileType as FbProfi17_4_, facebookac0_.ProfileUrl as ProfileUrl4_, facebookac0_.IsActive as IsActive4_, facebookac0_.UserId as UserId4_, facebookac0_.LastUpdate as LastUpdate4_, facebookac0_.IsAccessTokenActive as IsAcces22_4_, facebookac0_.lastpagereportgenerated as lastpag23_4_, facebookac0_.Is90DayDataUpdated as Is24_4_ from Facebookaccounts facebookac0_ where 1=0] -2016-08-02 15:17:39.458 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 15:17:39.459 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 15:17:39.459 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 15:17:39.465 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GetGAProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-02 15:17:39.999 +05:30 [Error] at NHibernate.Loader.Loader.DoList(ISessionImplementor session, QueryParameters queryParameters, IResultTransformer forcedResultTransformer) - at NHibernate.Loader.Loader.DoList(ISessionImplementor session, QueryParameters queryParameters) - at NHibernate.Loader.Loader.ListIgnoreQueryCache(ISessionImplementor session, QueryParameters queryParameters) - at NHibernate.Loader.Loader.List(ISessionImplementor session, QueryParameters queryParameters, ISet`1 querySpaces, IType[] resultTypes) - at NHibernate.Loader.Hql.QueryLoader.List(ISessionImplementor session, QueryParameters queryParameters) - at NHibernate.Hql.Ast.ANTLR.QueryTranslatorImpl.List(ISessionImplementor session, QueryParameters queryParameters) - at NHibernate.Engine.Query.HQLQueryPlan.PerformList(QueryParameters queryParameters, ISessionImplementor session, IList results) - at NHibernate.Impl.SessionImpl.List(IQueryExpression queryExpression, QueryParameters queryParameters, IList results) - at NHibernate.Impl.AbstractSessionImpl.List(IQueryExpression queryExpression, QueryParameters parameters) - at NHibernate.Impl.AbstractQueryImpl2.List() - at NHibernate.Linq.DefaultQueryProvider.ExecuteQuery(NhLinqExpression nhLinqExpression, IQuery query, NhLinqExpression nhQuery) - at NHibernate.Linq.DefaultQueryProvider.Execute(Expression expression) - at NHibernate.Linq.DefaultQueryProvider.Execute[TResult](Expression expression) - at Remotion.Linq.QueryableBase`1.GetEnumerator() - at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) - at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) - at Api.Socioboard.Model.DatabaseRepository.Find[T](Expression`1 query) in D:\bitbucket\src\Api.Socioboard\Model\DatabaseRepository.cs:line 30 -2016-08-02 15:17:40.007 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GetGAProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 15:17:40.071 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 15:17:40.071 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 15:17:40.825 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 15:17:41.064 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 15:17:41.150 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" in 15266.0917ms -2016-08-02 15:17:41.193 +05:30 [Error] Unknown column 'facebookac0_.lastpagereportgenerated' in 'field list' -2016-08-02 15:17:41.255 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GetGAProfiles (Api.Socioboard)" in 7594.5278ms -2016-08-02 15:17:52.879 +05:30 [Information] Request finished in 15651.425ms 200 application/json; charset=utf-8 -2016-08-02 15:17:52.891 +05:30 [Debug] Connection id ""0HKTQMTAHIIKV"" completed keep alive response. -2016-08-02 15:17:52.959 +05:30 [Information] Request finished in 19509.1523ms 200 application/json; charset=utf-8 -2016-08-02 15:17:52.960 +05:30 [Debug] Connection id ""0HKTQMTAHIIL4"" completed keep alive response. -2016-08-02 15:18:16.332 +05:30 [Error] An unhandled exception has occurred while executing the request -System.ArgumentNullException: Value cannot be null. -Parameter name: source - at System.Linq.Enumerable.Select[TSource,TResult](IEnumerable`1 source, Func`2 selector) - at System.Linq.Enumerable.Sum[TSource](IEnumerable`1 source, Func`2 selector) - at Api.Socioboard.Repositories.FacebookRepository.FacebookfanPageCount(Int64 userId, Int64 groupId, DatabaseRepository dbr, Cache _redisCache) in D:\bitbucket\src\Api.Socioboard\Repositories\FacebookRepository.cs:line 919 - at Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount(Int64 userId, Int64 groupId) in D:\bitbucket\src\Api.Socioboard\Controllers\FacebookController.cs:line 317 - at lambda_method(Closure , Object , Object[] ) - at Microsoft.AspNetCore.Mvc.Internal.ObjectMethodExecutor.Execute(Object target, Object[] parameters) - at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.d__28.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() - at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.d__18.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.AspNetCore.Builder.RouterMiddleware.d__4.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware.d__6.MoveNext() -2016-08-02 15:18:16.334 +05:30 [Fatal] could not execute query -[ select facebookac0_.Id as Id4_, facebookac0_.FbUserId as FbUserId4_, facebookac0_.FbUserName as FbUserName4_, facebookac0_.AccessToken as AccessTo4_4_, facebookac0_.Friends as Friends4_, facebookac0_.EmailId as EmailId4_, facebookac0_.coverPic as coverPic4_, facebookac0_.birthday as birthday4_, facebookac0_.education as education4_, facebookac0_.college as college4_, facebookac0_.workPosition as workPos11_4_, facebookac0_.homeTown as homeTown4_, facebookac0_.gender as gender4_, facebookac0_.bio as bio4_, facebookac0_.about as about4_, facebookac0_.workCompany as workCom16_4_, facebookac0_.FbProfileType as FbProfi17_4_, facebookac0_.ProfileUrl as ProfileUrl4_, facebookac0_.IsActive as IsActive4_, facebookac0_.UserId as UserId4_, facebookac0_.LastUpdate as LastUpdate4_, facebookac0_.IsAccessTokenActive as IsAcces22_4_, facebookac0_.lastpagereportgenerated as lastpag23_4_, facebookac0_.Is90DayDataUpdated as Is24_4_ from Facebookaccounts facebookac0_ where facebookac0_.FbUserId=?p0 ] - Name:p1 - Value:236051916783998 -[SQL: select facebookac0_.Id as Id4_, facebookac0_.FbUserId as FbUserId4_, facebookac0_.FbUserName as FbUserName4_, facebookac0_.AccessToken as AccessTo4_4_, facebookac0_.Friends as Friends4_, facebookac0_.EmailId as EmailId4_, facebookac0_.coverPic as coverPic4_, facebookac0_.birthday as birthday4_, facebookac0_.education as education4_, facebookac0_.college as college4_, facebookac0_.workPosition as workPos11_4_, facebookac0_.homeTown as homeTown4_, facebookac0_.gender as gender4_, facebookac0_.bio as bio4_, facebookac0_.about as about4_, facebookac0_.workCompany as workCom16_4_, facebookac0_.FbProfileType as FbProfi17_4_, facebookac0_.ProfileUrl as ProfileUrl4_, facebookac0_.IsActive as IsActive4_, facebookac0_.UserId as UserId4_, facebookac0_.LastUpdate as LastUpdate4_, facebookac0_.IsAccessTokenActive as IsAcces22_4_, facebookac0_.lastpagereportgenerated as lastpag23_4_, facebookac0_.Is90DayDataUpdated as Is24_4_ from Facebookaccounts facebookac0_ where facebookac0_.FbUserId=?p0] -2016-08-02 15:18:16.339 +05:30 [Error] at NHibernate.Loader.Loader.DoList(ISessionImplementor session, QueryParameters queryParameters, IResultTransformer forcedResultTransformer) - at NHibernate.Loader.Loader.DoList(ISessionImplementor session, QueryParameters queryParameters) - at NHibernate.Loader.Loader.ListIgnoreQueryCache(ISessionImplementor session, QueryParameters queryParameters) - at NHibernate.Loader.Loader.List(ISessionImplementor session, QueryParameters queryParameters, ISet`1 querySpaces, IType[] resultTypes) - at NHibernate.Loader.Hql.QueryLoader.List(ISessionImplementor session, QueryParameters queryParameters) - at NHibernate.Hql.Ast.ANTLR.QueryTranslatorImpl.List(ISessionImplementor session, QueryParameters queryParameters) - at NHibernate.Engine.Query.HQLQueryPlan.PerformList(QueryParameters queryParameters, ISessionImplementor session, IList results) - at NHibernate.Impl.SessionImpl.List(IQueryExpression queryExpression, QueryParameters queryParameters, IList results) - at NHibernate.Impl.AbstractSessionImpl.List(IQueryExpression queryExpression, QueryParameters parameters) - at NHibernate.Impl.AbstractQueryImpl2.List() - at NHibernate.Linq.DefaultQueryProvider.ExecuteQuery(NhLinqExpression nhLinqExpression, IQuery query, NhLinqExpression nhQuery) - at NHibernate.Linq.DefaultQueryProvider.Execute(Expression expression) - at NHibernate.Linq.DefaultQueryProvider.Execute[TResult](Expression expression) - at Remotion.Linq.QueryableBase`1.GetEnumerator() - at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) - at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) - at Api.Socioboard.Model.DatabaseRepository.Find[T](Expression`1 query) in D:\bitbucket\src\Api.Socioboard\Model\DatabaseRepository.cs:line 30 -2016-08-02 15:18:16.341 +05:30 [Error] Unknown column 'facebookac0_.lastpagereportgenerated' in 'field list' -2016-08-02 15:18:16.361 +05:30 [Debug] Connection id ""0HKTQMTAHIIL2"" disconnecting. -2016-08-02 15:18:16.388 +05:30 [Information] Connection id ""0HKTQMTAHIIL2"" communication error -Microsoft.AspNetCore.Server.Kestrel.Internal.Networking.UvException: Error -4077 ECONNRESET connection reset by peer -2016-08-02 15:18:16.388 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 15:18:16.390 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 15:18:16.391 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 15:18:16.390 +05:30 [Debug] Connection id ""0HKTQMTAHIIL2"" received FIN. -2016-08-02 15:18:16.392 +05:30 [Debug] Connection id ""0HKTQMTAHIIL2"" stopped. -2016-08-02 15:18:16.396 +05:30 [Information] Request finished in 53841.6921ms 500 text/html; charset=utf-8 -2016-08-02 15:18:16.398 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 15:18:16.401 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 66685.8893ms -2016-08-02 15:18:16.405 +05:30 [Information] Request finished in 66795.0994ms 200 application/json; charset=utf-8 -2016-08-02 15:18:16.406 +05:30 [Debug] Connection id ""0HKTQMTAHIIL6"" completed keep alive response. -2016-08-02 15:20:15.879 +05:30 [Debug] Connection id ""0HKTQMTAHIIL1"" received FIN. -2016-08-02 15:20:15.882 +05:30 [Debug] Connection id ""0HKTQMTAHIIL1"" disconnecting. -2016-08-02 15:20:15.882 +05:30 [Debug] Connection id ""0HKTQMTAHIIL5"" received FIN. -2016-08-02 15:20:15.885 +05:30 [Debug] Connection id ""0HKTQMTAHIIL5"" disconnecting. -2016-08-02 15:20:15.885 +05:30 [Debug] Connection id ""0HKTQMTAHIIL1"" sending FIN. -2016-08-02 15:20:15.887 +05:30 [Debug] Connection id ""0HKTQMTAHIIL5"" sending FIN. -2016-08-02 15:20:15.888 +05:30 [Debug] Connection id ""0HKTQMTAHIIL5"" sent FIN with status "0". -2016-08-02 15:20:15.889 +05:30 [Debug] Connection id ""0HKTQMTAHIIL5"" stopped. -2016-08-02 15:20:15.879 +05:30 [Debug] Connection id ""0HKTQMTAHIIKV"" received FIN. -2016-08-02 15:20:15.890 +05:30 [Debug] Connection id ""0HKTQMTAHIIL1"" sent FIN with status "0". -2016-08-02 15:20:15.891 +05:30 [Debug] Connection id ""0HKTQMTAHIIL6"" received FIN. -2016-08-02 15:20:15.892 +05:30 [Debug] Connection id ""0HKTQMTAHIIL1"" stopped. -2016-08-02 15:20:15.894 +05:30 [Debug] Connection id ""0HKTQMTAHIIL6"" disconnecting. -2016-08-02 15:20:15.893 +05:30 [Debug] Connection id ""0HKTQMTAHIIL4"" received FIN. -2016-08-02 15:20:15.897 +05:30 [Debug] Connection id ""0HKTQMTAHIIL6"" sending FIN. -2016-08-02 15:20:15.891 +05:30 [Debug] Connection id ""0HKTQMTAHIIKV"" disconnecting. -2016-08-02 15:20:15.899 +05:30 [Debug] Connection id ""0HKTQMTAHIIL6"" sent FIN with status "0". -2016-08-02 15:20:15.897 +05:30 [Debug] Connection id ""0HKTQMTAHIIL4"" disconnecting. -2016-08-02 15:20:15.902 +05:30 [Debug] Connection id ""0HKTQMTAHIIL6"" stopped. -2016-08-02 15:20:15.904 +05:30 [Debug] Connection id ""0HKTQMTAHIIKV"" sending FIN. -2016-08-02 15:20:15.905 +05:30 [Debug] Connection id ""0HKTQMTAHIIL4"" sending FIN. -2016-08-02 15:20:15.906 +05:30 [Debug] Connection id ""0HKTQMTAHIIL4"" sent FIN with status "0". -2016-08-02 15:20:15.907 +05:30 [Debug] Connection id ""0HKTQMTAHIIL4"" stopped. -2016-08-02 15:20:15.909 +05:30 [Debug] Connection id ""0HKTQMTAHIIKV"" sent FIN with status "0". -2016-08-02 15:20:15.910 +05:30 [Debug] Connection id ""0HKTQMTAHIIKV"" stopped. -2016-08-02 15:20:38.158 +05:30 [Debug] Connection id ""0HKTQMTAHIIL7"" started. -2016-08-02 15:20:38.161 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-08-02 15:20:38.162 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-02 15:20:38.163 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-02 15:20:41.225 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-02 15:20:41.337 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 15:20:41.338 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 15:20:41.340 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 15:20:41.343 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 3176.9987ms -2016-08-02 15:20:41.347 +05:30 [Information] Request finished in 3185.6379ms 200 application/json; charset=utf-8 -2016-08-02 15:20:41.348 +05:30 [Debug] Connection id ""0HKTQMTAHIIL7"" completed keep alive response. -2016-08-02 15:20:41.358 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-08-02 15:20:41.359 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-02 15:20:41.360 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-02 15:20:44.438 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-02 15:20:44.526 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 15:20:44.528 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 15:20:44.529 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 15:20:44.532 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 3170.1035ms -2016-08-02 15:20:44.537 +05:30 [Information] Request finished in 3180.5749ms 200 application/json; charset=utf-8 -2016-08-02 15:20:44.537 +05:30 [Debug] Connection id ""0HKTQMTAHIIL7"" completed keep alive response. -2016-08-02 15:20:46.333 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=1 -2016-08-02 15:20:46.334 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-08-02 15:20:46.335 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-08-02 15:20:46.529 +05:30 [Debug] Connection id ""0HKTQMTAHIIL8"" started. -2016-08-02 15:20:46.529 +05:30 [Debug] Connection id ""0HKTQMTAHIIL9"" started. -2016-08-02 15:20:46.533 +05:30 [Debug] Connection id ""0HKTQMTAHIILA"" started. -2016-08-02 15:20:46.533 +05:30 [Debug] Connection id ""0HKTQMTAHIILB"" started. -2016-08-02 15:20:46.557 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=1 -2016-08-02 15:20:46.548 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=1 -2016-08-02 15:20:46.563 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-08-02 15:20:46.564 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-08-02 15:20:46.563 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-08-02 15:20:46.565 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-08-02 15:20:46.563 +05:30 [Debug] Connection id ""0HKTQMTAHIILC"" started. -2016-08-02 15:20:46.583 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Instagram/GetInstagramProfiles?groupId=1 -2016-08-02 15:20:46.576 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Google/GetGplusProfiles?groupId=1 -2016-08-02 15:20:46.586 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Instagram/GetInstagramProfiles"'. -2016-08-02 15:20:46.587 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GetGplusProfiles"'. -2016-08-02 15:20:46.590 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" -2016-08-02 15:20:46.589 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" -2016-08-02 15:20:47.367 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/LinkedIn/GetLinkedInCompanyPagesProfiles?groupId=1 -2016-08-02 15:20:47.368 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/LinkedIn/GetLinkedInCompanyPagesProfiles"'. -2016-08-02 15:20:47.369 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" -2016-08-02 15:20:49.517 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-02 15:20:49.615 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 15:20:49.616 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 15:20:49.617 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 15:20:49.619 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 15:20:49.623 +05:30 [Information] Executed action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" in 2251.1156ms -2016-08-02 15:20:49.627 +05:30 [Information] Request finished in 2259.4356ms 200 application/json; charset=utf-8 -2016-08-02 15:20:49.628 +05:30 [Debug] Connection id ""0HKTQMTAHIILC"" completed keep alive response. -2016-08-02 15:20:49.635 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/SocialMessages/GetAllSentMessagesCount?groupId=1&userId=1 -2016-08-02 15:20:49.636 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/SocialMessages/GetAllSentMessagesCount"'. -2016-08-02 15:20:49.637 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" -2016-08-02 15:20:50.014 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-02 15:20:52.287 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-02 15:20:52.390 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-02 15:20:52.411 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-02 15:20:52.478 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-02 15:20:52.761 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 15:20:52.761 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 15:20:52.776 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 15:20:52.781 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 15:20:52.785 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 15:20:52.788 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 15:20:52.767 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 15:20:52.796 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 15:20:52.796 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 15:20:52.766 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 15:20:52.798 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 15:20:52.798 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 15:20:52.766 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 15:20:52.799 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 15:20:52.800 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 15:20:52.802 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 15:20:52.828 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 15:20:52.836 +05:30 [Information] Executed action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" in 6206.1256ms -2016-08-02 15:20:52.837 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 6263.8732ms -2016-08-02 15:20:52.853 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 15:20:52.860 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 15:20:52.884 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 15:20:52.887 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" in 6278.3891ms -2016-08-02 15:20:52.889 +05:30 [Information] Request finished in 6295.3208ms 200 application/json; charset=utf-8 -2016-08-02 15:20:52.896 +05:30 [Information] Request finished in 6328.0422ms 200 application/json; charset=utf-8 -2016-08-02 15:20:52.900 +05:30 [Debug] Connection id ""0HKTQMTAHIILB"" completed keep alive response. -2016-08-02 15:20:52.900 +05:30 [Debug] Connection id ""0HKTQMTAHIIL8"" completed keep alive response. -2016-08-02 15:20:52.940 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 6550.4673ms -2016-08-02 15:20:52.969 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterFollowerCount?groupId=1&userId=1 -2016-08-02 15:20:52.970 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterFollowerCount"'. -2016-08-02 15:20:52.971 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" -2016-08-02 15:20:52.974 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetIncommingMessage?groupId=1&userId=1 -2016-08-02 15:20:52.976 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetIncommingMessage"'. -2016-08-02 15:20:52.979 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" -2016-08-02 15:20:52.977 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 6301.2732ms -2016-08-02 15:20:52.983 +05:30 [Information] Request finished in 6409.3323ms 200 application/json; charset=utf-8 -2016-08-02 15:20:52.984 +05:30 [Debug] Connection id ""0HKTQMTAHIILA"" completed keep alive response. -2016-08-02 15:20:52.996 +05:30 [Information] Request finished in 6636.5189ms 200 application/json; charset=utf-8 -2016-08-02 15:20:52.996 +05:30 [Debug] Connection id ""0HKTQMTAHIIL7"" completed keep alive response. -2016-08-02 15:20:53.003 +05:30 [Information] Request finished in 6451.5114ms 200 application/json; charset=utf-8 -2016-08-02 15:20:53.004 +05:30 [Debug] Connection id ""0HKTQMTAHIIL9"" completed keep alive response. -2016-08-02 15:20:53.018 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/FacebookfanPageCount?groupId=1&userId=1 -2016-08-02 15:20:53.019 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/FacebookfanPageCount"'. -2016-08-02 15:20:53.020 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" -2016-08-02 15:20:53.028 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterRecentFollower?groupId=1 -2016-08-02 15:20:53.029 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterRecentFollower"'. -2016-08-02 15:20:53.030 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" -2016-08-02 15:20:53.037 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Google/GetGAProfiles?groupId=1 -2016-08-02 15:20:53.042 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GetGAProfiles"'. -2016-08-02 15:20:53.043 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GetGAProfiles (Api.Socioboard)" -2016-08-02 15:20:53.732 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-08-02 15:20:53.818 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 15:20:53.819 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 15:20:53.820 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 15:20:53.821 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 15:20:53.825 +05:30 [Information] Executed action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" in 4184.5647ms -2016-08-02 15:20:53.829 +05:30 [Information] Request finished in 4193.6667ms 200 application/json; charset=utf-8 -2016-08-02 15:20:53.830 +05:30 [Debug] Connection id ""0HKTQMTAHIILC"" completed keep alive response. -2016-08-02 15:20:55.170 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-08-02 15:20:55.252 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 15:20:55.253 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 15:20:55.254 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-02 15:20:55.257 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 15:20:55.261 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" in 2237.8678ms -2016-08-02 15:20:55.267 +05:30 [Information] Request finished in 2269.055ms 200 text/plain; charset=utf-8 -2016-08-02 15:20:55.268 +05:30 [Debug] Connection id ""0HKTQMTAHIILA"" completed keep alive response. -2016-08-02 15:20:56.074 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-08-02 15:20:56.205 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GetGAProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-02 15:20:56.215 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-02 15:20:56.218 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-08-02 15:20:56.220 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GetGAProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 15:20:56.223 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 15:20:56.224 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 15:20:56.225 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 15:20:56.245 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 15:20:56.245 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-02 15:20:56.319 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 15:20:56.326 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 15:20:56.335 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GetGAProfiles (Api.Socioboard)" in 3277.7181ms -2016-08-02 15:20:56.341 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" in 3357.0007ms -2016-08-02 15:20:56.347 +05:30 [Information] Request finished in 3315.4322ms 200 application/json; charset=utf-8 -2016-08-02 15:20:56.349 +05:30 [Debug] Connection id ""0HKTQMTAHIIL9"" completed keep alive response. -2016-08-02 15:20:56.349 +05:30 [Information] Request finished in 3421.3261ms 200 text/plain; charset=utf-8 -2016-08-02 15:20:56.353 +05:30 [Debug] Connection id ""0HKTQMTAHIIL8"" completed keep alive response. -2016-08-02 15:20:56.354 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 15:20:56.360 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 15:20:56.362 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-02 15:20:56.368 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 15:20:56.372 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" in 3390.2014ms -2016-08-02 15:20:56.376 +05:30 [Information] Request finished in 3457.9702ms 200 text/plain; charset=utf-8 -2016-08-02 15:20:56.377 +05:30 [Debug] Connection id ""0HKTQMTAHIILB"" completed keep alive response. -2016-08-02 15:20:57.750 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 15:20:57.752 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 15:20:57.753 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 15:20:57.768 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 15:20:57.775 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" in 4739.7126ms -2016-08-02 15:20:57.779 +05:30 [Information] Request finished in 4774.6202ms 200 application/json; charset=utf-8 -2016-08-02 15:20:57.779 +05:30 [Debug] Connection id ""0HKTQMTAHIIL7"" completed keep alive response. -2016-08-02 15:22:15.879 +05:30 [Debug] Connection id ""0HKTQMTAHIILA"" received FIN. -2016-08-02 15:22:15.882 +05:30 [Debug] Connection id ""0HKTQMTAHIIL9"" received FIN. -2016-08-02 15:22:15.883 +05:30 [Debug] Connection id ""0HKTQMTAHIILA"" disconnecting. -2016-08-02 15:22:15.884 +05:30 [Debug] Connection id ""0HKTQMTAHIIL9"" disconnecting. -2016-08-02 15:22:15.879 +05:30 [Debug] Connection id ""0HKTQMTAHIILC"" received FIN. -2016-08-02 15:22:15.884 +05:30 [Debug] Connection id ""0HKTQMTAHIIL7"" received FIN. -2016-08-02 15:22:15.893 +05:30 [Debug] Connection id ""0HKTQMTAHIILC"" disconnecting. -2016-08-02 15:22:15.896 +05:30 [Debug] Connection id ""0HKTQMTAHIIL7"" disconnecting. -2016-08-02 15:22:15.893 +05:30 [Debug] Connection id ""0HKTQMTAHIILB"" received FIN. -2016-08-02 15:22:15.900 +05:30 [Debug] Connection id ""0HKTQMTAHIIL8"" received FIN. -2016-08-02 15:22:15.896 +05:30 [Debug] Connection id ""0HKTQMTAHIILA"" sending FIN. -2016-08-02 15:22:15.901 +05:30 [Debug] Connection id ""0HKTQMTAHIIL8"" disconnecting. -2016-08-02 15:22:15.901 +05:30 [Debug] Connection id ""0HKTQMTAHIILC"" sending FIN. -2016-08-02 15:22:15.903 +05:30 [Debug] Connection id ""0HKTQMTAHIIL9"" sending FIN. -2016-08-02 15:22:15.900 +05:30 [Debug] Connection id ""0HKTQMTAHIILB"" disconnecting. -2016-08-02 15:22:15.907 +05:30 [Debug] Connection id ""0HKTQMTAHIIL7"" sending FIN. -2016-08-02 15:22:15.909 +05:30 [Debug] Connection id ""0HKTQMTAHIIL7"" sent FIN with status "0". -2016-08-02 15:22:15.910 +05:30 [Debug] Connection id ""0HKTQMTAHIIL7"" stopped. -2016-08-02 15:22:15.906 +05:30 [Debug] Connection id ""0HKTQMTAHIIL8"" sending FIN. -2016-08-02 15:22:15.912 +05:30 [Debug] Connection id ""0HKTQMTAHIILB"" sending FIN. -2016-08-02 15:22:15.913 +05:30 [Debug] Connection id ""0HKTQMTAHIILB"" sent FIN with status "0". -2016-08-02 15:22:15.912 +05:30 [Debug] Connection id ""0HKTQMTAHIIL9"" sent FIN with status "0". -2016-08-02 15:22:15.915 +05:30 [Debug] Connection id ""0HKTQMTAHIILB"" stopped. -2016-08-02 15:22:15.918 +05:30 [Debug] Connection id ""0HKTQMTAHIIL8"" sent FIN with status "0". -2016-08-02 15:22:15.916 +05:30 [Debug] Connection id ""0HKTQMTAHIIL9"" stopped. -2016-08-02 15:22:15.919 +05:30 [Debug] Connection id ""0HKTQMTAHIIL8"" stopped. -2016-08-02 15:22:15.922 +05:30 [Debug] Connection id ""0HKTQMTAHIILC"" sent FIN with status "0". -2016-08-02 15:22:15.921 +05:30 [Debug] Connection id ""0HKTQMTAHIILA"" sent FIN with status "0". -2016-08-02 15:22:15.923 +05:30 [Debug] Connection id ""0HKTQMTAHIILC"" stopped. -2016-08-02 15:22:15.925 +05:30 [Debug] Connection id ""0HKTQMTAHIILA"" stopped. -2016-08-02 17:01:22.530 +05:30 [Debug] Connection id ""0HKTQMTAHIILD"" started. -2016-08-02 17:01:22.532 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetFeeds?profileId=3170677652&userId=1&skip=0&count=30 -2016-08-02 17:01:22.534 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetFeeds"'. -2016-08-02 17:01:22.536 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetFeeds (Api.Socioboard)" -2016-08-02 17:01:22.549 +05:30 [Debug] Connection id ""0HKTQMTAHIILE"" started. -2016-08-02 17:01:22.550 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetUserTweets?profileId=3170677652&userId=1&skip=0&count=30 -2016-08-02 17:01:22.551 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetUserTweets"'. -2016-08-02 17:01:22.553 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetUserTweets (Api.Socioboard)" -2016-08-02 17:01:25.620 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetFeeds (Api.Socioboard)" with arguments (["3170677652", "1", "0", "30"]) - ModelState is Valid -2016-08-02 17:01:25.640 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetUserTweets (Api.Socioboard)" with arguments (["3170677652", "1", "0", "30"]) - ModelState is Valid -2016-08-02 17:01:25.847 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetFeeds (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 17:01:25.848 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 17:01:25.848 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 17:01:25.850 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 17:01:25.892 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetUserTweets (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 17:01:25.893 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 17:01:25.893 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 17:01:25.894 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 17:01:25.924 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetFeeds (Api.Socioboard)" in 3382.6677ms -2016-08-02 17:01:25.934 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetUserTweets (Api.Socioboard)" in 3373.6557ms -2016-08-02 17:01:25.939 +05:30 [Information] Request finished in 3403.1417ms 200 application/json; charset=utf-8 -2016-08-02 17:01:25.939 +05:30 [Information] Request finished in 3387.316ms 200 application/json; charset=utf-8 -2016-08-02 17:01:25.941 +05:30 [Debug] Connection id ""0HKTQMTAHIILE"" completed keep alive response. -2016-08-02 17:01:25.940 +05:30 [Debug] Connection id ""0HKTQMTAHIILD"" completed keep alive response. -2016-08-02 17:01:44.944 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFeeds?profileId=236051916783998&userId=1&skip=0&count=30 -2016-08-02 17:01:44.948 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFeeds"'. -2016-08-02 17:01:44.950 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFeeds (Api.Socioboard)" -2016-08-02 17:01:48.012 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFeeds (Api.Socioboard)" with arguments (["236051916783998", "1", "0", "30"]) - ModelState is Valid -2016-08-02 17:01:48.142 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFeeds (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 17:01:48.144 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 17:01:48.145 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 17:01:48.150 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 17:01:48.171 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFeeds (Api.Socioboard)" in 3213.7999ms -2016-08-02 17:01:48.175 +05:30 [Information] Request finished in 3232.5094ms 200 application/json; charset=utf-8 -2016-08-02 17:01:48.176 +05:30 [Debug] Connection id ""0HKTQMTAHIILD"" completed keep alive response. -2016-08-02 17:04:08.066 +05:30 [Debug] Connection id ""0HKTQMTAHIILD"" received FIN. -2016-08-02 17:04:08.066 +05:30 [Debug] Connection id ""0HKTQMTAHIILE"" received FIN. -2016-08-02 17:04:08.067 +05:30 [Debug] Connection id ""0HKTQMTAHIILD"" disconnecting. -2016-08-02 17:04:08.068 +05:30 [Debug] Connection id ""0HKTQMTAHIILE"" disconnecting. -2016-08-02 17:04:08.071 +05:30 [Debug] Connection id ""0HKTQMTAHIILE"" sending FIN. -2016-08-02 17:04:08.072 +05:30 [Debug] Connection id ""0HKTQMTAHIILE"" sent FIN with status "0". -2016-08-02 17:04:08.069 +05:30 [Debug] Connection id ""0HKTQMTAHIILD"" sending FIN. -2016-08-02 17:04:08.074 +05:30 [Debug] Connection id ""0HKTQMTAHIILE"" stopped. -2016-08-02 17:04:08.075 +05:30 [Debug] Connection id ""0HKTQMTAHIILD"" sent FIN with status "0". -2016-08-02 17:04:08.078 +05:30 [Debug] Connection id ""0HKTQMTAHIILD"" stopped. -2016-08-02 17:18:11.904 +05:30 [Debug] Connection id ""0HKTQMTAHIILF"" started. -2016-08-02 17:18:11.906 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/Google/GoogleLogin application/x-www-form-urlencoded 52 -2016-08-02 17:18:11.907 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GoogleLogin"'. -2016-08-02 17:18:11.908 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GoogleLogin (Api.Socioboard)" -2016-08-02 17:18:14.988 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GoogleLogin (Api.Socioboard)" with arguments (["4/idv3i8hUBWBJtqd8H48XzZEJDcQkQaAZdwwGtfNbXo4"]) - ModelState is Valid -2016-08-02 17:18:15.160 +05:30 [Information] { - "access_token": "ya29.CjAzA_legguqdYRnT3Zz0VOLHk1ERMC13GuF-Bxj-7023N3ILPHW9yorZsHdxVmfckk", - "token_type": "Bearer", - "expires_in": 3596, - "id_token": "eyJhbGciOiJSUzI1NiIsImtpZCI6ImUyN2QzMzA5MzgxNGIwNTI1OTQ4NDAyMTljOGY0YjAwNzBlZTVhM2EifQ.eyJpc3MiOiJhY2NvdW50cy5nb29nbGUuY29tIiwiYXRfaGFzaCI6IkdQaW93VEJBMjRKZlBkbHdUa2NzLUEiLCJhdWQiOiIyNDYyMjE0MDU4MDEta2dpcjh1NzdtNWdwb3BrYjRwMHR2bXU1MjJkaWI0ZTAuYXBwcy5nb29nbGV1c2VyY29udGVudC5jb20iLCJzdWIiOiIxMDA0OTM2ODY1MTA4NDY4MzQ5OTMiLCJlbWFpbF92ZXJpZmllZCI6dHJ1ZSwiYXpwIjoiMjQ2MjIxNDA1ODAxLWtnaXI4dTc3bTVncG9wa2I0cDB0dm11NTIyZGliNGUwLmFwcHMuZ29vZ2xldXNlcmNvbnRlbnQuY29tIiwiZW1haWwiOiJiYW5kaVN1cmVzaEBnbG9idXNzb2Z0LmNvbSIsImlhdCI6MTQ3MDEzODQ5NiwiZXhwIjoxNDcwMTQyMDk2fQ.rrh3Q4Rbp5jSWKIveuRDqX8aBYzojRrqyWtfHBOXLx3z_tnnnnbjaLu-dxWVQmfuYbGtXpooTXK51-rqR0YCSCBjOL-ZKvOoUikBtcRpJ5eMOfObznYGODewJyFh7cDcGpCr32Rb2ai1zdOwl9bjyH8lgVv7raeGrJ2CvkJ-YsynLpAG0Gu5uUnt5LcmUrpywgEKuhpmIyaH9IxHaJygEQSSYIiL2lMnkp-i7bNyDE_j635CwvJIVxDybw0oRASwkYxPAAfn1AKdhNMxFYPEchMtcBd43mjQpWQq5yR3YzCdWkwN4sOpEmhiNc-esLa-xpxK2ijkKOvWxGBo-1_2vQ" -} -2016-08-02 17:18:15.808 +05:30 [Information] [{ - "id": "100493686510846834993", - "email": "bandiSuresh@globussoft.com", - "verified_email": true, - "name": "Suresh Bandi", - "given_name": "Suresh", - "family_name": "Bandi", - "link": "https://plus.google.com/+SureshBandi007", - "picture": "https://lh3.googleusercontent.com/--zVLmLAPl14/AAAAAAAAAAI/AAAAAAAAAFE/KtuOadUcwFM/photo.jpg", - "gender": "male", - "locale": "en" -} -] -2016-08-02 17:18:15.924 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GoogleLogin (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 17:18:15.925 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 17:18:15.926 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 17:18:15.928 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GoogleLogin (Api.Socioboard)" in 4018.9704ms -2016-08-02 17:18:15.931 +05:30 [Information] Request finished in 4025.71ms 200 application/json; charset=utf-8 -2016-08-02 17:18:15.933 +05:30 [Debug] Connection id ""0HKTQMTAHIILF"" completed keep alive response. -2016-08-02 17:18:15.965 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=2 -2016-08-02 17:18:15.966 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-02 17:18:15.967 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-02 17:18:19.005 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-02 17:18:19.078 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 17:18:19.079 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 17:18:19.082 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 17:18:19.084 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 3116.1664ms -2016-08-02 17:18:19.088 +05:30 [Information] Request finished in 3123.9022ms 200 application/json; charset=utf-8 -2016-08-02 17:18:19.089 +05:30 [Debug] Connection id ""0HKTQMTAHIILF"" completed keep alive response. -2016-08-02 17:18:19.093 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=2 -2016-08-02 17:18:19.094 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-02 17:18:19.095 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-02 17:18:22.147 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-02 17:18:22.214 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 17:18:22.215 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 17:18:22.217 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 17:18:22.220 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 3122.4667ms -2016-08-02 17:18:22.223 +05:30 [Information] Request finished in 3130.3229ms 200 application/json; charset=utf-8 -2016-08-02 17:18:22.224 +05:30 [Debug] Connection id ""0HKTQMTAHIILF"" completed keep alive response. -2016-08-02 17:18:23.714 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=2 -2016-08-02 17:18:23.715 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-08-02 17:18:23.716 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-08-02 17:18:24.104 +05:30 [Debug] Connection id ""0HKTQMTAHIILG"" started. -2016-08-02 17:18:24.104 +05:30 [Debug] Connection id ""0HKTQMTAHIILH"" started. -2016-08-02 17:18:24.107 +05:30 [Debug] Connection id ""0HKTQMTAHIILI"" started. -2016-08-02 17:18:24.107 +05:30 [Debug] Connection id ""0HKTQMTAHIILJ"" started. -2016-08-02 17:18:24.108 +05:30 [Debug] Connection id ""0HKTQMTAHIILK"" started. -2016-08-02 17:18:24.113 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Google/GetGplusProfiles?groupId=2 -2016-08-02 17:18:24.118 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GetGplusProfiles"'. -2016-08-02 17:18:24.125 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=2 -2016-08-02 17:18:24.138 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" -2016-08-02 17:18:24.149 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/LinkedIn/GetLinkedInCompanyPagesProfiles?groupId=2 -2016-08-02 17:18:24.159 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/LinkedIn/GetLinkedInCompanyPagesProfiles"'. -2016-08-02 17:18:24.160 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" -2016-08-02 17:18:24.138 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-08-02 17:18:24.165 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-08-02 17:18:24.178 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=2 -2016-08-02 17:18:24.181 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-08-02 17:18:24.182 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-08-02 17:18:24.202 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Instagram/GetInstagramProfiles?groupId=2 -2016-08-02 17:18:24.221 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Instagram/GetInstagramProfiles"'. -2016-08-02 17:18:24.223 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" -2016-08-02 17:18:26.329 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-02 17:18:30.545 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-02 17:18:30.661 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-02 17:18:30.724 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 17:18:30.725 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 17:18:30.725 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 17:18:30.730 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-02 17:18:30.750 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-02 17:18:30.780 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 17:18:30.855 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 17:18:30.856 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 17:18:30.859 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-02 17:18:30.864 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 17:18:30.881 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 6615.3178ms -2016-08-02 17:18:30.881 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 17:18:30.855 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 17:18:30.884 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 17:18:30.925 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 17:18:30.965 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 17:18:30.966 +05:30 [Information] Request finished in 6815.5292ms 200 application/json; charset=utf-8 -2016-08-02 17:18:30.966 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 17:18:30.982 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 17:18:30.982 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 17:18:30.980 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 17:18:30.981 +05:30 [Debug] Connection id ""0HKTQMTAHIILI"" completed keep alive response. -2016-08-02 17:18:30.987 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 17:18:31.009 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 17:18:31.063 +05:30 [Information] Executed action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" in 6701.288ms -2016-08-02 17:18:31.094 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 17:18:31.128 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 7376.8337ms -2016-08-02 17:18:31.158 +05:30 [Information] Request finished in 6986.1291ms 200 application/json; charset=utf-8 -2016-08-02 17:18:31.184 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 17:18:31.187 +05:30 [Debug] Connection id ""0HKTQMTAHIILH"" completed keep alive response. -2016-08-02 17:18:31.188 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 17:18:31.184 +05:30 [Information] Executed action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" in 6848.7793ms -2016-08-02 17:18:31.191 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 17:18:31.194 +05:30 [Information] Request finished in 7443.7111ms 200 application/json; charset=utf-8 -2016-08-02 17:18:31.200 +05:30 [Debug] Connection id ""0HKTQMTAHIILF"" completed keep alive response. -2016-08-02 17:18:31.205 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 17:18:31.210 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 17:18:31.215 +05:30 [Information] Request finished in 7100.2434ms 200 application/json; charset=utf-8 -2016-08-02 17:18:31.216 +05:30 [Debug] Connection id ""0HKTQMTAHIILJ"" completed keep alive response. -2016-08-02 17:18:31.217 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 7004.1421ms -2016-08-02 17:18:31.222 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/SocialMessages/GetAllSentMessagesCount?groupId=2&userId=2 -2016-08-02 17:18:31.224 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/SocialMessages/GetAllSentMessagesCount"'. -2016-08-02 17:18:31.225 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" -2016-08-02 17:18:31.227 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" in 7052.3348ms -2016-08-02 17:18:31.232 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetIncommingMessage?groupId=2&userId=2 -2016-08-02 17:18:31.233 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetIncommingMessage"'. -2016-08-02 17:18:31.236 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" -2016-08-02 17:18:31.238 +05:30 [Information] Request finished in 7098.8404ms 200 application/json; charset=utf-8 -2016-08-02 17:18:31.239 +05:30 [Debug] Connection id ""0HKTQMTAHIILK"" completed keep alive response. -2016-08-02 17:18:31.243 +05:30 [Information] Request finished in 7131.0363ms 200 application/json; charset=utf-8 -2016-08-02 17:18:31.247 +05:30 [Debug] Connection id ""0HKTQMTAHIILG"" completed keep alive response. -2016-08-02 17:18:31.256 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterFollowerCount?groupId=2&userId=2 -2016-08-02 17:18:31.258 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterFollowerCount"'. -2016-08-02 17:18:31.259 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" -2016-08-02 17:18:31.266 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/FacebookfanPageCount?groupId=2&userId=2 -2016-08-02 17:18:31.268 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/FacebookfanPageCount"'. -2016-08-02 17:18:31.268 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" -2016-08-02 17:18:32.067 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterRecentFollower?groupId=2 -2016-08-02 17:18:32.068 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterRecentFollower"'. -2016-08-02 17:18:32.068 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" -2016-08-02 17:18:33.065 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Google/GetGAProfiles?groupId=2 -2016-08-02 17:18:33.066 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GetGAProfiles"'. -2016-08-02 17:18:33.067 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GetGAProfiles (Api.Socioboard)" -2016-08-02 17:18:36.127 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-02 17:18:36.133 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 17:18:36.133 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 17:18:36.134 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 17:18:36.135 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 17:18:36.138 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" in 4067.8315ms -2016-08-02 17:18:36.142 +05:30 [Information] Request finished in 4074.9284ms 200 application/json; charset=utf-8 -2016-08-02 17:18:36.142 +05:30 [Debug] Connection id ""0HKTQMTAHIILK"" completed keep alive response. -2016-08-02 17:18:36.266 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" with arguments (["2", "2"]) - ModelState is Valid -2016-08-02 17:18:36.271 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" with arguments (["2", "2"]) - ModelState is Valid -2016-08-02 17:18:36.287 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" with arguments (["2", "2"]) - ModelState is Valid -2016-08-02 17:18:36.316 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GetGAProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-02 17:18:36.320 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GetGAProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 17:18:36.320 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 17:18:36.347 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 17:18:36.349 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" with arguments (["2", "2"]) - ModelState is Valid -2016-08-02 17:18:36.369 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 17:18:36.405 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 17:18:36.407 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 17:18:36.408 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-02 17:18:36.412 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 17:18:36.427 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GetGAProfiles (Api.Socioboard)" in 3336.9003ms -2016-08-02 17:18:36.427 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 17:18:36.430 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-02 17:18:36.451 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 17:18:36.455 +05:30 [Information] Request finished in 3386.8849ms 200 application/json; charset=utf-8 -2016-08-02 17:18:36.456 +05:30 [Debug] Connection id ""0HKTQMTAHIILG"" completed keep alive response. -2016-08-02 17:18:36.461 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 17:18:36.463 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 17:18:36.464 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" in 5191.1086ms -2016-08-02 17:18:36.468 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 17:18:36.466 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 17:18:36.476 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" in 5203.2605ms -2016-08-02 17:18:36.479 +05:30 [Information] Request finished in 5227.9572ms 200 text/plain; charset=utf-8 -2016-08-02 17:18:36.480 +05:30 [Debug] Connection id ""0HKTQMTAHIILF"" completed keep alive response. -2016-08-02 17:18:36.481 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 17:18:36.488 +05:30 [Information] Request finished in 5223.7632ms 200 text/plain; charset=utf-8 -2016-08-02 17:18:36.490 +05:30 [Information] Executed action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" in 5257.9253ms -2016-08-02 17:18:36.502 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 17:18:36.505 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 17:18:36.507 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-02 17:18:36.491 +05:30 [Debug] Connection id ""0HKTQMTAHIILJ"" completed keep alive response. -2016-08-02 17:18:36.517 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 17:18:36.527 +05:30 [Information] Request finished in 5307.1936ms 200 application/json; charset=utf-8 -2016-08-02 17:18:36.528 +05:30 [Debug] Connection id ""0HKTQMTAHIILI"" completed keep alive response. -2016-08-02 17:18:36.528 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" in 5282.0386ms -2016-08-02 17:18:36.538 +05:30 [Information] Request finished in 5313.6285ms 200 text/plain; charset=utf-8 -2016-08-02 17:18:36.539 +05:30 [Debug] Connection id ""0HKTQMTAHIILH"" completed keep alive response. -2016-08-02 17:18:36.737 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=2 -2016-08-02 17:18:36.737 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-02 17:18:36.738 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-02 17:18:39.787 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-02 17:18:39.859 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 17:18:39.860 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 17:18:39.862 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 17:18:39.865 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 3124.2251ms -2016-08-02 17:18:39.869 +05:30 [Information] Request finished in 3131.6461ms 200 application/json; charset=utf-8 -2016-08-02 17:18:39.871 +05:30 [Debug] Connection id ""0HKTQMTAHIILK"" completed keep alive response. -2016-08-02 17:18:39.877 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=3 -2016-08-02 17:18:39.878 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-02 17:18:39.879 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-02 17:18:42.937 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-02 17:18:43.005 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 17:18:43.006 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 17:18:43.008 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 17:18:43.012 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 3129.7767ms -2016-08-02 17:18:43.015 +05:30 [Information] Request finished in 3137.5146ms 200 application/json; charset=utf-8 -2016-08-02 17:18:43.016 +05:30 [Debug] Connection id ""0HKTQMTAHIILG"" completed keep alive response. -2016-08-02 17:18:44.199 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=3 -2016-08-02 17:18:44.199 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-08-02 17:18:44.200 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-08-02 17:18:44.471 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=3 -2016-08-02 17:18:44.472 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Google/GetGplusProfiles?groupId=3 -2016-08-02 17:18:44.473 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-08-02 17:18:44.473 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GetGplusProfiles"'. -2016-08-02 17:18:44.476 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Instagram/GetInstagramProfiles?groupId=3 -2016-08-02 17:18:44.475 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-08-02 17:18:44.478 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Instagram/GetInstagramProfiles"'. -2016-08-02 17:18:44.473 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=3 -2016-08-02 17:18:44.477 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" -2016-08-02 17:18:44.479 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" -2016-08-02 17:18:44.485 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-08-02 17:18:44.482 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/LinkedIn/GetLinkedInCompanyPagesProfiles?groupId=3 -2016-08-02 17:18:44.586 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-08-02 17:18:44.596 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/LinkedIn/GetLinkedInCompanyPagesProfiles"'. -2016-08-02 17:18:44.600 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" -2016-08-02 17:18:46.359 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-02 17:18:46.434 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 17:18:46.435 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 17:18:46.435 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 17:18:46.437 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 17:18:46.439 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 2235.5873ms -2016-08-02 17:18:46.443 +05:30 [Information] Request finished in 2271.9056ms 200 application/json; charset=utf-8 -2016-08-02 17:18:46.443 +05:30 [Debug] Connection id ""0HKTQMTAHIILF"" completed keep alive response. -2016-08-02 17:18:46.447 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/SocialMessages/GetAllSentMessagesCount?groupId=3&userId=2 -2016-08-02 17:18:46.449 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/SocialMessages/GetAllSentMessagesCount"'. -2016-08-02 17:18:46.450 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" -2016-08-02 17:18:46.840 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-02 17:18:46.841 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-02 17:18:46.967 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 17:18:46.997 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 17:18:46.998 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 17:18:47.000 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 17:18:47.035 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" in 2529.9966ms -2016-08-02 17:18:47.036 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 17:18:47.037 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 17:18:47.037 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 17:18:47.040 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 17:18:47.043 +05:30 [Information] Request finished in 2573.6127ms 200 application/json; charset=utf-8 -2016-08-02 17:18:47.044 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 2444.7021ms -2016-08-02 17:18:47.045 +05:30 [Debug] Connection id ""0HKTQMTAHIILK"" completed keep alive response. -2016-08-02 17:18:47.051 +05:30 [Information] Request finished in 2586.3314ms 200 application/json; charset=utf-8 -2016-08-02 17:18:47.052 +05:30 [Debug] Connection id ""0HKTQMTAHIILI"" completed keep alive response. -2016-08-02 17:18:47.066 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetIncommingMessage?groupId=3&userId=2 -2016-08-02 17:18:47.068 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetIncommingMessage"'. -2016-08-02 17:18:47.068 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterFollowerCount?groupId=3&userId=2 -2016-08-02 17:18:47.069 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" -2016-08-02 17:18:47.069 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterFollowerCount"'. -2016-08-02 17:18:47.071 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" -2016-08-02 17:18:47.526 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-02 17:18:47.649 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-02 17:18:47.709 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 17:18:47.711 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 17:18:47.712 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 17:18:47.735 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 17:18:47.764 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 17:18:47.764 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 17:18:47.765 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 17:18:47.770 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 3284.6356ms -2016-08-02 17:18:47.772 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 17:18:47.774 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-02 17:18:47.778 +05:30 [Information] Executed action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" in 3288.2069ms -2016-08-02 17:18:47.779 +05:30 [Information] Request finished in 3312.7943ms 200 application/json; charset=utf-8 -2016-08-02 17:18:47.794 +05:30 [Debug] Connection id ""0HKTQMTAHIILJ"" completed keep alive response. -2016-08-02 17:18:47.846 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/FacebookfanPageCount?groupId=3&userId=2 -2016-08-02 17:18:47.848 +05:30 [Information] Request finished in 3375.0932ms 200 application/json; charset=utf-8 -2016-08-02 17:18:47.849 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/FacebookfanPageCount"'. -2016-08-02 17:18:47.852 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" -2016-08-02 17:18:47.849 +05:30 [Debug] Connection id ""0HKTQMTAHIILG"" completed keep alive response. -2016-08-02 17:18:47.859 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterRecentFollower?groupId=3 -2016-08-02 17:18:47.876 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterRecentFollower"'. -2016-08-02 17:18:47.894 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 17:18:47.894 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" -2016-08-02 17:18:47.895 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 17:18:47.896 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 17:18:47.898 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 17:18:47.900 +05:30 [Information] Executed action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" in 3297.494ms -2016-08-02 17:18:47.903 +05:30 [Information] Request finished in 3437.8183ms 200 application/json; charset=utf-8 -2016-08-02 17:18:47.904 +05:30 [Debug] Connection id ""0HKTQMTAHIILH"" completed keep alive response. -2016-08-02 17:18:47.908 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Google/GetGAProfiles?groupId=3 -2016-08-02 17:18:47.909 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GetGAProfiles"'. -2016-08-02 17:18:47.909 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GetGAProfiles (Api.Socioboard)" -2016-08-02 17:18:48.577 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" with arguments (["2", "3"]) - ModelState is Valid -2016-08-02 17:18:48.649 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 17:18:48.650 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 17:18:48.650 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 17:18:48.652 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 17:18:48.654 +05:30 [Information] Executed action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" in 2202.66ms -2016-08-02 17:18:48.658 +05:30 [Information] Request finished in 2211.4306ms 200 application/json; charset=utf-8 -2016-08-02 17:18:48.658 +05:30 [Debug] Connection id ""0HKTQMTAHIILF"" completed keep alive response. -2016-08-02 17:18:49.982 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" with arguments (["2", "3"]) - ModelState is Valid -2016-08-02 17:18:50.025 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 17:18:50.026 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 17:18:50.026 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-02 17:18:50.028 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 17:18:50.031 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" in 2176.019ms -2016-08-02 17:18:50.036 +05:30 [Information] Request finished in 2227.5448ms 200 text/plain; charset=utf-8 -2016-08-02 17:18:50.037 +05:30 [Debug] Connection id ""0HKTQMTAHIILJ"" completed keep alive response. -2016-08-02 17:18:50.101 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" with arguments (["3", "2"]) - ModelState is Valid -2016-08-02 17:18:50.162 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" with arguments (["3", "2"]) - ModelState is Valid -2016-08-02 17:18:50.162 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 17:18:50.193 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 17:18:50.197 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-02 17:18:50.199 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 17:18:50.202 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 17:18:50.203 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 17:18:50.204 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-02 17:18:50.205 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" in 3131.8948ms -2016-08-02 17:18:50.207 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 17:18:50.211 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" in 3137.0876ms -2016-08-02 17:18:50.213 +05:30 [Information] Request finished in 3158.8454ms 200 text/plain; charset=utf-8 -2016-08-02 17:18:50.214 +05:30 [Debug] Connection id ""0HKTQMTAHIILK"" completed keep alive response. -2016-08-02 17:18:50.218 +05:30 [Information] Request finished in 3158.1781ms 200 text/plain; charset=utf-8 -2016-08-02 17:18:50.219 +05:30 [Debug] Connection id ""0HKTQMTAHIILI"" completed keep alive response. -2016-08-02 17:18:50.980 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-02 17:18:50.981 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GetGAProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-02 17:18:50.993 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GetGAProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 17:18:50.993 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 17:18:50.994 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 17:18:50.995 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 17:18:50.997 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GetGAProfiles (Api.Socioboard)" in 3085.971ms -2016-08-02 17:18:51.003 +05:30 [Information] Request finished in 3095.5316ms 200 application/json; charset=utf-8 -2016-08-02 17:18:51.004 +05:30 [Debug] Connection id ""0HKTQMTAHIILH"" completed keep alive response. -2016-08-02 17:18:52.448 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 17:18:52.453 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 17:18:52.454 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 17:18:52.458 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 17:18:52.468 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" in 4565.7529ms -2016-08-02 17:18:52.475 +05:30 [Information] Request finished in 4616.8071ms 200 application/json; charset=utf-8 -2016-08-02 17:18:52.477 +05:30 [Debug] Connection id ""0HKTQMTAHIILG"" completed keep alive response. -2016-08-02 17:19:48.768 +05:30 [Debug] Connection id ""0HKTQMTAHIILF"" received FIN. -2016-08-02 17:19:48.769 +05:30 [Debug] Connection id ""0HKTQMTAHIILF"" disconnecting. -2016-08-02 17:19:48.771 +05:30 [Debug] Connection id ""0HKTQMTAHIILF"" sending FIN. -2016-08-02 17:19:48.772 +05:30 [Debug] Connection id ""0HKTQMTAHIILF"" sent FIN with status "0". -2016-08-02 17:19:48.774 +05:30 [Debug] Connection id ""0HKTQMTAHIILF"" stopped. -2016-08-02 17:19:48.778 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Task/GetAllPendingTasksOfUserAndGroup?groupId=3&userId=2 -2016-08-02 17:19:48.778 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Task/GetAllPendingTasksOfUserAndGroup"'. -2016-08-02 17:19:48.780 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TaskController.GetAllPendingTasksOfUserAndGroup (Api.Socioboard)" -2016-08-02 17:19:51.858 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TaskController.GetAllPendingTasksOfUserAndGroup (Api.Socioboard)" with arguments (["2", "3"]) - ModelState is Valid -2016-08-02 17:19:51.961 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TaskController.GetAllPendingTasksOfUserAndGroup (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 17:19:51.961 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 17:19:51.962 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 17:19:51.963 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 17:19:51.991 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TaskController.GetAllPendingTasksOfUserAndGroup (Api.Socioboard)" in 3207.9934ms -2016-08-02 17:19:51.994 +05:30 [Information] Request finished in 3223.8742ms 200 application/json; charset=utf-8 -2016-08-02 17:19:51.994 +05:30 [Debug] Connection id ""0HKTQMTAHIILJ"" completed keep alive response. -2016-08-02 17:20:08.066 +05:30 [Debug] Connection id ""0HKTQMTAHIILK"" received FIN. -2016-08-02 17:20:08.068 +05:30 [Debug] Connection id ""0HKTQMTAHIILK"" disconnecting. -2016-08-02 17:20:08.066 +05:30 [Debug] Connection id ""0HKTQMTAHIILH"" received FIN. -2016-08-02 17:20:08.070 +05:30 [Debug] Connection id ""0HKTQMTAHIILH"" disconnecting. -2016-08-02 17:20:08.070 +05:30 [Debug] Connection id ""0HKTQMTAHIILH"" sending FIN. -2016-08-02 17:20:08.071 +05:30 [Debug] Connection id ""0HKTQMTAHIILH"" sent FIN with status "0". -2016-08-02 17:20:08.072 +05:30 [Debug] Connection id ""0HKTQMTAHIILH"" stopped. -2016-08-02 17:20:08.068 +05:30 [Debug] Connection id ""0HKTQMTAHIILI"" received FIN. -2016-08-02 17:20:08.074 +05:30 [Debug] Connection id ""0HKTQMTAHIILG"" received FIN. -2016-08-02 17:20:08.075 +05:30 [Debug] Connection id ""0HKTQMTAHIILK"" sending FIN. -2016-08-02 17:20:08.074 +05:30 [Debug] Connection id ""0HKTQMTAHIILI"" disconnecting. -2016-08-02 17:20:08.077 +05:30 [Debug] Connection id ""0HKTQMTAHIILK"" sent FIN with status "0". -2016-08-02 17:20:08.075 +05:30 [Debug] Connection id ""0HKTQMTAHIILG"" disconnecting. -2016-08-02 17:20:08.078 +05:30 [Debug] Connection id ""0HKTQMTAHIILK"" stopped. -2016-08-02 17:20:08.081 +05:30 [Debug] Connection id ""0HKTQMTAHIILI"" sending FIN. -2016-08-02 17:20:08.083 +05:30 [Debug] Connection id ""0HKTQMTAHIILG"" sending FIN. -2016-08-02 17:20:08.083 +05:30 [Debug] Connection id ""0HKTQMTAHIILG"" sent FIN with status "0". -2016-08-02 17:20:08.085 +05:30 [Debug] Connection id ""0HKTQMTAHIILG"" stopped. -2016-08-02 17:20:08.086 +05:30 [Debug] Connection id ""0HKTQMTAHIILI"" sent FIN with status "0". -2016-08-02 17:20:08.087 +05:30 [Debug] Connection id ""0HKTQMTAHIILI"" stopped. -2016-08-02 17:22:08.067 +05:30 [Debug] Connection id ""0HKTQMTAHIILJ"" received FIN. -2016-08-02 17:22:08.068 +05:30 [Debug] Connection id ""0HKTQMTAHIILJ"" disconnecting. -2016-08-02 17:22:08.068 +05:30 [Debug] Connection id ""0HKTQMTAHIILJ"" sending FIN. -2016-08-02 17:22:08.069 +05:30 [Debug] Connection id ""0HKTQMTAHIILJ"" sent FIN with status "0". -2016-08-02 17:22:08.070 +05:30 [Debug] Connection id ""0HKTQMTAHIILJ"" stopped. -2016-08-02 17:27:50.831 +05:30 [Debug] Connection id ""0HKTQMTAHIILL"" started. -2016-08-02 17:27:50.833 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=2 -2016-08-02 17:27:50.834 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-02 17:27:50.834 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-02 17:27:53.893 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-02 17:27:54.000 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 17:27:54.001 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 17:27:54.002 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 17:27:54.007 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 3168.7495ms -2016-08-02 17:27:54.011 +05:30 [Information] Request finished in 3177.2263ms 200 application/json; charset=utf-8 -2016-08-02 17:27:54.012 +05:30 [Debug] Connection id ""0HKTQMTAHIILL"" completed keep alive response. -2016-08-02 17:27:54.016 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=3 -2016-08-02 17:27:54.018 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-02 17:27:54.018 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-02 17:27:57.074 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-02 17:27:57.142 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 17:27:57.143 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 17:27:57.144 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 17:27:57.147 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 3126.111ms -2016-08-02 17:27:57.150 +05:30 [Information] Request finished in 3134.1146ms 200 application/json; charset=utf-8 -2016-08-02 17:27:57.151 +05:30 [Debug] Connection id ""0HKTQMTAHIILL"" completed keep alive response. -2016-08-02 17:27:58.833 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=3 -2016-08-02 17:27:58.834 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-08-02 17:27:58.835 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-08-02 17:27:58.896 +05:30 [Debug] Connection id ""0HKTQMTAHIILM"" started. -2016-08-02 17:27:58.898 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Task/GetAllPendingTasksOfUserAndGroup?groupId=3&userId=2 -2016-08-02 17:27:58.900 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Task/GetAllPendingTasksOfUserAndGroup"'. -2016-08-02 17:27:58.901 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TaskController.GetAllPendingTasksOfUserAndGroup (Api.Socioboard)" -2016-08-02 17:28:01.898 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-02 17:28:01.962 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 17:28:01.963 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 17:28:01.963 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 17:28:01.967 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 17:28:01.970 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 3133.2071ms -2016-08-02 17:28:02.003 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TaskController.GetAllPendingTasksOfUserAndGroup (Api.Socioboard)" with arguments (["2", "3"]) - ModelState is Valid -2016-08-02 17:28:02.005 +05:30 [Information] Request finished in 3175.34ms 200 application/json; charset=utf-8 -2016-08-02 17:28:02.009 +05:30 [Debug] Connection id ""0HKTQMTAHIILL"" completed keep alive response. -2016-08-02 17:28:02.036 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TaskController.GetAllPendingTasksOfUserAndGroup (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 17:28:02.037 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 17:28:02.037 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 17:28:02.039 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 17:28:02.044 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TaskController.GetAllPendingTasksOfUserAndGroup (Api.Socioboard)" in 3138.5173ms -2016-08-02 17:28:02.047 +05:30 [Information] Request finished in 3149.1511ms 200 application/json; charset=utf-8 -2016-08-02 17:28:02.048 +05:30 [Debug] Connection id ""0HKTQMTAHIILM"" completed keep alive response. -2016-08-02 17:28:29.684 +05:30 [Debug] Hosting starting -2016-08-02 17:28:29.936 +05:30 [Debug] Hosting started -2016-08-02 17:28:30.172 +05:30 [Debug] Connection id ""0HKTQPH9090M9"" started. -2016-08-02 17:28:30.172 +05:30 [Debug] Connection id ""0HKTQPH9090MA"" started. -2016-08-02 17:28:30.351 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-08-02 17:28:30.351 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:6361/ 0 -2016-08-02 17:28:30.440 +05:30 [Information] Request finished in 136.0083ms 200 -2016-08-02 17:28:30.501 +05:30 [Debug] Connection id ""0HKTQPH9090MA"" completed keep alive response. -2016-08-02 17:28:31.129 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-08-02 17:28:31.189 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"fa78f6e9-5509-457c-a346-94c4e865fef0"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-08-02 17:28:31.341 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-08-02 17:28:31.483 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid -2016-08-02 17:28:31.487 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult". -2016-08-02 17:28:31.542 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 17:28:31.548 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 17:28:31.551 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 17:28:31.885 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 529.8754ms -2016-08-02 17:28:31.984 +05:30 [Information] Request finished in 1696.669ms 200 application/json; charset=utf-8 -2016-08-02 17:28:31.987 +05:30 [Debug] Connection id ""0HKTQPH9090M9"" completed keep alive response. -2016-08-02 17:30:30.141 +05:30 [Debug] Connection id ""0HKTQPH9090MA"" received FIN. -2016-08-02 17:30:30.141 +05:30 [Debug] Connection id ""0HKTQPH9090M9"" received FIN. -2016-08-02 17:30:30.145 +05:30 [Debug] Connection id ""0HKTQPH9090MA"" disconnecting. -2016-08-02 17:30:30.153 +05:30 [Debug] Connection id ""0HKTQPH9090MA"" sending FIN. -2016-08-02 17:30:30.151 +05:30 [Debug] Connection id ""0HKTQPH9090M9"" disconnecting. -2016-08-02 17:30:30.157 +05:30 [Debug] Connection id ""0HKTQPH9090M9"" sending FIN. -2016-08-02 17:30:30.161 +05:30 [Debug] Connection id ""0HKTQPH9090M9"" sent FIN with status "0". -2016-08-02 17:30:30.161 +05:30 [Debug] Connection id ""0HKTQPH9090MA"" sent FIN with status "0". -2016-08-02 17:30:30.171 +05:30 [Debug] Connection id ""0HKTQPH9090M9"" stopped. -2016-08-02 17:30:30.171 +05:30 [Debug] Connection id ""0HKTQPH9090MA"" stopped. -2016-08-02 17:31:14.310 +05:30 [Debug] Connection id ""0HKTQPH9090MB"" started. -2016-08-02 17:31:14.323 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/Google/GoogleLogin application/x-www-form-urlencoded 52 -2016-08-02 17:31:14.324 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GoogleLogin"'. -2016-08-02 17:31:14.327 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GoogleLogin (Api.Socioboard)" -2016-08-02 17:31:17.792 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GoogleLogin (Api.Socioboard)" with arguments (["4/jGZrJaa5KmJF9PQohakMvj4pZX0H8-8sMHdhr-mcdVE"]) - ModelState is Valid -2016-08-02 17:31:18.123 +05:30 [Information] { - "access_token": "ya29.CjAzA68tZPp4evDgF7XbWNGwL8B9sE4DXnLLWMEtX7BM0lTeIItjsvV7ZnjJrv0e_Vk", - "token_type": "Bearer", - "expires_in": 3596, - "id_token": "eyJhbGciOiJSUzI1NiIsImtpZCI6ImUyN2QzMzA5MzgxNGIwNTI1OTQ4NDAyMTljOGY0YjAwNzBlZTVhM2EifQ.eyJpc3MiOiJhY2NvdW50cy5nb29nbGUuY29tIiwiYXRfaGFzaCI6IjJhY2Nfb3IyazJQaTVrSHlkN19EWFEiLCJhdWQiOiIyNDYyMjE0MDU4MDEta2dpcjh1NzdtNWdwb3BrYjRwMHR2bXU1MjJkaWI0ZTAuYXBwcy5nb29nbGV1c2VyY29udGVudC5jb20iLCJzdWIiOiIxMDA0OTM2ODY1MTA4NDY4MzQ5OTMiLCJlbWFpbF92ZXJpZmllZCI6dHJ1ZSwiYXpwIjoiMjQ2MjIxNDA1ODAxLWtnaXI4dTc3bTVncG9wa2I0cDB0dm11NTIyZGliNGUwLmFwcHMuZ29vZ2xldXNlcmNvbnRlbnQuY29tIiwiZW1haWwiOiJiYW5kaVN1cmVzaEBnbG9idXNzb2Z0LmNvbSIsImlhdCI6MTQ3MDEzOTI3OCwiZXhwIjoxNDcwMTQyODc4fQ.aqJodheZQJA08bkOtZIFmrPmzSNzvN1GScESa3Hb8dHmigp9iSnRc4aoMF0jSh6PD18DMx-pQaBVRP1nANs19CR1Or02_tkB-67nQvFyHACP95jORYZ4JjmQo9YIKGQDs_FkBi-Xm8OpYmqh_yQcx7A76h0K9D6M4zPK8gyUxOfEutzQ7X3WgbR1Z9Q0P89cOp9wvkWvudlTJQgMt1yp685tMQWjOnBd4l7kwprfJMwAs7JPMSmFuHliZV2muIT7KSKXIjs6tDPtqj2Bc5ufgR3JEzd6W9YTnH9VFmOCs2dHN_c1IjYxNpNhc35Tzsm1Ex0pjADTxxbRrRvNZ09kCg" -} -2016-08-02 17:31:18.743 +05:30 [Information] [{ - "id": "100493686510846834993", - "email": "bandiSuresh@globussoft.com", - "verified_email": true, - "name": "Suresh Bandi", - "given_name": "Suresh", - "family_name": "Bandi", - "link": "https://plus.google.com/+SureshBandi007", - "picture": "https://lh3.googleusercontent.com/--zVLmLAPl14/AAAAAAAAAAI/AAAAAAAAAFE/KtuOadUcwFM/photo.jpg", - "gender": "male", - "locale": "en" -} -] -2016-08-02 17:31:23.468 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GoogleLogin (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 17:31:23.487 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 17:31:23.489 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 17:31:23.643 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GoogleLogin (Api.Socioboard)" in 9314.179ms -2016-08-02 17:31:23.648 +05:30 [Information] Request finished in 9332.6418ms 200 application/json; charset=utf-8 -2016-08-02 17:31:23.649 +05:30 [Debug] Connection id ""0HKTQPH9090MB"" completed keep alive response. -2016-08-02 17:31:24.006 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=2 -2016-08-02 17:31:24.007 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-02 17:31:24.008 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-02 17:31:26.165 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-02 17:31:26.369 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 17:31:26.369 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 17:31:26.371 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 17:31:26.384 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 2373.9685ms -2016-08-02 17:31:26.387 +05:30 [Information] Request finished in 2381.415ms 200 application/json; charset=utf-8 -2016-08-02 17:31:26.388 +05:30 [Debug] Connection id ""0HKTQPH9090MB"" completed keep alive response. -2016-08-02 17:31:26.439 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=2 -2016-08-02 17:31:26.440 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-02 17:31:26.442 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-02 17:31:29.515 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-02 17:31:29.614 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 17:31:29.614 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 17:31:29.615 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 17:31:29.628 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 3182.9178ms -2016-08-02 17:31:29.632 +05:30 [Information] Request finished in 3193.4754ms 200 application/json; charset=utf-8 -2016-08-02 17:31:29.633 +05:30 [Debug] Connection id ""0HKTQPH9090MB"" completed keep alive response. -2016-08-02 17:31:31.567 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=2 -2016-08-02 17:31:31.568 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-08-02 17:31:31.570 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-08-02 17:31:32.318 +05:30 [Debug] Connection id ""0HKTQPH9090MC"" started. -2016-08-02 17:31:32.318 +05:30 [Debug] Connection id ""0HKTQPH9090MD"" started. -2016-08-02 17:31:32.318 +05:30 [Debug] Connection id ""0HKTQPH9090ME"" started. -2016-08-02 17:31:32.321 +05:30 [Debug] Connection id ""0HKTQPH9090MF"" started. -2016-08-02 17:31:32.323 +05:30 [Debug] Connection id ""0HKTQPH9090MG"" started. -2016-08-02 17:31:32.325 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Instagram/GetInstagramProfiles?groupId=2 -2016-08-02 17:31:32.325 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Instagram/GetInstagramProfiles"'. -2016-08-02 17:31:32.327 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" -2016-08-02 17:31:32.338 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=2 -2016-08-02 17:31:32.339 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-08-02 17:31:32.340 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-08-02 17:31:32.350 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/LinkedIn/GetLinkedInCompanyPagesProfiles?groupId=2 -2016-08-02 17:31:32.351 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/LinkedIn/GetLinkedInCompanyPagesProfiles"'. -2016-08-02 17:31:32.363 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" -2016-08-02 17:31:33.398 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Google/GetGplusProfiles?groupId=2 -2016-08-02 17:31:33.401 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GetGplusProfiles"'. -2016-08-02 17:31:33.407 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" -2016-08-02 17:31:33.888 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=2 -2016-08-02 17:31:33.889 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-08-02 17:31:33.891 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-08-02 17:31:35.575 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-02 17:31:35.650 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 17:31:35.651 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 17:31:35.652 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 17:31:35.653 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 17:31:35.661 +05:30 [Information] Executed action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" in 3294.3926ms -2016-08-02 17:31:35.664 +05:30 [Information] Request finished in 3340.534ms 200 application/json; charset=utf-8 -2016-08-02 17:31:35.665 +05:30 [Debug] Connection id ""0HKTQPH9090MF"" completed keep alive response. -2016-08-02 17:31:35.675 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/SocialMessages/GetAllSentMessagesCount?groupId=2&userId=2 -2016-08-02 17:31:35.676 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/SocialMessages/GetAllSentMessagesCount"'. -2016-08-02 17:31:35.678 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" -2016-08-02 17:31:36.485 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-02 17:31:36.535 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-02 17:31:36.655 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-02 17:31:36.704 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-02 17:31:36.711 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 17:31:36.715 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 17:31:36.716 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 17:31:36.765 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 17:31:36.790 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 17:31:36.811 +05:30 [Information] Executed action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" in 4464.6757ms -2016-08-02 17:31:36.811 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 17:31:36.837 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 17:31:36.843 +05:30 [Information] Request finished in 4517.2978ms 200 application/json; charset=utf-8 -2016-08-02 17:31:36.844 +05:30 [Debug] Connection id ""0HKTQPH9090MC"" completed keep alive response. -2016-08-02 17:31:36.869 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 17:31:36.897 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetIncommingMessage?groupId=2&userId=2 -2016-08-02 17:31:36.898 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetIncommingMessage"'. -2016-08-02 17:31:36.901 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" -2016-08-02 17:31:36.969 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 5340.7836ms -2016-08-02 17:31:36.969 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 17:31:36.972 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 17:31:36.972 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 17:31:36.994 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 17:31:37.008 +05:30 [Information] Request finished in 5424.6872ms 200 application/json; charset=utf-8 -2016-08-02 17:31:37.024 +05:30 [Debug] Connection id ""0HKTQPH9090MB"" completed keep alive response. -2016-08-02 17:31:37.054 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-02 17:31:37.082 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 4689.4744ms -2016-08-02 17:31:37.084 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterFollowerCount?groupId=2&userId=2 -2016-08-02 17:31:37.085 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 17:31:37.086 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterFollowerCount"'. -2016-08-02 17:31:37.087 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 17:31:37.088 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 17:31:37.088 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" -2016-08-02 17:31:37.108 +05:30 [Information] Request finished in 4762.2897ms 200 application/json; charset=utf-8 -2016-08-02 17:31:37.108 +05:30 [Debug] Connection id ""0HKTQPH9090ME"" completed keep alive response. -2016-08-02 17:31:37.140 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 17:31:37.141 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/FacebookfanPageCount?groupId=2&userId=2 -2016-08-02 17:31:37.142 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/FacebookfanPageCount"'. -2016-08-02 17:31:37.179 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" -2016-08-02 17:31:37.179 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 17:31:37.182 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 17:31:37.183 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 17:31:37.185 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 17:31:37.213 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 3300.0339ms -2016-08-02 17:31:37.237 +05:30 [Information] Request finished in 3347.1379ms 200 application/json; charset=utf-8 -2016-08-02 17:31:37.238 +05:30 [Debug] Connection id ""0HKTQPH9090MG"" completed keep alive response. -2016-08-02 17:31:37.249 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterRecentFollower?groupId=2 -2016-08-02 17:31:37.250 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" in 3837.001ms -2016-08-02 17:31:37.251 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterRecentFollower"'. -2016-08-02 17:31:37.253 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" -2016-08-02 17:31:37.261 +05:30 [Information] Request finished in 3887.8428ms 200 application/json; charset=utf-8 -2016-08-02 17:31:37.262 +05:30 [Debug] Connection id ""0HKTQPH9090MD"" completed keep alive response. -2016-08-02 17:31:37.267 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Google/GetGAProfiles?groupId=2 -2016-08-02 17:31:37.268 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GetGAProfiles"'. -2016-08-02 17:31:37.269 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GetGAProfiles (Api.Socioboard)" -2016-08-02 17:31:38.857 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" with arguments (["2", "2"]) - ModelState is Valid -2016-08-02 17:31:38.948 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 17:31:38.949 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 17:31:38.950 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 17:31:38.951 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 17:31:38.956 +05:30 [Information] Executed action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" in 3275.6961ms -2016-08-02 17:31:38.960 +05:30 [Information] Request finished in 3290.12ms 200 application/json; charset=utf-8 -2016-08-02 17:31:38.960 +05:30 [Debug] Connection id ""0HKTQPH9090MF"" completed keep alive response. -2016-08-02 17:31:39.998 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" with arguments (["2", "2"]) - ModelState is Valid -2016-08-02 17:31:40.195 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" with arguments (["2", "2"]) - ModelState is Valid -2016-08-02 17:31:40.214 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" with arguments (["2", "2"]) - ModelState is Valid -2016-08-02 17:31:40.385 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 17:31:40.386 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 17:31:40.386 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-02 17:31:40.389 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-02 17:31:40.413 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GetGAProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-02 17:31:40.413 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 17:31:40.416 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 17:31:40.417 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 17:31:40.420 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-02 17:31:40.431 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 17:31:40.432 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GetGAProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 17:31:40.434 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" in 3337.7787ms -2016-08-02 17:31:40.437 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 17:31:40.441 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 17:31:40.444 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" in 3253.8046ms -2016-08-02 17:31:40.449 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 17:31:40.453 +05:30 [Information] Request finished in 3385.616ms 200 text/plain; charset=utf-8 -2016-08-02 17:31:40.453 +05:30 [Debug] Connection id ""0HKTQPH9090MB"" completed keep alive response. -2016-08-02 17:31:40.460 +05:30 [Information] Request finished in 3316.9211ms 200 text/plain; charset=utf-8 -2016-08-02 17:31:40.463 +05:30 [Debug] Connection id ""0HKTQPH9090ME"" completed keep alive response. -2016-08-02 17:31:40.470 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 17:31:40.474 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 17:31:40.475 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 17:31:40.478 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GetGAProfiles (Api.Socioboard)" in 3194.3546ms -2016-08-02 17:31:40.490 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 17:31:40.497 +05:30 [Information] Request finished in 3229.3574ms 200 application/json; charset=utf-8 -2016-08-02 17:31:40.499 +05:30 [Debug] Connection id ""0HKTQPH9090MD"" completed keep alive response. -2016-08-02 17:31:40.506 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" in 3243.1554ms -2016-08-02 17:31:40.509 +05:30 [Information] Request finished in 3264.5883ms 200 application/json; charset=utf-8 -2016-08-02 17:31:40.509 +05:30 [Debug] Connection id ""0HKTQPH9090MG"" completed keep alive response. -2016-08-02 17:31:41.227 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 17:31:41.227 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 17:31:41.228 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-02 17:31:41.229 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 17:31:41.230 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" in 4326.1219ms -2016-08-02 17:31:41.233 +05:30 [Information] Request finished in 4362.6962ms 200 text/plain; charset=utf-8 -2016-08-02 17:31:41.233 +05:30 [Debug] Connection id ""0HKTQPH9090MC"" completed keep alive response. -2016-08-02 17:32:05.986 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=2 -2016-08-02 17:32:05.988 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-02 17:32:05.990 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-02 17:32:09.051 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-02 17:32:09.135 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 17:32:09.136 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 17:32:09.141 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 17:32:09.146 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 3154.1814ms -2016-08-02 17:32:09.149 +05:30 [Information] Request finished in 3164.9805ms 200 application/json; charset=utf-8 -2016-08-02 17:32:09.150 +05:30 [Debug] Connection id ""0HKTQPH9090MF"" completed keep alive response. -2016-08-02 17:32:09.158 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=3 -2016-08-02 17:32:09.159 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-02 17:32:09.160 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-02 17:32:12.222 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-02 17:32:12.294 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 17:32:12.295 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 17:32:12.296 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 17:32:12.298 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 3136.0524ms -2016-08-02 17:32:12.301 +05:30 [Information] Request finished in 3142.4618ms 200 application/json; charset=utf-8 -2016-08-02 17:32:12.302 +05:30 [Debug] Connection id ""0HKTQPH9090MB"" completed keep alive response. -2016-08-02 17:32:13.593 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=3 -2016-08-02 17:32:13.594 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-08-02 17:32:13.595 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-08-02 17:32:13.914 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=3 -2016-08-02 17:32:13.915 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-08-02 17:32:13.918 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-08-02 17:32:13.916 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Google/GetGplusProfiles?groupId=3 -2016-08-02 17:32:13.919 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GetGplusProfiles"'. -2016-08-02 17:32:13.920 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" -2016-08-02 17:32:13.924 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Instagram/GetInstagramProfiles?groupId=3 -2016-08-02 17:32:13.925 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Instagram/GetInstagramProfiles"'. -2016-08-02 17:32:13.926 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" -2016-08-02 17:32:13.935 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=3 -2016-08-02 17:32:13.936 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-08-02 17:32:13.936 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-08-02 17:32:13.956 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/LinkedIn/GetLinkedInCompanyPagesProfiles?groupId=3 -2016-08-02 17:32:13.991 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/LinkedIn/GetLinkedInCompanyPagesProfiles"'. -2016-08-02 17:32:13.992 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" -2016-08-02 17:32:15.202 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-02 17:32:15.274 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 17:32:15.275 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 17:32:15.275 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 17:32:15.277 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 17:32:15.278 +05:30 [Information] Executed action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" in 1350.7538ms -2016-08-02 17:32:15.281 +05:30 [Information] Request finished in 1382.3197ms 200 application/json; charset=utf-8 -2016-08-02 17:32:15.282 +05:30 [Debug] Connection id ""0HKTQPH9090MF"" completed keep alive response. -2016-08-02 17:32:15.285 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/SocialMessages/GetAllSentMessagesCount?groupId=3&userId=2 -2016-08-02 17:32:15.287 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/SocialMessages/GetAllSentMessagesCount"'. -2016-08-02 17:32:15.288 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" -2016-08-02 17:32:15.790 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-02 17:32:15.853 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 17:32:15.854 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 17:32:15.854 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 17:32:15.855 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 17:32:15.857 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 2259.844ms -2016-08-02 17:32:15.860 +05:30 [Information] Request finished in 2267.1597ms 200 application/json; charset=utf-8 -2016-08-02 17:32:15.861 +05:30 [Debug] Connection id ""0HKTQPH9090ME"" completed keep alive response. -2016-08-02 17:32:15.866 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetIncommingMessage?groupId=3&userId=2 -2016-08-02 17:32:15.868 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetIncommingMessage"'. -2016-08-02 17:32:15.868 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" -2016-08-02 17:32:16.266 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-02 17:32:16.334 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 17:32:16.335 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 17:32:16.336 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 17:32:16.338 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 17:32:16.344 +05:30 [Information] Executed action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" in 2348.2415ms -2016-08-02 17:32:16.348 +05:30 [Information] Request finished in 2433.4922ms 200 application/json; charset=utf-8 -2016-08-02 17:32:16.349 +05:30 [Debug] Connection id ""0HKTQPH9090MB"" completed keep alive response. -2016-08-02 17:32:16.356 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterFollowerCount?groupId=3&userId=2 -2016-08-02 17:32:16.357 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterFollowerCount"'. -2016-08-02 17:32:16.358 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" -2016-08-02 17:32:16.990 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-02 17:32:17.050 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-02 17:32:17.112 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 17:32:17.124 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 17:32:17.139 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 17:32:17.150 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-02 17:32:17.153 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 17:32:17.225 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" in 3247.9255ms -2016-08-02 17:32:17.244 +05:30 [Information] Request finished in 3325.9598ms 200 application/json; charset=utf-8 -2016-08-02 17:32:17.244 +05:30 [Debug] Connection id ""0HKTQPH9090MD"" completed keep alive response. -2016-08-02 17:32:17.293 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/FacebookfanPageCount?groupId=3&userId=2 -2016-08-02 17:32:17.295 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/FacebookfanPageCount"'. -2016-08-02 17:32:17.295 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" -2016-08-02 17:32:17.368 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 17:32:17.370 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 17:32:17.370 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 17:32:17.372 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 17:32:17.404 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 17:32:17.405 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 17:32:17.405 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 17:32:17.406 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 17:32:17.413 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 3493.0151ms -2016-08-02 17:32:17.416 +05:30 [Information] Request finished in 3520.8468ms 200 application/json; charset=utf-8 -2016-08-02 17:32:17.417 +05:30 [Debug] Connection id ""0HKTQPH9090MC"" completed keep alive response. -2016-08-02 17:32:17.421 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterRecentFollower?groupId=3 -2016-08-02 17:32:17.423 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterRecentFollower"'. -2016-08-02 17:32:17.425 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 3484.4358ms -2016-08-02 17:32:17.425 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" -2016-08-02 17:32:17.429 +05:30 [Information] Request finished in 3513.8528ms 200 application/json; charset=utf-8 -2016-08-02 17:32:17.430 +05:30 [Debug] Connection id ""0HKTQPH9090MG"" completed keep alive response. -2016-08-02 17:32:17.438 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Google/GetGAProfiles?groupId=3 -2016-08-02 17:32:17.439 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GetGAProfiles"'. -2016-08-02 17:32:17.439 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GetGAProfiles (Api.Socioboard)" -2016-08-02 17:32:18.383 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" with arguments (["2", "3"]) - ModelState is Valid -2016-08-02 17:32:18.465 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 17:32:18.466 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 17:32:18.467 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 17:32:18.468 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 17:32:18.472 +05:30 [Information] Executed action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" in 3181.6088ms -2016-08-02 17:32:18.476 +05:30 [Information] Request finished in 3191.0624ms 200 application/json; charset=utf-8 -2016-08-02 17:32:18.476 +05:30 [Debug] Connection id ""0HKTQPH9090MF"" completed keep alive response. -2016-08-02 17:32:18.919 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" with arguments (["3", "2"]) - ModelState is Valid -2016-08-02 17:32:19.000 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 17:32:19.001 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 17:32:19.002 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-02 17:32:19.004 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 17:32:19.011 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" in 3138.2451ms -2016-08-02 17:32:19.014 +05:30 [Information] Request finished in 3148.7079ms 200 text/plain; charset=utf-8 -2016-08-02 17:32:19.015 +05:30 [Debug] Connection id ""0HKTQPH9090ME"" completed keep alive response. -2016-08-02 17:32:19.501 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" with arguments (["3", "2"]) - ModelState is Valid -2016-08-02 17:32:19.558 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 17:32:19.558 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 17:32:19.559 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-02 17:32:19.560 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 17:32:19.563 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" in 3203.5408ms -2016-08-02 17:32:19.567 +05:30 [Information] Request finished in 3211.0668ms 200 text/plain; charset=utf-8 -2016-08-02 17:32:19.571 +05:30 [Debug] Connection id ""0HKTQPH9090MB"" completed keep alive response. -2016-08-02 17:32:20.401 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" with arguments (["2", "3"]) - ModelState is Valid -2016-08-02 17:32:20.445 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 17:32:20.446 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 17:32:20.446 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-02 17:32:20.447 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 17:32:20.449 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" in 3137.9562ms -2016-08-02 17:32:20.452 +05:30 [Information] Request finished in 3174.9296ms 200 text/plain; charset=utf-8 -2016-08-02 17:32:20.453 +05:30 [Debug] Connection id ""0HKTQPH9090MD"" completed keep alive response. -2016-08-02 17:32:20.530 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-02 17:32:20.557 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GetGAProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-02 17:32:20.561 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GetGAProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 17:32:20.561 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 17:32:20.562 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 17:32:20.564 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 17:32:20.568 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GetGAProfiles (Api.Socioboard)" in 3124.7517ms -2016-08-02 17:32:20.572 +05:30 [Information] Request finished in 3134.363ms 200 application/json; charset=utf-8 -2016-08-02 17:32:20.573 +05:30 [Debug] Connection id ""0HKTQPH9090MG"" completed keep alive response. -2016-08-02 17:32:22.036 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 17:32:22.039 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 17:32:22.039 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 17:32:22.042 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 17:32:22.046 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" in 4618.8328ms -2016-08-02 17:32:22.053 +05:30 [Information] Request finished in 4630.3964ms 200 application/json; charset=utf-8 -2016-08-02 17:32:22.055 +05:30 [Debug] Connection id ""0HKTQPH9090MC"" completed keep alive response. -2016-08-02 17:32:22.713 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Task/GetAllPendingTasksOfUserAndGroup?groupId=3&userId=2 -2016-08-02 17:32:22.715 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Task/GetAllPendingTasksOfUserAndGroup"'. -2016-08-02 17:32:22.717 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TaskController.GetAllPendingTasksOfUserAndGroup (Api.Socioboard)" -2016-08-02 17:32:25.783 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TaskController.GetAllPendingTasksOfUserAndGroup (Api.Socioboard)" with arguments (["2", "3"]) - ModelState is Valid -2016-08-02 17:32:25.898 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TaskController.GetAllPendingTasksOfUserAndGroup (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 17:32:25.898 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 17:32:25.899 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 17:32:25.900 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 17:32:25.938 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TaskController.GetAllPendingTasksOfUserAndGroup (Api.Socioboard)" in 3217.6106ms -2016-08-02 17:32:25.942 +05:30 [Information] Request finished in 3228.9109ms 200 application/json; charset=utf-8 -2016-08-02 17:32:25.942 +05:30 [Debug] Connection id ""0HKTQPH9090MF"" completed keep alive response. -2016-08-02 17:34:01.876 +05:30 [Debug] Connection id ""0HKTQPH9090ME"" received FIN. -2016-08-02 17:34:01.876 +05:30 [Debug] Connection id ""0HKTQPH9090MB"" received FIN. -2016-08-02 17:34:01.876 +05:30 [Debug] Connection id ""0HKTQPH9090MC"" received FIN. -2016-08-02 17:34:01.877 +05:30 [Debug] Connection id ""0HKTQPH9090MD"" received FIN. -2016-08-02 17:34:01.877 +05:30 [Debug] Connection id ""0HKTQPH9090MB"" disconnecting. -2016-08-02 17:34:01.878 +05:30 [Debug] Connection id ""0HKTQPH9090MG"" received FIN. -2016-08-02 17:34:01.877 +05:30 [Debug] Connection id ""0HKTQPH9090MF"" received FIN. -2016-08-02 17:34:01.879 +05:30 [Debug] Connection id ""0HKTQPH9090MD"" disconnecting. -2016-08-02 17:34:01.878 +05:30 [Debug] Connection id ""0HKTQPH9090MC"" disconnecting. -2016-08-02 17:34:01.882 +05:30 [Debug] Connection id ""0HKTQPH9090MF"" disconnecting. -2016-08-02 17:34:01.882 +05:30 [Debug] Connection id ""0HKTQPH9090MC"" sending FIN. -2016-08-02 17:34:01.883 +05:30 [Debug] Connection id ""0HKTQPH9090MF"" sending FIN. -2016-08-02 17:34:01.884 +05:30 [Debug] Connection id ""0HKTQPH9090MF"" sent FIN with status "0". -2016-08-02 17:34:01.881 +05:30 [Debug] Connection id ""0HKTQPH9090MG"" disconnecting. -2016-08-02 17:34:01.885 +05:30 [Debug] Connection id ""0HKTQPH9090MF"" stopped. -2016-08-02 17:34:01.886 +05:30 [Debug] Connection id ""0HKTQPH9090MC"" sent FIN with status "0". -2016-08-02 17:34:01.877 +05:30 [Debug] Connection id ""0HKTQPH9090ME"" disconnecting. -2016-08-02 17:34:01.887 +05:30 [Debug] Connection id ""0HKTQPH9090MC"" stopped. -2016-08-02 17:34:01.880 +05:30 [Debug] Connection id ""0HKTQPH9090MB"" sending FIN. -2016-08-02 17:34:01.891 +05:30 [Debug] Connection id ""0HKTQPH9090ME"" sending FIN. -2016-08-02 17:34:01.891 +05:30 [Debug] Connection id ""0HKTQPH9090MD"" sending FIN. -2016-08-02 17:34:01.893 +05:30 [Debug] Connection id ""0HKTQPH9090MG"" sending FIN. -2016-08-02 17:34:01.892 +05:30 [Debug] Connection id ""0HKTQPH9090ME"" sent FIN with status "0". -2016-08-02 17:34:01.893 +05:30 [Debug] Connection id ""0HKTQPH9090MG"" sent FIN with status "0". -2016-08-02 17:34:01.894 +05:30 [Debug] Connection id ""0HKTQPH9090ME"" stopped. -2016-08-02 17:34:01.895 +05:30 [Debug] Connection id ""0HKTQPH9090MG"" stopped. -2016-08-02 17:34:01.896 +05:30 [Debug] Connection id ""0HKTQPH9090MD"" sent FIN with status "0". -2016-08-02 17:34:01.897 +05:30 [Debug] Connection id ""0HKTQPH9090MD"" stopped. -2016-08-02 17:34:01.898 +05:30 [Debug] Connection id ""0HKTQPH9090MB"" sent FIN with status "0". -2016-08-02 17:34:01.898 +05:30 [Debug] Connection id ""0HKTQPH9090MB"" stopped. -2016-08-02 17:34:01.899 +05:30 [Debug] Connection id ""0HKTQPH9090MH"" started. -2016-08-02 17:34:01.902 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=2 -2016-08-02 17:34:01.903 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-02 17:34:01.904 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-02 17:34:04.972 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-02 17:34:05.040 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 17:34:05.041 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 17:34:05.042 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 17:34:05.045 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 3139.3657ms -2016-08-02 17:34:05.048 +05:30 [Information] Request finished in 3147.5974ms 200 application/json; charset=utf-8 -2016-08-02 17:34:05.051 +05:30 [Debug] Connection id ""0HKTQPH9090MH"" completed keep alive response. -2016-08-02 17:34:05.059 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=3 -2016-08-02 17:34:05.065 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-02 17:34:05.066 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-02 17:34:08.116 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-02 17:34:08.186 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 17:34:08.186 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 17:34:08.188 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 17:34:08.190 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 3122.7617ms -2016-08-02 17:34:08.193 +05:30 [Information] Request finished in 3138.2844ms 200 application/json; charset=utf-8 -2016-08-02 17:34:08.194 +05:30 [Debug] Connection id ""0HKTQPH9090MH"" completed keep alive response. -2016-08-02 17:34:09.993 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=3 -2016-08-02 17:34:09.995 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-08-02 17:34:09.997 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-08-02 17:34:10.234 +05:30 [Debug] Connection id ""0HKTQPH9090MI"" started. -2016-08-02 17:34:10.240 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Task/GetAllPendingTasksOfUserAndGroup?groupId=3&userId=2 -2016-08-02 17:34:10.241 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Task/GetAllPendingTasksOfUserAndGroup"'. -2016-08-02 17:34:10.242 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TaskController.GetAllPendingTasksOfUserAndGroup (Api.Socioboard)" -2016-08-02 17:34:13.084 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-02 17:34:13.148 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 17:34:13.149 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 17:34:13.149 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 17:34:13.150 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 17:34:13.154 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 3152.9647ms -2016-08-02 17:34:13.158 +05:30 [Information] Request finished in 3174.0845ms 200 application/json; charset=utf-8 -2016-08-02 17:34:13.161 +05:30 [Debug] Connection id ""0HKTQPH9090MH"" completed keep alive response. -2016-08-02 17:34:13.320 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TaskController.GetAllPendingTasksOfUserAndGroup (Api.Socioboard)" with arguments (["2", "3"]) - ModelState is Valid -2016-08-02 17:34:13.345 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TaskController.GetAllPendingTasksOfUserAndGroup (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 17:34:13.346 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 17:34:13.346 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 17:34:13.347 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 17:34:13.355 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TaskController.GetAllPendingTasksOfUserAndGroup (Api.Socioboard)" in 3105.4138ms -2016-08-02 17:34:13.358 +05:30 [Information] Request finished in 3121.0139ms 200 application/json; charset=utf-8 -2016-08-02 17:34:13.359 +05:30 [Debug] Connection id ""0HKTQPH9090MI"" completed keep alive response. -2016-08-02 17:35:16.638 +05:30 [Debug] Connection id ""0HKTQPH9090MI"" received FIN. -2016-08-02 17:35:16.638 +05:30 [Debug] Connection id ""0HKTQPH9090MH"" received FIN. -2016-08-02 17:35:16.639 +05:30 [Debug] Connection id ""0HKTQPH9090MI"" disconnecting. -2016-08-02 17:35:16.641 +05:30 [Debug] Connection id ""0HKTQPH9090MJ"" started. -2016-08-02 17:35:16.643 +05:30 [Debug] Connection id ""0HKTQPH9090MI"" sending FIN. -2016-08-02 17:35:16.641 +05:30 [Debug] Connection id ""0HKTQPH9090MH"" disconnecting. -2016-08-02 17:35:16.645 +05:30 [Debug] Connection id ""0HKTQPH9090MI"" sent FIN with status "0". -2016-08-02 17:35:16.645 +05:30 [Debug] Connection id ""0HKTQPH9090MH"" sending FIN. -2016-08-02 17:35:16.646 +05:30 [Debug] Connection id ""0HKTQPH9090MI"" stopped. -2016-08-02 17:35:16.666 +05:30 [Debug] Connection id ""0HKTQPH9090MH"" sent FIN with status "0". -2016-08-02 17:35:16.667 +05:30 [Debug] Connection id ""0HKTQPH9090MH"" stopped. -2016-08-02 17:35:16.667 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=2 -2016-08-02 17:35:16.668 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-02 17:35:16.668 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-02 17:35:19.725 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-02 17:35:19.820 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 17:35:19.820 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 17:35:19.821 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 17:35:19.824 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 3153.777ms -2016-08-02 17:35:19.827 +05:30 [Information] Request finished in 3180.8844ms 200 application/json; charset=utf-8 -2016-08-02 17:35:19.828 +05:30 [Debug] Connection id ""0HKTQPH9090MJ"" completed keep alive response. -2016-08-02 17:35:19.835 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=3 -2016-08-02 17:35:19.836 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-02 17:35:19.837 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-02 17:35:22.899 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-02 17:35:22.961 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 17:35:22.962 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 17:35:22.963 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 17:35:22.967 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 3125.5758ms -2016-08-02 17:35:22.969 +05:30 [Information] Request finished in 3135.1003ms 200 application/json; charset=utf-8 -2016-08-02 17:35:22.970 +05:30 [Debug] Connection id ""0HKTQPH9090MJ"" completed keep alive response. -2016-08-02 17:35:24.501 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=3 -2016-08-02 17:35:24.502 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-08-02 17:35:24.504 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-08-02 17:35:24.969 +05:30 [Debug] Connection id ""0HKTQPH9090MK"" started. -2016-08-02 17:35:24.992 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Task/GetAllPendingTasksOfUserAndGroup?groupId=3&userId=2 -2016-08-02 17:35:24.994 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Task/GetAllPendingTasksOfUserAndGroup"'. -2016-08-02 17:35:24.994 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TaskController.GetAllPendingTasksOfUserAndGroup (Api.Socioboard)" -2016-08-02 17:35:27.127 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TaskController.GetAllPendingTasksOfUserAndGroup (Api.Socioboard)" with arguments (["2", "3"]) - ModelState is Valid -2016-08-02 17:35:27.161 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TaskController.GetAllPendingTasksOfUserAndGroup (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 17:35:27.162 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 17:35:27.163 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 17:35:27.165 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 17:35:27.168 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TaskController.GetAllPendingTasksOfUserAndGroup (Api.Socioboard)" in 2170.7882ms -2016-08-02 17:35:27.172 +05:30 [Information] Request finished in 2201.5378ms 200 application/json; charset=utf-8 -2016-08-02 17:35:27.173 +05:30 [Debug] Connection id ""0HKTQPH9090MK"" completed keep alive response. -2016-08-02 17:35:27.671 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-02 17:35:27.735 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 17:35:27.736 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 17:35:27.736 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 17:35:27.738 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 17:35:27.743 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 3234.702ms -2016-08-02 17:35:27.745 +05:30 [Information] Request finished in 3246.2733ms 200 application/json; charset=utf-8 -2016-08-02 17:35:27.746 +05:30 [Debug] Connection id ""0HKTQPH9090MJ"" completed keep alive response. -2016-08-02 17:36:30.139 +05:30 [Debug] Connection id ""0HKTQPH9090MJ"" received FIN. -2016-08-02 17:36:30.140 +05:30 [Debug] Connection id ""0HKTQPH9090MJ"" disconnecting. -2016-08-02 17:36:30.141 +05:30 [Debug] Connection id ""0HKTQPH9090MJ"" sending FIN. -2016-08-02 17:36:30.141 +05:30 [Debug] Connection id ""0HKTQPH9090MJ"" sent FIN with status "0". -2016-08-02 17:36:30.139 +05:30 [Debug] Connection id ""0HKTQPH9090MK"" received FIN. -2016-08-02 17:36:30.142 +05:30 [Debug] Connection id ""0HKTQPH9090MJ"" stopped. -2016-08-02 17:36:30.145 +05:30 [Debug] Connection id ""0HKTQPH9090MK"" disconnecting. -2016-08-02 17:36:30.146 +05:30 [Debug] Connection id ""0HKTQPH9090MK"" sending FIN. -2016-08-02 17:36:30.146 +05:30 [Debug] Connection id ""0HKTQPH9090MK"" sent FIN with status "0". -2016-08-02 17:36:30.147 +05:30 [Debug] Connection id ""0HKTQPH9090MK"" stopped. -2016-08-02 17:37:39.756 +05:30 [Debug] Connection id ""0HKTQPH9090ML"" started. -2016-08-02 17:37:39.758 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=2 -2016-08-02 17:37:39.759 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-02 17:37:39.760 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-02 17:37:42.823 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-02 17:37:42.891 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 17:37:42.892 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 17:37:42.893 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 17:37:42.895 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 3133.1176ms -2016-08-02 17:37:42.897 +05:30 [Information] Request finished in 3138.6271ms 200 application/json; charset=utf-8 -2016-08-02 17:37:42.898 +05:30 [Debug] Connection id ""0HKTQPH9090ML"" completed keep alive response. -2016-08-02 17:37:42.903 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=3 -2016-08-02 17:37:42.904 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-02 17:37:42.905 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-02 17:37:45.940 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-02 17:37:46.004 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 17:37:46.004 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 17:37:46.005 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 17:37:46.007 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 3100.9897ms -2016-08-02 17:37:46.010 +05:30 [Information] Request finished in 3106.9959ms 200 application/json; charset=utf-8 -2016-08-02 17:37:46.010 +05:30 [Debug] Connection id ""0HKTQPH9090ML"" completed keep alive response. -2016-08-02 17:37:47.421 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=3 -2016-08-02 17:37:47.422 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-08-02 17:37:47.423 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-08-02 17:37:47.794 +05:30 [Debug] Connection id ""0HKTQPH9090MM"" started. -2016-08-02 17:37:47.800 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Task/GetAllPendingTasksOfUserAndGroup?groupId=3&userId=2 -2016-08-02 17:37:47.802 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Task/GetAllPendingTasksOfUserAndGroup"'. -2016-08-02 17:37:47.803 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TaskController.GetAllPendingTasksOfUserAndGroup (Api.Socioboard)" -2016-08-02 17:37:50.475 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-02 17:37:50.539 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 17:37:50.545 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 17:37:50.546 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 17:37:50.547 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 17:37:50.551 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 3125.1362ms -2016-08-02 17:37:50.556 +05:30 [Information] Request finished in 3133.8209ms 200 application/json; charset=utf-8 -2016-08-02 17:37:50.557 +05:30 [Debug] Connection id ""0HKTQPH9090ML"" completed keep alive response. -2016-08-02 17:37:50.840 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TaskController.GetAllPendingTasksOfUserAndGroup (Api.Socioboard)" with arguments (["2", "3"]) - ModelState is Valid -2016-08-02 17:37:50.865 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TaskController.GetAllPendingTasksOfUserAndGroup (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 17:37:50.865 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 17:37:50.866 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 17:37:50.867 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 17:37:50.869 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TaskController.GetAllPendingTasksOfUserAndGroup (Api.Socioboard)" in 3064.6333ms -2016-08-02 17:37:50.876 +05:30 [Information] Request finished in 3079.8254ms 200 application/json; charset=utf-8 -2016-08-02 17:37:50.877 +05:30 [Debug] Connection id ""0HKTQPH9090MM"" completed keep alive response. -2016-08-02 17:40:08.336 +05:30 [Debug] Connection id ""0HKTQPH9090MM"" received FIN. -2016-08-02 17:40:08.336 +05:30 [Debug] Connection id ""0HKTQPH9090ML"" received FIN. -2016-08-02 17:40:08.338 +05:30 [Debug] Connection id ""0HKTQPH9090MM"" disconnecting. -2016-08-02 17:40:08.339 +05:30 [Debug] Connection id ""0HKTQPH9090MN"" started. -2016-08-02 17:40:08.339 +05:30 [Debug] Connection id ""0HKTQPH9090MM"" sending FIN. -2016-08-02 17:40:08.341 +05:30 [Debug] Connection id ""0HKTQPH9090MM"" sent FIN with status "0". -2016-08-02 17:40:08.341 +05:30 [Debug] Connection id ""0HKTQPH9090MM"" stopped. -2016-08-02 17:40:08.339 +05:30 [Debug] Connection id ""0HKTQPH9090ML"" disconnecting. -2016-08-02 17:40:08.343 +05:30 [Debug] Connection id ""0HKTQPH9090ML"" sending FIN. -2016-08-02 17:40:08.343 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=2 -2016-08-02 17:40:08.344 +05:30 [Debug] Connection id ""0HKTQPH9090ML"" sent FIN with status "0". -2016-08-02 17:40:08.346 +05:30 [Debug] Connection id ""0HKTQPH9090ML"" stopped. -2016-08-02 17:40:08.345 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-02 17:40:08.347 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-02 17:40:11.407 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-02 17:40:11.479 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 17:40:11.481 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 17:40:11.482 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 17:40:11.486 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 3136.2396ms -2016-08-02 17:40:11.489 +05:30 [Information] Request finished in 3146.3795ms 200 application/json; charset=utf-8 -2016-08-02 17:40:11.490 +05:30 [Debug] Connection id ""0HKTQPH9090MN"" completed keep alive response. -2016-08-02 17:40:11.494 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=3 -2016-08-02 17:40:11.496 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-02 17:40:11.496 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-02 17:40:14.560 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-02 17:40:14.635 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 17:40:14.636 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 17:40:14.637 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 17:40:14.639 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 3141.0418ms -2016-08-02 17:40:14.642 +05:30 [Information] Request finished in 3147.817ms 200 application/json; charset=utf-8 -2016-08-02 17:40:14.642 +05:30 [Debug] Connection id ""0HKTQPH9090MN"" completed keep alive response. -2016-08-02 17:40:16.534 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=3 -2016-08-02 17:40:16.535 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-08-02 17:40:16.536 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-08-02 17:40:16.583 +05:30 [Debug] Connection id ""0HKTQPH9090MO"" started. -2016-08-02 17:40:16.597 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Task/GetAllPendingTasksOfUserAndGroup?groupId=3&userId=2 -2016-08-02 17:40:16.598 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Task/GetAllPendingTasksOfUserAndGroup"'. -2016-08-02 17:40:16.600 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TaskController.GetAllPendingTasksOfUserAndGroup (Api.Socioboard)" -2016-08-02 17:40:18.716 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TaskController.GetAllPendingTasksOfUserAndGroup (Api.Socioboard)" with arguments (["2", "3"]) - ModelState is Valid -2016-08-02 17:40:18.742 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TaskController.GetAllPendingTasksOfUserAndGroup (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 17:40:18.743 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 17:40:18.743 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 17:40:18.745 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 17:40:18.752 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TaskController.GetAllPendingTasksOfUserAndGroup (Api.Socioboard)" in 2144.7367ms -2016-08-02 17:40:18.756 +05:30 [Information] Request finished in 2170.6209ms 200 application/json; charset=utf-8 -2016-08-02 17:40:18.757 +05:30 [Debug] Connection id ""0HKTQPH9090MO"" completed keep alive response. -2016-08-02 17:40:19.597 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-02 17:40:19.658 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 17:40:19.659 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 17:40:19.659 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 17:40:19.660 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 17:40:19.666 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 3125.2181ms -2016-08-02 17:40:19.671 +05:30 [Information] Request finished in 3136.0407ms 200 application/json; charset=utf-8 -2016-08-02 17:40:19.672 +05:30 [Debug] Connection id ""0HKTQPH9090MN"" completed keep alive response. -2016-08-02 17:42:30.139 +05:30 [Debug] Connection id ""0HKTQPH9090MN"" received FIN. -2016-08-02 17:42:30.139 +05:30 [Debug] Connection id ""0HKTQPH9090MO"" received FIN. -2016-08-02 17:42:30.140 +05:30 [Debug] Connection id ""0HKTQPH9090MN"" disconnecting. -2016-08-02 17:42:30.141 +05:30 [Debug] Connection id ""0HKTQPH9090MO"" disconnecting. -2016-08-02 17:42:30.141 +05:30 [Debug] Connection id ""0HKTQPH9090MN"" sending FIN. -2016-08-02 17:42:30.144 +05:30 [Debug] Connection id ""0HKTQPH9090MO"" sending FIN. -2016-08-02 17:42:30.146 +05:30 [Debug] Connection id ""0HKTQPH9090MO"" sent FIN with status "0". -2016-08-02 17:42:30.145 +05:30 [Debug] Connection id ""0HKTQPH9090MN"" sent FIN with status "0". -2016-08-02 17:42:30.149 +05:30 [Debug] Connection id ""0HKTQPH9090MN"" stopped. -2016-08-02 17:42:30.147 +05:30 [Debug] Connection id ""0HKTQPH9090MO"" stopped. -2016-08-02 17:42:38.835 +05:30 [Debug] Connection id ""0HKTQPH9090MP"" started. -2016-08-02 17:42:38.837 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=2 -2016-08-02 17:42:38.838 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-02 17:42:38.839 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-02 17:42:41.898 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-02 17:42:41.969 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 17:42:41.971 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 17:42:41.973 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 17:42:41.975 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 3133.9509ms -2016-08-02 17:42:41.978 +05:30 [Information] Request finished in 3140.7209ms 200 application/json; charset=utf-8 -2016-08-02 17:42:41.979 +05:30 [Debug] Connection id ""0HKTQPH9090MP"" completed keep alive response. -2016-08-02 17:42:41.984 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=3 -2016-08-02 17:42:41.984 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-02 17:42:41.985 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-02 17:42:45.050 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-02 17:42:45.114 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 17:42:45.115 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 17:42:45.119 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 17:42:45.122 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 3135.3779ms -2016-08-02 17:42:45.125 +05:30 [Information] Request finished in 3142.0331ms 200 application/json; charset=utf-8 -2016-08-02 17:42:45.126 +05:30 [Debug] Connection id ""0HKTQPH9090MP"" completed keep alive response. -2016-08-02 17:42:46.539 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=3 -2016-08-02 17:42:46.540 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-08-02 17:42:46.541 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-08-02 17:42:46.755 +05:30 [Debug] Connection id ""0HKTQPH9090MQ"" started. -2016-08-02 17:42:46.762 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Task/GetAllPendingTasksOfUserAndGroup?groupId=3&userId=2 -2016-08-02 17:42:46.763 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Task/GetAllPendingTasksOfUserAndGroup"'. -2016-08-02 17:42:46.764 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TaskController.GetAllPendingTasksOfUserAndGroup (Api.Socioboard)" -2016-08-02 17:42:49.619 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-02 17:42:49.682 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 17:42:49.683 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 17:42:49.683 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 17:42:49.685 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 17:42:49.689 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 3144.3514ms -2016-08-02 17:42:49.692 +05:30 [Information] Request finished in 3152.3915ms 200 application/json; charset=utf-8 -2016-08-02 17:42:49.693 +05:30 [Debug] Connection id ""0HKTQPH9090MP"" completed keep alive response. -2016-08-02 17:42:49.884 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TaskController.GetAllPendingTasksOfUserAndGroup (Api.Socioboard)" with arguments (["2", "3"]) - ModelState is Valid -2016-08-02 17:42:49.912 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TaskController.GetAllPendingTasksOfUserAndGroup (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 17:42:49.913 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 17:42:49.913 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 17:42:49.915 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 17:42:49.918 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TaskController.GetAllPendingTasksOfUserAndGroup (Api.Socioboard)" in 3149.6182ms -2016-08-02 17:42:49.921 +05:30 [Information] Request finished in 3162.9953ms 200 application/json; charset=utf-8 -2016-08-02 17:42:49.922 +05:30 [Debug] Connection id ""0HKTQPH9090MQ"" completed keep alive response. -2016-08-02 17:44:11.191 +05:30 [Debug] Connection id ""0HKTQPH9090MP"" received FIN. -2016-08-02 17:44:11.191 +05:30 [Debug] Connection id ""0HKTQPH9090MQ"" received FIN. -2016-08-02 17:44:11.193 +05:30 [Debug] Connection id ""0HKTQPH9090MQ"" disconnecting. -2016-08-02 17:44:11.192 +05:30 [Debug] Connection id ""0HKTQPH9090MP"" disconnecting. -2016-08-02 17:44:11.193 +05:30 [Debug] Connection id ""0HKTQPH9090MR"" started. -2016-08-02 17:44:11.194 +05:30 [Debug] Connection id ""0HKTQPH9090MQ"" sending FIN. -2016-08-02 17:44:11.195 +05:30 [Debug] Connection id ""0HKTQPH9090MP"" sending FIN. -2016-08-02 17:44:11.195 +05:30 [Debug] Connection id ""0HKTQPH9090MQ"" sent FIN with status "0". -2016-08-02 17:44:11.196 +05:30 [Debug] Connection id ""0HKTQPH9090MP"" sent FIN with status "0". -2016-08-02 17:44:11.198 +05:30 [Debug] Connection id ""0HKTQPH9090MP"" stopped. -2016-08-02 17:44:11.197 +05:30 [Debug] Connection id ""0HKTQPH9090MQ"" stopped. -2016-08-02 17:44:11.199 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=2 -2016-08-02 17:44:11.200 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-02 17:44:11.201 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-02 17:44:14.249 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-02 17:44:14.339 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 17:44:14.341 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 17:44:14.345 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 17:44:14.351 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 3145.6697ms -2016-08-02 17:44:14.357 +05:30 [Information] Request finished in 3158.5691ms 200 application/json; charset=utf-8 -2016-08-02 17:44:14.358 +05:30 [Debug] Connection id ""0HKTQPH9090MR"" completed keep alive response. -2016-08-02 17:44:14.367 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=3 -2016-08-02 17:44:14.368 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-02 17:44:14.369 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-02 17:44:17.425 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-02 17:44:17.490 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 17:44:17.490 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 17:44:17.491 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 17:44:17.493 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 3122.6592ms -2016-08-02 17:44:17.496 +05:30 [Information] Request finished in 3131.7356ms 200 application/json; charset=utf-8 -2016-08-02 17:44:17.496 +05:30 [Debug] Connection id ""0HKTQPH9090MR"" completed keep alive response. -2016-08-02 17:44:18.723 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=3 -2016-08-02 17:44:18.724 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-08-02 17:44:18.724 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-08-02 17:44:18.970 +05:30 [Debug] Connection id ""0HKTQPH9090MS"" started. -2016-08-02 17:44:18.975 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Task/GetAllPendingTasksOfUserAndGroup?groupId=3&userId=2 -2016-08-02 17:44:18.977 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Task/GetAllPendingTasksOfUserAndGroup"'. -2016-08-02 17:44:18.978 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TaskController.GetAllPendingTasksOfUserAndGroup (Api.Socioboard)" -2016-08-02 17:44:21.787 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-02 17:44:21.851 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 17:44:21.852 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 17:44:21.852 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 17:44:21.853 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 17:44:21.855 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 3129.274ms -2016-08-02 17:44:21.859 +05:30 [Information] Request finished in 3135.4949ms 200 application/json; charset=utf-8 -2016-08-02 17:44:21.859 +05:30 [Debug] Connection id ""0HKTQPH9090MR"" completed keep alive response. -2016-08-02 17:44:22.052 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TaskController.GetAllPendingTasksOfUserAndGroup (Api.Socioboard)" with arguments (["2", "3"]) - ModelState is Valid -2016-08-02 17:44:22.091 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TaskController.GetAllPendingTasksOfUserAndGroup (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 17:44:22.092 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 17:44:22.092 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 17:44:22.093 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 17:44:22.101 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TaskController.GetAllPendingTasksOfUserAndGroup (Api.Socioboard)" in 3116.0128ms -2016-08-02 17:44:22.106 +05:30 [Information] Request finished in 3131.1425ms 200 application/json; charset=utf-8 -2016-08-02 17:44:22.107 +05:30 [Debug] Connection id ""0HKTQPH9090MS"" completed keep alive response. -2016-08-02 17:45:55.136 +05:30 [Debug] Connection id ""0HKTQPH9090MS"" received FIN. -2016-08-02 17:45:55.136 +05:30 [Debug] Connection id ""0HKTQPH9090MR"" received FIN. -2016-08-02 17:45:55.137 +05:30 [Debug] Connection id ""0HKTQPH9090MS"" disconnecting. -2016-08-02 17:45:55.137 +05:30 [Debug] Connection id ""0HKTQPH9090MT"" started. -2016-08-02 17:45:55.137 +05:30 [Debug] Connection id ""0HKTQPH9090MS"" sending FIN. -2016-08-02 17:45:55.137 +05:30 [Debug] Connection id ""0HKTQPH9090MR"" disconnecting. -2016-08-02 17:45:55.158 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=2 -2016-08-02 17:45:55.158 +05:30 [Debug] Connection id ""0HKTQPH9090MR"" sending FIN. -2016-08-02 17:45:55.159 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-02 17:45:55.138 +05:30 [Debug] Connection id ""0HKTQPH9090MS"" sent FIN with status "0". -2016-08-02 17:45:55.160 +05:30 [Debug] Connection id ""0HKTQPH9090MR"" sent FIN with status "0". -2016-08-02 17:45:55.161 +05:30 [Debug] Connection id ""0HKTQPH9090MS"" stopped. -2016-08-02 17:45:55.160 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-02 17:45:55.161 +05:30 [Debug] Connection id ""0HKTQPH9090MR"" stopped. -2016-08-02 17:45:58.236 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-02 17:45:58.306 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 17:45:58.307 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 17:45:58.309 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 17:45:58.313 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 3147.6278ms -2016-08-02 17:45:58.317 +05:30 [Information] Request finished in 3178.1205ms 200 application/json; charset=utf-8 -2016-08-02 17:45:58.317 +05:30 [Debug] Connection id ""0HKTQPH9090MT"" completed keep alive response. -2016-08-02 17:45:58.322 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=3 -2016-08-02 17:45:58.323 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-02 17:45:58.323 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-02 17:46:01.384 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-02 17:46:01.448 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 17:46:01.449 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 17:46:01.450 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 17:46:01.452 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 3126.9148ms -2016-08-02 17:46:01.457 +05:30 [Information] Request finished in 3135.6497ms 200 application/json; charset=utf-8 -2016-08-02 17:46:01.457 +05:30 [Debug] Connection id ""0HKTQPH9090MT"" completed keep alive response. -2016-08-02 17:46:03.149 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=3 -2016-08-02 17:46:03.150 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-08-02 17:46:03.151 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-08-02 17:46:03.405 +05:30 [Debug] Connection id ""0HKTQPH9090MU"" started. -2016-08-02 17:46:03.408 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Task/GetAllPendingTasksOfUserAndGroup?groupId=3&userId=2 -2016-08-02 17:46:03.409 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Task/GetAllPendingTasksOfUserAndGroup"'. -2016-08-02 17:46:03.411 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TaskController.GetAllPendingTasksOfUserAndGroup (Api.Socioboard)" -2016-08-02 17:46:06.239 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-02 17:46:06.307 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 17:46:06.307 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 17:46:06.308 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 17:46:06.309 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 17:46:06.311 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 3158.6096ms -2016-08-02 17:46:06.314 +05:30 [Information] Request finished in 3177.6299ms 200 application/json; charset=utf-8 -2016-08-02 17:46:06.315 +05:30 [Debug] Connection id ""0HKTQPH9090MT"" completed keep alive response. -2016-08-02 17:46:06.469 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TaskController.GetAllPendingTasksOfUserAndGroup (Api.Socioboard)" with arguments (["2", "3"]) - ModelState is Valid -2016-08-02 17:46:06.497 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TaskController.GetAllPendingTasksOfUserAndGroup (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 17:46:06.498 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 17:46:06.499 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 17:46:06.500 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 17:46:06.503 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TaskController.GetAllPendingTasksOfUserAndGroup (Api.Socioboard)" in 3088.809ms -2016-08-02 17:46:06.506 +05:30 [Information] Request finished in 3099.0685ms 200 application/json; charset=utf-8 -2016-08-02 17:46:06.506 +05:30 [Debug] Connection id ""0HKTQPH9090MU"" completed keep alive response. -2016-08-02 17:47:09.129 +05:30 [Debug] Connection id ""0HKTQPH9090MU"" received FIN. -2016-08-02 17:47:09.129 +05:30 [Debug] Connection id ""0HKTQPH9090MT"" received FIN. -2016-08-02 17:47:09.129 +05:30 [Debug] Connection id ""0HKTQPH9090MU"" disconnecting. -2016-08-02 17:47:09.131 +05:30 [Debug] Connection id ""0HKTQPH9090MU"" sending FIN. -2016-08-02 17:47:09.130 +05:30 [Debug] Connection id ""0HKTQPH9090MT"" disconnecting. -2016-08-02 17:47:09.133 +05:30 [Debug] Connection id ""0HKTQPH9090MU"" sent FIN with status "0". -2016-08-02 17:47:09.130 +05:30 [Debug] Connection id ""0HKTQPH9090MV"" started. -2016-08-02 17:47:09.135 +05:30 [Debug] Connection id ""0HKTQPH9090MT"" sending FIN. -2016-08-02 17:47:09.134 +05:30 [Debug] Connection id ""0HKTQPH9090MU"" stopped. -2016-08-02 17:47:09.135 +05:30 [Debug] Connection id ""0HKTQPH9090MT"" sent FIN with status "0". -2016-08-02 17:47:09.137 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=2 -2016-08-02 17:47:09.137 +05:30 [Debug] Connection id ""0HKTQPH9090MT"" stopped. -2016-08-02 17:47:09.138 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-02 17:47:09.140 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-02 17:47:12.185 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-02 17:47:12.256 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 17:47:12.257 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 17:47:12.258 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 17:47:12.261 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 3119.6964ms -2016-08-02 17:47:12.265 +05:30 [Information] Request finished in 3127.0197ms 200 application/json; charset=utf-8 -2016-08-02 17:47:12.267 +05:30 [Debug] Connection id ""0HKTQPH9090MV"" completed keep alive response. -2016-08-02 17:47:12.271 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=3 -2016-08-02 17:47:12.271 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-02 17:47:12.272 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-02 17:47:15.345 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-02 17:47:15.423 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 17:47:15.424 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 17:47:15.425 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 17:47:15.429 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 3154.153ms -2016-08-02 17:47:15.432 +05:30 [Information] Request finished in 3161.3208ms 200 application/json; charset=utf-8 -2016-08-02 17:47:15.432 +05:30 [Debug] Connection id ""0HKTQPH9090MV"" completed keep alive response. -2016-08-02 17:47:16.870 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=3 -2016-08-02 17:47:16.872 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-08-02 17:47:16.872 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-08-02 17:47:17.264 +05:30 [Debug] Connection id ""0HKTQPH9090N0"" started. -2016-08-02 17:47:17.266 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Task/GetAllPendingTasksOfUserAndGroup?groupId=3&userId=2 -2016-08-02 17:47:17.268 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Task/GetAllPendingTasksOfUserAndGroup"'. -2016-08-02 17:47:17.269 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TaskController.GetAllPendingTasksOfUserAndGroup (Api.Socioboard)" -2016-08-02 17:47:20.046 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-02 17:47:20.111 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 17:47:20.111 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 17:47:20.111 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 17:47:20.112 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 17:47:20.114 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 3239.2939ms -2016-08-02 17:47:20.118 +05:30 [Information] Request finished in 3247.319ms 200 application/json; charset=utf-8 -2016-08-02 17:47:20.119 +05:30 [Debug] Connection id ""0HKTQPH9090MV"" completed keep alive response. -2016-08-02 17:47:20.337 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TaskController.GetAllPendingTasksOfUserAndGroup (Api.Socioboard)" with arguments (["2", "3"]) - ModelState is Valid -2016-08-02 17:47:20.366 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TaskController.GetAllPendingTasksOfUserAndGroup (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 17:47:20.367 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 17:47:20.367 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 17:47:20.369 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 17:47:20.376 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TaskController.GetAllPendingTasksOfUserAndGroup (Api.Socioboard)" in 3099.9687ms -2016-08-02 17:47:20.378 +05:30 [Information] Request finished in 3111.6543ms 200 application/json; charset=utf-8 -2016-08-02 17:47:20.379 +05:30 [Debug] Connection id ""0HKTQPH9090N0"" completed keep alive response. -2016-08-02 17:48:30.140 +05:30 [Debug] Connection id ""0HKTQPH9090N0"" received FIN. -2016-08-02 17:48:30.141 +05:30 [Debug] Connection id ""0HKTQPH9090N0"" disconnecting. -2016-08-02 17:48:30.140 +05:30 [Debug] Connection id ""0HKTQPH9090MV"" received FIN. -2016-08-02 17:48:30.148 +05:30 [Debug] Connection id ""0HKTQPH9090N0"" sending FIN. -2016-08-02 17:48:30.152 +05:30 [Debug] Connection id ""0HKTQPH9090N0"" sent FIN with status "0". -2016-08-02 17:48:30.155 +05:30 [Debug] Connection id ""0HKTQPH9090MV"" disconnecting. -2016-08-02 17:48:30.155 +05:30 [Debug] Connection id ""0HKTQPH9090N0"" stopped. -2016-08-02 17:48:30.160 +05:30 [Debug] Connection id ""0HKTQPH9090MV"" sending FIN. -2016-08-02 17:48:30.164 +05:30 [Debug] Connection id ""0HKTQPH9090MV"" sent FIN with status "0". -2016-08-02 17:48:30.164 +05:30 [Debug] Connection id ""0HKTQPH9090MV"" stopped. -2016-08-02 17:49:26.826 +05:30 [Debug] Connection id ""0HKTQPH9090N1"" started. -2016-08-02 17:49:26.831 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=2 -2016-08-02 17:49:26.832 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-02 17:49:26.833 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-02 17:49:29.884 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-02 17:49:29.954 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 17:49:29.955 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 17:49:29.956 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 17:49:29.959 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 3123.3204ms -2016-08-02 17:49:29.965 +05:30 [Information] Request finished in 3132.3267ms 200 application/json; charset=utf-8 -2016-08-02 17:49:29.966 +05:30 [Debug] Connection id ""0HKTQPH9090N1"" completed keep alive response. -2016-08-02 17:49:29.975 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=3 -2016-08-02 17:49:29.976 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-02 17:49:29.976 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-02 17:49:33.017 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-02 17:49:33.080 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 17:49:33.081 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 17:49:33.081 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 17:49:33.084 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 3105.9466ms -2016-08-02 17:49:33.086 +05:30 [Information] Request finished in 3114.3983ms 200 application/json; charset=utf-8 -2016-08-02 17:49:33.087 +05:30 [Debug] Connection id ""0HKTQPH9090N1"" completed keep alive response. -2016-08-02 17:49:34.588 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=3 -2016-08-02 17:49:34.590 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-08-02 17:49:34.590 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-08-02 17:49:34.855 +05:30 [Debug] Connection id ""0HKTQPH9090N2"" started. -2016-08-02 17:49:34.863 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Task/GetAllPendingTasksOfUserAndGroup?groupId=3&userId=2 -2016-08-02 17:49:34.864 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Task/GetAllPendingTasksOfUserAndGroup"'. -2016-08-02 17:49:34.866 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TaskController.GetAllPendingTasksOfUserAndGroup (Api.Socioboard)" -2016-08-02 17:49:37.693 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-02 17:49:37.763 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 17:49:37.764 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 17:49:37.764 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 17:49:37.765 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 17:49:37.769 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 3175.9108ms -2016-08-02 17:49:37.772 +05:30 [Information] Request finished in 3183.3051ms 200 application/json; charset=utf-8 -2016-08-02 17:49:37.773 +05:30 [Debug] Connection id ""0HKTQPH9090N1"" completed keep alive response. -2016-08-02 17:49:37.918 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TaskController.GetAllPendingTasksOfUserAndGroup (Api.Socioboard)" with arguments (["2", "3"]) - ModelState is Valid -2016-08-02 17:49:37.944 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TaskController.GetAllPendingTasksOfUserAndGroup (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 17:49:37.944 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 17:49:37.945 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 17:49:37.946 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 17:49:37.952 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TaskController.GetAllPendingTasksOfUserAndGroup (Api.Socioboard)" in 3080.1985ms -2016-08-02 17:49:37.955 +05:30 [Information] Request finished in 3096.6554ms 200 application/json; charset=utf-8 -2016-08-02 17:49:37.955 +05:30 [Debug] Connection id ""0HKTQPH9090N2"" completed keep alive response. -2016-08-02 17:52:30.140 +05:30 [Debug] Connection id ""0HKTQPH9090N1"" received FIN. -2016-08-02 17:52:30.140 +05:30 [Debug] Connection id ""0HKTQPH9090N2"" received FIN. -2016-08-02 17:52:30.142 +05:30 [Debug] Connection id ""0HKTQPH9090N1"" disconnecting. -2016-08-02 17:52:30.144 +05:30 [Debug] Connection id ""0HKTQPH9090N1"" sending FIN. -2016-08-02 17:52:30.145 +05:30 [Debug] Connection id ""0HKTQPH9090N1"" sent FIN with status "0". -2016-08-02 17:52:30.142 +05:30 [Debug] Connection id ""0HKTQPH9090N2"" disconnecting. -2016-08-02 17:52:30.148 +05:30 [Debug] Connection id ""0HKTQPH9090N2"" sending FIN. -2016-08-02 17:52:30.148 +05:30 [Debug] Connection id ""0HKTQPH9090N2"" sent FIN with status "0". -2016-08-02 17:52:30.149 +05:30 [Debug] Connection id ""0HKTQPH9090N2"" stopped. -2016-08-02 17:52:30.146 +05:30 [Debug] Connection id ""0HKTQPH9090N1"" stopped. -2016-08-02 17:55:15.531 +05:30 [Debug] Connection id ""0HKTQPH9090N3"" started. -2016-08-02 17:55:15.533 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=2 -2016-08-02 17:55:15.534 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-02 17:55:15.535 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-02 17:55:18.601 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-02 17:55:18.672 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 17:55:18.673 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 17:55:18.674 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 17:55:18.676 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 3139.486ms -2016-08-02 17:55:18.680 +05:30 [Information] Request finished in 3146.6558ms 200 application/json; charset=utf-8 -2016-08-02 17:55:18.680 +05:30 [Debug] Connection id ""0HKTQPH9090N3"" completed keep alive response. -2016-08-02 17:55:18.694 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=3 -2016-08-02 17:55:18.695 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-02 17:55:18.695 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-02 17:55:21.760 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-02 17:55:21.826 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 17:55:21.827 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 17:55:21.828 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 17:55:21.832 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 3133.0499ms -2016-08-02 17:55:21.835 +05:30 [Information] Request finished in 3143.9199ms 200 application/json; charset=utf-8 -2016-08-02 17:55:21.836 +05:30 [Debug] Connection id ""0HKTQPH9090N3"" completed keep alive response. -2016-08-02 17:55:23.781 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=3 -2016-08-02 17:55:23.782 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-08-02 17:55:23.783 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-08-02 17:55:23.937 +05:30 [Debug] Connection id ""0HKTQPH9090N4"" started. -2016-08-02 17:55:23.939 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Task/GetAllPendingTasksOfUserAndGroup?groupId=3&userId=2 -2016-08-02 17:55:23.940 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Task/GetAllPendingTasksOfUserAndGroup"'. -2016-08-02 17:55:23.942 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TaskController.GetAllPendingTasksOfUserAndGroup (Api.Socioboard)" -2016-08-02 17:55:26.915 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-02 17:55:26.984 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 17:55:26.984 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 17:55:26.985 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 17:55:26.997 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 17:55:27.014 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TaskController.GetAllPendingTasksOfUserAndGroup (Api.Socioboard)" with arguments (["2", "3"]) - ModelState is Valid -2016-08-02 17:55:27.016 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 3228.6273ms -2016-08-02 17:55:27.020 +05:30 [Information] Request finished in 3239.5731ms 200 application/json; charset=utf-8 -2016-08-02 17:55:27.020 +05:30 [Debug] Connection id ""0HKTQPH9090N3"" completed keep alive response. -2016-08-02 17:55:27.045 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TaskController.GetAllPendingTasksOfUserAndGroup (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 17:55:27.046 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 17:55:27.046 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 17:55:27.048 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 17:55:27.052 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TaskController.GetAllPendingTasksOfUserAndGroup (Api.Socioboard)" in 3104.6335ms -2016-08-02 17:55:27.055 +05:30 [Information] Request finished in 3116.4192ms 200 application/json; charset=utf-8 -2016-08-02 17:55:27.056 +05:30 [Debug] Connection id ""0HKTQPH9090N4"" completed keep alive response. -2016-08-02 17:56:30.139 +05:30 [Debug] Connection id ""0HKTQPH9090N4"" received FIN. -2016-08-02 17:56:30.144 +05:30 [Debug] Connection id ""0HKTQPH9090N4"" disconnecting. -2016-08-02 17:56:30.146 +05:30 [Debug] Connection id ""0HKTQPH9090N4"" sending FIN. -2016-08-02 17:56:30.147 +05:30 [Debug] Connection id ""0HKTQPH9090N4"" sent FIN with status "0". -2016-08-02 17:56:30.148 +05:30 [Debug] Connection id ""0HKTQPH9090N4"" stopped. -2016-08-02 17:56:30.149 +05:30 [Debug] Connection id ""0HKTQPH9090N3"" received FIN. -2016-08-02 17:56:30.150 +05:30 [Debug] Connection id ""0HKTQPH9090N3"" disconnecting. -2016-08-02 17:56:30.150 +05:30 [Debug] Connection id ""0HKTQPH9090N3"" sending FIN. -2016-08-02 17:56:30.151 +05:30 [Debug] Connection id ""0HKTQPH9090N3"" sent FIN with status "0". -2016-08-02 17:56:30.152 +05:30 [Debug] Connection id ""0HKTQPH9090N3"" stopped. -2016-08-02 18:01:28.383 +05:30 [Debug] Connection id ""0HKTQPH9090N5"" started. -2016-08-02 18:01:28.384 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=2 -2016-08-02 18:01:28.385 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-02 18:01:28.386 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-02 18:01:30.490 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-02 18:01:30.589 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 18:01:30.590 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 18:01:30.591 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 18:01:30.593 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 2205.3121ms -2016-08-02 18:01:30.596 +05:30 [Information] Request finished in 2211.7413ms 200 application/json; charset=utf-8 -2016-08-02 18:01:30.597 +05:30 [Debug] Connection id ""0HKTQPH9090N5"" completed keep alive response. -2016-08-02 18:01:30.606 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=3 -2016-08-02 18:01:30.606 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-02 18:01:30.607 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-02 18:01:32.738 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-02 18:01:32.805 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 18:01:32.806 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 18:01:32.807 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 18:01:32.809 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 2200.894ms -2016-08-02 18:01:32.812 +05:30 [Information] Request finished in 2207.115ms 200 application/json; charset=utf-8 -2016-08-02 18:01:32.813 +05:30 [Debug] Connection id ""0HKTQPH9090N5"" completed keep alive response. -2016-08-02 18:01:34.624 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Task/GetAllPendingTasksOfUserAndGroup?groupId=3&userId=2 -2016-08-02 18:01:34.625 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Task/GetAllPendingTasksOfUserAndGroup"'. -2016-08-02 18:01:34.626 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TaskController.GetAllPendingTasksOfUserAndGroup (Api.Socioboard)" -2016-08-02 18:01:34.657 +05:30 [Debug] Connection id ""0HKTQPH9090N6"" started. -2016-08-02 18:01:34.659 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=3 -2016-08-02 18:01:34.664 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-08-02 18:01:34.665 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-08-02 18:01:37.718 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-02 18:01:37.718 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TaskController.GetAllPendingTasksOfUserAndGroup (Api.Socioboard)" with arguments (["2", "3"]) - ModelState is Valid -2016-08-02 18:01:37.789 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 18:01:37.789 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 18:01:37.790 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 18:01:37.791 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 18:01:37.795 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 3125.1622ms -2016-08-02 18:01:37.799 +05:30 [Information] Request finished in 3138.8252ms 200 application/json; charset=utf-8 -2016-08-02 18:01:37.799 +05:30 [Debug] Connection id ""0HKTQPH9090N6"" completed keep alive response. -2016-08-02 18:01:37.816 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TaskController.GetAllPendingTasksOfUserAndGroup (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 18:01:37.817 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 18:01:37.817 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 18:01:37.819 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 18:01:37.825 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TaskController.GetAllPendingTasksOfUserAndGroup (Api.Socioboard)" in 3191.6859ms -2016-08-02 18:01:37.828 +05:30 [Information] Request finished in 3203.1734ms 200 application/json; charset=utf-8 -2016-08-02 18:01:37.828 +05:30 [Debug] Connection id ""0HKTQPH9090N5"" completed keep alive response. -2016-08-02 18:01:42.421 +05:30 [Information] Request starting HTTP/1.1 OPTIONS http://localhost:6361/api/Task/DeleteTask?taskId=579f30c1f1f09d0c6c597451 -2016-08-02 18:01:42.423 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Task/DeleteTask"'. -2016-08-02 18:01:42.426 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TaskController.DeleteTask (Api.Socioboard)" -2016-08-02 18:01:42.437 +05:30 [Warning] Authorization failed for the request at filter '"Microsoft.AspNetCore.Mvc.Cors.CorsAuthorizationFilter"'. -2016-08-02 18:01:42.449 +05:30 [Information] Executing HttpStatusCodeResult, setting HTTP status code 200 -2016-08-02 18:01:42.452 +05:30 [Information] Request finished in 32.6841ms 200 -2016-08-02 18:01:42.453 +05:30 [Debug] Connection id ""0HKTQPH9090N6"" completed keep alive response. -2016-08-02 18:04:41.146 +05:30 [Debug] Hosting starting -2016-08-02 18:04:41.354 +05:30 [Debug] Hosting started -2016-08-02 18:04:41.569 +05:30 [Debug] Connection id ""0HKTQQ5G4CC8S"" started. -2016-08-02 18:04:41.569 +05:30 [Debug] Connection id ""0HKTQQ5G4CC8T"" started. -2016-08-02 18:04:41.786 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:6361/ 0 -2016-08-02 18:04:41.788 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-08-02 18:04:41.878 +05:30 [Information] Request finished in 146.7859ms 200 -2016-08-02 18:04:41.941 +05:30 [Debug] Connection id ""0HKTQQ5G4CC8T"" completed keep alive response. -2016-08-02 18:04:42.505 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-08-02 18:04:42.587 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"8b2f7f80-dfcc-4324-b6e7-d5788eb4c085"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-08-02 18:04:42.737 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-08-02 18:04:42.853 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid -2016-08-02 18:04:42.858 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult". -2016-08-02 18:04:42.907 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 18:04:42.912 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 18:04:42.916 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 18:04:43.269 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 521.318ms -2016-08-02 18:04:43.353 +05:30 [Information] Request finished in 1642.8307ms 200 application/json; charset=utf-8 -2016-08-02 18:04:43.356 +05:30 [Debug] Connection id ""0HKTQQ5G4CC8S"" completed keep alive response. -2016-08-02 18:06:41.544 +05:30 [Debug] Connection id ""0HKTQQ5G4CC8S"" received FIN. -2016-08-02 18:06:41.544 +05:30 [Debug] Connection id ""0HKTQQ5G4CC8T"" received FIN. -2016-08-02 18:06:41.549 +05:30 [Debug] Connection id ""0HKTQQ5G4CC8S"" disconnecting. -2016-08-02 18:06:41.550 +05:30 [Debug] Connection id ""0HKTQQ5G4CC8T"" disconnecting. -2016-08-02 18:06:41.551 +05:30 [Debug] Connection id ""0HKTQQ5G4CC8S"" sending FIN. -2016-08-02 18:06:41.551 +05:30 [Debug] Connection id ""0HKTQQ5G4CC8T"" sending FIN. -2016-08-02 18:06:41.557 +05:30 [Debug] Connection id ""0HKTQQ5G4CC8T"" sent FIN with status "0". -2016-08-02 18:06:41.560 +05:30 [Debug] Connection id ""0HKTQQ5G4CC8T"" stopped. -2016-08-02 18:06:41.557 +05:30 [Debug] Connection id ""0HKTQQ5G4CC8S"" sent FIN with status "0". -2016-08-02 18:06:41.562 +05:30 [Debug] Connection id ""0HKTQQ5G4CC8S"" stopped. -2016-08-02 18:12:24.389 +05:30 [Debug] Hosting starting -2016-08-02 18:12:24.613 +05:30 [Debug] Hosting started -2016-08-02 18:12:24.739 +05:30 [Debug] Connection id ""0HKTQQ9Q5FIHG"" started. -2016-08-02 18:12:24.739 +05:30 [Debug] Connection id ""0HKTQQ9Q5FIHH"" started. -2016-08-02 18:12:24.956 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:6361/ 0 -2016-08-02 18:12:24.956 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-08-02 18:12:25.032 +05:30 [Information] Request finished in 120.96ms 200 -2016-08-02 18:12:25.089 +05:30 [Debug] Connection id ""0HKTQQ9Q5FIHH"" completed keep alive response. -2016-08-02 18:12:25.676 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-08-02 18:12:25.739 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"7c03fcb2-d810-4f48-bd57-7acf4439a753"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-08-02 18:12:25.889 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-08-02 18:12:26.037 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid -2016-08-02 18:12:26.040 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult". -2016-08-02 18:12:26.094 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 18:12:26.101 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 18:12:26.104 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 18:12:26.495 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 595.5529ms -2016-08-02 18:12:26.583 +05:30 [Information] Request finished in 1686.0558ms 200 application/json; charset=utf-8 -2016-08-02 18:12:26.587 +05:30 [Debug] Connection id ""0HKTQQ9Q5FIHG"" completed keep alive response. -2016-08-02 18:12:43.169 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/User/FacebookLogin application/x-www-form-urlencoded 176 -2016-08-02 18:12:43.170 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/FacebookLogin"'. -2016-08-02 18:12:43.172 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" -2016-08-02 18:12:46.590 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" with arguments (["EAAKYvwDVmnUBAFVGiIRzIZCq2qbybM9bwPQfytThEzZBZAtTOLyNTirHthYAvamUzZBHSiolLUYO1hZBvDkskfYNrnIqa7CGYwJ7z2hu3V76LIFXoQuXzBTwpoMCe6ZByvnKbBmzcGDh5sA6J05T52BzOSU0F9DdIZD"]) - ModelState is Valid -2016-08-02 18:12:51.779 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 18:12:51.787 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 18:12:51.790 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 18:12:51.957 +05:30 [Information] Executed action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" in 8783.219ms -2016-08-02 18:12:51.961 +05:30 [Information] Request finished in 8794.0853ms 200 application/json; charset=utf-8 -2016-08-02 18:12:51.961 +05:30 [Debug] Connection id ""0HKTQQ9Q5FIHH"" completed keep alive response. -2016-08-02 18:12:52.296 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-08-02 18:12:52.297 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-02 18:12:52.299 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-02 18:12:54.441 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-02 18:12:54.668 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 18:12:54.669 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 18:12:54.670 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 18:12:54.685 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 2383.2503ms -2016-08-02 18:12:54.690 +05:30 [Information] Request finished in 2393.2363ms 200 application/json; charset=utf-8 -2016-08-02 18:12:54.691 +05:30 [Debug] Connection id ""0HKTQQ9Q5FIHG"" completed keep alive response. -2016-08-02 18:12:54.746 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-08-02 18:12:54.748 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-02 18:12:54.750 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-02 18:12:57.821 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-02 18:12:57.904 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 18:12:57.905 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 18:12:57.906 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 18:12:57.920 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 3166.8786ms -2016-08-02 18:12:57.923 +05:30 [Information] Request finished in 3177.2656ms 200 application/json; charset=utf-8 -2016-08-02 18:12:57.924 +05:30 [Debug] Connection id ""0HKTQQ9Q5FIHH"" completed keep alive response. -2016-08-02 18:13:00.175 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=1 -2016-08-02 18:13:00.176 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-08-02 18:13:00.185 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-08-02 18:13:00.457 +05:30 [Debug] Connection id ""0HKTQQ9Q5FIHI"" started. -2016-08-02 18:13:00.457 +05:30 [Debug] Connection id ""0HKTQQ9Q5FIHJ"" started. -2016-08-02 18:13:00.467 +05:30 [Debug] Connection id ""0HKTQQ9Q5FIHL"" started. -2016-08-02 18:13:00.465 +05:30 [Debug] Connection id ""0HKTQQ9Q5FIHK"" started. -2016-08-02 18:13:00.475 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Google/GetGplusProfiles?groupId=1 -2016-08-02 18:13:00.476 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GetGplusProfiles"'. -2016-08-02 18:13:00.479 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" -2016-08-02 18:13:00.480 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Instagram/GetInstagramProfiles?groupId=1 -2016-08-02 18:13:00.482 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=1 -2016-08-02 18:13:00.484 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-08-02 18:13:00.483 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Instagram/GetInstagramProfiles"'. -2016-08-02 18:13:00.501 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-08-02 18:13:00.503 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" -2016-08-02 18:13:00.984 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=1 -2016-08-02 18:13:00.987 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-08-02 18:13:00.990 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-08-02 18:13:01.559 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/LinkedIn/GetLinkedInCompanyPagesProfiles?groupId=1 -2016-08-02 18:13:01.559 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/LinkedIn/GetLinkedInCompanyPagesProfiles"'. -2016-08-02 18:13:01.561 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" -2016-08-02 18:13:04.737 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-02 18:13:04.758 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-02 18:13:04.784 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-02 18:13:04.853 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-02 18:13:04.914 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-02 18:13:05.001 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 18:13:05.001 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 18:13:05.001 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 18:13:05.032 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-02 18:13:05.100 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 18:13:05.103 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 18:13:05.104 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 18:13:05.173 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 18:13:05.224 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 18:13:05.227 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 18:13:05.235 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" in 4749.7083ms -2016-08-02 18:13:05.269 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 18:13:05.270 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 18:13:05.296 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 18:13:05.333 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 18:13:05.333 +05:30 [Information] Request finished in 4810.9559ms 200 application/json; charset=utf-8 -2016-08-02 18:13:05.340 +05:30 [Debug] Connection id ""0HKTQQ9Q5FIHI"" completed keep alive response. -2016-08-02 18:13:05.269 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 18:13:05.402 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 18:13:05.427 +05:30 [Information] Executed action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" in 3778.9054ms -2016-08-02 18:13:05.428 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/SocialMessages/GetAllSentMessagesCount?groupId=1&userId=1 -2016-08-02 18:13:05.407 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 18:13:05.446 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 18:13:05.451 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/SocialMessages/GetAllSentMessagesCount"'. -2016-08-02 18:13:05.451 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 18:13:05.454 +05:30 [Information] Request finished in 3901.7502ms 200 application/json; charset=utf-8 -2016-08-02 18:13:05.460 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 18:13:05.459 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 18:13:05.462 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" -2016-08-02 18:13:05.463 +05:30 [Information] Executed action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" in 4957.9388ms -2016-08-02 18:13:05.467 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 18:13:05.465 +05:30 [Debug] Connection id ""0HKTQQ9Q5FIHJ"" completed keep alive response. -2016-08-02 18:13:05.469 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 18:13:05.478 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 18:13:05.482 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 18:13:05.483 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetIncommingMessage?groupId=1&userId=1 -2016-08-02 18:13:05.486 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetIncommingMessage"'. -2016-08-02 18:13:05.491 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" -2016-08-02 18:13:05.491 +05:30 [Information] Request finished in 5007.1629ms 200 application/json; charset=utf-8 -2016-08-02 18:13:05.496 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 5299.6036ms -2016-08-02 18:13:05.500 +05:30 [Debug] Connection id ""0HKTQQ9Q5FIHH"" completed keep alive response. -2016-08-02 18:13:05.512 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 5005.6707ms -2016-08-02 18:13:05.516 +05:30 [Information] Request finished in 5338.4836ms 200 application/json; charset=utf-8 -2016-08-02 18:13:05.516 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterFollowerCount?groupId=1&userId=1 -2016-08-02 18:13:05.517 +05:30 [Debug] Connection id ""0HKTQQ9Q5FIHG"" completed keep alive response. -2016-08-02 18:13:05.525 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterFollowerCount"'. -2016-08-02 18:13:05.527 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 4533.888ms -2016-08-02 18:13:05.520 +05:30 [Information] Request finished in 5039.5395ms 200 application/json; charset=utf-8 -2016-08-02 18:13:05.527 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/FacebookfanPageCount?groupId=1&userId=1 -2016-08-02 18:13:05.531 +05:30 [Debug] Connection id ""0HKTQQ9Q5FIHL"" completed keep alive response. -2016-08-02 18:13:05.530 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" -2016-08-02 18:13:05.531 +05:30 [Information] Request finished in 4547.7933ms 200 application/json; charset=utf-8 -2016-08-02 18:13:05.531 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/FacebookfanPageCount"'. -2016-08-02 18:13:05.537 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterRecentFollower?groupId=1 -2016-08-02 18:13:05.539 +05:30 [Debug] Connection id ""0HKTQQ9Q5FIHK"" completed keep alive response. -2016-08-02 18:13:05.544 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterRecentFollower"'. -2016-08-02 18:13:05.544 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" -2016-08-02 18:13:05.547 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" -2016-08-02 18:13:05.621 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Google/GetGAProfiles?groupId=1 -2016-08-02 18:13:05.623 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GetGAProfiles"'. -2016-08-02 18:13:05.625 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GetGAProfiles (Api.Socioboard)" -2016-08-02 18:13:08.602 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-08-02 18:13:08.621 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-08-02 18:13:08.726 +05:30 [Debug] Connection id ""0HKTQQ9Q5FIHM"" started. -2016-08-02 18:13:08.800 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-08-02 18:13:08.841 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-08-02 18:13:08.863 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-08-02 18:13:08.865 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GetGAProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-02 18:13:08.872 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 18:13:08.864 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-02 18:13:08.879 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 18:13:08.883 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 18:13:08.869 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-02 18:13:08.886 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-02 18:13:08.916 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GetGAProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 18:13:08.952 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 18:13:08.953 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 18:13:08.954 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 18:13:08.961 +05:30 [Information] Executed action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" in 3486.0839ms -2016-08-02 18:13:08.970 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 18:13:08.971 +05:30 [Information] Request finished in 3605.6357ms 200 application/json; charset=utf-8 -2016-08-02 18:13:08.973 +05:30 [Debug] Connection id ""0HKTQQ9Q5FIHI"" completed keep alive response. -2016-08-02 18:13:09.003 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 18:13:09.008 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 18:13:09.008 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-02 18:13:09.010 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GetGAProfiles (Api.Socioboard)" in 3371.9959ms -2016-08-02 18:13:09.018 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 18:13:09.025 +05:30 [Information] Request finished in 3403.1469ms 200 application/json; charset=utf-8 -2016-08-02 18:13:09.028 +05:30 [Debug] Connection id ""0HKTQQ9Q5FIHK"" completed keep alive response. -2016-08-02 18:13:09.038 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 18:13:09.039 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 18:13:09.039 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-02 18:13:09.046 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" in 3492.4001ms -2016-08-02 18:13:09.064 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 18:13:09.064 +05:30 [Information] Request finished in 3539.6366ms 200 text/plain; charset=utf-8 -2016-08-02 18:13:09.087 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" in 3519.5605ms -2016-08-02 18:13:09.092 +05:30 [Debug] Connection id ""0HKTQQ9Q5FIHH"" completed keep alive response. -2016-08-02 18:13:09.119 +05:30 [Information] Request finished in 3592.6018ms 200 text/plain; charset=utf-8 -2016-08-02 18:13:09.120 +05:30 [Debug] Connection id ""0HKTQQ9Q5FIHG"" completed keep alive response. -2016-08-02 18:13:09.970 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 18:13:09.971 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 18:13:09.972 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-02 18:13:09.973 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 18:13:09.975 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" in 4481.7549ms -2016-08-02 18:13:09.979 +05:30 [Information] Request finished in 4503.5277ms 200 text/plain; charset=utf-8 -2016-08-02 18:13:09.979 +05:30 [Debug] Connection id ""0HKTQQ9Q5FIHJ"" completed keep alive response. -2016-08-02 18:13:10.581 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 18:13:10.583 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 18:13:10.584 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 18:13:10.588 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 18:13:10.597 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" in 5044.5694ms -2016-08-02 18:13:10.601 +05:30 [Information] Request finished in 5063.8076ms 200 application/json; charset=utf-8 -2016-08-02 18:13:10.601 +05:30 [Debug] Connection id ""0HKTQQ9Q5FIHL"" completed keep alive response. -2016-08-02 18:13:11.059 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-02 18:13:11.140 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 18:13:11.141 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 18:13:11.142 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 18:13:11.146 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 2225.1556ms -2016-08-02 18:13:11.149 +05:30 [Information] Request finished in 2364.8256ms 200 application/json; charset=utf-8 -2016-08-02 18:13:11.150 +05:30 [Debug] Connection id ""0HKTQQ9Q5FIHM"" completed keep alive response. -2016-08-02 18:13:11.156 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=3 -2016-08-02 18:13:11.157 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-02 18:13:11.158 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-02 18:13:14.214 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-02 18:13:14.284 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 18:13:14.285 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 18:13:14.286 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 18:13:14.289 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 3128.1043ms -2016-08-02 18:13:14.292 +05:30 [Information] Request finished in 3135.9037ms 200 application/json; charset=utf-8 -2016-08-02 18:13:14.292 +05:30 [Debug] Connection id ""0HKTQQ9Q5FIHI"" completed keep alive response. -2016-08-02 18:13:15.404 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=3 -2016-08-02 18:13:15.408 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-08-02 18:13:15.409 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-08-02 18:13:15.672 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=3 -2016-08-02 18:13:15.673 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=3 -2016-08-02 18:13:15.673 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-08-02 18:13:15.677 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Instagram/GetInstagramProfiles?groupId=3 -2016-08-02 18:13:15.679 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-08-02 18:13:15.676 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/LinkedIn/GetLinkedInCompanyPagesProfiles?groupId=3 -2016-08-02 18:13:15.679 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Instagram/GetInstagramProfiles"'. -2016-08-02 18:13:15.681 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-08-02 18:13:15.681 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/LinkedIn/GetLinkedInCompanyPagesProfiles"'. -2016-08-02 18:13:15.681 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" -2016-08-02 18:13:15.685 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" -2016-08-02 18:13:15.679 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-08-02 18:13:15.693 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Google/GetGplusProfiles?groupId=3 -2016-08-02 18:13:15.699 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GetGplusProfiles"'. -2016-08-02 18:13:15.711 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" -2016-08-02 18:13:18.558 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-02 18:13:18.632 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 18:13:18.633 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 18:13:18.634 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 18:13:18.635 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 18:13:18.637 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 3224.7574ms -2016-08-02 18:13:18.640 +05:30 [Information] Request finished in 3235.3268ms 200 application/json; charset=utf-8 -2016-08-02 18:13:18.641 +05:30 [Debug] Connection id ""0HKTQQ9Q5FIHK"" completed keep alive response. -2016-08-02 18:13:18.644 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/SocialMessages/GetAllSentMessagesCount?groupId=3&userId=1 -2016-08-02 18:13:18.645 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/SocialMessages/GetAllSentMessagesCount"'. -2016-08-02 18:13:18.646 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" -2016-08-02 18:13:18.749 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-02 18:13:18.864 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-02 18:13:18.886 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-02 18:13:18.972 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 18:13:18.973 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 18:13:18.973 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 18:13:18.991 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-02 18:13:19.010 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 18:13:19.081 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-02 18:13:19.082 +05:30 [Information] Executed action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" in 3325.5579ms -2016-08-02 18:13:19.180 +05:30 [Information] Request finished in 3473.2692ms 200 application/json; charset=utf-8 -2016-08-02 18:13:19.181 +05:30 [Debug] Connection id ""0HKTQQ9Q5FIHM"" completed keep alive response. -2016-08-02 18:13:19.216 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetIncommingMessage?groupId=3&userId=1 -2016-08-02 18:13:19.217 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetIncommingMessage"'. -2016-08-02 18:13:19.216 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 18:13:19.218 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" -2016-08-02 18:13:19.235 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 18:13:19.236 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 18:13:19.257 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 18:13:19.257 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 18:13:19.257 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 18:13:19.263 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 18:13:19.264 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 18:13:19.264 +05:30 [Information] Executed action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" in 3564.1214ms -2016-08-02 18:13:19.294 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 18:13:19.294 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 18:13:19.310 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 18:13:19.329 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 18:13:19.328 +05:30 [Information] Request finished in 3639.4996ms 200 application/json; charset=utf-8 -2016-08-02 18:13:19.354 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" in 3619.7124ms -2016-08-02 18:13:19.355 +05:30 [Debug] Connection id ""0HKTQQ9Q5FIHJ"" completed keep alive response. -2016-08-02 18:13:19.378 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 3637.9098ms -2016-08-02 18:13:19.408 +05:30 [Information] Request finished in 3706.2312ms 200 application/json; charset=utf-8 -2016-08-02 18:13:19.410 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterFollowerCount?groupId=3&userId=1 -2016-08-02 18:13:19.411 +05:30 [Debug] Connection id ""0HKTQQ9Q5FIHL"" completed keep alive response. -2016-08-02 18:13:19.410 +05:30 [Information] Request finished in 3738.0747ms 200 application/json; charset=utf-8 -2016-08-02 18:13:19.410 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 18:13:19.414 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterFollowerCount"'. -2016-08-02 18:13:19.418 +05:30 [Debug] Connection id ""0HKTQQ9Q5FIHG"" completed keep alive response. -2016-08-02 18:13:19.416 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/FacebookfanPageCount?groupId=3&userId=1 -2016-08-02 18:13:19.422 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 18:13:19.427 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/FacebookfanPageCount"'. -2016-08-02 18:13:19.427 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 18:13:19.424 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" -2016-08-02 18:13:19.428 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" -2016-08-02 18:13:19.426 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterRecentFollower?groupId=3 -2016-08-02 18:13:19.429 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 18:13:19.435 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterRecentFollower"'. -2016-08-02 18:13:19.437 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 3750.3481ms -2016-08-02 18:13:19.437 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" -2016-08-02 18:13:19.442 +05:30 [Information] Request finished in 3769.5369ms 200 application/json; charset=utf-8 -2016-08-02 18:13:19.443 +05:30 [Debug] Connection id ""0HKTQQ9Q5FIHH"" completed keep alive response. -2016-08-02 18:13:19.446 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Google/GetGAProfiles?groupId=3 -2016-08-02 18:13:19.447 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GetGAProfiles"'. -2016-08-02 18:13:19.448 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GetGAProfiles (Api.Socioboard)" -2016-08-02 18:13:21.398 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" with arguments (["3", "1"]) - ModelState is Valid -2016-08-02 18:13:21.438 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 18:13:21.439 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 18:13:21.439 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-02 18:13:21.441 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 18:13:21.444 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" in 2206.6608ms -2016-08-02 18:13:21.448 +05:30 [Information] Request finished in 2259.9234ms 200 text/plain; charset=utf-8 -2016-08-02 18:13:21.448 +05:30 [Debug] Connection id ""0HKTQQ9Q5FIHK"" completed keep alive response. -2016-08-02 18:13:21.455 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Task/GetAllPendingTasksOfUserAndGroup?groupId=3&userId=1 -2016-08-02 18:13:21.456 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Task/GetAllPendingTasksOfUserAndGroup"'. -2016-08-02 18:13:21.458 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TaskController.GetAllPendingTasksOfUserAndGroup (Api.Socioboard)" -2016-08-02 18:13:21.696 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" with arguments (["1", "3"]) - ModelState is Valid -2016-08-02 18:13:21.763 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 18:13:21.764 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 18:13:21.764 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 18:13:21.765 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 18:13:21.768 +05:30 [Information] Executed action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" in 3119.7802ms -2016-08-02 18:13:21.772 +05:30 [Information] Request finished in 3127.3864ms 200 application/json; charset=utf-8 -2016-08-02 18:13:21.772 +05:30 [Debug] Connection id ""0HKTQQ9Q5FIHI"" completed keep alive response. -2016-08-02 18:13:22.462 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" with arguments (["3", "1"]) - ModelState is Valid -2016-08-02 18:13:22.605 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GetGAProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-02 18:13:22.606 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 18:13:22.609 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 18:13:22.609 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-02 18:13:22.611 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-02 18:13:22.613 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" with arguments (["1", "3"]) - ModelState is Valid -2016-08-02 18:13:22.611 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GetGAProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 18:13:22.616 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 18:13:22.616 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 18:13:22.631 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 18:13:22.649 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" in 3201.9336ms -2016-08-02 18:13:22.651 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 18:13:22.657 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GetGAProfiles (Api.Socioboard)" in 3204.3029ms -2016-08-02 18:13:22.658 +05:30 [Information] Request finished in 3274.8096ms 200 text/plain; charset=utf-8 -2016-08-02 18:13:22.659 +05:30 [Debug] Connection id ""0HKTQQ9Q5FIHM"" completed keep alive response. -2016-08-02 18:13:22.658 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 18:13:22.663 +05:30 [Information] Request finished in 3215.7121ms 200 application/json; charset=utf-8 -2016-08-02 18:13:22.663 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 18:13:22.664 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-02 18:13:22.664 +05:30 [Debug] Connection id ""0HKTQQ9Q5FIHG"" completed keep alive response. -2016-08-02 18:13:22.667 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 18:13:22.669 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" in 3235.721ms -2016-08-02 18:13:22.671 +05:30 [Information] Request finished in 3257.2418ms 200 text/plain; charset=utf-8 -2016-08-02 18:13:22.672 +05:30 [Debug] Connection id ""0HKTQQ9Q5FIHJ"" completed keep alive response. -2016-08-02 18:13:23.413 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 18:13:23.415 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 18:13:23.416 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 18:13:23.418 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 18:13:23.421 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" in 3980.0203ms -2016-08-02 18:13:23.423 +05:30 [Information] Request finished in 3997.8956ms 200 application/json; charset=utf-8 -2016-08-02 18:13:23.423 +05:30 [Debug] Connection id ""0HKTQQ9Q5FIHL"" completed keep alive response. -2016-08-02 18:13:24.902 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TaskController.GetAllPendingTasksOfUserAndGroup (Api.Socioboard)" with arguments (["1", "3"]) - ModelState is Valid -2016-08-02 18:13:25.148 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TaskController.GetAllPendingTasksOfUserAndGroup (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-02 18:13:25.151 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 18:13:25.152 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 18:13:25.154 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 18:13:25.208 +05:30 [Debug] Connection id ""0HKTQQ9Q5FIHH"" received FIN. -2016-08-02 18:13:25.219 +05:30 [Information] Connection id ""0HKTQQ9Q5FIHH"" communication error -Microsoft.AspNetCore.Server.Kestrel.Internal.Networking.UvException: Error -4077 ECONNRESET connection reset by peer -2016-08-02 18:13:25.221 +05:30 [Debug] Connection id ""0HKTQQ9Q5FIHH"" disconnecting. -2016-08-02 18:13:25.227 +05:30 [Information] Connection id ""0HKTQQ9Q5FIHH"" communication error -Microsoft.AspNetCore.Server.Kestrel.Internal.Networking.UvException: Error -4077 ECONNRESET connection reset by peer -2016-08-02 18:13:25.232 +05:30 [Debug] Connection id ""0HKTQQ9Q5FIHH"" stopped. -2016-08-02 18:13:25.242 +05:30 [Debug] Connection id ""0HKTQQ9Q5FIHH"" write of "1024" bytes to disconnected client. -Microsoft.AspNetCore.Server.Kestrel.Internal.Networking.UvException: Error -4077 ECONNRESET connection reset by peer -2016-08-02 18:13:25.245 +05:30 [Debug] Connection id ""0HKTQQ9Q5FIHH"" write of "1024" bytes to disconnected client. -Microsoft.AspNetCore.Server.Kestrel.Internal.Networking.UvException: Error -4077 ECONNRESET connection reset by peer -2016-08-02 18:13:25.248 +05:30 [Debug] Connection id ""0HKTQQ9Q5FIHH"" write of "1024" bytes to disconnected client. -Microsoft.AspNetCore.Server.Kestrel.Internal.Networking.UvException: Error -4077 ECONNRESET connection reset by peer -2016-08-02 18:13:25.251 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TaskController.GetAllPendingTasksOfUserAndGroup (Api.Socioboard)" in 3791.2279ms -2016-08-02 18:13:25.258 +05:30 [Information] Request finished in 3804.6969ms 200 application/json; charset=utf-8 -2016-08-02 18:37:43.409 +05:30 [Debug] Connection id ""0HKTQQ9Q5FIHK"" received FIN. -2016-08-02 18:37:43.409 +05:30 [Debug] Connection id ""0HKTQQ9Q5FIHM"" received FIN. -2016-08-02 18:37:43.410 +05:30 [Debug] Connection id ""0HKTQQ9Q5FIHI"" received FIN. -2016-08-02 18:37:43.411 +05:30 [Debug] Connection id ""0HKTQQ9Q5FIHM"" disconnecting. -2016-08-02 18:37:43.412 +05:30 [Debug] Connection id ""0HKTQQ9Q5FIHG"" received FIN. -2016-08-02 18:37:43.412 +05:30 [Debug] Connection id ""0HKTQQ9Q5FIHI"" disconnecting. -2016-08-02 18:37:43.410 +05:30 [Debug] Connection id ""0HKTQQ9Q5FIHJ"" received FIN. -2016-08-02 18:37:43.414 +05:30 [Debug] Connection id ""0HKTQQ9Q5FIHL"" received FIN. -2016-08-02 18:37:43.414 +05:30 [Debug] Connection id ""0HKTQQ9Q5FIHM"" sending FIN. -2016-08-02 18:37:43.413 +05:30 [Debug] Connection id ""0HKTQQ9Q5FIHG"" disconnecting. -2016-08-02 18:37:43.411 +05:30 [Debug] Connection id ""0HKTQQ9Q5FIHK"" disconnecting. -2016-08-02 18:37:43.417 +05:30 [Debug] Connection id ""0HKTQQ9Q5FIHJ"" disconnecting. -2016-08-02 18:37:43.414 +05:30 [Debug] Connection id ""0HKTQQ9Q5FIHI"" sending FIN. -2016-08-02 18:37:43.417 +05:30 [Debug] Connection id ""0HKTQQ9Q5FIHM"" sent FIN with status "0". -2016-08-02 18:37:43.419 +05:30 [Debug] Connection id ""0HKTQQ9Q5FIHG"" sending FIN. -2016-08-02 18:37:43.420 +05:30 [Debug] Connection id ""0HKTQQ9Q5FIHM"" stopped. -2016-08-02 18:37:43.421 +05:30 [Debug] Connection id ""0HKTQQ9Q5FIHK"" sending FIN. -2016-08-02 18:37:43.421 +05:30 [Debug] Connection id ""0HKTQQ9Q5FIHJ"" sending FIN. -2016-08-02 18:37:43.422 +05:30 [Debug] Connection id ""0HKTQQ9Q5FIHK"" sent FIN with status "0". -2016-08-02 18:37:43.423 +05:30 [Debug] Connection id ""0HKTQQ9Q5FIHK"" stopped. -2016-08-02 18:37:43.422 +05:30 [Debug] Connection id ""0HKTQQ9Q5FIHJ"" sent FIN with status "0". -2016-08-02 18:37:43.424 +05:30 [Debug] Connection id ""0HKTQQ9Q5FIHJ"" stopped. -2016-08-02 18:37:43.418 +05:30 [Debug] Connection id ""0HKTQQ9Q5FIHL"" disconnecting. -2016-08-02 18:37:43.423 +05:30 [Debug] Connection id ""0HKTQQ9Q5FIHG"" sent FIN with status "0". -2016-08-02 18:37:43.425 +05:30 [Debug] Connection id ""0HKTQQ9Q5FIHL"" sending FIN. -2016-08-02 18:37:43.426 +05:30 [Debug] Connection id ""0HKTQQ9Q5FIHG"" stopped. -2016-08-02 18:37:43.427 +05:30 [Debug] Connection id ""0HKTQQ9Q5FIHI"" sent FIN with status "0". -2016-08-02 18:37:43.426 +05:30 [Debug] Connection id ""0HKTQQ9Q5FIHL"" sent FIN with status "0". -2016-08-02 18:37:43.427 +05:30 [Debug] Connection id ""0HKTQQ9Q5FIHL"" stopped. -2016-08-02 18:37:43.427 +05:30 [Debug] Connection id ""0HKTQQ9Q5FIHI"" stopped. -2016-08-02 19:27:39.814 +05:30 [Debug] Hosting starting -2016-08-02 19:27:40.052 +05:30 [Debug] Hosting started -2016-08-02 19:27:40.280 +05:30 [Debug] Connection id ""0HKTQRJRT3LOP"" started. -2016-08-02 19:27:40.280 +05:30 [Debug] Connection id ""0HKTQRJRT3LOO"" started. -2016-08-02 19:27:40.441 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:6361/ 0 -2016-08-02 19:27:40.440 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-08-02 19:27:40.541 +05:30 [Information] Request finished in 113.6346ms 200 -2016-08-02 19:27:40.633 +05:30 [Debug] Connection id ""0HKTQRJRT3LOP"" completed keep alive response. -2016-08-02 19:27:41.199 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-08-02 19:27:41.262 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"1a52abe8-e411-4f29-b47e-af55e21b3ee3"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-08-02 19:27:41.398 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-08-02 19:27:41.526 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid -2016-08-02 19:27:41.531 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult". -2016-08-02 19:27:41.599 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-02 19:27:41.607 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-02 19:27:41.610 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-02 19:27:41.953 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 545.5472ms -2016-08-02 19:27:42.049 +05:30 [Information] Request finished in 1658.6325ms 200 application/json; charset=utf-8 -2016-08-02 19:27:42.053 +05:30 [Debug] Connection id ""0HKTQRJRT3LOO"" completed keep alive response. -2016-08-02 19:29:40.261 +05:30 [Debug] Connection id ""0HKTQRJRT3LOO"" received FIN. -2016-08-02 19:29:40.264 +05:30 [Debug] Connection id ""0HKTQRJRT3LOP"" received FIN. -2016-08-02 19:29:40.268 +05:30 [Debug] Connection id ""0HKTQRJRT3LOO"" disconnecting. -2016-08-02 19:29:40.273 +05:30 [Debug] Connection id ""0HKTQRJRT3LOO"" sending FIN. -2016-08-02 19:29:40.285 +05:30 [Debug] Connection id ""0HKTQRJRT3LOO"" sent FIN with status "0". -2016-08-02 19:29:40.287 +05:30 [Debug] Connection id ""0HKTQRJRT3LOO"" stopped. -2016-08-02 19:29:40.288 +05:30 [Debug] Connection id ""0HKTQRJRT3LOP"" disconnecting. -2016-08-02 19:29:40.298 +05:30 [Debug] Connection id ""0HKTQRJRT3LOP"" sending FIN. -2016-08-02 19:29:40.298 +05:30 [Debug] Connection id ""0HKTQRJRT3LOP"" sent FIN with status "0". -2016-08-02 19:29:40.299 +05:30 [Debug] Connection id ""0HKTQRJRT3LOP"" stopped. diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/wwwroot/log/log-20160803.txt b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/wwwroot/log/log-20160803.txt deleted file mode 100644 index cc5d3722d..000000000 --- a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/wwwroot/log/log-20160803.txt +++ /dev/null @@ -1,804 +0,0 @@ -2016-08-03 16:25:47.253 +05:30 [Debug] Hosting starting -2016-08-03 16:25:47.544 +05:30 [Debug] Hosting started -2016-08-03 16:25:47.686 +05:30 [Debug] Connection id ""0HKTRHIST13G5"" started. -2016-08-03 16:25:47.689 +05:30 [Debug] Connection id ""0HKTRHIST13G4"" started. -2016-08-03 16:25:47.921 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:6361/ 0 -2016-08-03 16:25:47.921 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-08-03 16:25:48.017 +05:30 [Information] Request finished in 144.4812ms 200 -2016-08-03 16:25:48.102 +05:30 [Debug] Connection id ""0HKTRHIST13G5"" completed keep alive response. -2016-08-03 16:25:49.036 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-08-03 16:25:49.108 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"d2a68e69-5f47-4ff5-b4f0-86cc716622aa"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-08-03 16:25:49.234 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-08-03 16:25:49.357 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid -2016-08-03 16:25:49.361 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult". -2016-08-03 16:25:49.416 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-03 16:25:49.422 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-03 16:25:49.425 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-03 16:25:49.703 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 458.3503ms -2016-08-03 16:25:49.787 +05:30 [Information] Request finished in 1933.3379ms 200 application/json; charset=utf-8 -2016-08-03 16:25:49.790 +05:30 [Debug] Connection id ""0HKTRHIST13G4"" completed keep alive response. -2016-08-03 16:25:49.820 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/favicon.ico -2016-08-03 16:25:49.824 +05:30 [Debug] Request did not match any routes. -2016-08-03 16:25:49.831 +05:30 [Information] Request finished in 11.3411ms 404 -2016-08-03 16:25:49.832 +05:30 [Debug] Connection id ""0HKTRHIST13G5"" completed keep alive response. -2016-08-03 16:26:25.399 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/User/FacebookLogin application/x-www-form-urlencoded 180 -2016-08-03 16:26:25.404 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/FacebookLogin"'. -2016-08-03 16:26:25.410 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" -2016-08-03 16:26:28.957 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" with arguments (["EAAKYvwDVmnUBAA4w0Hd3LWRRu2HUVerOBjm43VjHmJZCkgLCTZCOMZA9bcqaAX570GWpudv1z67KABkTyYvCE1XagY5HmcjjKRZApGdkM7CZB8c68eCXzj1yZBshZAtj24xyQeUiwFZC9nupgCyKNQUZAa9stA2gtZAqwZD"]) - ModelState is Valid -2016-08-03 16:26:33.991 +05:30 [Fatal] Unable to connect to any of the specified MySQL hosts. -2016-08-03 16:26:34.041 +05:30 [Error] at Api.Socioboard.Helper.SessionFactory.Init(IHostingEnvironment env) in D:\bitbucket\src\Api.Socioboard\Helper\SessionFactory.cs:line 41 - at Api.Socioboard.Helper.SessionFactory.GetSessionFactory(IHostingEnvironment env) in D:\bitbucket\src\Api.Socioboard\Helper\SessionFactory.cs:line 57 - at Api.Socioboard.Helper.SessionFactory.GetNewSession(IHostingEnvironment env) in D:\bitbucket\src\Api.Socioboard\Helper\SessionFactory.cs:line 69 - at Api.Socioboard.Model.DatabaseRepository.Find[T](Expression`1 query) in D:\bitbucket\src\Api.Socioboard\Model\DatabaseRepository.cs:line 28 -2016-08-03 16:26:36.361 +05:30 [Fatal] Unable to connect to any of the specified MySQL hosts. -2016-08-03 16:26:36.364 +05:30 [Error] at Api.Socioboard.Helper.SessionFactory.Init(IHostingEnvironment env) in D:\bitbucket\src\Api.Socioboard\Helper\SessionFactory.cs:line 41 - at Api.Socioboard.Helper.SessionFactory.GetSessionFactory(IHostingEnvironment env) in D:\bitbucket\src\Api.Socioboard\Helper\SessionFactory.cs:line 57 - at Api.Socioboard.Helper.SessionFactory.GetNewSession(IHostingEnvironment env) in D:\bitbucket\src\Api.Socioboard\Helper\SessionFactory.cs:line 69 - at Api.Socioboard.Model.DatabaseRepository.Find[T](Expression`1 query) in D:\bitbucket\src\Api.Socioboard\Model\DatabaseRepository.cs:line 28 -2016-08-03 16:26:38.645 +05:30 [Fatal] Unable to connect to any of the specified MySQL hosts. -2016-08-03 16:26:38.648 +05:30 [Error] at Api.Socioboard.Helper.SessionFactory.Init(IHostingEnvironment env) in D:\bitbucket\src\Api.Socioboard\Helper\SessionFactory.cs:line 41 - at Api.Socioboard.Helper.SessionFactory.GetSessionFactory(IHostingEnvironment env) in D:\bitbucket\src\Api.Socioboard\Helper\SessionFactory.cs:line 57 - at Api.Socioboard.Helper.SessionFactory.GetNewSession(IHostingEnvironment env) in D:\bitbucket\src\Api.Socioboard\Helper\SessionFactory.cs:line 69 - at Api.Socioboard.Model.DatabaseRepository.Add[T](T item) in D:\bitbucket\src\Api.Socioboard\Model\DatabaseRepository.cs:line 138 -2016-08-03 16:26:40.852 +05:30 [Fatal] Unable to connect to any of the specified MySQL hosts. -2016-08-03 16:26:40.855 +05:30 [Error] at Api.Socioboard.Helper.SessionFactory.Init(IHostingEnvironment env) in D:\bitbucket\src\Api.Socioboard\Helper\SessionFactory.cs:line 41 - at Api.Socioboard.Helper.SessionFactory.GetSessionFactory(IHostingEnvironment env) in D:\bitbucket\src\Api.Socioboard\Helper\SessionFactory.cs:line 57 - at Api.Socioboard.Helper.SessionFactory.GetNewSession(IHostingEnvironment env) in D:\bitbucket\src\Api.Socioboard\Helper\SessionFactory.cs:line 69 - at Api.Socioboard.Model.DatabaseRepository.Single[T](Expression`1 expression) in D:\bitbucket\src\Api.Socioboard\Model\DatabaseRepository.cs:line 169 -2016-08-03 16:26:40.857 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-03 16:26:40.861 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-03 16:26:40.864 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-03 16:26:40.867 +05:30 [Information] Executed action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" in 15431.8877ms -2016-08-03 16:26:40.871 +05:30 [Information] Request finished in 15484.6732ms 204 -2016-08-03 16:26:40.873 +05:30 [Debug] Connection id ""0HKTRHIST13G4"" completed keep alive response. -2016-08-03 16:27:47.653 +05:30 [Debug] Connection id ""0HKTRHIST13G4"" received FIN. -2016-08-03 16:27:47.653 +05:30 [Debug] Connection id ""0HKTRHIST13G5"" received FIN. -2016-08-03 16:27:47.656 +05:30 [Debug] Connection id ""0HKTRHIST13G4"" disconnecting. -2016-08-03 16:27:47.659 +05:30 [Debug] Connection id ""0HKTRHIST13G4"" sending FIN. -2016-08-03 16:27:47.656 +05:30 [Debug] Connection id ""0HKTRHIST13G5"" disconnecting. -2016-08-03 16:27:47.674 +05:30 [Debug] Connection id ""0HKTRHIST13G5"" sending FIN. -2016-08-03 16:27:47.677 +05:30 [Debug] Connection id ""0HKTRHIST13G4"" sent FIN with status "0". -2016-08-03 16:27:47.677 +05:30 [Debug] Connection id ""0HKTRHIST13G5"" sent FIN with status "0". -2016-08-03 16:27:47.681 +05:30 [Debug] Connection id ""0HKTRHIST13G4"" stopped. -2016-08-03 16:27:47.681 +05:30 [Debug] Connection id ""0HKTRHIST13G5"" stopped. -2016-08-03 16:29:23.183 +05:30 [Debug] Connection id ""0HKTRHIST13G6"" started. -2016-08-03 16:29:23.189 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/Google/GoogleLogin application/x-www-form-urlencoded 52 -2016-08-03 16:29:23.190 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GoogleLogin"'. -2016-08-03 16:29:23.197 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GoogleLogin (Api.Socioboard)" -2016-08-03 16:29:26.260 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GoogleLogin (Api.Socioboard)" with arguments (["4/h2y7V3hp472iQN5GTrE-IN31wZOmj9khlBqB-dRQqXg"]) - ModelState is Valid -2016-08-03 16:29:26.526 +05:30 [Information] { - "access_token": "ya29.CjA0A-JAui9XqXdBwFEyNG7uf5gAzY-7ICRbm9rOBTirQBB5uMP59hBTOcpBmEiIz7M", - "token_type": "Bearer", - "expires_in": 3597, - "id_token": "eyJhbGciOiJSUzI1NiIsImtpZCI6ImQwZWM1MTRhMzJiNmY4OGMwYWJkMTJhMjg0MDY5OWJkZDNkZWJhOWQifQ.eyJpc3MiOiJhY2NvdW50cy5nb29nbGUuY29tIiwiYXRfaGFzaCI6ImhjX2ZSNGUya2FIeE9kUUFPdWh0S0EiLCJhdWQiOiIyNDYyMjE0MDU4MDEta2dpcjh1NzdtNWdwb3BrYjRwMHR2bXU1MjJkaWI0ZTAuYXBwcy5nb29nbGV1c2VyY29udGVudC5jb20iLCJzdWIiOiIxMDA0OTM2ODY1MTA4NDY4MzQ5OTMiLCJlbWFpbF92ZXJpZmllZCI6dHJ1ZSwiYXpwIjoiMjQ2MjIxNDA1ODAxLWtnaXI4dTc3bTVncG9wa2I0cDB0dm11NTIyZGliNGUwLmFwcHMuZ29vZ2xldXNlcmNvbnRlbnQuY29tIiwiZW1haWwiOiJiYW5kaVN1cmVzaEBnbG9idXNzb2Z0LmNvbSIsImlhdCI6MTQ3MDIyMTk2NywiZXhwIjoxNDcwMjI1NTY3fQ.EQd9eCh7XCcLU7A-t_m4pIEdaegpvEGWjCX4gpKp3h2d7Iluw1VO6hOXGYixgSzI6gs-MiQ6Bu6K_At9m-y0YZ6IsW76xYAjSJoSUmBuWHUkgBvJb7upxGDXK7PMOPWqiDhBH8zsk19NCblm3RlgYlcgEMegZUnkC1K1cvJxVVC-aDq40f-rm7b1dKi6mKKWAfGRu9z9jugNZ5QlBsalnKU2udKsJ52Ha5WsGcIEmk6j1Dl2giIEJzJj5ygP8pwEQvBUalStorELmtUxf0vfrKh_Ff7wYZbdfBf0aN0J9n7KLcx7C4qCPnrWE7p5zBk5zks_E1v5_z0wEeYC7UJqqw" -} -2016-08-03 16:29:27.076 +05:30 [Information] [{ - "id": "100493686510846834993", - "email": "bandiSuresh@globussoft.com", - "verified_email": true, - "name": "Suresh Bandi", - "given_name": "Suresh", - "family_name": "Bandi", - "link": "https://plus.google.com/+SureshBandi007", - "picture": "https://lh3.googleusercontent.com/--zVLmLAPl14/AAAAAAAAAAI/AAAAAAAAAFE/KtuOadUcwFM/photo.jpg", - "gender": "male", - "locale": "en" -} -] -2016-08-03 16:29:29.297 +05:30 [Fatal] Unable to connect to any of the specified MySQL hosts. -2016-08-03 16:29:29.300 +05:30 [Error] at Api.Socioboard.Helper.SessionFactory.Init(IHostingEnvironment env) in D:\bitbucket\src\Api.Socioboard\Helper\SessionFactory.cs:line 41 - at Api.Socioboard.Helper.SessionFactory.GetSessionFactory(IHostingEnvironment env) in D:\bitbucket\src\Api.Socioboard\Helper\SessionFactory.cs:line 57 - at Api.Socioboard.Helper.SessionFactory.GetNewSession(IHostingEnvironment env) in D:\bitbucket\src\Api.Socioboard\Helper\SessionFactory.cs:line 69 - at Api.Socioboard.Model.DatabaseRepository.Find[T](Expression`1 query) in D:\bitbucket\src\Api.Socioboard\Model\DatabaseRepository.cs:line 28 -2016-08-03 16:29:31.560 +05:30 [Fatal] Unable to connect to any of the specified MySQL hosts. -2016-08-03 16:29:31.563 +05:30 [Error] at Api.Socioboard.Helper.SessionFactory.Init(IHostingEnvironment env) in D:\bitbucket\src\Api.Socioboard\Helper\SessionFactory.cs:line 41 - at Api.Socioboard.Helper.SessionFactory.GetSessionFactory(IHostingEnvironment env) in D:\bitbucket\src\Api.Socioboard\Helper\SessionFactory.cs:line 57 - at Api.Socioboard.Helper.SessionFactory.GetNewSession(IHostingEnvironment env) in D:\bitbucket\src\Api.Socioboard\Helper\SessionFactory.cs:line 69 - at Api.Socioboard.Model.DatabaseRepository.Find[T](Expression`1 query) in D:\bitbucket\src\Api.Socioboard\Model\DatabaseRepository.cs:line 28 -2016-08-03 16:29:37.431 +05:30 [Error] An unhandled exception has occurred while executing the request -System.ArgumentNullException: Value cannot be null. -Parameter name: source - at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) - at Api.Socioboard.Repositories.GplusRepository.getGPlusAccount(String GPlusUserId, Cache _redisCache, DatabaseRepository dbr) in D:\bitbucket\src\Api.Socioboard\Repositories\GplusRepository.cs:line 34 - at Api.Socioboard.Controllers.GoogleController.GoogleLogin(String code) in D:\bitbucket\src\Api.Socioboard\Controllers\GoogleController.cs:line 119 - at lambda_method(Closure , Object , Object[] ) - at Microsoft.AspNetCore.Mvc.Internal.ObjectMethodExecutor.Execute(Object target, Object[] parameters) - at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.d__28.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() - at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.d__18.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.AspNetCore.Builder.RouterMiddleware.d__4.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware.d__6.MoveNext() -2016-08-03 16:29:37.950 +05:30 [Information] Request finished in 14762.2039ms 500 text/html; charset=utf-8 -2016-08-03 16:29:37.951 +05:30 [Debug] Connection id ""0HKTRHIST13G6"" completed keep alive response. -2016-08-03 16:29:51.992 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/User/FacebookLogin application/x-www-form-urlencoded 176 -2016-08-03 16:29:51.994 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/FacebookLogin"'. -2016-08-03 16:29:51.995 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" -2016-08-03 16:29:54.135 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" with arguments (["EAAKYvwDVmnUBAPOoXpgdDDRL2tVKw1SH0ZBQnuiPuU9SSKPWvaZA0uzWpWkzvVM2yKBqAKZCIAptuaMPaMUxXmTAa4FtliWsTSxY0bz1PvtbZB8ha5eiSQSWInYIjasvDI1Gt72JWzCUerYZC0DcxDZALvVuHX1ckZD"]) - ModelState is Valid -2016-08-03 16:30:04.322 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-03 16:30:04.325 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-03 16:30:04.327 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-03 16:30:04.462 +05:30 [Information] Executed action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" in 12463.9247ms -2016-08-03 16:30:04.466 +05:30 [Information] Request finished in 12474.3822ms 200 application/json; charset=utf-8 -2016-08-03 16:30:04.467 +05:30 [Debug] Connection id ""0HKTRHIST13G6"" completed keep alive response. -2016-08-03 16:30:04.647 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-08-03 16:30:04.648 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-03 16:30:04.650 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-03 16:30:07.745 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-03 16:30:08.198 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-03 16:30:08.199 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-03 16:30:08.201 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-03 16:30:08.217 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 3565.1364ms -2016-08-03 16:30:08.223 +05:30 [Information] Request finished in 3574.2136ms 200 application/json; charset=utf-8 -2016-08-03 16:30:08.224 +05:30 [Debug] Connection id ""0HKTRHIST13G6"" completed keep alive response. -2016-08-03 16:30:08.299 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-08-03 16:30:08.300 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-03 16:30:08.302 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-03 16:30:11.409 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-03 16:30:11.618 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-03 16:30:11.619 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-03 16:30:11.622 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-03 16:30:11.647 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 3340.1263ms -2016-08-03 16:30:11.656 +05:30 [Information] Request finished in 3354.7523ms 200 application/json; charset=utf-8 -2016-08-03 16:30:11.658 +05:30 [Debug] Connection id ""0HKTRHIST13G6"" completed keep alive response. -2016-08-03 16:30:14.027 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=1 -2016-08-03 16:30:14.029 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-08-03 16:30:14.035 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-08-03 16:30:14.398 +05:30 [Debug] Connection id ""0HKTRHIST13G7"" started. -2016-08-03 16:30:14.400 +05:30 [Debug] Connection id ""0HKTRHIST13G9"" started. -2016-08-03 16:30:14.400 +05:30 [Debug] Connection id ""0HKTRHIST13G8"" started. -2016-08-03 16:30:14.405 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=1 -2016-08-03 16:30:14.407 +05:30 [Debug] Connection id ""0HKTRHIST13GB"" started. -2016-08-03 16:30:14.407 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-08-03 16:30:14.407 +05:30 [Debug] Connection id ""0HKTRHIST13GA"" started. -2016-08-03 16:30:14.409 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-08-03 16:30:14.410 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=1 -2016-08-03 16:30:14.412 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-08-03 16:30:14.414 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-08-03 16:30:14.416 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Instagram/GetInstagramProfiles?groupId=1 -2016-08-03 16:30:14.416 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Instagram/GetInstagramProfiles"'. -2016-08-03 16:30:14.418 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" -2016-08-03 16:30:14.445 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Google/GetGplusProfiles?groupId=1 -2016-08-03 16:30:14.449 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GetGplusProfiles"'. -2016-08-03 16:30:14.451 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" -2016-08-03 16:30:15.218 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/LinkedIn/GetLinkedInCompanyPagesProfiles?groupId=1 -2016-08-03 16:30:15.219 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/LinkedIn/GetLinkedInCompanyPagesProfiles"'. -2016-08-03 16:30:15.221 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" -2016-08-03 16:30:17.961 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-03 16:30:18.023 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-03 16:30:18.059 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-03 16:30:18.133 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-03 16:30:18.127 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-03 16:30:18.303 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-03 16:30:18.307 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-03 16:30:18.307 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-03 16:30:18.343 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-03 16:30:18.414 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-03 16:30:18.425 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-03 16:30:18.426 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-03 16:30:18.426 +05:30 [Information] Executed action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" in 4004.2815ms -2016-08-03 16:30:18.427 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-03 16:30:18.452 +05:30 [Information] Request finished in 4019.2438ms 200 application/json; charset=utf-8 -2016-08-03 16:30:18.453 +05:30 [Debug] Connection id ""0HKTRHIST13GA"" completed keep alive response. -2016-08-03 16:30:18.481 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-03 16:30:18.483 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-03 16:30:18.483 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-03 16:30:18.486 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-03 16:30:18.507 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/SocialMessages/GetAllSentMessagesCount?groupId=1&userId=1 -2016-08-03 16:30:18.524 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-03 16:30:18.527 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-03 16:30:18.526 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/SocialMessages/GetAllSentMessagesCount"'. -2016-08-03 16:30:18.530 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-03 16:30:18.531 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" in 4075.2915ms -2016-08-03 16:30:18.534 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" -2016-08-03 16:30:18.551 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 4494.2662ms -2016-08-03 16:30:18.574 +05:30 [Information] Request finished in 4139.637ms 200 application/json; charset=utf-8 -2016-08-03 16:30:18.553 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-03 16:30:18.573 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-03 16:30:18.580 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-03 16:30:18.581 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-03 16:30:18.578 +05:30 [Debug] Connection id ""0HKTRHIST13G8"" completed keep alive response. -2016-08-03 16:30:18.594 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-03 16:30:18.601 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetIncommingMessage?groupId=1&userId=1 -2016-08-03 16:30:18.602 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetIncommingMessage"'. -2016-08-03 16:30:18.603 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" -2016-08-03 16:30:18.598 +05:30 [Information] Request finished in 4565.5067ms 200 application/json; charset=utf-8 -2016-08-03 16:30:18.614 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 4191.3537ms -2016-08-03 16:30:18.615 +05:30 [Debug] Connection id ""0HKTRHIST13G6"" completed keep alive response. -2016-08-03 16:30:18.644 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterFollowerCount?groupId=1&userId=1 -2016-08-03 16:30:18.646 +05:30 [Information] Request finished in 4216.3627ms 200 application/json; charset=utf-8 -2016-08-03 16:30:18.648 +05:30 [Debug] Connection id ""0HKTRHIST13G9"" completed keep alive response. -2016-08-03 16:30:18.647 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterFollowerCount"'. -2016-08-03 16:30:18.654 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 4238.0966ms -2016-08-03 16:30:18.658 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/FacebookfanPageCount?groupId=1&userId=1 -2016-08-03 16:30:18.658 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" -2016-08-03 16:30:18.660 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/FacebookfanPageCount"'. -2016-08-03 16:30:18.665 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" -2016-08-03 16:30:18.666 +05:30 [Information] Request finished in 4259.8794ms 200 application/json; charset=utf-8 -2016-08-03 16:30:18.690 +05:30 [Debug] Connection id ""0HKTRHIST13G7"" completed keep alive response. -2016-08-03 16:30:18.880 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterRecentFollower?groupId=1 -2016-08-03 16:30:18.883 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-03 16:30:18.883 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterRecentFollower"'. -2016-08-03 16:30:18.888 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" -2016-08-03 16:30:18.975 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-03 16:30:18.976 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-03 16:30:18.977 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-03 16:30:18.978 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-03 16:30:18.986 +05:30 [Information] Executed action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" in 3763.0256ms -2016-08-03 16:30:18.990 +05:30 [Information] Request finished in 3771.0409ms 200 application/json; charset=utf-8 -2016-08-03 16:30:18.991 +05:30 [Debug] Connection id ""0HKTRHIST13GB"" completed keep alive response. -2016-08-03 16:30:18.996 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Google/GetGAProfiles?groupId=1 -2016-08-03 16:30:18.997 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GetGAProfiles"'. -2016-08-03 16:30:18.998 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GetGAProfiles (Api.Socioboard)" -2016-08-03 16:30:21.609 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-08-03 16:30:21.680 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-08-03 16:30:21.808 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-08-03 16:30:21.812 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" with arguments (["1", "1"]) - ModelState is Valid -2016-08-03 16:30:21.873 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-03 16:30:21.878 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-03 16:30:21.878 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-03 16:30:21.920 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-03 16:30:21.947 +05:30 [Information] Executed action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" in 3371.513ms -2016-08-03 16:30:21.983 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-03 16:30:21.984 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-03 16:30:21.989 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-03 16:30:21.993 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-03 16:30:21.993 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-03 16:30:21.994 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-03 16:30:21.995 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-03 16:30:21.992 +05:30 [Information] Request finished in 3483.0964ms 200 application/json; charset=utf-8 -2016-08-03 16:30:21.998 +05:30 [Debug] Connection id ""0HKTRHIST13GA"" completed keep alive response. -2016-08-03 16:30:22.000 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-03 16:30:22.016 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-03 16:30:22.045 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" in 3363.5087ms -2016-08-03 16:30:22.074 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" in 3377.6315ms -2016-08-03 16:30:22.075 +05:30 [Information] Request finished in 3408.4745ms 200 text/plain; charset=utf-8 -2016-08-03 16:30:22.081 +05:30 [Debug] Connection id ""0HKTRHIST13G9"" completed keep alive response. -2016-08-03 16:30:22.080 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GetGAProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid -2016-08-03 16:30:22.098 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GetGAProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-03 16:30:22.102 +05:30 [Information] Request finished in 3467.1164ms 200 text/plain; charset=utf-8 -2016-08-03 16:30:22.103 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-03 16:30:22.105 +05:30 [Debug] Connection id ""0HKTRHIST13G6"" completed keep alive response. -2016-08-03 16:30:22.112 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-03 16:30:22.127 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-03 16:30:22.137 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GetGAProfiles (Api.Socioboard)" in 3136.0511ms -2016-08-03 16:30:22.140 +05:30 [Information] Request finished in 3144.3933ms 200 application/json; charset=utf-8 -2016-08-03 16:30:22.141 +05:30 [Debug] Connection id ""0HKTRHIST13GB"" completed keep alive response. -2016-08-03 16:30:22.905 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-03 16:30:22.907 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-03 16:30:22.910 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-03 16:30:22.912 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-03 16:30:22.914 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" in 4308.5994ms -2016-08-03 16:30:22.918 +05:30 [Information] Request finished in 4321.6855ms 200 text/plain; charset=utf-8 -2016-08-03 16:30:22.919 +05:30 [Debug] Connection id ""0HKTRHIST13G8"" completed keep alive response. -2016-08-03 16:30:23.718 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-03 16:30:23.721 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-03 16:30:23.721 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-03 16:30:23.725 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-03 16:30:23.745 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" in 4844.041ms -2016-08-03 16:30:23.750 +05:30 [Information] Request finished in 4872.0302ms 200 application/json; charset=utf-8 -2016-08-03 16:30:23.752 +05:30 [Debug] Connection id ""0HKTRHIST13G7"" completed keep alive response. -2016-08-03 16:31:47.651 +05:30 [Debug] Connection id ""0HKTRHIST13GA"" received FIN. -2016-08-03 16:31:47.651 +05:30 [Debug] Connection id ""0HKTRHIST13G9"" received FIN. -2016-08-03 16:31:47.654 +05:30 [Debug] Connection id ""0HKTRHIST13G6"" received FIN. -2016-08-03 16:31:47.655 +05:30 [Debug] Connection id ""0HKTRHIST13GB"" received FIN. -2016-08-03 16:31:47.656 +05:30 [Debug] Connection id ""0HKTRHIST13G9"" disconnecting. -2016-08-03 16:31:47.657 +05:30 [Debug] Connection id ""0HKTRHIST13GB"" disconnecting. -2016-08-03 16:31:47.657 +05:30 [Debug] Connection id ""0HKTRHIST13G9"" sending FIN. -2016-08-03 16:31:47.660 +05:30 [Debug] Connection id ""0HKTRHIST13GB"" sending FIN. -2016-08-03 16:31:47.661 +05:30 [Debug] Connection id ""0HKTRHIST13GB"" sent FIN with status "0". -2016-08-03 16:31:47.656 +05:30 [Debug] Connection id ""0HKTRHIST13G6"" disconnecting. -2016-08-03 16:31:47.653 +05:30 [Debug] Connection id ""0HKTRHIST13GA"" disconnecting. -2016-08-03 16:31:47.652 +05:30 [Debug] Connection id ""0HKTRHIST13G8"" received FIN. -2016-08-03 16:31:47.666 +05:30 [Debug] Connection id ""0HKTRHIST13G7"" received FIN. -2016-08-03 16:31:47.671 +05:30 [Debug] Connection id ""0HKTRHIST13G8"" disconnecting. -2016-08-03 16:31:47.672 +05:30 [Debug] Connection id ""0HKTRHIST13G7"" disconnecting. -2016-08-03 16:31:47.663 +05:30 [Debug] Connection id ""0HKTRHIST13GB"" stopped. -2016-08-03 16:31:47.672 +05:30 [Debug] Connection id ""0HKTRHIST13GA"" sending FIN. -2016-08-03 16:31:47.677 +05:30 [Debug] Connection id ""0HKTRHIST13G9"" sent FIN with status "0". -2016-08-03 16:31:47.680 +05:30 [Debug] Connection id ""0HKTRHIST13G9"" stopped. -2016-08-03 16:31:47.681 +05:30 [Debug] Connection id ""0HKTRHIST13G6"" sending FIN. -2016-08-03 16:31:47.682 +05:30 [Debug] Connection id ""0HKTRHIST13G6"" sent FIN with status "0". -2016-08-03 16:31:47.682 +05:30 [Debug] Connection id ""0HKTRHIST13G6"" stopped. -2016-08-03 16:31:47.678 +05:30 [Debug] Connection id ""0HKTRHIST13G8"" sending FIN. -2016-08-03 16:31:47.684 +05:30 [Debug] Connection id ""0HKTRHIST13G7"" sending FIN. -2016-08-03 16:31:47.685 +05:30 [Debug] Connection id ""0HKTRHIST13G7"" sent FIN with status "0". -2016-08-03 16:31:47.686 +05:30 [Debug] Connection id ""0HKTRHIST13G7"" stopped. -2016-08-03 16:31:47.686 +05:30 [Debug] Connection id ""0HKTRHIST13G8"" sent FIN with status "0". -2016-08-03 16:31:47.687 +05:30 [Debug] Connection id ""0HKTRHIST13G8"" stopped. -2016-08-03 16:31:47.688 +05:30 [Debug] Connection id ""0HKTRHIST13GA"" sent FIN with status "0". -2016-08-03 16:31:47.689 +05:30 [Debug] Connection id ""0HKTRHIST13GA"" stopped. -2016-08-03 19:11:53.728 +05:30 [Debug] Hosting starting -2016-08-03 19:11:53.912 +05:30 [Debug] Hosting started -2016-08-03 19:11:54.155 +05:30 [Debug] Connection id ""0HKTRKFN4MME8"" started. -2016-08-03 19:11:54.155 +05:30 [Debug] Connection id ""0HKTRKFN4MME7"" started. -2016-08-03 19:11:54.371 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-08-03 19:11:54.371 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:6361/ 0 -2016-08-03 19:11:54.447 +05:30 [Information] Request finished in 124.7123ms 200 -2016-08-03 19:11:54.502 +05:30 [Debug] Connection id ""0HKTRKFN4MME8"" completed keep alive response. -2016-08-03 19:11:55.078 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-08-03 19:11:55.133 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"33157471-9984-4cf4-aa7b-bae91672247a"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-08-03 19:11:55.269 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-08-03 19:11:55.401 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid -2016-08-03 19:11:55.404 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult". -2016-08-03 19:11:55.456 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-03 19:11:55.465 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-03 19:11:55.468 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-03 19:11:55.788 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 509.6093ms -2016-08-03 19:11:55.870 +05:30 [Information] Request finished in 1563.088ms 200 application/json; charset=utf-8 -2016-08-03 19:11:55.873 +05:30 [Debug] Connection id ""0HKTRKFN4MME7"" completed keep alive response. -2016-08-03 19:12:41.120 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/Google/GoogleLogin application/x-www-form-urlencoded 52 -2016-08-03 19:12:41.120 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GoogleLogin"'. -2016-08-03 19:12:41.123 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GoogleLogin (Api.Socioboard)" -2016-08-03 19:12:44.552 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GoogleLogin (Api.Socioboard)" with arguments (["4/_Jo7AwQGAK4ZzHD6XJN3p-7qRHCz6iHSqY7BLXBUTJc"]) - ModelState is Valid -2016-08-03 19:12:45.100 +05:30 [Information] { - "access_token": "ya29.CjA0AwBa12FiInBDLx3YmIwJCJjKQjWdnmZKF81Ly3UuIUsgsewXgWvxpquTrxbsCY0", - "token_type": "Bearer", - "expires_in": 3596, - "id_token": "eyJhbGciOiJSUzI1NiIsImtpZCI6ImQwZWM1MTRhMzJiNmY4OGMwYWJkMTJhMjg0MDY5OWJkZDNkZWJhOWQifQ.eyJpc3MiOiJhY2NvdW50cy5nb29nbGUuY29tIiwiYXRfaGFzaCI6IjYzLWJlTHdsWnZSYjVSRHZreWxYRnciLCJhdWQiOiIyNDYyMjE0MDU4MDEta2dpcjh1NzdtNWdwb3BrYjRwMHR2bXU1MjJkaWI0ZTAuYXBwcy5nb29nbGV1c2VyY29udGVudC5jb20iLCJzdWIiOiIxMDA0OTM2ODY1MTA4NDY4MzQ5OTMiLCJlbWFpbF92ZXJpZmllZCI6dHJ1ZSwiYXpwIjoiMjQ2MjIxNDA1ODAxLWtnaXI4dTc3bTVncG9wa2I0cDB0dm11NTIyZGliNGUwLmFwcHMuZ29vZ2xldXNlcmNvbnRlbnQuY29tIiwiZW1haWwiOiJiYW5kaVN1cmVzaEBnbG9idXNzb2Z0LmNvbSIsImlhdCI6MTQ3MDIzMTc2NiwiZXhwIjoxNDcwMjM1MzY2fQ.lKaq0VYCM96Tek_pWtK4Z_dNFYb0FS3Q6dOntiYpoBF2U_jkydMMXysTUP2bfq3pFO9e3d1SQQ3JMXGhX9P4buIFg5IvZGtXIUTil2O759GGIhqTS8YWM3w6vB0MuoGx1s1VuzPHsxt5cakL_fdWauRYxdfmvAECfTYJ5ExsR3Ah4FJTVkzzmpzwCBQb56braHVLSozyHxPTBbycZiw0jlNwzk2M9IxyEfnATeFIpkd2hbu84KmVcw0IXVKRbdU5QxBLvfdMRqk_cSiVTl-YFeNYRzHxIcI0h4gXjQkrS4BwpGXO6aQWyqo9TCRv_XuAx6S_y8acx5rRbnFa5uIzbQ" -} -2016-08-03 19:12:45.607 +05:30 [Information] [{ - "id": "100493686510846834993", - "email": "bandiSuresh@globussoft.com", - "verified_email": true, - "name": "Suresh Bandi", - "given_name": "Suresh", - "family_name": "Bandi", - "link": "https://plus.google.com/+SureshBandi007", - "picture": "https://lh3.googleusercontent.com/--zVLmLAPl14/AAAAAAAAAAI/AAAAAAAAAFE/KtuOadUcwFM/photo.jpg", - "gender": "male", - "locale": "en" -} -] -2016-08-03 19:12:50.503 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GoogleLogin (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-03 19:12:50.510 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-03 19:12:50.566 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-03 19:12:50.737 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GoogleLogin (Api.Socioboard)" in 9611.9149ms -2016-08-03 19:12:50.742 +05:30 [Information] Request finished in 9629.8182ms 200 application/json; charset=utf-8 -2016-08-03 19:12:50.743 +05:30 [Debug] Connection id ""0HKTRKFN4MME8"" completed keep alive response. -2016-08-03 19:12:51.113 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=2 -2016-08-03 19:12:51.113 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-03 19:12:51.115 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-03 19:12:54.177 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-03 19:12:54.401 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-03 19:12:54.402 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-03 19:12:54.404 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-03 19:12:54.417 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 3300.0047ms -2016-08-03 19:12:54.421 +05:30 [Information] Request finished in 3308.1132ms 200 application/json; charset=utf-8 -2016-08-03 19:12:54.421 +05:30 [Debug] Connection id ""0HKTRKFN4MME7"" completed keep alive response. -2016-08-03 19:12:54.478 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=2 -2016-08-03 19:12:54.479 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-03 19:12:54.481 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-03 19:12:57.551 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-03 19:12:57.632 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-03 19:12:57.633 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-03 19:12:57.634 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-03 19:12:57.647 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 3163.2742ms -2016-08-03 19:12:57.651 +05:30 [Information] Request finished in 3172.9481ms 200 application/json; charset=utf-8 -2016-08-03 19:12:57.652 +05:30 [Debug] Connection id ""0HKTRKFN4MME8"" completed keep alive response. -2016-08-03 19:13:00.105 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=2 -2016-08-03 19:13:00.107 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-08-03 19:13:00.110 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-08-03 19:13:00.437 +05:30 [Debug] Connection id ""0HKTRKFN4MME9"" started. -2016-08-03 19:13:00.448 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=2 -2016-08-03 19:13:00.449 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-08-03 19:13:00.458 +05:30 [Debug] Connection id ""0HKTRKFN4MMEA"" started. -2016-08-03 19:13:00.450 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=2 -2016-08-03 19:13:00.474 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-08-03 19:13:00.473 +05:30 [Debug] Connection id ""0HKTRKFN4MMEC"" started. -2016-08-03 19:13:00.474 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-08-03 19:13:00.480 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-08-03 19:13:00.463 +05:30 [Debug] Connection id ""0HKTRKFN4MMEB"" started. -2016-08-03 19:13:00.506 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Instagram/GetInstagramProfiles?groupId=2 -2016-08-03 19:13:00.507 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Instagram/GetInstagramProfiles"'. -2016-08-03 19:13:00.513 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" -2016-08-03 19:13:01.067 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Google/GetGplusProfiles?groupId=2 -2016-08-03 19:13:01.068 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GetGplusProfiles"'. -2016-08-03 19:13:01.071 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" -2016-08-03 19:13:02.072 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/LinkedIn/GetLinkedInCompanyPagesProfiles?groupId=2 -2016-08-03 19:13:02.073 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/LinkedIn/GetLinkedInCompanyPagesProfiles"'. -2016-08-03 19:13:02.077 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" -2016-08-03 19:13:05.270 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-03 19:13:05.277 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-03 19:13:05.280 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-03 19:13:05.297 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-03 19:13:05.321 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-03 19:13:05.343 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-03 19:13:05.660 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-03 19:13:05.665 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-03 19:13:05.686 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-03 19:13:05.713 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-03 19:13:05.734 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-03 19:13:05.735 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-03 19:13:05.733 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-03 19:13:05.768 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-03 19:13:05.792 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-03 19:13:05.791 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-03 19:13:05.789 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-03 19:13:05.793 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-03 19:13:05.794 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-03 19:13:05.794 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-03 19:13:05.795 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-03 19:13:05.791 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-03 19:13:05.793 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-03 19:13:05.803 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-03 19:13:05.830 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-03 19:13:05.857 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 5313.4789ms -2016-08-03 19:13:05.879 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-03 19:13:05.881 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-03 19:13:05.883 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-03 19:13:05.885 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-03 19:13:05.885 +05:30 [Information] Request finished in 5439.6559ms 200 application/json; charset=utf-8 -2016-08-03 19:13:05.887 +05:30 [Information] Executed action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" in 3756.3999ms -2016-08-03 19:13:05.887 +05:30 [Debug] Connection id ""0HKTRKFN4MME9"" completed keep alive response. -2016-08-03 19:13:05.893 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 5726.293ms -2016-08-03 19:13:05.898 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 5394.7929ms -2016-08-03 19:13:05.901 +05:30 [Information] Request finished in 3822.2265ms 200 application/json; charset=utf-8 -2016-08-03 19:13:05.902 +05:30 [Debug] Connection id ""0HKTRKFN4MMEB"" completed keep alive response. -2016-08-03 19:13:05.907 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-03 19:13:05.911 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/SocialMessages/GetAllSentMessagesCount?groupId=2&userId=2 -2016-08-03 19:13:05.912 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/SocialMessages/GetAllSentMessagesCount"'. -2016-08-03 19:13:05.914 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" -2016-08-03 19:13:05.915 +05:30 [Information] Request finished in 5794.2644ms 200 application/json; charset=utf-8 -2016-08-03 19:13:05.921 +05:30 [Debug] Connection id ""0HKTRKFN4MME7"" completed keep alive response. -2016-08-03 19:13:05.919 +05:30 [Information] Request finished in 5467.0747ms 200 application/json; charset=utf-8 -2016-08-03 19:13:05.931 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetIncommingMessage?groupId=2&userId=2 -2016-08-03 19:13:05.932 +05:30 [Debug] Connection id ""0HKTRKFN4MME8"" completed keep alive response. -2016-08-03 19:13:05.936 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetIncommingMessage"'. -2016-08-03 19:13:05.945 +05:30 [Information] Executed action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" in 5388.0501ms -2016-08-03 19:13:05.968 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterFollowerCount?groupId=2&userId=2 -2016-08-03 19:13:05.947 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" -2016-08-03 19:13:05.997 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterFollowerCount"'. -2016-08-03 19:13:05.994 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" in 4918.2549ms -2016-08-03 19:13:06.000 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" -2016-08-03 19:13:05.990 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/FacebookfanPageCount?groupId=2&userId=2 -2016-08-03 19:13:06.012 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/FacebookfanPageCount"'. -2016-08-03 19:13:06.020 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" -2016-08-03 19:13:06.015 +05:30 [Information] Request finished in 5539.1ms 200 application/json; charset=utf-8 -2016-08-03 19:13:06.033 +05:30 [Debug] Connection id ""0HKTRKFN4MMEA"" completed keep alive response. -2016-08-03 19:13:06.032 +05:30 [Information] Request finished in 4958.6204ms 200 application/json; charset=utf-8 -2016-08-03 19:13:06.040 +05:30 [Debug] Connection id ""0HKTRKFN4MMEC"" completed keep alive response. -2016-08-03 19:13:06.052 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterRecentFollower?groupId=2 -2016-08-03 19:13:06.054 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterRecentFollower"'. -2016-08-03 19:13:06.055 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Google/GetGAProfiles?groupId=2 -2016-08-03 19:13:06.060 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GetGAProfiles"'. -2016-08-03 19:13:06.060 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" -2016-08-03 19:13:06.062 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GetGAProfiles (Api.Socioboard)" -2016-08-03 19:13:07.417 +05:30 [Debug] Connection id ""0HKTRKFN4MMED"" started. -2016-08-03 19:13:07.419 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=2 -2016-08-03 19:13:07.421 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-08-03 19:13:07.423 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-08-03 19:13:08.167 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GetGAProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-03 19:13:08.175 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GetGAProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-03 19:13:08.176 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-03 19:13:08.176 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-03 19:13:08.178 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-03 19:13:08.184 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GetGAProfiles (Api.Socioboard)" in 2115.7223ms -2016-08-03 19:13:08.188 +05:30 [Information] Request finished in 2136.2929ms 200 application/json; charset=utf-8 -2016-08-03 19:13:08.188 +05:30 [Debug] Connection id ""0HKTRKFN4MMEC"" completed keep alive response. -2016-08-03 19:13:09.044 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" with arguments (["2", "2"]) - ModelState is Valid -2016-08-03 19:13:09.114 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" with arguments (["2", "2"]) - ModelState is Valid -2016-08-03 19:13:09.147 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" with arguments (["2", "2"]) - ModelState is Valid -2016-08-03 19:13:09.257 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-03 19:13:09.257 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-03 19:13:09.276 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-03 19:13:09.276 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-03 19:13:09.291 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-03 19:13:09.306 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" with arguments (["2", "2"]) - ModelState is Valid -2016-08-03 19:13:09.308 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-03 19:13:09.310 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-03 19:13:09.310 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-03 19:13:09.322 +05:30 [Information] Executed action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" in 3377.6489ms -2016-08-03 19:13:09.340 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-03 19:13:09.371 +05:30 [Information] Request finished in 3467.1306ms 200 application/json; charset=utf-8 -2016-08-03 19:13:09.373 +05:30 [Debug] Connection id ""0HKTRKFN4MME9"" completed keep alive response. -2016-08-03 19:13:09.377 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" in 3351.0428ms -2016-08-03 19:13:09.374 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-03 19:13:09.380 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-03 19:13:09.382 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-03 19:13:09.402 +05:30 [Information] Request finished in 3442.0252ms 200 text/plain; charset=utf-8 -2016-08-03 19:13:09.405 +05:30 [Debug] Connection id ""0HKTRKFN4MME7"" completed keep alive response. -2016-08-03 19:13:09.421 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-03 19:13:09.434 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" in 3404.0573ms -2016-08-03 19:13:09.448 +05:30 [Information] Request finished in 3501.079ms 200 text/plain; charset=utf-8 -2016-08-03 19:13:09.449 +05:30 [Debug] Connection id ""0HKTRKFN4MME8"" completed keep alive response. -2016-08-03 19:13:09.466 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-03 19:13:09.467 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-03 19:13:09.467 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-03 19:13:09.469 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-03 19:13:09.475 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" in 3411.5111ms -2016-08-03 19:13:09.499 +05:30 [Information] Request finished in 3427.485ms 200 application/json; charset=utf-8 -2016-08-03 19:13:09.500 +05:30 [Debug] Connection id ""0HKTRKFN4MMEA"" completed keep alive response. -2016-08-03 19:13:10.354 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-03 19:13:10.354 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-03 19:13:10.355 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-03 19:13:10.356 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-03 19:13:10.359 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" in 4359.6736ms -2016-08-03 19:13:10.363 +05:30 [Information] Request finished in 4456.1784ms 200 text/plain; charset=utf-8 -2016-08-03 19:13:10.364 +05:30 [Debug] Connection id ""0HKTRKFN4MMEB"" completed keep alive response. -2016-08-03 19:13:10.470 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid -2016-08-03 19:13:10.548 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-03 19:13:10.549 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-03 19:13:10.550 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-03 19:13:10.552 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 3126.8969ms -2016-08-03 19:13:10.556 +05:30 [Information] Request finished in 3137.1883ms 200 application/json; charset=utf-8 -2016-08-03 19:13:10.557 +05:30 [Debug] Connection id ""0HKTRKFN4MMED"" completed keep alive response. -2016-08-03 19:13:10.563 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=3 -2016-08-03 19:13:10.564 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-08-03 19:13:10.565 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-08-03 19:13:13.631 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-03 19:13:13.711 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-03 19:13:13.711 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-03 19:13:13.713 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-03 19:13:13.715 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 3147.6422ms -2016-08-03 19:13:13.719 +05:30 [Information] Request finished in 3155.6089ms 200 application/json; charset=utf-8 -2016-08-03 19:13:13.719 +05:30 [Debug] Connection id ""0HKTRKFN4MMEC"" completed keep alive response. -2016-08-03 19:13:15.017 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=3 -2016-08-03 19:13:15.018 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-08-03 19:13:15.024 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-08-03 19:13:15.229 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=3 -2016-08-03 19:13:15.230 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-08-03 19:13:15.231 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-08-03 19:13:15.234 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=3 -2016-08-03 19:13:15.234 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-08-03 19:13:15.235 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-08-03 19:13:15.237 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Instagram/GetInstagramProfiles?groupId=3 -2016-08-03 19:13:15.238 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Instagram/GetInstagramProfiles"'. -2016-08-03 19:13:15.238 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" -2016-08-03 19:13:15.252 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Google/GetGplusProfiles?groupId=3 -2016-08-03 19:13:15.253 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GetGplusProfiles"'. -2016-08-03 19:13:15.267 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/LinkedIn/GetLinkedInCompanyPagesProfiles?groupId=3 -2016-08-03 19:13:15.267 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" -2016-08-03 19:13:15.267 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/LinkedIn/GetLinkedInCompanyPagesProfiles"'. -2016-08-03 19:13:15.269 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" -2016-08-03 19:13:18.185 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-03 19:13:18.254 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-03 19:13:18.255 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-03 19:13:18.255 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-03 19:13:18.256 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-03 19:13:18.261 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 3229.7612ms -2016-08-03 19:13:18.304 +05:30 [Information] Request finished in 3268.4158ms 200 application/json; charset=utf-8 -2016-08-03 19:13:18.307 +05:30 [Debug] Connection id ""0HKTRKFN4MME9"" completed keep alive response. -2016-08-03 19:13:18.316 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-03 19:13:18.322 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/SocialMessages/GetAllSentMessagesCount?groupId=3&userId=2 -2016-08-03 19:13:18.359 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/SocialMessages/GetAllSentMessagesCount"'. -2016-08-03 19:13:18.360 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" -2016-08-03 19:13:18.386 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-03 19:13:18.449 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-03 19:13:18.450 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-03 19:13:18.450 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-03 19:13:18.492 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-03 19:13:18.510 +05:30 [Information] Executed action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" in 3254.3578ms -2016-08-03 19:13:18.575 +05:30 [Information] Request finished in 3316.8189ms 200 application/json; charset=utf-8 -2016-08-03 19:13:18.593 +05:30 [Debug] Connection id ""0HKTRKFN4MMED"" completed keep alive response. -2016-08-03 19:13:18.593 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-03 19:13:18.628 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-03 19:13:18.646 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-03 19:13:18.692 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetIncommingMessage?groupId=3&userId=2 -2016-08-03 19:13:18.693 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetIncommingMessage"'. -2016-08-03 19:13:18.694 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" -2016-08-03 19:13:18.810 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-03 19:13:18.815 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-03 19:13:18.838 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-03 19:13:18.838 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-03 19:13:18.840 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-03 19:13:18.839 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-03 19:13:18.856 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-03 19:13:18.856 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-03 19:13:18.841 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-03 19:13:18.878 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-03 19:13:18.879 +05:30 [Information] Executed action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" in 3606.2219ms -2016-08-03 19:13:18.912 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-03 19:13:18.916 +05:30 [Information] Request finished in 3693.3363ms 200 application/json; charset=utf-8 -2016-08-03 19:13:18.919 +05:30 [Debug] Connection id ""0HKTRKFN4MMEB"" completed keep alive response. -2016-08-03 19:13:18.952 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-03 19:13:18.955 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterFollowerCount?groupId=3&userId=2 -2016-08-03 19:13:18.977 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterFollowerCount"'. -2016-08-03 19:13:18.978 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-03 19:13:18.978 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 3699.5528ms -2016-08-03 19:13:18.980 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-03 19:13:18.979 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" -2016-08-03 19:13:18.982 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-03 19:13:18.986 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" in 3708.3355ms -2016-08-03 19:13:18.991 +05:30 [Information] Request finished in 3767.6689ms 200 application/json; charset=utf-8 -2016-08-03 19:13:18.993 +05:30 [Debug] Connection id ""0HKTRKFN4MME7"" completed keep alive response. -2016-08-03 19:13:19.002 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-03 19:13:19.003 +05:30 [Information] Request finished in 3769.7218ms 200 application/json; charset=utf-8 -2016-08-03 19:13:19.005 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/FacebookfanPageCount?groupId=3&userId=2 -2016-08-03 19:13:19.008 +05:30 [Debug] Connection id ""0HKTRKFN4MME8"" completed keep alive response. -2016-08-03 19:13:19.013 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/FacebookfanPageCount"'. -2016-08-03 19:13:19.016 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" -2016-08-03 19:13:19.021 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 3777.906ms -2016-08-03 19:13:19.027 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterRecentFollower?groupId=3 -2016-08-03 19:13:19.028 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterRecentFollower"'. -2016-08-03 19:13:19.034 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" -2016-08-03 19:13:19.057 +05:30 [Information] Request finished in 3806.5731ms 200 application/json; charset=utf-8 -2016-08-03 19:13:19.059 +05:30 [Debug] Connection id ""0HKTRKFN4MMEA"" completed keep alive response. -2016-08-03 19:13:19.081 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Google/GetGAProfiles?groupId=3 -2016-08-03 19:13:19.082 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GetGAProfiles"'. -2016-08-03 19:13:19.084 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GetGAProfiles (Api.Socioboard)" -2016-08-03 19:13:20.187 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" with arguments (["2", "3"]) - ModelState is Valid -2016-08-03 19:13:20.224 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-03 19:13:20.225 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-03 19:13:20.227 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-03 19:13:20.235 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-03 19:13:20.238 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" in 1219.2846ms -2016-08-03 19:13:20.241 +05:30 [Information] Request finished in 1243.4291ms 200 text/plain; charset=utf-8 -2016-08-03 19:13:20.242 +05:30 [Debug] Connection id ""0HKTRKFN4MMEB"" completed keep alive response. -2016-08-03 19:13:20.279 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Task/GetAllPendingTasksOfUserAndGroup?groupId=3&userId=2 -2016-08-03 19:13:20.280 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Task/GetAllPendingTasksOfUserAndGroup"'. -2016-08-03 19:13:20.283 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TaskController.GetAllPendingTasksOfUserAndGroup (Api.Socioboard)" -2016-08-03 19:13:21.217 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-03 19:13:21.449 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" with arguments (["2", "3"]) - ModelState is Valid -2016-08-03 19:13:21.519 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-03 19:13:21.519 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-03 19:13:21.520 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-03 19:13:21.521 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-03 19:13:21.524 +05:30 [Information] Executed action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" in 3161.122ms -2016-08-03 19:13:21.528 +05:30 [Information] Request finished in 3213.7135ms 200 application/json; charset=utf-8 -2016-08-03 19:13:21.529 +05:30 [Debug] Connection id ""0HKTRKFN4MMEC"" completed keep alive response. -2016-08-03 19:13:21.895 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" with arguments (["3", "2"]) - ModelState is Valid -2016-08-03 19:13:21.972 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-03 19:13:21.972 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-03 19:13:21.973 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-03 19:13:21.974 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-03 19:13:21.976 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" in 3279.7261ms -2016-08-03 19:13:21.979 +05:30 [Information] Request finished in 3379.863ms 200 text/plain; charset=utf-8 -2016-08-03 19:13:21.980 +05:30 [Debug] Connection id ""0HKTRKFN4MME9"" completed keep alive response. -2016-08-03 19:13:22.026 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" with arguments (["3", "2"]) - ModelState is Valid -2016-08-03 19:13:22.072 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-03 19:13:22.073 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-03 19:13:22.074 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-03 19:13:22.075 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-03 19:13:22.077 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" in 3091.0633ms -2016-08-03 19:13:22.079 +05:30 [Information] Request finished in 3144.3658ms 200 text/plain; charset=utf-8 -2016-08-03 19:13:22.080 +05:30 [Debug] Connection id ""0HKTRKFN4MMED"" completed keep alive response. -2016-08-03 19:13:22.137 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GetGAProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-03 19:13:22.141 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GetGAProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-03 19:13:22.141 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-03 19:13:22.142 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-03 19:13:22.143 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-03 19:13:22.145 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GetGAProfiles (Api.Socioboard)" in 3058.6394ms -2016-08-03 19:13:22.148 +05:30 [Information] Request finished in 3074.354ms 200 application/json; charset=utf-8 -2016-08-03 19:13:22.148 +05:30 [Debug] Connection id ""0HKTRKFN4MME8"" completed keep alive response. -2016-08-03 19:13:22.744 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-03 19:13:22.745 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-03 19:13:22.745 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-03 19:13:22.746 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-03 19:13:22.752 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" in 3710.2903ms -2016-08-03 19:13:22.756 +05:30 [Information] Request finished in 3734.4473ms 200 application/json; charset=utf-8 -2016-08-03 19:13:22.756 +05:30 [Debug] Connection id ""0HKTRKFN4MME7"" completed keep alive response. -2016-08-03 19:13:23.350 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TaskController.GetAllPendingTasksOfUserAndGroup (Api.Socioboard)" with arguments (["2", "3"]) - ModelState is Valid -2016-08-03 19:13:23.498 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TaskController.GetAllPendingTasksOfUserAndGroup (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-03 19:13:23.498 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-03 19:13:23.499 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-03 19:13:23.500 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-03 19:13:23.537 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TaskController.GetAllPendingTasksOfUserAndGroup (Api.Socioboard)" in 3251.6158ms -2016-08-03 19:13:23.542 +05:30 [Information] Request finished in 3263.5707ms 200 application/json; charset=utf-8 -2016-08-03 19:13:23.542 +05:30 [Debug] Connection id ""0HKTRKFN4MMEA"" completed keep alive response. -2016-08-03 19:13:30.548 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=3 -2016-08-03 19:13:30.549 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/LinkedIn/GetLinkedInCompanyPagesProfiles?groupId=3 -2016-08-03 19:13:30.549 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-08-03 19:13:30.551 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/LinkedIn/GetLinkedInCompanyPagesProfiles"'. -2016-08-03 19:13:30.551 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-08-03 19:13:30.552 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" -2016-08-03 19:13:30.554 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=3 -2016-08-03 19:13:30.555 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-08-03 19:13:30.556 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-08-03 19:13:30.568 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/SocialMessages/GetAllSentMessagesCount?groupId=3&userId=2 -2016-08-03 19:13:30.570 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/SocialMessages/GetAllSentMessagesCount"'. -2016-08-03 19:13:30.572 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" -2016-08-03 19:13:30.600 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Instagram/GetInstagramProfiles?groupId=3 -2016-08-03 19:13:30.602 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Instagram/GetInstagramProfiles"'. -2016-08-03 19:13:30.603 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" -2016-08-03 19:13:30.620 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Google/GetGplusProfiles?groupId=3 -2016-08-03 19:13:30.621 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GetGplusProfiles"'. -2016-08-03 19:13:30.621 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" -2016-08-03 19:13:32.655 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-03 19:13:32.790 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-03 19:13:32.791 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-03 19:13:32.791 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-03 19:13:32.792 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-03 19:13:32.795 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 2240.6364ms -2016-08-03 19:13:32.798 +05:30 [Information] Request finished in 2260.255ms 200 application/json; charset=utf-8 -2016-08-03 19:13:32.799 +05:30 [Debug] Connection id ""0HKTRKFN4MMEB"" completed keep alive response. -2016-08-03 19:13:32.805 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetIncommingMessage?groupId=3&userId=2 -2016-08-03 19:13:32.807 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetIncommingMessage"'. -2016-08-03 19:13:32.807 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" -2016-08-03 19:13:33.597 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-03 19:13:33.702 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-03 19:13:33.746 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" with arguments (["2", "3"]) - ModelState is Valid -2016-08-03 19:13:33.807 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-03 19:13:33.958 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-03 19:13:33.961 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-03 19:13:33.959 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" with arguments (["3"]) - ModelState is Valid -2016-08-03 19:13:33.962 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-03 19:13:34.050 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-03 19:13:34.051 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-03 19:13:34.060 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-03 19:13:34.061 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-03 19:13:34.051 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-03 19:13:34.064 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-03 19:13:34.065 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-03 19:13:34.088 +05:30 [Information] Executed action "Api.Socioboard.Controllers.LinkedInController.GetLinkedInCompanyPagesProfiles (Api.Socioboard)" in 3502.6587ms -2016-08-03 19:13:34.110 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-03 19:13:34.115 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-03 19:13:34.115 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-03 19:13:34.116 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-03 19:13:34.118 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-03 19:13:34.118 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-03 19:13:34.122 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-03 19:13:34.122 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-03 19:13:34.135 +05:30 [Information] Request finished in 3569.6651ms 200 application/json; charset=utf-8 -2016-08-03 19:13:34.136 +05:30 [Debug] Connection id ""0HKTRKFN4MME8"" completed keep alive response. -2016-08-03 19:13:34.156 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 3555.896ms -2016-08-03 19:13:34.161 +05:30 [Information] Executed action "Api.Socioboard.Controllers.InstagramController.GetInstagramProfiles (Api.Socioboard)" in 3516.7037ms -2016-08-03 19:13:34.164 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterFollowerCount?groupId=3&userId=2 -2016-08-03 19:13:34.167 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterFollowerCount"'. -2016-08-03 19:13:34.168 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-03 19:13:34.170 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterFollowerCount (Api.Socioboard)" -2016-08-03 19:13:34.173 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" with arguments (["3", "2"]) - ModelState is Valid -2016-08-03 19:13:34.174 +05:30 [Information] Request finished in 3626.9198ms 200 application/json; charset=utf-8 -2016-08-03 19:13:34.178 +05:30 [Debug] Connection id ""0HKTRKFN4MME9"" completed keep alive response. -2016-08-03 19:13:34.209 +05:30 [Information] Request finished in 3629.7574ms 200 application/json; charset=utf-8 -2016-08-03 19:13:34.210 +05:30 [Debug] Connection id ""0HKTRKFN4MMEC"" completed keep alive response. -2016-08-03 19:13:34.232 +05:30 [Information] Executed action "Api.Socioboard.Controllers.SocialMessagesController.GetAllSentMessagesCount (Api.Socioboard)" in 3597.4704ms -2016-08-03 19:13:34.235 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/FacebookfanPageCount?groupId=3&userId=2 -2016-08-03 19:13:34.236 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/FacebookfanPageCount"'. -2016-08-03 19:13:34.236 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-03 19:13:34.237 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.FacebookfanPageCount (Api.Socioboard)" -2016-08-03 19:13:34.245 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/TwitterRecentFollower?groupId=3 -2016-08-03 19:13:34.246 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/TwitterRecentFollower"'. -2016-08-03 19:13:34.247 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.TwitterRecentFollower (Api.Socioboard)" -2016-08-03 19:13:34.251 +05:30 [Information] Request finished in 3701.0863ms 200 application/json; charset=utf-8 -2016-08-03 19:13:34.252 +05:30 [Debug] Connection id ""0HKTRKFN4MME7"" completed keep alive response. -2016-08-03 19:13:34.264 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GoogleController.GetGplusProfiles (Api.Socioboard)" in 3613.1952ms -2016-08-03 19:13:34.266 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult". -2016-08-03 19:13:34.276 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-03 19:13:34.277 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-08-03 19:13:34.286 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Google/GetGAProfiles?groupId=3 -2016-08-03 19:13:34.290 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Google/GetGAProfiles"'. -2016-08-03 19:13:34.291 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-03 19:13:34.292 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GoogleController.GetGAProfiles (Api.Socioboard)" -2016-08-03 19:13:34.296 +05:30 [Information] Request finished in 3747.2121ms 200 application/json; charset=utf-8 -2016-08-03 19:13:34.297 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetIncommingMessage (Api.Socioboard)" in 1484.8114ms -2016-08-03 19:13:34.298 +05:30 [Debug] Connection id ""0HKTRKFN4MMED"" completed keep alive response. -2016-08-03 19:13:34.324 +05:30 [Information] Request finished in 1520.0579ms 200 text/plain; charset=utf-8 -2016-08-03 19:13:34.325 +05:30 [Debug] Connection id ""0HKTRKFN4MMEA"" completed keep alive response. -2016-08-03 19:30:53.676 +05:30 [Debug] Hosting starting -2016-08-03 19:30:53.893 +05:30 [Debug] Hosting started -2016-08-03 19:30:53.927 +05:30 [Debug] Connection id ""0HKTRKQAQE5P1"" started. -2016-08-03 19:30:53.927 +05:30 [Debug] Connection id ""0HKTRKQAQE5P0"" started. -2016-08-03 19:30:54.097 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:6361/ 0 -2016-08-03 19:30:54.097 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-08-03 19:30:54.177 +05:30 [Information] Request finished in 113.8716ms 200 -2016-08-03 19:30:54.242 +05:30 [Debug] Connection id ""0HKTRKQAQE5P1"" completed keep alive response. -2016-08-03 19:30:54.778 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-08-03 19:30:54.837 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"8cabae1a-964f-4214-b00f-fd6dadf8a421"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-08-03 19:30:54.958 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-08-03 19:30:55.084 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid -2016-08-03 19:30:55.088 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult". -2016-08-03 19:30:55.139 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-03 19:30:55.145 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-03 19:30:55.148 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-03 19:30:55.465 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 497.5604ms -2016-08-03 19:30:55.550 +05:30 [Information] Request finished in 1502.9832ms 200 application/json; charset=utf-8 -2016-08-03 19:30:55.554 +05:30 [Debug] Connection id ""0HKTRKQAQE5P0"" completed keep alive response. -2016-08-03 19:32:53.901 +05:30 [Debug] Connection id ""0HKTRKQAQE5P0"" received FIN. -2016-08-03 19:32:53.901 +05:30 [Debug] Connection id ""0HKTRKQAQE5P1"" received FIN. -2016-08-03 19:32:53.904 +05:30 [Debug] Connection id ""0HKTRKQAQE5P0"" disconnecting. -2016-08-03 19:32:53.919 +05:30 [Debug] Connection id ""0HKTRKQAQE5P1"" disconnecting. -2016-08-03 19:32:53.924 +05:30 [Debug] Connection id ""0HKTRKQAQE5P0"" sending FIN. -2016-08-03 19:32:53.934 +05:30 [Debug] Connection id ""0HKTRKQAQE5P1"" sending FIN. -2016-08-03 19:32:53.937 +05:30 [Debug] Connection id ""0HKTRKQAQE5P0"" sent FIN with status "0". -2016-08-03 19:32:53.937 +05:30 [Debug] Connection id ""0HKTRKQAQE5P1"" sent FIN with status "0". -2016-08-03 19:32:53.940 +05:30 [Debug] Connection id ""0HKTRKQAQE5P1"" stopped. -2016-08-03 19:32:53.940 +05:30 [Debug] Connection id ""0HKTRKQAQE5P0"" stopped. diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/wwwroot/log/log-20160804.txt b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/wwwroot/log/log-20160804.txt deleted file mode 100644 index f4268a269..000000000 --- a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/wwwroot/log/log-20160804.txt +++ /dev/null @@ -1,169 +0,0 @@ -2016-08-04 15:12:21.528 +05:30 [Debug] Hosting starting -2016-08-04 15:12:21.769 +05:30 [Debug] Hosting started -2016-08-04 15:12:21.869 +05:30 [Debug] Connection id ""0HKTS9EH2GKIA"" started. -2016-08-04 15:12:21.887 +05:30 [Debug] Connection id ""0HKTS9EH2GKIB"" started. -2016-08-04 15:12:22.161 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:6361/ 0 -2016-08-04 15:12:22.162 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-08-04 15:12:22.256 +05:30 [Information] Request finished in 164.0544ms 200 -2016-08-04 15:12:22.349 +05:30 [Debug] Connection id ""0HKTS9EH2GKIB"" completed keep alive response. -2016-08-04 15:12:23.100 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-08-04 15:12:23.160 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"0afa3b93-9112-4935-bebe-d55590f2baa3"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-08-04 15:12:23.359 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-08-04 15:12:23.510 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid -2016-08-04 15:12:23.514 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult". -2016-08-04 15:12:23.566 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-04 15:12:23.575 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-04 15:12:23.579 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-04 15:12:24.136 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 613.5459ms -2016-08-04 15:12:24.369 +05:30 [Information] Request finished in 2282.4018ms 200 application/json; charset=utf-8 -2016-08-04 15:12:24.374 +05:30 [Debug] Connection id ""0HKTS9EH2GKIA"" completed keep alive response. -2016-08-04 15:12:24.716 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/favicon.ico -2016-08-04 15:12:24.721 +05:30 [Debug] Request did not match any routes. -2016-08-04 15:12:24.731 +05:30 [Information] Request finished in 14.9053ms 404 -2016-08-04 15:12:24.732 +05:30 [Debug] Connection id ""0HKTS9EH2GKIB"" completed keep alive response. -2016-08-04 15:13:46.744 +05:30 [Debug] Hosting starting -2016-08-04 15:13:46.953 +05:30 [Debug] Hosting started -2016-08-04 15:13:47.012 +05:30 [Debug] Connection id ""0HKTS9FAEHMNP"" started. -2016-08-04 15:13:47.012 +05:30 [Debug] Connection id ""0HKTS9FAEHMNO"" started. -2016-08-04 15:13:47.173 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-08-04 15:13:47.173 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:6361/ 0 -2016-08-04 15:13:47.240 +05:30 [Information] Request finished in 94.6426ms 200 -2016-08-04 15:13:47.306 +05:30 [Debug] Connection id ""0HKTS9FAEHMNO"" completed keep alive response. -2016-08-04 15:13:47.798 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-08-04 15:13:47.843 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"62f08454-ae46-46b8-be92-a9fa60a9cd71"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-08-04 15:13:48.027 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-08-04 15:13:48.146 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid -2016-08-04 15:13:48.148 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult". -2016-08-04 15:13:48.186 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-04 15:13:48.194 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-04 15:13:48.197 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-04 15:13:48.443 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 403.6731ms -2016-08-04 15:13:48.546 +05:30 [Information] Request finished in 1415.7173ms 200 application/json; charset=utf-8 -2016-08-04 15:13:48.550 +05:30 [Debug] Connection id ""0HKTS9FAEHMNP"" completed keep alive response. -2016-08-04 15:15:46.989 +05:30 [Debug] Connection id ""0HKTS9FAEHMNO"" received FIN. -2016-08-04 15:15:46.989 +05:30 [Debug] Connection id ""0HKTS9FAEHMNP"" received FIN. -2016-08-04 15:15:46.993 +05:30 [Debug] Connection id ""0HKTS9FAEHMNO"" disconnecting. -2016-08-04 15:15:46.993 +05:30 [Debug] Connection id ""0HKTS9FAEHMNP"" disconnecting. -2016-08-04 15:15:46.996 +05:30 [Debug] Connection id ""0HKTS9FAEHMNO"" sending FIN. -2016-08-04 15:15:46.998 +05:30 [Debug] Connection id ""0HKTS9FAEHMNP"" sending FIN. -2016-08-04 15:15:47.010 +05:30 [Debug] Connection id ""0HKTS9FAEHMNP"" sent FIN with status "0". -2016-08-04 15:15:47.010 +05:30 [Debug] Connection id ""0HKTS9FAEHMNO"" sent FIN with status "0". -2016-08-04 15:15:47.017 +05:30 [Debug] Connection id ""0HKTS9FAEHMNO"" stopped. -2016-08-04 15:15:47.016 +05:30 [Debug] Connection id ""0HKTS9FAEHMNP"" stopped. -2016-08-04 15:49:30.217 +05:30 [Debug] Hosting starting -2016-08-04 15:49:30.423 +05:30 [Debug] Hosting started -2016-08-04 15:49:30.616 +05:30 [Debug] Connection id ""0HKTSA399IH0H"" started. -2016-08-04 15:49:30.616 +05:30 [Debug] Connection id ""0HKTSA399IH0I"" started. -2016-08-04 15:49:30.803 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:6361/ 0 -2016-08-04 15:49:30.803 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-08-04 15:49:30.888 +05:30 [Information] Request finished in 137.2519ms 200 -2016-08-04 15:49:30.957 +05:30 [Debug] Connection id ""0HKTSA399IH0I"" completed keep alive response. -2016-08-04 15:49:31.522 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-08-04 15:49:31.585 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"20b1d4cd-4d66-4e7b-b653-508ba360948d"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-08-04 15:49:31.697 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-08-04 15:49:31.817 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid -2016-08-04 15:49:31.820 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult". -2016-08-04 15:49:31.873 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-04 15:49:31.879 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-04 15:49:31.882 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-04 15:49:32.210 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 502.3312ms -2016-08-04 15:49:32.304 +05:30 [Information] Request finished in 1571.3248ms 200 application/json; charset=utf-8 -2016-08-04 15:49:32.308 +05:30 [Debug] Connection id ""0HKTSA399IH0H"" completed keep alive response. -2016-08-04 16:20:49.376 +05:30 [Debug] Hosting starting -2016-08-04 16:20:49.590 +05:30 [Debug] Hosting started -2016-08-04 16:20:49.774 +05:30 [Debug] Connection id ""0HKTSAKPAHNTT"" started. -2016-08-04 16:20:49.774 +05:30 [Debug] Connection id ""0HKTSAKPAHNTU"" started. -2016-08-04 16:20:49.948 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:6361/ 0 -2016-08-04 16:20:49.949 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-08-04 16:20:50.052 +05:30 [Information] Request finished in 134.9438ms 200 -2016-08-04 16:20:50.124 +05:30 [Debug] Connection id ""0HKTSAKPAHNTU"" completed keep alive response. -2016-08-04 16:20:50.765 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-08-04 16:20:50.838 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"b6356ae9-e761-47b1-9138-923ae3f149cc"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-08-04 16:20:50.968 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-08-04 16:20:51.081 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid -2016-08-04 16:20:51.084 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult". -2016-08-04 16:20:51.130 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-04 16:20:51.137 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-04 16:20:51.140 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-04 16:20:51.461 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 467.4059ms -2016-08-04 16:20:51.657 +05:30 [Information] Request finished in 1764.5437ms 200 application/json; charset=utf-8 -2016-08-04 16:20:51.661 +05:30 [Debug] Connection id ""0HKTSAKPAHNTT"" completed keep alive response. -2016-08-04 16:22:49.747 +05:30 [Debug] Connection id ""0HKTSAKPAHNTU"" received FIN. -2016-08-04 16:22:49.747 +05:30 [Debug] Connection id ""0HKTSAKPAHNTT"" received FIN. -2016-08-04 16:22:49.752 +05:30 [Debug] Connection id ""0HKTSAKPAHNTU"" disconnecting. -2016-08-04 16:22:49.752 +05:30 [Debug] Connection id ""0HKTSAKPAHNTT"" disconnecting. -2016-08-04 16:22:49.754 +05:30 [Debug] Connection id ""0HKTSAKPAHNTU"" sending FIN. -2016-08-04 16:22:49.755 +05:30 [Debug] Connection id ""0HKTSAKPAHNTT"" sending FIN. -2016-08-04 16:22:49.766 +05:30 [Debug] Connection id ""0HKTSAKPAHNTT"" sent FIN with status "0". -2016-08-04 16:22:49.766 +05:30 [Debug] Connection id ""0HKTSAKPAHNTU"" sent FIN with status "0". -2016-08-04 16:22:49.769 +05:30 [Debug] Connection id ""0HKTSAKPAHNTU"" stopped. -2016-08-04 16:22:49.769 +05:30 [Debug] Connection id ""0HKTSAKPAHNTT"" stopped. -2016-08-04 17:27:14.163 +05:30 [Debug] Hosting starting -2016-08-04 17:27:14.377 +05:30 [Debug] Hosting started -2016-08-04 17:27:14.572 +05:30 [Debug] Connection id ""0HKTSBPSSIFCL"" started. -2016-08-04 17:27:14.603 +05:30 [Debug] Connection id ""0HKTSBPSSIFCM"" started. -2016-08-04 17:27:14.769 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:6361/ 0 -2016-08-04 17:27:14.769 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-08-04 17:27:14.850 +05:30 [Information] Request finished in 116.8637ms 200 -2016-08-04 17:27:14.913 +05:30 [Debug] Connection id ""0HKTSBPSSIFCM"" completed keep alive response. -2016-08-04 17:27:15.487 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-08-04 17:27:15.539 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"d2e4ea66-62a5-48b9-a16e-7b6a3265cb71"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-08-04 17:27:15.655 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-08-04 17:27:15.786 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid -2016-08-04 17:27:15.791 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult". -2016-08-04 17:27:15.857 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-04 17:27:15.866 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-04 17:27:15.870 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-04 17:27:16.203 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 531.618ms -2016-08-04 17:27:16.338 +05:30 [Information] Request finished in 1621.1307ms 200 application/json; charset=utf-8 -2016-08-04 17:27:16.344 +05:30 [Debug] Connection id ""0HKTSBPSSIFCL"" completed keep alive response. -2016-08-04 17:29:14.547 +05:30 [Debug] Connection id ""0HKTSBPSSIFCL"" received FIN. -2016-08-04 17:29:14.549 +05:30 [Debug] Connection id ""0HKTSBPSSIFCL"" disconnecting. -2016-08-04 17:29:14.550 +05:30 [Debug] Connection id ""0HKTSBPSSIFCL"" sending FIN. -2016-08-04 17:29:14.556 +05:30 [Debug] Connection id ""0HKTSBPSSIFCL"" sent FIN with status "0". -2016-08-04 17:29:14.559 +05:30 [Debug] Connection id ""0HKTSBPSSIFCL"" stopped. -2016-08-04 17:29:14.560 +05:30 [Debug] Connection id ""0HKTSBPSSIFCM"" received FIN. -2016-08-04 17:29:14.563 +05:30 [Debug] Connection id ""0HKTSBPSSIFCM"" disconnecting. -2016-08-04 17:29:14.563 +05:30 [Debug] Connection id ""0HKTSBPSSIFCM"" sending FIN. -2016-08-04 17:29:14.564 +05:30 [Debug] Connection id ""0HKTSBPSSIFCM"" sent FIN with status "0". -2016-08-04 17:29:14.565 +05:30 [Debug] Connection id ""0HKTSBPSSIFCM"" stopped. -2016-08-04 17:37:38.191 +05:30 [Debug] Hosting starting -2016-08-04 17:37:38.388 +05:30 [Debug] Hosting started -2016-08-04 17:37:38.421 +05:30 [Debug] Connection id ""0HKTSBVMQ1VLQ"" started. -2016-08-04 17:37:38.421 +05:30 [Debug] Connection id ""0HKTSBVMQ1VLR"" started. -2016-08-04 17:37:38.614 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:6361/ 0 -2016-08-04 17:37:38.614 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-08-04 17:37:38.689 +05:30 [Information] Request finished in 110.5296ms 200 -2016-08-04 17:37:38.756 +05:30 [Debug] Connection id ""0HKTSBVMQ1VLR"" completed keep alive response. -2016-08-04 17:37:39.303 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-08-04 17:37:39.385 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"2cfc0e2d-cad8-4c40-86e1-8d6cbae7aa3a"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-08-04 17:37:39.515 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-08-04 17:37:39.639 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid -2016-08-04 17:37:39.642 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult". -2016-08-04 17:37:39.704 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-04 17:37:39.712 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-04 17:37:39.716 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-04 17:37:40.036 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 507.8383ms -2016-08-04 17:37:40.160 +05:30 [Information] Request finished in 1587.8673ms 200 application/json; charset=utf-8 -2016-08-04 17:37:40.164 +05:30 [Debug] Connection id ""0HKTSBVMQ1VLQ"" completed keep alive response. -2016-08-04 17:39:02.370 +05:30 [Debug] Hosting starting -2016-08-04 17:39:02.583 +05:30 [Debug] Hosting started -2016-08-04 17:39:02.712 +05:30 [Debug] Connection id ""0HKTSC0FTV122"" started. -2016-08-04 17:39:02.712 +05:30 [Debug] Connection id ""0HKTSC0FTV121"" started. -2016-08-04 17:39:02.898 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:6361/ 0 -2016-08-04 17:39:02.898 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-08-04 17:39:03.084 +05:30 [Information] Request finished in 140.7544ms 200 -2016-08-04 17:39:03.184 +05:30 [Debug] Connection id ""0HKTSC0FTV121"" completed keep alive response. -2016-08-04 17:39:03.794 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-08-04 17:39:03.859 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"88803786-e027-4511-b3d3-19d2beb37424"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-08-04 17:39:04.008 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-08-04 17:39:04.131 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid -2016-08-04 17:39:04.135 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult". -2016-08-04 17:39:04.191 +05:30 [Debug] No information found on request to perform content negotiation. -2016-08-04 17:39:04.198 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-08-04 17:39:04.201 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-08-04 17:39:04.571 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 545.6887ms -2016-08-04 17:39:04.725 +05:30 [Information] Request finished in 1875.912ms 200 application/json; charset=utf-8 -2016-08-04 17:39:04.729 +05:30 [Debug] Connection id ""0HKTSC0FTV122"" completed keep alive response. -2016-08-04 18:14:25.874 +05:30 [Debug] Hosting starting -2016-08-04 18:14:25.991 +05:30 [Debug] Hosting started diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/wwwroot/views/mailtemplates/GroupInvitation.html b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/wwwroot/views/mailtemplates/GroupInvitation.html deleted file mode 100644 index 9ee04daf5..000000000 --- a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/wwwroot/views/mailtemplates/GroupInvitation.html +++ /dev/null @@ -1,852 +0,0 @@ - - - - - - Freshmail Responsive E-mail Template - Mixed Layout Blue - - - - - - - - - - - - - -
- - - - - - -
- - - - - - - -
 
- - - - - - - -
- - - - - - - - -
- - - - - - - -
logo -
- - - - - - - - -
- - - - - - - - -
call us: +1 408 5209502, +91 80 41660003 -
- -
-
- - - - - - - -
 
- -
-
- - - - - - - - -
- - - - - - -
- - - - - - -
- - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 
HI, -
- Your friend has invited you to join their group in Socioboard. It makes collaboration easy and fast. -
- - - - - To join Just click Here: Click Here .
- - - Sharing is Caring!
- - Happy Socioboarding!
- - Thanks -
-
- - - - - - -
Click here to use Socioboard absolutely free! -
-
 
-
-
-
-
- - - - - - - - -
- - - - - - -
- - - - - - - -
 
- - - - - - - -
- - - - - - - - -
- - - - - - - -
portfolio_1 -
- - - - - - - - -
- - - - - - - - -
portfolio_2 -
- - - - - - - - -
- - - - - - - - -
portfolio_3 -
- -
-
- - - - - - - -
 
- - - - - - - - -
 
- -
-
- - - - - - - - -
- - - - - - -
- - - - - - - -
- - - - -
- - - - - - - - - -
Our Esteemed Clientele ... -
- - - - - - - - - - - -
blue -
- - -
- -
-
- - - - - - - -
 
- -
- - - - - - - - - - - - - -
- - - - - - -
- - - - - - -
- - - - - - -
divider image -
-
- - - - - - - -
 
- -
-
- - - - - - - - -
- - - - - - -
- - - - - - -
- - - - - - - - -
- - - - - - - - - - - - - - -
WHAT ARE YOU WAITING FOR? -
- - - - - - -
- Try it now! - -
-
-
-
- - - - - - - -
 
- -
-
- - - - - - - - -
- - - - - - -
- - - - - - - -
 
- - - - - - - -
- - - - - - - - -
- - - - - - - -
FOLLOW US ONLINE: -
- - - - - - - - -
- - - - - - - - -
    -
- -
-
- - - - - - - -
 
- -
-
- - - - - - - - -
- - - - - - -
- - - - - - - -
 
- - - - - - - -
- - - - - - -
- - - - - - - - - - - - - - - - - - - -
We doubled our revenues from the leads acquired with the help of Socioboard. - Mahmoudou Sidibe, US -
Socioboard has helped us understand our customers better, target them better and increase overall ROI per customer. - Sarim Ali, US -
Support at Socioboard is excellent, they are online 24/7 and respond to tickets within minutes. - Adam Prosmith, UK -
Our sales shot over the roof after we started using Socioboard to target customers on Social Media. - Christopher Sutch, US -
Makes life easy and less cumbersome with smart social inbox. Thanks Socioboard. - Maya Ross, UK -
-
-
- - - - - - - -
 
- -
-
- - - - - - - - -
- - - - - - -
- - - - - - - -
 
- - - - - - -
 
- - - - - - - - -
 
- -
-
- - - - - \ No newline at end of file diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/wwwroot/views/mailtemplates/registrationmail.cshtml b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/wwwroot/views/mailtemplates/registrationmail.cshtml deleted file mode 100644 index e6f67ab40..000000000 --- a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/wwwroot/views/mailtemplates/registrationmail.cshtml +++ /dev/null @@ -1,59 +0,0 @@ - -
-
-
- -
- -
-
-
-
-
- Hi [FirstName], -
-
- Congratulations! We have received your request for [AccountType] plan. -
-

- -
- - Please click the link below to activate your account. -
- -
- - -
-

-
- Hope you have a great time at Socioboard. Keep socioboarding... :)
-
- -
- Warm regards,
-
-
- Socioboard Team
-
-
-
-
- -
-
- - diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/wwwroot/wwwroot/log/log-20160625.txt b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/wwwroot/wwwroot/log/log-20160625.txt deleted file mode 100644 index ecd0742f3..000000000 --- a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/wwwroot/wwwroot/log/log-20160625.txt +++ /dev/null @@ -1,935 +0,0 @@ -2016-06-25 11:36:16.222 +05:30 [Debug] Hosting starting -2016-06-25 11:36:17.668 +05:30 [Debug] Hosting started -2016-06-25 11:36:17.821 +05:30 [Debug] Connection id ""0HKSSNR9730BH"" started. -2016-06-25 11:36:17.837 +05:30 [Debug] Connection id ""0HKSSNR9730BI"" started. -2016-06-25 11:36:18.571 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-06-25 11:36:18.589 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:6361/ 0 -2016-06-25 11:36:22.130 +05:30 [Debug] Request did not match any routes. -2016-06-25 11:36:22.174 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-06-25 11:36:22.531 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"db7f1413-5380-435f-9176-ca0817558a1d"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-06-25 11:36:22.542 +05:30 [Information] Request finished in 4078.4096ms 404 -2016-06-25 11:36:22.670 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-06-25 11:36:22.735 +05:30 [Debug] Connection id ""0HKSSNR9730BI"" completed keep alive response. -2016-06-25 11:36:23.788 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid' -2016-06-25 11:36:23.810 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult".' -2016-06-25 11:36:23.932 +05:30 [Debug] No information found on request to perform content negotiation. -2016-06-25 11:36:23.944 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-06-25 11:36:23.950 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-06-25 11:36:29.047 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 6359.42ms -2016-06-25 11:36:29.058 +05:30 [Information] Request finished in 10618.7602ms 200 application/json; charset=utf-8 -2016-06-25 11:36:29.062 +05:30 [Debug] Connection id ""0HKSSNR9730BH"" completed keep alive response. -2016-06-25 11:36:31.225 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/favicon.ico -2016-06-25 11:36:31.227 +05:30 [Debug] Request did not match any routes. -2016-06-25 11:36:31.229 +05:30 [Information] Request finished in 3.5351ms 404 -2016-06-25 11:36:31.229 +05:30 [Debug] Connection id ""0HKSSNR9730BI"" completed keep alive response. -2016-06-25 11:37:34.468 +05:30 [Debug] Connection id ""0HKSSNR9730BH"" received FIN. -2016-06-25 11:37:34.470 +05:30 [Debug] Connection id ""0HKSSNR9730BH"" disconnecting. -2016-06-25 11:37:34.486 +05:30 [Debug] Connection id ""0HKSSNR9730BH"" sending FIN. -2016-06-25 11:37:34.488 +05:30 [Debug] Connection id ""0HKSSNR9730BI"" received FIN. -2016-06-25 11:37:34.489 +05:30 [Debug] Connection id ""0HKSSNR9730BJ"" started. -2016-06-25 11:37:34.490 +05:30 [Debug] Connection id ""0HKSSNR9730BI"" disconnecting. -2016-06-25 11:37:34.495 +05:30 [Debug] Connection id ""0HKSSNR9730BI"" sending FIN. -2016-06-25 11:37:34.500 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/User/Login application/x-www-form-urlencoded 52 -2016-06-25 11:37:34.501 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/Login"'. -2016-06-25 11:37:34.502 +05:30 [Debug] Connection id ""0HKSSNR9730BH"" sent FIN with status "0". -2016-06-25 11:37:34.502 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.Login (Api.Socioboard)" -2016-06-25 11:37:34.503 +05:30 [Debug] Connection id ""0HKSSNR9730BI"" sent FIN with status "0". -2016-06-25 11:37:34.506 +05:30 [Debug] Connection id ""0HKSSNR9730BI"" stopped. -2016-06-25 11:37:34.506 +05:30 [Debug] Connection id ""0HKSSNR9730BH"" stopped. -2016-06-25 11:37:34.838 +05:30 [Debug] Connection id ""0HKSSNR9730BK"" started. -2016-06-25 11:37:34.914 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/User/Login application/x-www-form-urlencoded 52 -2016-06-25 11:37:34.915 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/Login"'. -2016-06-25 11:37:34.918 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.Login (Api.Socioboard)" -2016-06-25 11:37:36.213 +05:30 [Debug] Connection id ""0HKSSNR9730BL"" started. -2016-06-25 11:37:36.225 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/User/Login application/x-www-form-urlencoded 52 -2016-06-25 11:37:36.226 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/Login"'. -2016-06-25 11:37:36.227 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.Login (Api.Socioboard)" -2016-06-25 11:37:36.427 +05:30 [Debug] Connection id ""0HKSSNR9730BM"" started. -2016-06-25 11:37:36.461 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/User/Login application/x-www-form-urlencoded 52 -2016-06-25 11:37:36.462 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/Login"'. -2016-06-25 11:37:36.465 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.Login (Api.Socioboard)" -2016-06-25 11:37:39.011 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.UserController.Login (Api.Socioboard)" with arguments (["Domain.Socioboard.ViewModels.UserLoginViewModel"]) - ModelState is Valid' -2016-06-25 11:37:39.650 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.UserController.Login (Api.Socioboard)" with arguments (["Domain.Socioboard.ViewModels.UserLoginViewModel"]) - ModelState is Valid' -2016-06-25 11:37:39.653 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.UserController.Login (Api.Socioboard)" with arguments (["Domain.Socioboard.ViewModels.UserLoginViewModel"]) - ModelState is Valid' -2016-06-25 11:37:40.587 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.UserController.Login (Api.Socioboard)" with arguments (["Domain.Socioboard.ViewModels.UserLoginViewModel"]) - ModelState is Valid' -2016-06-25 11:37:48.194 +05:30 [Fatal] Unable to connect to any of the specified MySQL hosts. -2016-06-25 11:37:48.272 +05:30 [Fatal] Unable to connect to any of the specified MySQL hosts. -2016-06-25 11:37:48.349 +05:30 [Fatal] Unable to connect to any of the specified MySQL hosts. -2016-06-25 11:37:48.368 +05:30 [Fatal] Unable to connect to any of the specified MySQL hosts. -2016-06-25 11:37:48.615 +05:30 [Error] at Api.Socioboard.Helper.SessionFactory.Init(IHostingEnvironment env) in D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Api.Socioboard\Helper\SessionFactory.cs:line 41 - at Api.Socioboard.Helper.SessionFactory.GetSessionFactory(IHostingEnvironment env) in D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Api.Socioboard\Helper\SessionFactory.cs:line 57 - at Api.Socioboard.Helper.SessionFactory.GetNewSession(IHostingEnvironment env) in D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Api.Socioboard\Helper\SessionFactory.cs:line 69 - at Api.Socioboard.Model.DatabaseRepository.Find[T](Expression`1 query) in D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Api.Socioboard\Model\DatabaseRepository.cs:line 28 -2016-06-25 11:37:48.682 +05:30 [Error] at Api.Socioboard.Helper.SessionFactory.Init(IHostingEnvironment env) in D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Api.Socioboard\Helper\SessionFactory.cs:line 41 - at Api.Socioboard.Helper.SessionFactory.GetSessionFactory(IHostingEnvironment env) in D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Api.Socioboard\Helper\SessionFactory.cs:line 57 - at Api.Socioboard.Helper.SessionFactory.GetNewSession(IHostingEnvironment env) in D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Api.Socioboard\Helper\SessionFactory.cs:line 69 - at Api.Socioboard.Model.DatabaseRepository.Find[T](Expression`1 query) in D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Api.Socioboard\Model\DatabaseRepository.cs:line 28 -2016-06-25 11:37:48.748 +05:30 [Error] at Api.Socioboard.Helper.SessionFactory.Init(IHostingEnvironment env) in D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Api.Socioboard\Helper\SessionFactory.cs:line 41 - at Api.Socioboard.Helper.SessionFactory.GetSessionFactory(IHostingEnvironment env) in D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Api.Socioboard\Helper\SessionFactory.cs:line 57 - at Api.Socioboard.Helper.SessionFactory.GetNewSession(IHostingEnvironment env) in D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Api.Socioboard\Helper\SessionFactory.cs:line 69 - at Api.Socioboard.Model.DatabaseRepository.Find[T](Expression`1 query) in D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Api.Socioboard\Model\DatabaseRepository.cs:line 28 -2016-06-25 11:37:48.813 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.UserController.Login (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-06-25 11:37:48.949 +05:30 [Error] at Api.Socioboard.Helper.SessionFactory.Init(IHostingEnvironment env) in D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Api.Socioboard\Helper\SessionFactory.cs:line 41 - at Api.Socioboard.Helper.SessionFactory.GetSessionFactory(IHostingEnvironment env) in D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Api.Socioboard\Helper\SessionFactory.cs:line 57 - at Api.Socioboard.Helper.SessionFactory.GetNewSession(IHostingEnvironment env) in D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Api.Socioboard\Helper\SessionFactory.cs:line 69 - at Api.Socioboard.Model.DatabaseRepository.Find[T](Expression`1 query) in D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Api.Socioboard\Model\DatabaseRepository.cs:line 28 -2016-06-25 11:37:49.031 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"application/json"' to write the response. -2016-06-25 11:37:49.031 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.UserController.Login (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-06-25 11:37:49.109 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-06-25 11:37:49.110 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"application/json"' to write the response. -2016-06-25 11:37:49.033 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.UserController.Login (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-06-25 11:37:49.124 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-06-25 11:37:49.125 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"application/json"' to write the response. -2016-06-25 11:37:49.117 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.UserController.Login (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-06-25 11:37:49.133 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"application/json"' to write the response. -2016-06-25 11:37:49.141 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-06-25 11:37:49.150 +05:30 [Information] Executed action "Api.Socioboard.Controllers.UserController.Login (Api.Socioboard)" in 12678.1411ms -2016-06-25 11:37:49.153 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-06-25 11:37:49.176 +05:30 [Information] Executed action "Api.Socioboard.Controllers.UserController.Login (Api.Socioboard)" in 14208.9965ms -2016-06-25 11:37:49.179 +05:30 [Information] Executed action "Api.Socioboard.Controllers.UserController.Login (Api.Socioboard)" in 14618.9232ms -2016-06-25 11:37:49.206 +05:30 [Information] Request finished in 12739.2178ms 200 application/json; charset=utf-8 -2016-06-25 11:37:49.207 +05:30 [Information] Executed action "Api.Socioboard.Controllers.UserController.Login (Api.Socioboard)" in 12926.6341ms -2016-06-25 11:37:49.213 +05:30 [Debug] Connection id ""0HKSSNR9730BM"" completed keep alive response. -2016-06-25 11:37:49.224 +05:30 [Information] Request finished in 14362.3234ms 200 application/json; charset=utf-8 -2016-06-25 11:37:49.224 +05:30 [Debug] Connection id ""0HKSSNR9730BK"" completed keep alive response. -2016-06-25 11:37:49.226 +05:30 [Information] Request finished in 12997.4655ms 200 application/json; charset=utf-8 -2016-06-25 11:37:49.227 +05:30 [Debug] Connection id ""0HKSSNR9730BL"" completed keep alive response. -2016-06-25 11:37:49.234 +05:30 [Information] Request finished in 14710.5092ms 200 application/json; charset=utf-8 -2016-06-25 11:37:49.237 +05:30 [Debug] Connection id ""0HKSSNR9730BJ"" completed keep alive response. -2016-06-25 11:38:04.732 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/User/Login application/x-www-form-urlencoded 52 -2016-06-25 11:38:04.734 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/Login"'. -2016-06-25 11:38:04.735 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.Login (Api.Socioboard)" -2016-06-25 11:38:07.876 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.UserController.Login (Api.Socioboard)" with arguments (["Domain.Socioboard.ViewModels.UserLoginViewModel"]) - ModelState is Valid' -2016-06-25 11:38:24.848 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.UserController.Login (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-06-25 11:38:24.850 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-06-25 11:38:24.852 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-06-25 11:38:25.168 +05:30 [Information] Executed action "Api.Socioboard.Controllers.UserController.Login (Api.Socioboard)" in 20431.4949ms -2016-06-25 11:38:25.170 +05:30 [Information] Request finished in 20450.5116ms 200 application/json; charset=utf-8 -2016-06-25 11:38:25.171 +05:30 [Debug] Connection id ""0HKSSNR9730BM"" completed keep alive response. -2016-06-25 11:38:25.780 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-06-25 11:38:25.781 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-06-25 11:38:25.782 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-06-25 11:38:28.919 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-06-25 11:38:29.238 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-06-25 11:38:29.239 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-06-25 11:38:29.241 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-06-25 11:38:29.333 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 3547.9602ms -2016-06-25 11:38:29.341 +05:30 [Information] Request finished in 3563.4993ms 200 application/json; charset=utf-8 -2016-06-25 11:38:29.342 +05:30 [Debug] Connection id ""0HKSSNR9730BK"" completed keep alive response. -2016-06-25 11:38:29.569 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-06-25 11:38:29.570 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-06-25 11:38:29.571 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-06-25 11:38:32.654 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-06-25 11:38:32.904 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-06-25 11:38:32.904 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-06-25 11:38:32.906 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-06-25 11:38:32.936 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 3363.9056ms -2016-06-25 11:38:32.946 +05:30 [Information] Request finished in 3377.5643ms 200 application/json; charset=utf-8 -2016-06-25 11:38:32.947 +05:30 [Debug] Connection id ""0HKSSNR9730BL"" completed keep alive response. -2016-06-25 11:38:40.246 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=1 -2016-06-25 11:38:40.247 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-06-25 11:38:40.248 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-06-25 11:38:43.678 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-06-25 11:38:44.480 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-06-25 11:38:44.481 +05:30 [Debug] No information found on request to perform content negotiation. -2016-06-25 11:38:44.481 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-06-25 11:38:44.482 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-06-25 11:38:44.543 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 4284.0797ms -2016-06-25 11:38:44.546 +05:30 [Information] Request finished in 4300.3481ms 200 application/json; charset=utf-8 -2016-06-25 11:38:44.547 +05:30 [Debug] Connection id ""0HKSSNR9730BJ"" completed keep alive response. -2016-06-25 11:38:44.636 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=1 -2016-06-25 11:38:44.637 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-06-25 11:38:44.637 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-06-25 11:38:47.805 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-06-25 11:38:49.234 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-06-25 11:38:49.234 +05:30 [Debug] No information found on request to perform content negotiation. -2016-06-25 11:38:49.235 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-06-25 11:38:49.236 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-06-25 11:38:49.265 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 4625.4113ms -2016-06-25 11:38:49.274 +05:30 [Information] Request finished in 4639.8381ms 200 application/json; charset=utf-8 -2016-06-25 11:38:49.275 +05:30 [Debug] Connection id ""0HKSSNR9730BM"" completed keep alive response. -2016-06-25 11:39:09.641 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/User/GetUserProfileCount?userId=1 -2016-06-25 11:39:09.642 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/GetUserProfileCount"'. -2016-06-25 11:39:09.644 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.GetUserProfileCount (Api.Socioboard)" -2016-06-25 11:39:12.738 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.UserController.GetUserProfileCount (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-06-25 11:39:12.893 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.UserController.GetUserProfileCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-06-25 11:39:12.894 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-06-25 11:39:12.895 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-06-25 11:39:12.901 +05:30 [Information] Executed action "Api.Socioboard.Controllers.UserController.GetUserProfileCount (Api.Socioboard)" in 3252.7545ms -2016-06-25 11:39:12.906 +05:30 [Information] Request finished in 3267.1978ms 200 application/json; charset=utf-8 -2016-06-25 11:39:12.907 +05:30 [Debug] Connection id ""0HKSSNR9730BK"" completed keep alive response. -2016-06-25 11:39:25.118 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-06-25 11:39:25.118 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-06-25 11:39:25.119 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-06-25 11:39:28.697 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-06-25 11:39:28.941 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-06-25 11:39:28.942 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-06-25 11:39:28.947 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-06-25 11:39:28.953 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 3828.0601ms -2016-06-25 11:39:28.964 +05:30 [Information] Request finished in 3840.2306ms 200 application/json; charset=utf-8 -2016-06-25 11:39:28.965 +05:30 [Debug] Connection id ""0HKSSNR9730BL"" completed keep alive response. -2016-06-25 11:39:28.983 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-06-25 11:39:28.984 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-06-25 11:39:28.984 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-06-25 11:39:32.098 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-06-25 11:39:32.287 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-06-25 11:39:32.288 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-06-25 11:39:32.300 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-06-25 11:39:32.318 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 3316.8286ms -2016-06-25 11:39:32.332 +05:30 [Information] Request finished in 3348.5815ms 200 application/json; charset=utf-8 -2016-06-25 11:39:32.332 +05:30 [Debug] Connection id ""0HKSSNR9730BJ"" completed keep alive response. -2016-06-25 11:39:37.793 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=1 -2016-06-25 11:39:37.794 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-06-25 11:39:37.795 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-06-25 11:39:40.206 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-06-25 11:39:40.740 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-06-25 11:39:40.741 +05:30 [Debug] No information found on request to perform content negotiation. -2016-06-25 11:39:40.742 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-06-25 11:39:40.745 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-06-25 11:39:40.750 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 2950.3451ms -2016-06-25 11:39:40.754 +05:30 [Information] Request finished in 2960.6597ms 200 application/json; charset=utf-8 -2016-06-25 11:39:40.754 +05:30 [Debug] Connection id ""0HKSSNR9730BM"" completed keep alive response. -2016-06-25 11:39:46.983 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=1 -2016-06-25 11:39:46.985 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-06-25 11:39:46.987 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-06-25 11:39:50.121 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-06-25 11:39:50.769 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-06-25 11:39:50.771 +05:30 [Debug] No information found on request to perform content negotiation. -2016-06-25 11:39:50.771 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-06-25 11:39:50.795 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-06-25 11:39:50.806 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 3807.7958ms -2016-06-25 11:39:50.815 +05:30 [Information] Request finished in 3834.0156ms 200 application/json; charset=utf-8 -2016-06-25 11:39:50.816 +05:30 [Debug] Connection id ""0HKSSNR9730BK"" completed keep alive response. -2016-06-25 11:41:47.744 +05:30 [Debug] Connection id ""0HKSSNR9730BM"" received FIN. -2016-06-25 11:41:47.746 +05:30 [Debug] Connection id ""0HKSSNR9730BM"" disconnecting. -2016-06-25 11:41:47.746 +05:30 [Debug] Connection id ""0HKSSNR9730BK"" received FIN. -2016-06-25 11:41:47.748 +05:30 [Debug] Connection id ""0HKSSNR9730BM"" sending FIN. -2016-06-25 11:41:47.750 +05:30 [Debug] Connection id ""0HKSSNR9730BM"" sent FIN with status "0". -2016-06-25 11:41:47.752 +05:30 [Debug] Connection id ""0HKSSNR9730BM"" stopped. -2016-06-25 11:41:47.754 +05:30 [Debug] Connection id ""0HKSSNR9730BJ"" received FIN. -2016-06-25 11:41:47.756 +05:30 [Debug] Connection id ""0HKSSNR9730BL"" received FIN. -2016-06-25 11:41:47.776 +05:30 [Debug] Connection id ""0HKSSNR9730BK"" disconnecting. -2016-06-25 11:41:47.816 +05:30 [Debug] Connection id ""0HKSSNR9730BK"" sending FIN. -2016-06-25 11:41:47.816 +05:30 [Debug] Connection id ""0HKSSNR9730BL"" disconnecting. -2016-06-25 11:41:47.786 +05:30 [Debug] Connection id ""0HKSSNR9730BJ"" disconnecting. -2016-06-25 11:41:47.817 +05:30 [Debug] Connection id ""0HKSSNR9730BL"" sending FIN. -2016-06-25 11:41:47.818 +05:30 [Debug] Connection id ""0HKSSNR9730BJ"" sending FIN. -2016-06-25 11:41:47.817 +05:30 [Debug] Connection id ""0HKSSNR9730BK"" sent FIN with status "0". -2016-06-25 11:41:47.819 +05:30 [Debug] Connection id ""0HKSSNR9730BK"" stopped. -2016-06-25 11:41:47.818 +05:30 [Debug] Connection id ""0HKSSNR9730BJ"" sent FIN with status "0". -2016-06-25 11:41:47.819 +05:30 [Debug] Connection id ""0HKSSNR9730BJ"" stopped. -2016-06-25 11:41:47.820 +05:30 [Debug] Connection id ""0HKSSNR9730BL"" sent FIN with status "0". -2016-06-25 11:41:47.821 +05:30 [Debug] Connection id ""0HKSSNR9730BL"" stopped. -2016-06-25 11:42:26.528 +05:30 [Debug] Connection id ""0HKSSNR9730BN"" started. -2016-06-25 11:42:26.555 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/User/GetUserProfileCount?userId=1 -2016-06-25 11:42:26.556 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/GetUserProfileCount"'. -2016-06-25 11:42:26.557 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.GetUserProfileCount (Api.Socioboard)" -2016-06-25 11:42:29.644 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.UserController.GetUserProfileCount (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-06-25 11:42:29.797 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.UserController.GetUserProfileCount (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-06-25 11:42:29.798 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-06-25 11:42:29.799 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-06-25 11:42:29.803 +05:30 [Information] Executed action "Api.Socioboard.Controllers.UserController.GetUserProfileCount (Api.Socioboard)" in 3242.3664ms -2016-06-25 11:42:29.808 +05:30 [Information] Request finished in 3253.5556ms 200 application/json; charset=utf-8 -2016-06-25 11:42:29.809 +05:30 [Debug] Connection id ""0HKSSNR9730BN"" completed keep alive response. -2016-06-25 11:42:30.801 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-06-25 11:42:30.802 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-06-25 11:42:30.802 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-06-25 11:42:33.898 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-06-25 11:42:34.063 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-06-25 11:42:34.063 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-06-25 11:42:34.064 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-06-25 11:42:34.069 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 3262.0821ms -2016-06-25 11:42:34.074 +05:30 [Information] Request finished in 3273.8198ms 200 application/json; charset=utf-8 -2016-06-25 11:42:34.075 +05:30 [Debug] Connection id ""0HKSSNR9730BN"" completed keep alive response. -2016-06-25 11:42:34.082 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-06-25 11:42:34.083 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-06-25 11:42:34.083 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-06-25 11:42:37.163 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-06-25 11:42:37.318 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-06-25 11:42:37.319 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-06-25 11:42:37.320 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-06-25 11:42:37.324 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 3237.7148ms -2016-06-25 11:42:37.333 +05:30 [Information] Request finished in 3248.3094ms 200 application/json; charset=utf-8 -2016-06-25 11:42:37.334 +05:30 [Debug] Connection id ""0HKSSNR9730BN"" completed keep alive response. -2016-06-25 11:42:39.795 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=1 -2016-06-25 11:42:39.796 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-06-25 11:42:39.797 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-06-25 11:42:42.920 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-06-25 11:42:43.422 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-06-25 11:42:43.423 +05:30 [Debug] No information found on request to perform content negotiation. -2016-06-25 11:42:43.423 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-06-25 11:42:43.426 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-06-25 11:42:43.435 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 3630.6633ms -2016-06-25 11:42:43.441 +05:30 [Information] Request finished in 3646.739ms 200 application/json; charset=utf-8 -2016-06-25 11:42:43.442 +05:30 [Debug] Connection id ""0HKSSNR9730BN"" completed keep alive response. -2016-06-25 11:42:43.468 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=1 -2016-06-25 11:42:43.468 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-06-25 11:42:43.469 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-06-25 11:42:46.648 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-06-25 11:42:47.100 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-06-25 11:42:47.102 +05:30 [Debug] No information found on request to perform content negotiation. -2016-06-25 11:42:47.103 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-06-25 11:42:47.106 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-06-25 11:42:47.112 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 3637.5283ms -2016-06-25 11:42:47.117 +05:30 [Information] Request finished in 3649.3572ms 200 application/json; charset=utf-8 -2016-06-25 11:42:47.117 +05:30 [Debug] Connection id ""0HKSSNR9730BN"" completed keep alive response. -2016-06-25 12:56:33.110 +05:30 [Debug] Hosting starting -2016-06-25 12:56:33.756 +05:30 [Debug] Hosting started -2016-06-25 12:56:33.974 +05:30 [Debug] Connection id ""0HKSSP84H8A2E"" started. -2016-06-25 12:56:33.974 +05:30 [Debug] Connection id ""0HKSSP84H8A2F"" started. -2016-06-25 12:56:34.142 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:6361/ 0 -2016-06-25 12:56:34.142 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-06-25 12:56:36.034 +05:30 [Debug] Request did not match any routes. -2016-06-25 12:56:36.049 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-06-25 12:56:36.198 +05:30 [Information] Request finished in 2124.9261ms 404 -2016-06-25 12:56:36.257 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"ac172066-150e-43b9-9320-66a529a25225"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-06-25 12:56:36.268 +05:30 [Debug] Connection id ""0HKSSP84H8A2F"" completed keep alive response. -2016-06-25 12:56:36.520 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-06-25 12:56:36.810 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid' -2016-06-25 12:56:36.847 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult".' -2016-06-25 12:56:36.884 +05:30 [Debug] No information found on request to perform content negotiation. -2016-06-25 12:56:36.889 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-06-25 12:56:36.891 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-06-25 12:56:37.603 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 1073.7346ms -2016-06-25 12:56:37.639 +05:30 [Information] Request finished in 3572.6984ms 200 application/json; charset=utf-8 -2016-06-25 12:56:37.642 +05:30 [Debug] Connection id ""0HKSSP84H8A2E"" completed keep alive response. -2016-06-25 12:56:38.146 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/favicon.ico -2016-06-25 12:56:38.147 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/favicon.ico -2016-06-25 12:56:38.148 +05:30 [Debug] Request did not match any routes. -2016-06-25 12:56:38.148 +05:30 [Debug] Request did not match any routes. -2016-06-25 12:56:38.160 +05:30 [Information] Request finished in 10.6509ms 404 -2016-06-25 12:56:38.161 +05:30 [Debug] Connection id ""0HKSSP84H8A2F"" completed keep alive response. -2016-06-25 12:56:38.165 +05:30 [Information] Request finished in 12.1494ms 404 -2016-06-25 12:56:38.166 +05:30 [Debug] Connection id ""0HKSSP84H8A2E"" completed keep alive response. -2016-06-25 12:58:33.894 +05:30 [Debug] Connection id ""0HKSSP84H8A2E"" received FIN. -2016-06-25 12:58:33.895 +05:30 [Debug] Connection id ""0HKSSP84H8A2E"" disconnecting. -2016-06-25 12:58:33.896 +05:30 [Debug] Connection id ""0HKSSP84H8A2E"" sending FIN. -2016-06-25 12:58:33.903 +05:30 [Debug] Connection id ""0HKSSP84H8A2E"" sent FIN with status "0". -2016-06-25 12:58:33.905 +05:30 [Debug] Connection id ""0HKSSP84H8A2E"" stopped. -2016-06-25 12:58:33.897 +05:30 [Debug] Connection id ""0HKSSP84H8A2F"" received FIN. -2016-06-25 12:58:33.911 +05:30 [Debug] Connection id ""0HKSSP84H8A2F"" disconnecting. -2016-06-25 12:58:33.911 +05:30 [Debug] Connection id ""0HKSSP84H8A2F"" sending FIN. -2016-06-25 12:58:33.912 +05:30 [Debug] Connection id ""0HKSSP84H8A2F"" sent FIN with status "0". -2016-06-25 12:58:33.912 +05:30 [Debug] Connection id ""0HKSSP84H8A2F"" stopped. -2016-06-25 13:21:35.871 +05:30 [Debug] Hosting starting -2016-06-25 13:21:36.278 +05:30 [Debug] Hosting started -2016-06-25 13:21:36.344 +05:30 [Debug] Connection id ""0HKSSPM49F38M"" started. -2016-06-25 13:21:36.379 +05:30 [Debug] Connection id ""0HKSSPM49F38N"" started. -2016-06-25 13:21:36.823 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:6361/ 0 -2016-06-25 13:21:36.823 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-06-25 13:21:37.925 +05:30 [Debug] Request did not match any routes. -2016-06-25 13:21:37.940 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-06-25 13:21:38.133 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"6df8100d-dc92-44cd-83ca-3511b3c008ad"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-06-25 13:21:38.174 +05:30 [Information] Request finished in 1506.7587ms 404 -2016-06-25 13:21:38.305 +05:30 [Debug] Connection id ""0HKSSPM49F38N"" completed keep alive response. -2016-06-25 13:21:38.334 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-06-25 13:21:38.589 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid' -2016-06-25 13:21:38.597 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult".' -2016-06-25 13:21:38.646 +05:30 [Debug] No information found on request to perform content negotiation. -2016-06-25 13:21:38.651 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-06-25 13:21:38.654 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-06-25 13:21:39.143 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 781.0551ms -2016-06-25 13:21:39.165 +05:30 [Information] Request finished in 2515.3418ms 200 application/json; charset=utf-8 -2016-06-25 13:21:39.181 +05:30 [Debug] Connection id ""0HKSSPM49F38M"" completed keep alive response. -2016-06-25 13:21:41.651 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/favicon.ico -2016-06-25 13:21:41.652 +05:30 [Debug] Request did not match any routes. -2016-06-25 13:21:41.659 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/favicon.ico -2016-06-25 13:21:41.659 +05:30 [Debug] Request did not match any routes. -2016-06-25 13:21:41.665 +05:30 [Information] Request finished in 27.8778ms 404 -2016-06-25 13:21:41.666 +05:30 [Debug] Connection id ""0HKSSPM49F38M"" completed keep alive response. -2016-06-25 13:21:41.705 +05:30 [Information] Request finished in 31.6709ms 404 -2016-06-25 13:21:41.707 +05:30 [Debug] Connection id ""0HKSSPM49F38N"" completed keep alive response. -2016-06-25 13:23:36.315 +05:30 [Debug] Connection id ""0HKSSPM49F38N"" received FIN. -2016-06-25 13:23:36.315 +05:30 [Debug] Connection id ""0HKSSPM49F38M"" received FIN. -2016-06-25 13:23:36.317 +05:30 [Debug] Connection id ""0HKSSPM49F38N"" disconnecting. -2016-06-25 13:23:36.317 +05:30 [Debug] Connection id ""0HKSSPM49F38M"" disconnecting. -2016-06-25 13:23:36.318 +05:30 [Debug] Connection id ""0HKSSPM49F38N"" sending FIN. -2016-06-25 13:23:36.319 +05:30 [Debug] Connection id ""0HKSSPM49F38M"" sending FIN. -2016-06-25 13:23:36.325 +05:30 [Debug] Connection id ""0HKSSPM49F38N"" sent FIN with status "0". -2016-06-25 13:23:36.325 +05:30 [Debug] Connection id ""0HKSSPM49F38M"" sent FIN with status "0". -2016-06-25 13:23:36.332 +05:30 [Debug] Connection id ""0HKSSPM49F38N"" stopped. -2016-06-25 13:23:36.332 +05:30 [Debug] Connection id ""0HKSSPM49F38M"" stopped. -2016-06-25 13:28:07.363 +05:30 [Debug] Connection id ""0HKSSPM49F38O"" started. -2016-06-25 13:28:07.374 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/User/FacebookLogin application/x-www-form-urlencoded 175 -2016-06-25 13:28:07.376 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/FacebookLogin"'. -2016-06-25 13:28:07.377 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" -2016-06-25 13:28:11.112 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" with arguments (["EAAKYvwDVmnUBANKaUHxSdFdfWcRIyuRM0KRXw10tpd33vO0y3ZAF1H9ZB0PuTvjuApsZAH5zeO6VQJY82vMMrtGRZBkOhaRJZADYF91AGdyyKntHrbmmUB6sAcse4kH7GH43q1bckiKmPvMBcGHbDxDrUryayxSUZD"]) - ModelState is Valid' -2016-06-25 13:28:12.621 +05:30 [Fatal] An exception occurred during configuration of persistence layer. -2016-06-25 13:28:12.662 +05:30 [Error] at Api.Socioboard.Helper.SessionFactory.Init(IHostingEnvironment env) in D:\bitbucket\Updated\src\Api.Socioboard\Helper\SessionFactory.cs:line 41 - at Api.Socioboard.Helper.SessionFactory.GetSessionFactory(IHostingEnvironment env) in D:\bitbucket\Updated\src\Api.Socioboard\Helper\SessionFactory.cs:line 57 - at Api.Socioboard.Helper.SessionFactory.GetNewSession(IHostingEnvironment env) in D:\bitbucket\Updated\src\Api.Socioboard\Helper\SessionFactory.cs:line 69 - at Api.Socioboard.Model.DatabaseRepository.Find[T](Expression`1 query) in D:\bitbucket\Updated\src\Api.Socioboard\Model\DatabaseRepository.cs:line 28 -2016-06-25 13:28:12.663 +05:30 [Error] Could not find a part of the path 'D:\Suresh\Socioboard3.0\Socioboard\src\Api.Socioboard\hibernate.cfg.xml'. -2016-06-25 13:28:12.854 +05:30 [Fatal] An exception occurred during configuration of persistence layer. -2016-06-25 13:28:12.855 +05:30 [Error] at Api.Socioboard.Helper.SessionFactory.Init(IHostingEnvironment env) in D:\bitbucket\Updated\src\Api.Socioboard\Helper\SessionFactory.cs:line 41 - at Api.Socioboard.Helper.SessionFactory.GetSessionFactory(IHostingEnvironment env) in D:\bitbucket\Updated\src\Api.Socioboard\Helper\SessionFactory.cs:line 57 - at Api.Socioboard.Helper.SessionFactory.GetNewSession(IHostingEnvironment env) in D:\bitbucket\Updated\src\Api.Socioboard\Helper\SessionFactory.cs:line 69 - at Api.Socioboard.Model.DatabaseRepository.Find[T](Expression`1 query) in D:\bitbucket\Updated\src\Api.Socioboard\Model\DatabaseRepository.cs:line 28 -2016-06-25 13:28:12.856 +05:30 [Error] Could not find a part of the path 'D:\Suresh\Socioboard3.0\Socioboard\src\Api.Socioboard\hibernate.cfg.xml'. -2016-06-25 13:28:12.907 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-06-25 13:28:12.931 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"application/json"' to write the response. -2016-06-25 13:28:12.933 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-06-25 13:28:12.940 +05:30 [Information] Executed action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" in 5557.0759ms -2016-06-25 13:28:12.953 +05:30 [Information] Request finished in 5586.0529ms 200 application/json; charset=utf-8 -2016-06-25 13:28:12.955 +05:30 [Debug] Connection id ""0HKSSPM49F38O"" completed keep alive response. -2016-06-25 13:29:36.313 +05:30 [Debug] Connection id ""0HKSSPM49F38O"" received FIN. -2016-06-25 13:29:36.313 +05:30 [Debug] Connection id ""0HKSSPM49F38O"" disconnecting. -2016-06-25 13:29:36.314 +05:30 [Debug] Connection id ""0HKSSPM49F38O"" sending FIN. -2016-06-25 13:29:36.314 +05:30 [Debug] Connection id ""0HKSSPM49F38O"" sent FIN with status "0". -2016-06-25 13:29:36.315 +05:30 [Debug] Connection id ""0HKSSPM49F38O"" stopped. -2016-06-25 14:05:02.208 +05:30 [Debug] Connection id ""0HKSSPM49F38P"" started. -2016-06-25 14:05:02.216 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/User/FacebookLogin application/x-www-form-urlencoded 178 -2016-06-25 14:05:02.216 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/FacebookLogin"'. -2016-06-25 14:05:02.217 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" -2016-06-25 14:05:05.324 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" with arguments (["EAAKYvwDVmnUBALYiU9jZAZCxqx8EonE9dGOyDCraYTIN5ek8nnlh0T2ZBbqs82wRwww6qWum7nVFnfoIAgDWuFlLEaWNLZB8ZBZCw9OGU3eTZBw8260r4khFg0f0uscC7lK4CUFAPVvzoZBmdHllhXh6lM6n43mmovUZD"]) - ModelState is Valid' -2016-06-25 14:05:06.042 +05:30 [Fatal] An exception occurred during configuration of persistence layer. -2016-06-25 14:05:06.043 +05:30 [Error] at Api.Socioboard.Helper.SessionFactory.Init(IHostingEnvironment env) in D:\bitbucket\Updated\src\Api.Socioboard\Helper\SessionFactory.cs:line 41 - at Api.Socioboard.Helper.SessionFactory.GetSessionFactory(IHostingEnvironment env) in D:\bitbucket\Updated\src\Api.Socioboard\Helper\SessionFactory.cs:line 57 - at Api.Socioboard.Helper.SessionFactory.GetNewSession(IHostingEnvironment env) in D:\bitbucket\Updated\src\Api.Socioboard\Helper\SessionFactory.cs:line 69 - at Api.Socioboard.Model.DatabaseRepository.Find[T](Expression`1 query) in D:\bitbucket\Updated\src\Api.Socioboard\Model\DatabaseRepository.cs:line 28 -2016-06-25 14:05:06.044 +05:30 [Error] Could not find a part of the path 'D:\Suresh\Socioboard3.0\Socioboard\src\Api.Socioboard\hibernate.cfg.xml'. -2016-06-25 14:05:06.136 +05:30 [Fatal] An exception occurred during configuration of persistence layer. -2016-06-25 14:05:06.138 +05:30 [Error] at Api.Socioboard.Helper.SessionFactory.Init(IHostingEnvironment env) in D:\bitbucket\Updated\src\Api.Socioboard\Helper\SessionFactory.cs:line 41 - at Api.Socioboard.Helper.SessionFactory.GetSessionFactory(IHostingEnvironment env) in D:\bitbucket\Updated\src\Api.Socioboard\Helper\SessionFactory.cs:line 57 - at Api.Socioboard.Helper.SessionFactory.GetNewSession(IHostingEnvironment env) in D:\bitbucket\Updated\src\Api.Socioboard\Helper\SessionFactory.cs:line 69 - at Api.Socioboard.Model.DatabaseRepository.Find[T](Expression`1 query) in D:\bitbucket\Updated\src\Api.Socioboard\Model\DatabaseRepository.cs:line 28 -2016-06-25 14:05:06.141 +05:30 [Error] Could not find a part of the path 'D:\Suresh\Socioboard3.0\Socioboard\src\Api.Socioboard\hibernate.cfg.xml'. -2016-06-25 14:05:06.168 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-06-25 14:05:06.169 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"application/json"' to write the response. -2016-06-25 14:05:06.175 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-06-25 14:05:06.178 +05:30 [Information] Executed action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" in 3957.6886ms -2016-06-25 14:05:06.180 +05:30 [Information] Request finished in 3964.1793ms 200 application/json; charset=utf-8 -2016-06-25 14:05:06.180 +05:30 [Debug] Connection id ""0HKSSPM49F38P"" completed keep alive response. -2016-06-25 14:06:04.334 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/User/FacebookLogin application/x-www-form-urlencoded 172 -2016-06-25 14:06:04.335 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/FacebookLogin"'. -2016-06-25 14:06:04.336 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" -2016-06-25 14:06:07.396 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" with arguments (["EAAKYvwDVmnUBALtwhxuVmeHsuRdO9TKjWqhn6OvRyLnlEqdgx9Tw0TDBB6F3uqtzUyAPtq0xuYpcYN7xt4iZBFOXDZB4h6Rna9uJAEf3MN72me57JWEyJb6leMDTfh8TcPRsdoOvLEk5sWm8VYgLpO7tekvHUZD"]) - ModelState is Valid' -2016-06-25 14:06:20.237 +05:30 [Fatal] An exception occurred during configuration of persistence layer. -2016-06-25 14:06:20.238 +05:30 [Error] at Api.Socioboard.Helper.SessionFactory.Init(IHostingEnvironment env) in D:\bitbucket\Updated\src\Api.Socioboard\Helper\SessionFactory.cs:line 41 - at Api.Socioboard.Helper.SessionFactory.GetSessionFactory(IHostingEnvironment env) in D:\bitbucket\Updated\src\Api.Socioboard\Helper\SessionFactory.cs:line 57 - at Api.Socioboard.Helper.SessionFactory.GetNewSession(IHostingEnvironment env) in D:\bitbucket\Updated\src\Api.Socioboard\Helper\SessionFactory.cs:line 69 - at Api.Socioboard.Model.DatabaseRepository.Find[T](Expression`1 query) in D:\bitbucket\Updated\src\Api.Socioboard\Model\DatabaseRepository.cs:line 28 -2016-06-25 14:06:20.239 +05:30 [Error] Could not find a part of the path 'D:\Suresh\Socioboard3.0\Socioboard\src\Api.Socioboard\hibernate.cfg.xml'. -2016-06-25 14:06:22.171 +05:30 [Fatal] An exception occurred during configuration of persistence layer. -2016-06-25 14:06:22.173 +05:30 [Error] at Api.Socioboard.Helper.SessionFactory.Init(IHostingEnvironment env) in D:\bitbucket\Updated\src\Api.Socioboard\Helper\SessionFactory.cs:line 41 - at Api.Socioboard.Helper.SessionFactory.GetSessionFactory(IHostingEnvironment env) in D:\bitbucket\Updated\src\Api.Socioboard\Helper\SessionFactory.cs:line 57 - at Api.Socioboard.Helper.SessionFactory.GetNewSession(IHostingEnvironment env) in D:\bitbucket\Updated\src\Api.Socioboard\Helper\SessionFactory.cs:line 69 - at Api.Socioboard.Model.DatabaseRepository.Find[T](Expression`1 query) in D:\bitbucket\Updated\src\Api.Socioboard\Model\DatabaseRepository.cs:line 28 -2016-06-25 14:06:22.174 +05:30 [Error] Could not find a part of the path 'D:\Suresh\Socioboard3.0\Socioboard\src\Api.Socioboard\hibernate.cfg.xml'. -2016-06-25 14:06:50.727 +05:30 [Fatal] An exception occurred during configuration of persistence layer. -2016-06-25 14:06:50.729 +05:30 [Error] at Api.Socioboard.Helper.SessionFactory.Init(IHostingEnvironment env) in D:\bitbucket\Updated\src\Api.Socioboard\Helper\SessionFactory.cs:line 41 - at Api.Socioboard.Helper.SessionFactory.GetSessionFactory(IHostingEnvironment env) in D:\bitbucket\Updated\src\Api.Socioboard\Helper\SessionFactory.cs:line 57 - at Api.Socioboard.Helper.SessionFactory.GetNewSession(IHostingEnvironment env) in D:\bitbucket\Updated\src\Api.Socioboard\Helper\SessionFactory.cs:line 69 - at Api.Socioboard.Model.DatabaseRepository.Find[T](Expression`1 query) in D:\bitbucket\Updated\src\Api.Socioboard\Model\DatabaseRepository.cs:line 28 -2016-06-25 14:06:50.730 +05:30 [Error] Could not find a part of the path 'D:\Suresh\Socioboard3.0\Socioboard\src\Api.Socioboard\hibernate.cfg.xml'. -2016-06-25 14:07:01.724 +05:30 [Fatal] An exception occurred during configuration of persistence layer. -2016-06-25 14:07:01.726 +05:30 [Error] at Api.Socioboard.Helper.SessionFactory.Init(IHostingEnvironment env) in D:\bitbucket\Updated\src\Api.Socioboard\Helper\SessionFactory.cs:line 41 - at Api.Socioboard.Helper.SessionFactory.GetSessionFactory(IHostingEnvironment env) in D:\bitbucket\Updated\src\Api.Socioboard\Helper\SessionFactory.cs:line 57 - at Api.Socioboard.Helper.SessionFactory.GetNewSession(IHostingEnvironment env) in D:\bitbucket\Updated\src\Api.Socioboard\Helper\SessionFactory.cs:line 69 - at Api.Socioboard.Model.DatabaseRepository.Find[T](Expression`1 query) in D:\bitbucket\Updated\src\Api.Socioboard\Model\DatabaseRepository.cs:line 28 -2016-06-25 14:07:01.731 +05:30 [Error] Could not find a part of the path 'D:\Suresh\Socioboard3.0\Socioboard\src\Api.Socioboard\hibernate.cfg.xml'. -2016-06-25 14:07:21.224 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-06-25 14:07:21.225 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"application/json"' to write the response. -2016-06-25 14:07:21.226 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-06-25 14:07:21.233 +05:30 [Information] Executed action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" in 76890.7367ms -2016-06-25 14:07:21.235 +05:30 [Information] Request finished in 76902.4485ms 200 application/json; charset=utf-8 -2016-06-25 14:07:21.235 +05:30 [Debug] Connection id ""0HKSSPM49F38P"" completed keep alive response. -2016-06-25 14:08:22.286 +05:30 [Debug] Connection id ""0HKSSPM49F38P"" received FIN. -2016-06-25 14:08:22.286 +05:30 [Debug] Connection id ""0HKSSPM49F38Q"" started. -2016-06-25 14:08:22.287 +05:30 [Debug] Connection id ""0HKSSPM49F38P"" disconnecting. -2016-06-25 14:08:22.301 +05:30 [Debug] Connection id ""0HKSSPM49F38P"" sending FIN. -2016-06-25 14:08:22.301 +05:30 [Debug] Connection id ""0HKSSPM49F38P"" sent FIN with status "0". -2016-06-25 14:08:22.301 +05:30 [Debug] Connection id ""0HKSSPM49F38P"" stopped. -2016-06-25 14:08:22.325 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/User/FacebookLogin application/x-www-form-urlencoded 182 -2016-06-25 14:08:22.327 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/FacebookLogin"'. -2016-06-25 14:08:22.328 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" -2016-06-25 14:08:25.389 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" with arguments (["EAAKYvwDVmnUBAGVfkZBqkljW7sZBYjN7qteIkrzmroZCozDsOkZBsjuvcops5Q2Cp4bbogVWFsGnP5fUAsfRYZCjMZCACHmWGZAZB09sjbgI5tZCc0GIB6BdD9tZBMJxorVZBZBUaNw5y1RQO3WwGs02unOxrh1goGNBmNAZD"]) - ModelState is Valid' -2016-06-25 14:08:39.707 +05:30 [Fatal] An exception occurred during configuration of persistence layer. -2016-06-25 14:08:39.709 +05:30 [Error] at Api.Socioboard.Helper.SessionFactory.Init(IHostingEnvironment env) in D:\bitbucket\Updated\src\Api.Socioboard\Helper\SessionFactory.cs:line 41 - at Api.Socioboard.Helper.SessionFactory.GetSessionFactory(IHostingEnvironment env) in D:\bitbucket\Updated\src\Api.Socioboard\Helper\SessionFactory.cs:line 57 - at Api.Socioboard.Helper.SessionFactory.GetNewSession(IHostingEnvironment env) in D:\bitbucket\Updated\src\Api.Socioboard\Helper\SessionFactory.cs:line 69 - at Api.Socioboard.Model.DatabaseRepository.Find[T](Expression`1 query) in D:\bitbucket\Updated\src\Api.Socioboard\Model\DatabaseRepository.cs:line 28 -2016-06-25 14:08:39.710 +05:30 [Error] Could not find a part of the path 'D:\Suresh\Socioboard3.0\Socioboard\src\Api.Socioboard\hibernate.cfg.xml'. -2016-06-25 14:08:56.187 +05:30 [Fatal] An exception occurred during configuration of persistence layer. -2016-06-25 14:08:56.189 +05:30 [Error] at Api.Socioboard.Helper.SessionFactory.Init(IHostingEnvironment env) in D:\bitbucket\Updated\src\Api.Socioboard\Helper\SessionFactory.cs:line 41 - at Api.Socioboard.Helper.SessionFactory.GetSessionFactory(IHostingEnvironment env) in D:\bitbucket\Updated\src\Api.Socioboard\Helper\SessionFactory.cs:line 57 - at Api.Socioboard.Helper.SessionFactory.GetNewSession(IHostingEnvironment env) in D:\bitbucket\Updated\src\Api.Socioboard\Helper\SessionFactory.cs:line 69 - at Api.Socioboard.Model.DatabaseRepository.Find[T](Expression`1 query) in D:\bitbucket\Updated\src\Api.Socioboard\Model\DatabaseRepository.cs:line 28 -2016-06-25 14:08:56.190 +05:30 [Error] Could not find a part of the path 'D:\Suresh\Socioboard3.0\Socioboard\src\Api.Socioboard\hibernate.cfg.xml'. -2016-06-25 14:09:38.175 +05:30 [Debug] Hosting starting -2016-06-25 14:09:38.421 +05:30 [Debug] Hosting started -2016-06-25 14:09:38.463 +05:30 [Debug] Connection id ""0HKSSQGV7H66N"" started. -2016-06-25 14:09:38.463 +05:30 [Debug] Connection id ""0HKSSQGV7H66M"" started. -2016-06-25 14:09:38.730 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:6361/ 0 -2016-06-25 14:09:38.730 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-06-25 14:09:39.654 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-06-25 14:09:39.657 +05:30 [Debug] Request did not match any routes. -2016-06-25 14:09:39.838 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"fc8ef9a0-8de2-431c-a0c4-5a11a923d4a3"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-06-25 14:09:39.867 +05:30 [Information] Request finished in 1186.8771ms 404 -2016-06-25 14:09:39.892 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-06-25 14:09:39.920 +05:30 [Debug] Connection id ""0HKSSQGV7H66N"" completed keep alive response. -2016-06-25 14:09:40.238 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid' -2016-06-25 14:09:40.246 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult".' -2016-06-25 14:09:40.295 +05:30 [Debug] No information found on request to perform content negotiation. -2016-06-25 14:09:40.304 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-06-25 14:09:40.307 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-06-25 14:09:40.568 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 660.2889ms -2016-06-25 14:09:40.577 +05:30 [Information] Request finished in 1913.1645ms 200 application/json; charset=utf-8 -2016-06-25 14:09:40.579 +05:30 [Debug] Connection id ""0HKSSQGV7H66M"" completed keep alive response. -2016-06-25 14:11:38.443 +05:30 [Debug] Connection id ""0HKSSQGV7H66N"" received FIN. -2016-06-25 14:11:38.443 +05:30 [Debug] Connection id ""0HKSSQGV7H66M"" received FIN. -2016-06-25 14:11:38.446 +05:30 [Debug] Connection id ""0HKSSQGV7H66N"" disconnecting. -2016-06-25 14:11:38.450 +05:30 [Debug] Connection id ""0HKSSQGV7H66N"" sending FIN. -2016-06-25 14:11:38.464 +05:30 [Debug] Connection id ""0HKSSQGV7H66N"" sent FIN with status "0". -2016-06-25 14:11:38.470 +05:30 [Debug] Connection id ""0HKSSQGV7H66N"" stopped. -2016-06-25 14:11:38.450 +05:30 [Debug] Connection id ""0HKSSQGV7H66M"" disconnecting. -2016-06-25 14:11:38.472 +05:30 [Debug] Connection id ""0HKSSQGV7H66M"" sending FIN. -2016-06-25 14:11:38.473 +05:30 [Debug] Connection id ""0HKSSQGV7H66M"" sent FIN with status "0". -2016-06-25 14:11:38.475 +05:30 [Debug] Connection id ""0HKSSQGV7H66M"" stopped. -2016-06-25 14:12:07.545 +05:30 [Debug] Connection id ""0HKSSQGV7H66O"" started. -2016-06-25 14:12:07.577 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/User/FacebookLogin application/x-www-form-urlencoded 175 -2016-06-25 14:12:07.578 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/FacebookLogin"'. -2016-06-25 14:12:07.579 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" -2016-06-25 14:12:11.190 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" with arguments (["EAAKYvwDVmnUBADnDOYnWWMsYGqQqGWKNAQtAC3Y3eskUOmFd95T03KXyAKKV5Igui6Ol6ZCmXB5ZAJQnd8Eb0Qm4XeIQBBNJZAMCXSyay3l6dolp1Y7A3n2EB3GlVxXX3KxZCe3d20NRjEqZCeP4IYhNlXbO0RowZD"]) - ModelState is Valid' -2016-06-25 14:12:20.123 +05:30 [Fatal] An exception occurred during configuration of persistence layer. -2016-06-25 14:12:20.130 +05:30 [Error] at Api.Socioboard.Helper.SessionFactory.Init(IHostingEnvironment env) in D:\bitbucket\Updated\src\Api.Socioboard\Helper\SessionFactory.cs:line 41 - at Api.Socioboard.Helper.SessionFactory.GetSessionFactory(IHostingEnvironment env) in D:\bitbucket\Updated\src\Api.Socioboard\Helper\SessionFactory.cs:line 57 - at Api.Socioboard.Helper.SessionFactory.GetNewSession(IHostingEnvironment env) in D:\bitbucket\Updated\src\Api.Socioboard\Helper\SessionFactory.cs:line 69 - at Api.Socioboard.Model.DatabaseRepository.Find[T](Expression`1 query) in D:\bitbucket\Updated\src\Api.Socioboard\Model\DatabaseRepository.cs:line 28 -2016-06-25 14:12:20.131 +05:30 [Error] Could not find a part of the path 'D:\Suresh\Socioboard3.0\Socioboard\src\Api.Socioboard\hibernate.cfg.xml'. -2016-06-25 14:12:27.646 +05:30 [Fatal] An exception occurred during configuration of persistence layer. -2016-06-25 14:12:27.647 +05:30 [Error] at Api.Socioboard.Helper.SessionFactory.Init(IHostingEnvironment env) in D:\bitbucket\Updated\src\Api.Socioboard\Helper\SessionFactory.cs:line 41 - at Api.Socioboard.Helper.SessionFactory.GetSessionFactory(IHostingEnvironment env) in D:\bitbucket\Updated\src\Api.Socioboard\Helper\SessionFactory.cs:line 57 - at Api.Socioboard.Helper.SessionFactory.GetNewSession(IHostingEnvironment env) in D:\bitbucket\Updated\src\Api.Socioboard\Helper\SessionFactory.cs:line 69 - at Api.Socioboard.Model.DatabaseRepository.Find[T](Expression`1 query) in D:\bitbucket\Updated\src\Api.Socioboard\Model\DatabaseRepository.cs:line 28 -2016-06-25 14:12:27.648 +05:30 [Error] Could not find a part of the path 'D:\Suresh\Socioboard3.0\Socioboard\src\Api.Socioboard\hibernate.cfg.xml'. -2016-06-25 14:13:29.581 +05:30 [Fatal] An exception occurred during configuration of persistence layer. -2016-06-25 14:13:29.583 +05:30 [Error] at Api.Socioboard.Helper.SessionFactory.Init(IHostingEnvironment env) in D:\bitbucket\Updated\src\Api.Socioboard\Helper\SessionFactory.cs:line 41 - at Api.Socioboard.Helper.SessionFactory.GetSessionFactory(IHostingEnvironment env) in D:\bitbucket\Updated\src\Api.Socioboard\Helper\SessionFactory.cs:line 57 - at Api.Socioboard.Helper.SessionFactory.GetNewSession(IHostingEnvironment env) in D:\bitbucket\Updated\src\Api.Socioboard\Helper\SessionFactory.cs:line 69 - at Api.Socioboard.Model.DatabaseRepository.Find[T](Expression`1 query) in D:\bitbucket\Updated\src\Api.Socioboard\Model\DatabaseRepository.cs:line 28 -2016-06-25 14:13:29.584 +05:30 [Error] Could not find a part of the path 'D:\Suresh\Socioboard3.0\Socioboard\src\Api.Socioboard\hibernate.cfg.xml'. -2016-06-25 14:24:50.056 +05:30 [Debug] Hosting starting -2016-06-25 14:24:50.253 +05:30 [Debug] Hosting started -2016-06-25 14:24:50.312 +05:30 [Debug] Connection id ""0HKSSQPEVI81G"" started. -2016-06-25 14:24:50.316 +05:30 [Debug] Connection id ""0HKSSQPEVI81H"" started. -2016-06-25 14:24:50.554 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:6361/ 0 -2016-06-25 14:24:50.540 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-06-25 14:24:51.237 +05:30 [Debug] Request did not match any routes. -2016-06-25 14:24:51.243 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-06-25 14:24:51.444 +05:30 [Information] Request finished in 955.2905ms 404 -2016-06-25 14:24:51.485 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"3714859f-8685-44b0-a3cb-a4e993658bc5"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-06-25 14:24:51.499 +05:30 [Debug] Connection id ""0HKSSQPEVI81G"" completed keep alive response. -2016-06-25 14:24:51.587 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-06-25 14:24:51.858 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid' -2016-06-25 14:24:51.868 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult".' -2016-06-25 14:24:51.926 +05:30 [Debug] No information found on request to perform content negotiation. -2016-06-25 14:24:51.934 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-06-25 14:24:51.939 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-06-25 14:24:52.234 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 591.0455ms -2016-06-25 14:24:52.248 +05:30 [Information] Request finished in 1784.4376ms 200 application/json; charset=utf-8 -2016-06-25 14:24:52.251 +05:30 [Debug] Connection id ""0HKSSQPEVI81H"" completed keep alive response. -2016-06-25 14:25:35.446 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/User/FacebookLogin application/x-www-form-urlencoded 178 -2016-06-25 14:25:35.448 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/FacebookLogin"'. -2016-06-25 14:25:35.449 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" -2016-06-25 14:25:38.936 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" with arguments (["EAAKYvwDVmnUBAOxd6S9p3sRNNqrkNLURLUusvbDOwaZAjorJtG6ZAL2x3YZBMZB7ZCrQswlZBsPQZCSSYjrOy4VMJiFZBB2tFCk3JkIkgtlpBO4DjAEaPHVEtLTUaPzEQYSH3qhhENqpTmHpkghoOWIELEkASbQAnz4ZD"]) - ModelState is Valid' -2016-06-25 14:26:03.459 +05:30 [Fatal] An exception occurred during configuration of persistence layer. -2016-06-25 14:26:03.485 +05:30 [Error] at Api.Socioboard.Helper.SessionFactory.Init(IHostingEnvironment env) in D:\bitbucket\Updated\src\Api.Socioboard\Helper\SessionFactory.cs:line 41 - at Api.Socioboard.Helper.SessionFactory.GetSessionFactory(IHostingEnvironment env) in D:\bitbucket\Updated\src\Api.Socioboard\Helper\SessionFactory.cs:line 57 - at Api.Socioboard.Helper.SessionFactory.GetNewSession(IHostingEnvironment env) in D:\bitbucket\Updated\src\Api.Socioboard\Helper\SessionFactory.cs:line 69 - at Api.Socioboard.Model.DatabaseRepository.Find[T](Expression`1 query) in D:\bitbucket\Updated\src\Api.Socioboard\Model\DatabaseRepository.cs:line 28 -2016-06-25 14:26:03.487 +05:30 [Error] Could not find a part of the path 'D:\Suresh\Socioboard3.0\Socioboard\src\Api.Socioboard\hibernate.cfg.xml'. -2016-06-25 14:26:38.051 +05:30 [Fatal] An exception occurred during configuration of persistence layer. -2016-06-25 14:26:38.054 +05:30 [Error] at Api.Socioboard.Helper.SessionFactory.Init(IHostingEnvironment env) in D:\bitbucket\Updated\src\Api.Socioboard\Helper\SessionFactory.cs:line 41 - at Api.Socioboard.Helper.SessionFactory.GetSessionFactory(IHostingEnvironment env) in D:\bitbucket\Updated\src\Api.Socioboard\Helper\SessionFactory.cs:line 57 - at Api.Socioboard.Helper.SessionFactory.GetNewSession(IHostingEnvironment env) in D:\bitbucket\Updated\src\Api.Socioboard\Helper\SessionFactory.cs:line 69 - at Api.Socioboard.Model.DatabaseRepository.Find[T](Expression`1 query) in D:\bitbucket\Updated\src\Api.Socioboard\Model\DatabaseRepository.cs:line 28 -2016-06-25 14:26:38.059 +05:30 [Error] Could not find a part of the path 'D:\Suresh\Socioboard3.0\Socioboard\src\Api.Socioboard\hibernate.cfg.xml'. -2016-06-25 14:27:42.272 +05:30 [Debug] Hosting starting -2016-06-25 14:27:42.442 +05:30 [Debug] Hosting started -2016-06-25 14:27:42.654 +05:30 [Debug] Connection id ""0HKSSQR2B5DGV"" started. -2016-06-25 14:27:42.659 +05:30 [Debug] Connection id ""0HKSSQR2B5DH0"" started. -2016-06-25 14:27:42.914 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:6361/ 0 -2016-06-25 14:27:42.914 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-06-25 14:27:43.657 +05:30 [Debug] Request did not match any routes. -2016-06-25 14:27:43.673 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-06-25 14:27:43.842 +05:30 [Information] Request finished in 973.4193ms 404 -2016-06-25 14:27:43.869 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"9cb5c766-5516-4b18-93f6-118ff97e0683"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-06-25 14:27:43.889 +05:30 [Debug] Connection id ""0HKSSQR2B5DH0"" completed keep alive response. -2016-06-25 14:27:43.947 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-06-25 14:27:44.186 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid' -2016-06-25 14:27:44.202 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult".' -2016-06-25 14:27:44.251 +05:30 [Debug] No information found on request to perform content negotiation. -2016-06-25 14:27:44.256 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-06-25 14:27:44.258 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-06-25 14:27:44.530 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 555.59ms -2016-06-25 14:27:44.551 +05:30 [Information] Request finished in 1735.8231ms 200 application/json; charset=utf-8 -2016-06-25 14:27:44.554 +05:30 [Debug] Connection id ""0HKSSQR2B5DGV"" completed keep alive response. -2016-06-25 14:28:29.979 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/User/FacebookLogin application/x-www-form-urlencoded 179 -2016-06-25 14:28:29.980 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/FacebookLogin"'. -2016-06-25 14:28:29.981 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" -2016-06-25 14:28:33.400 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" with arguments (["EAAKYvwDVmnUBAN8pF5EC70gFfmHpZCKGOm7xwRnqM4LKdRtZCZCiH2Gke1oJLNnoHadZACPW1hF1MZAViZBTMx2ZBPVNvEHin0iz48sN8Lwj52nUs9NjYewQYbS0nyDJ20VtOqBavUwlEnZCQXekvZA1vGEwOLDgBeuEZD"]) - ModelState is Valid' -2016-06-25 14:28:47.172 +05:30 [Fatal] An exception occurred during configuration of persistence layer. -2016-06-25 14:28:47.183 +05:30 [Error] at Api.Socioboard.Helper.SessionFactory.Init(IHostingEnvironment env) in D:\bitbucket\Updated\src\Api.Socioboard\Helper\SessionFactory.cs:line 41 - at Api.Socioboard.Helper.SessionFactory.GetSessionFactory(IHostingEnvironment env) in D:\bitbucket\Updated\src\Api.Socioboard\Helper\SessionFactory.cs:line 57 - at Api.Socioboard.Helper.SessionFactory.GetNewSession(IHostingEnvironment env) in D:\bitbucket\Updated\src\Api.Socioboard\Helper\SessionFactory.cs:line 69 - at Api.Socioboard.Model.DatabaseRepository.Find[T](Expression`1 query) in D:\bitbucket\Updated\src\Api.Socioboard\Model\DatabaseRepository.cs:line 28 -2016-06-25 14:28:47.187 +05:30 [Error] Could not find a part of the path 'D:\Suresh\Socioboard3.0\Socioboard\src\Api.Socioboard\hibernate.cfg.xml'. -2016-06-25 14:28:55.412 +05:30 [Fatal] An exception occurred during configuration of persistence layer. -2016-06-25 14:28:55.415 +05:30 [Error] at Api.Socioboard.Helper.SessionFactory.Init(IHostingEnvironment env) in D:\bitbucket\Updated\src\Api.Socioboard\Helper\SessionFactory.cs:line 41 - at Api.Socioboard.Helper.SessionFactory.GetSessionFactory(IHostingEnvironment env) in D:\bitbucket\Updated\src\Api.Socioboard\Helper\SessionFactory.cs:line 57 - at Api.Socioboard.Helper.SessionFactory.GetNewSession(IHostingEnvironment env) in D:\bitbucket\Updated\src\Api.Socioboard\Helper\SessionFactory.cs:line 69 - at Api.Socioboard.Model.DatabaseRepository.Find[T](Expression`1 query) in D:\bitbucket\Updated\src\Api.Socioboard\Model\DatabaseRepository.cs:line 28 -2016-06-25 14:28:55.416 +05:30 [Error] Could not find a part of the path 'D:\Suresh\Socioboard3.0\Socioboard\src\Api.Socioboard\hibernate.cfg.xml'. -2016-06-25 14:29:46.592 +05:30 [Debug] Connection id ""0HKSSQR2B5DGV"" received FIN. -2016-06-25 14:29:46.594 +05:30 [Debug] Connection id ""0HKSSQR2B5DGV"" disconnecting. -2016-06-25 14:29:46.596 +05:30 [Debug] Connection id ""0HKSSQR2B5DGV"" sending FIN. -2016-06-25 14:29:51.651 +05:30 [Debug] Connection id ""0HKSSQR2B5DGV"" sent FIN with status "0". -2016-06-25 14:29:51.655 +05:30 [Debug] Connection id ""0HKSSQR2B5DGV"" stopped. -2016-06-25 14:29:51.679 +05:30 [Fatal] An exception occurred during configuration of persistence layer. -2016-06-25 14:29:52.142 +05:30 [Error] at Api.Socioboard.Helper.SessionFactory.Init(IHostingEnvironment env) in D:\bitbucket\Updated\src\Api.Socioboard\Helper\SessionFactory.cs:line 41 - at Api.Socioboard.Helper.SessionFactory.GetSessionFactory(IHostingEnvironment env) in D:\bitbucket\Updated\src\Api.Socioboard\Helper\SessionFactory.cs:line 57 - at Api.Socioboard.Helper.SessionFactory.GetNewSession(IHostingEnvironment env) in D:\bitbucket\Updated\src\Api.Socioboard\Helper\SessionFactory.cs:line 69 - at Api.Socioboard.Model.DatabaseRepository.Find[T](Expression`1 query) in D:\bitbucket\Updated\src\Api.Socioboard\Model\DatabaseRepository.cs:line 28 -2016-06-25 14:29:54.142 +05:30 [Error] Could not find a part of the path 'D:\Suresh\Socioboard3.0\Socioboard\src\Api.Socioboard\hibernate.cfg.xml'. -2016-06-25 14:30:48.607 +05:30 [Debug] Connection id ""0HKSSQR2B5DH0"" received FIN. -2016-06-25 14:33:06.909 +05:30 [Debug] Hosting starting -2016-06-25 14:33:07.141 +05:30 [Debug] Hosting started -2016-06-25 14:33:07.210 +05:30 [Debug] Connection id ""0HKSSQU32BTEJ"" started. -2016-06-25 14:33:07.210 +05:30 [Debug] Connection id ""0HKSSQU32BTEI"" started. -2016-06-25 14:33:07.479 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-06-25 14:33:07.479 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:6361/ 0 -2016-06-25 14:33:08.397 +05:30 [Debug] Request did not match any routes. -2016-06-25 14:33:08.412 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-06-25 14:33:08.535 +05:30 [Information] Request finished in 1101.2514ms 404 -2016-06-25 14:33:08.557 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"bfd56779-79a5-4a2d-93b4-c0ed3dde73b5"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-06-25 14:33:08.620 +05:30 [Debug] Connection id ""0HKSSQU32BTEI"" completed keep alive response. -2016-06-25 14:33:08.630 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-06-25 14:33:09.002 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid' -2016-06-25 14:33:09.009 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult".' -2016-06-25 14:33:09.076 +05:30 [Debug] No information found on request to perform content negotiation. -2016-06-25 14:33:09.084 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-06-25 14:33:09.103 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-06-25 14:33:09.486 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 843.8962ms -2016-06-25 14:33:09.496 +05:30 [Information] Request finished in 2082.0011ms 200 application/json; charset=utf-8 -2016-06-25 14:33:09.503 +05:30 [Debug] Connection id ""0HKSSQU32BTEJ"" completed keep alive response. -2016-06-25 14:35:07.182 +05:30 [Debug] Connection id ""0HKSSQU32BTEI"" received FIN. -2016-06-25 14:35:07.182 +05:30 [Debug] Connection id ""0HKSSQU32BTEJ"" received FIN. -2016-06-25 14:35:07.184 +05:30 [Debug] Connection id ""0HKSSQU32BTEI"" disconnecting. -2016-06-25 14:35:07.191 +05:30 [Debug] Connection id ""0HKSSQU32BTEI"" sending FIN. -2016-06-25 14:35:07.198 +05:30 [Debug] Connection id ""0HKSSQU32BTEJ"" disconnecting. -2016-06-25 14:35:07.199 +05:30 [Debug] Connection id ""0HKSSQU32BTEJ"" sending FIN. -2016-06-25 14:35:07.203 +05:30 [Debug] Connection id ""0HKSSQU32BTEI"" sent FIN with status "0". -2016-06-25 14:35:07.203 +05:30 [Debug] Connection id ""0HKSSQU32BTEJ"" sent FIN with status "0". -2016-06-25 14:35:07.208 +05:30 [Debug] Connection id ""0HKSSQU32BTEJ"" stopped. -2016-06-25 14:35:07.206 +05:30 [Debug] Connection id ""0HKSSQU32BTEI"" stopped. -2016-06-25 14:35:17.636 +05:30 [Debug] Connection id ""0HKSSQU32BTEK"" started. -2016-06-25 14:35:17.638 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/User/FacebookLogin application/x-www-form-urlencoded 176 -2016-06-25 14:35:17.640 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/FacebookLogin"'. -2016-06-25 14:35:17.642 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" -2016-06-25 14:35:21.218 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" with arguments (["EAAKYvwDVmnUBACIB1A44YhgBYyVLGxpqiUX0ixZAQ9UmE5JAQBQX2ZAwp54ZAcPivpOD04m5aMtDT1j66yowQtuq3WZAySl0qCz1IZApXmIfw2HtedGpChtpEc89cmxm690Ab24ePkH7T8cMHXDN8eRZBqQDURsoYZD"]) - ModelState is Valid' -2016-06-25 14:35:49.683 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-06-25 14:35:49.698 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-06-25 14:35:49.707 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-06-25 14:36:02.501 +05:30 [Information] Executed action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" in 44825.8638ms -2016-06-25 14:36:02.514 +05:30 [Information] Request finished in 44875.0492ms 200 application/json; charset=utf-8 -2016-06-25 14:36:02.515 +05:30 [Debug] Connection id ""0HKSSQU32BTEK"" completed keep alive response. -2016-06-25 14:36:02.834 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=4 -2016-06-25 14:36:02.835 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-06-25 14:36:02.840 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-06-25 14:36:11.313 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["4"]) - ModelState is Valid' -2016-06-25 14:36:13.888 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-06-25 14:36:13.889 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-06-25 14:36:13.890 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-06-25 14:36:16.677 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 13649.711ms -2016-06-25 14:36:16.784 +05:30 [Information] Request finished in 13848.801ms 200 application/json; charset=utf-8 -2016-06-25 14:36:16.785 +05:30 [Debug] Connection id ""0HKSSQU32BTEK"" completed keep alive response. -2016-06-25 14:36:16.931 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=4 -2016-06-25 14:36:16.932 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-06-25 14:36:16.933 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-06-25 14:36:21.716 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["4"]) - ModelState is Valid' -2016-06-25 14:36:21.797 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-06-25 14:36:21.798 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-06-25 14:36:21.799 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-06-25 14:36:21.810 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 4873.6224ms -2016-06-25 14:36:21.813 +05:30 [Information] Request finished in 4883.9829ms 200 application/json; charset=utf-8 -2016-06-25 14:36:21.813 +05:30 [Debug] Connection id ""0HKSSQU32BTEK"" completed keep alive response. -2016-06-25 14:36:25.217 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=4 -2016-06-25 14:36:25.221 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-06-25 14:36:25.224 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-06-25 14:36:28.328 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["4"]) - ModelState is Valid' -2016-06-25 14:36:28.510 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-06-25 14:36:28.510 +05:30 [Debug] No information found on request to perform content negotiation. -2016-06-25 14:36:28.510 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-06-25 14:36:28.511 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-06-25 14:36:28.532 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 3306.2135ms -2016-06-25 14:36:28.534 +05:30 [Information] Request finished in 3340.532ms 200 application/json; charset=utf-8 -2016-06-25 14:36:28.535 +05:30 [Debug] Connection id ""0HKSSQU32BTEK"" completed keep alive response. -2016-06-25 14:36:28.540 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=4 -2016-06-25 14:36:28.541 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-06-25 14:36:28.542 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-06-25 14:36:31.609 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["4"]) - ModelState is Valid' -2016-06-25 14:36:31.765 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-06-25 14:36:31.765 +05:30 [Debug] No information found on request to perform content negotiation. -2016-06-25 14:36:31.766 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-06-25 14:36:31.767 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-06-25 14:36:31.788 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 3242.5417ms -2016-06-25 14:36:31.793 +05:30 [Information] Request finished in 3251.8906ms 200 application/json; charset=utf-8 -2016-06-25 14:36:31.794 +05:30 [Debug] Connection id ""0HKSSQU32BTEK"" completed keep alive response. -2016-06-25 14:37:02.800 +05:30 [Debug] Connection id ""0HKSSQU32BTEL"" started. -2016-06-25 14:37:02.802 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetUserTweets?profileId=2604984842&userId=4&skip=0&count=30 -2016-06-25 14:37:02.804 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetUserTweets"'. -2016-06-25 14:37:02.804 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetUserTweets (Api.Socioboard)" -2016-06-25 14:37:02.811 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetFeeds?profileId=2604984842&userId=4&skip=0&count=30 -2016-06-25 14:37:02.814 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetFeeds"'. -2016-06-25 14:37:02.817 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetFeeds (Api.Socioboard)" -2016-06-25 14:37:05.896 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetFeeds (Api.Socioboard)" with arguments (["2604984842", "4", "0", "30"]) - ModelState is Valid' -2016-06-25 14:37:05.919 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetUserTweets (Api.Socioboard)" with arguments (["2604984842", "4", "0", "30"]) - ModelState is Valid' -2016-06-25 14:37:07.837 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetFeeds (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-06-25 14:37:07.837 +05:30 [Debug] No information found on request to perform content negotiation. -2016-06-25 14:37:07.838 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-06-25 14:37:07.840 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-06-25 14:37:07.889 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetFeeds (Api.Socioboard)" in 5049.1979ms -2016-06-25 14:37:07.892 +05:30 [Information] Request finished in 5087.7404ms 200 application/json; charset=utf-8 -2016-06-25 14:37:07.893 +05:30 [Debug] Connection id ""0HKSSQU32BTEL"" completed keep alive response. -2016-06-25 14:37:07.947 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetUserTweets (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-06-25 14:37:07.947 +05:30 [Debug] No information found on request to perform content negotiation. -2016-06-25 14:37:07.948 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-06-25 14:37:07.962 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-06-25 14:37:08.031 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetUserTweets (Api.Socioboard)" in 5176.6052ms -2016-06-25 14:37:08.082 +05:30 [Information] Request finished in 5267.6094ms 200 application/json; charset=utf-8 -2016-06-25 14:37:08.083 +05:30 [Debug] Connection id ""0HKSSQU32BTEK"" completed keep alive response. -2016-06-25 14:37:15.411 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFeeds?profileId=100008391210714&userId=4&skip=0&count=30 -2016-06-25 14:37:15.415 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFeeds"'. -2016-06-25 14:37:15.416 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFeeds (Api.Socioboard)" -2016-06-25 14:37:17.511 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFeeds (Api.Socioboard)" with arguments (["100008391210714", "4", "0", "30"]) - ModelState is Valid' -2016-06-25 14:37:17.725 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFeeds (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-06-25 14:37:17.726 +05:30 [Debug] No information found on request to perform content negotiation. -2016-06-25 14:37:17.726 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-06-25 14:37:17.727 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-06-25 14:37:17.741 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFeeds (Api.Socioboard)" in 2322.6271ms -2016-06-25 14:37:17.745 +05:30 [Information] Request finished in 2333.5064ms 200 application/json; charset=utf-8 -2016-06-25 14:37:17.746 +05:30 [Debug] Connection id ""0HKSSQU32BTEL"" completed keep alive response. -2016-06-25 14:37:20.056 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookPostComment?postId=100008391210714_1735852113371146 -2016-06-25 14:37:20.057 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookPostComment"'. -2016-06-25 14:37:20.057 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookPostComment (Api.Socioboard)" -2016-06-25 14:37:21.486 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookPostComment?postId=100008391210714_1735852113371146 -2016-06-25 14:37:21.488 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookPostComment"'. -2016-06-25 14:37:21.500 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookPostComment (Api.Socioboard)" -2016-06-25 14:37:22.598 +05:30 [Debug] Connection id ""0HKSSQU32BTEM"" started. -2016-06-25 14:37:22.609 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookPostComment?postId=100008391210714_1735852113371146 -2016-06-25 14:37:22.611 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookPostComment"'. -2016-06-25 14:37:22.612 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookPostComment (Api.Socioboard)" -2016-06-25 14:37:23.231 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookPostComment (Api.Socioboard)" with arguments (["100008391210714_1735852113371146"]) - ModelState is Valid' -2016-06-25 14:37:23.349 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookPostComment (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-06-25 14:37:23.350 +05:30 [Debug] No information found on request to perform content negotiation. -2016-06-25 14:37:23.350 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-06-25 14:37:23.351 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-06-25 14:37:23.363 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookPostComment (Api.Socioboard)" in 3303.9929ms -2016-06-25 14:37:23.366 +05:30 [Information] Request finished in 3309.8249ms 200 application/json; charset=utf-8 -2016-06-25 14:37:23.367 +05:30 [Debug] Connection id ""0HKSSQU32BTEK"" completed keep alive response. -2016-06-25 14:37:23.794 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookPostComment?postId=100008391210714_1733754000247624 -2016-06-25 14:37:23.794 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookPostComment"'. -2016-06-25 14:37:23.795 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookPostComment (Api.Socioboard)" -2016-06-25 14:37:24.566 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookPostComment (Api.Socioboard)" with arguments (["100008391210714_1735852113371146"]) - ModelState is Valid' -2016-06-25 14:37:24.645 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookPostComment (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-06-25 14:37:24.646 +05:30 [Debug] No information found on request to perform content negotiation. -2016-06-25 14:37:24.646 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-06-25 14:37:24.648 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-06-25 14:37:24.650 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookPostComment (Api.Socioboard)" in 3146.7024ms -2016-06-25 14:37:24.652 +05:30 [Information] Request finished in 3195.9771ms 200 application/json; charset=utf-8 -2016-06-25 14:37:24.652 +05:30 [Debug] Connection id ""0HKSSQU32BTEL"" completed keep alive response. -2016-06-25 14:37:24.979 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookPostComment?postId=100008391210714_1733754000247624 -2016-06-25 14:37:24.980 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookPostComment"'. -2016-06-25 14:37:24.981 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookPostComment (Api.Socioboard)" -2016-06-25 14:37:25.704 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookPostComment (Api.Socioboard)" with arguments (["100008391210714_1735852113371146"]) - ModelState is Valid' -2016-06-25 14:37:25.773 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookPostComment (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-06-25 14:37:25.773 +05:30 [Debug] No information found on request to perform content negotiation. -2016-06-25 14:37:25.774 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-06-25 14:37:25.775 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-06-25 14:37:25.776 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookPostComment (Api.Socioboard)" in 3163.1209ms -2016-06-25 14:37:25.781 +05:30 [Information] Request finished in 3170.6709ms 200 application/json; charset=utf-8 -2016-06-25 14:37:25.782 +05:30 [Debug] Connection id ""0HKSSQU32BTEM"" completed keep alive response. -2016-06-25 14:37:26.842 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookPostComment (Api.Socioboard)" with arguments (["100008391210714_1733754000247624"]) - ModelState is Valid' -2016-06-25 14:37:26.903 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookPostComment (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-06-25 14:37:26.904 +05:30 [Debug] No information found on request to perform content negotiation. -2016-06-25 14:37:26.905 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-06-25 14:37:26.906 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-06-25 14:37:26.908 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookPostComment (Api.Socioboard)" in 3111.9755ms -2016-06-25 14:37:26.912 +05:30 [Information] Request finished in 3123.2644ms 200 application/json; charset=utf-8 -2016-06-25 14:37:26.912 +05:30 [Debug] Connection id ""0HKSSQU32BTEK"" completed keep alive response. -2016-06-25 14:37:27.274 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=4 -2016-06-25 14:37:27.281 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-06-25 14:37:27.282 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-06-25 14:37:28.090 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookPostComment (Api.Socioboard)" with arguments (["100008391210714_1733754000247624"]) - ModelState is Valid' -2016-06-25 14:37:28.173 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookPostComment (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-06-25 14:37:28.175 +05:30 [Debug] No information found on request to perform content negotiation. -2016-06-25 14:37:28.176 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-06-25 14:37:28.178 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-06-25 14:37:28.180 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookPostComment (Api.Socioboard)" in 3197.8242ms -2016-06-25 14:37:28.184 +05:30 [Information] Request finished in 3204.0256ms 200 application/json; charset=utf-8 -2016-06-25 14:37:28.185 +05:30 [Debug] Connection id ""0HKSSQU32BTEL"" completed keep alive response. -2016-06-25 14:37:30.340 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["4"]) - ModelState is Valid' -2016-06-25 14:37:30.464 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-06-25 14:37:30.465 +05:30 [Debug] No information found on request to perform content negotiation. -2016-06-25 14:37:30.465 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-06-25 14:37:30.466 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-06-25 14:37:30.468 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 3184.1953ms -2016-06-25 14:37:30.470 +05:30 [Information] Request finished in 3199.4964ms 200 application/json; charset=utf-8 -2016-06-25 14:37:30.471 +05:30 [Debug] Connection id ""0HKSSQU32BTEM"" completed keep alive response. -2016-06-25 14:37:30.500 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=4 -2016-06-25 14:37:30.503 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-06-25 14:37:30.504 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-06-25 14:37:37.660 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["4"]) - ModelState is Valid' -2016-06-25 14:37:37.787 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-06-25 14:37:37.788 +05:30 [Debug] No information found on request to perform content negotiation. -2016-06-25 14:37:37.788 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-06-25 14:37:37.789 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-06-25 14:37:37.795 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 7285.234ms -2016-06-25 14:37:37.797 +05:30 [Information] Request finished in 7297.6867ms 200 application/json; charset=utf-8 -2016-06-25 14:37:37.798 +05:30 [Debug] Connection id ""0HKSSQU32BTEK"" completed keep alive response. -2016-06-25 14:39:07.181 +05:30 [Debug] Connection id ""0HKSSQU32BTEL"" received FIN. -2016-06-25 14:39:07.181 +05:30 [Debug] Connection id ""0HKSSQU32BTEL"" disconnecting. -2016-06-25 14:39:07.181 +05:30 [Debug] Connection id ""0HKSSQU32BTEM"" received FIN. -2016-06-25 14:39:07.182 +05:30 [Debug] Connection id ""0HKSSQU32BTEL"" sending FIN. -2016-06-25 14:39:07.184 +05:30 [Debug] Connection id ""0HKSSQU32BTEL"" sent FIN with status "0". -2016-06-25 14:39:07.183 +05:30 [Debug] Connection id ""0HKSSQU32BTEM"" disconnecting. -2016-06-25 14:39:07.183 +05:30 [Debug] Connection id ""0HKSSQU32BTEK"" received FIN. -2016-06-25 14:39:07.186 +05:30 [Debug] Connection id ""0HKSSQU32BTEM"" sending FIN. -2016-06-25 14:39:07.186 +05:30 [Debug] Connection id ""0HKSSQU32BTEM"" sent FIN with status "0". -2016-06-25 14:39:07.187 +05:30 [Debug] Connection id ""0HKSSQU32BTEM"" stopped. -2016-06-25 14:39:07.185 +05:30 [Debug] Connection id ""0HKSSQU32BTEL"" stopped. -2016-06-25 14:39:07.187 +05:30 [Debug] Connection id ""0HKSSQU32BTEK"" disconnecting. -2016-06-25 14:39:07.187 +05:30 [Debug] Connection id ""0HKSSQU32BTEK"" sending FIN. -2016-06-25 14:39:07.188 +05:30 [Debug] Connection id ""0HKSSQU32BTEK"" sent FIN with status "0". -2016-06-25 14:39:07.188 +05:30 [Debug] Connection id ""0HKSSQU32BTEK"" stopped. -2016-06-25 14:39:30.909 +05:30 [Debug] Connection id ""0HKSSQU32BTEN"" started. -2016-06-25 14:39:30.913 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=4 -2016-06-25 14:39:30.914 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-06-25 14:39:30.915 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-06-25 14:39:33.967 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["4"]) - ModelState is Valid' -2016-06-25 14:39:34.035 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-06-25 14:39:34.036 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-06-25 14:39:34.037 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-06-25 14:39:34.039 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 3122.8507ms -2016-06-25 14:39:34.042 +05:30 [Information] Request finished in 3129.6562ms 200 application/json; charset=utf-8 -2016-06-25 14:39:34.043 +05:30 [Debug] Connection id ""0HKSSQU32BTEN"" completed keep alive response. -2016-06-25 14:39:34.049 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=4 -2016-06-25 14:39:34.050 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-06-25 14:39:34.051 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-06-25 14:39:37.087 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["4"]) - ModelState is Valid' -2016-06-25 14:39:37.152 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-06-25 14:39:37.153 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-06-25 14:39:37.154 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-06-25 14:39:37.159 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 3102.859ms -2016-06-25 14:39:37.162 +05:30 [Information] Request finished in 3111.3526ms 200 application/json; charset=utf-8 -2016-06-25 14:39:37.163 +05:30 [Debug] Connection id ""0HKSSQU32BTEN"" completed keep alive response. -2016-06-25 14:39:39.905 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=4 -2016-06-25 14:39:39.906 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-06-25 14:39:39.906 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-06-25 14:39:42.003 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["4"]) - ModelState is Valid' -2016-06-25 14:39:42.168 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-06-25 14:39:42.168 +05:30 [Debug] No information found on request to perform content negotiation. -2016-06-25 14:39:42.169 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-06-25 14:39:42.169 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-06-25 14:39:42.171 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 2263.849ms -2016-06-25 14:39:42.175 +05:30 [Information] Request finished in 2269.1078ms 200 application/json; charset=utf-8 -2016-06-25 14:39:42.176 +05:30 [Debug] Connection id ""0HKSSQU32BTEN"" completed keep alive response. -2016-06-25 14:39:42.247 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=4 -2016-06-25 14:39:42.247 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-06-25 14:39:42.248 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-06-25 14:39:45.344 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["4"]) - ModelState is Valid' -2016-06-25 14:39:45.476 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-06-25 14:39:45.476 +05:30 [Debug] No information found on request to perform content negotiation. -2016-06-25 14:39:45.477 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-06-25 14:39:45.478 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-06-25 14:39:45.479 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 3230.3932ms -2016-06-25 14:39:45.487 +05:30 [Information] Request finished in 3238.7935ms 200 application/json; charset=utf-8 -2016-06-25 14:39:45.489 +05:30 [Debug] Connection id ""0HKSSQU32BTEN"" completed keep alive response. -2016-06-25 14:41:07.181 +05:30 [Debug] Connection id ""0HKSSQU32BTEN"" received FIN. -2016-06-25 14:41:07.182 +05:30 [Debug] Connection id ""0HKSSQU32BTEN"" disconnecting. -2016-06-25 14:41:07.182 +05:30 [Debug] Connection id ""0HKSSQU32BTEN"" sending FIN. -2016-06-25 14:41:07.182 +05:30 [Debug] Connection id ""0HKSSQU32BTEN"" sent FIN with status "0". -2016-06-25 14:41:07.183 +05:30 [Debug] Connection id ""0HKSSQU32BTEN"" stopped. -2016-06-25 14:42:28.875 +05:30 [Debug] Hosting starting -2016-06-25 14:42:29.087 +05:30 [Debug] Hosting started -2016-06-25 14:42:29.193 +05:30 [Debug] Connection id ""0HKSSR3AHQB0S"" started. -2016-06-25 14:42:29.193 +05:30 [Debug] Connection id ""0HKSSR3AHQB0T"" started. -2016-06-25 14:42:29.411 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:6361/ 0 -2016-06-25 14:42:29.403 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-06-25 14:42:30.429 +05:30 [Debug] Request did not match any routes. -2016-06-25 14:42:30.441 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-06-25 14:42:30.677 +05:30 [Information] Request finished in 1309.095ms 404 -2016-06-25 14:42:30.693 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"e6bb611b-3a12-40f6-9253-4d21dba74a03"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-06-25 14:42:30.735 +05:30 [Debug] Connection id ""0HKSSR3AHQB0T"" completed keep alive response. -2016-06-25 14:42:30.865 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-06-25 14:42:31.184 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid' -2016-06-25 14:42:31.190 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult".' -2016-06-25 14:42:31.238 +05:30 [Debug] No information found on request to perform content negotiation. -2016-06-25 14:42:31.244 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-06-25 14:42:31.252 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-06-25 14:42:31.773 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 823.8226ms -2016-06-25 14:42:31.799 +05:30 [Information] Request finished in 2452.8111ms 200 application/json; charset=utf-8 -2016-06-25 14:42:31.805 +05:30 [Debug] Connection id ""0HKSSR3AHQB0S"" completed keep alive response. -2016-06-25 14:42:55.543 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/User/FacebookLogin application/x-www-form-urlencoded 180 -2016-06-25 14:42:55.545 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/FacebookLogin"'. -2016-06-25 14:42:55.546 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" -2016-06-25 14:42:58.991 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" with arguments (["EAAKYvwDVmnUBAGwJccj6amZBfzbUAk0QFox5Gx5ZCpWAP8RuhJSJOaurtZArPcwC4RwD1Q7u5Jm6YejqT32KTpE5sRyugQCEXZAS3ctKRhzdZCTLg4ZAa6eDpbkpv0aZBo4lfabPAZCqfn0ZA9oIpcoRwI0ZBj3ggqqc0ZD"]) - ModelState is Valid' -2016-06-25 14:43:04.336 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-06-25 14:43:04.342 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-06-25 14:43:04.344 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-06-25 14:43:04.490 +05:30 [Information] Executed action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" in 8942.7853ms -2016-06-25 14:43:04.493 +05:30 [Information] Request finished in 8951.4564ms 200 application/json; charset=utf-8 -2016-06-25 14:43:04.494 +05:30 [Debug] Connection id ""0HKSSR3AHQB0T"" completed keep alive response. -2016-06-25 14:43:04.869 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=4 -2016-06-25 14:43:04.869 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-06-25 14:43:04.870 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-06-25 14:43:07.936 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["4"]) - ModelState is Valid' -2016-06-25 14:43:08.027 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-06-25 14:43:08.028 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-06-25 14:43:08.029 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-06-25 14:43:08.042 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 3171.2133ms -2016-06-25 14:43:08.047 +05:30 [Information] Request finished in 3176.7203ms 200 application/json; charset=utf-8 -2016-06-25 14:43:08.048 +05:30 [Debug] Connection id ""0HKSSR3AHQB0S"" completed keep alive response. -2016-06-25 14:43:08.099 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=4 -2016-06-25 14:43:08.100 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-06-25 14:43:08.100 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-06-25 14:43:11.153 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["4"]) - ModelState is Valid' -2016-06-25 14:43:11.235 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-06-25 14:43:11.236 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-06-25 14:43:11.237 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-06-25 14:43:11.253 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 3151.4396ms -2016-06-25 14:43:11.259 +05:30 [Information] Request finished in 3159.7033ms 200 application/json; charset=utf-8 -2016-06-25 14:43:11.259 +05:30 [Debug] Connection id ""0HKSSR3AHQB0T"" completed keep alive response. -2016-06-25 14:43:13.862 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=4 -2016-06-25 14:43:13.863 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-06-25 14:43:13.872 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-06-25 14:43:16.969 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["4"]) - ModelState is Valid' -2016-06-25 14:43:17.182 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-06-25 14:43:17.182 +05:30 [Debug] No information found on request to perform content negotiation. -2016-06-25 14:43:17.182 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-06-25 14:43:17.183 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-06-25 14:43:17.208 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 3333.749ms -2016-06-25 14:43:17.211 +05:30 [Information] Request finished in 3356.1296ms 200 application/json; charset=utf-8 -2016-06-25 14:43:17.212 +05:30 [Debug] Connection id ""0HKSSR3AHQB0S"" completed keep alive response. -2016-06-25 14:43:17.279 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=4 -2016-06-25 14:43:17.281 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-06-25 14:43:17.281 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-06-25 14:43:20.353 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["4"]) - ModelState is Valid' -2016-06-25 14:43:20.492 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-06-25 14:43:20.493 +05:30 [Debug] No information found on request to perform content negotiation. -2016-06-25 14:43:20.493 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-06-25 14:43:20.494 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-06-25 14:43:20.514 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 3231.3798ms -2016-06-25 14:43:20.517 +05:30 [Information] Request finished in 3241.9757ms 200 application/json; charset=utf-8 -2016-06-25 14:43:20.518 +05:30 [Debug] Connection id ""0HKSSR3AHQB0T"" completed keep alive response. -2016-06-25 14:44:29.161 +05:30 [Debug] Connection id ""0HKSSR3AHQB0S"" received FIN. -2016-06-25 14:44:29.162 +05:30 [Debug] Connection id ""0HKSSR3AHQB0S"" disconnecting. -2016-06-25 14:44:29.164 +05:30 [Debug] Connection id ""0HKSSR3AHQB0S"" sending FIN. -2016-06-25 14:44:29.168 +05:30 [Debug] Connection id ""0HKSSR3AHQB0T"" received FIN. -2016-06-25 14:44:29.177 +05:30 [Debug] Connection id ""0HKSSR3AHQB0S"" sent FIN with status "0". -2016-06-25 14:44:29.178 +05:30 [Debug] Connection id ""0HKSSR3AHQB0T"" disconnecting. -2016-06-25 14:44:29.179 +05:30 [Debug] Connection id ""0HKSSR3AHQB0T"" sending FIN. -2016-06-25 14:44:29.180 +05:30 [Debug] Connection id ""0HKSSR3AHQB0T"" sent FIN with status "0". -2016-06-25 14:44:29.182 +05:30 [Debug] Connection id ""0HKSSR3AHQB0S"" stopped. -2016-06-25 14:44:29.182 +05:30 [Debug] Connection id ""0HKSSR3AHQB0T"" stopped. diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/wwwroot/wwwroot/log/log-20160629.txt b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/wwwroot/wwwroot/log/log-20160629.txt deleted file mode 100644 index 4a8255a85..000000000 --- a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/wwwroot/wwwroot/log/log-20160629.txt +++ /dev/null @@ -1,88 +0,0 @@ -2016-06-29 19:39:12.369 +05:30 [Debug] Hosting starting -2016-06-29 19:39:13.205 +05:30 [Debug] Hosting started -2016-06-29 19:39:13.325 +05:30 [Debug] Connection id ""0HKT04RPDJPCL"" started. -2016-06-29 19:39:13.325 +05:30 [Debug] Connection id ""0HKT04RPDJPCK"" started. -2016-06-29 19:39:13.762 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-06-29 19:39:13.762 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:6361/ 0 -2016-06-29 19:39:16.016 +05:30 [Debug] Request did not match any routes. -2016-06-29 19:39:16.050 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-06-29 19:39:16.224 +05:30 [Information] Request finished in 2540.777ms 404 -2016-06-29 19:39:16.309 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"ae2aa1fd-14a5-4025-b40b-ea85079bf5f5"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-06-29 19:39:16.310 +05:30 [Debug] Connection id ""0HKT04RPDJPCK"" completed keep alive response. -2016-06-29 19:39:16.428 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-06-29 19:39:17.051 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid' -2016-06-29 19:39:17.062 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult".' -2016-06-29 19:39:17.160 +05:30 [Debug] No information found on request to perform content negotiation. -2016-06-29 19:39:17.171 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-06-29 19:39:17.209 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-06-29 19:39:17.863 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 1417.7975ms -2016-06-29 19:39:17.878 +05:30 [Information] Request finished in 4216.4801ms 200 application/json; charset=utf-8 -2016-06-29 19:39:17.882 +05:30 [Debug] Connection id ""0HKT04RPDJPCL"" completed keep alive response. -2016-06-29 19:40:08.831 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/User/Login application/x-www-form-urlencoded 52 -2016-06-29 19:40:08.835 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/Login"'. -2016-06-29 19:40:08.836 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.Login (Api.Socioboard)" -2016-06-29 19:40:10.214 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.UserController.Login (Api.Socioboard)" with arguments (["Domain.Socioboard.ViewModels.UserLoginViewModel"]) - ModelState is Valid' -2016-06-29 19:40:10.750 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.UserController.Login (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-06-29 19:40:10.756 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-06-29 19:40:10.757 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-06-29 19:40:10.809 +05:30 [Information] Executed action "Api.Socioboard.Controllers.UserController.Login (Api.Socioboard)" in 1970.3591ms -2016-06-29 19:40:10.813 +05:30 [Information] Request finished in 1987.8579ms 200 application/json; charset=utf-8 -2016-06-29 19:40:10.815 +05:30 [Debug] Connection id ""0HKT04RPDJPCK"" completed keep alive response. -2016-06-29 19:40:11.751 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-06-29 19:40:11.752 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-06-29 19:40:11.752 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-06-29 19:40:11.813 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-06-29 19:40:11.836 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-06-29 19:40:11.837 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-06-29 19:40:11.838 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-06-29 19:40:11.846 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 88.7253ms -2016-06-29 19:40:11.849 +05:30 [Information] Request finished in 104.4823ms 200 application/json; charset=utf-8 -2016-06-29 19:40:11.850 +05:30 [Debug] Connection id ""0HKT04RPDJPCL"" completed keep alive response. -2016-06-29 19:40:11.919 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-06-29 19:40:11.920 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-06-29 19:40:11.920 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-06-29 19:40:11.936 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-06-29 19:40:11.963 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-06-29 19:40:11.964 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-06-29 19:40:11.965 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-06-29 19:40:11.986 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 58.8164ms -2016-06-29 19:40:11.990 +05:30 [Information] Request finished in 70.102ms 200 application/json; charset=utf-8 -2016-06-29 19:40:11.991 +05:30 [Debug] Connection id ""0HKT04RPDJPCK"" completed keep alive response. -2016-06-29 19:40:16.850 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=1 -2016-06-29 19:40:16.850 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-06-29 19:40:16.852 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-06-29 19:40:17.412 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-06-29 19:40:20.000 +05:30 [Fatal] An exception occurred during configuration of persistence layer. -2016-06-29 19:40:20.648 +05:30 [Error] at Api.Socioboard.Helper.SessionFactory.Init(IHostingEnvironment env) in D:\Suresh\BickBucket\src\Api.Socioboard\Helper\SessionFactory.cs:line 41 - at Api.Socioboard.Helper.SessionFactory.GetSessionFactory(IHostingEnvironment env) in D:\Suresh\BickBucket\src\Api.Socioboard\Helper\SessionFactory.cs:line 57 - at Api.Socioboard.Helper.SessionFactory.GetNewSession(IHostingEnvironment env) in D:\Suresh\BickBucket\src\Api.Socioboard\Helper\SessionFactory.cs:line 69 - at Api.Socioboard.Model.DatabaseRepository.Find[T](Expression`1 query) in D:\Suresh\BickBucket\src\Api.Socioboard\Model\DatabaseRepository.cs:line 28 -2016-06-29 19:40:20.649 +05:30 [Error] Could not find a part of the path 'D:\bitbucket\Updated\src\Api.Socioboard\hibernate.cfg.xml'. -2016-06-29 19:40:20.841 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-06-29 19:40:20.841 +05:30 [Debug] No information found on request to perform content negotiation. -2016-06-29 19:40:20.841 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-06-29 19:40:20.843 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-06-29 19:40:20.869 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 4015.2854ms -2016-06-29 19:40:20.873 +05:30 [Information] Request finished in 4025.0811ms 200 application/json; charset=utf-8 -2016-06-29 19:40:20.874 +05:30 [Debug] Connection id ""0HKT04RPDJPCL"" completed keep alive response. -2016-06-29 19:40:20.912 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=1 -2016-06-29 19:40:20.912 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-06-29 19:40:20.913 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-06-29 19:40:20.989 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-06-29 19:40:21.028 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-06-29 19:40:21.028 +05:30 [Debug] No information found on request to perform content negotiation. -2016-06-29 19:40:21.028 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-06-29 19:40:21.030 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-06-29 19:40:21.048 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 133.1008ms -2016-06-29 19:40:21.052 +05:30 [Information] Request finished in 139.9401ms 200 application/json; charset=utf-8 -2016-06-29 19:40:21.052 +05:30 [Debug] Connection id ""0HKT04RPDJPCK"" completed keep alive response. -2016-06-29 19:42:53.279 +05:30 [Debug] Connection id ""0HKT04RPDJPCK"" received FIN. -2016-06-29 19:42:53.279 +05:30 [Debug] Connection id ""0HKT04RPDJPCL"" received FIN. -2016-06-29 19:42:53.281 +05:30 [Debug] Connection id ""0HKT04RPDJPCK"" disconnecting. -2016-06-29 19:42:53.282 +05:30 [Debug] Connection id ""0HKT04RPDJPCL"" disconnecting. -2016-06-29 19:42:53.284 +05:30 [Debug] Connection id ""0HKT04RPDJPCL"" sending FIN. -2016-06-29 19:42:53.285 +05:30 [Debug] Connection id ""0HKT04RPDJPCK"" sending FIN. -2016-06-29 19:42:53.298 +05:30 [Debug] Connection id ""0HKT04RPDJPCK"" sent FIN with status "0". -2016-06-29 19:42:53.298 +05:30 [Debug] Connection id ""0HKT04RPDJPCL"" sent FIN with status "0". -2016-06-29 19:42:53.302 +05:30 [Debug] Connection id ""0HKT04RPDJPCL"" stopped. -2016-06-29 19:42:53.302 +05:30 [Debug] Connection id ""0HKT04RPDJPCK"" stopped. diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/wwwroot/wwwroot/log/log-20160630.txt b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/wwwroot/wwwroot/log/log-20160630.txt deleted file mode 100644 index ac406b5e8..000000000 --- a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/wwwroot/wwwroot/log/log-20160630.txt +++ /dev/null @@ -1,330 +0,0 @@ -2016-06-30 16:03:41.566 +05:30 [Debug] Hosting starting -2016-06-30 16:03:43.841 +05:30 [Debug] Hosting started -2016-06-30 16:03:44.081 +05:30 [Debug] Connection id ""0HKT0Q81D3TOS"" started. -2016-06-30 16:03:44.081 +05:30 [Debug] Connection id ""0HKT0Q81D3TOT"" started. -2016-06-30 16:03:44.910 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:6361/ 0 -2016-06-30 16:03:44.910 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-06-30 16:03:48.484 +05:30 [Debug] Request did not match any routes. -2016-06-30 16:03:48.511 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-06-30 16:03:48.853 +05:30 [Information] Request finished in 4122.6088ms 404 -2016-06-30 16:03:48.878 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"ee6318a4-ae2c-48ee-aba5-c43fb68dcd86"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-06-30 16:03:48.941 +05:30 [Debug] Connection id ""0HKT0Q81D3TOT"" completed keep alive response. -2016-06-30 16:03:49.324 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-06-30 16:03:50.072 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid' -2016-06-30 16:03:50.082 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult".' -2016-06-30 16:03:50.173 +05:30 [Debug] No information found on request to perform content negotiation. -2016-06-30 16:03:50.185 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-06-30 16:03:50.189 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-06-30 16:03:51.013 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 1670.7651ms -2016-06-30 16:03:51.024 +05:30 [Information] Request finished in 6326.5664ms 200 application/json; charset=utf-8 -2016-06-30 16:03:51.028 +05:30 [Debug] Connection id ""0HKT0Q81D3TOS"" completed keep alive response. -2016-06-30 16:03:51.650 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/favicon.ico -2016-06-30 16:03:51.651 +05:30 [Debug] Request did not match any routes. -2016-06-30 16:03:51.653 +05:30 [Information] Request finished in 5.0033ms 404 -2016-06-30 16:03:51.654 +05:30 [Debug] Connection id ""0HKT0Q81D3TOT"" completed keep alive response. -2016-06-30 16:05:34.014 +05:30 [Debug] Connection id ""0HKT0Q81D3TOS"" received FIN. -2016-06-30 16:05:34.014 +05:30 [Debug] Connection id ""0HKT0Q81D3TOT"" received FIN. -2016-06-30 16:05:34.016 +05:30 [Debug] Connection id ""0HKT0Q81D3TOS"" disconnecting. -2016-06-30 16:05:34.019 +05:30 [Debug] Connection id ""0HKT0Q81D3TOT"" disconnecting. -2016-06-30 16:05:34.023 +05:30 [Debug] Connection id ""0HKT0Q81D3TOT"" sending FIN. -2016-06-30 16:05:34.021 +05:30 [Debug] Connection id ""0HKT0Q81D3TOS"" sending FIN. -2016-06-30 16:05:34.041 +05:30 [Debug] Connection id ""0HKT0Q81D3TOS"" sent FIN with status "0". -2016-06-30 16:05:34.041 +05:30 [Debug] Connection id ""0HKT0Q81D3TOT"" sent FIN with status "0". -2016-06-30 16:05:34.045 +05:30 [Debug] Connection id ""0HKT0Q81D3TOS"" stopped. -2016-06-30 16:05:34.045 +05:30 [Debug] Connection id ""0HKT0Q81D3TOT"" stopped. -2016-06-30 16:08:58.913 +05:30 [Debug] Connection id ""0HKT0Q81D3TOU"" started. -2016-06-30 16:08:58.919 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/User/Login application/x-www-form-urlencoded 52 -2016-06-30 16:08:58.921 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/Login"'. -2016-06-30 16:08:58.924 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.Login (Api.Socioboard)" -2016-06-30 16:09:00.522 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.UserController.Login (Api.Socioboard)" with arguments (["Domain.Socioboard.ViewModels.UserLoginViewModel"]) - ModelState is Valid' -2016-06-30 16:09:00.897 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.UserController.Login (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-06-30 16:09:00.907 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-06-30 16:09:00.908 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-06-30 16:09:00.967 +05:30 [Information] Executed action "Api.Socioboard.Controllers.UserController.Login (Api.Socioboard)" in 2041.2291ms -2016-06-30 16:09:00.974 +05:30 [Information] Request finished in 2054.6917ms 200 application/json; charset=utf-8 -2016-06-30 16:09:00.974 +05:30 [Debug] Connection id ""0HKT0Q81D3TOU"" completed keep alive response. -2016-06-30 16:09:02.081 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-06-30 16:09:02.081 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-06-30 16:09:02.082 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-06-30 16:09:02.238 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-06-30 16:09:02.280 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-06-30 16:09:02.280 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-06-30 16:09:02.282 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-06-30 16:09:02.295 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 208.6747ms -2016-06-30 16:09:02.299 +05:30 [Information] Request finished in 218.8108ms 200 application/json; charset=utf-8 -2016-06-30 16:09:02.301 +05:30 [Debug] Connection id ""0HKT0Q81D3TOU"" completed keep alive response. -2016-06-30 16:09:02.430 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-06-30 16:09:02.431 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-06-30 16:09:02.431 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-06-30 16:09:02.459 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-06-30 16:09:02.498 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-06-30 16:09:02.498 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-06-30 16:09:02.500 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-06-30 16:09:02.524 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 87.854ms -2016-06-30 16:09:02.532 +05:30 [Information] Request finished in 101.593ms 200 application/json; charset=utf-8 -2016-06-30 16:09:02.532 +05:30 [Debug] Connection id ""0HKT0Q81D3TOU"" completed keep alive response. -2016-06-30 16:09:06.845 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=1 -2016-06-30 16:09:06.846 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-06-30 16:09:06.847 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-06-30 16:09:06.891 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-06-30 16:09:09.972 +05:30 [Fatal] An exception occurred during configuration of persistence layer. -2016-06-30 16:09:10.166 +05:30 [Error] at Api.Socioboard.Helper.SessionFactory.Init(IHostingEnvironment env) in D:\Suresh\BickBucket\src\Api.Socioboard\Helper\SessionFactory.cs:line 41 - at Api.Socioboard.Helper.SessionFactory.GetSessionFactory(IHostingEnvironment env) in D:\Suresh\BickBucket\src\Api.Socioboard\Helper\SessionFactory.cs:line 57 - at Api.Socioboard.Helper.SessionFactory.GetNewSession(IHostingEnvironment env) in D:\Suresh\BickBucket\src\Api.Socioboard\Helper\SessionFactory.cs:line 69 - at Api.Socioboard.Model.DatabaseRepository.Find[T](Expression`1 query) in D:\Suresh\BickBucket\src\Api.Socioboard\Model\DatabaseRepository.cs:line 28 -2016-06-30 16:09:10.167 +05:30 [Error] Could not find a part of the path 'D:\bitbucket\Updated\src\Api.Socioboard\hibernate.cfg.xml'. -2016-06-30 16:09:10.261 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-06-30 16:09:10.262 +05:30 [Debug] No information found on request to perform content negotiation. -2016-06-30 16:09:10.262 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-06-30 16:09:10.263 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-06-30 16:09:10.286 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 3436.1249ms -2016-06-30 16:09:10.289 +05:30 [Information] Request finished in 3444.9182ms 200 application/json; charset=utf-8 -2016-06-30 16:09:10.289 +05:30 [Debug] Connection id ""0HKT0Q81D3TOU"" completed keep alive response. -2016-06-30 16:09:10.313 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=1 -2016-06-30 16:09:10.314 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-06-30 16:09:10.314 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-06-30 16:09:10.350 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-06-30 16:09:10.406 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-06-30 16:09:10.407 +05:30 [Debug] No information found on request to perform content negotiation. -2016-06-30 16:09:10.407 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-06-30 16:09:10.409 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-06-30 16:09:10.455 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 125.633ms -2016-06-30 16:09:10.459 +05:30 [Information] Request finished in 145.745ms 200 application/json; charset=utf-8 -2016-06-30 16:09:10.460 +05:30 [Debug] Connection id ""0HKT0Q81D3TOU"" completed keep alive response. -2016-06-30 16:10:36.993 +05:30 [Debug] Connection id ""0HKT0Q81D3TOU"" received FIN. -2016-06-30 16:10:36.994 +05:30 [Debug] Connection id ""0HKT0Q81D3TOV"" started. -2016-06-30 16:10:36.994 +05:30 [Debug] Connection id ""0HKT0Q81D3TOU"" disconnecting. -2016-06-30 16:10:36.997 +05:30 [Debug] Connection id ""0HKT0Q81D3TOU"" sending FIN. -2016-06-30 16:10:36.997 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-06-30 16:10:36.998 +05:30 [Debug] Connection id ""0HKT0Q81D3TOU"" sent FIN with status "0". -2016-06-30 16:10:36.998 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-06-30 16:10:36.999 +05:30 [Debug] Connection id ""0HKT0Q81D3TOU"" stopped. -2016-06-30 16:10:37.001 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-06-30 16:10:37.019 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-06-30 16:10:37.020 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-06-30 16:10:37.021 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-06-30 16:10:37.022 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-06-30 16:10:37.027 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 22.2011ms -2016-06-30 16:10:37.036 +05:30 [Information] Request finished in 39.2683ms 200 application/json; charset=utf-8 -2016-06-30 16:10:37.037 +05:30 [Debug] Connection id ""0HKT0Q81D3TOV"" completed keep alive response. -2016-06-30 16:10:37.057 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-06-30 16:10:37.058 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-06-30 16:10:37.059 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-06-30 16:10:37.072 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-06-30 16:10:37.110 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-06-30 16:10:37.111 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-06-30 16:10:37.112 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-06-30 16:10:37.117 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 54.1865ms -2016-06-30 16:10:37.123 +05:30 [Information] Request finished in 68.7164ms 200 application/json; charset=utf-8 -2016-06-30 16:10:37.123 +05:30 [Debug] Connection id ""0HKT0Q81D3TOV"" completed keep alive response. -2016-06-30 16:10:40.450 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=1 -2016-06-30 16:10:40.450 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-06-30 16:10:40.452 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-06-30 16:10:40.490 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-06-30 16:10:40.786 +05:30 [Fatal] An exception occurred during configuration of persistence layer. -2016-06-30 16:10:40.791 +05:30 [Error] at Api.Socioboard.Helper.SessionFactory.Init(IHostingEnvironment env) in D:\Suresh\BickBucket\src\Api.Socioboard\Helper\SessionFactory.cs:line 41 - at Api.Socioboard.Helper.SessionFactory.GetSessionFactory(IHostingEnvironment env) in D:\Suresh\BickBucket\src\Api.Socioboard\Helper\SessionFactory.cs:line 57 - at Api.Socioboard.Helper.SessionFactory.GetNewSession(IHostingEnvironment env) in D:\Suresh\BickBucket\src\Api.Socioboard\Helper\SessionFactory.cs:line 69 - at Api.Socioboard.Model.DatabaseRepository.Find[T](Expression`1 query) in D:\Suresh\BickBucket\src\Api.Socioboard\Model\DatabaseRepository.cs:line 28 -2016-06-30 16:10:40.798 +05:30 [Error] Could not find a part of the path 'D:\bitbucket\Updated\src\Api.Socioboard\hibernate.cfg.xml'. -2016-06-30 16:10:40.906 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-06-30 16:10:40.907 +05:30 [Debug] No information found on request to perform content negotiation. -2016-06-30 16:10:40.907 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-06-30 16:10:40.916 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-06-30 16:10:40.925 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 440.9047ms -2016-06-30 16:10:40.931 +05:30 [Information] Request finished in 479.4791ms 200 application/json; charset=utf-8 -2016-06-30 16:10:40.931 +05:30 [Debug] Connection id ""0HKT0Q81D3TOV"" completed keep alive response. -2016-06-30 16:10:41.037 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=1 -2016-06-30 16:10:41.038 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-06-30 16:10:41.038 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-06-30 16:10:41.120 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-06-30 16:10:41.123 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-06-30 16:10:41.123 +05:30 [Debug] No information found on request to perform content negotiation. -2016-06-30 16:10:41.124 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-06-30 16:10:41.163 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-06-30 16:10:41.173 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 124.6871ms -2016-06-30 16:10:41.179 +05:30 [Information] Request finished in 183.865ms 200 application/json; charset=utf-8 -2016-06-30 16:10:41.180 +05:30 [Debug] Connection id ""0HKT0Q81D3TOV"" completed keep alive response. -2016-06-30 16:12:54.007 +05:30 [Debug] Connection id ""0HKT0Q81D3TOV"" received FIN. -2016-06-30 16:12:54.008 +05:30 [Debug] Connection id ""0HKT0Q81D3TOV"" disconnecting. -2016-06-30 16:12:54.008 +05:30 [Debug] Connection id ""0HKT0Q81D3TOV"" sending FIN. -2016-06-30 16:12:54.008 +05:30 [Debug] Connection id ""0HKT0Q81D3TOV"" sent FIN with status "0". -2016-06-30 16:12:54.009 +05:30 [Debug] Connection id ""0HKT0Q81D3TOV"" stopped. -2016-06-30 17:21:40.382 +05:30 [Debug] Hosting starting -2016-06-30 17:21:41.432 +05:30 [Debug] Hosting started -2016-06-30 17:21:41.686 +05:30 [Debug] Connection id ""0HKT0RJJEGAT4"" started. -2016-06-30 17:21:41.687 +05:30 [Debug] Connection id ""0HKT0RJJEGAT5"" started. -2016-06-30 17:21:42.055 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:6361/ 0 -2016-06-30 17:21:42.055 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-06-30 17:21:45.703 +05:30 [Debug] Request did not match any routes. -2016-06-30 17:21:45.721 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-06-30 17:21:45.902 +05:30 [Information] Request finished in 3915.9399ms 404 -2016-06-30 17:21:45.981 +05:30 [Debug] Connection id ""0HKT0RJJEGAT4"" completed keep alive response. -2016-06-30 17:21:45.998 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"9a1ef5c5-5002-4a69-b072-8a73a5528b9e"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-06-30 17:21:46.219 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-06-30 17:21:46.958 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid' -2016-06-30 17:21:46.979 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult".' -2016-06-30 17:21:47.087 +05:30 [Debug] No information found on request to perform content negotiation. -2016-06-30 17:21:47.097 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-06-30 17:21:47.101 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-06-30 17:21:47.981 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 1731.5207ms -2016-06-30 17:21:47.992 +05:30 [Information] Request finished in 6024.6494ms 200 application/json; charset=utf-8 -2016-06-30 17:21:47.996 +05:30 [Debug] Connection id ""0HKT0RJJEGAT5"" completed keep alive response. -2016-06-30 17:23:31.658 +05:30 [Debug] Connection id ""0HKT0RJJEGAT4"" received FIN. -2016-06-30 17:23:31.658 +05:30 [Debug] Connection id ""0HKT0RJJEGAT5"" received FIN. -2016-06-30 17:23:31.669 +05:30 [Debug] Connection id ""0HKT0RJJEGAT5"" disconnecting. -2016-06-30 17:23:31.670 +05:30 [Debug] Connection id ""0HKT0RJJEGAT4"" disconnecting. -2016-06-30 17:23:31.672 +05:30 [Debug] Connection id ""0HKT0RJJEGAT5"" sending FIN. -2016-06-30 17:23:31.672 +05:30 [Debug] Connection id ""0HKT0RJJEGAT4"" sending FIN. -2016-06-30 17:23:31.697 +05:30 [Debug] Connection id ""0HKT0RJJEGAT5"" sent FIN with status "0". -2016-06-30 17:23:31.697 +05:30 [Debug] Connection id ""0HKT0RJJEGAT4"" sent FIN with status "0". -2016-06-30 17:23:31.702 +05:30 [Debug] Connection id ""0HKT0RJJEGAT4"" stopped. -2016-06-30 17:23:31.702 +05:30 [Debug] Connection id ""0HKT0RJJEGAT5"" stopped. -2016-06-30 17:46:25.623 +05:30 [Debug] Connection id ""0HKT0RJJEGAT6"" started. -2016-06-30 17:46:25.660 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/User/FacebookLogin application/x-www-form-urlencoded 176 -2016-06-30 17:46:25.666 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/FacebookLogin"'. -2016-06-30 17:46:25.670 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" -2016-06-30 17:46:26.718 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" with arguments (["EAAKYvwDVmnUBAPqdL3uecJaK01Y3IQ3BogJCV50MHnFyO6oXFLFaZAZC30nsS5ilmlrMHxjUt5fBF8ZBvZBCwk18B9fYmC4eZA1W3leEDuyRBJ4WM5WuLqugKM9HkC4Asltlnqg9R4GU48ZB82940ftBPCwuTDC7kZD"]) - ModelState is Valid' -2016-06-30 17:46:28.637 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-06-30 17:46:28.657 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-06-30 17:46:28.659 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-06-30 17:46:28.753 +05:30 [Information] Executed action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" in 3080.4963ms -2016-06-30 17:46:28.757 +05:30 [Information] Request finished in 3108.612ms 200 application/json; charset=utf-8 -2016-06-30 17:46:28.758 +05:30 [Debug] Connection id ""0HKT0RJJEGAT6"" completed keep alive response. -2016-06-30 17:46:29.642 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-06-30 17:46:29.643 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-06-30 17:46:29.649 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-06-30 17:46:29.706 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-06-30 17:46:29.744 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-06-30 17:46:29.745 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-06-30 17:46:29.746 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-06-30 17:46:29.753 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 101.1705ms -2016-06-30 17:46:29.758 +05:30 [Information] Request finished in 115.9565ms 200 application/json; charset=utf-8 -2016-06-30 17:46:29.758 +05:30 [Debug] Connection id ""0HKT0RJJEGAT6"" completed keep alive response. -2016-06-30 17:46:29.895 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-06-30 17:46:29.896 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-06-30 17:46:29.896 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-06-30 17:46:29.934 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-06-30 17:46:29.968 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-06-30 17:46:29.968 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-06-30 17:46:29.974 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-06-30 17:46:29.990 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 87.2159ms -2016-06-30 17:46:29.994 +05:30 [Information] Request finished in 99.058ms 200 application/json; charset=utf-8 -2016-06-30 17:46:29.994 +05:30 [Debug] Connection id ""0HKT0RJJEGAT6"" completed keep alive response. -2016-06-30 17:46:33.495 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=1 -2016-06-30 17:46:33.496 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-06-30 17:46:33.497 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-06-30 17:46:33.654 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-06-30 17:46:35.462 +05:30 [Fatal] An exception occurred during configuration of persistence layer. -2016-06-30 17:46:35.605 +05:30 [Error] at Api.Socioboard.Helper.SessionFactory.Init(IHostingEnvironment env) in D:\Suresh\BickBucket\src\Api.Socioboard\Helper\SessionFactory.cs:line 41 - at Api.Socioboard.Helper.SessionFactory.GetSessionFactory(IHostingEnvironment env) in D:\Suresh\BickBucket\src\Api.Socioboard\Helper\SessionFactory.cs:line 57 - at Api.Socioboard.Helper.SessionFactory.GetNewSession(IHostingEnvironment env) in D:\Suresh\BickBucket\src\Api.Socioboard\Helper\SessionFactory.cs:line 69 - at Api.Socioboard.Model.DatabaseRepository.Find[T](Expression`1 query) in D:\Suresh\BickBucket\src\Api.Socioboard\Model\DatabaseRepository.cs:line 28 -2016-06-30 17:46:35.608 +05:30 [Error] Could not find a part of the path 'D:\bitbucket\Updated\src\Api.Socioboard\hibernate.cfg.xml'. -2016-06-30 17:46:35.757 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-06-30 17:46:35.757 +05:30 [Debug] No information found on request to perform content negotiation. -2016-06-30 17:46:35.757 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-06-30 17:46:35.759 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-06-30 17:46:35.779 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 2280.6189ms -2016-06-30 17:46:35.783 +05:30 [Information] Request finished in 2290.0292ms 200 application/json; charset=utf-8 -2016-06-30 17:46:35.784 +05:30 [Debug] Connection id ""0HKT0RJJEGAT6"" completed keep alive response. -2016-06-30 17:46:35.803 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=1 -2016-06-30 17:46:35.810 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-06-30 17:46:35.811 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-06-30 17:46:35.845 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-06-30 17:46:35.878 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-06-30 17:46:35.879 +05:30 [Debug] No information found on request to perform content negotiation. -2016-06-30 17:46:35.879 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-06-30 17:46:35.882 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-06-30 17:46:35.913 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 97.3783ms -2016-06-30 17:46:35.920 +05:30 [Information] Request finished in 114.6382ms 200 application/json; charset=utf-8 -2016-06-30 17:46:35.920 +05:30 [Debug] Connection id ""0HKT0RJJEGAT6"" completed keep alive response. -2016-06-30 17:49:11.643 +05:30 [Debug] Connection id ""0HKT0RJJEGAT6"" received FIN. -2016-06-30 17:49:11.645 +05:30 [Debug] Connection id ""0HKT0RJJEGAT6"" disconnecting. -2016-06-30 17:49:11.646 +05:30 [Debug] Connection id ""0HKT0RJJEGAT6"" sending FIN. -2016-06-30 17:49:11.647 +05:30 [Debug] Connection id ""0HKT0RJJEGAT6"" sent FIN with status "0". -2016-06-30 17:49:11.648 +05:30 [Debug] Connection id ""0HKT0RJJEGAT6"" stopped. -2016-06-30 18:36:35.097 +05:30 [Debug] Connection id ""0HKT0RJJEGAT7"" started. -2016-06-30 18:36:35.109 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/User/FacebookLogin application/x-www-form-urlencoded 177 -2016-06-30 18:36:35.111 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/FacebookLogin"'. -2016-06-30 18:36:35.117 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" -2016-06-30 18:36:35.134 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" with arguments (["EAAKYvwDVmnUBADZAikE7zMSr59w4l2UB2B1mWH490tHnAsxVAQTZCXfD1O05mkjpYiIwAIBekh9zXzBbR8UTQjAl9XUiDMZAYHF4g9K5rlYRyIzJ3tBZAaZBKVTWyJ8QGtJwkhyZBpCv5FxypZBVmPo1ms8UBlAfwsZD"]) - ModelState is Valid' -2016-06-30 18:36:35.578 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-06-30 18:36:35.578 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-06-30 18:36:35.580 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-06-30 18:36:35.582 +05:30 [Information] Executed action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" in 463.3829ms -2016-06-30 18:36:35.586 +05:30 [Information] Request finished in 485.9199ms 200 application/json; charset=utf-8 -2016-06-30 18:36:35.587 +05:30 [Debug] Connection id ""0HKT0RJJEGAT7"" completed keep alive response. -2016-06-30 18:36:35.617 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-06-30 18:36:35.617 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-06-30 18:36:35.618 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-06-30 18:36:35.629 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-06-30 18:36:35.630 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-06-30 18:36:35.631 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-06-30 18:36:35.632 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-06-30 18:36:35.635 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 14.5521ms -2016-06-30 18:36:35.641 +05:30 [Information] Request finished in 23.7617ms 200 application/json; charset=utf-8 -2016-06-30 18:36:35.643 +05:30 [Debug] Connection id ""0HKT0RJJEGAT7"" completed keep alive response. -2016-06-30 18:36:35.649 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-06-30 18:36:35.650 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-06-30 18:36:35.650 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-06-30 18:36:35.711 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-06-30 18:36:35.713 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-06-30 18:36:35.713 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-06-30 18:36:35.717 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-06-30 18:36:35.723 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 67.0834ms -2016-06-30 18:36:35.729 +05:30 [Information] Request finished in 80.1822ms 200 application/json; charset=utf-8 -2016-06-30 18:36:35.730 +05:30 [Debug] Connection id ""0HKT0RJJEGAT7"" completed keep alive response. -2016-06-30 18:36:37.999 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=1 -2016-06-30 18:36:37.999 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-06-30 18:36:38.000 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-06-30 18:36:38.021 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-06-30 18:36:38.246 +05:30 [Fatal] An exception occurred during configuration of persistence layer. -2016-06-30 18:36:38.260 +05:30 [Error] at Api.Socioboard.Helper.SessionFactory.Init(IHostingEnvironment env) in D:\Suresh\BickBucket\src\Api.Socioboard\Helper\SessionFactory.cs:line 41 - at Api.Socioboard.Helper.SessionFactory.GetSessionFactory(IHostingEnvironment env) in D:\Suresh\BickBucket\src\Api.Socioboard\Helper\SessionFactory.cs:line 57 - at Api.Socioboard.Helper.SessionFactory.GetNewSession(IHostingEnvironment env) in D:\Suresh\BickBucket\src\Api.Socioboard\Helper\SessionFactory.cs:line 69 - at Api.Socioboard.Model.DatabaseRepository.Find[T](Expression`1 query) in D:\Suresh\BickBucket\src\Api.Socioboard\Model\DatabaseRepository.cs:line 28 -2016-06-30 18:36:38.268 +05:30 [Error] Could not find a part of the path 'D:\bitbucket\Updated\src\Api.Socioboard\hibernate.cfg.xml'. -2016-06-30 18:36:38.337 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-06-30 18:36:38.337 +05:30 [Debug] No information found on request to perform content negotiation. -2016-06-30 18:36:38.338 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-06-30 18:36:38.339 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-06-30 18:36:38.343 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 340.1127ms -2016-06-30 18:36:38.349 +05:30 [Information] Request finished in 351.436ms 200 application/json; charset=utf-8 -2016-06-30 18:36:38.350 +05:30 [Debug] Connection id ""0HKT0RJJEGAT7"" completed keep alive response. -2016-06-30 18:36:38.397 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=1 -2016-06-30 18:36:38.397 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-06-30 18:36:38.398 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-06-30 18:36:38.449 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-06-30 18:36:38.451 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-06-30 18:36:38.451 +05:30 [Debug] No information found on request to perform content negotiation. -2016-06-30 18:36:38.452 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-06-30 18:36:38.455 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-06-30 18:36:38.460 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 22.0277ms -2016-06-30 18:36:38.464 +05:30 [Information] Request finished in 70.5706ms 200 application/json; charset=utf-8 -2016-06-30 18:36:38.465 +05:30 [Debug] Connection id ""0HKT0RJJEGAT7"" completed keep alive response. -2016-06-30 18:38:04.156 +05:30 [Debug] Connection id ""0HKT0RJJEGAT7"" received FIN. -2016-06-30 18:38:04.157 +05:30 [Debug] Connection id ""0HKT0RJJEGAT7"" disconnecting. -2016-06-30 18:38:04.158 +05:30 [Debug] Connection id ""0HKT0RJJEGAT7"" sending FIN. -2016-06-30 18:38:04.159 +05:30 [Debug] Connection id ""0HKT0RJJEGAT7"" sent FIN with status "0". -2016-06-30 18:38:04.160 +05:30 [Debug] Connection id ""0HKT0RJJEGAT7"" stopped. -2016-06-30 18:42:53.958 +05:30 [Debug] Hosting starting -2016-06-30 18:42:54.353 +05:30 [Debug] Hosting started -2016-06-30 18:42:54.588 +05:30 [Debug] Connection id ""0HKT0T0VM20AK"" started. -2016-06-30 18:42:54.588 +05:30 [Debug] Connection id ""0HKT0T0VM20AL"" started. -2016-06-30 18:42:54.906 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:6361/ 0 -2016-06-30 18:42:54.906 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-06-30 18:42:56.193 +05:30 [Debug] Request did not match any routes. -2016-06-30 18:42:56.219 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-06-30 18:42:56.507 +05:30 [Information] Request finished in 1641.9396ms 404 -2016-06-30 18:42:56.570 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"d22c2063-73a2-40c6-9482-c4dedc908100"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-06-30 18:42:56.595 +05:30 [Debug] Connection id ""0HKT0T0VM20AL"" completed keep alive response. -2016-06-30 18:42:56.724 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-06-30 18:42:57.295 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid' -2016-06-30 18:42:57.305 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult".' -2016-06-30 18:42:57.374 +05:30 [Debug] No information found on request to perform content negotiation. -2016-06-30 18:42:57.385 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-06-30 18:42:57.391 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-06-30 18:42:58.014 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 1253.2075ms -2016-06-30 18:42:58.028 +05:30 [Information] Request finished in 3211.2741ms 200 application/json; charset=utf-8 -2016-06-30 18:42:58.033 +05:30 [Debug] Connection id ""0HKT0T0VM20AK"" completed keep alive response. diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/wwwroot/wwwroot/log/log-20160701.txt b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/wwwroot/wwwroot/log/log-20160701.txt deleted file mode 100644 index 3c72543f5..000000000 --- a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/wwwroot/wwwroot/log/log-20160701.txt +++ /dev/null @@ -1,1538 +0,0 @@ -2016-07-01 16:50:27.495 +05:30 [Debug] Hosting starting -2016-07-01 16:50:28.891 +05:30 [Debug] Hosting started -2016-07-01 16:50:29.096 +05:30 [Debug] Connection id ""0HKT1K6QIM08S"" started. -2016-07-01 16:50:29.108 +05:30 [Debug] Connection id ""0HKT1K6QIM08R"" started. -2016-07-01 16:50:29.765 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:6361/ 0 -2016-07-01 16:50:29.767 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-07-01 16:50:33.051 +05:30 [Debug] Request did not match any routes. -2016-07-01 16:50:33.066 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-07-01 16:50:33.435 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"5cd7be05-cc5b-4855-9fe8-c66acd2cdd63"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-07-01 16:50:33.593 +05:30 [Information] Request finished in 3966.0964ms 404 -2016-07-01 16:50:33.597 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-07-01 16:50:33.749 +05:30 [Debug] Connection id ""0HKT1K6QIM08R"" completed keep alive response. -2016-07-01 16:50:34.318 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid' -2016-07-01 16:50:34.341 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult".' -2016-07-01 16:50:34.435 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-01 16:50:34.447 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-01 16:50:34.451 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-01 16:50:35.591 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 1980.4ms -2016-07-01 16:50:35.617 +05:30 [Information] Request finished in 6068.5208ms 200 application/json; charset=utf-8 -2016-07-01 16:50:35.623 +05:30 [Debug] Connection id ""0HKT1K6QIM08S"" completed keep alive response. -2016-07-01 16:50:36.103 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/favicon.ico -2016-07-01 16:50:36.104 +05:30 [Debug] Request did not match any routes. -2016-07-01 16:50:36.107 +05:30 [Information] Request finished in 3.5123ms 404 -2016-07-01 16:50:36.107 +05:30 [Debug] Connection id ""0HKT1K6QIM08R"" completed keep alive response. -2016-07-01 16:51:42.928 +05:30 [Debug] Connection id ""0HKT1K6QIM08S"" received FIN. -2016-07-01 16:51:42.929 +05:30 [Debug] Connection id ""0HKT1K6QIM08R"" received FIN. -2016-07-01 16:51:42.931 +05:30 [Debug] Connection id ""0HKT1K6QIM08S"" disconnecting. -2016-07-01 16:51:42.931 +05:30 [Debug] Connection id ""0HKT1K6QIM08T"" started. -2016-07-01 16:51:42.932 +05:30 [Debug] Connection id ""0HKT1K6QIM08R"" disconnecting. -2016-07-01 16:51:42.933 +05:30 [Debug] Connection id ""0HKT1K6QIM08S"" sending FIN. -2016-07-01 16:51:42.933 +05:30 [Debug] Connection id ""0HKT1K6QIM08R"" sending FIN. -2016-07-01 16:51:42.938 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/User/FacebookLogin application/x-www-form-urlencoded 175 -2016-07-01 16:51:42.939 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/FacebookLogin"'. -2016-07-01 16:51:42.949 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" -2016-07-01 16:51:42.950 +05:30 [Debug] Connection id ""0HKT1K6QIM08S"" sent FIN with status "0". -2016-07-01 16:51:42.952 +05:30 [Debug] Connection id ""0HKT1K6QIM08R"" sent FIN with status "0". -2016-07-01 16:51:42.956 +05:30 [Debug] Connection id ""0HKT1K6QIM08S"" stopped. -2016-07-01 16:51:42.962 +05:30 [Debug] Connection id ""0HKT1K6QIM08R"" stopped. -2016-07-01 16:51:44.300 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" with arguments (["EAAKYvwDVmnUBABKnaeqbLXLycQQONLlSbqkCKtVK3xkZCIksnQcK72ZBnQdk55AITJslYzCA2MosIAz0pYqC69IH7D2dWb0UFJIXTUWJGK7fxYFwZBAWb7acZA0k3qDeXOgZBxfW2sIo586pFaaw0w5O44d3EUOYZD"]) - ModelState is Valid' -2016-07-01 16:51:45.748 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-01 16:51:45.757 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-01 16:51:45.759 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-01 16:51:45.821 +05:30 [Information] Executed action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" in 2867.5892ms -2016-07-01 16:51:45.825 +05:30 [Information] Request finished in 2889.67ms 200 application/json; charset=utf-8 -2016-07-01 16:51:45.826 +05:30 [Debug] Connection id ""0HKT1K6QIM08T"" completed keep alive response. -2016-07-01 16:51:46.530 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-01 16:51:46.530 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-01 16:51:46.531 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-01 16:51:46.587 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-01 16:51:46.613 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-01 16:51:46.613 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-01 16:51:46.615 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-01 16:51:46.621 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 87.4742ms -2016-07-01 16:51:46.625 +05:30 [Information] Request finished in 95.857ms 200 application/json; charset=utf-8 -2016-07-01 16:51:46.625 +05:30 [Debug] Connection id ""0HKT1K6QIM08T"" completed keep alive response. -2016-07-01 16:51:46.766 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-01 16:51:46.766 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-01 16:51:46.767 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-01 16:51:46.791 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-01 16:51:46.845 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-01 16:51:46.846 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-01 16:51:46.847 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-01 16:51:46.870 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 99.0996ms -2016-07-01 16:51:46.876 +05:30 [Information] Request finished in 109.3304ms 200 application/json; charset=utf-8 -2016-07-01 16:51:46.876 +05:30 [Debug] Connection id ""0HKT1K6QIM08T"" completed keep alive response. -2016-07-01 16:51:50.603 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=1 -2016-07-01 16:51:50.604 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-07-01 16:51:50.605 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-07-01 16:51:50.700 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-01 16:51:53.260 +05:30 [Fatal] An exception occurred during configuration of persistence layer. -2016-07-01 16:51:53.419 +05:30 [Error] at Api.Socioboard.Helper.SessionFactory.Init(IHostingEnvironment env) in D:\Suresh\BickBucket\src\Api.Socioboard\Helper\SessionFactory.cs:line 41 - at Api.Socioboard.Helper.SessionFactory.GetSessionFactory(IHostingEnvironment env) in D:\Suresh\BickBucket\src\Api.Socioboard\Helper\SessionFactory.cs:line 57 - at Api.Socioboard.Helper.SessionFactory.GetNewSession(IHostingEnvironment env) in D:\Suresh\BickBucket\src\Api.Socioboard\Helper\SessionFactory.cs:line 69 - at Api.Socioboard.Model.DatabaseRepository.Find[T](Expression`1 query) in D:\Suresh\BickBucket\src\Api.Socioboard\Model\DatabaseRepository.cs:line 28 -2016-07-01 16:51:53.421 +05:30 [Error] Could not find a part of the path 'D:\bitbucket\Updated\src\Api.Socioboard\hibernate.cfg.xml'. -2016-07-01 16:51:53.541 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-01 16:51:53.541 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-01 16:51:53.542 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-01 16:51:53.543 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-01 16:51:53.565 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 2956.49ms -2016-07-01 16:51:53.569 +05:30 [Information] Request finished in 2965.0604ms 200 application/json; charset=utf-8 -2016-07-01 16:51:53.570 +05:30 [Debug] Connection id ""0HKT1K6QIM08T"" completed keep alive response. -2016-07-01 16:51:53.617 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=1 -2016-07-01 16:51:53.619 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-07-01 16:51:53.620 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-07-01 16:51:53.663 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-01 16:51:53.696 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-01 16:51:53.697 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-01 16:51:53.697 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-01 16:51:53.705 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-01 16:51:53.736 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 109.7563ms -2016-07-01 16:51:53.740 +05:30 [Information] Request finished in 133.6805ms 200 application/json; charset=utf-8 -2016-07-01 16:51:53.741 +05:30 [Debug] Connection id ""0HKT1K6QIM08T"" completed keep alive response. -2016-07-01 16:54:09.047 +05:30 [Debug] Connection id ""0HKT1K6QIM08T"" received FIN. -2016-07-01 16:54:09.048 +05:30 [Debug] Connection id ""0HKT1K6QIM08T"" disconnecting. -2016-07-01 16:54:09.050 +05:30 [Debug] Connection id ""0HKT1K6QIM08T"" sending FIN. -2016-07-01 16:54:09.050 +05:30 [Debug] Connection id ""0HKT1K6QIM08T"" sent FIN with status "0". -2016-07-01 16:54:09.051 +05:30 [Debug] Connection id ""0HKT1K6QIM08T"" stopped. -2016-07-01 17:02:41.270 +05:30 [Debug] Connection id ""0HKT1K6QIM08U"" started. -2016-07-01 17:02:41.272 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/getProfilesAvailableToConnect?groupId=4&userId=1 -2016-07-01 17:02:41.273 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/getProfilesAvailableToConnect"'. -2016-07-01 17:02:41.273 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" -2016-07-01 17:02:41.303 +05:30 [Debug] Connection id ""0HKT1K6QIM08V"" started. -2016-07-01 17:02:41.318 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=4 -2016-07-01 17:02:41.318 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-01 17:02:41.321 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" with arguments (["4", "1"]) - ModelState is Valid' -2016-07-01 17:02:41.321 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-01 17:02:41.324 +05:30 [Debug] Connection id ""0HKT1K6QIM090"" started. -2016-07-01 17:02:41.336 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-01 17:02:41.358 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-01 17:02:41.358 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=4 -2016-07-01 17:02:41.359 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-01 17:02:41.359 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-07-01 17:02:41.361 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-01 17:02:41.362 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-07-01 17:02:41.364 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["4"]) - ModelState is Valid' -2016-07-01 17:02:41.370 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-01 17:02:41.374 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-01 17:02:41.375 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-01 17:02:41.373 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" in 94.0547ms -2016-07-01 17:02:41.382 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-01 17:02:41.387 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 61.068ms -2016-07-01 17:02:41.400 +05:30 [Information] Request finished in 119.7983ms 200 application/json; charset=utf-8 -2016-07-01 17:02:41.401 +05:30 [Debug] Connection id ""0HKT1K6QIM08U"" completed keep alive response. -2016-07-01 17:02:41.408 +05:30 [Information] Request finished in 78.2202ms 200 application/json; charset=utf-8 -2016-07-01 17:02:41.409 +05:30 [Debug] Connection id ""0HKT1K6QIM08V"" completed keep alive response. -2016-07-01 17:02:41.475 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["4"]) - ModelState is Valid' -2016-07-01 17:02:41.510 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-01 17:02:41.511 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-01 17:02:41.511 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-01 17:02:41.514 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-01 17:02:41.540 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 168.2905ms -2016-07-01 17:02:41.544 +05:30 [Information] Request finished in 206.6631ms 200 application/json; charset=utf-8 -2016-07-01 17:02:41.545 +05:30 [Debug] Connection id ""0HKT1K6QIM090"" completed keep alive response. -2016-07-01 17:05:09.047 +05:30 [Debug] Connection id ""0HKT1K6QIM08U"" received FIN. -2016-07-01 17:05:09.048 +05:30 [Debug] Connection id ""0HKT1K6QIM090"" received FIN. -2016-07-01 17:05:09.047 +05:30 [Debug] Connection id ""0HKT1K6QIM08V"" received FIN. -2016-07-01 17:05:09.050 +05:30 [Debug] Connection id ""0HKT1K6QIM090"" disconnecting. -2016-07-01 17:05:09.050 +05:30 [Debug] Connection id ""0HKT1K6QIM090"" sending FIN. -2016-07-01 17:05:09.050 +05:30 [Debug] Connection id ""0HKT1K6QIM08V"" disconnecting. -2016-07-01 17:05:09.049 +05:30 [Debug] Connection id ""0HKT1K6QIM08U"" disconnecting. -2016-07-01 17:05:09.052 +05:30 [Debug] Connection id ""0HKT1K6QIM090"" sent FIN with status "0". -2016-07-01 17:05:09.052 +05:30 [Debug] Connection id ""0HKT1K6QIM08V"" sending FIN. -2016-07-01 17:05:09.055 +05:30 [Debug] Connection id ""0HKT1K6QIM08V"" sent FIN with status "0". -2016-07-01 17:05:09.056 +05:30 [Debug] Connection id ""0HKT1K6QIM08V"" stopped. -2016-07-01 17:05:09.054 +05:30 [Debug] Connection id ""0HKT1K6QIM090"" stopped. -2016-07-01 17:05:09.057 +05:30 [Debug] Connection id ""0HKT1K6QIM08U"" sending FIN. -2016-07-01 17:05:09.059 +05:30 [Debug] Connection id ""0HKT1K6QIM08U"" sent FIN with status "0". -2016-07-01 17:05:09.060 +05:30 [Debug] Connection id ""0HKT1K6QIM08U"" stopped. -2016-07-01 17:32:14.709 +05:30 [Debug] Connection id ""0HKT1K6QIM091"" started. -2016-07-01 17:32:14.721 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/User/FacebookLogin application/x-www-form-urlencoded 175 -2016-07-01 17:32:14.723 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/FacebookLogin"'. -2016-07-01 17:32:14.725 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" -2016-07-01 17:32:14.760 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" with arguments (["EAAKYvwDVmnUBAHAGmNZAUNx7Hh6Dkd11FOUuPRB7V910ICrVf9UUwiEfX2txCtxYZBSvYkklybRNbEElfXd72qaZAGGFrTHP9lAVsL37RuxECHQ67pG4NTwG41EnRutmScVXZAtapGJmW2qbT7f4iXL3IZARPyFYZD"]) - ModelState is Valid' -2016-07-01 17:32:15.193 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-01 17:32:15.194 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-01 17:32:15.195 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-01 17:32:15.204 +05:30 [Information] Executed action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" in 470.8489ms -2016-07-01 17:32:15.208 +05:30 [Information] Request finished in 490.4517ms 200 application/json; charset=utf-8 -2016-07-01 17:32:15.209 +05:30 [Debug] Connection id ""0HKT1K6QIM091"" completed keep alive response. -2016-07-01 17:32:15.283 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-01 17:32:15.284 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-01 17:32:15.285 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-01 17:32:15.344 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-01 17:32:15.347 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-01 17:32:15.347 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-01 17:32:15.351 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-01 17:32:15.360 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 61.4837ms -2016-07-01 17:32:15.364 +05:30 [Information] Request finished in 81.5415ms 200 application/json; charset=utf-8 -2016-07-01 17:32:15.365 +05:30 [Debug] Connection id ""0HKT1K6QIM091"" completed keep alive response. -2016-07-01 17:32:15.393 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-01 17:32:15.393 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-01 17:32:15.394 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-01 17:32:15.415 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-01 17:32:15.416 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-01 17:32:15.417 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-01 17:32:15.425 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-01 17:32:15.446 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 31.5098ms -2016-07-01 17:32:15.451 +05:30 [Information] Request finished in 74.4ms 200 application/json; charset=utf-8 -2016-07-01 17:32:15.452 +05:30 [Debug] Connection id ""0HKT1K6QIM091"" completed keep alive response. -2016-07-01 17:32:17.726 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=1 -2016-07-01 17:32:17.726 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-07-01 17:32:17.727 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-07-01 17:32:17.740 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-01 17:32:17.953 +05:30 [Fatal] An exception occurred during configuration of persistence layer. -2016-07-01 17:32:17.967 +05:30 [Error] at Api.Socioboard.Helper.SessionFactory.Init(IHostingEnvironment env) in D:\Suresh\BickBucket\src\Api.Socioboard\Helper\SessionFactory.cs:line 41 - at Api.Socioboard.Helper.SessionFactory.GetSessionFactory(IHostingEnvironment env) in D:\Suresh\BickBucket\src\Api.Socioboard\Helper\SessionFactory.cs:line 57 - at Api.Socioboard.Helper.SessionFactory.GetNewSession(IHostingEnvironment env) in D:\Suresh\BickBucket\src\Api.Socioboard\Helper\SessionFactory.cs:line 69 - at Api.Socioboard.Model.DatabaseRepository.Find[T](Expression`1 query) in D:\Suresh\BickBucket\src\Api.Socioboard\Model\DatabaseRepository.cs:line 28 -2016-07-01 17:32:17.972 +05:30 [Error] Could not find a part of the path 'D:\bitbucket\Updated\src\Api.Socioboard\hibernate.cfg.xml'. -2016-07-01 17:32:18.084 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-01 17:32:18.085 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-01 17:32:18.085 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-01 17:32:18.088 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-01 17:32:18.095 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 362.5374ms -2016-07-01 17:32:18.102 +05:30 [Information] Request finished in 376.2565ms 200 application/json; charset=utf-8 -2016-07-01 17:32:18.103 +05:30 [Debug] Connection id ""0HKT1K6QIM091"" completed keep alive response. -2016-07-01 17:32:18.263 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=1 -2016-07-01 17:32:18.265 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-07-01 17:32:18.266 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-07-01 17:32:18.325 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-01 17:32:18.327 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-01 17:32:18.327 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-01 17:32:18.328 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-01 17:32:18.329 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-01 17:32:18.336 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 64.6716ms -2016-07-01 17:32:18.341 +05:30 [Information] Request finished in 81.9629ms 200 application/json; charset=utf-8 -2016-07-01 17:32:18.342 +05:30 [Debug] Connection id ""0HKT1K6QIM091"" completed keep alive response. -2016-07-01 17:32:28.941 +05:30 [Debug] Connection id ""0HKT1K6QIM092"" started. -2016-07-01 17:32:28.943 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=4 -2016-07-01 17:32:28.945 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-01 17:32:28.946 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-01 17:32:28.947 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/getProfilesAvailableToConnect?groupId=4&userId=1 -2016-07-01 17:32:28.949 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/getProfilesAvailableToConnect"'. -2016-07-01 17:32:28.949 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" -2016-07-01 17:32:28.968 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["4"]) - ModelState is Valid' -2016-07-01 17:32:28.970 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-01 17:32:28.971 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-01 17:32:28.972 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" with arguments (["4", "1"]) - ModelState is Valid' -2016-07-01 17:32:28.972 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-01 17:32:28.974 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-01 17:32:28.975 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-01 17:32:28.975 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-01 17:32:28.975 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-01 17:32:28.981 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 29.5296ms -2016-07-01 17:32:28.983 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-01 17:32:28.987 +05:30 [Debug] Connection id ""0HKT1K6QIM093"" started. -2016-07-01 17:32:29.008 +05:30 [Information] Request finished in 45.4667ms 200 application/json; charset=utf-8 -2016-07-01 17:32:29.010 +05:30 [Debug] Connection id ""0HKT1K6QIM091"" completed keep alive response. -2016-07-01 17:32:29.012 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=4 -2016-07-01 17:32:29.015 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-07-01 17:32:29.020 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" in 40.2838ms -2016-07-01 17:32:29.021 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-07-01 17:32:29.029 +05:30 [Information] Request finished in 82.569ms 200 application/json; charset=utf-8 -2016-07-01 17:32:29.035 +05:30 [Debug] Connection id ""0HKT1K6QIM092"" completed keep alive response. -2016-07-01 17:32:29.045 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["4"]) - ModelState is Valid' -2016-07-01 17:32:29.049 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-01 17:32:29.049 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-01 17:32:29.050 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-01 17:32:29.053 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-01 17:32:29.079 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 33.6714ms -2016-07-01 17:32:29.089 +05:30 [Information] Request finished in 77.3524ms 200 application/json; charset=utf-8 -2016-07-01 17:32:29.090 +05:30 [Debug] Connection id ""0HKT1K6QIM093"" completed keep alive response. -2016-07-01 17:34:29.046 +05:30 [Debug] Connection id ""0HKT1K6QIM091"" received FIN. -2016-07-01 17:34:29.046 +05:30 [Debug] Connection id ""0HKT1K6QIM092"" received FIN. -2016-07-01 17:34:29.047 +05:30 [Debug] Connection id ""0HKT1K6QIM091"" disconnecting. -2016-07-01 17:34:29.047 +05:30 [Debug] Connection id ""0HKT1K6QIM092"" disconnecting. -2016-07-01 17:34:29.056 +05:30 [Debug] Connection id ""0HKT1K6QIM092"" sending FIN. -2016-07-01 17:34:29.049 +05:30 [Debug] Connection id ""0HKT1K6QIM093"" received FIN. -2016-07-01 17:34:29.058 +05:30 [Debug] Connection id ""0HKT1K6QIM091"" sending FIN. -2016-07-01 17:34:29.058 +05:30 [Debug] Connection id ""0HKT1K6QIM093"" disconnecting. -2016-07-01 17:34:29.058 +05:30 [Debug] Connection id ""0HKT1K6QIM091"" sent FIN with status "0". -2016-07-01 17:34:29.060 +05:30 [Debug] Connection id ""0HKT1K6QIM091"" stopped. -2016-07-01 17:34:29.061 +05:30 [Debug] Connection id ""0HKT1K6QIM093"" sending FIN. -2016-07-01 17:34:29.057 +05:30 [Debug] Connection id ""0HKT1K6QIM092"" sent FIN with status "0". -2016-07-01 17:34:29.062 +05:30 [Debug] Connection id ""0HKT1K6QIM093"" sent FIN with status "0". -2016-07-01 17:34:29.063 +05:30 [Debug] Connection id ""0HKT1K6QIM092"" stopped. -2016-07-01 17:34:29.063 +05:30 [Debug] Connection id ""0HKT1K6QIM093"" stopped. -2016-07-01 18:01:25.071 +05:30 [Debug] Connection id ""0HKT1K6QIM094"" started. -2016-07-01 18:01:25.080 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/User/FacebookLogin application/x-www-form-urlencoded 180 -2016-07-01 18:01:25.083 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/FacebookLogin"'. -2016-07-01 18:01:25.085 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" -2016-07-01 18:01:25.106 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" with arguments (["EAAKYvwDVmnUBAGoC1MOVZCmIcD1v4ouZABsWJhnVq5EtABRlWx3dMhrkGNQ5aHqCFsu6z1lPiVnfbS1vJXaiCZAejZCCDUZCHln7bVxZAghRuGSDv8Cpe20LwTJeIyDlqFoZAkZCvkQILNYOkPZADDZAmx9nTN6gBVhuoZD"]) - ModelState is Valid' -2016-07-01 18:01:25.581 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-01 18:01:25.582 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-01 18:01:25.585 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-01 18:01:25.590 +05:30 [Information] Executed action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" in 500.4869ms -2016-07-01 18:01:25.595 +05:30 [Information] Request finished in 519.499ms 200 application/json; charset=utf-8 -2016-07-01 18:01:25.596 +05:30 [Debug] Connection id ""0HKT1K6QIM094"" completed keep alive response. -2016-07-01 18:01:25.628 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-01 18:01:25.628 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-01 18:01:25.629 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-01 18:01:25.648 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-01 18:01:25.650 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-01 18:01:25.650 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-01 18:01:25.653 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-01 18:01:25.658 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 25.032ms -2016-07-01 18:01:25.662 +05:30 [Information] Request finished in 35.8991ms 200 application/json; charset=utf-8 -2016-07-01 18:01:25.663 +05:30 [Debug] Connection id ""0HKT1K6QIM094"" completed keep alive response. -2016-07-01 18:01:25.671 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-01 18:01:25.671 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-01 18:01:25.672 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-01 18:01:25.684 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-01 18:01:25.686 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-01 18:01:25.686 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-01 18:01:25.690 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-01 18:01:25.700 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 21.266ms -2016-07-01 18:01:25.705 +05:30 [Information] Request finished in 35.2958ms 200 application/json; charset=utf-8 -2016-07-01 18:01:25.706 +05:30 [Debug] Connection id ""0HKT1K6QIM094"" completed keep alive response. -2016-07-01 18:01:27.941 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=1 -2016-07-01 18:01:27.942 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-07-01 18:01:27.943 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-07-01 18:01:27.956 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-01 18:01:28.246 +05:30 [Fatal] An exception occurred during configuration of persistence layer. -2016-07-01 18:01:28.266 +05:30 [Error] at Api.Socioboard.Helper.SessionFactory.Init(IHostingEnvironment env) in D:\Suresh\BickBucket\src\Api.Socioboard\Helper\SessionFactory.cs:line 41 - at Api.Socioboard.Helper.SessionFactory.GetSessionFactory(IHostingEnvironment env) in D:\Suresh\BickBucket\src\Api.Socioboard\Helper\SessionFactory.cs:line 57 - at Api.Socioboard.Helper.SessionFactory.GetNewSession(IHostingEnvironment env) in D:\Suresh\BickBucket\src\Api.Socioboard\Helper\SessionFactory.cs:line 69 - at Api.Socioboard.Model.DatabaseRepository.Find[T](Expression`1 query) in D:\Suresh\BickBucket\src\Api.Socioboard\Model\DatabaseRepository.cs:line 28 -2016-07-01 18:01:28.271 +05:30 [Error] Could not find a part of the path 'D:\bitbucket\Updated\src\Api.Socioboard\hibernate.cfg.xml'. -2016-07-01 18:01:28.369 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-01 18:01:28.369 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-01 18:01:28.370 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-01 18:01:28.372 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-01 18:01:28.379 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 429.6037ms -2016-07-01 18:01:28.385 +05:30 [Information] Request finished in 443.5982ms 200 application/json; charset=utf-8 -2016-07-01 18:01:28.386 +05:30 [Debug] Connection id ""0HKT1K6QIM094"" completed keep alive response. -2016-07-01 18:01:28.488 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=1 -2016-07-01 18:01:28.489 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-07-01 18:01:28.490 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-07-01 18:01:28.532 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-01 18:01:28.535 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-01 18:01:28.535 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-01 18:01:28.536 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-01 18:01:28.540 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-01 18:01:28.568 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 51.8613ms -2016-07-01 18:01:28.578 +05:30 [Information] Request finished in 90.7944ms 200 application/json; charset=utf-8 -2016-07-01 18:01:28.579 +05:30 [Debug] Connection id ""0HKT1K6QIM094"" completed keep alive response. -2016-07-01 18:01:36.502 +05:30 [Debug] Connection id ""0HKT1K6QIM095"" started. -2016-07-01 18:01:36.513 +05:30 [Debug] Connection id ""0HKT1K6QIM096"" started. -2016-07-01 18:01:36.517 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=4 -2016-07-01 18:01:36.519 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-01 18:01:36.519 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-01 18:01:36.519 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=4 -2016-07-01 18:01:36.522 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-07-01 18:01:36.533 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-07-01 18:01:36.533 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/getProfilesAvailableToConnect?groupId=4&userId=1 -2016-07-01 18:01:36.537 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/getProfilesAvailableToConnect"'. -2016-07-01 18:01:36.538 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" -2016-07-01 18:01:36.555 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["4"]) - ModelState is Valid' -2016-07-01 18:01:36.568 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-01 18:01:36.569 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-01 18:01:36.571 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-01 18:01:36.604 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-01 18:01:36.614 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" with arguments (["4", "1"]) - ModelState is Valid' -2016-07-01 18:01:36.617 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["4"]) - ModelState is Valid' -2016-07-01 18:01:36.617 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-01 18:01:36.618 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-01 18:01:36.618 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-01 18:01:36.619 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-01 18:01:36.619 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-01 18:01:36.621 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-01 18:01:36.622 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 85.6422ms -2016-07-01 18:01:36.626 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-01 18:01:36.633 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-01 18:01:36.640 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" in 90.5749ms -2016-07-01 18:01:36.644 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 100.378ms -2016-07-01 18:01:36.647 +05:30 [Information] Request finished in 149.0942ms 200 application/json; charset=utf-8 -2016-07-01 18:01:36.650 +05:30 [Debug] Connection id ""0HKT1K6QIM094"" completed keep alive response. -2016-07-01 18:01:36.661 +05:30 [Information] Request finished in 135.3278ms 200 application/json; charset=utf-8 -2016-07-01 18:01:36.661 +05:30 [Debug] Connection id ""0HKT1K6QIM096"" completed keep alive response. -2016-07-01 18:01:36.682 +05:30 [Information] Request finished in 136.8308ms 200 application/json; charset=utf-8 -2016-07-01 18:01:36.692 +05:30 [Debug] Connection id ""0HKT1K6QIM095"" completed keep alive response. -2016-07-01 18:01:56.393 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-01 18:01:56.394 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-01 18:01:56.394 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-01 18:01:56.429 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-01 18:01:56.430 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-01 18:01:56.430 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-01 18:01:56.432 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-01 18:01:56.435 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 38.0053ms -2016-07-01 18:01:56.442 +05:30 [Information] Request finished in 57.8972ms 200 application/json; charset=utf-8 -2016-07-01 18:01:56.443 +05:30 [Debug] Connection id ""0HKT1K6QIM094"" completed keep alive response. -2016-07-01 18:01:56.475 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-01 18:01:56.476 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-01 18:01:56.477 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-01 18:01:56.511 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-01 18:01:56.513 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-01 18:01:56.514 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-01 18:01:56.516 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-01 18:01:56.525 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 39.9462ms -2016-07-01 18:01:56.530 +05:30 [Information] Request finished in 54.8496ms 200 application/json; charset=utf-8 -2016-07-01 18:01:56.531 +05:30 [Debug] Connection id ""0HKT1K6QIM096"" completed keep alive response. -2016-07-01 18:02:04.246 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=4 -2016-07-01 18:02:04.247 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-07-01 18:02:04.249 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-07-01 18:02:04.250 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/getProfilesAvailableToConnect?groupId=4&userId=1 -2016-07-01 18:02:04.252 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/getProfilesAvailableToConnect"'. -2016-07-01 18:02:04.253 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" -2016-07-01 18:02:04.265 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=4 -2016-07-01 18:02:04.272 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-01 18:02:04.272 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-01 18:02:04.335 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["4"]) - ModelState is Valid' -2016-07-01 18:02:04.338 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-01 18:02:04.339 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" with arguments (["4", "1"]) - ModelState is Valid' -2016-07-01 18:02:04.339 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-01 18:02:04.341 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-01 18:02:04.343 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["4"]) - ModelState is Valid' -2016-07-01 18:02:04.346 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-01 18:02:04.343 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-01 18:02:04.347 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-01 18:02:04.353 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-01 18:02:04.346 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-01 18:02:04.355 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 97.6673ms -2016-07-01 18:02:04.357 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-01 18:02:04.356 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-01 18:02:04.359 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-01 18:02:04.364 +05:30 [Information] Request finished in 117.3317ms 200 application/json; charset=utf-8 -2016-07-01 18:02:04.365 +05:30 [Debug] Connection id ""0HKT1K6QIM095"" completed keep alive response. -2016-07-01 18:02:04.373 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" in 108.1256ms -2016-07-01 18:02:04.377 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-01 18:02:04.385 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 105.212ms -2016-07-01 18:02:04.388 +05:30 [Information] Request finished in 137.0258ms 200 application/json; charset=utf-8 -2016-07-01 18:02:04.391 +05:30 [Debug] Connection id ""0HKT1K6QIM096"" completed keep alive response. -2016-07-01 18:02:04.420 +05:30 [Information] Request finished in 146.8739ms 200 application/json; charset=utf-8 -2016-07-01 18:02:04.426 +05:30 [Debug] Connection id ""0HKT1K6QIM094"" completed keep alive response. -2016-07-01 18:02:59.385 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-01 18:02:59.387 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-01 18:02:59.388 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-01 18:02:59.415 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-01 18:02:59.417 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-01 18:02:59.418 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-01 18:02:59.420 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-01 18:02:59.429 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 36.6922ms -2016-07-01 18:02:59.437 +05:30 [Information] Request finished in 50.9473ms 200 application/json; charset=utf-8 -2016-07-01 18:02:59.438 +05:30 [Debug] Connection id ""0HKT1K6QIM095"" completed keep alive response. -2016-07-01 18:02:59.446 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-01 18:02:59.447 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-01 18:02:59.447 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-01 18:02:59.464 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-01 18:02:59.466 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-01 18:02:59.467 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-01 18:02:59.470 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-01 18:02:59.476 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 24.049ms -2016-07-01 18:02:59.482 +05:30 [Information] Request finished in 36.8359ms 200 application/json; charset=utf-8 -2016-07-01 18:02:59.483 +05:30 [Debug] Connection id ""0HKT1K6QIM096"" completed keep alive response. -2016-07-01 18:03:07.095 +05:30 [Debug] Connection id ""0HKT1K6QIM094"" received FIN. -2016-07-01 18:03:07.099 +05:30 [Debug] Connection id ""0HKT1K6QIM097"" started. -2016-07-01 18:03:07.103 +05:30 [Debug] Connection id ""0HKT1K6QIM094"" disconnecting. -2016-07-01 18:03:07.104 +05:30 [Debug] Connection id ""0HKT1K6QIM094"" sending FIN. -2016-07-01 18:03:07.104 +05:30 [Debug] Connection id ""0HKT1K6QIM094"" sent FIN with status "0". -2016-07-01 18:03:07.105 +05:30 [Debug] Connection id ""0HKT1K6QIM094"" stopped. -2016-07-01 18:03:07.122 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=4 -2016-07-01 18:03:07.122 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-01 18:03:07.123 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-01 18:03:07.130 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/getProfilesAvailableToConnect?groupId=4&userId=1 -2016-07-01 18:03:07.135 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/getProfilesAvailableToConnect"'. -2016-07-01 18:03:07.136 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" -2016-07-01 18:03:07.170 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=4 -2016-07-01 18:03:07.191 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-07-01 18:03:07.192 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-07-01 18:03:07.227 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" with arguments (["4", "1"]) - ModelState is Valid' -2016-07-01 18:03:07.230 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["4"]) - ModelState is Valid' -2016-07-01 18:03:07.234 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-01 18:03:07.235 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-01 18:03:07.235 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-01 18:03:07.237 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-01 18:03:07.238 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-01 18:03:07.238 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-01 18:03:07.240 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["4"]) - ModelState is Valid' -2016-07-01 18:03:07.261 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-01 18:03:07.261 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-01 18:03:07.262 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-01 18:03:07.262 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-01 18:03:07.265 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-01 18:03:07.281 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-01 18:03:07.283 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 78.8445ms -2016-07-01 18:03:07.291 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 159.3016ms -2016-07-01 18:03:07.304 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" in 134.6926ms -2016-07-01 18:03:07.323 +05:30 [Information] Request finished in 201.43ms 200 application/json; charset=utf-8 -2016-07-01 18:03:07.325 +05:30 [Debug] Connection id ""0HKT1K6QIM096"" completed keep alive response. -2016-07-01 18:03:07.333 +05:30 [Information] Request finished in 190.6952ms 200 application/json; charset=utf-8 -2016-07-01 18:03:07.338 +05:30 [Debug] Connection id ""0HKT1K6QIM097"" completed keep alive response. -2016-07-01 18:03:07.356 +05:30 [Information] Request finished in 201.727ms 200 application/json; charset=utf-8 -2016-07-01 18:03:07.356 +05:30 [Debug] Connection id ""0HKT1K6QIM095"" completed keep alive response. -2016-07-01 18:05:04.086 +05:30 [Debug] Hosting starting -2016-07-01 18:05:04.551 +05:30 [Debug] Hosting started -2016-07-01 18:05:04.694 +05:30 [Debug] Connection id ""0HKT1LGGDCM4L"" started. -2016-07-01 18:05:04.694 +05:30 [Debug] Connection id ""0HKT1LGGDCM4M"" started. -2016-07-01 18:05:05.111 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:6361/ 0 -2016-07-01 18:05:05.110 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-07-01 18:05:06.774 +05:30 [Debug] Request did not match any routes. -2016-07-01 18:05:06.792 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-07-01 18:05:07.052 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"91b143ae-4c3b-4a03-8a4a-6ab03450c3d0"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-07-01 18:05:07.163 +05:30 [Information] Request finished in 2112.0302ms 404 -2016-07-01 18:05:07.277 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-07-01 18:05:07.338 +05:30 [Debug] Connection id ""0HKT1LGGDCM4L"" completed keep alive response. -2016-07-01 18:05:07.781 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid' -2016-07-01 18:05:07.788 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult".' -2016-07-01 18:05:07.878 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-01 18:05:07.891 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-01 18:05:07.895 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-01 18:05:08.477 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 1181.0534ms -2016-07-01 18:05:08.494 +05:30 [Information] Request finished in 3529.5467ms 200 application/json; charset=utf-8 -2016-07-01 18:05:08.498 +05:30 [Debug] Connection id ""0HKT1LGGDCM4M"" completed keep alive response. -2016-07-01 18:28:57.605 +05:30 [Debug] Connection id ""0HKT1LGGDCM4L"" received FIN. -2016-07-01 18:28:57.605 +05:30 [Debug] Connection id ""0HKT1LGGDCM4M"" received FIN. -2016-07-01 18:28:57.607 +05:30 [Debug] Connection id ""0HKT1LGGDCM4L"" disconnecting. -2016-07-01 18:28:57.608 +05:30 [Debug] Connection id ""0HKT1LGGDCM4M"" disconnecting. -2016-07-01 18:28:57.609 +05:30 [Debug] Connection id ""0HKT1LGGDCM4L"" sending FIN. -2016-07-01 18:28:57.609 +05:30 [Debug] Connection id ""0HKT1LGGDCM4M"" sending FIN. -2016-07-01 18:28:57.619 +05:30 [Debug] Connection id ""0HKT1LGGDCM4L"" sent FIN with status "0". -2016-07-01 18:28:57.619 +05:30 [Debug] Connection id ""0HKT1LGGDCM4M"" sent FIN with status "0". -2016-07-01 18:28:57.624 +05:30 [Debug] Connection id ""0HKT1LGGDCM4L"" stopped. -2016-07-01 18:28:57.624 +05:30 [Debug] Connection id ""0HKT1LGGDCM4M"" stopped. -2016-07-01 18:31:25.375 +05:30 [Debug] Connection id ""0HKT1LGGDCM4N"" started. -2016-07-01 18:31:25.384 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/User/FacebookLogin application/x-www-form-urlencoded 176 -2016-07-01 18:31:25.386 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/FacebookLogin"'. -2016-07-01 18:31:25.388 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" -2016-07-01 18:31:26.231 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" with arguments (["EAAKYvwDVmnUBAAZBj4SVfQ4YJE9TT3CrVTaO0uvutZAU1S78yGcxxHpKnTKXH9g0rgDvSudtif0pEJZAvMz6wHEc1IiZBuTuHXeD1h46P6WnbRFwbQFfZA1NQkjsLZBf1GAKx6WR4JM7ib8PSFvNIOIJSPCiQYxDwZD"]) - ModelState is Valid' -2016-07-01 18:31:28.005 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-01 18:31:28.028 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-01 18:31:28.031 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-01 18:31:28.124 +05:30 [Information] Executed action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" in 2732.8555ms -2016-07-01 18:31:28.129 +05:30 [Information] Request finished in 2744.7523ms 200 application/json; charset=utf-8 -2016-07-01 18:31:28.130 +05:30 [Debug] Connection id ""0HKT1LGGDCM4N"" completed keep alive response. -2016-07-01 18:31:29.179 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-01 18:31:29.180 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-01 18:31:29.180 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-01 18:31:29.257 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-01 18:31:29.287 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-01 18:31:29.287 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-01 18:31:29.289 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-01 18:31:29.298 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 115.3338ms -2016-07-01 18:31:29.302 +05:30 [Information] Request finished in 123.8512ms 200 application/json; charset=utf-8 -2016-07-01 18:31:29.303 +05:30 [Debug] Connection id ""0HKT1LGGDCM4N"" completed keep alive response. -2016-07-01 18:31:29.446 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-01 18:31:29.446 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-01 18:31:29.447 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-01 18:31:29.468 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-01 18:31:29.498 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-01 18:31:29.498 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-01 18:31:29.499 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-01 18:31:29.514 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 63.1663ms -2016-07-01 18:31:29.517 +05:30 [Information] Request finished in 71.4539ms 200 application/json; charset=utf-8 -2016-07-01 18:31:29.518 +05:30 [Debug] Connection id ""0HKT1LGGDCM4N"" completed keep alive response. -2016-07-01 18:31:32.767 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=1 -2016-07-01 18:31:32.768 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-07-01 18:31:32.770 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-07-01 18:31:32.877 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-01 18:31:33.661 +05:30 [Fatal] An exception occurred during configuration of persistence layer. -2016-07-01 18:31:33.676 +05:30 [Error] at Api.Socioboard.Helper.SessionFactory.Init(IHostingEnvironment env) in D:\Suresh\BickBucket\src\Api.Socioboard\Helper\SessionFactory.cs:line 41 - at Api.Socioboard.Helper.SessionFactory.GetSessionFactory(IHostingEnvironment env) in D:\Suresh\BickBucket\src\Api.Socioboard\Helper\SessionFactory.cs:line 57 - at Api.Socioboard.Helper.SessionFactory.GetNewSession(IHostingEnvironment env) in D:\Suresh\BickBucket\src\Api.Socioboard\Helper\SessionFactory.cs:line 69 - at Api.Socioboard.Model.DatabaseRepository.Find[T](Expression`1 query) in D:\Suresh\BickBucket\src\Api.Socioboard\Model\DatabaseRepository.cs:line 28 -2016-07-01 18:31:33.685 +05:30 [Error] Could not find a part of the path 'D:\bitbucket\Updated\src\Api.Socioboard\hibernate.cfg.xml'. -2016-07-01 18:31:33.763 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-01 18:31:33.763 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-01 18:31:33.764 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-01 18:31:33.765 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-01 18:31:33.783 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 1009.2962ms -2016-07-01 18:31:33.787 +05:30 [Information] Request finished in 1019.9215ms 200 application/json; charset=utf-8 -2016-07-01 18:31:33.791 +05:30 [Debug] Connection id ""0HKT1LGGDCM4N"" completed keep alive response. -2016-07-01 18:31:33.860 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=1 -2016-07-01 18:31:33.869 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-07-01 18:31:33.870 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-07-01 18:31:33.974 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-01 18:31:34.012 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-01 18:31:34.012 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-01 18:31:34.013 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-01 18:31:34.038 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-01 18:31:34.060 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 186.5904ms -2016-07-01 18:31:34.065 +05:30 [Information] Request finished in 231.0497ms 200 application/json; charset=utf-8 -2016-07-01 18:31:34.066 +05:30 [Debug] Connection id ""0HKT1LGGDCM4N"" completed keep alive response. -2016-07-01 18:32:37.603 +05:30 [Debug] Connection id ""0HKT1LGGDCM4N"" received FIN. -2016-07-01 18:32:37.604 +05:30 [Debug] Connection id ""0HKT1LGGDCM4N"" disconnecting. -2016-07-01 18:32:37.605 +05:30 [Debug] Connection id ""0HKT1LGGDCM4N"" sending FIN. -2016-07-01 18:32:37.606 +05:30 [Debug] Connection id ""0HKT1LGGDCM4N"" sent FIN with status "0". -2016-07-01 18:32:37.607 +05:30 [Debug] Connection id ""0HKT1LGGDCM4N"" stopped. -2016-07-01 18:32:56.872 +05:30 [Debug] Connection id ""0HKT1LGGDCM4O"" started. -2016-07-01 18:32:56.875 +05:30 [Debug] Connection id ""0HKT1LGGDCM4P"" started. -2016-07-01 18:32:56.880 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=4 -2016-07-01 18:32:56.881 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-01 18:32:56.885 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-01 18:32:56.894 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/getProfilesAvailableToConnect?groupId=4&userId=1 -2016-07-01 18:32:56.896 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/getProfilesAvailableToConnect"'. -2016-07-01 18:32:56.906 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" -2016-07-01 18:32:56.924 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["4"]) - ModelState is Valid' -2016-07-01 18:32:56.958 +05:30 [Debug] Connection id ""0HKT1LGGDCM4Q"" started. -2016-07-01 18:32:56.960 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=4 -2016-07-01 18:32:56.961 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-07-01 18:32:56.962 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-07-01 18:32:56.974 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-01 18:32:56.975 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-01 18:32:56.976 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-01 18:32:56.996 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-01 18:32:56.997 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" with arguments (["4", "1"]) - ModelState is Valid' -2016-07-01 18:32:57.003 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 112.3489ms -2016-07-01 18:32:57.009 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["4"]) - ModelState is Valid' -2016-07-01 18:32:57.013 +05:30 [Information] Request finished in 134.2199ms 200 application/json; charset=utf-8 -2016-07-01 18:32:57.014 +05:30 [Debug] Connection id ""0HKT1LGGDCM4O"" completed keep alive response. -2016-07-01 18:32:57.014 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-01 18:32:57.015 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-01 18:32:57.016 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-01 18:32:57.018 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-01 18:32:57.030 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" in 120.5544ms -2016-07-01 18:32:57.036 +05:30 [Information] Request finished in 156.6012ms 200 application/json; charset=utf-8 -2016-07-01 18:32:57.036 +05:30 [Debug] Connection id ""0HKT1LGGDCM4P"" completed keep alive response. -2016-07-01 18:32:57.048 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-01 18:32:57.049 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-01 18:32:57.049 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-01 18:32:57.051 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-01 18:32:57.074 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 99.8466ms -2016-07-01 18:32:57.083 +05:30 [Information] Request finished in 117.9949ms 200 application/json; charset=utf-8 -2016-07-01 18:32:57.084 +05:30 [Debug] Connection id ""0HKT1LGGDCM4Q"" completed keep alive response. -2016-07-01 18:34:27.603 +05:30 [Debug] Connection id ""0HKT1LGGDCM4O"" received FIN. -2016-07-01 18:34:27.603 +05:30 [Debug] Connection id ""0HKT1LGGDCM4P"" received FIN. -2016-07-01 18:34:27.605 +05:30 [Debug] Connection id ""0HKT1LGGDCM4O"" disconnecting. -2016-07-01 18:34:27.605 +05:30 [Debug] Connection id ""0HKT1LGGDCM4Q"" received FIN. -2016-07-01 18:34:27.606 +05:30 [Debug] Connection id ""0HKT1LGGDCM4O"" sending FIN. -2016-07-01 18:34:27.605 +05:30 [Debug] Connection id ""0HKT1LGGDCM4P"" disconnecting. -2016-07-01 18:34:27.608 +05:30 [Debug] Connection id ""0HKT1LGGDCM4O"" sent FIN with status "0". -2016-07-01 18:34:27.609 +05:30 [Debug] Connection id ""0HKT1LGGDCM4O"" stopped. -2016-07-01 18:34:27.608 +05:30 [Debug] Connection id ""0HKT1LGGDCM4P"" sending FIN. -2016-07-01 18:34:27.610 +05:30 [Debug] Connection id ""0HKT1LGGDCM4P"" sent FIN with status "0". -2016-07-01 18:34:27.607 +05:30 [Debug] Connection id ""0HKT1LGGDCM4Q"" disconnecting. -2016-07-01 18:34:27.612 +05:30 [Debug] Connection id ""0HKT1LGGDCM4Q"" sending FIN. -2016-07-01 18:34:27.611 +05:30 [Debug] Connection id ""0HKT1LGGDCM4P"" stopped. -2016-07-01 18:34:27.613 +05:30 [Debug] Connection id ""0HKT1LGGDCM4Q"" sent FIN with status "0". -2016-07-01 18:34:27.615 +05:30 [Debug] Connection id ""0HKT1LGGDCM4Q"" stopped. -2016-07-01 18:41:16.320 +05:30 [Debug] Connection id ""0HKT1LGGDCM4R"" started. -2016-07-01 18:41:16.324 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-01 18:41:16.325 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-01 18:41:16.325 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-01 18:41:16.367 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-01 18:41:16.368 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-01 18:41:16.369 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-01 18:41:16.371 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-01 18:41:16.381 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 46.4275ms -2016-07-01 18:41:16.389 +05:30 [Information] Request finished in 64.1567ms 200 application/json; charset=utf-8 -2016-07-01 18:41:16.390 +05:30 [Debug] Connection id ""0HKT1LGGDCM4R"" completed keep alive response. -2016-07-01 18:41:16.410 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-01 18:41:16.410 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-01 18:41:16.411 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-01 18:41:16.443 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-01 18:41:16.445 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-01 18:41:16.445 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-01 18:41:16.447 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-01 18:41:16.455 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 37.2533ms -2016-07-01 18:41:16.458 +05:30 [Information] Request finished in 50.9695ms 200 application/json; charset=utf-8 -2016-07-01 18:41:16.459 +05:30 [Debug] Connection id ""0HKT1LGGDCM4R"" completed keep alive response. -2016-07-01 18:41:32.866 +05:30 [Debug] Connection id ""0HKT1LGGDCM4S"" started. -2016-07-01 18:41:32.869 +05:30 [Debug] Connection id ""0HKT1LGGDCM4T"" started. -2016-07-01 18:41:32.872 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=4 -2016-07-01 18:41:32.873 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-07-01 18:41:32.874 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-07-01 18:41:32.875 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=4 -2016-07-01 18:41:32.879 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-01 18:41:32.880 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/getProfilesAvailableToConnect?groupId=4&userId=1 -2016-07-01 18:41:32.880 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-01 18:41:32.881 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/getProfilesAvailableToConnect"'. -2016-07-01 18:41:32.883 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" -2016-07-01 18:41:32.984 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["4"]) - ModelState is Valid' -2016-07-01 18:41:32.989 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-01 18:41:33.011 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-01 18:41:33.011 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-01 18:41:33.014 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" with arguments (["4", "1"]) - ModelState is Valid' -2016-07-01 18:41:33.015 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-01 18:41:33.019 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-01 18:41:33.020 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-01 18:41:33.020 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-01 18:41:33.027 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["4"]) - ModelState is Valid' -2016-07-01 18:41:33.028 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-01 18:41:33.028 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-01 18:41:33.029 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-01 18:41:33.030 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-01 18:41:33.033 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 146.4372ms -2016-07-01 18:41:33.042 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" in 148.4932ms -2016-07-01 18:41:33.062 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-01 18:41:33.073 +05:30 [Information] Request finished in 200.4105ms 200 application/json; charset=utf-8 -2016-07-01 18:41:33.076 +05:30 [Debug] Connection id ""0HKT1LGGDCM4R"" completed keep alive response. -2016-07-01 18:41:33.077 +05:30 [Information] Request finished in 197.6673ms 200 application/json; charset=utf-8 -2016-07-01 18:41:33.081 +05:30 [Debug] Connection id ""0HKT1LGGDCM4T"" completed keep alive response. -2016-07-01 18:41:33.081 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 190.6439ms -2016-07-01 18:41:33.091 +05:30 [Information] Request finished in 220.0669ms 200 application/json; charset=utf-8 -2016-07-01 18:41:33.092 +05:30 [Debug] Connection id ""0HKT1LGGDCM4S"" completed keep alive response. -2016-07-01 18:42:42.365 +05:30 [Debug] Connection id ""0HKT1LGGDCM4S"" received FIN. -2016-07-01 18:42:42.366 +05:30 [Debug] Connection id ""0HKT1LGGDCM4S"" disconnecting. -2016-07-01 18:42:42.366 +05:30 [Debug] Connection id ""0HKT1LGGDCM4U"" started. -2016-07-01 18:42:42.367 +05:30 [Debug] Connection id ""0HKT1LGGDCM4T"" received FIN. -2016-07-01 18:42:42.367 +05:30 [Debug] Connection id ""0HKT1LGGDCM4S"" sending FIN. -2016-07-01 18:42:42.367 +05:30 [Debug] Connection id ""0HKT1LGGDCM4R"" received FIN. -2016-07-01 18:42:42.368 +05:30 [Debug] Connection id ""0HKT1LGGDCM4S"" sent FIN with status "0". -2016-07-01 18:42:42.368 +05:30 [Debug] Connection id ""0HKT1LGGDCM4R"" disconnecting. -2016-07-01 18:42:42.369 +05:30 [Debug] Connection id ""0HKT1LGGDCM4S"" stopped. -2016-07-01 18:42:42.369 +05:30 [Debug] Connection id ""0HKT1LGGDCM4R"" sending FIN. -2016-07-01 18:42:42.370 +05:30 [Debug] Connection id ""0HKT1LGGDCM4R"" sent FIN with status "0". -2016-07-01 18:42:42.368 +05:30 [Debug] Connection id ""0HKT1LGGDCM4T"" disconnecting. -2016-07-01 18:42:42.370 +05:30 [Debug] Connection id ""0HKT1LGGDCM4R"" stopped. -2016-07-01 18:42:42.373 +05:30 [Debug] Connection id ""0HKT1LGGDCM4T"" sending FIN. -2016-07-01 18:42:42.374 +05:30 [Debug] Connection id ""0HKT1LGGDCM4T"" sent FIN with status "0". -2016-07-01 18:42:42.375 +05:30 [Debug] Connection id ""0HKT1LGGDCM4T"" stopped. -2016-07-01 18:42:42.375 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-01 18:42:42.376 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-01 18:42:42.376 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-01 18:42:42.402 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-01 18:42:42.404 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-01 18:42:42.404 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-01 18:42:42.407 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-01 18:42:42.413 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 30.7401ms -2016-07-01 18:42:42.419 +05:30 [Information] Request finished in 47.7976ms 200 application/json; charset=utf-8 -2016-07-01 18:42:42.420 +05:30 [Debug] Connection id ""0HKT1LGGDCM4U"" completed keep alive response. -2016-07-01 18:42:42.427 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-01 18:42:42.428 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-01 18:42:42.429 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-01 18:42:42.477 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-01 18:42:42.478 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-01 18:42:42.478 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-01 18:42:42.480 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-01 18:42:42.488 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 52.1236ms -2016-07-01 18:42:42.493 +05:30 [Information] Request finished in 66.4996ms 200 application/json; charset=utf-8 -2016-07-01 18:42:42.493 +05:30 [Debug] Connection id ""0HKT1LGGDCM4U"" completed keep alive response. -2016-07-01 18:43:43.883 +05:30 [Debug] Connection id ""0HKT1LGGDCM4U"" received FIN. -2016-07-01 18:43:43.884 +05:30 [Debug] Connection id ""0HKT1LGGDCM4U"" disconnecting. -2016-07-01 18:43:43.884 +05:30 [Debug] Connection id ""0HKT1LGGDCM4V"" started. -2016-07-01 18:43:43.885 +05:30 [Debug] Connection id ""0HKT1LGGDCM4U"" sending FIN. -2016-07-01 18:43:43.885 +05:30 [Debug] Connection id ""0HKT1LGGDCM4U"" sent FIN with status "0". -2016-07-01 18:43:43.886 +05:30 [Debug] Connection id ""0HKT1LGGDCM4U"" stopped. -2016-07-01 18:43:43.887 +05:30 [Debug] Connection id ""0HKT1LGGDCM50"" started. -2016-07-01 18:43:43.895 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/getProfilesAvailableToConnect?groupId=4&userId=1 -2016-07-01 18:43:43.897 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/getProfilesAvailableToConnect"'. -2016-07-01 18:43:43.897 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" -2016-07-01 18:43:43.897 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=4 -2016-07-01 18:43:43.899 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-01 18:43:43.900 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-01 18:43:43.970 +05:30 [Debug] Connection id ""0HKT1LGGDCM51"" started. -2016-07-01 18:43:43.972 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=4 -2016-07-01 18:43:43.973 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-07-01 18:43:43.973 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-07-01 18:43:44.024 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" with arguments (["4", "1"]) - ModelState is Valid' -2016-07-01 18:43:44.028 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-01 18:43:44.028 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["4"]) - ModelState is Valid' -2016-07-01 18:43:44.028 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-01 18:43:44.029 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-01 18:43:44.031 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-01 18:43:44.031 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-01 18:43:44.032 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-01 18:43:44.054 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["4"]) - ModelState is Valid' -2016-07-01 18:43:44.056 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-01 18:43:44.057 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-01 18:43:44.057 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-01 18:43:44.058 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-01 18:43:44.065 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-01 18:43:44.070 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 134.2319ms -2016-07-01 18:43:44.093 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-01 18:43:44.103 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" in 168.4467ms -2016-07-01 18:43:44.106 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 121.8236ms -2016-07-01 18:43:44.111 +05:30 [Information] Request finished in 201.6797ms 200 application/json; charset=utf-8 -2016-07-01 18:43:44.112 +05:30 [Debug] Connection id ""0HKT1LGGDCM4V"" completed keep alive response. -2016-07-01 18:43:44.121 +05:30 [Information] Request finished in 228.6646ms 200 application/json; charset=utf-8 -2016-07-01 18:43:44.122 +05:30 [Debug] Connection id ""0HKT1LGGDCM50"" completed keep alive response. -2016-07-01 18:43:44.123 +05:30 [Information] Request finished in 150.5174ms 200 application/json; charset=utf-8 -2016-07-01 18:43:44.127 +05:30 [Debug] Connection id ""0HKT1LGGDCM51"" completed keep alive response. -2016-07-01 18:45:27.603 +05:30 [Debug] Connection id ""0HKT1LGGDCM4V"" received FIN. -2016-07-01 18:45:27.603 +05:30 [Debug] Connection id ""0HKT1LGGDCM50"" received FIN. -2016-07-01 18:45:27.604 +05:30 [Debug] Connection id ""0HKT1LGGDCM4V"" disconnecting. -2016-07-01 18:45:27.605 +05:30 [Debug] Connection id ""0HKT1LGGDCM4V"" sending FIN. -2016-07-01 18:45:27.604 +05:30 [Debug] Connection id ""0HKT1LGGDCM50"" disconnecting. -2016-07-01 18:45:27.605 +05:30 [Debug] Connection id ""0HKT1LGGDCM4V"" sent FIN with status "0". -2016-07-01 18:45:27.606 +05:30 [Debug] Connection id ""0HKT1LGGDCM4V"" stopped. -2016-07-01 18:45:27.605 +05:30 [Debug] Connection id ""0HKT1LGGDCM50"" sending FIN. -2016-07-01 18:45:27.606 +05:30 [Debug] Connection id ""0HKT1LGGDCM50"" sent FIN with status "0". -2016-07-01 18:45:27.607 +05:30 [Debug] Connection id ""0HKT1LGGDCM50"" stopped. -2016-07-01 18:45:27.607 +05:30 [Debug] Connection id ""0HKT1LGGDCM51"" received FIN. -2016-07-01 18:45:27.608 +05:30 [Debug] Connection id ""0HKT1LGGDCM51"" disconnecting. -2016-07-01 18:45:27.608 +05:30 [Debug] Connection id ""0HKT1LGGDCM51"" sending FIN. -2016-07-01 18:45:27.608 +05:30 [Debug] Connection id ""0HKT1LGGDCM51"" sent FIN with status "0". -2016-07-01 18:45:27.609 +05:30 [Debug] Connection id ""0HKT1LGGDCM51"" stopped. -2016-07-01 18:52:06.879 +05:30 [Debug] Connection id ""0HKT1LGGDCM52"" started. -2016-07-01 18:52:06.883 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-01 18:52:06.884 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-01 18:52:06.885 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-01 18:52:06.922 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-01 18:52:06.923 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-01 18:52:06.924 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-01 18:52:06.926 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-01 18:52:06.930 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 41.5393ms -2016-07-01 18:52:06.937 +05:30 [Information] Request finished in 55.0891ms 200 application/json; charset=utf-8 -2016-07-01 18:52:06.938 +05:30 [Debug] Connection id ""0HKT1LGGDCM52"" completed keep alive response. -2016-07-01 18:52:06.947 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-01 18:52:06.948 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-01 18:52:06.948 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-01 18:52:07.000 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-01 18:52:07.002 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-01 18:52:07.002 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-01 18:52:07.007 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-01 18:52:07.017 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 59.3706ms -2016-07-01 18:52:07.025 +05:30 [Information] Request finished in 79.3605ms 200 application/json; charset=utf-8 -2016-07-01 18:52:07.026 +05:30 [Debug] Connection id ""0HKT1LGGDCM52"" completed keep alive response. -2016-07-01 18:52:14.030 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-01 18:52:14.031 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-01 18:52:14.032 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-01 18:52:14.077 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-01 18:52:14.079 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-01 18:52:14.080 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-01 18:52:14.083 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-01 18:52:14.091 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 51.5392ms -2016-07-01 18:52:14.098 +05:30 [Information] Request finished in 67.2779ms 200 application/json; charset=utf-8 -2016-07-01 18:52:14.098 +05:30 [Debug] Connection id ""0HKT1LGGDCM52"" completed keep alive response. -2016-07-01 18:52:14.108 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-01 18:52:14.109 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-01 18:52:14.109 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-01 18:52:14.142 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-01 18:52:14.143 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-01 18:52:14.144 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-01 18:52:14.146 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-01 18:52:14.152 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 37.629ms -2016-07-01 18:52:14.159 +05:30 [Information] Request finished in 53.6636ms 200 application/json; charset=utf-8 -2016-07-01 18:52:14.161 +05:30 [Debug] Connection id ""0HKT1LGGDCM52"" completed keep alive response. -2016-07-01 18:52:25.176 +05:30 [Debug] Connection id ""0HKT1LGGDCM53"" started. -2016-07-01 18:52:25.176 +05:30 [Debug] Connection id ""0HKT1LGGDCM54"" started. -2016-07-01 18:52:25.179 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=4 -2016-07-01 18:52:25.180 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-01 18:52:25.181 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-01 18:52:25.183 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/getProfilesAvailableToConnect?groupId=4&userId=1 -2016-07-01 18:52:25.187 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/getProfilesAvailableToConnect"'. -2016-07-01 18:52:25.188 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" -2016-07-01 18:52:25.188 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=4 -2016-07-01 18:52:25.189 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-07-01 18:52:25.194 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-07-01 18:52:25.354 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["4"]) - ModelState is Valid' -2016-07-01 18:52:25.357 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-01 18:52:25.358 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-01 18:52:25.357 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["4"]) - ModelState is Valid' -2016-07-01 18:52:25.358 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-01 18:52:25.380 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-01 18:52:25.381 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-01 18:52:25.381 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-01 18:52:25.380 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" with arguments (["4", "1"]) - ModelState is Valid' -2016-07-01 18:52:25.385 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-01 18:52:25.389 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-01 18:52:25.389 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-01 18:52:25.390 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-01 18:52:25.391 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-01 18:52:25.399 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 208.9256ms -2016-07-01 18:52:25.403 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-01 18:52:25.406 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 197.8578ms -2016-07-01 18:52:25.413 +05:30 [Information] Request finished in 236.8638ms 200 application/json; charset=utf-8 -2016-07-01 18:52:25.413 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" in 219.6558ms -2016-07-01 18:52:25.416 +05:30 [Debug] Connection id ""0HKT1LGGDCM52"" completed keep alive response. -2016-07-01 18:52:25.427 +05:30 [Information] Request finished in 244.2135ms 200 application/json; charset=utf-8 -2016-07-01 18:52:25.429 +05:30 [Information] Request finished in 247.7281ms 200 application/json; charset=utf-8 -2016-07-01 18:52:25.429 +05:30 [Debug] Connection id ""0HKT1LGGDCM53"" completed keep alive response. -2016-07-01 18:52:25.430 +05:30 [Debug] Connection id ""0HKT1LGGDCM54"" completed keep alive response. -2016-07-01 18:52:28.086 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/GroupProfiles/AddProfileToGroup?profileId=1&groupId=1&userId=1&profileType=0 0 -2016-07-01 18:52:28.087 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/AddProfileToGroup"'. -2016-07-01 18:52:28.087 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.AddProfileToGroup (Api.Socioboard)" -2016-07-01 18:52:28.123 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.AddProfileToGroup (Api.Socioboard)" with arguments (["1", "1", "1", "Facebook"]) - ModelState is Valid' -2016-07-01 18:52:51.250 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.AddProfileToGroup (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.BadRequestObjectResult".' -2016-07-01 18:52:51.258 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-01 18:52:51.261 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-07-01 18:52:51.265 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-01 18:52:51.271 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.AddProfileToGroup (Api.Socioboard)" in 23181.4143ms -2016-07-01 18:52:51.277 +05:30 [Information] Request finished in 23191.8749ms 400 text/plain; charset=utf-8 -2016-07-01 18:52:51.281 +05:30 [Debug] Connection id ""0HKT1LGGDCM52"" completed keep alive response. -2016-07-01 18:53:39.651 +05:30 [Debug] Connection id ""0HKT1LGGDCM54"" received FIN. -2016-07-01 18:53:39.651 +05:30 [Debug] Connection id ""0HKT1LGGDCM53"" received FIN. -2016-07-01 18:53:39.652 +05:30 [Debug] Connection id ""0HKT1LGGDCM53"" disconnecting. -2016-07-01 18:53:39.652 +05:30 [Debug] Connection id ""0HKT1LGGDCM54"" disconnecting. -2016-07-01 18:53:39.653 +05:30 [Debug] Connection id ""0HKT1LGGDCM54"" sending FIN. -2016-07-01 18:53:39.653 +05:30 [Debug] Connection id ""0HKT1LGGDCM53"" sending FIN. -2016-07-01 18:53:39.654 +05:30 [Debug] Connection id ""0HKT1LGGDCM54"" sent FIN with status "0". -2016-07-01 18:53:39.654 +05:30 [Debug] Connection id ""0HKT1LGGDCM53"" sent FIN with status "0". -2016-07-01 18:53:39.655 +05:30 [Debug] Connection id ""0HKT1LGGDCM54"" stopped. -2016-07-01 18:53:39.657 +05:30 [Debug] Connection id ""0HKT1LGGDCM53"" stopped. -2016-07-01 18:53:39.658 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-01 18:53:39.659 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-01 18:53:39.660 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-01 18:53:39.675 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-01 18:53:39.676 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-01 18:53:39.677 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-01 18:53:39.680 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-01 18:53:39.684 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 20.283ms -2016-07-01 18:53:39.692 +05:30 [Information] Request finished in 36.1363ms 200 application/json; charset=utf-8 -2016-07-01 18:53:39.692 +05:30 [Debug] Connection id ""0HKT1LGGDCM52"" completed keep alive response. -2016-07-01 18:53:39.698 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-01 18:53:39.700 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-01 18:53:39.701 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-01 18:53:39.722 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-01 18:53:39.723 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-01 18:53:39.724 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-01 18:53:39.726 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-01 18:53:39.731 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 26.405ms -2016-07-01 18:53:39.737 +05:30 [Information] Request finished in 37.5903ms 200 application/json; charset=utf-8 -2016-07-01 18:53:39.738 +05:30 [Debug] Connection id ""0HKT1LGGDCM52"" completed keep alive response. -2016-07-01 18:53:47.810 +05:30 [Debug] Connection id ""0HKT1LGGDCM55"" started. -2016-07-01 18:53:47.812 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=4 -2016-07-01 18:53:47.813 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-01 18:53:47.814 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-01 18:53:47.817 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/getProfilesAvailableToConnect?groupId=4&userId=1 -2016-07-01 18:53:47.821 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/getProfilesAvailableToConnect"'. -2016-07-01 18:53:47.821 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" -2016-07-01 18:53:47.851 +05:30 [Debug] Connection id ""0HKT1LGGDCM56"" started. -2016-07-01 18:53:47.851 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["4"]) - ModelState is Valid' -2016-07-01 18:53:47.853 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-01 18:53:47.853 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-01 18:53:47.854 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-01 18:53:47.878 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=4 -2016-07-01 18:53:47.881 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-07-01 18:53:47.883 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-07-01 18:53:47.884 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-01 18:53:47.916 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" with arguments (["4", "1"]) - ModelState is Valid' -2016-07-01 18:53:47.920 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 71.26ms -2016-07-01 18:53:47.924 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-01 18:53:47.926 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-01 18:53:47.927 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-01 18:53:47.932 +05:30 [Information] Request finished in 122.9229ms 200 application/json; charset=utf-8 -2016-07-01 18:53:47.933 +05:30 [Debug] Connection id ""0HKT1LGGDCM52"" completed keep alive response. -2016-07-01 18:53:47.934 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-01 18:53:47.938 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["4"]) - ModelState is Valid' -2016-07-01 18:53:47.940 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-01 18:53:47.943 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-01 18:53:47.948 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-01 18:53:47.950 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" in 114.8891ms -2016-07-01 18:53:47.954 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-01 18:53:47.961 +05:30 [Information] Request finished in 142.865ms 200 application/json; charset=utf-8 -2016-07-01 18:53:47.976 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 72.9762ms -2016-07-01 18:53:47.977 +05:30 [Debug] Connection id ""0HKT1LGGDCM55"" completed keep alive response. -2016-07-01 18:53:47.991 +05:30 [Information] Request finished in 134.3761ms 200 application/json; charset=utf-8 -2016-07-01 18:53:47.991 +05:30 [Debug] Connection id ""0HKT1LGGDCM56"" completed keep alive response. -2016-07-01 18:53:49.329 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-01 18:53:49.330 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-01 18:53:49.330 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-01 18:53:49.344 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-01 18:53:49.345 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-01 18:53:49.346 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-01 18:53:49.348 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-01 18:53:49.355 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 18.3735ms -2016-07-01 18:53:49.361 +05:30 [Information] Request finished in 33.7227ms 200 application/json; charset=utf-8 -2016-07-01 18:53:49.361 +05:30 [Debug] Connection id ""0HKT1LGGDCM52"" completed keep alive response. -2016-07-01 18:53:49.367 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-01 18:53:49.368 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-01 18:53:49.369 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-01 18:53:49.389 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-01 18:53:49.390 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-01 18:53:49.391 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-01 18:53:49.393 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-01 18:53:49.398 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 20.7836ms -2016-07-01 18:53:49.405 +05:30 [Information] Request finished in 37.8691ms 200 application/json; charset=utf-8 -2016-07-01 18:53:49.406 +05:30 [Debug] Connection id ""0HKT1LGGDCM55"" completed keep alive response. -2016-07-01 18:53:53.952 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=4 -2016-07-01 18:53:53.953 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-07-01 18:53:53.954 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-07-01 18:53:53.968 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/getProfilesAvailableToConnect?groupId=4&userId=1 -2016-07-01 18:53:53.970 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/getProfilesAvailableToConnect"'. -2016-07-01 18:53:53.986 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" -2016-07-01 18:53:54.028 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=4 -2016-07-01 18:53:54.029 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-01 18:53:54.030 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-01 18:53:54.058 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["4"]) - ModelState is Valid' -2016-07-01 18:53:54.060 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-01 18:53:54.061 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-01 18:53:54.065 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" with arguments (["4", "1"]) - ModelState is Valid' -2016-07-01 18:53:54.065 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-01 18:53:54.078 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-01 18:53:54.085 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-01 18:53:54.082 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["4"]) - ModelState is Valid' -2016-07-01 18:53:54.085 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-01 18:53:54.085 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-01 18:53:54.098 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 137.0195ms -2016-07-01 18:53:54.101 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-01 18:53:54.086 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-01 18:53:54.110 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-01 18:53:54.111 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-01 18:53:54.112 +05:30 [Information] Request finished in 160.7059ms 200 application/json; charset=utf-8 -2016-07-01 18:53:54.116 +05:30 [Debug] Connection id ""0HKT1LGGDCM56"" completed keep alive response. -2016-07-01 18:53:54.117 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-01 18:53:54.132 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" in 121.1708ms -2016-07-01 18:53:54.170 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 90.7704ms -2016-07-01 18:53:54.174 +05:30 [Information] Request finished in 217.3751ms 200 application/json; charset=utf-8 -2016-07-01 18:53:54.177 +05:30 [Debug] Connection id ""0HKT1LGGDCM52"" completed keep alive response. -2016-07-01 18:53:54.198 +05:30 [Information] Request finished in 230.9613ms 200 application/json; charset=utf-8 -2016-07-01 18:53:54.206 +05:30 [Debug] Connection id ""0HKT1LGGDCM55"" completed keep alive response. -2016-07-01 18:53:56.519 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/GroupProfiles/AddProfileToGroup?profileId=1&groupId=4&userId=1&profileType=0 0 -2016-07-01 18:53:56.520 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/AddProfileToGroup"'. -2016-07-01 18:53:56.521 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.AddProfileToGroup (Api.Socioboard)" -2016-07-01 18:53:56.552 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.AddProfileToGroup (Api.Socioboard)" with arguments (["1", "4", "1", "Facebook"]) - ModelState is Valid' -2016-07-01 18:54:18.846 +05:30 [Fatal] An exception occurred during configuration of persistence layer. -2016-07-01 18:54:18.851 +05:30 [Error] at Api.Socioboard.Helper.SessionFactory.Init(IHostingEnvironment env) in D:\Suresh\BickBucket\src\Api.Socioboard\Helper\SessionFactory.cs:line 41 - at Api.Socioboard.Helper.SessionFactory.GetSessionFactory(IHostingEnvironment env) in D:\Suresh\BickBucket\src\Api.Socioboard\Helper\SessionFactory.cs:line 57 - at Api.Socioboard.Helper.SessionFactory.GetNewSession(IHostingEnvironment env) in D:\Suresh\BickBucket\src\Api.Socioboard\Helper\SessionFactory.cs:line 69 - at Api.Socioboard.Model.DatabaseRepository.Find[T](Expression`1 query) in D:\Suresh\BickBucket\src\Api.Socioboard\Model\DatabaseRepository.cs:line 28 -2016-07-01 18:54:18.854 +05:30 [Error] Could not find a part of the path 'D:\bitbucket\Updated\src\Api.Socioboard\hibernate.cfg.xml'. -2016-07-01 18:55:19.693 +05:30 [Fatal] An exception occurred during configuration of persistence layer. -2016-07-01 18:55:19.697 +05:30 [Error] at Api.Socioboard.Helper.SessionFactory.Init(IHostingEnvironment env) in D:\Suresh\BickBucket\src\Api.Socioboard\Helper\SessionFactory.cs:line 41 - at Api.Socioboard.Helper.SessionFactory.GetSessionFactory(IHostingEnvironment env) in D:\Suresh\BickBucket\src\Api.Socioboard\Helper\SessionFactory.cs:line 57 - at Api.Socioboard.Helper.SessionFactory.GetNewSession(IHostingEnvironment env) in D:\Suresh\BickBucket\src\Api.Socioboard\Helper\SessionFactory.cs:line 69 - at Api.Socioboard.Model.DatabaseRepository.Find[T](Expression`1 query) in D:\Suresh\BickBucket\src\Api.Socioboard\Model\DatabaseRepository.cs:line 28 -2016-07-01 18:55:19.700 +05:30 [Error] Could not find a part of the path 'D:\bitbucket\Updated\src\Api.Socioboard\hibernate.cfg.xml'. -2016-07-01 18:56:35.379 +05:30 [Debug] Connection id ""0HKT1LGGDCM56"" received FIN. -2016-07-01 18:56:35.379 +05:30 [Debug] Connection id ""0HKT1LGGDCM52"" received FIN. -2016-07-01 18:56:35.379 +05:30 [Debug] Connection id ""0HKT1LGGDCM55"" received FIN. -2016-07-01 18:56:35.442 +05:30 [Debug] Connection id ""0HKT1LGGDCM52"" disconnecting. -2016-07-01 18:56:35.443 +05:30 [Debug] Connection id ""0HKT1LGGDCM52"" sending FIN. -2016-07-01 18:56:35.443 +05:30 [Debug] Connection id ""0HKT1LGGDCM55"" disconnecting. -2016-07-01 18:56:35.444 +05:30 [Debug] Connection id ""0HKT1LGGDCM55"" sending FIN. -2016-07-01 18:56:35.445 +05:30 [Debug] Connection id ""0HKT1LGGDCM55"" sent FIN with status "0". -2016-07-01 18:56:35.446 +05:30 [Debug] Connection id ""0HKT1LGGDCM55"" stopped. -2016-07-01 18:56:35.444 +05:30 [Debug] Connection id ""0HKT1LGGDCM52"" sent FIN with status "0". -2016-07-01 18:56:37.801 +05:30 [Debug] Connection id ""0HKT1LGGDCM52"" stopped. -2016-07-01 18:57:15.075 +05:30 [Fatal] An exception occurred during configuration of persistence layer. -2016-07-01 18:57:15.094 +05:30 [Error] at Api.Socioboard.Helper.SessionFactory.Init(IHostingEnvironment env) in D:\Suresh\BickBucket\src\Api.Socioboard\Helper\SessionFactory.cs:line 41 - at Api.Socioboard.Helper.SessionFactory.GetSessionFactory(IHostingEnvironment env) in D:\Suresh\BickBucket\src\Api.Socioboard\Helper\SessionFactory.cs:line 57 - at Api.Socioboard.Helper.SessionFactory.GetNewSession(IHostingEnvironment env) in D:\Suresh\BickBucket\src\Api.Socioboard\Helper\SessionFactory.cs:line 69 - at Api.Socioboard.Model.DatabaseRepository.Find[T](Expression`1 query) in D:\Suresh\BickBucket\src\Api.Socioboard\Model\DatabaseRepository.cs:line 28 -2016-07-01 18:57:15.097 +05:30 [Error] Could not find a part of the path 'D:\bitbucket\Updated\src\Api.Socioboard\hibernate.cfg.xml'. -2016-07-01 19:03:32.853 +05:30 [Debug] Hosting starting -2016-07-01 19:03:33.417 +05:30 [Debug] Hosting started -2016-07-01 19:03:33.557 +05:30 [Debug] Connection id ""0HKT1MH64ED4B"" started. -2016-07-01 19:03:33.557 +05:30 [Debug] Connection id ""0HKT1MH64ED4A"" started. -2016-07-01 19:03:33.867 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:6361/ 0 -2016-07-01 19:03:33.867 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-07-01 19:03:35.685 +05:30 [Debug] Request did not match any routes. -2016-07-01 19:03:35.706 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-07-01 19:03:35.914 +05:30 [Information] Request finished in 2084.5076ms 404 -2016-07-01 19:03:35.995 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"e667a4ff-b585-463c-9b63-b624567e11a0"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-07-01 19:03:36.048 +05:30 [Debug] Connection id ""0HKT1MH64ED4A"" completed keep alive response. -2016-07-01 19:03:36.142 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-07-01 19:03:36.708 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid' -2016-07-01 19:03:36.728 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult".' -2016-07-01 19:03:36.832 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-01 19:03:36.844 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-01 19:03:36.848 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-01 19:03:37.521 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 1357.9662ms -2016-07-01 19:03:37.531 +05:30 [Information] Request finished in 3740.3385ms 200 application/json; charset=utf-8 -2016-07-01 19:03:37.537 +05:30 [Debug] Connection id ""0HKT1MH64ED4B"" completed keep alive response. -2016-07-01 19:03:38.223 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/favicon.ico -2016-07-01 19:03:38.224 +05:30 [Debug] Request did not match any routes. -2016-07-01 19:03:38.229 +05:30 [Information] Request finished in 6.1003ms 404 -2016-07-01 19:03:38.230 +05:30 [Debug] Connection id ""0HKT1MH64ED4A"" completed keep alive response. -2016-07-01 19:04:08.783 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/User/FacebookLogin application/x-www-form-urlencoded 175 -2016-07-01 19:04:08.784 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/FacebookLogin"'. -2016-07-01 19:04:08.785 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" -2016-07-01 19:04:09.790 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" with arguments (["EAAKYvwDVmnUBACso7ZC7uzEx1rempaUJ06ydAJSzlDJhBlj8OmjJUO7BXvQZCQMZCoB7ZBc5nchzXda1qqJPqndBzHJxJGceU9196xMznXWZCO2F8l9HmEO1D9vbaT1wQ5jfAGMNm2zGecldTvSS9mAXT3qGh0VoZD"]) - ModelState is Valid' -2016-07-01 19:04:11.159 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-01 19:04:11.165 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-01 19:04:11.167 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-01 19:04:11.225 +05:30 [Information] Executed action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" in 2437.3211ms -2016-07-01 19:04:11.229 +05:30 [Information] Request finished in 2448.6061ms 200 application/json; charset=utf-8 -2016-07-01 19:04:11.230 +05:30 [Debug] Connection id ""0HKT1MH64ED4B"" completed keep alive response. -2016-07-01 19:04:11.813 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-01 19:04:11.814 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-01 19:04:11.814 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-01 19:04:11.862 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-01 19:04:11.894 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-01 19:04:11.895 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-01 19:04:11.896 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-01 19:04:11.903 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 85.3685ms -2016-07-01 19:04:11.907 +05:30 [Information] Request finished in 93.1635ms 200 application/json; charset=utf-8 -2016-07-01 19:04:11.908 +05:30 [Debug] Connection id ""0HKT1MH64ED4A"" completed keep alive response. -2016-07-01 19:04:11.991 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-01 19:04:11.992 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-01 19:04:11.992 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-01 19:04:12.008 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-01 19:04:12.027 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-01 19:04:12.028 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-01 19:04:12.029 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-01 19:04:12.037 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 44.356ms -2016-07-01 19:04:12.043 +05:30 [Information] Request finished in 51.1241ms 200 application/json; charset=utf-8 -2016-07-01 19:04:12.043 +05:30 [Debug] Connection id ""0HKT1MH64ED4B"" completed keep alive response. -2016-07-01 19:04:15.244 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=1 -2016-07-01 19:04:15.244 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-07-01 19:04:15.247 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-07-01 19:04:15.275 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-01 19:04:16.688 +05:30 [Fatal] An exception occurred during configuration of persistence layer. -2016-07-01 19:04:16.720 +05:30 [Error] at Api.Socioboard.Helper.SessionFactory.Init(IHostingEnvironment env) in D:\Suresh\BickBucket\src\Api.Socioboard\Helper\SessionFactory.cs:line 41 - at Api.Socioboard.Helper.SessionFactory.GetSessionFactory(IHostingEnvironment env) in D:\Suresh\BickBucket\src\Api.Socioboard\Helper\SessionFactory.cs:line 57 - at Api.Socioboard.Helper.SessionFactory.GetNewSession(IHostingEnvironment env) in D:\Suresh\BickBucket\src\Api.Socioboard\Helper\SessionFactory.cs:line 69 - at Api.Socioboard.Model.DatabaseRepository.Find[T](Expression`1 query) in D:\Suresh\BickBucket\src\Api.Socioboard\Model\DatabaseRepository.cs:line 28 -2016-07-01 19:04:16.722 +05:30 [Error] Could not find file 'D:\Suresh\BickBucket\src\Api.Socioboard\wwwroot\hibernate.cfg.xml'. -2016-07-01 19:04:16.805 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-01 19:04:16.805 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-01 19:04:16.806 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-01 19:04:16.807 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-01 19:04:16.824 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 1576.435ms -2016-07-01 19:04:16.828 +05:30 [Information] Request finished in 1584.4118ms 200 application/json; charset=utf-8 -2016-07-01 19:04:16.829 +05:30 [Debug] Connection id ""0HKT1MH64ED4A"" completed keep alive response. -2016-07-01 19:04:16.855 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=1 -2016-07-01 19:04:16.856 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-07-01 19:04:16.866 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-07-01 19:04:16.901 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-01 19:04:16.936 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-01 19:04:16.937 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-01 19:04:16.938 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-01 19:04:16.942 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-01 19:04:16.967 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 97.7802ms -2016-07-01 19:04:16.972 +05:30 [Information] Request finished in 115.3811ms 200 application/json; charset=utf-8 -2016-07-01 19:04:16.973 +05:30 [Debug] Connection id ""0HKT1MH64ED4B"" completed keep alive response. -2016-07-01 19:05:23.513 +05:30 [Debug] Connection id ""0HKT1MH64ED4A"" received FIN. -2016-07-01 19:05:23.513 +05:30 [Debug] Connection id ""0HKT1MH64ED4B"" received FIN. -2016-07-01 19:05:23.515 +05:30 [Debug] Connection id ""0HKT1MH64ED4A"" disconnecting. -2016-07-01 19:05:23.515 +05:30 [Debug] Connection id ""0HKT1MH64ED4B"" disconnecting. -2016-07-01 19:05:23.516 +05:30 [Debug] Connection id ""0HKT1MH64ED4A"" sending FIN. -2016-07-01 19:05:23.516 +05:30 [Debug] Connection id ""0HKT1MH64ED4B"" sending FIN. -2016-07-01 19:05:23.526 +05:30 [Debug] Connection id ""0HKT1MH64ED4A"" sent FIN with status "0". -2016-07-01 19:05:23.526 +05:30 [Debug] Connection id ""0HKT1MH64ED4B"" sent FIN with status "0". -2016-07-01 19:05:23.530 +05:30 [Debug] Connection id ""0HKT1MH64ED4A"" stopped. -2016-07-01 19:05:23.531 +05:30 [Debug] Connection id ""0HKT1MH64ED4B"" stopped. -2016-07-01 19:06:31.956 +05:30 [Debug] Connection id ""0HKT1MH64ED4C"" started. -2016-07-01 19:06:31.956 +05:30 [Debug] Connection id ""0HKT1MH64ED4D"" started. -2016-07-01 19:06:31.960 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=4 -2016-07-01 19:06:31.961 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-01 19:06:31.965 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/getProfilesAvailableToConnect?groupId=4&userId=1 -2016-07-01 19:06:31.966 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/getProfilesAvailableToConnect"'. -2016-07-01 19:06:31.966 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" -2016-07-01 19:06:31.967 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-01 19:06:32.005 +05:30 [Debug] Connection id ""0HKT1MH64ED4E"" started. -2016-07-01 19:06:32.018 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=4 -2016-07-01 19:06:32.019 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-07-01 19:06:32.024 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-07-01 19:06:32.069 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["4"]) - ModelState is Valid' -2016-07-01 19:06:32.074 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-01 19:06:32.074 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-01 19:06:32.075 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-01 19:06:32.078 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-01 19:06:32.089 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 113.8126ms -2016-07-01 19:06:32.090 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" with arguments (["4", "1"]) - ModelState is Valid' -2016-07-01 19:06:32.096 +05:30 [Information] Request finished in 135.7526ms 200 application/json; charset=utf-8 -2016-07-01 19:06:32.097 +05:30 [Debug] Connection id ""0HKT1MH64ED4C"" completed keep alive response. -2016-07-01 19:06:32.112 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-01 19:06:32.113 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-01 19:06:32.113 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-01 19:06:32.115 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-01 19:06:32.117 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["4"]) - ModelState is Valid' -2016-07-01 19:06:32.129 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" in 152.7588ms -2016-07-01 19:06:32.133 +05:30 [Information] Request finished in 168.1154ms 200 application/json; charset=utf-8 -2016-07-01 19:06:32.138 +05:30 [Debug] Connection id ""0HKT1MH64ED4D"" completed keep alive response. -2016-07-01 19:06:32.160 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-01 19:06:32.161 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-01 19:06:32.161 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-01 19:06:32.163 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-01 19:06:32.191 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 159.4584ms -2016-07-01 19:06:32.198 +05:30 [Information] Request finished in 181.9053ms 200 application/json; charset=utf-8 -2016-07-01 19:06:32.199 +05:30 [Debug] Connection id ""0HKT1MH64ED4E"" completed keep alive response. -2016-07-01 19:06:36.803 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/GroupProfiles/AddProfileToGroup?profileId=1&groupId=4&userId=1&profileType=0 0 -2016-07-01 19:06:36.804 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/AddProfileToGroup"'. -2016-07-01 19:06:36.804 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.AddProfileToGroup (Api.Socioboard)" -2016-07-01 19:06:36.831 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.AddProfileToGroup (Api.Socioboard)" with arguments (["1", "4", "1", "Facebook"]) - ModelState is Valid' -2016-07-01 19:06:36.955 +05:30 [Fatal] An exception occurred during configuration of persistence layer. -2016-07-01 19:06:36.957 +05:30 [Error] at Api.Socioboard.Helper.SessionFactory.Init(IHostingEnvironment env) in D:\Suresh\BickBucket\src\Api.Socioboard\Helper\SessionFactory.cs:line 41 - at Api.Socioboard.Helper.SessionFactory.GetSessionFactory(IHostingEnvironment env) in D:\Suresh\BickBucket\src\Api.Socioboard\Helper\SessionFactory.cs:line 57 - at Api.Socioboard.Helper.SessionFactory.GetNewSession(IHostingEnvironment env) in D:\Suresh\BickBucket\src\Api.Socioboard\Helper\SessionFactory.cs:line 69 - at Api.Socioboard.Model.DatabaseRepository.Find[T](Expression`1 query) in D:\Suresh\BickBucket\src\Api.Socioboard\Model\DatabaseRepository.cs:line 28 -2016-07-01 19:06:36.959 +05:30 [Error] Could not find file 'D:\Suresh\BickBucket\src\Api.Socioboard\wwwroot\hibernate.cfg.xml'. -2016-07-01 19:06:58.715 +05:30 [Error] Connection id ""0HKT1MH64ED4C"": An unhandled exception was thrown by the application. -System.ArgumentNullException: Value cannot be null. -Parameter name: source - at System.Linq.Enumerable.FirstOrDefault[TSource](IEnumerable`1 source) - at Api.Socioboard.Controllers.GroupProfilesController.AddProfileToGroup(String profileId, Int64 groupId, Int64 userId, SocialProfileType profileType) in D:\Suresh\BickBucket\src\Api.Socioboard\Controllers\GroupProfilesController.cs:line 71 - at lambda_method(Closure , Object , Object[] ) - at Microsoft.AspNetCore.Mvc.Internal.ObjectMethodExecutor.ExecuteAsync(Object target, Object[] parameters) - at Microsoft.AspNetCore.Mvc.Internal.ControllerActionExecutor.ExecuteAsync(ObjectMethodExecutor actionMethodExecutor, Object instance, Object[] orderedActionArguments) - at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.d__6.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult() - at Microsoft.AspNetCore.Mvc.Internal.FilterActionInvoker.d__41.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() - at Microsoft.AspNetCore.Mvc.Internal.FilterActionInvoker.d__32.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.AspNetCore.Mvc.Internal.MvcRouteHandler.d__8.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.AspNetCore.Builder.RouterMiddleware.d__4.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.ApplicationInsights.AspNetCore.ExceptionTrackingMiddleware.d__4.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.ApplicationInsights.AspNetCore.RequestTrackingMiddleware.d__4.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.AspNetCore.Server.IISIntegration.IISMiddleware.d__8.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.AspNetCore.Hosting.Internal.RequestServicesContainerMiddleware.d__3.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.ConfiguredTaskAwaitable.ConfiguredTaskAwaiter.GetResult() - at Microsoft.AspNetCore.Server.Kestrel.Http.Frame`1.d__2.MoveNext() -2016-07-01 19:06:58.720 +05:30 [Information] Request finished in 21918.0028ms 200 -2016-07-01 19:06:58.745 +05:30 [Debug] Connection id ""0HKT1MH64ED4C"" completed keep alive response. -2016-07-01 19:08:55.087 +05:30 [Debug] Connection id ""0HKT1MH64ED4C"" received FIN. -2016-07-01 19:08:55.087 +05:30 [Debug] Connection id ""0HKT1MH64ED4C"" disconnecting. -2016-07-01 19:08:55.087 +05:30 [Debug] Connection id ""0HKT1MH64ED4D"" received FIN. -2016-07-01 19:08:55.088 +05:30 [Debug] Connection id ""0HKT1MH64ED4C"" sending FIN. -2016-07-01 19:08:55.088 +05:30 [Debug] Connection id ""0HKT1MH64ED4E"" received FIN. -2016-07-01 19:08:55.088 +05:30 [Debug] Connection id ""0HKT1MH64ED4C"" sent FIN with status "0". -2016-07-01 19:08:55.089 +05:30 [Debug] Connection id ""0HKT1MH64ED4E"" disconnecting. -2016-07-01 19:08:55.089 +05:30 [Debug] Connection id ""0HKT1MH64ED4D"" disconnecting. -2016-07-01 19:08:55.089 +05:30 [Debug] Connection id ""0HKT1MH64ED4C"" stopped. -2016-07-01 19:08:55.089 +05:30 [Debug] Connection id ""0HKT1MH64ED4E"" sending FIN. -2016-07-01 19:08:55.090 +05:30 [Debug] Connection id ""0HKT1MH64ED4F"" started. -2016-07-01 19:08:55.090 +05:30 [Debug] Connection id ""0HKT1MH64ED4D"" sending FIN. -2016-07-01 19:08:55.091 +05:30 [Debug] Connection id ""0HKT1MH64ED4D"" sent FIN with status "0". -2016-07-01 19:08:55.091 +05:30 [Debug] Connection id ""0HKT1MH64ED4D"" stopped. -2016-07-01 19:08:55.092 +05:30 [Debug] Connection id ""0HKT1MH64ED4E"" sent FIN with status "0". -2016-07-01 19:08:55.092 +05:30 [Debug] Connection id ""0HKT1MH64ED4E"" stopped. -2016-07-01 19:08:55.094 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/GroupProfiles/AddProfileToGroup?profileId=1&groupId=4&userId=1&profileType=0 0 -2016-07-01 19:08:55.095 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/AddProfileToGroup"'. -2016-07-01 19:08:55.096 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.AddProfileToGroup (Api.Socioboard)" -2016-07-01 19:08:55.163 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.AddProfileToGroup (Api.Socioboard)" with arguments (["1", "4", "1", "Facebook"]) - ModelState is Valid' -2016-07-01 19:10:05.745 +05:30 [Debug] Hosting starting -2016-07-01 19:10:06.089 +05:30 [Debug] Hosting started -2016-07-01 19:10:06.139 +05:30 [Debug] Connection id ""0HKT1MKR4BSV8"" started. -2016-07-01 19:10:06.141 +05:30 [Debug] Connection id ""0HKT1MKR4BSV9"" started. -2016-07-01 19:10:06.410 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-07-01 19:10:06.411 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:6361/ 0 -2016-07-01 19:10:07.532 +05:30 [Debug] Request did not match any routes. -2016-07-01 19:10:07.556 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-07-01 19:10:07.764 +05:30 [Information] Request finished in 1416.7102ms 404 -2016-07-01 19:10:07.817 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"80cbf7e1-8312-4527-afb1-bd15c0feb7ad"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-07-01 19:10:07.883 +05:30 [Debug] Connection id ""0HKT1MKR4BSV8"" completed keep alive response. -2016-07-01 19:10:07.951 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-07-01 19:10:08.419 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid' -2016-07-01 19:10:08.431 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult".' -2016-07-01 19:10:08.524 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-01 19:10:08.535 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-01 19:10:08.558 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-01 19:10:09.150 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 1183.7937ms -2016-07-01 19:10:09.161 +05:30 [Information] Request finished in 2833.6919ms 200 application/json; charset=utf-8 -2016-07-01 19:10:09.165 +05:30 [Debug] Connection id ""0HKT1MKR4BSV9"" completed keep alive response. -2016-07-01 19:10:33.929 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/User/FacebookLogin application/x-www-form-urlencoded 176 -2016-07-01 19:10:33.931 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/FacebookLogin"'. -2016-07-01 19:10:33.932 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" -2016-07-01 19:10:34.724 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" with arguments (["EAAKYvwDVmnUBAKo41oVx1mD8WAA1uRJO3e81RgbxmJdqRZAcJDWIu63u7ApljTJkVUGZCH1e25AaVNNBGZBFpqnHzt3771dc2miiiExswXlLooYy8J4ol0fdEzSqXDvZB9VHc9RURjt5eZCS7nXqZB017cFwFaQ44ZD"]) - ModelState is Valid' -2016-07-01 19:10:35.899 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-01 19:10:35.912 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-01 19:10:35.913 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-01 19:10:35.986 +05:30 [Information] Executed action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" in 2052.0586ms -2016-07-01 19:10:35.994 +05:30 [Information] Request finished in 2067.2277ms 200 application/json; charset=utf-8 -2016-07-01 19:10:35.995 +05:30 [Debug] Connection id ""0HKT1MKR4BSV8"" completed keep alive response. -2016-07-01 19:10:36.585 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-01 19:10:36.586 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-01 19:10:36.592 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-01 19:10:36.654 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-01 19:10:36.685 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-01 19:10:36.686 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-01 19:10:36.687 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-01 19:10:36.693 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 99.3956ms -2016-07-01 19:10:36.697 +05:30 [Information] Request finished in 112ms 200 application/json; charset=utf-8 -2016-07-01 19:10:36.698 +05:30 [Debug] Connection id ""0HKT1MKR4BSV9"" completed keep alive response. -2016-07-01 19:10:36.805 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-01 19:10:36.806 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-01 19:10:36.807 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-01 19:10:36.828 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-01 19:10:36.850 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-01 19:10:36.851 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-01 19:10:36.853 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-01 19:10:36.870 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 59.1898ms -2016-07-01 19:10:36.883 +05:30 [Information] Request finished in 78.9255ms 200 application/json; charset=utf-8 -2016-07-01 19:10:36.884 +05:30 [Debug] Connection id ""0HKT1MKR4BSV8"" completed keep alive response. -2016-07-01 19:10:39.982 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=1 -2016-07-01 19:10:39.983 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-07-01 19:10:39.984 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-07-01 19:10:40.041 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-01 19:10:40.720 +05:30 [Fatal] An exception occurred during configuration of persistence layer. -2016-07-01 19:10:40.737 +05:30 [Error] at Api.Socioboard.Helper.SessionFactory.Init(IHostingEnvironment env) in D:\Suresh\BickBucket\src\Api.Socioboard\Helper\SessionFactory.cs:line 41 - at Api.Socioboard.Helper.SessionFactory.GetSessionFactory(IHostingEnvironment env) in D:\Suresh\BickBucket\src\Api.Socioboard\Helper\SessionFactory.cs:line 57 - at Api.Socioboard.Helper.SessionFactory.GetNewSession(IHostingEnvironment env) in D:\Suresh\BickBucket\src\Api.Socioboard\Helper\SessionFactory.cs:line 69 - at Api.Socioboard.Model.DatabaseRepository.Find[T](Expression`1 query) in D:\Suresh\BickBucket\src\Api.Socioboard\Model\DatabaseRepository.cs:line 28 -2016-07-01 19:10:40.744 +05:30 [Error] Could not find file 'D:\Suresh\BickBucket\src\Api.Socioboard\wwwroot\hibernate.cfg.xml'. -2016-07-01 19:10:40.834 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-01 19:10:40.835 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-01 19:10:40.835 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-01 19:10:40.836 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-01 19:10:40.860 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 872.3747ms -2016-07-01 19:10:40.871 +05:30 [Information] Request finished in 887.1298ms 200 application/json; charset=utf-8 -2016-07-01 19:10:40.878 +05:30 [Debug] Connection id ""0HKT1MKR4BSV9"" completed keep alive response. -2016-07-01 19:10:40.924 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=1 -2016-07-01 19:10:40.924 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-07-01 19:10:40.925 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-07-01 19:10:40.990 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-01 19:10:41.029 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-01 19:10:41.032 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-01 19:10:41.033 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-01 19:10:41.046 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-01 19:10:41.090 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 153.5336ms -2016-07-01 19:10:41.132 +05:30 [Information] Request finished in 217.2491ms 200 application/json; charset=utf-8 -2016-07-01 19:10:41.133 +05:30 [Debug] Connection id ""0HKT1MKR4BSV8"" completed keep alive response. -2016-07-01 19:11:56.091 +05:30 [Debug] Connection id ""0HKT1MKR4BSV9"" received FIN. -2016-07-01 19:11:56.092 +05:30 [Debug] Connection id ""0HKT1MKR4BSV8"" received FIN. -2016-07-01 19:11:56.093 +05:30 [Debug] Connection id ""0HKT1MKR4BSV9"" disconnecting. -2016-07-01 19:11:56.094 +05:30 [Debug] Connection id ""0HKT1MKR4BSV8"" disconnecting. -2016-07-01 19:11:56.095 +05:30 [Debug] Connection id ""0HKT1MKR4BSV9"" sending FIN. -2016-07-01 19:11:56.095 +05:30 [Debug] Connection id ""0HKT1MKR4BSV8"" sending FIN. -2016-07-01 19:11:56.108 +05:30 [Debug] Connection id ""0HKT1MKR4BSV8"" sent FIN with status "0". -2016-07-01 19:11:56.108 +05:30 [Debug] Connection id ""0HKT1MKR4BSV9"" sent FIN with status "0". -2016-07-01 19:11:56.112 +05:30 [Debug] Connection id ""0HKT1MKR4BSV8"" stopped. -2016-07-01 19:11:56.112 +05:30 [Debug] Connection id ""0HKT1MKR4BSV9"" stopped. -2016-07-01 19:16:11.869 +05:30 [Debug] Connection id ""0HKT1MKR4BSVA"" started. -2016-07-01 19:16:11.871 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-01 19:16:11.873 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-01 19:16:11.875 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-01 19:16:11.887 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-01 19:16:11.888 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-01 19:16:11.889 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-01 19:16:11.890 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-01 19:16:11.892 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 14.9284ms -2016-07-01 19:16:11.898 +05:30 [Information] Request finished in 27.2865ms 200 application/json; charset=utf-8 -2016-07-01 19:16:11.899 +05:30 [Debug] Connection id ""0HKT1MKR4BSVA"" completed keep alive response. -2016-07-01 19:16:11.909 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-01 19:16:11.909 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-01 19:16:11.910 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-01 19:16:11.924 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-01 19:16:11.925 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-01 19:16:11.926 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-01 19:16:11.928 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-01 19:16:11.936 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 19.8143ms -2016-07-01 19:16:11.941 +05:30 [Information] Request finished in 31.5726ms 200 application/json; charset=utf-8 -2016-07-01 19:16:11.942 +05:30 [Debug] Connection id ""0HKT1MKR4BSVA"" completed keep alive response. -2016-07-01 19:16:14.753 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=1 -2016-07-01 19:16:14.754 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-07-01 19:16:14.754 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-07-01 19:16:14.794 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-01 19:16:15.176 +05:30 [Fatal] An exception occurred during configuration of persistence layer. -2016-07-01 19:16:15.222 +05:30 [Error] at Api.Socioboard.Helper.SessionFactory.Init(IHostingEnvironment env) in D:\Suresh\BickBucket\src\Api.Socioboard\Helper\SessionFactory.cs:line 41 - at Api.Socioboard.Helper.SessionFactory.GetSessionFactory(IHostingEnvironment env) in D:\Suresh\BickBucket\src\Api.Socioboard\Helper\SessionFactory.cs:line 57 - at Api.Socioboard.Helper.SessionFactory.GetNewSession(IHostingEnvironment env) in D:\Suresh\BickBucket\src\Api.Socioboard\Helper\SessionFactory.cs:line 69 - at Api.Socioboard.Model.DatabaseRepository.Find[T](Expression`1 query) in D:\Suresh\BickBucket\src\Api.Socioboard\Model\DatabaseRepository.cs:line 28 -2016-07-01 19:16:15.229 +05:30 [Error] Could not find file 'D:\Suresh\BickBucket\src\Api.Socioboard\wwwroot\hibernate.cfg.xml'. -2016-07-01 19:16:15.358 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-01 19:16:15.358 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-01 19:16:15.359 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-01 19:16:15.364 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-01 19:16:15.383 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 608.9056ms -2016-07-01 19:16:15.443 +05:30 [Information] Request finished in 689.3279ms 200 application/json; charset=utf-8 -2016-07-01 19:16:15.443 +05:30 [Debug] Connection id ""0HKT1MKR4BSVA"" completed keep alive response. -2016-07-01 19:16:15.494 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=1 -2016-07-01 19:16:15.495 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-07-01 19:16:15.495 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-07-01 19:16:15.546 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-01 19:16:15.548 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-01 19:16:15.548 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-01 19:16:15.549 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-01 19:16:15.551 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-01 19:16:15.558 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 58.5421ms -2016-07-01 19:16:15.575 +05:30 [Information] Request finished in 84.3935ms 200 application/json; charset=utf-8 -2016-07-01 19:16:15.576 +05:30 [Debug] Connection id ""0HKT1MKR4BSVA"" completed keep alive response. -2016-07-01 19:17:26.089 +05:30 [Debug] Connection id ""0HKT1MKR4BSVA"" received FIN. -2016-07-01 19:17:26.089 +05:30 [Debug] Connection id ""0HKT1MKR4BSVA"" disconnecting. -2016-07-01 19:17:26.090 +05:30 [Debug] Connection id ""0HKT1MKR4BSVA"" sending FIN. -2016-07-01 19:17:26.090 +05:30 [Debug] Connection id ""0HKT1MKR4BSVA"" sent FIN with status "0". -2016-07-01 19:17:26.091 +05:30 [Debug] Connection id ""0HKT1MKR4BSVA"" stopped. -2016-07-01 19:18:27.344 +05:30 [Debug] Connection id ""0HKT1MKR4BSVB"" started. -2016-07-01 19:18:27.349 +05:30 [Debug] Connection id ""0HKT1MKR4BSVC"" started. -2016-07-01 19:18:27.356 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=4 -2016-07-01 19:18:27.357 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-01 19:18:27.358 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-01 19:18:27.359 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/getProfilesAvailableToConnect?groupId=4&userId=1 -2016-07-01 19:18:27.364 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/getProfilesAvailableToConnect"'. -2016-07-01 19:18:27.364 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" -2016-07-01 19:18:27.373 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["4"]) - ModelState is Valid' -2016-07-01 19:18:27.377 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-01 19:18:27.380 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-01 19:18:27.380 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-01 19:18:27.382 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-01 19:18:27.413 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 26.2134ms -2016-07-01 19:18:27.424 +05:30 [Information] Request finished in 72.1905ms 200 application/json; charset=utf-8 -2016-07-01 19:18:27.429 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" with arguments (["4", "1"]) - ModelState is Valid' -2016-07-01 19:18:27.430 +05:30 [Debug] Connection id ""0HKT1MKR4BSVB"" completed keep alive response. -2016-07-01 19:18:27.438 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-01 19:18:27.438 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-01 19:18:27.439 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-01 19:18:27.440 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-01 19:18:27.475 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" in 96.344ms -2016-07-01 19:18:27.484 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=4 -2016-07-01 19:18:27.485 +05:30 [Information] Request finished in 126.8144ms 200 application/json; charset=utf-8 -2016-07-01 19:18:27.485 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-07-01 19:18:27.486 +05:30 [Debug] Connection id ""0HKT1MKR4BSVC"" completed keep alive response. -2016-07-01 19:18:27.486 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-07-01 19:18:27.547 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["4"]) - ModelState is Valid' -2016-07-01 19:18:27.572 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-01 19:18:27.572 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-01 19:18:27.572 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-01 19:18:27.574 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-01 19:18:27.588 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 98.1588ms -2016-07-01 19:18:27.592 +05:30 [Information] Request finished in 116.42ms 200 application/json; charset=utf-8 -2016-07-01 19:18:27.593 +05:30 [Debug] Connection id ""0HKT1MKR4BSVB"" completed keep alive response. -2016-07-01 19:18:29.692 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/GroupProfiles/AddProfileToGroup?profileId=1&groupId=4&userId=1&profileType=0 0 -2016-07-01 19:18:29.692 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/AddProfileToGroup"'. -2016-07-01 19:18:29.693 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.AddProfileToGroup (Api.Socioboard)" -2016-07-01 19:18:29.738 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.AddProfileToGroup (Api.Socioboard)" with arguments (["1", "4", "1", "Facebook"]) - ModelState is Valid' -2016-07-01 19:18:58.519 +05:30 [Fatal] An exception occurred during configuration of persistence layer. -2016-07-01 19:18:59.052 +05:30 [Error] at Api.Socioboard.Helper.SessionFactory.Init(IHostingEnvironment env) in D:\Suresh\BickBucket\src\Api.Socioboard\Helper\SessionFactory.cs:line 41 - at Api.Socioboard.Helper.SessionFactory.GetSessionFactory(IHostingEnvironment env) in D:\Suresh\BickBucket\src\Api.Socioboard\Helper\SessionFactory.cs:line 57 - at Api.Socioboard.Helper.SessionFactory.GetNewSession(IHostingEnvironment env) in D:\Suresh\BickBucket\src\Api.Socioboard\Helper\SessionFactory.cs:line 69 - at Api.Socioboard.Model.DatabaseRepository.Find[T](Expression`1 query) in D:\Suresh\BickBucket\src\Api.Socioboard\Model\DatabaseRepository.cs:line 28 -2016-07-01 19:19:00.266 +05:30 [Error] Could not find file 'D:\Suresh\BickBucket\src\Api.Socioboard\wwwroot\hibernate.cfg.xml'. -2016-07-01 19:20:19.265 +05:30 [Fatal] An exception occurred during configuration of persistence layer. -2016-07-01 19:20:19.268 +05:30 [Error] at Api.Socioboard.Helper.SessionFactory.Init(IHostingEnvironment env) in D:\Suresh\BickBucket\src\Api.Socioboard\Helper\SessionFactory.cs:line 41 - at Api.Socioboard.Helper.SessionFactory.GetSessionFactory(IHostingEnvironment env) in D:\Suresh\BickBucket\src\Api.Socioboard\Helper\SessionFactory.cs:line 57 - at Api.Socioboard.Helper.SessionFactory.GetNewSession(IHostingEnvironment env) in D:\Suresh\BickBucket\src\Api.Socioboard\Helper\SessionFactory.cs:line 69 - at Api.Socioboard.Model.DatabaseRepository.Find[T](Expression`1 query) in D:\Suresh\BickBucket\src\Api.Socioboard\Model\DatabaseRepository.cs:line 28 -2016-07-01 19:20:19.269 +05:30 [Error] Could not find file 'D:\Suresh\BickBucket\src\Api.Socioboard\wwwroot\hibernate.cfg.xml'. -2016-07-01 19:20:30.427 +05:30 [Debug] Connection id ""0HKT1MKR4BSVC"" received FIN. -2016-07-01 19:21:26.942 +05:30 [Debug] Connection id ""0HKT1MKR4BSVB"" received FIN. -2016-07-01 19:21:29.610 +05:30 [Debug] Connection id ""0HKT1MKR4BSVB"" disconnecting. -2016-07-01 19:21:29.611 +05:30 [Debug] Connection id ""0HKT1MKR4BSVB"" sending FIN. -2016-07-01 19:21:29.612 +05:30 [Debug] Connection id ""0HKT1MKR4BSVB"" sent FIN with status "0". -2016-07-01 19:21:29.612 +05:30 [Debug] Connection id ""0HKT1MKR4BSVB"" stopped. -2016-07-01 19:26:37.677 +05:30 [Debug] Hosting starting -2016-07-01 19:26:38.592 +05:30 [Debug] Hosting started -2016-07-01 19:26:38.797 +05:30 [Debug] Connection id ""0HKT1MU2V40P5"" started. -2016-07-01 19:26:38.797 +05:30 [Debug] Connection id ""0HKT1MU2V40P6"" started. -2016-07-01 19:26:39.086 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-07-01 19:26:39.095 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:6361/ 0 -2016-07-01 19:26:40.872 +05:30 [Debug] Request did not match any routes. -2016-07-01 19:26:40.899 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-07-01 19:26:41.082 +05:30 [Information] Request finished in 2037.271ms 404 -2016-07-01 19:26:41.171 +05:30 [Debug] Connection id ""0HKT1MU2V40P6"" completed keep alive response. -2016-07-01 19:26:41.198 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"27589ebd-07a1-4ebe-897a-ac5d3364c4e4"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-07-01 19:26:41.288 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-07-01 19:26:41.919 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid' -2016-07-01 19:26:41.929 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult".' -2016-07-01 19:26:42.035 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-01 19:26:42.047 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-01 19:26:42.055 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-01 19:26:42.700 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 1397.2243ms -2016-07-01 19:26:42.711 +05:30 [Information] Request finished in 3711.346ms 200 application/json; charset=utf-8 -2016-07-01 19:26:42.715 +05:30 [Debug] Connection id ""0HKT1MU2V40P5"" completed keep alive response. -2016-07-01 19:27:29.265 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/User/FacebookLogin application/x-www-form-urlencoded 174 -2016-07-01 19:27:29.274 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/FacebookLogin"'. -2016-07-01 19:27:29.275 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" -2016-07-01 19:27:30.280 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" with arguments (["EAAKYvwDVmnUBAJFRic2yRx4B2BIQPkSCWCIp9JHv1l1falXNq6nPR5KODcPMzbla2J0XuJu97a095ggUKGC1ZBbVSSefKZBBdzDnsr3rCDDE80t0nubVa4UPaEtTwpqhWcY92hsZBK2oHQnQ69FVD5ZBaA8EJUQZD"]) - ModelState is Valid' -2016-07-01 19:27:31.556 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-01 19:27:31.567 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-01 19:27:31.569 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-01 19:27:31.640 +05:30 [Information] Executed action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" in 2363.0939ms -2016-07-01 19:27:31.644 +05:30 [Information] Request finished in 2381.8026ms 200 application/json; charset=utf-8 -2016-07-01 19:27:31.646 +05:30 [Debug] Connection id ""0HKT1MU2V40P6"" completed keep alive response. -2016-07-01 19:27:32.215 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-01 19:27:32.216 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-01 19:27:32.217 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-01 19:27:32.276 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-01 19:27:32.300 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-01 19:27:32.301 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-01 19:27:32.302 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-01 19:27:32.306 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 86.9725ms -2016-07-01 19:27:32.311 +05:30 [Information] Request finished in 96.1712ms 200 application/json; charset=utf-8 -2016-07-01 19:27:32.311 +05:30 [Debug] Connection id ""0HKT1MU2V40P5"" completed keep alive response. -2016-07-01 19:27:32.379 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-01 19:27:32.380 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-01 19:27:32.380 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-01 19:27:32.403 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-01 19:27:32.426 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-01 19:27:32.427 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-01 19:27:32.428 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-01 19:27:32.439 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 55.8925ms -2016-07-01 19:27:32.444 +05:30 [Information] Request finished in 64.6009ms 200 application/json; charset=utf-8 -2016-07-01 19:27:32.445 +05:30 [Debug] Connection id ""0HKT1MU2V40P6"" completed keep alive response. -2016-07-01 19:27:35.451 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=1 -2016-07-01 19:27:35.452 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-07-01 19:27:35.462 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-07-01 19:27:35.502 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-01 19:27:47.296 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-01 19:27:47.296 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-01 19:27:47.297 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-01 19:27:47.298 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-01 19:27:47.340 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 11875.6162ms -2016-07-01 19:27:47.348 +05:30 [Information] Request finished in 11895.3382ms 200 application/json; charset=utf-8 -2016-07-01 19:27:47.349 +05:30 [Debug] Connection id ""0HKT1MU2V40P5"" completed keep alive response. -2016-07-01 19:27:47.366 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=1 -2016-07-01 19:27:47.366 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-07-01 19:27:47.367 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-07-01 19:27:47.413 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-01 19:27:47.491 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-01 19:27:47.492 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-01 19:27:47.492 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-01 19:27:47.494 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-01 19:27:47.537 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 167.4911ms -2016-07-01 19:27:47.541 +05:30 [Information] Request finished in 177.605ms 200 application/json; charset=utf-8 -2016-07-01 19:27:47.542 +05:30 [Debug] Connection id ""0HKT1MU2V40P6"" completed keep alive response. -2016-07-01 19:27:51.425 +05:30 [Debug] Connection id ""0HKT1MU2V40P7"" started. -2016-07-01 19:27:51.427 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=4 -2016-07-01 19:27:51.428 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-07-01 19:27:51.429 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=4 -2016-07-01 19:27:51.431 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-07-01 19:27:51.432 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-01 19:27:51.436 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-01 19:27:51.439 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/getProfilesAvailableToConnect?groupId=4&userId=1 -2016-07-01 19:27:51.446 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/getProfilesAvailableToConnect"'. -2016-07-01 19:27:51.447 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" -2016-07-01 19:27:51.555 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["4"]) - ModelState is Valid' -2016-07-01 19:27:51.556 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" with arguments (["4", "1"]) - ModelState is Valid' -2016-07-01 19:27:51.556 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-01 19:27:51.557 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-01 19:27:51.558 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-01 19:27:51.563 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["4"]) - ModelState is Valid' -2016-07-01 19:27:51.563 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-01 19:27:51.565 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-01 19:27:51.567 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-01 19:27:51.567 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-01 19:27:51.569 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 128.5141ms -2016-07-01 19:27:51.572 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-01 19:27:51.574 +05:30 [Information] Request finished in 146.5803ms 200 application/json; charset=utf-8 -2016-07-01 19:27:51.574 +05:30 [Debug] Connection id ""0HKT1MU2V40P6"" completed keep alive response. -2016-07-01 19:27:51.588 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" in 135.5673ms -2016-07-01 19:27:51.596 +05:30 [Information] Request finished in 162.307ms 200 application/json; charset=utf-8 -2016-07-01 19:27:51.596 +05:30 [Debug] Connection id ""0HKT1MU2V40P7"" completed keep alive response. -2016-07-01 19:27:51.613 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-01 19:27:51.614 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-01 19:27:51.614 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-01 19:27:51.616 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-01 19:27:51.638 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 202.0315ms -2016-07-01 19:27:51.647 +05:30 [Information] Request finished in 222.505ms 200 application/json; charset=utf-8 -2016-07-01 19:27:51.648 +05:30 [Debug] Connection id ""0HKT1MU2V40P5"" completed keep alive response. -2016-07-01 19:27:53.632 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/GroupProfiles/AddProfileToGroup?profileId=1&groupId=4&userId=1&profileType=0 0 -2016-07-01 19:27:53.633 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/AddProfileToGroup"'. -2016-07-01 19:27:53.634 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.AddProfileToGroup (Api.Socioboard)" -2016-07-01 19:27:53.657 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.AddProfileToGroup (Api.Socioboard)" with arguments (["1", "4", "1", "Facebook"]) - ModelState is Valid' -2016-07-01 19:28:35.608 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.AddProfileToGroup (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-01 19:28:35.609 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-01 19:28:35.609 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-07-01 19:28:35.611 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-01 19:28:35.616 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.AddProfileToGroup (Api.Socioboard)" in 41980.6862ms -2016-07-01 19:28:35.622 +05:30 [Information] Request finished in 41990.0902ms 200 text/plain; charset=utf-8 -2016-07-01 19:28:35.623 +05:30 [Debug] Connection id ""0HKT1MU2V40P6"" completed keep alive response. -2016-07-01 19:30:18.764 +05:30 [Debug] Connection id ""0HKT1MU2V40P5"" received FIN. -2016-07-01 19:30:18.764 +05:30 [Debug] Connection id ""0HKT1MU2V40P6"" received FIN. -2016-07-01 19:30:18.773 +05:30 [Debug] Connection id ""0HKT1MU2V40P7"" received FIN. -2016-07-01 19:30:18.775 +05:30 [Debug] Connection id ""0HKT1MU2V40P6"" disconnecting. -2016-07-01 19:30:18.775 +05:30 [Debug] Connection id ""0HKT1MU2V40P7"" disconnecting. -2016-07-01 19:30:18.776 +05:30 [Debug] Connection id ""0HKT1MU2V40P5"" disconnecting. -2016-07-01 19:30:18.787 +05:30 [Debug] Connection id ""0HKT1MU2V40P6"" sending FIN. -2016-07-01 19:30:18.787 +05:30 [Debug] Connection id ""0HKT1MU2V40P5"" sending FIN. -2016-07-01 19:30:18.796 +05:30 [Debug] Connection id ""0HKT1MU2V40P7"" sending FIN. -2016-07-01 19:30:18.813 +05:30 [Debug] Connection id ""0HKT1MU2V40P7"" sent FIN with status "0". -2016-07-01 19:30:18.813 +05:30 [Debug] Connection id ""0HKT1MU2V40P5"" sent FIN with status "0". -2016-07-01 19:30:18.819 +05:30 [Debug] Connection id ""0HKT1MU2V40P7"" stopped. -2016-07-01 19:30:18.819 +05:30 [Debug] Connection id ""0HKT1MU2V40P5"" stopped. -2016-07-01 19:30:18.820 +05:30 [Debug] Connection id ""0HKT1MU2V40P6"" sent FIN with status "0". -2016-07-01 19:30:18.820 +05:30 [Debug] Connection id ""0HKT1MU2V40P6"" stopped. diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/wwwroot/wwwroot/log/log-20160702.txt b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/wwwroot/wwwroot/log/log-20160702.txt deleted file mode 100644 index c28807f9f..000000000 --- a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/wwwroot/wwwroot/log/log-20160702.txt +++ /dev/null @@ -1,1576 +0,0 @@ -2016-07-02 10:10:45.608 +05:30 [Debug] Hosting starting -2016-07-02 10:10:46.982 +05:30 [Debug] Hosting started -2016-07-02 10:10:47.097 +05:30 [Debug] Connection id ""0HKT26C4J2KL5"" started. -2016-07-02 10:10:47.102 +05:30 [Debug] Connection id ""0HKT26C4J2KL6"" started. -2016-07-02 10:10:47.846 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-07-02 10:10:47.853 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:6361/ 0 -2016-07-02 10:10:52.608 +05:30 [Debug] Request did not match any routes. -2016-07-02 10:10:52.638 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-07-02 10:10:53.031 +05:30 [Information] Request finished in 5446.0683ms 404 -2016-07-02 10:10:53.094 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"7a54654a-9e1f-49aa-b900-f6787788f717"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-07-02 10:10:53.161 +05:30 [Debug] Connection id ""0HKT26C4J2KL6"" completed keep alive response. -2016-07-02 10:10:53.231 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-07-02 10:10:53.894 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid' -2016-07-02 10:10:53.912 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult".' -2016-07-02 10:10:54.023 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-02 10:10:54.042 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-02 10:10:54.050 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-02 10:10:54.987 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 1733.3156ms -2016-07-02 10:10:55.023 +05:30 [Information] Request finished in 7467.9815ms 200 application/json; charset=utf-8 -2016-07-02 10:10:55.029 +05:30 [Debug] Connection id ""0HKT26C4J2KL5"" completed keep alive response. -2016-07-02 10:10:57.006 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/favicon.ico -2016-07-02 10:10:57.007 +05:30 [Debug] Request did not match any routes. -2016-07-02 10:10:57.019 +05:30 [Information] Request finished in 16.3596ms 404 -2016-07-02 10:10:57.019 +05:30 [Debug] Connection id ""0HKT26C4J2KL6"" completed keep alive response. -2016-07-02 10:12:37.035 +05:30 [Debug] Connection id ""0HKT26C4J2KL6"" received FIN. -2016-07-02 10:12:37.035 +05:30 [Debug] Connection id ""0HKT26C4J2KL5"" received FIN. -2016-07-02 10:12:37.039 +05:30 [Debug] Connection id ""0HKT26C4J2KL6"" disconnecting. -2016-07-02 10:12:37.040 +05:30 [Debug] Connection id ""0HKT26C4J2KL5"" disconnecting. -2016-07-02 10:12:37.044 +05:30 [Debug] Connection id ""0HKT26C4J2KL5"" sending FIN. -2016-07-02 10:12:37.044 +05:30 [Debug] Connection id ""0HKT26C4J2KL6"" sending FIN. -2016-07-02 10:12:37.073 +05:30 [Debug] Connection id ""0HKT26C4J2KL5"" sent FIN with status "0". -2016-07-02 10:12:37.073 +05:30 [Debug] Connection id ""0HKT26C4J2KL6"" sent FIN with status "0". -2016-07-02 10:12:37.081 +05:30 [Debug] Connection id ""0HKT26C4J2KL5"" stopped. -2016-07-02 10:12:37.081 +05:30 [Debug] Connection id ""0HKT26C4J2KL6"" stopped. -2016-07-02 10:28:22.373 +05:30 [Debug] Connection id ""0HKT26C4J2KL7"" started. -2016-07-02 10:28:22.388 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/User/FacebookLogin application/x-www-form-urlencoded 178 -2016-07-02 10:28:22.391 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/FacebookLogin"'. -2016-07-02 10:28:22.398 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" -2016-07-02 10:28:26.927 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" with arguments (["EAAKYvwDVmnUBABnQmLW2LIjARVEeGC0QFpjNmlx2pI4ml0NidYP0MZB62CkBJxPFRZAmpBNyV8KoTypiZBoZCI7Vf5JMBSibLNtoAoBlQc7oYaariSATZBhXuWLe8t3bEHZBdYzsS9zWt6S6CIjZAKjI9oZAwfzNvNEZD"]) - ModelState is Valid' -2016-07-02 10:28:42.804 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-02 10:28:42.824 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-02 10:28:42.827 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-02 10:28:43.131 +05:30 [Information] Executed action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" in 20729.4315ms -2016-07-02 10:28:43.135 +05:30 [Information] Request finished in 20748.666ms 200 application/json; charset=utf-8 -2016-07-02 10:28:43.136 +05:30 [Debug] Connection id ""0HKT26C4J2KL7"" completed keep alive response. -2016-07-02 10:28:44.370 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-02 10:28:44.371 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-02 10:28:44.381 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-02 10:28:47.525 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-02 10:28:47.896 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-02 10:28:47.896 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-02 10:28:47.898 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-02 10:28:47.920 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 3537.0007ms -2016-07-02 10:28:47.925 +05:30 [Information] Request finished in 3554.9665ms 200 application/json; charset=utf-8 -2016-07-02 10:28:47.925 +05:30 [Debug] Connection id ""0HKT26C4J2KL7"" completed keep alive response. -2016-07-02 10:28:48.062 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-02 10:28:48.063 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-02 10:28:48.064 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-02 10:28:51.214 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-02 10:28:51.511 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-02 10:28:51.512 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-02 10:28:51.514 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-02 10:28:51.550 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 3484.1706ms -2016-07-02 10:28:51.558 +05:30 [Information] Request finished in 3494.1642ms 200 application/json; charset=utf-8 -2016-07-02 10:28:51.559 +05:30 [Debug] Connection id ""0HKT26C4J2KL7"" completed keep alive response. -2016-07-02 10:28:55.988 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=1 -2016-07-02 10:28:55.989 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-07-02 10:28:55.991 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-07-02 10:28:59.091 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-02 10:28:59.679 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-02 10:28:59.679 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-02 10:28:59.680 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-02 10:28:59.682 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-02 10:28:59.727 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 3735.4601ms -2016-07-02 10:28:59.752 +05:30 [Information] Request finished in 3772.7425ms 200 application/json; charset=utf-8 -2016-07-02 10:28:59.753 +05:30 [Debug] Connection id ""0HKT26C4J2KL7"" completed keep alive response. -2016-07-02 10:28:59.773 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=1 -2016-07-02 10:28:59.775 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-07-02 10:28:59.776 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-07-02 10:29:02.849 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-02 10:29:03.567 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-02 10:29:03.567 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-02 10:29:03.567 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-02 10:29:03.569 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-02 10:29:03.593 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 3815.461ms -2016-07-02 10:29:03.596 +05:30 [Information] Request finished in 3823.2325ms 200 application/json; charset=utf-8 -2016-07-02 10:29:03.596 +05:30 [Debug] Connection id ""0HKT26C4J2KL7"" completed keep alive response. -2016-07-02 10:30:04.763 +05:30 [Debug] Connection id ""0HKT26C4J2KL7"" received FIN. -2016-07-02 10:30:04.764 +05:30 [Debug] Connection id ""0HKT26C4J2KL8"" started. -2016-07-02 10:30:04.764 +05:30 [Debug] Connection id ""0HKT26C4J2KL7"" disconnecting. -2016-07-02 10:30:04.765 +05:30 [Debug] Connection id ""0HKT26C4J2KL7"" sending FIN. -2016-07-02 10:30:04.766 +05:30 [Debug] Connection id ""0HKT26C4J2KL7"" sent FIN with status "0". -2016-07-02 10:30:04.766 +05:30 [Debug] Connection id ""0HKT26C4J2KL7"" stopped. -2016-07-02 10:30:04.769 +05:30 [Debug] Connection id ""0HKT26C4J2KL9"" started. -2016-07-02 10:30:04.800 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=4 -2016-07-02 10:30:04.801 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-02 10:30:04.804 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/getProfilesAvailableToConnect?groupId=4&userId=1 -2016-07-02 10:30:04.805 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-02 10:30:04.814 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/getProfilesAvailableToConnect"'. -2016-07-02 10:30:04.817 +05:30 [Debug] Connection id ""0HKT26C4J2KLA"" started. -2016-07-02 10:30:04.820 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" -2016-07-02 10:30:04.846 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=4 -2016-07-02 10:30:04.847 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-07-02 10:30:04.848 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-07-02 10:30:05.246 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["4"]) - ModelState is Valid' -2016-07-02 10:30:05.251 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["4"]) - ModelState is Valid' -2016-07-02 10:30:05.252 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" with arguments (["4", "1"]) - ModelState is Valid' -2016-07-02 10:30:05.435 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-02 10:30:05.436 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-02 10:30:05.437 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-02 10:30:05.438 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-02 10:30:05.445 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 634.298ms -2016-07-02 10:30:05.451 +05:30 [Information] Request finished in 684.0349ms 200 application/json; charset=utf-8 -2016-07-02 10:30:05.452 +05:30 [Debug] Connection id ""0HKT26C4J2KL8"" completed keep alive response. -2016-07-02 10:30:05.641 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-02 10:30:05.641 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-02 10:30:05.641 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-02 10:30:05.643 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-02 10:30:05.651 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-02 10:30:05.651 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-02 10:30:05.652 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-02 10:30:05.654 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-02 10:30:05.661 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 804.006ms -2016-07-02 10:30:05.667 +05:30 [Information] Request finished in 817.8985ms 200 application/json; charset=utf-8 -2016-07-02 10:30:05.668 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" in 842.8542ms -2016-07-02 10:30:05.668 +05:30 [Debug] Connection id ""0HKT26C4J2KLA"" completed keep alive response. -2016-07-02 10:30:05.671 +05:30 [Information] Request finished in 873.2739ms 200 application/json; charset=utf-8 -2016-07-02 10:30:05.671 +05:30 [Debug] Connection id ""0HKT26C4J2KL9"" completed keep alive response. -2016-07-02 10:32:47.021 +05:30 [Debug] Connection id ""0HKT26C4J2KL8"" received FIN. -2016-07-02 10:32:47.022 +05:30 [Debug] Connection id ""0HKT26C4J2KLA"" received FIN. -2016-07-02 10:32:47.023 +05:30 [Debug] Connection id ""0HKT26C4J2KLA"" disconnecting. -2016-07-02 10:32:47.022 +05:30 [Debug] Connection id ""0HKT26C4J2KL8"" disconnecting. -2016-07-02 10:32:47.024 +05:30 [Debug] Connection id ""0HKT26C4J2KLA"" sending FIN. -2016-07-02 10:32:47.026 +05:30 [Debug] Connection id ""0HKT26C4J2KL8"" sending FIN. -2016-07-02 10:32:47.027 +05:30 [Debug] Connection id ""0HKT26C4J2KL8"" sent FIN with status "0". -2016-07-02 10:32:47.028 +05:30 [Debug] Connection id ""0HKT26C4J2KL8"" stopped. -2016-07-02 10:32:47.029 +05:30 [Debug] Connection id ""0HKT26C4J2KL9"" received FIN. -2016-07-02 10:32:47.029 +05:30 [Debug] Connection id ""0HKT26C4J2KLA"" sent FIN with status "0". -2016-07-02 10:32:47.031 +05:30 [Debug] Connection id ""0HKT26C4J2KLA"" stopped. -2016-07-02 10:32:47.031 +05:30 [Debug] Connection id ""0HKT26C4J2KL9"" disconnecting. -2016-07-02 10:32:47.033 +05:30 [Debug] Connection id ""0HKT26C4J2KL9"" sending FIN. -2016-07-02 10:32:47.034 +05:30 [Debug] Connection id ""0HKT26C4J2KL9"" sent FIN with status "0". -2016-07-02 10:32:47.035 +05:30 [Debug] Connection id ""0HKT26C4J2KL9"" stopped. -2016-07-02 10:36:34.630 +05:30 [Debug] Connection id ""0HKT26C4J2KLB"" started. -2016-07-02 10:36:34.633 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-02 10:36:34.633 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-02 10:36:34.634 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-02 10:36:34.664 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-02 10:36:34.666 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-02 10:36:34.666 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-02 10:36:34.667 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-02 10:36:34.670 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 33.4068ms -2016-07-02 10:36:34.676 +05:30 [Information] Request finished in 42.5314ms 200 application/json; charset=utf-8 -2016-07-02 10:36:34.676 +05:30 [Debug] Connection id ""0HKT26C4J2KLB"" completed keep alive response. -2016-07-02 10:36:34.688 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-02 10:36:34.688 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-02 10:36:34.689 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-02 10:36:34.721 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-02 10:36:34.722 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-02 10:36:34.723 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-02 10:36:34.724 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-02 10:36:34.726 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 35.4407ms -2016-07-02 10:36:34.731 +05:30 [Information] Request finished in 43.9689ms 200 application/json; charset=utf-8 -2016-07-02 10:36:34.731 +05:30 [Debug] Connection id ""0HKT26C4J2KLB"" completed keep alive response. -2016-07-02 10:38:01.378 +05:30 [Debug] Connection id ""0HKT26C4J2KLC"" started. -2016-07-02 10:38:01.380 +05:30 [Debug] Connection id ""0HKT26C4J2KLE"" started. -2016-07-02 10:38:01.380 +05:30 [Debug] Connection id ""0HKT26C4J2KLD"" started. -2016-07-02 10:38:01.382 +05:30 [Debug] Connection id ""0HKT26C4J2KLB"" received FIN. -2016-07-02 10:38:01.384 +05:30 [Debug] Connection id ""0HKT26C4J2KLB"" disconnecting. -2016-07-02 10:38:01.386 +05:30 [Debug] Connection id ""0HKT26C4J2KLB"" sending FIN. -2016-07-02 10:38:01.387 +05:30 [Debug] Connection id ""0HKT26C4J2KLB"" sent FIN with status "0". -2016-07-02 10:38:01.388 +05:30 [Debug] Connection id ""0HKT26C4J2KLB"" stopped. -2016-07-02 10:38:01.388 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/getProfilesAvailableToConnect?groupId=4&userId=1 -2016-07-02 10:38:01.392 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/getProfilesAvailableToConnect"'. -2016-07-02 10:38:01.392 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=4 -2016-07-02 10:38:01.393 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-07-02 10:38:01.392 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" -2016-07-02 10:38:01.393 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-07-02 10:38:01.413 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=4 -2016-07-02 10:38:01.414 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-02 10:38:01.415 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-02 10:38:01.531 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" with arguments (["4", "1"]) - ModelState is Valid' -2016-07-02 10:38:01.532 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["4"]) - ModelState is Valid' -2016-07-02 10:38:01.534 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["4"]) - ModelState is Valid' -2016-07-02 10:38:01.534 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-02 10:38:01.535 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-02 10:38:01.536 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-02 10:38:01.536 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-02 10:38:01.534 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-02 10:38:01.536 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-02 10:38:01.536 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-02 10:38:01.537 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-02 10:38:01.558 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-02 10:38:01.558 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-02 10:38:01.580 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-02 10:38:01.589 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-02 10:38:01.590 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 166.4317ms -2016-07-02 10:38:01.599 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" in 197.6474ms -2016-07-02 10:38:01.600 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 186.7581ms -2016-07-02 10:38:01.603 +05:30 [Information] Request finished in 216.8585ms 200 application/json; charset=utf-8 -2016-07-02 10:38:01.605 +05:30 [Debug] Connection id ""0HKT26C4J2KLC"" completed keep alive response. -2016-07-02 10:38:01.605 +05:30 [Information] Request finished in 219.3718ms 200 application/json; charset=utf-8 -2016-07-02 10:38:01.606 +05:30 [Debug] Connection id ""0HKT26C4J2KLD"" completed keep alive response. -2016-07-02 10:38:01.614 +05:30 [Information] Request finished in 223.8426ms 200 application/json; charset=utf-8 -2016-07-02 10:38:01.615 +05:30 [Debug] Connection id ""0HKT26C4J2KLE"" completed keep alive response. -2016-07-02 10:38:03.788 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/GroupProfiles/AddProfileToGroup?profileId=1&groupId=4&userId=1&profileType=0 0 -2016-07-02 10:38:03.789 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/AddProfileToGroup"'. -2016-07-02 10:38:03.789 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.AddProfileToGroup (Api.Socioboard)" -2016-07-02 10:38:03.804 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.AddProfileToGroup (Api.Socioboard)" with arguments (["1", "4", "1", "Facebook"]) - ModelState is Valid' -2016-07-02 11:21:18.986 +05:30 [Debug] Hosting starting -2016-07-02 11:21:19.520 +05:30 [Debug] Hosting started -2016-07-02 11:21:19.694 +05:30 [Debug] Connection id ""0HKT27JI0919S"" started. -2016-07-02 11:21:19.697 +05:30 [Debug] Connection id ""0HKT27JI0919T"" started. -2016-07-02 11:21:20.048 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-07-02 11:21:20.048 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:6361/ 0 -2016-07-02 11:21:21.816 +05:30 [Debug] Request did not match any routes. -2016-07-02 11:21:21.834 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-07-02 11:21:22.004 +05:30 [Information] Request finished in 2033.0927ms 404 -2016-07-02 11:21:22.069 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"ad41c86c-8604-4ebb-9b34-8bcb31cfdb12"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-07-02 11:21:22.083 +05:30 [Debug] Connection id ""0HKT27JI0919S"" completed keep alive response. -2016-07-02 11:21:22.165 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-07-02 11:21:22.690 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid' -2016-07-02 11:21:22.700 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult".' -2016-07-02 11:21:22.787 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-02 11:21:22.800 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-02 11:21:22.804 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-02 11:21:23.379 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 1197.4923ms -2016-07-02 11:21:23.390 +05:30 [Information] Request finished in 3436.4698ms 200 application/json; charset=utf-8 -2016-07-02 11:21:23.394 +05:30 [Debug] Connection id ""0HKT27JI0919T"" completed keep alive response. -2016-07-02 11:23:39.999 +05:30 [Debug] Hosting starting -2016-07-02 11:23:40.641 +05:30 [Debug] Hosting started -2016-07-02 11:23:40.834 +05:30 [Debug] Connection id ""0HKT27KS284QU"" started. -2016-07-02 11:23:40.834 +05:30 [Debug] Connection id ""0HKT27KS284QT"" started. -2016-07-02 11:23:41.169 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-07-02 11:23:41.169 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:6361/ 0 -2016-07-02 11:23:42.934 +05:30 [Debug] Request did not match any routes. -2016-07-02 11:23:42.962 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-07-02 11:23:43.128 +05:30 [Information] Request finished in 2018.6739ms 404 -2016-07-02 11:23:43.211 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"486d03ec-545c-418c-bec8-cab129d24239"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-07-02 11:23:43.222 +05:30 [Debug] Connection id ""0HKT27KS284QT"" completed keep alive response. -2016-07-02 11:23:43.282 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-07-02 11:23:43.842 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid' -2016-07-02 11:23:43.854 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult".' -2016-07-02 11:23:43.935 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-02 11:23:43.946 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-02 11:23:43.949 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-02 11:23:44.613 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 1315.5744ms -2016-07-02 11:23:44.624 +05:30 [Information] Request finished in 3538.5909ms 200 application/json; charset=utf-8 -2016-07-02 11:23:44.628 +05:30 [Debug] Connection id ""0HKT27KS284QU"" completed keep alive response. -2016-07-02 11:25:23.072 +05:30 [Debug] Connection id ""0HKT27KS284QT"" received FIN. -2016-07-02 11:25:23.073 +05:30 [Debug] Connection id ""0HKT27KS284QV"" started. -2016-07-02 11:25:23.074 +05:30 [Debug] Connection id ""0HKT27KS284QU"" received FIN. -2016-07-02 11:25:23.077 +05:30 [Debug] Connection id ""0HKT27KS284QT"" disconnecting. -2016-07-02 11:25:23.078 +05:30 [Debug] Connection id ""0HKT27KS284QU"" disconnecting. -2016-07-02 11:25:23.081 +05:30 [Debug] Connection id ""0HKT27KS284QU"" sending FIN. -2016-07-02 11:25:23.079 +05:30 [Debug] Connection id ""0HKT27KS284QT"" sending FIN. -2016-07-02 11:25:23.084 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/User/FacebookLogin application/x-www-form-urlencoded 175 -2016-07-02 11:25:23.091 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/FacebookLogin"'. -2016-07-02 11:25:23.093 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" -2016-07-02 11:25:23.098 +05:30 [Debug] Connection id ""0HKT27KS284QU"" sent FIN with status "0". -2016-07-02 11:25:23.098 +05:30 [Debug] Connection id ""0HKT27KS284QT"" sent FIN with status "0". -2016-07-02 11:25:23.102 +05:30 [Debug] Connection id ""0HKT27KS284QU"" stopped. -2016-07-02 11:25:23.103 +05:30 [Debug] Connection id ""0HKT27KS284QT"" stopped. -2016-07-02 11:25:24.135 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" with arguments (["EAAKYvwDVmnUBABR61ZA0OO0pppkI9SOwTtbaS4cOV6wBaQ9WKWHhVkpdZAq5ZAWqYqrMPchSweWOsy8AhDng7beTg80vT0rRsIS7pOZAz8WSZAlKW6jfnwMawwzmX2B9wFRGyqxPGYwd3TCtKBBssHj3N8Uhzs9oZD"]) - ModelState is Valid' -2016-07-02 11:25:25.597 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-02 11:25:25.604 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-02 11:25:25.605 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-02 11:25:25.687 +05:30 [Information] Executed action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" in 2589.02ms -2016-07-02 11:25:25.693 +05:30 [Information] Request finished in 2612.0707ms 200 application/json; charset=utf-8 -2016-07-02 11:25:25.693 +05:30 [Debug] Connection id ""0HKT27KS284QV"" completed keep alive response. -2016-07-02 11:25:26.393 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-02 11:25:26.393 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-02 11:25:26.404 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-02 11:25:26.511 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-02 11:25:26.561 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-02 11:25:26.562 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-02 11:25:26.563 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-02 11:25:26.573 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 165.6454ms -2016-07-02 11:25:26.577 +05:30 [Information] Request finished in 185.0338ms 200 application/json; charset=utf-8 -2016-07-02 11:25:26.577 +05:30 [Debug] Connection id ""0HKT27KS284QV"" completed keep alive response. -2016-07-02 11:25:26.679 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-02 11:25:26.680 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-02 11:25:26.680 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-02 11:25:26.717 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-02 11:25:26.746 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-02 11:25:26.746 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-02 11:25:26.747 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-02 11:25:26.766 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 80.3544ms -2016-07-02 11:25:26.772 +05:30 [Information] Request finished in 92.9023ms 200 application/json; charset=utf-8 -2016-07-02 11:25:26.773 +05:30 [Debug] Connection id ""0HKT27KS284QV"" completed keep alive response. -2016-07-02 11:25:30.065 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=1 -2016-07-02 11:25:30.066 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-07-02 11:25:30.067 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-07-02 11:25:30.109 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-02 11:25:38.510 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-02 11:25:38.511 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-02 11:25:38.512 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-02 11:25:38.514 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-02 11:25:38.549 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 8479.3548ms -2016-07-02 11:25:38.553 +05:30 [Information] Request finished in 8487.5632ms 200 application/json; charset=utf-8 -2016-07-02 11:25:38.554 +05:30 [Debug] Connection id ""0HKT27KS284QV"" completed keep alive response. -2016-07-02 11:25:38.573 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=1 -2016-07-02 11:25:38.573 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-07-02 11:25:38.574 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-07-02 11:25:38.612 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-02 11:25:38.679 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-02 11:25:38.679 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-02 11:25:38.680 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-02 11:25:38.694 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-02 11:25:38.743 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 164.943ms -2016-07-02 11:25:38.746 +05:30 [Information] Request finished in 174.1485ms 200 application/json; charset=utf-8 -2016-07-02 11:25:38.747 +05:30 [Debug] Connection id ""0HKT27KS284QV"" completed keep alive response. -2016-07-02 11:25:49.965 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=4 -2016-07-02 11:25:49.966 +05:30 [Debug] Connection id ""0HKT27KS284R0"" started. -2016-07-02 11:25:49.966 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-02 11:25:49.970 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/getProfilesAvailableToConnect?groupId=4&userId=1 -2016-07-02 11:25:49.971 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/getProfilesAvailableToConnect"'. -2016-07-02 11:25:49.971 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" -2016-07-02 11:25:49.972 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-02 11:25:49.999 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["4"]) - ModelState is Valid' -2016-07-02 11:25:50.012 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-02 11:25:50.013 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-02 11:25:50.013 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-02 11:25:50.022 +05:30 [Debug] Connection id ""0HKT27KS284R1"" started. -2016-07-02 11:25:50.028 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-02 11:25:50.033 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" with arguments (["4", "1"]) - ModelState is Valid' -2016-07-02 11:25:50.038 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 58.9686ms -2016-07-02 11:25:50.045 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=4 -2016-07-02 11:25:50.081 +05:30 [Information] Request finished in 81.9754ms 200 application/json; charset=utf-8 -2016-07-02 11:25:50.081 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-07-02 11:25:50.082 +05:30 [Debug] Connection id ""0HKT27KS284QV"" completed keep alive response. -2016-07-02 11:25:50.082 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-07-02 11:25:50.084 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-02 11:25:50.084 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-02 11:25:50.085 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-02 11:25:50.087 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-02 11:25:50.104 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" in 127.6748ms -2016-07-02 11:25:50.117 +05:30 [Information] Request finished in 145.2843ms 200 application/json; charset=utf-8 -2016-07-02 11:25:50.118 +05:30 [Debug] Connection id ""0HKT27KS284R0"" completed keep alive response. -2016-07-02 11:25:50.123 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["4"]) - ModelState is Valid' -2016-07-02 11:25:50.169 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-02 11:25:50.170 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-02 11:25:50.171 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-02 11:25:50.178 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-02 11:25:50.207 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 121.8002ms -2016-07-02 11:25:50.214 +05:30 [Information] Request finished in 181.2707ms 200 application/json; charset=utf-8 -2016-07-02 11:25:50.214 +05:30 [Debug] Connection id ""0HKT27KS284R1"" completed keep alive response. -2016-07-02 11:27:20.780 +05:30 [Debug] Connection id ""0HKT27KS284QV"" received FIN. -2016-07-02 11:27:20.780 +05:30 [Debug] Connection id ""0HKT27KS284R0"" received FIN. -2016-07-02 11:27:20.781 +05:30 [Debug] Connection id ""0HKT27KS284QV"" disconnecting. -2016-07-02 11:27:20.780 +05:30 [Debug] Connection id ""0HKT27KS284R1"" received FIN. -2016-07-02 11:27:20.781 +05:30 [Debug] Connection id ""0HKT27KS284R0"" disconnecting. -2016-07-02 11:27:20.782 +05:30 [Debug] Connection id ""0HKT27KS284R1"" disconnecting. -2016-07-02 11:27:20.781 +05:30 [Debug] Connection id ""0HKT27KS284QV"" sending FIN. -2016-07-02 11:27:20.782 +05:30 [Debug] Connection id ""0HKT27KS284R0"" sending FIN. -2016-07-02 11:27:20.782 +05:30 [Debug] Connection id ""0HKT27KS284R1"" sending FIN. -2016-07-02 11:27:20.783 +05:30 [Debug] Connection id ""0HKT27KS284R0"" sent FIN with status "0". -2016-07-02 11:27:20.783 +05:30 [Debug] Connection id ""0HKT27KS284R1"" sent FIN with status "0". -2016-07-02 11:27:20.784 +05:30 [Debug] Connection id ""0HKT27KS284R1"" stopped. -2016-07-02 11:27:20.783 +05:30 [Debug] Connection id ""0HKT27KS284R0"" stopped. -2016-07-02 11:27:20.784 +05:30 [Debug] Connection id ""0HKT27KS284QV"" sent FIN with status "0". -2016-07-02 11:27:20.785 +05:30 [Debug] Connection id ""0HKT27KS284QV"" stopped. -2016-07-02 11:28:11.203 +05:30 [Debug] Connection id ""0HKT27KS284R2"" started. -2016-07-02 11:28:11.207 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/GroupProfiles/AddProfileToGroup?profileId=1&groupId=4&userId=1&profileType=0 0 -2016-07-02 11:28:11.208 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/AddProfileToGroup"'. -2016-07-02 11:28:11.209 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.AddProfileToGroup (Api.Socioboard)" -2016-07-02 11:28:11.242 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.AddProfileToGroup (Api.Socioboard)" with arguments (["1", "4", "1", "Facebook"]) - ModelState is Valid' -2016-07-02 11:29:47.371 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.AddProfileToGroup (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.BadRequestObjectResult".' -2016-07-02 11:29:47.372 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-02 11:29:47.372 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-07-02 11:29:47.374 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-02 11:29:47.380 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.AddProfileToGroup (Api.Socioboard)" in 96169.4622ms -2016-07-02 11:29:47.387 +05:30 [Information] Request finished in 96180.7347ms 400 text/plain; charset=utf-8 -2016-07-02 11:29:47.388 +05:30 [Debug] Connection id ""0HKT27KS284R2"" completed keep alive response. -2016-07-02 11:29:55.052 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/GroupProfiles/AddProfileToGroup?profileId=1792169061004470&groupId=4&userId=1&profileType=0 0 -2016-07-02 11:29:55.053 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/AddProfileToGroup"'. -2016-07-02 11:29:55.053 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.AddProfileToGroup (Api.Socioboard)" -2016-07-02 11:29:55.093 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.AddProfileToGroup (Api.Socioboard)" with arguments (["1792169061004470", "4", "1", "Facebook"]) - ModelState is Valid' -2016-07-02 11:31:01.789 +05:30 [Debug] Hosting starting -2016-07-02 11:31:02.429 +05:30 [Debug] Hosting started -2016-07-02 11:31:02.587 +05:30 [Debug] Connection id ""0HKT27OVN5D0G"" started. -2016-07-02 11:31:02.608 +05:30 [Debug] Connection id ""0HKT27OVN5D0H"" started. -2016-07-02 11:31:02.934 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-07-02 11:31:02.934 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:6361/ 0 -2016-07-02 11:31:04.750 +05:30 [Debug] Request did not match any routes. -2016-07-02 11:31:04.797 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-07-02 11:31:04.959 +05:30 [Information] Request finished in 2082.8786ms 404 -2016-07-02 11:31:05.052 +05:30 [Debug] Connection id ""0HKT27OVN5D0G"" completed keep alive response. -2016-07-02 11:31:05.052 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"af170830-9c6d-42df-ac1c-eae8a561c21e"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-07-02 11:31:05.122 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-07-02 11:31:05.711 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid' -2016-07-02 11:31:05.726 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult".' -2016-07-02 11:31:05.836 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-02 11:31:05.846 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-02 11:31:05.850 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-02 11:31:06.544 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 1402.4534ms -2016-07-02 11:31:06.560 +05:30 [Information] Request finished in 3706.3848ms 200 application/json; charset=utf-8 -2016-07-02 11:31:06.564 +05:30 [Debug] Connection id ""0HKT27OVN5D0H"" completed keep alive response. -2016-07-02 11:31:32.212 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/User/FacebookLogin application/x-www-form-urlencoded 181 -2016-07-02 11:31:32.214 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/FacebookLogin"'. -2016-07-02 11:31:32.215 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" -2016-07-02 11:31:33.093 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" with arguments (["EAAKYvwDVmnUBAIn8E7SSausDOXyxQY5WylymXxRdqtF5gDBfaZAdmkeagtGqZAzOAiylfqB24cUjxSt2894jNPf7ZBNsTeqXT5x4swZCMNzmpyqvCom5DZB3ddZACs8Ppadbv3ZBIvZCQcC3ntQiZB6HCa2ZAzVZAKoQbgZD"]) - ModelState is Valid' -2016-07-02 11:31:34.442 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-02 11:31:34.452 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-02 11:31:34.453 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-02 11:31:34.570 +05:30 [Information] Executed action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" in 2349.015ms -2016-07-02 11:31:34.573 +05:30 [Information] Request finished in 2362.5476ms 200 application/json; charset=utf-8 -2016-07-02 11:31:34.573 +05:30 [Debug] Connection id ""0HKT27OVN5D0G"" completed keep alive response. -2016-07-02 11:31:35.229 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-02 11:31:35.229 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-02 11:31:35.231 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-02 11:31:35.294 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-02 11:31:35.329 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-02 11:31:35.330 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-02 11:31:35.331 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-02 11:31:35.342 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 103.8327ms -2016-07-02 11:31:35.345 +05:30 [Information] Request finished in 116.2763ms 200 application/json; charset=utf-8 -2016-07-02 11:31:35.345 +05:30 [Debug] Connection id ""0HKT27OVN5D0H"" completed keep alive response. -2016-07-02 11:31:35.445 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-02 11:31:35.445 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-02 11:31:35.446 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-02 11:31:35.466 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-02 11:31:35.489 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-02 11:31:35.490 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-02 11:31:35.491 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-02 11:31:35.507 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 58.7086ms -2016-07-02 11:31:35.510 +05:30 [Information] Request finished in 66.0343ms 200 application/json; charset=utf-8 -2016-07-02 11:31:35.511 +05:30 [Debug] Connection id ""0HKT27OVN5D0G"" completed keep alive response. -2016-07-02 11:31:38.554 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=1 -2016-07-02 11:31:38.555 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-07-02 11:31:38.556 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-07-02 11:31:38.590 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-02 11:31:47.434 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-02 11:31:47.435 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-02 11:31:47.435 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-02 11:31:47.436 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-02 11:31:47.473 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 8915.0624ms -2016-07-02 11:31:47.478 +05:30 [Information] Request finished in 8922.1195ms 200 application/json; charset=utf-8 -2016-07-02 11:31:47.479 +05:30 [Debug] Connection id ""0HKT27OVN5D0H"" completed keep alive response. -2016-07-02 11:31:47.495 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=1 -2016-07-02 11:31:47.496 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-07-02 11:31:47.512 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-07-02 11:31:47.543 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-02 11:31:47.583 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-02 11:31:47.583 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-02 11:31:47.584 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-02 11:31:47.585 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-02 11:31:47.613 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 99.3271ms -2016-07-02 11:31:47.617 +05:30 [Information] Request finished in 125.4374ms 200 application/json; charset=utf-8 -2016-07-02 11:31:47.619 +05:30 [Debug] Connection id ""0HKT27OVN5D0G"" completed keep alive response. -2016-07-02 11:31:53.182 +05:30 [Debug] Connection id ""0HKT27OVN5D0I"" started. -2016-07-02 11:31:53.185 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=4 -2016-07-02 11:31:53.186 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-07-02 11:31:53.187 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-07-02 11:31:53.189 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=4 -2016-07-02 11:31:53.190 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-02 11:31:53.194 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-02 11:31:53.202 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/getProfilesAvailableToConnect?groupId=4&userId=1 -2016-07-02 11:31:53.203 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/getProfilesAvailableToConnect"'. -2016-07-02 11:31:53.203 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" -2016-07-02 11:31:53.264 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["4"]) - ModelState is Valid' -2016-07-02 11:31:53.271 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" with arguments (["4", "1"]) - ModelState is Valid' -2016-07-02 11:31:53.271 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["4"]) - ModelState is Valid' -2016-07-02 11:31:53.273 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-02 11:31:53.273 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-02 11:31:53.274 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-02 11:31:53.278 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-02 11:31:53.283 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 84.9272ms -2016-07-02 11:31:53.289 +05:30 [Information] Request finished in 104.5831ms 200 application/json; charset=utf-8 -2016-07-02 11:31:53.296 +05:30 [Debug] Connection id ""0HKT27OVN5D0G"" completed keep alive response. -2016-07-02 11:31:53.297 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-02 11:31:53.297 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-02 11:31:53.298 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-02 11:31:53.299 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-02 11:31:53.318 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" in 108.588ms -2016-07-02 11:31:53.322 +05:30 [Information] Request finished in 137.332ms 200 application/json; charset=utf-8 -2016-07-02 11:31:53.322 +05:30 [Debug] Connection id ""0HKT27OVN5D0I"" completed keep alive response. -2016-07-02 11:31:53.328 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-02 11:31:53.329 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-02 11:31:53.329 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-02 11:31:53.333 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-02 11:31:53.357 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 164.9105ms -2016-07-02 11:31:53.370 +05:30 [Information] Request finished in 186.2626ms 200 application/json; charset=utf-8 -2016-07-02 11:31:53.371 +05:30 [Debug] Connection id ""0HKT27OVN5D0H"" completed keep alive response. -2016-07-02 11:31:57.238 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/GroupProfiles/AddProfileToGroup?profileId=1792169061004470&groupId=4&userId=1&profileType=0 0 -2016-07-02 11:31:57.239 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/AddProfileToGroup"'. -2016-07-02 11:31:57.239 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.AddProfileToGroup (Api.Socioboard)" -2016-07-02 11:31:57.289 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.AddProfileToGroup (Api.Socioboard)" with arguments (["1792169061004470", "4", "1", "Facebook"]) - ModelState is Valid' -2016-07-02 11:32:32.746 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.AddProfileToGroup (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-02 11:32:32.746 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-02 11:32:32.746 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-07-02 11:32:32.749 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-02 11:32:32.754 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.AddProfileToGroup (Api.Socioboard)" in 35512.5337ms -2016-07-02 11:32:32.757 +05:30 [Information] Request finished in 35519.7168ms 200 text/plain; charset=utf-8 -2016-07-02 11:32:32.758 +05:30 [Debug] Connection id ""0HKT27OVN5D0G"" completed keep alive response. -2016-07-02 11:32:37.127 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-02 11:32:37.128 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-02 11:32:37.129 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-02 11:32:37.144 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-02 11:32:37.145 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-02 11:32:37.145 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-02 11:32:37.147 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-02 11:32:37.151 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 18.6973ms -2016-07-02 11:32:37.156 +05:30 [Information] Request finished in 31.0691ms 200 application/json; charset=utf-8 -2016-07-02 11:32:37.157 +05:30 [Debug] Connection id ""0HKT27OVN5D0I"" completed keep alive response. -2016-07-02 11:32:37.170 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-02 11:32:37.171 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-02 11:32:37.172 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-02 11:32:37.207 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-02 11:32:37.209 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-02 11:32:37.209 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-02 11:32:37.211 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-02 11:32:37.214 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 40.0455ms -2016-07-02 11:32:37.220 +05:30 [Information] Request finished in 52.2399ms 200 application/json; charset=utf-8 -2016-07-02 11:32:37.221 +05:30 [Debug] Connection id ""0HKT27OVN5D0H"" completed keep alive response. -2016-07-02 11:32:43.291 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=4 -2016-07-02 11:32:43.291 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=4 -2016-07-02 11:32:43.291 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-02 11:32:43.292 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-07-02 11:32:43.294 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-02 11:32:43.294 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-07-02 11:32:43.299 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/getProfilesAvailableToConnect?groupId=4&userId=1 -2016-07-02 11:32:43.302 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/getProfilesAvailableToConnect"'. -2016-07-02 11:32:43.302 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" -2016-07-02 11:32:43.350 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["4"]) - ModelState is Valid' -2016-07-02 11:32:43.365 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-02 11:32:43.365 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-02 11:32:43.366 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-02 11:32:43.368 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-02 11:32:43.370 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" with arguments (["4", "1"]) - ModelState is Valid' -2016-07-02 11:32:43.373 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 76.0894ms -2016-07-02 11:32:43.376 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["4"]) - ModelState is Valid' -2016-07-02 11:32:43.379 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-02 11:32:43.382 +05:30 [Information] Request finished in 95.8912ms 200 application/json; charset=utf-8 -2016-07-02 11:32:43.379 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-02 11:32:43.382 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-02 11:32:43.383 +05:30 [Debug] Connection id ""0HKT27OVN5D0G"" completed keep alive response. -2016-07-02 11:32:43.384 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-02 11:32:43.383 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-02 11:32:43.386 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-02 11:32:43.389 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-02 11:32:43.395 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-02 11:32:43.401 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" in 93.066ms -2016-07-02 11:32:43.402 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 96.5241ms -2016-07-02 11:32:43.408 +05:30 [Information] Request finished in 116.9987ms 200 application/json; charset=utf-8 -2016-07-02 11:32:43.409 +05:30 [Debug] Connection id ""0HKT27OVN5D0H"" completed keep alive response. -2016-07-02 11:32:43.414 +05:30 [Information] Request finished in 122.152ms 200 application/json; charset=utf-8 -2016-07-02 11:32:43.414 +05:30 [Debug] Connection id ""0HKT27OVN5D0I"" completed keep alive response. -2016-07-02 11:35:40.839 +05:30 [Debug] Hosting starting -2016-07-02 11:35:41.461 +05:30 [Debug] Hosting started -2016-07-02 11:35:41.665 +05:30 [Debug] Connection id ""0HKT27RISMDSM"" started. -2016-07-02 11:35:41.665 +05:30 [Debug] Connection id ""0HKT27RISMDSN"" started. -2016-07-02 11:35:42.092 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:6361/ 0 -2016-07-02 11:35:42.092 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-07-02 11:35:43.877 +05:30 [Debug] Request did not match any routes. -2016-07-02 11:35:43.901 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-07-02 11:35:44.072 +05:30 [Information] Request finished in 2073.5806ms 404 -2016-07-02 11:35:44.180 +05:30 [Debug] Connection id ""0HKT27RISMDSM"" completed keep alive response. -2016-07-02 11:35:44.195 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"ef13814b-272a-491d-a62a-f39f33739b4b"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-07-02 11:35:44.287 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-07-02 11:35:44.893 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid' -2016-07-02 11:35:44.906 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult".' -2016-07-02 11:35:45.017 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-02 11:35:45.026 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-02 11:35:45.029 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-02 11:35:45.588 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 1279.9227ms -2016-07-02 11:35:45.610 +05:30 [Information] Request finished in 3632.5367ms 200 application/json; charset=utf-8 -2016-07-02 11:35:45.616 +05:30 [Debug] Connection id ""0HKT27RISMDSN"" completed keep alive response. -2016-07-02 11:36:11.318 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/User/FacebookLogin application/x-www-form-urlencoded 178 -2016-07-02 11:36:11.319 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/FacebookLogin"'. -2016-07-02 11:36:11.321 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" -2016-07-02 11:36:12.294 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" with arguments (["EAAKYvwDVmnUBAFrKOX7gTU8mu01qNUZBcUUQbJZCPaS35FjedCAe6f212sn5AAVlzeBQDZAarDZBH7MYVf3BObgnVQRZCWaAitZBxmqYSePy6CkulscTQtt46uHrFOqedDE3s1dnd9ln0sFesGQnjaNCQ2ZBsJZAYHQZD"]) - ModelState is Valid' -2016-07-02 11:36:13.542 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-02 11:36:13.550 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-02 11:36:13.552 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-02 11:36:13.637 +05:30 [Information] Executed action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" in 2313.5047ms -2016-07-02 11:36:13.642 +05:30 [Information] Request finished in 2323.4042ms 200 application/json; charset=utf-8 -2016-07-02 11:36:13.642 +05:30 [Debug] Connection id ""0HKT27RISMDSM"" completed keep alive response. -2016-07-02 11:36:14.243 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-02 11:36:14.244 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-02 11:36:14.245 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-02 11:36:14.294 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-02 11:36:14.335 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-02 11:36:14.336 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-02 11:36:14.337 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-02 11:36:14.344 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 97.4621ms -2016-07-02 11:36:14.348 +05:30 [Information] Request finished in 104.4753ms 200 application/json; charset=utf-8 -2016-07-02 11:36:14.349 +05:30 [Debug] Connection id ""0HKT27RISMDSN"" completed keep alive response. -2016-07-02 11:36:14.428 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-02 11:36:14.428 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-02 11:36:14.429 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-02 11:36:14.446 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-02 11:36:14.467 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-02 11:36:14.467 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-02 11:36:14.468 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-02 11:36:14.479 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 48.0833ms -2016-07-02 11:36:14.484 +05:30 [Information] Request finished in 56.1ms 200 application/json; charset=utf-8 -2016-07-02 11:36:14.484 +05:30 [Debug] Connection id ""0HKT27RISMDSM"" completed keep alive response. -2016-07-02 11:36:17.268 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=1 -2016-07-02 11:36:17.269 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-07-02 11:36:17.270 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-07-02 11:36:17.304 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-02 11:36:25.220 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-02 11:36:25.221 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-02 11:36:25.221 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-02 11:36:25.223 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-02 11:36:25.254 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 7982.1396ms -2016-07-02 11:36:25.258 +05:30 [Information] Request finished in 7989.5092ms 200 application/json; charset=utf-8 -2016-07-02 11:36:25.258 +05:30 [Debug] Connection id ""0HKT27RISMDSN"" completed keep alive response. -2016-07-02 11:36:25.269 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=1 -2016-07-02 11:36:25.269 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-07-02 11:36:25.270 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-07-02 11:36:25.312 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-02 11:36:25.368 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-02 11:36:25.369 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-02 11:36:25.369 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-02 11:36:25.371 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-02 11:36:25.401 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 128.6721ms -2016-07-02 11:36:25.404 +05:30 [Information] Request finished in 135.6978ms 200 application/json; charset=utf-8 -2016-07-02 11:36:25.405 +05:30 [Debug] Connection id ""0HKT27RISMDSM"" completed keep alive response. -2016-07-02 11:36:27.172 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=4 -2016-07-02 11:36:27.174 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-02 11:36:27.175 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/getProfilesAvailableToConnect?groupId=4&userId=1 -2016-07-02 11:36:27.176 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/getProfilesAvailableToConnect"'. -2016-07-02 11:36:27.177 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" -2016-07-02 11:36:27.178 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-02 11:36:27.247 +05:30 [Debug] Connection id ""0HKT27RISMDSO"" started. -2016-07-02 11:36:27.258 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=4 -2016-07-02 11:36:27.262 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-07-02 11:36:27.283 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["4"]) - ModelState is Valid' -2016-07-02 11:36:27.287 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" with arguments (["4", "1"]) - ModelState is Valid' -2016-07-02 11:36:27.288 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-02 11:36:27.289 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-02 11:36:27.287 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-07-02 11:36:27.289 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-02 11:36:27.291 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-02 11:36:27.295 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 114.1598ms -2016-07-02 11:36:27.324 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-02 11:36:27.325 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-02 11:36:27.325 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-02 11:36:27.335 +05:30 [Information] Request finished in 127.6047ms 200 application/json; charset=utf-8 -2016-07-02 11:36:27.357 +05:30 [Debug] Connection id ""0HKT27RISMDSN"" completed keep alive response. -2016-07-02 11:36:27.377 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-02 11:36:27.383 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["4"]) - ModelState is Valid' -2016-07-02 11:36:27.389 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" in 209.2756ms -2016-07-02 11:36:27.414 +05:30 [Information] Request finished in 220.7021ms 200 application/json; charset=utf-8 -2016-07-02 11:36:27.415 +05:30 [Debug] Connection id ""0HKT27RISMDSM"" completed keep alive response. -2016-07-02 11:36:27.447 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-02 11:36:27.447 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-02 11:36:27.448 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-02 11:36:27.449 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-02 11:36:27.483 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 190.8622ms -2016-07-02 11:36:27.489 +05:30 [Information] Request finished in 232.1764ms 200 application/json; charset=utf-8 -2016-07-02 11:36:27.489 +05:30 [Debug] Connection id ""0HKT27RISMDSO"" completed keep alive response. -2016-07-02 11:36:29.748 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/GroupProfiles/AddProfileToGroup?profileId=1792169061004470&groupId=4&userId=1&profileType=0 0 -2016-07-02 11:36:29.749 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/AddProfileToGroup"'. -2016-07-02 11:36:29.750 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.AddProfileToGroup (Api.Socioboard)" -2016-07-02 11:36:29.771 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.AddProfileToGroup (Api.Socioboard)" with arguments (["1792169061004470", "4", "1", "Facebook"]) - ModelState is Valid' -2016-07-02 11:36:39.140 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.AddProfileToGroup (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-02 11:36:39.140 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-02 11:36:39.141 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-07-02 11:36:39.142 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-02 11:36:39.152 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.AddProfileToGroup (Api.Socioboard)" in 9396.7551ms -2016-07-02 11:36:39.169 +05:30 [Information] Request finished in 9411.7269ms 200 text/plain; charset=utf-8 -2016-07-02 11:36:39.170 +05:30 [Debug] Connection id ""0HKT27RISMDSN"" completed keep alive response. -2016-07-02 11:36:44.762 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-02 11:36:44.762 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-02 11:36:44.763 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-02 11:36:44.784 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-02 11:36:44.785 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-02 11:36:44.786 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-02 11:36:44.787 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-02 11:36:44.790 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 24.276ms -2016-07-02 11:36:44.798 +05:30 [Information] Request finished in 38.433ms 200 application/json; charset=utf-8 -2016-07-02 11:36:44.798 +05:30 [Debug] Connection id ""0HKT27RISMDSM"" completed keep alive response. -2016-07-02 11:36:44.818 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-02 11:36:44.818 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-02 11:36:44.819 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-02 11:36:44.831 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-02 11:36:44.833 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-02 11:36:44.833 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-02 11:36:44.835 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-02 11:36:44.839 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 16.3185ms -2016-07-02 11:36:44.845 +05:30 [Information] Request finished in 28.8471ms 200 application/json; charset=utf-8 -2016-07-02 11:36:44.846 +05:30 [Debug] Connection id ""0HKT27RISMDSO"" completed keep alive response. -2016-07-02 11:36:52.632 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=4 -2016-07-02 11:36:52.634 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=4 -2016-07-02 11:36:52.634 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-07-02 11:36:52.636 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-02 11:36:52.636 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-07-02 11:36:52.636 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-02 11:36:52.643 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/getProfilesAvailableToConnect?groupId=4&userId=1 -2016-07-02 11:36:52.644 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/getProfilesAvailableToConnect"'. -2016-07-02 11:36:52.668 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" -2016-07-02 11:36:52.745 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["4"]) - ModelState is Valid' -2016-07-02 11:36:52.771 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["4"]) - ModelState is Valid' -2016-07-02 11:36:52.772 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-02 11:36:52.773 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-02 11:36:52.773 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-02 11:36:52.789 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" with arguments (["4", "1"]) - ModelState is Valid' -2016-07-02 11:36:52.791 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-02 11:36:52.794 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 155.336ms -2016-07-02 11:36:52.822 +05:30 [Information] Request finished in 167.9375ms 200 application/json; charset=utf-8 -2016-07-02 11:36:52.823 +05:30 [Debug] Connection id ""0HKT27RISMDSN"" completed keep alive response. -2016-07-02 11:36:52.887 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-02 11:36:52.888 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-02 11:36:52.889 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-02 11:36:52.890 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-02 11:36:52.892 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-02 11:36:52.893 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-02 11:36:52.893 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-02 11:36:52.895 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-02 11:36:52.904 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 259.8016ms -2016-07-02 11:36:52.909 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" in 227.8037ms -2016-07-02 11:36:52.911 +05:30 [Information] Request finished in 279.6109ms 200 application/json; charset=utf-8 -2016-07-02 11:36:52.912 +05:30 [Debug] Connection id ""0HKT27RISMDSM"" completed keep alive response. -2016-07-02 11:36:52.915 +05:30 [Information] Request finished in 281.9657ms 200 application/json; charset=utf-8 -2016-07-02 11:36:52.916 +05:30 [Debug] Connection id ""0HKT27RISMDSO"" completed keep alive response. -2016-07-02 11:37:02.571 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/GroupProfiles/AddProfileToGroup?profileId=1792169061004470&groupId=4&userId=1&profileType=0 0 -2016-07-02 11:37:02.572 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/AddProfileToGroup"'. -2016-07-02 11:37:02.572 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.AddProfileToGroup (Api.Socioboard)" -2016-07-02 11:37:02.586 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.AddProfileToGroup (Api.Socioboard)" with arguments (["1792169061004470", "4", "1", "Facebook"]) - ModelState is Valid' -2016-07-02 11:37:15.379 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.AddProfileToGroup (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.BadRequestObjectResult".' -2016-07-02 11:37:15.380 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-02 11:37:15.380 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-07-02 11:37:15.383 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-02 11:37:15.385 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.AddProfileToGroup (Api.Socioboard)" in 12811.009ms -2016-07-02 11:37:15.391 +05:30 [Information] Request finished in 12819.8628ms 400 text/plain; charset=utf-8 -2016-07-02 11:37:15.392 +05:30 [Debug] Connection id ""0HKT27RISMDSN"" completed keep alive response. -2016-07-02 11:37:57.556 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-02 11:37:57.557 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-02 11:37:57.557 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-02 11:37:57.558 +05:30 [Debug] Connection id ""0HKT27RISMDSM"" received FIN. -2016-07-02 11:37:57.558 +05:30 [Debug] Connection id ""0HKT27RISMDSO"" received FIN. -2016-07-02 11:37:57.565 +05:30 [Debug] Connection id ""0HKT27RISMDSM"" disconnecting. -2016-07-02 11:37:57.565 +05:30 [Debug] Connection id ""0HKT27RISMDSO"" disconnecting. -2016-07-02 11:37:57.569 +05:30 [Debug] Connection id ""0HKT27RISMDSM"" sending FIN. -2016-07-02 11:37:57.577 +05:30 [Debug] Connection id ""0HKT27RISMDSO"" sending FIN. -2016-07-02 11:37:57.591 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-02 11:37:57.592 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-02 11:37:57.593 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-02 11:37:57.595 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-02 11:37:57.598 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 37.8115ms -2016-07-02 11:37:57.603 +05:30 [Information] Request finished in 48.5377ms 200 application/json; charset=utf-8 -2016-07-02 11:37:57.604 +05:30 [Debug] Connection id ""0HKT27RISMDSN"" completed keep alive response. -2016-07-02 11:37:57.611 +05:30 [Debug] Connection id ""0HKT27RISMDSM"" sent FIN with status "0". -2016-07-02 11:37:57.611 +05:30 [Debug] Connection id ""0HKT27RISMDSO"" sent FIN with status "0". -2016-07-02 11:37:57.617 +05:30 [Debug] Connection id ""0HKT27RISMDSM"" stopped. -2016-07-02 11:37:57.617 +05:30 [Debug] Connection id ""0HKT27RISMDSO"" stopped. -2016-07-02 11:37:57.632 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-02 11:37:57.633 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-02 11:37:57.634 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-02 11:37:57.666 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-02 11:37:57.668 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-02 11:37:57.669 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-02 11:37:57.671 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-02 11:37:57.680 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 38.6286ms -2016-07-02 11:37:57.688 +05:30 [Information] Request finished in 56.1947ms 200 application/json; charset=utf-8 -2016-07-02 11:37:57.689 +05:30 [Debug] Connection id ""0HKT27RISMDSN"" completed keep alive response. -2016-07-02 11:38:03.276 +05:30 [Debug] Connection id ""0HKT27RISMDSP"" started. -2016-07-02 11:38:03.276 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=4 -2016-07-02 11:38:03.278 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-02 11:38:03.278 +05:30 [Debug] Connection id ""0HKT27RISMDSQ"" started. -2016-07-02 11:38:03.278 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-02 11:38:03.285 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=4 -2016-07-02 11:38:03.288 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-07-02 11:38:03.290 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-07-02 11:38:03.302 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/getProfilesAvailableToConnect?groupId=4&userId=1 -2016-07-02 11:38:03.309 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/getProfilesAvailableToConnect"'. -2016-07-02 11:38:03.309 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" -2016-07-02 11:38:03.393 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["4"]) - ModelState is Valid' -2016-07-02 11:38:03.396 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-02 11:38:03.396 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-02 11:38:03.403 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-02 11:38:03.408 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-02 11:38:03.409 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" with arguments (["4", "1"]) - ModelState is Valid' -2016-07-02 11:38:03.413 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 129.4201ms -2016-07-02 11:38:05.467 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["4"]) - ModelState is Valid' -2016-07-02 11:38:05.468 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-02 11:38:06.182 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-02 11:38:06.182 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-02 11:38:07.671 +05:30 [Information] Request finished in 2914.5219ms 200 application/json; charset=utf-8 -2016-07-02 11:38:07.672 +05:30 [Debug] Connection id ""0HKT27RISMDSN"" completed keep alive response. -2016-07-02 11:38:07.672 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-02 11:38:23.442 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 20103.2762ms -2016-07-02 11:38:23.489 +05:30 [Information] Request finished in 20208.153ms 200 application/json; charset=utf-8 -2016-07-02 11:38:23.490 +05:30 [Debug] Connection id ""0HKT27RISMDSP"" completed keep alive response. -2016-07-02 11:48:21.368 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-02 11:48:21.388 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-02 11:48:21.388 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-02 11:48:21.377 +05:30 [Debug] Connection id ""0HKT27RISMDSN"" received FIN. -2016-07-02 11:48:21.377 +05:30 [Debug] Connection id ""0HKT27RISMDSP"" received FIN. -2016-07-02 11:48:21.406 +05:30 [Debug] Connection id ""0HKT27RISMDSN"" disconnecting. -2016-07-02 11:48:21.407 +05:30 [Debug] Connection id ""0HKT27RISMDSP"" disconnecting. -2016-07-02 11:48:21.415 +05:30 [Debug] Connection id ""0HKT27RISMDSQ"" received FIN. -2016-07-02 11:48:21.415 +05:30 [Debug] Connection id ""0HKT27RISMDSN"" sending FIN. -2016-07-02 11:48:21.416 +05:30 [Debug] Connection id ""0HKT27RISMDSN"" sent FIN with status "-4077". -2016-07-02 11:48:21.417 +05:30 [Debug] Connection id ""0HKT27RISMDSN"" stopped. -2016-07-02 11:48:21.418 +05:30 [Debug] Connection id ""0HKT27RISMDSP"" sending FIN. -2016-07-02 11:48:21.420 +05:30 [Debug] Connection id ""0HKT27RISMDSP"" sent FIN with status "-4077". -2016-07-02 11:48:21.421 +05:30 [Debug] Connection id ""0HKT27RISMDSP"" stopped. -2016-07-02 11:48:21.431 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-02 11:48:21.450 +05:30 [Debug] Connection id ""0HKT27RISMDSQ"" disconnecting. -2016-07-02 11:48:21.452 +05:30 [Information] Connection id ""0HKT27RISMDSQ"" communication error -Microsoft.AspNetCore.Server.Kestrel.Networking.UvException: Error -4077 ECONNRESET connection reset by peer -2016-07-02 11:48:21.459 +05:30 [Debug] Connection id ""0HKT27RISMDSQ"" stopped. -2016-07-02 11:48:21.464 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" in 618144.0122ms -2016-07-02 11:48:21.472 +05:30 [Information] Request finished in 618188.5405ms 200 application/json; charset=utf-8 -2016-07-02 11:58:40.797 +05:30 [Debug] Hosting starting -2016-07-02 11:58:41.468 +05:30 [Debug] Hosting started -2016-07-02 11:58:41.608 +05:30 [Debug] Connection id ""0HKT288E4S9S1"" started. -2016-07-02 11:58:41.608 +05:30 [Debug] Connection id ""0HKT288E4S9S0"" started. -2016-07-02 11:58:42.008 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:6361/ 0 -2016-07-02 11:58:42.008 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-07-02 11:58:44.224 +05:30 [Debug] Request did not match any routes. -2016-07-02 11:58:44.248 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-07-02 11:58:44.494 +05:30 [Information] Request finished in 2585.9256ms 404 -2016-07-02 11:58:44.530 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"3e630d3d-2bac-4faf-8300-1a85ba1165c0"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-07-02 11:58:44.614 +05:30 [Debug] Connection id ""0HKT288E4S9S0"" completed keep alive response. -2016-07-02 11:58:44.611 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-07-02 11:58:45.272 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid' -2016-07-02 11:58:45.286 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult".' -2016-07-02 11:58:45.396 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-02 11:58:45.408 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-02 11:58:45.413 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-02 11:58:46.019 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 1389.3724ms -2016-07-02 11:58:46.032 +05:30 [Information] Request finished in 4159.0233ms 200 application/json; charset=utf-8 -2016-07-02 11:58:46.037 +05:30 [Debug] Connection id ""0HKT288E4S9S1"" completed keep alive response. -2016-07-02 12:00:03.943 +05:30 [Debug] Connection id ""0HKT288E4S9S0"" received FIN. -2016-07-02 12:00:03.943 +05:30 [Debug] Connection id ""0HKT288E4S9S1"" received FIN. -2016-07-02 12:00:03.948 +05:30 [Debug] Connection id ""0HKT288E4S9S2"" started. -2016-07-02 12:00:03.948 +05:30 [Debug] Connection id ""0HKT288E4S9S0"" disconnecting. -2016-07-02 12:00:03.958 +05:30 [Debug] Connection id ""0HKT288E4S9S1"" disconnecting. -2016-07-02 12:00:03.960 +05:30 [Debug] Connection id ""0HKT288E4S9S0"" sending FIN. -2016-07-02 12:00:03.964 +05:30 [Debug] Connection id ""0HKT288E4S9S1"" sending FIN. -2016-07-02 12:00:03.974 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/User/FacebookLogin application/x-www-form-urlencoded 174 -2016-07-02 12:00:03.976 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/FacebookLogin"'. -2016-07-02 12:00:03.978 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" -2016-07-02 12:00:03.980 +05:30 [Debug] Connection id ""0HKT288E4S9S0"" sent FIN with status "0". -2016-07-02 12:00:03.985 +05:30 [Debug] Connection id ""0HKT288E4S9S1"" sent FIN with status "0". -2016-07-02 12:00:03.985 +05:30 [Debug] Connection id ""0HKT288E4S9S0"" stopped. -2016-07-02 12:00:03.986 +05:30 [Debug] Connection id ""0HKT288E4S9S1"" stopped. -2016-07-02 12:00:05.038 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" with arguments (["EAAKYvwDVmnUBADTi7Ozc8HrGnCv7ZAvBfZCAcnrmyW87WUKxLujbhFnuDyta6o9QWcvKVkFoyY7sGUyv7oNsMzY5O6ss6SPa3kZAyrkl6iHRjtUnrQnVFL1IMgoA0Fnyzfr8uAZB6DeSei1l5rw4n39VIxdW1tQZD"]) - ModelState is Valid' -2016-07-02 12:00:06.405 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-02 12:00:06.419 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-02 12:00:06.422 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-02 12:00:06.545 +05:30 [Information] Executed action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" in 2544.4752ms -2016-07-02 12:00:06.549 +05:30 [Information] Request finished in 2580.2341ms 200 application/json; charset=utf-8 -2016-07-02 12:00:06.550 +05:30 [Debug] Connection id ""0HKT288E4S9S2"" completed keep alive response. -2016-07-02 12:00:07.170 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-02 12:00:07.171 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-02 12:00:07.172 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-02 12:00:07.227 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-02 12:00:07.264 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-02 12:00:07.265 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-02 12:00:07.266 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-02 12:00:07.273 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 99.5883ms -2016-07-02 12:00:07.279 +05:30 [Information] Request finished in 108.6832ms 200 application/json; charset=utf-8 -2016-07-02 12:00:07.280 +05:30 [Debug] Connection id ""0HKT288E4S9S2"" completed keep alive response. -2016-07-02 12:00:07.427 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-02 12:00:07.428 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-02 12:00:07.429 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-02 12:00:07.449 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-02 12:00:07.474 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-02 12:00:07.474 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-02 12:00:07.475 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-02 12:00:07.489 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 55.6701ms -2016-07-02 12:00:07.492 +05:30 [Information] Request finished in 65.5371ms 200 application/json; charset=utf-8 -2016-07-02 12:00:07.493 +05:30 [Debug] Connection id ""0HKT288E4S9S2"" completed keep alive response. -2016-07-02 12:00:10.936 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=1 -2016-07-02 12:00:10.936 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-07-02 12:00:10.937 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-07-02 12:00:11.050 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-02 12:00:19.551 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-02 12:00:19.552 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-02 12:00:19.552 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-02 12:00:19.553 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-02 12:00:19.585 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 8645.1657ms -2016-07-02 12:00:19.591 +05:30 [Information] Request finished in 8655.2368ms 200 application/json; charset=utf-8 -2016-07-02 12:00:19.592 +05:30 [Debug] Connection id ""0HKT288E4S9S2"" completed keep alive response. -2016-07-02 12:00:19.610 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=1 -2016-07-02 12:00:19.611 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-07-02 12:00:19.612 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-07-02 12:00:19.673 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-02 12:00:19.730 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-02 12:00:19.731 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-02 12:00:19.731 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-02 12:00:19.733 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-02 12:00:19.768 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 154.0599ms -2016-07-02 12:00:19.772 +05:30 [Information] Request finished in 163.4827ms 200 application/json; charset=utf-8 -2016-07-02 12:00:19.772 +05:30 [Debug] Connection id ""0HKT288E4S9S2"" completed keep alive response. -2016-07-02 12:00:44.833 +05:30 [Debug] Connection id ""0HKT288E4S9S3"" started. -2016-07-02 12:00:44.834 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=4 -2016-07-02 12:00:44.834 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-02 12:00:44.839 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/getProfilesAvailableToConnect?groupId=4&userId=1 -2016-07-02 12:00:44.840 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-02 12:00:44.841 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/getProfilesAvailableToConnect"'. -2016-07-02 12:00:44.868 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" -2016-07-02 12:00:44.881 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["4"]) - ModelState is Valid' -2016-07-02 12:00:44.883 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-02 12:00:44.884 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-02 12:00:44.885 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-02 12:00:44.894 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-02 12:00:44.902 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 54.5121ms -2016-07-02 12:00:44.917 +05:30 [Information] Request finished in 82.4452ms 200 application/json; charset=utf-8 -2016-07-02 12:00:44.918 +05:30 [Debug] Connection id ""0HKT288E4S9S2"" completed keep alive response. -2016-07-02 12:00:44.935 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=4 -2016-07-02 12:00:44.938 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-07-02 12:00:44.939 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-07-02 12:00:44.971 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" with arguments (["4", "1"]) - ModelState is Valid' -2016-07-02 12:00:48.047 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-02 12:00:48.051 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-02 12:00:48.052 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-02 12:00:48.056 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-02 12:00:48.066 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["4"]) - ModelState is Valid' -2016-07-02 12:00:48.074 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" in 3189.5879ms -2016-07-02 12:00:48.079 +05:30 [Information] Request finished in 3243.2881ms 200 application/json; charset=utf-8 -2016-07-02 12:00:48.080 +05:30 [Debug] Connection id ""0HKT288E4S9S3"" completed keep alive response. -2016-07-02 12:00:48.107 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-02 12:00:48.107 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-02 12:00:48.108 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-02 12:00:48.126 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-02 12:00:48.146 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 3204.7707ms -2016-07-02 12:00:48.150 +05:30 [Information] Request finished in 3223.1653ms 200 application/json; charset=utf-8 -2016-07-02 12:00:48.151 +05:30 [Debug] Connection id ""0HKT288E4S9S2"" completed keep alive response. -2016-07-02 12:00:58.224 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-02 12:00:58.225 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-02 12:00:58.226 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-02 12:00:58.284 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-02 12:00:58.286 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-02 12:00:58.286 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-02 12:00:58.288 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-02 12:00:58.303 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 62.8515ms -2016-07-02 12:00:58.309 +05:30 [Information] Request finished in 84.942ms 200 application/json; charset=utf-8 -2016-07-02 12:00:58.310 +05:30 [Debug] Connection id ""0HKT288E4S9S3"" completed keep alive response. -2016-07-02 12:00:58.325 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-02 12:00:58.326 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-02 12:00:58.326 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-02 12:00:58.337 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-02 12:00:58.338 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-02 12:00:58.339 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-02 12:00:58.340 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-02 12:00:58.344 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 14.62ms -2016-07-02 12:00:58.349 +05:30 [Information] Request finished in 25.1911ms 200 application/json; charset=utf-8 -2016-07-02 12:00:58.350 +05:30 [Debug] Connection id ""0HKT288E4S9S2"" completed keep alive response. -2016-07-02 12:01:03.564 +05:30 [Debug] Connection id ""0HKT288E4S9S4"" started. -2016-07-02 12:01:03.564 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=4 -2016-07-02 12:01:03.587 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-07-02 12:01:03.587 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-07-02 12:01:03.588 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=4 -2016-07-02 12:01:03.605 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-02 12:01:03.606 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-02 12:01:03.616 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/getProfilesAvailableToConnect?groupId=4&userId=1 -2016-07-02 12:01:03.618 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/getProfilesAvailableToConnect"'. -2016-07-02 12:01:03.619 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" -2016-07-02 12:01:03.639 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["4"]) - ModelState is Valid' -2016-07-02 12:01:03.676 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-02 12:01:03.676 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-02 12:01:03.677 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-02 12:01:03.679 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["4"]) - ModelState is Valid' -2016-07-02 12:01:03.681 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" with arguments (["4", "1"]) - ModelState is Valid' -2016-07-02 12:01:03.681 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-02 12:01:03.680 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-02 12:01:15.554 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-02 12:01:15.554 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-02 12:01:15.565 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 11966.1962ms -2016-07-02 12:01:16.046 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-02 12:01:16.051 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 12440.4132ms -2016-07-02 12:01:16.527 +05:30 [Information] Request finished in 12489.223ms 200 application/json; charset=utf-8 -2016-07-02 12:01:17.174 +05:30 [Debug] Connection id ""0HKT288E4S9S3"" completed keep alive response. -2016-07-02 12:01:17.259 +05:30 [Information] Request finished in 13695.3222ms 200 application/json; charset=utf-8 -2016-07-02 12:01:22.763 +05:30 [Debug] Connection id ""0HKT288E4S9S2"" completed keep alive response. -2016-07-02 12:03:24.703 +05:30 [Debug] Hosting starting -2016-07-02 12:03:25.307 +05:30 [Debug] Hosting started -2016-07-02 12:03:25.514 +05:30 [Debug] Connection id ""0HKT28B2OC73H"" started. -2016-07-02 12:03:25.515 +05:30 [Debug] Connection id ""0HKT28B2OC73I"" started. -2016-07-02 12:03:25.912 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:6361/ 0 -2016-07-02 12:03:25.911 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-07-02 12:03:27.746 +05:30 [Debug] Request did not match any routes. -2016-07-02 12:03:27.770 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-07-02 12:03:27.961 +05:30 [Information] Request finished in 2125.2356ms 404 -2016-07-02 12:03:28.032 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"3ea84242-b539-46b4-ac43-4fa9827c2f27"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-07-02 12:03:28.047 +05:30 [Debug] Connection id ""0HKT28B2OC73I"" completed keep alive response. -2016-07-02 12:03:28.113 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-07-02 12:03:28.744 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid' -2016-07-02 12:03:28.759 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult".' -2016-07-02 12:03:28.890 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-02 12:03:28.904 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-02 12:03:28.911 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-02 12:03:29.632 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 1496.1792ms -2016-07-02 12:03:29.648 +05:30 [Information] Request finished in 3833.156ms 200 application/json; charset=utf-8 -2016-07-02 12:03:29.658 +05:30 [Debug] Connection id ""0HKT28B2OC73H"" completed keep alive response. -2016-07-02 12:03:51.381 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/User/FacebookLogin application/x-www-form-urlencoded 179 -2016-07-02 12:03:51.383 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/FacebookLogin"'. -2016-07-02 12:03:51.385 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" -2016-07-02 12:03:52.313 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" with arguments (["EAAKYvwDVmnUBAKDnPH8xmjbXK6rBzn2iM2VhZBeA0sVMptmJmyyu3ZCwFYXlZBa2zhQ0cbLlVfZAMOYsu5CNMXtZCYOytCdblAJUWCeq1WRtZAImiWJKuEhZCFwJzuTDs6nUE76iR5TkM2K1TXu2ZAHsa3TiJZBW4zkoZD"]) - ModelState is Valid' -2016-07-02 12:03:53.714 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-02 12:03:53.725 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-02 12:03:53.726 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-02 12:03:53.835 +05:30 [Information] Executed action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" in 2446.3705ms -2016-07-02 12:03:53.841 +05:30 [Information] Request finished in 2460.089ms 200 application/json; charset=utf-8 -2016-07-02 12:03:53.845 +05:30 [Debug] Connection id ""0HKT28B2OC73I"" completed keep alive response. -2016-07-02 12:03:54.547 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-02 12:03:54.547 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-02 12:03:54.548 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-02 12:03:54.597 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-02 12:03:54.623 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-02 12:03:54.623 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-02 12:03:54.625 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-02 12:03:54.634 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 82.4076ms -2016-07-02 12:03:54.639 +05:30 [Information] Request finished in 93.5375ms 200 application/json; charset=utf-8 -2016-07-02 12:03:54.639 +05:30 [Debug] Connection id ""0HKT28B2OC73H"" completed keep alive response. -2016-07-02 12:03:54.713 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-02 12:03:54.714 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-02 12:03:54.715 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-02 12:03:54.757 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-02 12:03:54.779 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-02 12:03:54.779 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-02 12:03:54.780 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-02 12:03:54.791 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 75.5546ms -2016-07-02 12:03:54.797 +05:30 [Information] Request finished in 82.4253ms 200 application/json; charset=utf-8 -2016-07-02 12:03:54.798 +05:30 [Debug] Connection id ""0HKT28B2OC73I"" completed keep alive response. -2016-07-02 12:03:57.511 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=1 -2016-07-02 12:03:57.512 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-07-02 12:03:57.513 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-07-02 12:03:57.549 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-02 12:04:05.076 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-02 12:04:05.077 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-02 12:04:05.077 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-02 12:04:05.078 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-02 12:04:05.115 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 7600.5428ms -2016-07-02 12:04:05.118 +05:30 [Information] Request finished in 7608.9341ms 200 application/json; charset=utf-8 -2016-07-02 12:04:05.119 +05:30 [Debug] Connection id ""0HKT28B2OC73H"" completed keep alive response. -2016-07-02 12:04:05.129 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=1 -2016-07-02 12:04:05.130 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-07-02 12:04:05.130 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-07-02 12:04:05.170 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-02 12:04:05.233 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-02 12:04:05.234 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-02 12:04:05.234 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-02 12:04:05.237 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-02 12:04:05.278 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 145.4462ms -2016-07-02 12:04:05.284 +05:30 [Information] Request finished in 154.5976ms 200 application/json; charset=utf-8 -2016-07-02 12:04:05.285 +05:30 [Debug] Connection id ""0HKT28B2OC73I"" completed keep alive response. -2016-07-02 12:04:37.189 +05:30 [Debug] Connection id ""0HKT28B2OC73J"" started. -2016-07-02 12:04:37.191 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=4 -2016-07-02 12:04:37.195 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-07-02 12:04:37.196 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-07-02 12:04:37.197 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=4 -2016-07-02 12:04:37.198 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-02 12:04:37.202 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-02 12:04:37.206 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/getProfilesAvailableToConnect?groupId=4&userId=1 -2016-07-02 12:04:37.209 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/getProfilesAvailableToConnect"'. -2016-07-02 12:04:37.224 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" -2016-07-02 12:04:37.325 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["4"]) - ModelState is Valid' -2016-07-02 12:04:37.326 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-02 12:04:37.334 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["4"]) - ModelState is Valid' -2016-07-02 12:04:37.335 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-02 12:04:37.335 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-02 12:04:37.328 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" with arguments (["4", "1"]) - ModelState is Valid' -2016-07-02 12:04:37.364 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-02 12:04:37.366 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 162.0482ms -2016-07-02 12:04:37.375 +05:30 [Information] Request finished in 183.0838ms 200 application/json; charset=utf-8 -2016-07-02 12:04:37.376 +05:30 [Debug] Connection id ""0HKT28B2OC73I"" completed keep alive response. -2016-07-02 12:04:39.628 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-02 12:04:39.631 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-02 12:04:39.631 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-02 12:04:39.634 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-02 12:04:39.652 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" in 2423.2685ms -2016-07-02 12:04:39.660 +05:30 [Information] Request finished in 2463.9902ms 200 application/json; charset=utf-8 -2016-07-02 12:04:39.661 +05:30 [Debug] Connection id ""0HKT28B2OC73J"" completed keep alive response. -2016-07-02 12:04:39.662 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-02 12:04:39.663 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-02 12:04:39.669 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-02 12:04:39.677 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-02 12:04:39.708 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 2507.4482ms -2016-07-02 12:04:39.713 +05:30 [Information] Request finished in 2526.7779ms 200 application/json; charset=utf-8 -2016-07-02 12:04:39.714 +05:30 [Debug] Connection id ""0HKT28B2OC73H"" completed keep alive response. -2016-07-02 12:07:05.471 +05:30 [Debug] Connection id ""0HKT28B2OC73H"" received FIN. -2016-07-02 12:07:05.471 +05:30 [Debug] Connection id ""0HKT28B2OC73I"" received FIN. -2016-07-02 12:07:05.473 +05:30 [Debug] Connection id ""0HKT28B2OC73J"" received FIN. -2016-07-02 12:07:05.474 +05:30 [Debug] Connection id ""0HKT28B2OC73H"" disconnecting. -2016-07-02 12:07:05.474 +05:30 [Debug] Connection id ""0HKT28B2OC73J"" disconnecting. -2016-07-02 12:07:05.474 +05:30 [Debug] Connection id ""0HKT28B2OC73I"" disconnecting. -2016-07-02 12:07:05.477 +05:30 [Debug] Connection id ""0HKT28B2OC73H"" sending FIN. -2016-07-02 12:07:05.477 +05:30 [Debug] Connection id ""0HKT28B2OC73I"" sending FIN. -2016-07-02 12:07:05.484 +05:30 [Debug] Connection id ""0HKT28B2OC73J"" sending FIN. -2016-07-02 12:07:05.499 +05:30 [Debug] Connection id ""0HKT28B2OC73H"" sent FIN with status "0". -2016-07-02 12:07:05.499 +05:30 [Debug] Connection id ""0HKT28B2OC73J"" sent FIN with status "0". -2016-07-02 12:07:05.507 +05:30 [Debug] Connection id ""0HKT28B2OC73H"" stopped. -2016-07-02 12:07:05.507 +05:30 [Debug] Connection id ""0HKT28B2OC73J"" stopped. -2016-07-02 12:07:05.507 +05:30 [Debug] Connection id ""0HKT28B2OC73I"" sent FIN with status "0". -2016-07-02 12:07:05.507 +05:30 [Debug] Connection id ""0HKT28B2OC73I"" stopped. -2016-07-02 12:19:57.024 +05:30 [Debug] Hosting starting -2016-07-02 12:19:57.626 +05:30 [Debug] Hosting started -2016-07-02 12:19:57.867 +05:30 [Debug] Connection id ""0HKT28KAG5AFU"" started. -2016-07-02 12:19:57.867 +05:30 [Debug] Connection id ""0HKT28KAG5AFV"" started. -2016-07-02 12:19:58.267 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:6361/ 0 -2016-07-02 12:19:58.267 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-07-02 12:20:00.080 +05:30 [Debug] Request did not match any routes. -2016-07-02 12:20:00.109 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-07-02 12:20:00.272 +05:30 [Information] Request finished in 2076.8962ms 404 -2016-07-02 12:20:00.344 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"1d421143-71f7-4296-aa7c-2f3c447aaaac"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-07-02 12:20:00.357 +05:30 [Debug] Connection id ""0HKT28KAG5AFU"" completed keep alive response. -2016-07-02 12:20:00.424 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-07-02 12:20:00.972 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid' -2016-07-02 12:20:00.981 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult".' -2016-07-02 12:20:01.077 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-02 12:20:01.085 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-02 12:20:01.089 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-02 12:20:01.657 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 1214.5846ms -2016-07-02 12:20:01.670 +05:30 [Information] Request finished in 3499.8774ms 200 application/json; charset=utf-8 -2016-07-02 12:20:01.676 +05:30 [Debug] Connection id ""0HKT28KAG5AFV"" completed keep alive response. -2016-07-02 12:20:37.706 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/User/FacebookLogin application/x-www-form-urlencoded 175 -2016-07-02 12:20:37.707 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/FacebookLogin"'. -2016-07-02 12:20:37.709 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" -2016-07-02 12:20:38.662 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" with arguments (["EAAKYvwDVmnUBAKnUUFOQMDyEJRC51AVYmUiErG9hKED2ZAGxkOVVmNaljudx0BeAQo2FTNLoaDkBsO9lwXQ2oWdWI3PZCkRHFqljF7bAIAUusOgbddcpZByI8lLQUKRi2cMvCZAUaZAnuGfpPY8oKcJPbuzwOyOsZD"]) - ModelState is Valid' -2016-07-02 12:20:39.979 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-02 12:20:39.988 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-02 12:20:39.989 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-02 12:20:40.063 +05:30 [Information] Executed action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" in 2353.0302ms -2016-07-02 12:20:40.067 +05:30 [Information] Request finished in 2364.683ms 200 application/json; charset=utf-8 -2016-07-02 12:20:40.067 +05:30 [Debug] Connection id ""0HKT28KAG5AFU"" completed keep alive response. -2016-07-02 12:20:40.752 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-02 12:20:40.752 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-02 12:20:40.753 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-02 12:20:40.832 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-02 12:20:40.862 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-02 12:20:40.863 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-02 12:20:40.864 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-02 12:20:40.871 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 114.1992ms -2016-07-02 12:20:40.874 +05:30 [Information] Request finished in 122.8294ms 200 application/json; charset=utf-8 -2016-07-02 12:20:40.874 +05:30 [Debug] Connection id ""0HKT28KAG5AFV"" completed keep alive response. -2016-07-02 12:20:40.949 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-02 12:20:40.950 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-02 12:20:40.951 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-02 12:20:40.967 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-02 12:20:40.991 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-02 12:20:40.992 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-02 12:20:40.994 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-02 12:20:41.009 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 55.5983ms -2016-07-02 12:20:41.016 +05:30 [Information] Request finished in 66.9107ms 200 application/json; charset=utf-8 -2016-07-02 12:20:41.017 +05:30 [Debug] Connection id ""0HKT28KAG5AFU"" completed keep alive response. -2016-07-02 12:20:45.054 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=1 -2016-07-02 12:20:45.055 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-07-02 12:20:45.064 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-07-02 12:20:45.104 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-02 12:20:53.647 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-02 12:20:53.647 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-02 12:20:53.648 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-02 12:20:53.649 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-02 12:20:53.689 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 8623.3232ms -2016-07-02 12:20:53.693 +05:30 [Information] Request finished in 8639.7056ms 200 application/json; charset=utf-8 -2016-07-02 12:20:53.694 +05:30 [Debug] Connection id ""0HKT28KAG5AFV"" completed keep alive response. -2016-07-02 12:20:53.706 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=1 -2016-07-02 12:20:53.707 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-07-02 12:20:53.707 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-07-02 12:20:53.735 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-02 12:20:53.803 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-02 12:20:53.803 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-02 12:20:53.804 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-02 12:20:53.805 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-02 12:20:53.869 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 145.3065ms -2016-07-02 12:20:53.873 +05:30 [Information] Request finished in 168.2204ms 200 application/json; charset=utf-8 -2016-07-02 12:20:53.874 +05:30 [Debug] Connection id ""0HKT28KAG5AFU"" completed keep alive response. -2016-07-02 12:21:06.494 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=4 -2016-07-02 12:21:06.497 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/getProfilesAvailableToConnect?groupId=4&userId=1 -2016-07-02 12:21:06.497 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-02 12:21:06.499 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/getProfilesAvailableToConnect"'. -2016-07-02 12:21:06.499 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" -2016-07-02 12:21:06.502 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-02 12:21:06.522 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["4"]) - ModelState is Valid' -2016-07-02 12:21:06.525 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-02 12:21:06.528 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-02 12:21:06.529 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-02 12:21:06.530 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-02 12:21:06.537 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" with arguments (["4", "1"]) - ModelState is Valid' -2016-07-02 12:21:06.538 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 30.7424ms -2016-07-02 12:21:06.545 +05:30 [Debug] Connection id ""0HKT28KAG5AG0"" started. -2016-07-02 12:21:15.514 +05:30 [Information] Request finished in 9019.4471ms 200 application/json; charset=utf-8 -2016-07-02 12:21:15.515 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=4 -2016-07-02 12:21:15.519 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-02 12:21:15.521 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-02 12:21:15.521 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-02 12:21:15.519 +05:30 [Debug] Connection id ""0HKT28KAG5AFV"" completed keep alive response. -2016-07-02 12:21:15.525 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-02 12:21:15.519 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-07-02 12:21:15.531 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-07-02 12:21:15.560 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" in 9042.2532ms -2016-07-02 12:21:15.577 +05:30 [Information] Request finished in 9076.3563ms 200 application/json; charset=utf-8 -2016-07-02 12:21:15.579 +05:30 [Debug] Connection id ""0HKT28KAG5AFU"" completed keep alive response. -2016-07-02 12:21:15.605 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["4"]) - ModelState is Valid' -2016-07-02 12:21:15.663 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-02 12:21:15.664 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-02 12:21:15.664 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-02 12:21:15.666 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-02 12:21:15.682 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 147.0461ms -2016-07-02 12:21:15.686 +05:30 [Information] Request finished in 170.9435ms 200 application/json; charset=utf-8 -2016-07-02 12:21:15.687 +05:30 [Debug] Connection id ""0HKT28KAG5AG0"" completed keep alive response. -2016-07-02 12:23:37.824 +05:30 [Debug] Connection id ""0HKT28KAG5AFU"" received FIN. -2016-07-02 12:23:37.829 +05:30 [Debug] Connection id ""0HKT28KAG5AFU"" disconnecting. -2016-07-02 12:23:37.830 +05:30 [Debug] Connection id ""0HKT28KAG5AFV"" received FIN. -2016-07-02 12:23:37.830 +05:30 [Debug] Connection id ""0HKT28KAG5AG0"" received FIN. -2016-07-02 12:23:37.831 +05:30 [Debug] Connection id ""0HKT28KAG5AFV"" disconnecting. -2016-07-02 12:23:37.832 +05:30 [Debug] Connection id ""0HKT28KAG5AG0"" disconnecting. -2016-07-02 12:23:37.833 +05:30 [Debug] Connection id ""0HKT28KAG5AFU"" sending FIN. -2016-07-02 12:23:37.834 +05:30 [Debug] Connection id ""0HKT28KAG5AFV"" sending FIN. -2016-07-02 12:23:37.841 +05:30 [Debug] Connection id ""0HKT28KAG5AG0"" sending FIN. -2016-07-02 12:23:37.858 +05:30 [Debug] Connection id ""0HKT28KAG5AFU"" sent FIN with status "0". -2016-07-02 12:23:37.859 +05:30 [Debug] Connection id ""0HKT28KAG5AG0"" sent FIN with status "0". -2016-07-02 12:23:37.866 +05:30 [Debug] Connection id ""0HKT28KAG5AFU"" stopped. -2016-07-02 12:23:37.866 +05:30 [Debug] Connection id ""0HKT28KAG5AG0"" stopped. -2016-07-02 12:23:37.867 +05:30 [Debug] Connection id ""0HKT28KAG5AFV"" sent FIN with status "0". -2016-07-02 12:23:37.868 +05:30 [Debug] Connection id ""0HKT28KAG5AFV"" stopped. -2016-07-02 13:24:41.706 +05:30 [Debug] Connection id ""0HKT28KAG5AG1"" started. -2016-07-02 13:24:41.715 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/User/Login application/x-www-form-urlencoded 52 -2016-07-02 13:24:41.717 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/Login"'. -2016-07-02 13:24:41.718 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.Login (Api.Socioboard)" -2016-07-02 13:24:42.118 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.UserController.Login (Api.Socioboard)" with arguments (["Domain.Socioboard.ViewModels.UserLoginViewModel"]) - ModelState is Valid' -2016-07-02 13:24:42.320 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.UserController.Login (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-02 13:24:42.322 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-02 13:24:42.325 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-02 13:24:42.331 +05:30 [Information] Executed action "Api.Socioboard.Controllers.UserController.Login (Api.Socioboard)" in 608.2231ms -2016-07-02 13:24:42.338 +05:30 [Information] Request finished in 624.8866ms 200 application/json; charset=utf-8 -2016-07-02 13:24:42.338 +05:30 [Debug] Connection id ""0HKT28KAG5AG1"" completed keep alive response. -2016-07-02 13:24:42.565 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-02 13:24:42.566 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-02 13:24:42.567 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-02 13:24:42.603 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-02 13:24:42.604 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-02 13:24:42.604 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-02 13:24:42.606 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-02 13:24:42.613 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 43.1877ms -2016-07-02 13:24:42.619 +05:30 [Information] Request finished in 53.3495ms 200 application/json; charset=utf-8 -2016-07-02 13:24:42.619 +05:30 [Debug] Connection id ""0HKT28KAG5AG1"" completed keep alive response. -2016-07-02 13:24:42.632 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-02 13:24:42.633 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-02 13:24:42.634 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-02 13:24:42.647 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-02 13:24:42.648 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-02 13:24:42.649 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-02 13:24:42.650 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-02 13:24:42.653 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 16.7667ms -2016-07-02 13:24:42.660 +05:30 [Information] Request finished in 31.1894ms 200 application/json; charset=utf-8 -2016-07-02 13:24:42.660 +05:30 [Debug] Connection id ""0HKT28KAG5AG1"" completed keep alive response. -2016-07-02 13:24:48.075 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=1 -2016-07-02 13:24:48.076 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-07-02 13:24:48.077 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-07-02 13:24:48.090 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-02 13:24:48.440 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-02 13:24:48.441 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-02 13:24:48.441 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-02 13:24:48.443 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-02 13:24:48.449 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 366.0594ms -2016-07-02 13:24:48.454 +05:30 [Information] Request finished in 379.4569ms 200 application/json; charset=utf-8 -2016-07-02 13:24:48.455 +05:30 [Debug] Connection id ""0HKT28KAG5AG1"" completed keep alive response. -2016-07-02 13:24:48.510 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=1 -2016-07-02 13:24:48.511 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-07-02 13:24:48.512 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-07-02 13:24:48.536 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-02 13:24:48.538 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-02 13:24:48.539 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-02 13:24:48.539 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-02 13:24:48.541 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-02 13:24:48.548 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 31.4289ms -2016-07-02 13:24:48.556 +05:30 [Information] Request finished in 46.3653ms 200 application/json; charset=utf-8 -2016-07-02 13:24:48.557 +05:30 [Debug] Connection id ""0HKT28KAG5AG1"" completed keep alive response. -2016-07-02 13:25:00.710 +05:30 [Debug] Connection id ""0HKT28KAG5AG2"" started. -2016-07-02 13:25:00.711 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=4 -2016-07-02 13:25:00.712 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-02 13:25:00.713 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-02 13:25:00.716 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/getProfilesAvailableToConnect?groupId=4&userId=1 -2016-07-02 13:25:00.722 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/getProfilesAvailableToConnect"'. -2016-07-02 13:25:00.732 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" -2016-07-02 13:25:00.736 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["4"]) - ModelState is Valid' -2016-07-02 13:25:00.742 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-02 13:25:00.743 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-02 13:25:00.743 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-02 13:25:00.747 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-02 13:25:00.759 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 37.4711ms -2016-07-02 13:25:00.766 +05:30 [Information] Request finished in 54.8764ms 200 application/json; charset=utf-8 -2016-07-02 13:25:00.767 +05:30 [Debug] Connection id ""0HKT28KAG5AG1"" completed keep alive response. -2016-07-02 13:25:00.774 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" with arguments (["4", "1"]) - ModelState is Valid' -2016-07-02 13:25:00.776 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-02 13:25:00.777 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-02 13:25:00.777 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-02 13:25:00.788 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-02 13:25:00.809 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" in 57.4679ms -2016-07-02 13:25:00.816 +05:30 [Information] Request finished in 101.8131ms 200 application/json; charset=utf-8 -2016-07-02 13:25:00.818 +05:30 [Debug] Connection id ""0HKT28KAG5AG2"" completed keep alive response. -2016-07-02 13:25:01.040 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=4 -2016-07-02 13:25:01.042 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-07-02 13:25:01.044 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-07-02 13:25:01.075 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["4"]) - ModelState is Valid' -2016-07-02 13:25:01.078 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-02 13:25:01.080 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-02 13:25:01.081 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-02 13:25:01.087 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-02 13:25:01.097 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 46.4457ms -2016-07-02 13:25:01.110 +05:30 [Information] Request finished in 70.1174ms 200 application/json; charset=utf-8 -2016-07-02 13:25:01.113 +05:30 [Debug] Connection id ""0HKT28KAG5AG1"" completed keep alive response. -2016-07-02 13:27:42.153 +05:30 [Debug] Connection id ""0HKT28KAG5AG2"" received FIN. -2016-07-02 13:27:42.153 +05:30 [Debug] Connection id ""0HKT28KAG5AG1"" received FIN. -2016-07-02 13:27:42.156 +05:30 [Debug] Connection id ""0HKT28KAG5AG2"" disconnecting. -2016-07-02 13:27:42.156 +05:30 [Debug] Connection id ""0HKT28KAG5AG1"" disconnecting. -2016-07-02 13:27:42.158 +05:30 [Debug] Connection id ""0HKT28KAG5AG1"" sending FIN. -2016-07-02 13:27:42.157 +05:30 [Debug] Connection id ""0HKT28KAG5AG2"" sending FIN. -2016-07-02 13:27:42.159 +05:30 [Debug] Connection id ""0HKT28KAG5AG1"" sent FIN with status "0". -2016-07-02 13:27:42.160 +05:30 [Debug] Connection id ""0HKT28KAG5AG2"" sent FIN with status "0". -2016-07-02 13:27:42.160 +05:30 [Debug] Connection id ""0HKT28KAG5AG1"" stopped. -2016-07-02 13:27:42.161 +05:30 [Debug] Connection id ""0HKT28KAG5AG2"" stopped. -2016-07-02 18:04:58.954 +05:30 [Debug] Hosting starting -2016-07-02 18:05:01.675 +05:30 [Debug] Hosting started -2016-07-02 18:05:02.035 +05:30 [Debug] Connection id ""0HKT2EL4QAR59"" started. -2016-07-02 18:05:02.041 +05:30 [Debug] Connection id ""0HKT2EL4QAR5A"" started. -2016-07-02 18:05:02.675 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:6361/ 0 -2016-07-02 18:05:02.676 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-07-02 18:05:06.112 +05:30 [Debug] Request did not match any routes. -2016-07-02 18:05:06.148 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-07-02 18:05:06.415 +05:30 [Information] Request finished in 3855.4278ms 404 -2016-07-02 18:05:06.531 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"f1737f31-fb66-4049-8fe8-97d67eb9fb75"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-07-02 18:05:06.534 +05:30 [Debug] Connection id ""0HKT2EL4QAR5A"" completed keep alive response. -2016-07-02 18:05:06.618 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-07-02 18:05:07.562 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid' -2016-07-02 18:05:07.575 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult".' -2016-07-02 18:05:07.665 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-02 18:05:07.674 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-02 18:05:07.677 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-02 18:05:08.867 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 2235.8905ms -2016-07-02 18:05:08.879 +05:30 [Information] Request finished in 6342.8741ms 200 application/json; charset=utf-8 -2016-07-02 18:05:08.884 +05:30 [Debug] Connection id ""0HKT2EL4QAR59"" completed keep alive response. -2016-07-02 18:05:09.331 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/favicon.ico -2016-07-02 18:05:09.333 +05:30 [Debug] Request did not match any routes. -2016-07-02 18:05:09.341 +05:30 [Information] Request finished in 8.3696ms 404 -2016-07-02 18:05:09.342 +05:30 [Debug] Connection id ""0HKT2EL4QAR5A"" completed keep alive response. -2016-07-02 18:06:51.924 +05:30 [Debug] Connection id ""0HKT2EL4QAR5A"" received FIN. -2016-07-02 18:06:51.924 +05:30 [Debug] Connection id ""0HKT2EL4QAR59"" received FIN. -2016-07-02 18:06:51.927 +05:30 [Debug] Connection id ""0HKT2EL4QAR5A"" disconnecting. -2016-07-02 18:06:51.927 +05:30 [Debug] Connection id ""0HKT2EL4QAR59"" disconnecting. -2016-07-02 18:06:51.930 +05:30 [Debug] Connection id ""0HKT2EL4QAR5A"" sending FIN. -2016-07-02 18:06:51.931 +05:30 [Debug] Connection id ""0HKT2EL4QAR59"" sending FIN. -2016-07-02 18:06:51.948 +05:30 [Debug] Connection id ""0HKT2EL4QAR59"" sent FIN with status "0". -2016-07-02 18:06:51.948 +05:30 [Debug] Connection id ""0HKT2EL4QAR5A"" sent FIN with status "0". -2016-07-02 18:06:51.953 +05:30 [Debug] Connection id ""0HKT2EL4QAR5A"" stopped. -2016-07-02 18:06:51.953 +05:30 [Debug] Connection id ""0HKT2EL4QAR59"" stopped. -2016-07-02 18:32:56.577 +05:30 [Debug] Connection id ""0HKT2EL4QAR5B"" started. -2016-07-02 18:32:56.588 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/User/FacebookLogin application/x-www-form-urlencoded 185 -2016-07-02 18:32:56.590 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/FacebookLogin"'. -2016-07-02 18:32:56.594 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" -2016-07-02 18:32:58.435 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" with arguments (["EAAKYvwDVmnUBAOEXakbZBRH9tpvlft32eKRFlTuZBVThjQZBvf9xMxZAaZBZBH6etZBalmjgRN2RRUm3RsUGumiFvsun5LfZCZC0qGTZA6nf8B2VVMuZAVkmT3FOjFQNVOhZBhagYq0zjwVjZBYs7ZCtOuO89vUvaxjjHZAKvEZD"]) - ModelState is Valid' -2016-07-02 18:33:15.775 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-02 18:33:15.787 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-02 18:33:15.789 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-02 18:33:15.794 +05:30 [Information] Executed action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" in 19197.7569ms -2016-07-02 18:33:15.799 +05:30 [Information] Request finished in 19212.5131ms 200 application/json; charset=utf-8 -2016-07-02 18:33:15.800 +05:30 [Debug] Connection id ""0HKT2EL4QAR5B"" completed keep alive response. -2016-07-02 18:33:17.951 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=2 -2016-07-02 18:33:17.952 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-02 18:33:17.953 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-02 18:33:18.033 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid' -2016-07-02 18:33:18.195 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-02 18:33:18.197 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-02 18:33:18.202 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-02 18:33:18.212 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 250.0761ms -2016-07-02 18:33:18.216 +05:30 [Information] Request finished in 265.0308ms 200 application/json; charset=utf-8 -2016-07-02 18:33:18.216 +05:30 [Debug] Connection id ""0HKT2EL4QAR5B"" completed keep alive response. -2016-07-02 18:33:18.479 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=2 -2016-07-02 18:33:18.480 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-02 18:33:18.481 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-02 18:33:18.512 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid' -2016-07-02 18:33:18.623 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-02 18:33:18.623 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-02 18:33:18.625 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-02 18:33:18.628 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 144.8732ms -2016-07-02 18:33:18.632 +05:30 [Information] Request finished in 152.858ms 200 application/json; charset=utf-8 -2016-07-02 18:33:18.633 +05:30 [Debug] Connection id ""0HKT2EL4QAR5B"" completed keep alive response. -2016-07-02 18:33:23.172 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=2 -2016-07-02 18:33:23.173 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-07-02 18:33:23.174 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-07-02 18:33:23.317 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid' -2016-07-02 18:33:23.775 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-02 18:33:23.775 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-02 18:33:23.776 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-02 18:33:23.780 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-02 18:33:23.796 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 619.7624ms -2016-07-02 18:33:23.800 +05:30 [Information] Request finished in 626.7323ms 200 application/json; charset=utf-8 -2016-07-02 18:33:23.801 +05:30 [Debug] Connection id ""0HKT2EL4QAR5B"" completed keep alive response. -2016-07-02 18:33:23.847 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=2 -2016-07-02 18:33:23.848 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-07-02 18:33:23.849 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-07-02 18:33:23.883 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["2"]) - ModelState is Valid' -2016-07-02 18:33:23.927 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-02 18:33:23.927 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-02 18:33:23.927 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-02 18:33:23.930 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-02 18:33:23.955 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 101.4784ms -2016-07-02 18:33:23.964 +05:30 [Information] Request finished in 115.1975ms 200 application/json; charset=utf-8 -2016-07-02 18:33:23.964 +05:30 [Debug] Connection id ""0HKT2EL4QAR5B"" completed keep alive response. -2016-07-02 18:45:40.234 +05:30 [Debug] Hosting starting -2016-07-02 18:45:40.868 +05:30 [Debug] Hosting started -2016-07-02 18:45:41.144 +05:30 [Debug] Connection id ""0HKT2FBRNMF0H"" started. -2016-07-02 18:45:41.144 +05:30 [Debug] Connection id ""0HKT2FBRNMF0G"" started. -2016-07-02 18:45:41.527 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:6361/ 0 -2016-07-02 18:45:41.527 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-07-02 18:45:43.646 +05:30 [Debug] Request did not match any routes. -2016-07-02 18:45:43.678 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-07-02 18:45:44.009 +05:30 [Information] Request finished in 2562.2916ms 404 -2016-07-02 18:45:44.017 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"e1b36a87-ea88-4dad-8a1e-e5d52d92d62c"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-07-02 18:45:44.184 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-07-02 18:45:44.205 +05:30 [Debug] Connection id ""0HKT2FBRNMF0G"" completed keep alive response. -2016-07-02 18:45:44.913 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid' -2016-07-02 18:45:44.948 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult".' -2016-07-02 18:45:45.045 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-02 18:45:45.055 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-02 18:45:45.059 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-02 18:45:45.912 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 1707.028ms -2016-07-02 18:45:45.936 +05:30 [Information] Request finished in 4511.4822ms 200 application/json; charset=utf-8 -2016-07-02 18:45:45.941 +05:30 [Debug] Connection id ""0HKT2FBRNMF0H"" completed keep alive response. -2016-07-02 18:47:31.099 +05:30 [Debug] Connection id ""0HKT2FBRNMF0G"" received FIN. -2016-07-02 18:47:31.100 +05:30 [Debug] Connection id ""0HKT2FBRNMF0H"" received FIN. -2016-07-02 18:47:31.107 +05:30 [Debug] Connection id ""0HKT2FBRNMF0G"" disconnecting. -2016-07-02 18:47:31.108 +05:30 [Debug] Connection id ""0HKT2FBRNMF0H"" disconnecting. -2016-07-02 18:47:31.111 +05:30 [Debug] Connection id ""0HKT2FBRNMF0G"" sending FIN. -2016-07-02 18:47:31.111 +05:30 [Debug] Connection id ""0HKT2FBRNMF0H"" sending FIN. -2016-07-02 18:47:31.131 +05:30 [Debug] Connection id ""0HKT2FBRNMF0G"" sent FIN with status "0". -2016-07-02 18:47:31.131 +05:30 [Debug] Connection id ""0HKT2FBRNMF0H"" sent FIN with status "0". -2016-07-02 18:47:31.135 +05:30 [Debug] Connection id ""0HKT2FBRNMF0G"" stopped. -2016-07-02 18:47:31.135 +05:30 [Debug] Connection id ""0HKT2FBRNMF0H"" stopped. -2016-07-02 18:53:18.606 +05:30 [Debug] Connection id ""0HKT2FBRNMF0I"" started. -2016-07-02 18:53:18.627 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/User/Login application/x-www-form-urlencoded 52 -2016-07-02 18:53:18.630 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/Login"'. -2016-07-02 18:53:18.634 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.Login (Api.Socioboard)" -2016-07-02 18:53:20.489 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.UserController.Login (Api.Socioboard)" with arguments (["Domain.Socioboard.ViewModels.UserLoginViewModel"]) - ModelState is Valid' -2016-07-02 18:53:21.046 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.UserController.Login (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-02 18:53:21.055 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-02 18:53:21.057 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-02 18:53:21.136 +05:30 [Information] Executed action "Api.Socioboard.Controllers.UserController.Login (Api.Socioboard)" in 2495.5411ms -2016-07-02 18:53:21.144 +05:30 [Information] Request finished in 2517.8415ms 200 application/json; charset=utf-8 -2016-07-02 18:53:21.144 +05:30 [Debug] Connection id ""0HKT2FBRNMF0I"" completed keep alive response. -2016-07-02 18:53:22.516 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-02 18:53:22.517 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-02 18:53:22.517 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-02 18:53:22.577 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-02 18:53:22.616 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-02 18:53:22.616 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-02 18:53:22.618 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-02 18:53:22.628 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 105.0523ms -2016-07-02 18:53:22.632 +05:30 [Information] Request finished in 116.3698ms 200 application/json; charset=utf-8 -2016-07-02 18:53:22.633 +05:30 [Debug] Connection id ""0HKT2FBRNMF0I"" completed keep alive response. -2016-07-02 18:53:22.861 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-02 18:53:22.862 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-02 18:53:22.863 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-02 18:53:22.911 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-02 18:53:22.967 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-02 18:53:22.967 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-02 18:53:22.968 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-02 18:53:23.012 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 140.0774ms -2016-07-02 18:53:23.035 +05:30 [Information] Request finished in 173.3451ms 200 application/json; charset=utf-8 -2016-07-02 18:53:23.035 +05:30 [Debug] Connection id ""0HKT2FBRNMF0I"" completed keep alive response. -2016-07-02 18:53:26.503 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=1 -2016-07-02 18:53:26.503 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-07-02 18:53:26.507 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-07-02 18:53:26.704 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-02 18:53:41.871 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-02 18:53:41.872 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-02 18:53:41.872 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-02 18:53:41.874 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-02 18:53:41.903 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 15394.4145ms -2016-07-02 18:53:41.907 +05:30 [Information] Request finished in 15405.3414ms 200 application/json; charset=utf-8 -2016-07-02 18:53:41.908 +05:30 [Debug] Connection id ""0HKT2FBRNMF0I"" completed keep alive response. -2016-07-02 18:53:41.936 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=1 -2016-07-02 18:53:41.937 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-07-02 18:53:41.938 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-07-02 18:53:42.059 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-02 18:53:42.117 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-02 18:53:42.118 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-02 18:53:42.118 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-02 18:53:42.119 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-02 18:53:42.144 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 205.0073ms -2016-07-02 18:53:42.148 +05:30 [Information] Request finished in 212.0313ms 200 application/json; charset=utf-8 -2016-07-02 18:53:42.149 +05:30 [Debug] Connection id ""0HKT2FBRNMF0I"" completed keep alive response. -2016-07-02 18:54:33.756 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-02 18:54:33.757 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-02 18:54:33.759 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-02 18:54:33.805 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-02 18:54:33.806 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-02 18:54:33.807 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-02 18:54:33.809 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-02 18:54:33.810 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 48.995ms -2016-07-02 18:54:33.817 +05:30 [Information] Request finished in 60.0229ms 200 application/json; charset=utf-8 -2016-07-02 18:54:33.817 +05:30 [Debug] Connection id ""0HKT2FBRNMF0I"" completed keep alive response. -2016-07-02 18:54:33.829 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-02 18:54:33.830 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-02 18:54:33.831 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-02 18:54:33.848 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-02 18:54:33.850 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-02 18:54:33.850 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-02 18:54:33.852 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-02 18:54:33.858 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 23.3631ms -2016-07-02 18:54:33.862 +05:30 [Information] Request finished in 33.0739ms 200 application/json; charset=utf-8 -2016-07-02 18:54:33.863 +05:30 [Debug] Connection id ""0HKT2FBRNMF0I"" completed keep alive response. -2016-07-02 18:54:36.388 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=1 -2016-07-02 18:54:36.388 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-07-02 18:54:36.389 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-07-02 18:54:36.459 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-02 18:54:36.468 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-02 18:54:36.469 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-02 18:54:36.469 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-02 18:54:36.474 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-02 18:54:36.482 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 84.9124ms -2016-07-02 18:54:36.508 +05:30 [Information] Request finished in 113.4425ms 200 application/json; charset=utf-8 -2016-07-02 18:54:36.508 +05:30 [Debug] Connection id ""0HKT2FBRNMF0I"" completed keep alive response. -2016-07-02 18:54:36.934 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=1 -2016-07-02 18:54:36.934 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-07-02 18:54:36.935 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-07-02 18:54:36.980 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-02 18:54:36.982 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-02 18:54:36.982 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-02 18:54:36.983 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-02 18:54:36.985 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-02 18:54:36.990 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 50.9439ms -2016-07-02 18:54:36.994 +05:30 [Information] Request finished in 91.4946ms 200 application/json; charset=utf-8 -2016-07-02 18:54:36.994 +05:30 [Debug] Connection id ""0HKT2FBRNMF0I"" completed keep alive response. -2016-07-02 18:56:41.059 +05:30 [Debug] Connection id ""0HKT2FBRNMF0I"" received FIN. -2016-07-02 18:56:41.059 +05:30 [Debug] Connection id ""0HKT2FBRNMF0J"" started. -2016-07-02 18:56:41.060 +05:30 [Debug] Connection id ""0HKT2FBRNMF0I"" disconnecting. -2016-07-02 18:56:41.060 +05:30 [Debug] Connection id ""0HKT2FBRNMF0I"" sending FIN. -2016-07-02 18:56:41.061 +05:30 [Debug] Connection id ""0HKT2FBRNMF0I"" sent FIN with status "0". -2016-07-02 18:56:41.063 +05:30 [Debug] Connection id ""0HKT2FBRNMF0I"" stopped. -2016-07-02 18:56:41.063 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-02 18:56:41.064 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-02 18:56:41.065 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-02 18:56:41.106 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-02 18:56:41.107 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-02 18:56:41.108 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-02 18:56:41.109 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-02 18:56:41.114 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 43.7813ms -2016-07-02 18:56:41.118 +05:30 [Information] Request finished in 55.8948ms 200 application/json; charset=utf-8 -2016-07-02 18:56:41.119 +05:30 [Debug] Connection id ""0HKT2FBRNMF0J"" completed keep alive response. -2016-07-02 18:56:41.126 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-02 18:56:41.126 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-02 18:56:41.127 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-02 18:56:41.143 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-02 18:56:41.144 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-02 18:56:41.145 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-02 18:56:41.146 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-02 18:56:41.152 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 19.9055ms -2016-07-02 18:56:41.156 +05:30 [Information] Request finished in 30.7373ms 200 application/json; charset=utf-8 -2016-07-02 18:56:41.156 +05:30 [Debug] Connection id ""0HKT2FBRNMF0J"" completed keep alive response. -2016-07-02 18:56:44.555 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=1 -2016-07-02 18:56:44.556 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-07-02 18:56:44.556 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-07-02 18:56:44.572 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-02 18:56:44.580 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-02 18:56:44.581 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-02 18:56:44.581 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-02 18:56:44.583 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-02 18:56:44.586 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 26.7922ms -2016-07-02 18:56:44.590 +05:30 [Information] Request finished in 35.7691ms 200 application/json; charset=utf-8 -2016-07-02 18:56:44.591 +05:30 [Debug] Connection id ""0HKT2FBRNMF0J"" completed keep alive response. -2016-07-02 18:56:44.825 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=1 -2016-07-02 18:56:44.826 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-07-02 18:56:44.827 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-07-02 18:56:45.164 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-02 18:56:45.168 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-02 18:56:45.168 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-02 18:56:45.169 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-02 18:56:45.172 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-02 18:56:45.182 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 346.1276ms -2016-07-02 18:56:45.223 +05:30 [Information] Request finished in 380.0111ms 200 application/json; charset=utf-8 -2016-07-02 18:56:45.223 +05:30 [Debug] Connection id ""0HKT2FBRNMF0J"" completed keep alive response. -2016-07-02 18:58:31.093 +05:30 [Debug] Connection id ""0HKT2FBRNMF0J"" received FIN. -2016-07-02 18:58:31.095 +05:30 [Debug] Connection id ""0HKT2FBRNMF0J"" disconnecting. -2016-07-02 18:58:31.096 +05:30 [Debug] Connection id ""0HKT2FBRNMF0J"" sending FIN. -2016-07-02 18:58:31.097 +05:30 [Debug] Connection id ""0HKT2FBRNMF0J"" sent FIN with status "0". -2016-07-02 18:58:31.098 +05:30 [Debug] Connection id ""0HKT2FBRNMF0J"" stopped. diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/wwwroot/wwwroot/log/log-20160704.txt b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/wwwroot/wwwroot/log/log-20160704.txt deleted file mode 100644 index 258485713..000000000 --- a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/wwwroot/wwwroot/log/log-20160704.txt +++ /dev/null @@ -1,34 +0,0 @@ -2016-07-04 11:17:58.731 +05:30 [Debug] Hosting starting -2016-07-04 11:17:59.713 +05:30 [Debug] Hosting started -2016-07-04 11:18:00.026 +05:30 [Debug] Connection id ""0HKT3PR0T9L2D"" started. -2016-07-04 11:18:00.028 +05:30 [Debug] Connection id ""0HKT3PR0T9L2E"" started. -2016-07-04 11:18:01.165 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-07-04 11:18:01.175 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:6361/ 0 -2016-07-04 11:18:06.195 +05:30 [Debug] Request did not match any routes. -2016-07-04 11:18:06.230 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-07-04 11:18:06.518 +05:30 [Information] Request finished in 5455.7613ms 404 -2016-07-04 11:18:06.611 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"ba9c02e7-a373-41c2-9b47-98673c7432f1"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-07-04 11:18:06.639 +05:30 [Debug] Connection id ""0HKT3PR0T9L2E"" completed keep alive response. -2016-07-04 11:18:06.970 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-07-04 11:18:07.641 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid' -2016-07-04 11:18:07.649 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult".' -2016-07-04 11:18:07.719 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-04 11:18:07.728 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-04 11:18:07.732 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-04 11:18:08.741 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 1758.7827ms -2016-07-04 11:18:08.757 +05:30 [Information] Request finished in 7752.4725ms 200 application/json; charset=utf-8 -2016-07-04 11:18:08.763 +05:30 [Debug] Connection id ""0HKT3PR0T9L2D"" completed keep alive response. -2016-07-04 11:18:09.520 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/favicon.ico -2016-07-04 11:18:09.521 +05:30 [Debug] Request did not match any routes. -2016-07-04 11:18:09.523 +05:30 [Information] Request finished in 3.6873ms 404 -2016-07-04 11:18:09.524 +05:30 [Debug] Connection id ""0HKT3PR0T9L2E"" completed keep alive response. -2016-07-04 11:19:49.978 +05:30 [Debug] Connection id ""0HKT3PR0T9L2E"" received FIN. -2016-07-04 11:19:49.978 +05:30 [Debug] Connection id ""0HKT3PR0T9L2D"" received FIN. -2016-07-04 11:19:49.981 +05:30 [Debug] Connection id ""0HKT3PR0T9L2E"" disconnecting. -2016-07-04 11:19:49.982 +05:30 [Debug] Connection id ""0HKT3PR0T9L2D"" disconnecting. -2016-07-04 11:19:49.984 +05:30 [Debug] Connection id ""0HKT3PR0T9L2E"" sending FIN. -2016-07-04 11:19:49.985 +05:30 [Debug] Connection id ""0HKT3PR0T9L2D"" sending FIN. -2016-07-04 11:19:50.011 +05:30 [Debug] Connection id ""0HKT3PR0T9L2E"" sent FIN with status "0". -2016-07-04 11:19:50.011 +05:30 [Debug] Connection id ""0HKT3PR0T9L2D"" sent FIN with status "0". -2016-07-04 11:19:50.020 +05:30 [Debug] Connection id ""0HKT3PR0T9L2E"" stopped. -2016-07-04 11:19:50.020 +05:30 [Debug] Connection id ""0HKT3PR0T9L2D"" stopped. diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/wwwroot/wwwroot/log/log-20160705.txt b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/wwwroot/wwwroot/log/log-20160705.txt deleted file mode 100644 index bea01e38d..000000000 --- a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/wwwroot/wwwroot/log/log-20160705.txt +++ /dev/null @@ -1,1171 +0,0 @@ -2016-07-05 15:17:44.796 +05:30 [Debug] Hosting starting -2016-07-05 15:17:46.489 +05:30 [Debug] Hosting started -2016-07-05 15:17:46.755 +05:30 [Debug] Connection id ""0HKT4N5LMEQO7"" started. -2016-07-05 15:17:46.755 +05:30 [Debug] Connection id ""0HKT4N5LMEQO8"" started. -2016-07-05 15:17:47.281 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-07-05 15:17:47.284 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:6361/ 0 -2016-07-05 15:17:50.768 +05:30 [Debug] Request did not match any routes. -2016-07-05 15:17:50.805 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-07-05 15:17:51.194 +05:30 [Information] Request finished in 3993.9663ms 404 -2016-07-05 15:17:51.221 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"c687c09e-05d3-47dd-940b-62c450441d56"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-07-05 15:17:51.337 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-07-05 15:17:51.371 +05:30 [Debug] Connection id ""0HKT4N5LMEQO7"" completed keep alive response. -2016-07-05 15:17:52.322 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid' -2016-07-05 15:17:52.352 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult".' -2016-07-05 15:17:52.473 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-05 15:17:52.484 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-05 15:17:52.488 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-05 15:17:53.573 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 2221.5904ms -2016-07-05 15:17:53.599 +05:30 [Information] Request finished in 6443.8965ms 200 application/json; charset=utf-8 -2016-07-05 15:17:53.607 +05:30 [Debug] Connection id ""0HKT4N5LMEQO8"" completed keep alive response. -2016-07-05 15:17:54.295 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/favicon.ico -2016-07-05 15:17:54.309 +05:30 [Debug] Request did not match any routes. -2016-07-05 15:17:54.351 +05:30 [Information] Request finished in 52.2599ms 404 -2016-07-05 15:17:54.351 +05:30 [Debug] Connection id ""0HKT4N5LMEQO7"" completed keep alive response. -2016-07-05 15:19:36.706 +05:30 [Debug] Connection id ""0HKT4N5LMEQO8"" received FIN. -2016-07-05 15:19:36.706 +05:30 [Debug] Connection id ""0HKT4N5LMEQO7"" received FIN. -2016-07-05 15:19:36.707 +05:30 [Debug] Connection id ""0HKT4N5LMEQO8"" disconnecting. -2016-07-05 15:19:36.707 +05:30 [Debug] Connection id ""0HKT4N5LMEQO7"" disconnecting. -2016-07-05 15:19:36.708 +05:30 [Debug] Connection id ""0HKT4N5LMEQO8"" sending FIN. -2016-07-05 15:19:36.709 +05:30 [Debug] Connection id ""0HKT4N5LMEQO7"" sending FIN. -2016-07-05 15:19:36.720 +05:30 [Debug] Connection id ""0HKT4N5LMEQO8"" sent FIN with status "0". -2016-07-05 15:19:36.720 +05:30 [Debug] Connection id ""0HKT4N5LMEQO7"" sent FIN with status "0". -2016-07-05 15:19:36.724 +05:30 [Debug] Connection id ""0HKT4N5LMEQO7"" stopped. -2016-07-05 15:19:36.724 +05:30 [Debug] Connection id ""0HKT4N5LMEQO8"" stopped. -2016-07-05 15:21:00.109 +05:30 [Debug] Connection id ""0HKT4N5LMEQO9"" started. -2016-07-05 15:21:00.117 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/User/FacebookLogin application/x-www-form-urlencoded 175 -2016-07-05 15:21:00.117 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/FacebookLogin"'. -2016-07-05 15:21:00.118 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" -2016-07-05 15:21:02.099 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" with arguments (["EAAKYvwDVmnUBAOTZBF4kklwcCpWGwrhZAWkExYYOJ0gzEiVrBVYJXZADZCGkByf8DODecq2VPqkyQuPnthdVpSNLV8trfFny08No169kgIsVVCYWJLKr5BafACgmW2FP7QZCjIjNVPsDjA5R0DtEXxzsaXAYrgUsZD"]) - ModelState is Valid' -2016-07-05 15:21:04.773 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-05 15:21:04.821 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-05 15:21:04.823 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-05 15:21:04.923 +05:30 [Information] Executed action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" in 4798.2586ms -2016-07-05 15:21:04.930 +05:30 [Information] Request finished in 4813.0845ms 200 application/json; charset=utf-8 -2016-07-05 15:21:04.935 +05:30 [Debug] Connection id ""0HKT4N5LMEQO9"" completed keep alive response. -2016-07-05 15:21:06.189 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-05 15:21:06.189 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-05 15:21:06.197 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-05 15:21:06.304 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-05 15:21:06.354 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-05 15:21:06.358 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-05 15:21:06.364 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-05 15:21:06.391 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 177.1956ms -2016-07-05 15:21:06.396 +05:30 [Information] Request finished in 207.2743ms 200 application/json; charset=utf-8 -2016-07-05 15:21:06.397 +05:30 [Debug] Connection id ""0HKT4N5LMEQO9"" completed keep alive response. -2016-07-05 15:21:06.579 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-05 15:21:06.579 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-05 15:21:06.580 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-05 15:21:06.622 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-05 15:21:06.664 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-05 15:21:06.665 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-05 15:21:06.666 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-05 15:21:06.687 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 103.088ms -2016-07-05 15:21:06.692 +05:30 [Information] Request finished in 116.7045ms 200 application/json; charset=utf-8 -2016-07-05 15:21:06.693 +05:30 [Debug] Connection id ""0HKT4N5LMEQO9"" completed keep alive response. -2016-07-05 15:21:10.328 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=1 -2016-07-05 15:21:10.329 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-07-05 15:21:10.329 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-07-05 15:21:10.389 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-05 15:21:19.612 +05:30 [Debug] Connection id ""0HKT4N5LMEQOA"" started. -2016-07-05 15:21:19.615 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-05 15:21:19.615 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-05 15:21:19.618 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-05 15:21:19.642 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-05 15:21:19.643 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-05 15:21:19.644 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-05 15:21:19.645 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-05 15:21:19.649 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 27.4211ms -2016-07-05 15:21:19.656 +05:30 [Information] Request finished in 39.7604ms 200 application/json; charset=utf-8 -2016-07-05 15:21:19.657 +05:30 [Debug] Connection id ""0HKT4N5LMEQOA"" completed keep alive response. -2016-07-05 15:21:19.670 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-05 15:21:19.670 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-05 15:21:19.671 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-05 15:21:19.701 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-05 15:21:19.703 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-05 15:21:19.704 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-05 15:21:19.705 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-05 15:21:19.754 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 35.7058ms -2016-07-05 15:21:19.761 +05:30 [Information] Request finished in 89.3359ms 200 application/json; charset=utf-8 -2016-07-05 15:21:19.761 +05:30 [Debug] Connection id ""0HKT4N5LMEQOA"" completed keep alive response. -2016-07-05 15:21:19.826 +05:30 [Debug] Connection id ""0HKT4N5LMEQO9"" received FIN. -2016-07-05 15:21:23.104 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=1 -2016-07-05 15:21:23.105 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-07-05 15:21:23.106 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-07-05 15:21:23.404 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-05 15:21:26.596 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-05 15:21:26.597 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-05 15:21:26.598 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-05 15:21:26.598 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-05 15:21:26.599 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-05 15:21:26.600 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-05 15:21:26.603 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-05 15:21:26.605 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-05 15:21:26.703 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 16351.8676ms -2016-07-05 15:21:26.704 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 3571.0302ms -2016-07-05 15:21:26.708 +05:30 [Information] Request finished in 16379.9638ms 200 application/json; charset=utf-8 -2016-07-05 15:21:26.710 +05:30 [Debug] Connection id ""0HKT4N5LMEQO9"" completed keep alive response. -2016-07-05 15:21:26.710 +05:30 [Debug] Connection id ""0HKT4N5LMEQO9"" disconnecting. -2016-07-05 15:21:26.711 +05:30 [Information] Request finished in 3645.6212ms 200 application/json; charset=utf-8 -2016-07-05 15:21:26.712 +05:30 [Debug] Connection id ""0HKT4N5LMEQOA"" completed keep alive response. -2016-07-05 15:21:26.724 +05:30 [Information] Connection id ""0HKT4N5LMEQO9"" communication error -Microsoft.AspNetCore.Server.Kestrel.Networking.UvException: Error -4077 ECONNRESET connection reset by peer -2016-07-05 15:21:26.728 +05:30 [Information] Connection id ""0HKT4N5LMEQO9"" communication error -Microsoft.AspNetCore.Server.Kestrel.Networking.UvException: Error -4077 ECONNRESET connection reset by peer -2016-07-05 15:21:26.730 +05:30 [Debug] Connection id ""0HKT4N5LMEQO9"" sending FIN. -2016-07-05 15:21:26.730 +05:30 [Debug] Connection id ""0HKT4N5LMEQO9"" sent FIN with status "0". -2016-07-05 15:21:26.731 +05:30 [Debug] Connection id ""0HKT4N5LMEQO9"" stopped. -2016-07-05 15:21:26.732 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=1 -2016-07-05 15:21:26.733 +05:30 [Information] Connection id ""0HKT4N5LMEQO9"" communication error -Microsoft.AspNetCore.Server.Kestrel.Networking.UvException: Error -4077 ECONNRESET connection reset by peer -2016-07-05 15:21:26.734 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-07-05 15:21:26.735 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-07-05 15:21:26.924 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-05 15:21:27.026 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-05 15:21:27.026 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-05 15:21:27.027 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-05 15:21:27.028 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-05 15:21:27.065 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 328.5495ms -2016-07-05 15:21:27.069 +05:30 [Information] Request finished in 340.5335ms 200 application/json; charset=utf-8 -2016-07-05 15:21:27.070 +05:30 [Debug] Connection id ""0HKT4N5LMEQOA"" completed keep alive response. -2016-07-05 15:22:22.061 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-05 15:22:22.062 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-05 15:22:22.063 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-05 15:22:22.083 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-05 15:22:22.084 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-05 15:22:22.085 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-05 15:22:22.087 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-05 15:22:22.096 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 23.8449ms -2016-07-05 15:22:22.102 +05:30 [Information] Request finished in 42.4676ms 200 application/json; charset=utf-8 -2016-07-05 15:22:22.102 +05:30 [Debug] Connection id ""0HKT4N5LMEQOA"" completed keep alive response. -2016-07-05 15:22:22.114 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-05 15:22:22.116 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-05 15:22:22.116 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-05 15:22:22.147 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-05 15:22:22.148 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-05 15:22:22.149 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-05 15:22:22.151 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-05 15:22:22.156 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 34.9007ms -2016-07-05 15:22:22.165 +05:30 [Information] Request finished in 53.8085ms 200 application/json; charset=utf-8 -2016-07-05 15:22:22.166 +05:30 [Debug] Connection id ""0HKT4N5LMEQOA"" completed keep alive response. -2016-07-05 15:22:24.737 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=1 -2016-07-05 15:22:24.739 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-07-05 15:22:24.741 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-07-05 15:22:24.772 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-05 15:22:24.781 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-05 15:22:24.782 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-05 15:22:24.783 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-05 15:22:24.784 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-05 15:22:24.789 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 43.0429ms -2016-07-05 15:22:24.815 +05:30 [Information] Request finished in 72.4551ms 200 application/json; charset=utf-8 -2016-07-05 15:22:24.815 +05:30 [Debug] Connection id ""0HKT4N5LMEQOA"" completed keep alive response. -2016-07-05 15:22:24.994 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=1 -2016-07-05 15:22:24.994 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-07-05 15:22:24.995 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-07-05 15:22:25.087 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-05 15:22:25.089 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-05 15:22:25.090 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-05 15:22:25.090 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-05 15:22:25.115 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-05 15:22:25.182 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 120.5322ms -2016-07-05 15:22:25.194 +05:30 [Information] Request finished in 199.9948ms 200 application/json; charset=utf-8 -2016-07-05 15:22:25.194 +05:30 [Debug] Connection id ""0HKT4N5LMEQOA"" completed keep alive response. -2016-07-05 15:22:40.082 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetNotifications?groupId=1&userId=1&skip=0&count=20 -2016-07-05 15:22:40.083 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetNotifications"'. -2016-07-05 15:22:40.083 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetNotifications (Api.Socioboard)" -2016-07-05 15:22:40.170 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetNotifications (Api.Socioboard)" with arguments (["1", "1", "0", "20"]) - ModelState is Valid' -2016-07-05 15:22:44.124 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetNotifications (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-05 15:22:44.124 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-05 15:22:44.125 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-05 15:22:44.132 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-05 15:22:44.153 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetNotifications (Api.Socioboard)" in 4065.8473ms -2016-07-05 15:22:44.158 +05:30 [Information] Request finished in 4075.8773ms 200 application/json; charset=utf-8 -2016-07-05 15:22:44.159 +05:30 [Debug] Connection id ""0HKT4N5LMEQOA"" completed keep alive response. -2016-07-05 15:23:02.537 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=4 -2016-07-05 15:23:02.538 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-05 15:23:02.540 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-05 15:23:02.551 +05:30 [Debug] Connection id ""0HKT4N5LMEQOB"" started. -2016-07-05 15:23:02.563 +05:30 [Debug] Connection id ""0HKT4N5LMEQOC"" started. -2016-07-05 15:23:02.563 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/getProfilesAvailableToConnect?groupId=4&userId=1 -2016-07-05 15:23:02.565 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=4 -2016-07-05 15:23:02.566 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/getProfilesAvailableToConnect"'. -2016-07-05 15:23:02.566 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-07-05 15:23:02.567 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-07-05 15:23:02.568 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" -2016-07-05 15:23:02.583 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["4"]) - ModelState is Valid' -2016-07-05 15:23:02.588 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" with arguments (["4", "1"]) - ModelState is Valid' -2016-07-05 15:23:02.588 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-05 15:23:02.613 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-05 15:23:02.614 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-05 15:23:02.624 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-05 15:23:02.630 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 84.1193ms -2016-07-05 15:23:02.634 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["4"]) - ModelState is Valid' -2016-07-05 15:23:02.639 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-05 15:23:02.640 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-05 15:23:02.640 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-05 15:23:02.643 +05:30 [Information] Request finished in 98.5808ms 200 application/json; charset=utf-8 -2016-07-05 15:23:02.655 +05:30 [Debug] Connection id ""0HKT4N5LMEQOA"" completed keep alive response. -2016-07-05 15:23:02.696 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-05 15:23:02.712 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" in 136.6597ms -2016-07-05 15:23:02.717 +05:30 [Information] Request finished in 160.2441ms 200 application/json; charset=utf-8 -2016-07-05 15:23:02.717 +05:30 [Debug] Connection id ""0HKT4N5LMEQOB"" completed keep alive response. -2016-07-05 15:23:02.723 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-05 15:23:02.724 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-05 15:23:02.725 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-05 15:23:02.729 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-05 15:23:02.755 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 179.4592ms -2016-07-05 15:23:02.761 +05:30 [Information] Request finished in 194.6728ms 200 application/json; charset=utf-8 -2016-07-05 15:23:02.763 +05:30 [Debug] Connection id ""0HKT4N5LMEQOC"" completed keep alive response. -2016-07-05 15:23:07.537 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/GroupProfiles/DeleteProfile?groupId=undefined&userId=1&profileId=Deleted!! 0 -2016-07-05 15:23:07.537 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/DeleteProfile"'. -2016-07-05 15:23:07.538 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.DeleteProfile (Api.Socioboard)" -2016-07-05 15:23:07.744 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.DeleteProfile (Api.Socioboard)" with arguments (["0", "1", "Deleted!!"]) - ModelState is Invalid' -2016-07-05 15:23:07.832 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.DeleteProfile (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-05 15:23:07.833 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-05 15:23:07.833 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-07-05 15:23:07.835 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-05 15:23:07.840 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.DeleteProfile (Api.Socioboard)" in 299.6356ms -2016-07-05 15:23:07.845 +05:30 [Information] Request finished in 308.9181ms 200 text/plain; charset=utf-8 -2016-07-05 15:23:07.846 +05:30 [Debug] Connection id ""0HKT4N5LMEQOA"" completed keep alive response. -2016-07-05 15:23:38.213 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-05 15:23:38.214 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-05 15:23:38.215 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-05 15:23:38.289 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-05 15:23:38.291 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-05 15:23:38.291 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-05 15:23:38.293 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-05 15:23:38.300 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 78.8805ms -2016-07-05 15:23:38.305 +05:30 [Information] Request finished in 94.2046ms 200 application/json; charset=utf-8 -2016-07-05 15:23:38.305 +05:30 [Debug] Connection id ""0HKT4N5LMEQOB"" completed keep alive response. -2016-07-05 15:23:38.314 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-05 15:23:38.315 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-05 15:23:38.316 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-05 15:23:38.335 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-05 15:23:38.336 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-05 15:23:38.337 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-05 15:23:38.341 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-05 15:23:38.353 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 26.8851ms -2016-07-05 15:23:38.359 +05:30 [Information] Request finished in 47.1864ms 200 application/json; charset=utf-8 -2016-07-05 15:23:38.360 +05:30 [Debug] Connection id ""0HKT4N5LMEQOC"" completed keep alive response. -2016-07-05 15:23:43.511 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=4 -2016-07-05 15:23:43.511 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-05 15:23:43.513 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-05 15:23:43.516 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/getProfilesAvailableToConnect?groupId=4&userId=1 -2016-07-05 15:23:43.519 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/getProfilesAvailableToConnect"'. -2016-07-05 15:23:43.519 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" -2016-07-05 15:23:43.522 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=4 -2016-07-05 15:23:43.528 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-07-05 15:23:43.528 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-07-05 15:23:43.585 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["4"]) - ModelState is Valid' -2016-07-05 15:23:43.586 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-05 15:23:43.587 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-05 15:23:43.590 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-05 15:23:43.594 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-05 15:23:43.604 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 80.611ms -2016-07-05 15:23:43.628 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["4"]) - ModelState is Valid' -2016-07-05 15:23:43.634 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-05 15:23:43.635 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-05 15:23:43.635 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" with arguments (["4", "1"]) - ModelState is Valid' -2016-07-05 15:23:43.640 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-05 15:23:43.643 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-05 15:23:43.643 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-05 15:23:43.644 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-05 15:23:43.644 +05:30 [Information] Request finished in 110.57ms 200 application/json; charset=utf-8 -2016-07-05 15:23:43.648 +05:30 [Debug] Connection id ""0HKT4N5LMEQOA"" completed keep alive response. -2016-07-05 15:23:43.646 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-05 15:23:43.652 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-05 15:23:43.663 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" in 132.9456ms -2016-07-05 15:23:43.673 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 120.4386ms -2016-07-05 15:23:43.687 +05:30 [Information] Request finished in 164.744ms 200 application/json; charset=utf-8 -2016-07-05 15:23:43.688 +05:30 [Debug] Connection id ""0HKT4N5LMEQOB"" completed keep alive response. -2016-07-05 15:23:43.730 +05:30 [Information] Request finished in 211.7023ms 200 application/json; charset=utf-8 -2016-07-05 15:23:43.731 +05:30 [Debug] Connection id ""0HKT4N5LMEQOC"" completed keep alive response. -2016-07-05 15:25:06.703 +05:30 [Debug] Connection id ""0HKT4N5LMEQOB"" received FIN. -2016-07-05 15:25:06.703 +05:30 [Debug] Connection id ""0HKT4N5LMEQOA"" received FIN. -2016-07-05 15:25:06.704 +05:30 [Debug] Connection id ""0HKT4N5LMEQOC"" received FIN. -2016-07-05 15:25:06.704 +05:30 [Debug] Connection id ""0HKT4N5LMEQOA"" disconnecting. -2016-07-05 15:25:06.704 +05:30 [Debug] Connection id ""0HKT4N5LMEQOC"" disconnecting. -2016-07-05 15:25:06.703 +05:30 [Debug] Connection id ""0HKT4N5LMEQOB"" disconnecting. -2016-07-05 15:25:06.704 +05:30 [Debug] Connection id ""0HKT4N5LMEQOA"" sending FIN. -2016-07-05 15:25:06.705 +05:30 [Debug] Connection id ""0HKT4N5LMEQOB"" sending FIN. -2016-07-05 15:25:06.705 +05:30 [Debug] Connection id ""0HKT4N5LMEQOC"" sending FIN. -2016-07-05 15:25:06.706 +05:30 [Debug] Connection id ""0HKT4N5LMEQOB"" sent FIN with status "0". -2016-07-05 15:25:06.706 +05:30 [Debug] Connection id ""0HKT4N5LMEQOC"" sent FIN with status "0". -2016-07-05 15:25:06.707 +05:30 [Debug] Connection id ""0HKT4N5LMEQOC"" stopped. -2016-07-05 15:25:06.706 +05:30 [Debug] Connection id ""0HKT4N5LMEQOB"" stopped. -2016-07-05 15:25:06.707 +05:30 [Debug] Connection id ""0HKT4N5LMEQOA"" sent FIN with status "0". -2016-07-05 15:25:06.708 +05:30 [Debug] Connection id ""0HKT4N5LMEQOA"" stopped. -2016-07-05 15:25:23.636 +05:30 [Debug] Connection id ""0HKT4N5LMEQOD"" started. -2016-07-05 15:25:23.641 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/GroupProfiles/DeleteProfile?groupId=undefined&userId=1&profileId=Deleted!! 0 -2016-07-05 15:25:23.642 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/DeleteProfile"'. -2016-07-05 15:25:23.643 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.DeleteProfile (Api.Socioboard)" -2016-07-05 15:25:23.660 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.DeleteProfile (Api.Socioboard)" with arguments (["0", "1", "Deleted!!"]) - ModelState is Invalid' -2016-07-05 15:25:41.953 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.DeleteProfile (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-05 15:25:41.958 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-05 15:25:41.959 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-07-05 15:25:41.963 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-05 15:25:41.966 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.DeleteProfile (Api.Socioboard)" in 18321.0145ms -2016-07-05 15:25:41.974 +05:30 [Information] Request finished in 18332.0578ms 200 text/plain; charset=utf-8 -2016-07-05 15:25:41.976 +05:30 [Debug] Connection id ""0HKT4N5LMEQOD"" completed keep alive response. -2016-07-05 15:25:49.960 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/GroupProfiles/DeleteProfile?groupId=undefined&userId=1&profileId=Deleted!! 0 -2016-07-05 15:25:49.960 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/DeleteProfile"'. -2016-07-05 15:25:49.961 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.DeleteProfile (Api.Socioboard)" -2016-07-05 15:25:50.006 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.DeleteProfile (Api.Socioboard)" with arguments (["0", "1", "Deleted!!"]) - ModelState is Invalid' -2016-07-05 15:26:16.271 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.DeleteProfile (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-05 15:26:16.278 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-05 15:26:16.278 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-07-05 15:26:16.282 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-05 15:26:16.285 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.DeleteProfile (Api.Socioboard)" in 26322.2056ms -2016-07-05 15:26:16.292 +05:30 [Information] Request finished in 26332.4295ms 200 text/plain; charset=utf-8 -2016-07-05 15:26:16.293 +05:30 [Debug] Connection id ""0HKT4N5LMEQOD"" completed keep alive response. -2016-07-05 15:26:21.317 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-05 15:26:21.318 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-05 15:26:21.319 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-05 15:26:21.337 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-05 15:26:21.338 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-05 15:26:21.339 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-05 15:26:21.341 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-05 15:26:21.350 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 22.5443ms -2016-07-05 15:26:21.358 +05:30 [Information] Request finished in 39.8094ms 200 application/json; charset=utf-8 -2016-07-05 15:26:21.358 +05:30 [Debug] Connection id ""0HKT4N5LMEQOD"" completed keep alive response. -2016-07-05 15:26:21.366 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-05 15:26:21.367 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-05 15:26:21.368 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-05 15:26:21.381 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-05 15:26:21.382 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-05 15:26:21.383 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-05 15:26:21.385 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-05 15:26:21.389 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 17.5746ms -2016-07-05 15:26:21.398 +05:30 [Information] Request finished in 31.9569ms 200 application/json; charset=utf-8 -2016-07-05 15:26:21.399 +05:30 [Debug] Connection id ""0HKT4N5LMEQOD"" completed keep alive response. -2016-07-05 15:26:27.362 +05:30 [Debug] Connection id ""0HKT4N5LMEQOE"" started. -2016-07-05 15:26:27.363 +05:30 [Debug] Connection id ""0HKT4N5LMEQOF"" started. -2016-07-05 15:26:27.380 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=4 -2016-07-05 15:26:27.381 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-07-05 15:26:27.383 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-07-05 15:26:27.385 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=4 -2016-07-05 15:26:27.389 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-05 15:26:27.391 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-05 15:26:27.391 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/getProfilesAvailableToConnect?groupId=4&userId=1 -2016-07-05 15:26:27.393 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/getProfilesAvailableToConnect"'. -2016-07-05 15:26:27.394 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" -2016-07-05 15:26:27.478 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["4"]) - ModelState is Valid' -2016-07-05 15:26:27.479 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-05 15:26:27.479 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-05 15:26:27.480 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-05 15:26:27.483 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["4"]) - ModelState is Valid' -2016-07-05 15:26:27.489 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" with arguments (["4", "1"]) - ModelState is Valid' -2016-07-05 15:26:27.490 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-05 15:26:27.494 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-05 15:26:27.494 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-05 15:26:27.494 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-05 15:26:27.495 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-05 15:26:27.495 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-05 15:26:27.496 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-05 15:26:27.499 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-05 15:26:27.528 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 114.1604ms -2016-07-05 15:26:27.528 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-05 15:26:27.541 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" in 125.0662ms -2016-07-05 15:26:27.543 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 140.822ms -2016-07-05 15:26:27.548 +05:30 [Information] Request finished in 175.1885ms 200 application/json; charset=utf-8 -2016-07-05 15:26:27.551 +05:30 [Debug] Connection id ""0HKT4N5LMEQOD"" completed keep alive response. -2016-07-05 15:26:27.562 +05:30 [Information] Request finished in 181.9435ms 200 application/json; charset=utf-8 -2016-07-05 15:26:27.564 +05:30 [Debug] Connection id ""0HKT4N5LMEQOE"" completed keep alive response. -2016-07-05 15:26:27.576 +05:30 [Information] Request finished in 178.3411ms 200 application/json; charset=utf-8 -2016-07-05 15:26:27.576 +05:30 [Debug] Connection id ""0HKT4N5LMEQOF"" completed keep alive response. -2016-07-05 15:26:36.075 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=1 -2016-07-05 15:26:36.075 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-07-05 15:26:36.076 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-07-05 15:26:36.122 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-05 15:26:36.138 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-05 15:26:36.138 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-05 15:26:36.139 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-05 15:26:36.142 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-05 15:26:36.147 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 66.9055ms -2016-07-05 15:26:36.157 +05:30 [Information] Request finished in 79.9695ms 200 application/json; charset=utf-8 -2016-07-05 15:26:36.158 +05:30 [Debug] Connection id ""0HKT4N5LMEQOD"" completed keep alive response. -2016-07-05 15:26:36.278 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=1 -2016-07-05 15:26:36.280 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-07-05 15:26:36.281 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-07-05 15:26:36.333 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-05 15:26:36.335 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-05 15:26:36.336 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-05 15:26:36.336 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-05 15:26:36.352 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-05 15:26:36.363 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 71.4755ms -2016-07-05 15:26:36.431 +05:30 [Information] Request finished in 121.0556ms 200 application/json; charset=utf-8 -2016-07-05 15:26:36.431 +05:30 [Debug] Connection id ""0HKT4N5LMEQOE"" completed keep alive response. -2016-07-05 15:26:48.523 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/User/FacebookLogin application/x-www-form-urlencoded 177 -2016-07-05 15:26:48.525 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/FacebookLogin"'. -2016-07-05 15:26:48.526 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" -2016-07-05 15:26:48.562 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" with arguments (["EAAKYvwDVmnUBAB6qZC60Wp1CrVpCfKsZBCUysrZAG0jLNtA9r6TsvGK5sErgayUDkfJRxLekl8zU4ZAL5nn9ZA7ZBHr3LLGcd4JbB5NVUPn6qawDxsCgyMLKP8UAdHqjyJX4ZCcL28I32QkIcJB3iqBHV40RertcgsZD"]) - ModelState is Valid' -2016-07-05 15:26:48.995 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-05 15:26:48.996 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-05 15:26:48.999 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-05 15:26:49.006 +05:30 [Information] Executed action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" in 472.7693ms -2016-07-05 15:26:49.012 +05:30 [Information] Request finished in 491.5966ms 200 application/json; charset=utf-8 -2016-07-05 15:26:49.013 +05:30 [Debug] Connection id ""0HKT4N5LMEQOF"" completed keep alive response. -2016-07-05 15:26:49.073 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-05 15:26:49.074 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-05 15:26:49.074 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-05 15:26:49.159 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-05 15:26:49.167 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-05 15:26:49.167 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-05 15:26:49.170 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-05 15:26:49.179 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 96.1375ms -2016-07-05 15:26:49.186 +05:30 [Information] Request finished in 115.2871ms 200 application/json; charset=utf-8 -2016-07-05 15:26:49.187 +05:30 [Debug] Connection id ""0HKT4N5LMEQOD"" completed keep alive response. -2016-07-05 15:26:49.195 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-05 15:26:49.196 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-05 15:26:49.197 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-05 15:26:49.216 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-05 15:26:49.218 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-05 15:26:49.218 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-05 15:26:49.222 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-05 15:26:49.235 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 26.4774ms -2016-07-05 15:26:49.243 +05:30 [Information] Request finished in 47.7457ms 200 application/json; charset=utf-8 -2016-07-05 15:26:49.244 +05:30 [Debug] Connection id ""0HKT4N5LMEQOE"" completed keep alive response. -2016-07-05 15:26:51.449 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=1 -2016-07-05 15:26:51.450 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-07-05 15:26:51.451 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-07-05 15:26:51.489 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-05 15:26:51.498 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-05 15:26:51.498 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-05 15:26:51.499 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-05 15:26:51.502 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-05 15:26:51.506 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 51.5602ms -2016-07-05 15:26:51.513 +05:30 [Information] Request finished in 64.2582ms 200 application/json; charset=utf-8 -2016-07-05 15:26:51.514 +05:30 [Debug] Connection id ""0HKT4N5LMEQOF"" completed keep alive response. -2016-07-05 15:26:51.797 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=1 -2016-07-05 15:26:51.798 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-07-05 15:26:51.798 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-07-05 15:26:51.868 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-05 15:26:51.871 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-05 15:26:51.872 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-05 15:26:51.872 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-05 15:26:51.895 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-05 15:26:51.909 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 98.1662ms -2016-07-05 15:26:51.923 +05:30 [Information] Request finished in 124.0793ms 200 application/json; charset=utf-8 -2016-07-05 15:26:51.926 +05:30 [Debug] Connection id ""0HKT4N5LMEQOD"" completed keep alive response. -2016-07-05 15:28:46.703 +05:30 [Debug] Connection id ""0HKT4N5LMEQOF"" received FIN. -2016-07-05 15:28:46.703 +05:30 [Debug] Connection id ""0HKT4N5LMEQOE"" received FIN. -2016-07-05 15:28:46.704 +05:30 [Debug] Connection id ""0HKT4N5LMEQOE"" disconnecting. -2016-07-05 15:28:46.704 +05:30 [Debug] Connection id ""0HKT4N5LMEQOF"" disconnecting. -2016-07-05 15:28:46.704 +05:30 [Debug] Connection id ""0HKT4N5LMEQOE"" sending FIN. -2016-07-05 15:28:46.704 +05:30 [Debug] Connection id ""0HKT4N5LMEQOD"" received FIN. -2016-07-05 15:28:46.705 +05:30 [Debug] Connection id ""0HKT4N5LMEQOE"" sent FIN with status "0". -2016-07-05 15:28:46.705 +05:30 [Debug] Connection id ""0HKT4N5LMEQOD"" disconnecting. -2016-07-05 15:28:46.705 +05:30 [Debug] Connection id ""0HKT4N5LMEQOE"" stopped. -2016-07-05 15:28:46.705 +05:30 [Debug] Connection id ""0HKT4N5LMEQOF"" sending FIN. -2016-07-05 15:28:46.707 +05:30 [Debug] Connection id ""0HKT4N5LMEQOD"" sending FIN. -2016-07-05 15:28:46.707 +05:30 [Debug] Connection id ""0HKT4N5LMEQOD"" sent FIN with status "0". -2016-07-05 15:28:46.708 +05:30 [Debug] Connection id ""0HKT4N5LMEQOD"" stopped. -2016-07-05 15:28:46.708 +05:30 [Debug] Connection id ""0HKT4N5LMEQOF"" sent FIN with status "0". -2016-07-05 15:28:46.708 +05:30 [Debug] Connection id ""0HKT4N5LMEQOF"" stopped. -2016-07-05 15:30:19.911 +05:30 [Debug] Connection id ""0HKT4N5LMEQOG"" started. -2016-07-05 15:30:19.914 +05:30 [Debug] Connection id ""0HKT4N5LMEQOH"" started. -2016-07-05 15:30:19.914 +05:30 [Debug] Connection id ""0HKT4N5LMEQOI"" started. -2016-07-05 15:30:19.920 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/getProfilesAvailableToConnect?groupId=4&userId=1 -2016-07-05 15:30:19.923 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=4 -2016-07-05 15:30:19.923 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/getProfilesAvailableToConnect"'. -2016-07-05 15:30:19.924 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-07-05 15:30:19.924 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" -2016-07-05 15:30:19.926 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-07-05 15:30:19.930 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=4 -2016-07-05 15:30:19.934 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-05 15:30:19.936 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-05 15:30:20.036 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" with arguments (["4", "1"]) - ModelState is Valid' -2016-07-05 15:30:20.054 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-05 15:30:20.060 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-05 15:30:20.057 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["4"]) - ModelState is Valid' -2016-07-05 15:30:20.068 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-05 15:30:20.070 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-05 15:30:20.072 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["4"]) - ModelState is Valid' -2016-07-05 15:30:20.073 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-05 15:30:20.074 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-05 15:30:20.075 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-05 15:30:20.076 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-05 15:30:20.077 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-05 15:30:20.086 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-05 15:30:20.095 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-05 15:30:20.119 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" in 172.5737ms -2016-07-05 15:30:20.123 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-05 15:30:20.126 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 153.1391ms -2016-07-05 15:30:20.137 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 202.0138ms -2016-07-05 15:30:20.140 +05:30 [Information] Request finished in 221.5066ms 200 application/json; charset=utf-8 -2016-07-05 15:30:20.144 +05:30 [Debug] Connection id ""0HKT4N5LMEQOH"" completed keep alive response. -2016-07-05 15:30:20.155 +05:30 [Information] Request finished in 224.4596ms 200 application/json; charset=utf-8 -2016-07-05 15:30:20.156 +05:30 [Debug] Connection id ""0HKT4N5LMEQOI"" completed keep alive response. -2016-07-05 15:30:20.162 +05:30 [Information] Request finished in 234.5404ms 200 application/json; charset=utf-8 -2016-07-05 15:30:20.162 +05:30 [Debug] Connection id ""0HKT4N5LMEQOG"" completed keep alive response. -2016-07-05 15:30:46.472 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/User/FacebookLogin application/x-www-form-urlencoded 178 -2016-07-05 15:30:46.473 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/FacebookLogin"'. -2016-07-05 15:30:46.474 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" -2016-07-05 15:30:46.536 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" with arguments (["EAAKYvwDVmnUBAIQnHUNXU8KU92PhCjUo7QYnvqeeXJHYlDRbpHp4gOE3Uswb18o8avZCLnicdNAh69U0o4yRaHO4m7E3uKpEm1iZADC3YQeUZAcAyR2r2ZBpyWKZAKeDtZCliBtPDNCRGN0bfZA537yPgyzGujTZAcMZD"]) - ModelState is Valid' -2016-07-05 15:30:47.516 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-05 15:30:47.518 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-05 15:30:47.529 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-05 15:30:47.541 +05:30 [Information] Executed action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" in 1055.1957ms -2016-07-05 15:30:47.550 +05:30 [Information] Request finished in 1082.5319ms 200 application/json; charset=utf-8 -2016-07-05 15:30:47.551 +05:30 [Debug] Connection id ""0HKT4N5LMEQOH"" completed keep alive response. -2016-07-05 15:30:47.596 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-05 15:30:47.597 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-05 15:30:47.598 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-05 15:30:47.635 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-05 15:30:47.704 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-05 15:30:47.704 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-05 15:30:47.708 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-05 15:30:47.719 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 110.6207ms -2016-07-05 15:30:47.736 +05:30 [Information] Request finished in 137.0024ms 200 application/json; charset=utf-8 -2016-07-05 15:30:47.736 +05:30 [Debug] Connection id ""0HKT4N5LMEQOI"" completed keep alive response. -2016-07-05 15:30:47.750 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-05 15:30:47.751 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-05 15:30:47.752 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-05 15:30:47.795 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-05 15:30:47.810 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-05 15:30:47.810 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-05 15:30:47.814 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-05 15:30:47.829 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 61.7477ms -2016-07-05 15:30:47.836 +05:30 [Information] Request finished in 86.6965ms 200 application/json; charset=utf-8 -2016-07-05 15:30:47.838 +05:30 [Debug] Connection id ""0HKT4N5LMEQOG"" completed keep alive response. -2016-07-05 15:30:50.435 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=1 -2016-07-05 15:30:50.436 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-07-05 15:30:50.437 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-07-05 15:30:50.475 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-05 15:30:50.544 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-05 15:30:50.545 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-05 15:30:50.545 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-05 15:30:50.570 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-05 15:30:50.580 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 134.1538ms -2016-07-05 15:30:50.604 +05:30 [Information] Request finished in 156.7249ms 200 application/json; charset=utf-8 -2016-07-05 15:30:50.605 +05:30 [Debug] Connection id ""0HKT4N5LMEQOH"" completed keep alive response. -2016-07-05 15:30:50.921 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=1 -2016-07-05 15:30:50.922 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-07-05 15:30:50.925 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-07-05 15:30:51.024 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-05 15:30:51.166 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-05 15:30:51.168 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-05 15:30:51.168 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-05 15:30:51.173 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-05 15:30:51.189 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 246.9914ms -2016-07-05 15:30:51.209 +05:30 [Information] Request finished in 288.9732ms 200 application/json; charset=utf-8 -2016-07-05 15:30:51.211 +05:30 [Debug] Connection id ""0HKT4N5LMEQOI"" completed keep alive response. -2016-07-05 15:31:00.701 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=4 -2016-07-05 15:31:00.704 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-07-05 15:31:00.704 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-07-05 15:31:00.705 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/getProfilesAvailableToConnect?groupId=4&userId=1 -2016-07-05 15:31:00.708 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/getProfilesAvailableToConnect"'. -2016-07-05 15:31:00.713 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" -2016-07-05 15:31:00.713 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=4 -2016-07-05 15:31:00.715 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-05 15:31:00.734 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-05 15:31:00.840 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["4"]) - ModelState is Valid' -2016-07-05 15:31:00.862 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" with arguments (["4", "1"]) - ModelState is Valid' -2016-07-05 15:31:00.865 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["4"]) - ModelState is Valid' -2016-07-05 15:31:00.921 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-05 15:31:00.922 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-05 15:31:00.923 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-05 15:31:00.930 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-05 15:31:00.938 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 226.2055ms -2016-07-05 15:31:00.954 +05:30 [Information] Request finished in 253.0821ms 200 application/json; charset=utf-8 -2016-07-05 15:31:00.955 +05:30 [Debug] Connection id ""0HKT4N5LMEQOG"" completed keep alive response. -2016-07-05 15:31:01.064 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-05 15:31:01.065 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-05 15:31:01.065 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-05 15:31:01.072 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-05 15:31:01.084 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" in 359.2469ms -2016-07-05 15:31:01.099 +05:30 [Information] Request finished in 389.7561ms 200 application/json; charset=utf-8 -2016-07-05 15:31:01.101 +05:30 [Debug] Connection id ""0HKT4N5LMEQOI"" completed keep alive response. -2016-07-05 15:31:01.115 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-05 15:31:01.115 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-05 15:31:01.116 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-05 15:31:01.120 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-05 15:31:01.131 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 373.3583ms -2016-07-05 15:31:01.154 +05:30 [Information] Request finished in 439.5973ms 200 application/json; charset=utf-8 -2016-07-05 15:31:01.155 +05:30 [Debug] Connection id ""0HKT4N5LMEQOH"" completed keep alive response. -2016-07-05 15:31:13.020 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/GroupProfiles/DeleteProfile?groupId=undefined&userId=1&profileId=Deleted!! 0 -2016-07-05 15:31:13.021 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/DeleteProfile"'. -2016-07-05 15:31:13.022 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.DeleteProfile (Api.Socioboard)" -2016-07-05 15:31:13.086 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.DeleteProfile (Api.Socioboard)" with arguments (["0", "1", "Deleted!!"]) - ModelState is Invalid' -2016-07-05 15:31:32.583 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.DeleteProfile (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-05 15:31:32.589 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-05 15:31:32.589 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-07-05 15:31:32.611 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-05 15:31:32.665 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.DeleteProfile (Api.Socioboard)" in 19633.5676ms -2016-07-05 15:31:32.679 +05:30 [Information] Request finished in 19663.3693ms 200 text/plain; charset=utf-8 -2016-07-05 15:31:32.680 +05:30 [Debug] Connection id ""0HKT4N5LMEQOG"" completed keep alive response. -2016-07-05 15:32:26.703 +05:30 [Debug] Connection id ""0HKT4N5LMEQOI"" received FIN. -2016-07-05 15:32:26.703 +05:30 [Debug] Connection id ""0HKT4N5LMEQOH"" received FIN. -2016-07-05 15:32:26.704 +05:30 [Debug] Connection id ""0HKT4N5LMEQOI"" disconnecting. -2016-07-05 15:32:26.704 +05:30 [Debug] Connection id ""0HKT4N5LMEQOH"" disconnecting. -2016-07-05 15:32:26.705 +05:30 [Debug] Connection id ""0HKT4N5LMEQOI"" sending FIN. -2016-07-05 15:32:26.705 +05:30 [Debug] Connection id ""0HKT4N5LMEQOH"" sending FIN. -2016-07-05 15:32:26.706 +05:30 [Debug] Connection id ""0HKT4N5LMEQOI"" sent FIN with status "0". -2016-07-05 15:32:26.706 +05:30 [Debug] Connection id ""0HKT4N5LMEQOI"" stopped. -2016-07-05 15:32:26.706 +05:30 [Debug] Connection id ""0HKT4N5LMEQOH"" sent FIN with status "0". -2016-07-05 15:32:26.707 +05:30 [Debug] Connection id ""0HKT4N5LMEQOH"" stopped. -2016-07-05 15:32:45.889 +05:30 [Debug] Connection id ""0HKT4N5LMEQOG"" received FIN. -2016-07-05 15:32:45.890 +05:30 [Debug] Connection id ""0HKT4N5LMEQOG"" disconnecting. -2016-07-05 15:32:45.891 +05:30 [Debug] Connection id ""0HKT4N5LMEQOG"" sending FIN. -2016-07-05 15:32:45.891 +05:30 [Debug] Connection id ""0HKT4N5LMEQOJ"" started. -2016-07-05 15:32:45.891 +05:30 [Debug] Connection id ""0HKT4N5LMEQOG"" sent FIN with status "0". -2016-07-05 15:32:45.892 +05:30 [Debug] Connection id ""0HKT4N5LMEQOG"" stopped. -2016-07-05 15:32:45.899 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-05 15:32:45.900 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-05 15:32:45.901 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-05 15:32:45.931 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-05 15:32:45.932 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-05 15:32:45.933 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-05 15:32:45.936 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-05 15:32:45.943 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 35.9909ms -2016-07-05 15:32:45.954 +05:30 [Information] Request finished in 56.2608ms 200 application/json; charset=utf-8 -2016-07-05 15:32:45.955 +05:30 [Debug] Connection id ""0HKT4N5LMEQOJ"" completed keep alive response. -2016-07-05 15:32:45.965 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-05 15:32:45.966 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-05 15:32:45.967 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-05 15:32:45.987 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-05 15:32:45.988 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-05 15:32:45.988 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-05 15:32:45.992 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-05 15:32:46.001 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 26.6205ms -2016-07-05 15:32:46.011 +05:30 [Information] Request finished in 46.8055ms 200 application/json; charset=utf-8 -2016-07-05 15:32:46.013 +05:30 [Debug] Connection id ""0HKT4N5LMEQOJ"" completed keep alive response. -2016-07-05 15:32:53.640 +05:30 [Debug] Connection id ""0HKT4N5LMEQOK"" started. -2016-07-05 15:32:53.643 +05:30 [Debug] Connection id ""0HKT4N5LMEQOL"" started. -2016-07-05 15:32:53.668 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/getProfilesAvailableToConnect?groupId=4&userId=1 -2016-07-05 15:32:53.668 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/getProfilesAvailableToConnect"'. -2016-07-05 15:32:53.669 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" -2016-07-05 15:32:53.673 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=4 -2016-07-05 15:32:53.679 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-07-05 15:32:53.679 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-07-05 15:32:53.730 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=4 -2016-07-05 15:32:53.731 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-05 15:32:53.733 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-05 15:32:53.873 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" with arguments (["4", "1"]) - ModelState is Valid' -2016-07-05 15:32:54.005 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-05 15:32:54.006 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-05 15:32:54.007 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-05 15:32:54.016 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["4"]) - ModelState is Valid' -2016-07-05 15:32:54.020 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-05 15:32:54.020 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-05 15:32:54.021 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-05 15:32:54.023 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-05 15:32:54.025 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["4"]) - ModelState is Valid' -2016-07-05 15:32:54.034 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" in 352.1652ms -2016-07-05 15:32:54.035 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-05 15:32:54.036 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-05 15:32:54.037 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-05 15:32:54.039 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-05 15:32:54.052 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-05 15:32:54.075 +05:30 [Information] Request finished in 401.6917ms 200 application/json; charset=utf-8 -2016-07-05 15:32:54.083 +05:30 [Debug] Connection id ""0HKT4N5LMEQOK"" completed keep alive response. -2016-07-05 15:32:54.084 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 370.2787ms -2016-07-05 15:32:54.097 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 322.2398ms -2016-07-05 15:32:54.106 +05:30 [Information] Request finished in 451.2997ms 200 application/json; charset=utf-8 -2016-07-05 15:32:54.107 +05:30 [Debug] Connection id ""0HKT4N5LMEQOJ"" completed keep alive response. -2016-07-05 15:32:54.186 +05:30 [Information] Request finished in 499.3112ms 200 application/json; charset=utf-8 -2016-07-05 15:32:54.188 +05:30 [Debug] Connection id ""0HKT4N5LMEQOL"" completed keep alive response. -2016-07-05 15:32:58.362 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/GroupProfiles/DeleteProfile?groupId=4&userId=1&profileId=1792169061004470 0 -2016-07-05 15:32:58.367 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/DeleteProfile"'. -2016-07-05 15:32:58.369 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.DeleteProfile (Api.Socioboard)" -2016-07-05 15:32:58.438 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.DeleteProfile (Api.Socioboard)" with arguments (["4", "1", "1792169061004470"]) - ModelState is Valid' -2016-07-05 15:33:26.610 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.DeleteProfile (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-05 15:33:26.611 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-05 15:33:26.613 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-07-05 15:33:26.620 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-05 15:33:26.629 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.DeleteProfile (Api.Socioboard)" in 28252.1738ms -2016-07-05 15:33:26.640 +05:30 [Information] Request finished in 28284.0628ms 200 text/plain; charset=utf-8 -2016-07-05 15:33:26.641 +05:30 [Debug] Connection id ""0HKT4N5LMEQOK"" completed keep alive response. -2016-07-05 15:33:26.711 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-05 15:33:26.712 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-05 15:33:26.713 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-05 15:33:26.772 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-05 15:33:26.774 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-05 15:33:26.775 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-05 15:33:26.781 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-05 15:33:26.793 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 70.9914ms -2016-07-05 15:33:26.804 +05:30 [Information] Request finished in 94.5958ms 200 application/json; charset=utf-8 -2016-07-05 15:33:26.812 +05:30 [Debug] Connection id ""0HKT4N5LMEQOJ"" completed keep alive response. -2016-07-05 15:33:26.819 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-05 15:33:26.820 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-05 15:33:26.821 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-05 15:33:26.879 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-05 15:33:26.882 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-05 15:33:26.883 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-05 15:33:26.893 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-05 15:33:26.904 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 73.7676ms -2016-07-05 15:33:26.917 +05:30 [Information] Request finished in 99.3887ms 200 application/json; charset=utf-8 -2016-07-05 15:33:26.918 +05:30 [Debug] Connection id ""0HKT4N5LMEQOL"" completed keep alive response. -2016-07-05 15:33:33.994 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=4 -2016-07-05 15:33:34.001 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/getProfilesAvailableToConnect?groupId=4&userId=1 -2016-07-05 15:33:34.002 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/getProfilesAvailableToConnect"'. -2016-07-05 15:33:34.002 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-05 15:33:34.002 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" -2016-07-05 15:33:34.003 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-05 15:33:34.047 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=4 -2016-07-05 15:33:34.049 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-07-05 15:33:34.050 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-07-05 15:33:34.065 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" with arguments (["4", "1"]) - ModelState is Valid' -2016-07-05 15:33:34.073 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["4"]) - ModelState is Valid' -2016-07-05 15:33:34.081 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-05 15:33:34.083 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-05 15:33:34.083 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-05 15:33:34.090 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-05 15:33:34.105 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["4"]) - ModelState is Valid' -2016-07-05 15:33:34.106 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-05 15:33:34.111 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-05 15:33:34.112 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-05 15:33:34.112 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-05 15:33:34.110 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" in 88.6648ms -2016-07-05 15:33:34.113 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-05 15:33:34.113 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-05 15:33:34.122 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-05 15:33:34.124 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-05 15:33:34.133 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 122.7969ms -2016-07-05 15:33:34.139 +05:30 [Information] Request finished in 157.6954ms 200 application/json; charset=utf-8 -2016-07-05 15:33:34.140 +05:30 [Debug] Connection id ""0HKT4N5LMEQOJ"" completed keep alive response. -2016-07-05 15:33:34.157 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 72.1586ms -2016-07-05 15:33:34.165 +05:30 [Information] Request finished in 176.1807ms 200 application/json; charset=utf-8 -2016-07-05 15:33:34.167 +05:30 [Debug] Connection id ""0HKT4N5LMEQOK"" completed keep alive response. -2016-07-05 15:33:34.217 +05:30 [Information] Request finished in 174.7581ms 200 application/json; charset=utf-8 -2016-07-05 15:33:34.218 +05:30 [Debug] Connection id ""0HKT4N5LMEQOL"" completed keep alive response. -2016-07-05 15:33:38.866 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/GroupProfiles/DeleteProfile?groupId=4&userId=1&profileId=1792169061004470 0 -2016-07-05 15:33:38.867 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/DeleteProfile"'. -2016-07-05 15:33:38.868 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.DeleteProfile (Api.Socioboard)" -2016-07-05 15:33:38.907 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.DeleteProfile (Api.Socioboard)" with arguments (["4", "1", "1792169061004470"]) - ModelState is Valid' -2016-07-05 15:33:41.215 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.DeleteProfile (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-05 15:33:41.216 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-05 15:33:41.217 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-07-05 15:33:41.223 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-05 15:33:41.229 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.DeleteProfile (Api.Socioboard)" in 2354.5315ms -2016-07-05 15:33:41.244 +05:30 [Information] Request finished in 2376.5547ms 200 text/plain; charset=utf-8 -2016-07-05 15:33:41.245 +05:30 [Debug] Connection id ""0HKT4N5LMEQOJ"" completed keep alive response. -2016-07-05 15:33:41.405 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-05 15:33:41.406 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-05 15:33:41.407 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-05 15:33:41.430 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-05 15:33:41.431 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-05 15:33:41.433 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-05 15:33:41.437 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-05 15:33:41.443 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 30.9676ms -2016-07-05 15:33:41.455 +05:30 [Information] Request finished in 52.9475ms 200 application/json; charset=utf-8 -2016-07-05 15:33:41.456 +05:30 [Debug] Connection id ""0HKT4N5LMEQOK"" completed keep alive response. -2016-07-05 15:33:41.466 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-05 15:33:41.467 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-05 15:33:41.468 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-05 15:33:41.502 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-05 15:33:41.503 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-05 15:33:41.504 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-05 15:33:41.508 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-05 15:33:41.518 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 41.2166ms -2016-07-05 15:33:41.527 +05:30 [Information] Request finished in 62.5271ms 200 application/json; charset=utf-8 -2016-07-05 15:33:41.528 +05:30 [Debug] Connection id ""0HKT4N5LMEQOL"" completed keep alive response. -2016-07-05 15:33:47.760 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=4 -2016-07-05 15:33:47.762 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-07-05 15:33:47.764 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=4 -2016-07-05 15:33:47.766 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-07-05 15:33:47.767 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-05 15:33:47.768 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-05 15:33:47.771 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/getProfilesAvailableToConnect?groupId=4&userId=1 -2016-07-05 15:33:47.830 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/getProfilesAvailableToConnect"'. -2016-07-05 15:33:47.836 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" -2016-07-05 15:33:47.866 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["4"]) - ModelState is Valid' -2016-07-05 15:33:47.878 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["4"]) - ModelState is Valid' -2016-07-05 15:33:47.883 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-05 15:33:47.886 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-05 15:33:47.887 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-05 15:33:47.891 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-05 15:33:47.890 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" with arguments (["4", "1"]) - ModelState is Valid' -2016-07-05 15:33:47.897 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-05 15:33:47.899 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-05 15:33:47.900 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-05 15:33:47.905 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-05 15:33:47.905 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-05 15:33:47.906 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-05 15:33:47.918 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-05 15:33:47.927 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 144.0698ms -2016-07-05 15:33:47.934 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-05 15:33:47.946 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 149.7106ms -2016-07-05 15:33:47.951 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" in 107.9819ms -2016-07-05 15:33:47.962 +05:30 [Information] Request finished in 186.1212ms 200 application/json; charset=utf-8 -2016-07-05 15:33:47.962 +05:30 [Debug] Connection id ""0HKT4N5LMEQOJ"" completed keep alive response. -2016-07-05 15:33:48.001 +05:30 [Information] Request finished in 218.5462ms 200 application/json; charset=utf-8 -2016-07-05 15:33:48.003 +05:30 [Debug] Connection id ""0HKT4N5LMEQOL"" completed keep alive response. -2016-07-05 15:33:48.032 +05:30 [Information] Request finished in 231.9021ms 200 application/json; charset=utf-8 -2016-07-05 15:33:48.036 +05:30 [Debug] Connection id ""0HKT4N5LMEQOK"" completed keep alive response. -2016-07-05 15:33:51.041 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/GroupProfiles/AddProfileToGroup?profileId=1792169061004470&groupId=4&userId=1&profileType=0 0 -2016-07-05 15:33:51.042 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/AddProfileToGroup"'. -2016-07-05 15:33:51.043 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.AddProfileToGroup (Api.Socioboard)" -2016-07-05 15:33:51.093 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.AddProfileToGroup (Api.Socioboard)" with arguments (["1792169061004470", "4", "1", "Facebook"]) - ModelState is Valid' -2016-07-05 15:33:51.238 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.AddProfileToGroup (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-05 15:33:51.239 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-05 15:33:51.239 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-07-05 15:33:51.244 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-05 15:33:51.249 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.AddProfileToGroup (Api.Socioboard)" in 201.8416ms -2016-07-05 15:33:51.259 +05:30 [Information] Request finished in 219.6512ms 200 text/plain; charset=utf-8 -2016-07-05 15:33:51.260 +05:30 [Debug] Connection id ""0HKT4N5LMEQOJ"" completed keep alive response. -2016-07-05 15:33:55.835 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-05 15:33:55.836 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-05 15:33:55.837 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-05 15:33:55.876 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-05 15:33:55.878 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-05 15:33:55.879 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-05 15:33:55.886 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-05 15:33:55.900 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 50.124ms -2016-07-05 15:33:55.912 +05:30 [Information] Request finished in 78.0047ms 200 application/json; charset=utf-8 -2016-07-05 15:33:55.912 +05:30 [Debug] Connection id ""0HKT4N5LMEQOL"" completed keep alive response. -2016-07-05 15:33:55.924 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-05 15:33:55.925 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-05 15:33:55.926 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-05 15:33:55.954 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-05 15:33:55.955 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-05 15:33:55.957 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-05 15:33:55.961 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-05 15:33:55.968 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 35.5524ms -2016-07-05 15:33:55.980 +05:30 [Information] Request finished in 54.6039ms 200 application/json; charset=utf-8 -2016-07-05 15:33:55.980 +05:30 [Debug] Connection id ""0HKT4N5LMEQOK"" completed keep alive response. -2016-07-05 15:34:04.270 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupMember/GetGroupMembers?groupId=4 -2016-07-05 15:34:04.280 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=4 -2016-07-05 15:34:04.280 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupMember/GetGroupMembers"'. -2016-07-05 15:34:04.280 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-05 15:34:04.281 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-05 15:34:04.281 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" -2016-07-05 15:34:04.282 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/getProfilesAvailableToConnect?groupId=4&userId=1 -2016-07-05 15:34:04.306 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/getProfilesAvailableToConnect"'. -2016-07-05 15:34:04.306 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" -2016-07-05 15:34:04.406 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" with arguments (["4"]) - ModelState is Valid' -2016-07-05 15:34:04.410 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-05 15:34:04.417 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-05 15:34:04.417 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-05 15:34:04.418 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["4"]) - ModelState is Valid' -2016-07-05 15:34:04.433 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-05 15:34:04.427 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" with arguments (["4", "1"]) - ModelState is Valid' -2016-07-05 15:34:04.446 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-05 15:34:04.447 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-05 15:34:04.453 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-05 15:34:04.477 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupMemberController.GetGroupMembers (Api.Socioboard)" in 151.9286ms -2016-07-05 15:34:04.482 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-05 15:34:04.483 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-05 15:34:04.483 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-05 15:34:04.498 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-05 15:34:04.503 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-05 15:34:04.503 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 216.6082ms -2016-07-05 15:34:04.510 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.getProfilesAvailableToConnect (Api.Socioboard)" in 197.096ms -2016-07-05 15:34:04.519 +05:30 [Information] Request finished in 228.3664ms 200 application/json; charset=utf-8 -2016-07-05 15:34:04.526 +05:30 [Debug] Connection id ""0HKT4N5LMEQOJ"" completed keep alive response. -2016-07-05 15:34:04.533 +05:30 [Information] Request finished in 256.2933ms 200 application/json; charset=utf-8 -2016-07-05 15:34:04.543 +05:30 [Debug] Connection id ""0HKT4N5LMEQOL"" completed keep alive response. -2016-07-05 15:34:04.561 +05:30 [Information] Request finished in 265.2663ms 200 application/json; charset=utf-8 -2016-07-05 15:34:04.561 +05:30 [Debug] Connection id ""0HKT4N5LMEQOK"" completed keep alive response. -2016-07-05 15:34:38.565 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-05 15:34:38.566 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-05 15:34:38.567 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-05 15:34:38.617 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-05 15:34:38.619 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-05 15:34:38.621 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-05 15:34:38.631 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-05 15:34:38.641 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 65.3854ms -2016-07-05 15:34:38.664 +05:30 [Information] Request finished in 103.1525ms 200 application/json; charset=utf-8 -2016-07-05 15:34:38.665 +05:30 [Debug] Connection id ""0HKT4N5LMEQOJ"" completed keep alive response. -2016-07-05 15:34:38.707 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=4 -2016-07-05 15:34:38.709 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-05 15:34:38.710 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-05 15:34:38.780 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["4"]) - ModelState is Valid' -2016-07-05 15:34:38.782 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-05 15:34:38.783 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-05 15:34:38.791 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-05 15:34:38.816 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 79.0276ms -2016-07-05 15:34:38.831 +05:30 [Information] Request finished in 135.4698ms 200 application/json; charset=utf-8 -2016-07-05 15:34:38.832 +05:30 [Debug] Connection id ""0HKT4N5LMEQOL"" completed keep alive response. -2016-07-05 15:34:45.969 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=4 -2016-07-05 15:34:45.974 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-07-05 15:34:45.977 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-07-05 15:34:46.109 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["4"]) - ModelState is Valid' -2016-07-05 15:34:46.113 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-05 15:34:46.114 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-05 15:34:46.123 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-05 15:34:46.135 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-05 15:34:46.152 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 157.8836ms -2016-07-05 15:34:46.186 +05:30 [Information] Request finished in 226.9404ms 200 application/json; charset=utf-8 -2016-07-05 15:34:46.187 +05:30 [Debug] Connection id ""0HKT4N5LMEQOK"" completed keep alive response. -2016-07-05 15:34:46.296 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=4 -2016-07-05 15:34:46.299 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-07-05 15:34:46.300 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-07-05 15:34:46.438 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["4"]) - ModelState is Valid' -2016-07-05 15:34:46.440 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-05 15:34:46.443 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-05 15:34:46.444 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-05 15:34:46.453 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-05 15:34:46.463 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 153.8541ms -2016-07-05 15:34:46.479 +05:30 [Information] Request finished in 214.3565ms 200 application/json; charset=utf-8 -2016-07-05 15:34:46.482 +05:30 [Debug] Connection id ""0HKT4N5LMEQOJ"" completed keep alive response. -2016-07-05 15:34:57.944 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-05 15:34:57.946 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-05 15:34:57.947 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-05 15:34:58.017 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-05 15:34:58.019 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-05 15:34:58.020 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-05 15:34:58.026 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-05 15:34:58.042 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 81.8049ms -2016-07-05 15:34:58.064 +05:30 [Information] Request finished in 134.785ms 200 application/json; charset=utf-8 -2016-07-05 15:34:58.065 +05:30 [Debug] Connection id ""0HKT4N5LMEQOL"" completed keep alive response. -2016-07-05 15:34:58.081 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-05 15:34:58.083 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-05 15:34:58.084 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-05 15:34:58.149 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-05 15:34:58.152 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-05 15:34:58.154 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-05 15:34:58.174 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-05 15:34:58.194 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 91.3714ms -2016-07-05 15:34:58.209 +05:30 [Information] Request finished in 129.4076ms 200 application/json; charset=utf-8 -2016-07-05 15:34:58.210 +05:30 [Debug] Connection id ""0HKT4N5LMEQOK"" completed keep alive response. -2016-07-05 15:35:06.031 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=1 -2016-07-05 15:35:06.032 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-07-05 15:35:06.033 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-07-05 15:35:06.084 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-05 15:35:06.100 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-05 15:35:06.101 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-05 15:35:06.101 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-05 15:35:06.108 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-05 15:35:06.126 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 74.2774ms -2016-07-05 15:35:06.148 +05:30 [Information] Request finished in 116.4149ms 200 application/json; charset=utf-8 -2016-07-05 15:35:06.148 +05:30 [Debug] Connection id ""0HKT4N5LMEQOJ"" completed keep alive response. -2016-07-05 15:35:06.310 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=1 -2016-07-05 15:35:06.313 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-07-05 15:35:06.314 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-07-05 15:35:06.551 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-05 15:35:06.553 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-05 15:35:06.554 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-05 15:35:06.559 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-05 15:35:06.632 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-05 15:35:06.661 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 318.6563ms -2016-07-05 15:35:06.696 +05:30 [Information] Request finished in 379.9741ms 200 application/json; charset=utf-8 -2016-07-05 15:35:06.699 +05:30 [Debug] Connection id ""0HKT4N5LMEQOL"" completed keep alive response. -2016-07-05 15:36:06.702 +05:30 [Debug] Connection id ""0HKT4N5LMEQOK"" received FIN. -2016-07-05 15:36:06.703 +05:30 [Debug] Connection id ""0HKT4N5LMEQOK"" disconnecting. -2016-07-05 15:36:06.703 +05:30 [Debug] Connection id ""0HKT4N5LMEQOK"" sending FIN. -2016-07-05 15:36:06.702 +05:30 [Debug] Connection id ""0HKT4N5LMEQOJ"" received FIN. -2016-07-05 15:36:06.703 +05:30 [Debug] Connection id ""0HKT4N5LMEQOK"" sent FIN with status "0". -2016-07-05 15:36:06.709 +05:30 [Debug] Connection id ""0HKT4N5LMEQOJ"" disconnecting. -2016-07-05 15:36:06.710 +05:30 [Debug] Connection id ""0HKT4N5LMEQOK"" stopped. -2016-07-05 15:36:06.710 +05:30 [Debug] Connection id ""0HKT4N5LMEQOJ"" sending FIN. -2016-07-05 15:36:06.711 +05:30 [Debug] Connection id ""0HKT4N5LMEQOJ"" sent FIN with status "0". -2016-07-05 15:36:06.712 +05:30 [Debug] Connection id ""0HKT4N5LMEQOJ"" stopped. -2016-07-05 15:37:56.703 +05:30 [Debug] Connection id ""0HKT4N5LMEQOL"" received FIN. -2016-07-05 15:37:56.704 +05:30 [Debug] Connection id ""0HKT4N5LMEQOL"" disconnecting. -2016-07-05 15:37:56.705 +05:30 [Debug] Connection id ""0HKT4N5LMEQOL"" sending FIN. -2016-07-05 15:37:56.706 +05:30 [Debug] Connection id ""0HKT4N5LMEQOL"" sent FIN with status "0". -2016-07-05 15:37:56.707 +05:30 [Debug] Connection id ""0HKT4N5LMEQOL"" stopped. -2016-07-05 15:37:57.513 +05:30 [Debug] Connection id ""0HKT4N5LMEQOM"" started. -2016-07-05 15:37:57.523 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetNotifications?groupId=1&userId=1&skip=0&count=20 -2016-07-05 15:37:57.525 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetNotifications"'. -2016-07-05 15:37:57.526 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetNotifications (Api.Socioboard)" -2016-07-05 15:37:57.664 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetNotifications (Api.Socioboard)" with arguments (["1", "1", "0", "20"]) - ModelState is Valid' -2016-07-05 15:37:57.898 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetNotifications (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-05 15:37:57.899 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-05 15:37:57.900 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-05 15:37:57.917 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-05 15:37:57.959 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetNotifications (Api.Socioboard)" in 401.3176ms -2016-07-05 15:37:57.993 +05:30 [Information] Request finished in 460.9072ms 200 application/json; charset=utf-8 -2016-07-05 15:37:57.996 +05:30 [Debug] Connection id ""0HKT4N5LMEQOM"" completed keep alive response. -2016-07-05 15:39:46.703 +05:30 [Debug] Connection id ""0HKT4N5LMEQOM"" received FIN. -2016-07-05 15:39:46.703 +05:30 [Debug] Connection id ""0HKT4N5LMEQOM"" disconnecting. -2016-07-05 15:39:46.704 +05:30 [Debug] Connection id ""0HKT4N5LMEQOM"" sending FIN. -2016-07-05 15:39:46.704 +05:30 [Debug] Connection id ""0HKT4N5LMEQOM"" sent FIN with status "0". -2016-07-05 15:39:46.706 +05:30 [Debug] Connection id ""0HKT4N5LMEQOM"" stopped. -2016-07-05 17:08:41.829 +05:30 [Debug] Hosting starting -2016-07-05 17:08:42.401 +05:30 [Debug] Hosting started -2016-07-05 17:08:42.504 +05:30 [Debug] Connection id ""0HKT4P3L8IADH"" started. -2016-07-05 17:08:42.504 +05:30 [Debug] Connection id ""0HKT4P3L8IADI"" started. -2016-07-05 17:08:42.801 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-07-05 17:08:42.800 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:6361/ 0 -2016-07-05 17:08:44.776 +05:30 [Debug] Request did not match any routes. -2016-07-05 17:08:44.808 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-07-05 17:08:44.986 +05:30 [Information] Request finished in 2231.0457ms 404 -2016-07-05 17:08:45.080 +05:30 [Debug] Connection id ""0HKT4P3L8IADH"" completed keep alive response. -2016-07-05 17:08:45.094 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"358ee6fc-8aeb-463f-b07e-534e81807392"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-07-05 17:08:45.214 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-07-05 17:08:45.816 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid' -2016-07-05 17:08:45.825 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult".' -2016-07-05 17:08:45.907 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-05 17:08:45.917 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-05 17:08:45.920 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-05 17:08:46.564 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 1330.0063ms -2016-07-05 17:08:46.591 +05:30 [Information] Request finished in 3860.0691ms 200 application/json; charset=utf-8 -2016-07-05 17:08:46.597 +05:30 [Debug] Connection id ""0HKT4P3L8IADI"" completed keep alive response. -2016-07-05 17:10:32.451 +05:30 [Debug] Connection id ""0HKT4P3L8IADH"" received FIN. -2016-07-05 17:10:32.452 +05:30 [Debug] Connection id ""0HKT4P3L8IADI"" received FIN. -2016-07-05 17:10:32.454 +05:30 [Debug] Connection id ""0HKT4P3L8IADH"" disconnecting. -2016-07-05 17:10:32.455 +05:30 [Debug] Connection id ""0HKT4P3L8IADI"" disconnecting. -2016-07-05 17:10:32.456 +05:30 [Debug] Connection id ""0HKT4P3L8IADH"" sending FIN. -2016-07-05 17:10:32.456 +05:30 [Debug] Connection id ""0HKT4P3L8IADI"" sending FIN. -2016-07-05 17:10:32.470 +05:30 [Debug] Connection id ""0HKT4P3L8IADI"" sent FIN with status "0". -2016-07-05 17:10:32.470 +05:30 [Debug] Connection id ""0HKT4P3L8IADH"" sent FIN with status "0". -2016-07-05 17:10:32.474 +05:30 [Debug] Connection id ""0HKT4P3L8IADI"" stopped. -2016-07-05 17:10:32.474 +05:30 [Debug] Connection id ""0HKT4P3L8IADH"" stopped. -2016-07-05 17:17:34.299 +05:30 [Debug] Connection id ""0HKT4P3L8IADJ"" started. -2016-07-05 17:17:34.307 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/User/FacebookLogin application/x-www-form-urlencoded 175 -2016-07-05 17:17:34.308 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/FacebookLogin"'. -2016-07-05 17:17:34.309 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" -2016-07-05 17:17:35.655 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" with arguments (["EAAKYvwDVmnUBAAIwVi7AeQubZB9SWjug9LetvRdEsDvjll0ZCEzv6VOFE83EZBvG740yq8N9PyUi5WQZCU2em3FB43vea5qANK2jTFYBas0Oo72jwnfB9agDhmEwOgZB9fU9o83psdvcpF0RSAcvXeXYTELa3eVEZD"]) - ModelState is Valid' -2016-07-05 17:17:37.370 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-05 17:17:37.382 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-05 17:17:37.386 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-05 17:17:37.567 +05:30 [Information] Executed action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" in 3245.2917ms -2016-07-05 17:17:37.571 +05:30 [Information] Request finished in 3263.5386ms 200 application/json; charset=utf-8 -2016-07-05 17:17:37.572 +05:30 [Debug] Connection id ""0HKT4P3L8IADJ"" completed keep alive response. -2016-07-05 17:17:38.424 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-05 17:17:38.424 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-05 17:17:38.425 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-05 17:17:38.490 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-05 17:17:38.534 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-05 17:17:38.535 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-05 17:17:38.537 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-05 17:17:38.550 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 120.0623ms -2016-07-05 17:17:38.559 +05:30 [Information] Request finished in 133.6349ms 200 application/json; charset=utf-8 -2016-07-05 17:17:38.560 +05:30 [Debug] Connection id ""0HKT4P3L8IADJ"" completed keep alive response. -2016-07-05 17:17:38.673 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-05 17:17:38.673 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-05 17:17:38.674 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-05 17:17:38.726 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-05 17:17:38.766 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-05 17:17:38.767 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-05 17:17:38.768 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-05 17:17:38.789 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 110.0129ms -2016-07-05 17:17:38.793 +05:30 [Information] Request finished in 120.1684ms 200 application/json; charset=utf-8 -2016-07-05 17:17:38.793 +05:30 [Debug] Connection id ""0HKT4P3L8IADJ"" completed keep alive response. -2016-07-05 17:17:43.139 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=1 -2016-07-05 17:17:43.140 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-07-05 17:17:43.140 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-07-05 17:17:43.280 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-05 17:17:55.331 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-05 17:17:55.332 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-05 17:17:55.332 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-05 17:17:55.334 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-05 17:17:55.398 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 12253.7623ms -2016-07-05 17:17:55.405 +05:30 [Information] Request finished in 12273.1815ms 200 application/json; charset=utf-8 -2016-07-05 17:17:55.405 +05:30 [Debug] Connection id ""0HKT4P3L8IADJ"" completed keep alive response. -2016-07-05 17:17:55.430 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=1 -2016-07-05 17:17:55.431 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-07-05 17:17:55.432 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-07-05 17:17:55.516 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-05 17:17:55.625 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-05 17:17:55.625 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-05 17:17:55.625 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-05 17:17:55.627 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-05 17:17:55.691 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 256.3543ms -2016-07-05 17:17:55.694 +05:30 [Information] Request finished in 263.8231ms 200 application/json; charset=utf-8 -2016-07-05 17:17:55.694 +05:30 [Debug] Connection id ""0HKT4P3L8IADJ"" completed keep alive response. -2016-07-05 17:22:24.916 +05:30 [Debug] Hosting starting -2016-07-05 17:22:25.456 +05:30 [Debug] Hosting started -2016-07-05 17:22:25.614 +05:30 [Debug] Connection id ""0HKT4PBAIF1EF"" started. -2016-07-05 17:22:25.614 +05:30 [Debug] Connection id ""0HKT4PBAIF1EE"" started. -2016-07-05 17:22:25.941 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-07-05 17:22:25.941 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:6361/ 0 -2016-07-05 17:22:27.971 +05:30 [Debug] Request did not match any routes. -2016-07-05 17:22:28.009 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-07-05 17:22:28.194 +05:30 [Information] Request finished in 2316.3014ms 404 -2016-07-05 17:22:28.293 +05:30 [Debug] Connection id ""0HKT4PBAIF1EE"" completed keep alive response. -2016-07-05 17:22:28.378 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"a2a6c32f-77d5-4339-b83b-76280fd79042"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-07-05 17:22:28.490 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-07-05 17:22:29.111 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid' -2016-07-05 17:22:29.123 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult".' -2016-07-05 17:22:29.237 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-05 17:22:29.248 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-05 17:22:29.252 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-05 17:22:29.856 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 1341.7942ms -2016-07-05 17:22:29.898 +05:30 [Information] Request finished in 4034.8534ms 200 application/json; charset=utf-8 -2016-07-05 17:22:29.903 +05:30 [Debug] Connection id ""0HKT4PBAIF1EF"" completed keep alive response. -2016-07-05 17:24:03.678 +05:30 [Debug] Connection id ""0HKT4PBAIF1EE"" received FIN. -2016-07-05 17:24:03.682 +05:30 [Debug] Connection id ""0HKT4PBAIF1EF"" received FIN. -2016-07-05 17:24:03.682 +05:30 [Debug] Connection id ""0HKT4PBAIF1EE"" disconnecting. -2016-07-05 17:24:03.686 +05:30 [Debug] Connection id ""0HKT4PBAIF1EF"" disconnecting. -2016-07-05 17:24:03.686 +05:30 [Debug] Connection id ""0HKT4PBAIF1EG"" started. -2016-07-05 17:24:03.686 +05:30 [Debug] Connection id ""0HKT4PBAIF1EE"" sending FIN. -2016-07-05 17:24:03.690 +05:30 [Debug] Connection id ""0HKT4PBAIF1EF"" sending FIN. -2016-07-05 17:24:03.701 +05:30 [Debug] Connection id ""0HKT4PBAIF1EE"" sent FIN with status "0". -2016-07-05 17:24:03.701 +05:30 [Debug] Connection id ""0HKT4PBAIF1EF"" sent FIN with status "0". -2016-07-05 17:24:03.706 +05:30 [Debug] Connection id ""0HKT4PBAIF1EF"" stopped. -2016-07-05 17:24:03.706 +05:30 [Debug] Connection id ""0HKT4PBAIF1EE"" stopped. -2016-07-05 17:24:03.710 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/User/FacebookLogin application/x-www-form-urlencoded 173 -2016-07-05 17:24:03.712 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/FacebookLogin"'. -2016-07-05 17:24:03.721 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" -2016-07-05 17:24:04.745 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" with arguments (["EAAKYvwDVmnUBALPi6CsZBFPZAMSSuxJhQQiyRwCDj1oj5nKzRqvBlCXz2Fw2tUFTR8bmIZCUPPnPW8m1uilf6sMytSwUggV8W1WUGOFyXyHRvcFFtUzF2qlxyIrUaGwLFOXesgLCTBiGnqOUkXLA81juYniiWMZD"]) - ModelState is Valid' -2016-07-05 17:24:06.147 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-05 17:24:06.158 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-05 17:24:06.160 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-05 17:24:06.258 +05:30 [Information] Executed action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" in 2533.6246ms -2016-07-05 17:24:06.262 +05:30 [Information] Request finished in 2551.5591ms 200 application/json; charset=utf-8 -2016-07-05 17:24:06.262 +05:30 [Debug] Connection id ""0HKT4PBAIF1EG"" completed keep alive response. -2016-07-05 17:24:06.899 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-05 17:24:06.900 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-05 17:24:06.900 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-05 17:24:06.985 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-05 17:24:07.033 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-05 17:24:07.035 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-05 17:24:07.037 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-05 17:24:07.062 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 156.2717ms -2016-07-05 17:24:07.066 +05:30 [Information] Request finished in 166.6564ms 200 application/json; charset=utf-8 -2016-07-05 17:24:07.068 +05:30 [Debug] Connection id ""0HKT4PBAIF1EG"" completed keep alive response. -2016-07-05 17:24:07.171 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-05 17:24:07.172 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-05 17:24:07.172 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-05 17:24:07.208 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-05 17:24:07.279 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-05 17:24:07.280 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-05 17:24:07.281 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-05 17:24:07.312 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 137.6142ms -2016-07-05 17:24:07.316 +05:30 [Information] Request finished in 146.1681ms 200 application/json; charset=utf-8 -2016-07-05 17:24:07.316 +05:30 [Debug] Connection id ""0HKT4PBAIF1EG"" completed keep alive response. -2016-07-05 17:24:10.311 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=1 -2016-07-05 17:24:10.312 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-07-05 17:24:10.313 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-07-05 17:24:10.476 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-05 17:24:18.625 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-05 17:24:18.625 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-05 17:24:18.625 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-05 17:24:18.627 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-05 17:24:18.664 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 8347.5439ms -2016-07-05 17:24:18.674 +05:30 [Information] Request finished in 8357.3191ms 200 application/json; charset=utf-8 -2016-07-05 17:24:18.675 +05:30 [Debug] Connection id ""0HKT4PBAIF1EG"" completed keep alive response. -2016-07-05 17:24:18.691 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=1 -2016-07-05 17:24:18.692 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-07-05 17:24:18.693 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-07-05 17:24:18.721 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-05 17:24:18.794 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-05 17:24:18.795 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-05 17:24:18.795 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-05 17:24:18.797 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-05 17:24:18.840 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 144.6736ms -2016-07-05 17:24:18.844 +05:30 [Information] Request finished in 155.5316ms 200 application/json; charset=utf-8 -2016-07-05 17:24:18.845 +05:30 [Debug] Connection id ""0HKT4PBAIF1EG"" completed keep alive response. -2016-07-05 17:49:27.308 +05:30 [Debug] Hosting starting -2016-07-05 17:49:28.014 +05:30 [Debug] Hosting started -2016-07-05 17:49:28.224 +05:30 [Debug] Connection id ""0HKT4PQE4JIH5"" started. -2016-07-05 17:49:28.225 +05:30 [Debug] Connection id ""0HKT4PQE4JIH6"" started. -2016-07-05 17:49:28.603 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-07-05 17:49:28.603 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:6361/ 0 -2016-07-05 17:49:31.199 +05:30 [Debug] Request did not match any routes. -2016-07-05 17:49:31.225 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-07-05 17:49:31.372 +05:30 [Information] Request finished in 2894.9225ms 404 -2016-07-05 17:49:31.469 +05:30 [Debug] Connection id ""0HKT4PQE4JIH6"" completed keep alive response. -2016-07-05 17:49:31.484 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"2d2b76dc-0cfa-47c9-a4ef-4e3b5a1e39d3"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-07-05 17:49:31.560 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-07-05 17:49:33.524 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid' -2016-07-05 17:49:33.566 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult".' -2016-07-05 17:49:33.878 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-05 17:49:33.918 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-05 17:49:33.932 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-05 17:49:34.896 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 3318.4892ms -2016-07-05 17:49:34.926 +05:30 [Information] Request finished in 6460.9688ms 200 application/json; charset=utf-8 -2016-07-05 17:49:34.931 +05:30 [Debug] Connection id ""0HKT4PQE4JIH5"" completed keep alive response. -2016-07-05 17:51:18.156 +05:30 [Debug] Connection id ""0HKT4PQE4JIH6"" received FIN. -2016-07-05 17:51:18.156 +05:30 [Debug] Connection id ""0HKT4PQE4JIH5"" received FIN. -2016-07-05 17:51:18.163 +05:30 [Debug] Connection id ""0HKT4PQE4JIH5"" disconnecting. -2016-07-05 17:51:18.163 +05:30 [Debug] Connection id ""0HKT4PQE4JIH6"" disconnecting. -2016-07-05 17:51:18.166 +05:30 [Debug] Connection id ""0HKT4PQE4JIH5"" sending FIN. -2016-07-05 17:51:18.166 +05:30 [Debug] Connection id ""0HKT4PQE4JIH6"" sending FIN. -2016-07-05 17:51:18.201 +05:30 [Debug] Connection id ""0HKT4PQE4JIH5"" sent FIN with status "0". -2016-07-05 17:51:18.202 +05:30 [Debug] Connection id ""0HKT4PQE4JIH6"" sent FIN with status "0". -2016-07-05 17:51:18.209 +05:30 [Debug] Connection id ""0HKT4PQE4JIH5"" stopped. -2016-07-05 17:51:18.209 +05:30 [Debug] Connection id ""0HKT4PQE4JIH6"" stopped. diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/wwwroot/wwwroot/log/log-20160707.txt b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/wwwroot/wwwroot/log/log-20160707.txt deleted file mode 100644 index 6b8aa07ba..000000000 --- a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/wwwroot/wwwroot/log/log-20160707.txt +++ /dev/null @@ -1,81 +0,0 @@ -2016-07-07 16:41:02.565 +05:30 [Debug] Hosting starting -2016-07-07 16:41:04.032 +05:30 [Debug] Hosting started -2016-07-07 16:41:04.434 +05:30 [Debug] Connection id ""0HKT6ATHH61EH"" started. -2016-07-07 16:41:04.434 +05:30 [Debug] Connection id ""0HKT6ATHH61EI"" started. -2016-07-07 16:41:05.108 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:6361/ 0 -2016-07-07 16:41:05.116 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-07-07 16:41:08.428 +05:30 [Debug] Request did not match any routes. -2016-07-07 16:41:08.457 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-07-07 16:41:08.870 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"d24e7b48-b010-47a4-a114-b514b04adff5"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-07-07 16:41:09.140 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-07-07 16:41:09.214 +05:30 [Information] Request finished in 4223.1898ms 404 -2016-07-07 16:41:09.311 +05:30 [Debug] Connection id ""0HKT6ATHH61EI"" completed keep alive response. -2016-07-07 16:41:10.102 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid' -2016-07-07 16:41:10.125 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult".' -2016-07-07 16:41:10.207 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-07 16:41:10.218 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-07 16:41:10.221 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-07 16:41:11.210 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 2052.5273ms -2016-07-07 16:41:11.223 +05:30 [Information] Request finished in 6244.8441ms 200 application/json; charset=utf-8 -2016-07-07 16:41:11.228 +05:30 [Debug] Connection id ""0HKT6ATHH61EH"" completed keep alive response. -2016-07-07 16:41:11.784 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/favicon.ico -2016-07-07 16:41:11.786 +05:30 [Debug] Request did not match any routes. -2016-07-07 16:41:11.788 +05:30 [Information] Request finished in 3.1667ms 404 -2016-07-07 16:41:11.788 +05:30 [Debug] Connection id ""0HKT6ATHH61EI"" completed keep alive response. -2016-07-07 16:42:11.020 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/User/FacebookLogin application/x-www-form-urlencoded 179 -2016-07-07 16:42:11.021 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/FacebookLogin"'. -2016-07-07 16:42:11.023 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" -2016-07-07 16:42:13.047 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" with arguments (["EAAKYvwDVmnUBANKlKta9Xr3F1QpHGQ0qSS7C2beZCvOsUV4hWNGq04uoO9dVzHjff2ZBivXiJhZBQGw9J6wQjqnQYZC913C2v8G1OVFDiZCjMTRzaTVjaXwWKKO0bf0ZCHSMPMowZAS1VZCk16k0CCsZAERT1eo1M0BMZD"]) - ModelState is Valid' -2016-07-07 16:42:15.139 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-07 16:42:15.149 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-07 16:42:15.151 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-07 16:42:15.256 +05:30 [Information] Executed action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" in 4229.8227ms -2016-07-07 16:42:15.261 +05:30 [Information] Request finished in 4244.62ms 200 application/json; charset=utf-8 -2016-07-07 16:42:15.261 +05:30 [Debug] Connection id ""0HKT6ATHH61EH"" completed keep alive response. -2016-07-07 16:42:16.098 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-07 16:42:16.099 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-07 16:42:16.101 +05:30 [Debug] Connection id ""0HKT6ATHH61EI"" received FIN. -2016-07-07 16:42:16.102 +05:30 [Debug] Connection id ""0HKT6ATHH61EI"" disconnecting. -2016-07-07 16:42:16.104 +05:30 [Debug] Connection id ""0HKT6ATHH61EI"" sending FIN. -2016-07-07 16:42:16.108 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-07 16:42:16.121 +05:30 [Debug] Connection id ""0HKT6ATHH61EI"" sent FIN with status "0". -2016-07-07 16:42:16.126 +05:30 [Debug] Connection id ""0HKT6ATHH61EI"" stopped. -2016-07-07 16:42:16.209 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-07 16:42:16.242 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-07 16:42:16.242 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-07 16:42:16.244 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-07 16:42:16.250 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 138.9575ms -2016-07-07 16:42:16.260 +05:30 [Information] Request finished in 158.5689ms 200 application/json; charset=utf-8 -2016-07-07 16:42:16.261 +05:30 [Debug] Connection id ""0HKT6ATHH61EH"" completed keep alive response. -2016-07-07 16:42:16.394 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-07 16:42:16.394 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-07 16:42:16.395 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-07 16:42:16.443 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-07 16:42:16.470 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-07 16:42:16.471 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-07 16:42:16.473 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-07 16:42:16.484 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 87.6818ms -2016-07-07 16:42:16.488 +05:30 [Information] Request finished in 95.3176ms 200 application/json; charset=utf-8 -2016-07-07 16:42:16.489 +05:30 [Debug] Connection id ""0HKT6ATHH61EH"" completed keep alive response. -2016-07-07 16:42:20.173 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=1 -2016-07-07 16:42:20.174 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-07-07 16:42:20.191 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-07-07 16:42:20.230 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-07 16:42:40.031 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-07 16:42:40.031 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-07 16:42:40.032 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-07 16:42:40.034 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-07 16:42:40.101 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 19905.5854ms -2016-07-07 16:42:40.105 +05:30 [Information] Request finished in 19931.8451ms 200 application/json; charset=utf-8 -2016-07-07 16:42:40.106 +05:30 [Debug] Connection id ""0HKT6ATHH61EH"" completed keep alive response. -2016-07-07 16:42:40.169 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=1 -2016-07-07 16:42:40.169 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-07-07 16:42:40.170 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-07-07 16:42:40.233 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-07 16:42:40.320 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-07 16:42:40.321 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-07 16:42:40.321 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-07 16:42:40.323 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-07 16:42:40.389 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 215.4935ms -2016-07-07 16:42:40.393 +05:30 [Information] Request finished in 229.5826ms 200 application/json; charset=utf-8 -2016-07-07 16:42:40.394 +05:30 [Debug] Connection id ""0HKT6ATHH61EH"" completed keep alive response. diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/wwwroot/wwwroot/log/log-20160708.txt b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/wwwroot/wwwroot/log/log-20160708.txt deleted file mode 100644 index f06eef546..000000000 --- a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/wwwroot/wwwroot/log/log-20160708.txt +++ /dev/null @@ -1,1148 +0,0 @@ -2016-07-08 15:57:26.374 +05:30 [Debug] Hosting starting -2016-07-08 15:57:27.481 +05:30 [Debug] Hosting started -2016-07-08 15:57:27.770 +05:30 [Debug] Connection id ""0HKT739QTCI4Q"" started. -2016-07-08 15:57:27.771 +05:30 [Debug] Connection id ""0HKT739QTCI4R"" started. -2016-07-08 15:57:28.517 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-07-08 15:57:28.521 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:6361/ 0 -2016-07-08 15:57:32.183 +05:30 [Debug] Request did not match any routes. -2016-07-08 15:57:32.213 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-07-08 15:57:32.579 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"1156fea8-40a0-48bb-8d14-61945e52ce9b"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-07-08 15:57:32.605 +05:30 [Information] Request finished in 4260.0884ms 404 -2016-07-08 15:57:32.686 +05:30 [Debug] Connection id ""0HKT739QTCI4R"" completed keep alive response. -2016-07-08 15:57:32.735 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-07-08 15:57:33.393 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid' -2016-07-08 15:57:33.405 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult".' -2016-07-08 15:57:33.483 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-08 15:57:33.495 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-08 15:57:33.530 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-08 15:57:34.601 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 1841.7668ms -2016-07-08 15:57:34.615 +05:30 [Information] Request finished in 6294.8552ms 200 application/json; charset=utf-8 -2016-07-08 15:57:34.619 +05:30 [Debug] Connection id ""0HKT739QTCI4Q"" completed keep alive response. -2016-07-08 15:57:35.085 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/favicon.ico -2016-07-08 15:57:35.086 +05:30 [Debug] Request did not match any routes. -2016-07-08 15:57:35.089 +05:30 [Information] Request finished in 3.222ms 404 -2016-07-08 15:57:35.090 +05:30 [Debug] Connection id ""0HKT739QTCI4R"" completed keep alive response. -2016-07-08 15:58:32.101 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/User/FacebookLogin application/x-www-form-urlencoded 178 -2016-07-08 15:58:32.102 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/FacebookLogin"'. -2016-07-08 15:58:32.103 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" -2016-07-08 15:58:37.591 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" with arguments (["EAAKYvwDVmnUBAKZAy4y4nEZAAGo2D4ZAv1xzcZApDPIqw4gLMT4cJCt3ci8OGeZA1AwrXPZBObMjDtvp2rBIrOvs08tVo2x7MHkNA97NjLuG5nggzbYgZAop16zrltdbt1dvLG6ijVHY18ikOX40ZCxjtO3UqoFYLrsZD"]) - ModelState is Valid' -2016-07-08 15:58:39.852 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-08 15:58:39.863 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-08 15:58:39.865 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-08 15:58:39.956 +05:30 [Information] Executed action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" in 7850.9576ms -2016-07-08 15:58:39.959 +05:30 [Information] Request finished in 7858.9686ms 200 application/json; charset=utf-8 -2016-07-08 15:58:39.960 +05:30 [Debug] Connection id ""0HKT739QTCI4Q"" completed keep alive response. -2016-07-08 15:58:40.714 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-08 15:58:40.715 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-08 15:58:40.715 +05:30 [Debug] Connection id ""0HKT739QTCI4R"" received FIN. -2016-07-08 15:58:40.716 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-08 15:58:40.722 +05:30 [Debug] Connection id ""0HKT739QTCI4R"" disconnecting. -2016-07-08 15:58:40.724 +05:30 [Debug] Connection id ""0HKT739QTCI4R"" sending FIN. -2016-07-08 15:58:40.740 +05:30 [Debug] Connection id ""0HKT739QTCI4R"" sent FIN with status "0". -2016-07-08 15:58:40.781 +05:30 [Debug] Connection id ""0HKT739QTCI4R"" stopped. -2016-07-08 15:58:40.823 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-08 15:58:40.854 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-08 15:58:40.855 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-08 15:58:40.856 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-08 15:58:40.861 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 142.4699ms -2016-07-08 15:58:40.865 +05:30 [Information] Request finished in 159.6876ms 200 application/json; charset=utf-8 -2016-07-08 15:58:40.866 +05:30 [Debug] Connection id ""0HKT739QTCI4Q"" completed keep alive response. -2016-07-08 15:58:41.002 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-08 15:58:41.004 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-08 15:58:41.011 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-08 15:58:41.032 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-08 15:58:41.058 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-08 15:58:41.059 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-08 15:58:41.060 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-08 15:58:41.073 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 59.6483ms -2016-07-08 15:58:41.078 +05:30 [Information] Request finished in 76.0866ms 200 application/json; charset=utf-8 -2016-07-08 15:58:41.078 +05:30 [Debug] Connection id ""0HKT739QTCI4Q"" completed keep alive response. -2016-07-08 15:58:44.854 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=1 -2016-07-08 15:58:44.855 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-07-08 15:58:44.856 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-07-08 15:58:44.910 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-08 15:59:03.517 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-08 15:59:03.518 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-08 15:59:03.518 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-08 15:59:03.520 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-08 15:59:03.566 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 18708.3731ms -2016-07-08 15:59:03.570 +05:30 [Information] Request finished in 18716.6452ms 200 application/json; charset=utf-8 -2016-07-08 15:59:03.571 +05:30 [Debug] Connection id ""0HKT739QTCI4Q"" completed keep alive response. -2016-07-08 15:59:03.584 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=1 -2016-07-08 15:59:03.584 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-07-08 15:59:03.585 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-07-08 15:59:03.626 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-08 15:59:03.751 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-08 15:59:03.752 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-08 15:59:03.752 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-08 15:59:03.754 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-08 15:59:03.802 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 214.6382ms -2016-07-08 15:59:03.805 +05:30 [Information] Request finished in 221.8943ms 200 application/json; charset=utf-8 -2016-07-08 15:59:03.806 +05:30 [Debug] Connection id ""0HKT739QTCI4Q"" completed keep alive response. -2016-07-08 16:01:07.713 +05:30 [Debug] Connection id ""0HKT739QTCI4Q"" received FIN. -2016-07-08 16:01:07.714 +05:30 [Debug] Connection id ""0HKT739QTCI4Q"" disconnecting. -2016-07-08 16:01:07.714 +05:30 [Debug] Connection id ""0HKT739QTCI4Q"" sending FIN. -2016-07-08 16:01:07.715 +05:30 [Debug] Connection id ""0HKT739QTCI4Q"" sent FIN with status "0". -2016-07-08 16:01:07.716 +05:30 [Debug] Connection id ""0HKT739QTCI4Q"" stopped. -2016-07-08 18:59:07.898 +05:30 [Debug] Hosting starting -2016-07-08 18:59:09.188 +05:30 [Debug] Hosting started -2016-07-08 18:59:09.424 +05:30 [Debug] Connection id ""0HKT76FBRBH79"" started. -2016-07-08 18:59:09.424 +05:30 [Debug] Connection id ""0HKT76FBRBH7A"" started. -2016-07-08 18:59:10.494 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:6361/ 0 -2016-07-08 18:59:10.531 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-07-08 18:59:15.618 +05:30 [Debug] Request did not match any routes. -2016-07-08 18:59:15.675 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-07-08 18:59:16.211 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"9c5792b4-9f7d-45a6-b939-99f0970967b6"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-07-08 18:59:16.238 +05:30 [Information] Request finished in 5917.545ms 404 -2016-07-08 18:59:16.287 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-07-08 18:59:16.329 +05:30 [Debug] Connection id ""0HKT76FBRBH79"" completed keep alive response. -2016-07-08 18:59:17.282 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid' -2016-07-08 18:59:17.334 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult".' -2016-07-08 18:59:17.536 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-08 18:59:17.555 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-08 18:59:17.602 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-08 18:59:19.022 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 2706.0131ms -2016-07-08 18:59:19.035 +05:30 [Information] Request finished in 8790.1769ms 200 application/json; charset=utf-8 -2016-07-08 18:59:19.042 +05:30 [Debug] Connection id ""0HKT76FBRBH7A"" completed keep alive response. -2016-07-08 19:24:14.459 +05:30 [Debug] Hosting starting -2016-07-08 19:24:15.476 +05:30 [Debug] Hosting started -2016-07-08 19:24:15.712 +05:30 [Debug] Connection id ""0HKT76TCOR2KJ"" started. -2016-07-08 19:24:15.712 +05:30 [Debug] Connection id ""0HKT76TCOR2KI"" started. -2016-07-08 19:24:16.392 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-07-08 19:24:16.392 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:6361/ 0 -2016-07-08 19:24:19.362 +05:30 [Debug] Request did not match any routes. -2016-07-08 19:24:19.389 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-07-08 19:24:19.682 +05:30 [Information] Request finished in 3418.0621ms 404 -2016-07-08 19:24:19.733 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"4003557c-1b56-432f-b969-76c3365f6862"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-07-08 19:24:19.803 +05:30 [Debug] Connection id ""0HKT76TCOR2KJ"" completed keep alive response. -2016-07-08 19:24:19.920 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-07-08 19:24:20.744 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid' -2016-07-08 19:24:20.753 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult".' -2016-07-08 19:24:20.873 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-08 19:24:20.891 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-08 19:24:20.896 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-08 19:24:21.888 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 1950.8983ms -2016-07-08 19:24:21.901 +05:30 [Information] Request finished in 5691.2899ms 200 application/json; charset=utf-8 -2016-07-08 19:24:21.905 +05:30 [Debug] Connection id ""0HKT76TCOR2KI"" completed keep alive response. -2016-07-08 19:25:09.648 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/User/FacebookLogin application/x-www-form-urlencoded 180 -2016-07-08 19:25:09.650 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/FacebookLogin"'. -2016-07-08 19:25:09.651 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" -2016-07-08 19:25:11.712 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" with arguments (["EAAKYvwDVmnUBAHBkWPPcSqXMehhhxNCINIiB5LtuizOeeUUbbOc4aZBDJEcNZCRF4UTTZAHo6hIypNjZC1VbHZA58wyiUqUiwBY2kaBHA2iYLlPlN2xaVEqsw8ZAdm13RvZCeEcfmtXZAkkfcJYZA7YZCU5PTxHLwsOh4ZD"]) - ModelState is Valid' -2016-07-08 19:25:13.591 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-08 19:25:13.603 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-08 19:25:13.607 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-08 19:25:13.716 +05:30 [Information] Executed action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" in 4040.0415ms -2016-07-08 19:25:13.737 +05:30 [Information] Request finished in 4089.2389ms 200 application/json; charset=utf-8 -2016-07-08 19:25:13.738 +05:30 [Debug] Connection id ""0HKT76TCOR2KJ"" completed keep alive response. -2016-07-08 19:25:14.977 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-08 19:25:14.978 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-08 19:25:14.978 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-08 19:25:15.094 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-08 19:25:15.155 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-08 19:25:15.156 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-08 19:25:15.157 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-08 19:25:15.167 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 187.042ms -2016-07-08 19:25:15.176 +05:30 [Information] Request finished in 198.5739ms 200 application/json; charset=utf-8 -2016-07-08 19:25:15.176 +05:30 [Debug] Connection id ""0HKT76TCOR2KI"" completed keep alive response. -2016-07-08 19:25:15.410 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-08 19:25:15.411 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-08 19:25:15.412 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-08 19:25:15.510 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-08 19:25:15.584 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-08 19:25:15.585 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-08 19:25:15.587 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-08 19:25:15.611 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 197.6833ms -2016-07-08 19:25:15.616 +05:30 [Information] Request finished in 216.0294ms 200 application/json; charset=utf-8 -2016-07-08 19:25:15.619 +05:30 [Debug] Connection id ""0HKT76TCOR2KJ"" completed keep alive response. -2016-07-08 19:25:19.496 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=1 -2016-07-08 19:25:19.498 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-07-08 19:25:19.498 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-07-08 19:25:19.557 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-08 19:25:35.084 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-08 19:25:35.084 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-08 19:25:35.085 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-08 19:25:35.087 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-08 19:25:35.130 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 15628.5991ms -2016-07-08 19:25:35.135 +05:30 [Information] Request finished in 15637.5697ms 200 application/json; charset=utf-8 -2016-07-08 19:25:35.135 +05:30 [Debug] Connection id ""0HKT76TCOR2KI"" completed keep alive response. -2016-07-08 19:25:35.158 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=1 -2016-07-08 19:25:35.158 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-07-08 19:25:35.159 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-07-08 19:25:35.266 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-08 19:25:35.344 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-08 19:25:35.345 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-08 19:25:35.345 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-08 19:25:35.348 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-08 19:25:35.393 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 232.1513ms -2016-07-08 19:25:35.397 +05:30 [Information] Request finished in 240.1806ms 200 application/json; charset=utf-8 -2016-07-08 19:25:35.398 +05:30 [Debug] Connection id ""0HKT76TCOR2KJ"" completed keep alive response. -2016-07-08 19:25:48.272 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-08 19:25:48.273 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-08 19:25:48.277 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-08 19:25:48.344 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-08 19:25:48.345 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-08 19:25:48.345 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-08 19:25:48.347 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-08 19:25:48.349 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 71.4271ms -2016-07-08 19:25:48.354 +05:30 [Information] Request finished in 83.5314ms 200 application/json; charset=utf-8 -2016-07-08 19:25:48.355 +05:30 [Debug] Connection id ""0HKT76TCOR2KI"" completed keep alive response. -2016-07-08 19:25:48.366 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-08 19:25:48.366 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-08 19:25:48.367 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-08 19:25:48.380 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-08 19:25:48.381 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-08 19:25:48.382 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-08 19:25:48.384 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-08 19:25:48.390 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 18.2087ms -2016-07-08 19:25:48.395 +05:30 [Information] Request finished in 28.4839ms 200 application/json; charset=utf-8 -2016-07-08 19:25:48.396 +05:30 [Debug] Connection id ""0HKT76TCOR2KJ"" completed keep alive response. -2016-07-08 19:25:50.770 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=1 -2016-07-08 19:25:50.771 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-07-08 19:25:50.772 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-07-08 19:25:50.908 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-08 19:25:50.925 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-08 19:25:50.925 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-08 19:25:50.926 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-08 19:25:50.971 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-08 19:25:51.012 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 199.8067ms -2016-07-08 19:25:51.060 +05:30 [Information] Request finished in 255.052ms 200 application/json; charset=utf-8 -2016-07-08 19:25:51.062 +05:30 [Debug] Connection id ""0HKT76TCOR2KI"" completed keep alive response. -2016-07-08 19:25:51.568 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=1 -2016-07-08 19:25:51.570 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-07-08 19:25:51.571 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-07-08 19:25:51.676 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-08 19:25:51.679 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-08 19:25:51.680 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-08 19:25:51.680 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-08 19:25:51.682 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-08 19:25:51.685 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 110.1218ms -2016-07-08 19:25:51.692 +05:30 [Information] Request finished in 240.8682ms 200 application/json; charset=utf-8 -2016-07-08 19:25:51.693 +05:30 [Debug] Connection id ""0HKT76TCOR2KJ"" completed keep alive response. -2016-07-08 19:27:55.678 +05:30 [Debug] Connection id ""0HKT76TCOR2KI"" received FIN. -2016-07-08 19:27:55.678 +05:30 [Debug] Connection id ""0HKT76TCOR2KJ"" received FIN. -2016-07-08 19:27:55.683 +05:30 [Debug] Connection id ""0HKT76TCOR2KI"" disconnecting. -2016-07-08 19:27:55.683 +05:30 [Debug] Connection id ""0HKT76TCOR2KJ"" disconnecting. -2016-07-08 19:27:55.688 +05:30 [Debug] Connection id ""0HKT76TCOR2KI"" sending FIN. -2016-07-08 19:27:55.688 +05:30 [Debug] Connection id ""0HKT76TCOR2KJ"" sending FIN. -2016-07-08 19:27:55.731 +05:30 [Debug] Connection id ""0HKT76TCOR2KJ"" sent FIN with status "0". -2016-07-08 19:27:55.732 +05:30 [Debug] Connection id ""0HKT76TCOR2KI"" sent FIN with status "0". -2016-07-08 19:27:55.747 +05:30 [Debug] Connection id ""0HKT76TCOR2KI"" stopped. -2016-07-08 19:27:55.747 +05:30 [Debug] Connection id ""0HKT76TCOR2KJ"" stopped. -2016-07-08 19:42:06.794 +05:30 [Debug] Hosting starting -2016-07-08 19:42:07.523 +05:30 [Debug] Hosting started -2016-07-08 19:42:07.642 +05:30 [Debug] Connection id ""0HKT777C7FR4U"" started. -2016-07-08 19:42:07.642 +05:30 [Debug] Connection id ""0HKT777C7FR4V"" started. -2016-07-08 19:42:08.189 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-07-08 19:42:08.189 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:6361/ 0 -2016-07-08 19:42:24.227 +05:30 [Debug] Request did not match any routes. -2016-07-08 19:42:24.255 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-07-08 19:42:24.904 +05:30 [Information] Request finished in 16786.615ms 404 -2016-07-08 19:42:25.056 +05:30 [Debug] Connection id ""0HKT777C7FR4V"" completed keep alive response. -2016-07-08 19:42:25.167 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"99d4996f-4bc7-43c6-889d-003f8f93dd30"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-07-08 19:42:25.258 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-07-08 19:42:26.307 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid' -2016-07-08 19:42:26.317 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult".' -2016-07-08 19:42:26.394 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-08 19:42:26.402 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-08 19:42:26.405 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-08 19:42:27.184 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 1905.6613ms -2016-07-08 19:42:27.202 +05:30 [Information] Request finished in 19189.5024ms 200 application/json; charset=utf-8 -2016-07-08 19:42:27.207 +05:30 [Debug] Connection id ""0HKT777C7FR4U"" completed keep alive response. -2016-07-08 19:43:41.571 +05:30 [Debug] Connection id ""0HKT777C7FR4U"" received FIN. -2016-07-08 19:43:41.577 +05:30 [Debug] Connection id ""0HKT777C7FR50"" started. -2016-07-08 19:43:41.578 +05:30 [Debug] Connection id ""0HKT777C7FR4U"" disconnecting. -2016-07-08 19:43:41.582 +05:30 [Debug] Connection id ""0HKT777C7FR4U"" sending FIN. -2016-07-08 19:43:41.586 +05:30 [Debug] Connection id ""0HKT777C7FR4V"" received FIN. -2016-07-08 19:43:41.594 +05:30 [Debug] Connection id ""0HKT777C7FR4V"" disconnecting. -2016-07-08 19:43:41.596 +05:30 [Debug] Connection id ""0HKT777C7FR4V"" sending FIN. -2016-07-08 19:43:41.596 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/User/FacebookLogin application/x-www-form-urlencoded 178 -2016-07-08 19:43:41.599 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/FacebookLogin"'. -2016-07-08 19:43:41.607 +05:30 [Debug] Connection id ""0HKT777C7FR4U"" sent FIN with status "0". -2016-07-08 19:43:41.607 +05:30 [Debug] Connection id ""0HKT777C7FR4V"" sent FIN with status "0". -2016-07-08 19:43:41.609 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" -2016-07-08 19:43:41.611 +05:30 [Debug] Connection id ""0HKT777C7FR4U"" stopped. -2016-07-08 19:43:41.611 +05:30 [Debug] Connection id ""0HKT777C7FR4V"" stopped. -2016-07-08 19:43:44.830 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" with arguments (["EAAKYvwDVmnUBAKS2l1RhvRyZBdzjJHIcMw8S58avD7ya3puHR1UBOTZAVl2nRiPXkMw5UvZCmCUJdNEnnIkZAOrWo0x6Nx5ZAP5IeBft0DNxwCfdi4zNmR3XiKeQucSasZC6OqGx6SihJzmmQkgaObZAlA8YlhWZBosZD"]) - ModelState is Valid' -2016-07-08 19:43:47.908 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-08 19:43:47.920 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-08 19:43:47.921 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-08 19:43:47.992 +05:30 [Information] Executed action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" in 6380.9445ms -2016-07-08 19:43:48.003 +05:30 [Information] Request finished in 6406.2115ms 200 application/json; charset=utf-8 -2016-07-08 19:43:48.003 +05:30 [Debug] Connection id ""0HKT777C7FR50"" completed keep alive response. -2016-07-08 19:43:49.340 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-08 19:43:49.342 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-08 19:43:49.342 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-08 19:43:49.425 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-08 19:43:49.455 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-08 19:43:49.456 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-08 19:43:49.457 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-08 19:43:49.464 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 117.9236ms -2016-07-08 19:43:49.468 +05:30 [Information] Request finished in 128.1754ms 200 application/json; charset=utf-8 -2016-07-08 19:43:49.469 +05:30 [Debug] Connection id ""0HKT777C7FR50"" completed keep alive response. -2016-07-08 19:43:49.594 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-08 19:43:49.594 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-08 19:43:49.595 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-08 19:43:49.621 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-08 19:43:49.644 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-08 19:43:49.645 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-08 19:43:49.646 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-08 19:43:49.663 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 62.6189ms -2016-07-08 19:43:49.667 +05:30 [Information] Request finished in 72.5526ms 200 application/json; charset=utf-8 -2016-07-08 19:43:49.667 +05:30 [Debug] Connection id ""0HKT777C7FR50"" completed keep alive response. -2016-07-08 19:43:53.305 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=1 -2016-07-08 19:43:53.306 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-07-08 19:43:53.307 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-07-08 19:43:53.345 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-08 19:44:11.321 +05:30 [Debug] Connection id ""0HKT777C7FR51"" started. -2016-07-08 19:44:11.330 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-08 19:44:11.331 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-08 19:44:11.334 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-08 19:44:11.352 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-08 19:44:11.354 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-08 19:44:11.355 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-08 19:44:11.358 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-08 19:44:11.366 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 25.0423ms -2016-07-08 19:44:11.374 +05:30 [Information] Request finished in 47.6505ms 200 application/json; charset=utf-8 -2016-07-08 19:44:11.375 +05:30 [Debug] Connection id ""0HKT777C7FR51"" completed keep alive response. -2016-07-08 19:44:11.404 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-08 19:44:11.405 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-08 19:44:11.406 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-08 19:44:11.452 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-08 19:44:11.454 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-08 19:44:11.454 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-08 19:44:11.456 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-08 19:44:11.461 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 50.5864ms -2016-07-08 19:44:11.468 +05:30 [Information] Request finished in 73.3759ms 200 application/json; charset=utf-8 -2016-07-08 19:44:11.469 +05:30 [Debug] Connection id ""0HKT777C7FR51"" completed keep alive response. -2016-07-08 19:44:11.710 +05:30 [Debug] Connection id ""0HKT777C7FR50"" received FIN. -2016-07-08 19:44:18.375 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-08 19:44:18.375 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-08 19:44:18.376 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-08 19:44:18.378 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-08 19:44:18.456 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 25145.9662ms -2016-07-08 19:44:18.460 +05:30 [Information] Request finished in 25156.027ms 200 application/json; charset=utf-8 -2016-07-08 19:44:18.460 +05:30 [Debug] Connection id ""0HKT777C7FR50"" completed keep alive response. -2016-07-08 19:44:18.461 +05:30 [Debug] Connection id ""0HKT777C7FR50"" disconnecting. -2016-07-08 19:44:18.469 +05:30 [Information] Connection id ""0HKT777C7FR50"" communication error -Microsoft.AspNetCore.Server.Kestrel.Networking.UvException: Error -4077 ECONNRESET connection reset by peer -2016-07-08 19:44:18.469 +05:30 [Debug] Connection id ""0HKT777C7FR50"" sending FIN. -2016-07-08 19:44:18.470 +05:30 [Debug] Connection id ""0HKT777C7FR50"" sent FIN with status "0". -2016-07-08 19:44:18.471 +05:30 [Debug] Connection id ""0HKT777C7FR50"" stopped. -2016-07-08 19:44:18.473 +05:30 [Information] Connection id ""0HKT777C7FR50"" communication error -Microsoft.AspNetCore.Server.Kestrel.Networking.UvException: Error -4077 ECONNRESET connection reset by peer -2016-07-08 19:45:31.244 +05:30 [Debug] Hosting starting -2016-07-08 19:45:31.930 +05:30 [Debug] Hosting started -2016-07-08 19:45:32.026 +05:30 [Debug] Connection id ""0HKT77994K1F3"" started. -2016-07-08 19:45:32.026 +05:30 [Debug] Connection id ""0HKT77994K1F4"" started. -2016-07-08 19:45:32.434 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:6361/ 0 -2016-07-08 19:45:32.432 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-07-08 19:45:33.950 +05:30 [Debug] Request did not match any routes. -2016-07-08 19:45:33.983 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-07-08 19:45:34.251 +05:30 [Information] Request finished in 1934.0899ms 404 -2016-07-08 19:45:34.319 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"38979ad0-66c9-40b0-86f0-178b87c93366"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-07-08 19:45:34.353 +05:30 [Debug] Connection id ""0HKT77994K1F4"" completed keep alive response. -2016-07-08 19:45:34.492 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-07-08 19:45:35.084 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid' -2016-07-08 19:45:35.096 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult".' -2016-07-08 19:45:35.187 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-08 19:45:35.201 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-08 19:45:35.217 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-08 19:45:35.780 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 1270.2856ms -2016-07-08 19:45:35.794 +05:30 [Information] Request finished in 3506.6545ms 200 application/json; charset=utf-8 -2016-07-08 19:45:35.799 +05:30 [Debug] Connection id ""0HKT77994K1F3"" completed keep alive response. -2016-07-08 19:46:54.240 +05:30 [Debug] Connection id ""0HKT77994K1F4"" received FIN. -2016-07-08 19:46:54.242 +05:30 [Debug] Connection id ""0HKT77994K1F3"" received FIN. -2016-07-08 19:46:54.246 +05:30 [Debug] Connection id ""0HKT77994K1F5"" started. -2016-07-08 19:46:54.252 +05:30 [Debug] Connection id ""0HKT77994K1F4"" disconnecting. -2016-07-08 19:46:54.252 +05:30 [Debug] Connection id ""0HKT77994K1F3"" disconnecting. -2016-07-08 19:46:54.275 +05:30 [Debug] Connection id ""0HKT77994K1F4"" sending FIN. -2016-07-08 19:46:54.276 +05:30 [Debug] Connection id ""0HKT77994K1F3"" sending FIN. -2016-07-08 19:46:54.283 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/User/FacebookLogin application/x-www-form-urlencoded 178 -2016-07-08 19:46:54.287 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/FacebookLogin"'. -2016-07-08 19:46:54.290 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" -2016-07-08 19:46:54.300 +05:30 [Debug] Connection id ""0HKT77994K1F4"" sent FIN with status "0". -2016-07-08 19:46:54.300 +05:30 [Debug] Connection id ""0HKT77994K1F3"" sent FIN with status "0". -2016-07-08 19:46:54.310 +05:30 [Debug] Connection id ""0HKT77994K1F4"" stopped. -2016-07-08 19:46:54.315 +05:30 [Debug] Connection id ""0HKT77994K1F3"" stopped. -2016-07-08 19:46:55.128 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" with arguments (["EAAKYvwDVmnUBAId60XDZCwpZCgOH7xxpT6deypJEtsuNkMbZB6rpxTWUzdAqiuuAZCDK2JvoeuZCYYV2NQifbBS5k2m1WxMB0YJ3l4RZCHLsHLlk9hS1WKYuKSmi2vb3w0Nh43UgN72ZA0QQ7TCwaNkmZAAYuJquvN4ZD"]) - ModelState is Valid' -2016-07-08 19:46:56.350 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-08 19:46:56.360 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-08 19:46:56.362 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-08 19:46:56.476 +05:30 [Information] Executed action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" in 2180.6993ms -2016-07-08 19:46:56.483 +05:30 [Information] Request finished in 2199.0694ms 200 application/json; charset=utf-8 -2016-07-08 19:46:56.484 +05:30 [Debug] Connection id ""0HKT77994K1F5"" completed keep alive response. -2016-07-08 19:46:57.189 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-08 19:46:57.190 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-08 19:46:57.190 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-08 19:46:57.255 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-08 19:46:57.288 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-08 19:46:57.289 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-08 19:46:57.290 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-08 19:46:57.299 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 105.805ms -2016-07-08 19:46:57.304 +05:30 [Information] Request finished in 114.6308ms 200 application/json; charset=utf-8 -2016-07-08 19:46:57.304 +05:30 [Debug] Connection id ""0HKT77994K1F5"" completed keep alive response. -2016-07-08 19:46:57.396 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-08 19:46:57.396 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-08 19:46:57.397 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-08 19:46:57.422 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-08 19:46:57.456 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-08 19:46:57.457 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-08 19:46:57.458 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-08 19:46:57.472 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 73.5122ms -2016-07-08 19:46:57.477 +05:30 [Information] Request finished in 81.9178ms 200 application/json; charset=utf-8 -2016-07-08 19:46:57.478 +05:30 [Debug] Connection id ""0HKT77994K1F5"" completed keep alive response. -2016-07-08 19:47:00.235 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=1 -2016-07-08 19:47:00.236 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-07-08 19:47:00.246 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-07-08 19:47:00.300 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-08 19:47:05.989 +05:30 [Debug] Connection id ""0HKT77994K1F6"" started. -2016-07-08 19:47:05.995 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/BoardMe/getUserBoards?userId=1 -2016-07-08 19:47:05.996 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/getUserBoards"'. -2016-07-08 19:47:05.997 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" -2016-07-08 19:47:06.031 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-08 19:47:21.728 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-08 19:47:21.729 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-08 19:47:21.729 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-08 19:47:21.731 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-08 19:47:21.766 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 21518.7081ms -2016-07-08 19:47:21.831 +05:30 [Information] Request finished in 21576.5313ms 200 application/json; charset=utf-8 -2016-07-08 19:47:21.832 +05:30 [Debug] Connection id ""0HKT77994K1F5"" completed keep alive response. -2016-07-08 19:47:21.845 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=1 -2016-07-08 19:47:21.847 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-07-08 19:47:21.848 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-07-08 19:47:21.933 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-08 19:47:24.978 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-08 19:47:24.979 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-08 19:47:24.979 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-08 19:47:24.980 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-08 19:47:25.070 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 3193.2559ms -2016-07-08 19:47:25.089 +05:30 [Information] Request finished in 3240.3727ms 200 application/json; charset=utf-8 -2016-07-08 19:47:25.090 +05:30 [Debug] Connection id ""0HKT77994K1F5"" completed keep alive response. -2016-07-08 19:47:49.381 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-08 19:47:49.381 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-08 19:47:49.382 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-08 19:47:49.384 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-08 19:47:49.390 +05:30 [Information] Executed action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" in 43391.8276ms -2016-07-08 19:47:49.395 +05:30 [Information] Request finished in 43402.4996ms 200 application/json; charset=utf-8 -2016-07-08 19:47:49.395 +05:30 [Debug] Connection id ""0HKT77994K1F6"" completed keep alive response. -2016-07-08 19:48:03.637 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=1 -2016-07-08 19:48:03.638 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-07-08 19:48:03.640 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-07-08 19:48:03.652 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-08 19:48:03.660 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-08 19:48:03.660 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-08 19:48:03.661 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-08 19:48:03.662 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-08 19:48:03.664 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 22.0306ms -2016-07-08 19:48:03.669 +05:30 [Information] Request finished in 31.8628ms 200 application/json; charset=utf-8 -2016-07-08 19:48:03.670 +05:30 [Debug] Connection id ""0HKT77994K1F5"" completed keep alive response. -2016-07-08 19:48:03.806 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=1 -2016-07-08 19:48:03.807 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-07-08 19:48:03.809 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-07-08 19:48:03.848 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-08 19:48:03.850 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-08 19:48:03.851 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-08 19:48:03.851 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-08 19:48:03.860 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-08 19:48:03.890 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 51.16ms -2016-07-08 19:48:03.922 +05:30 [Information] Request finished in 111.6162ms 200 application/json; charset=utf-8 -2016-07-08 19:48:03.923 +05:30 [Debug] Connection id ""0HKT77994K1F6"" completed keep alive response. -2016-07-08 19:52:19.839 +05:30 [Debug] Hosting starting -2016-07-08 19:52:20.296 +05:30 [Debug] Hosting started -2016-07-08 19:52:20.381 +05:30 [Debug] Connection id ""0HKT77D2QV7O9"" started. -2016-07-08 19:52:20.381 +05:30 [Debug] Connection id ""0HKT77D2QV7OA"" started. -2016-07-08 19:52:20.744 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-07-08 19:52:20.744 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:6361/ 0 -2016-07-08 19:52:22.140 +05:30 [Debug] Request did not match any routes. -2016-07-08 19:52:22.166 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-07-08 19:52:22.401 +05:30 [Information] Request finished in 1737.4762ms 404 -2016-07-08 19:52:22.467 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"32c866b5-2a9c-40f6-a589-73e317324a2e"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-07-08 19:52:22.500 +05:30 [Debug] Connection id ""0HKT77D2QV7O9"" completed keep alive response. -2016-07-08 19:52:22.662 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-07-08 19:52:23.290 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid' -2016-07-08 19:52:23.303 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult".' -2016-07-08 19:52:23.415 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-08 19:52:23.427 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-08 19:52:23.431 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-08 19:52:24.179 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 1483.7561ms -2016-07-08 19:52:24.198 +05:30 [Information] Request finished in 3560.5098ms 200 application/json; charset=utf-8 -2016-07-08 19:52:24.208 +05:30 [Debug] Connection id ""0HKT77D2QV7OA"" completed keep alive response. -2016-07-08 19:53:03.379 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/User/FacebookLogin application/x-www-form-urlencoded 177 -2016-07-08 19:53:03.380 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/FacebookLogin"'. -2016-07-08 19:53:03.381 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" -2016-07-08 19:53:04.729 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" with arguments (["EAAKYvwDVmnUBAM1MAPY2EIZAvUUBZBLUwgcq6xbSkinigSmdyfZBrdGWKxo8N3HDPEF3WmFJkIogF7sRDWJzIf3sVbtFZABya3CnlxYqEKakWAxLdpn08fwiredhOqDZA8BQgup4xjEZBrwEGfcixPlD2yZBYRTfSkZD"]) - ModelState is Valid' -2016-07-08 19:53:06.405 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-08 19:53:06.419 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-08 19:53:06.421 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-08 19:53:06.555 +05:30 [Information] Executed action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" in 3166.9289ms -2016-07-08 19:53:06.585 +05:30 [Information] Request finished in 3320.3012ms 200 application/json; charset=utf-8 -2016-07-08 19:53:06.586 +05:30 [Debug] Connection id ""0HKT77D2QV7O9"" completed keep alive response. -2016-07-08 19:53:07.257 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-08 19:53:07.257 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-08 19:53:07.258 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-08 19:53:07.313 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-08 19:53:07.344 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-08 19:53:07.345 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-08 19:53:07.346 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-08 19:53:07.356 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 92.3567ms -2016-07-08 19:53:07.360 +05:30 [Information] Request finished in 102.2111ms 200 application/json; charset=utf-8 -2016-07-08 19:53:07.361 +05:30 [Debug] Connection id ""0HKT77D2QV7OA"" completed keep alive response. -2016-07-08 19:53:07.462 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-08 19:53:07.462 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-08 19:53:07.463 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-08 19:53:07.482 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-08 19:53:07.502 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-08 19:53:07.503 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-08 19:53:07.504 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-08 19:53:07.514 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 50.0937ms -2016-07-08 19:53:07.519 +05:30 [Information] Request finished in 56.1508ms 200 application/json; charset=utf-8 -2016-07-08 19:53:07.519 +05:30 [Debug] Connection id ""0HKT77D2QV7O9"" completed keep alive response. -2016-07-08 19:53:10.515 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=1 -2016-07-08 19:53:10.516 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-07-08 19:53:10.527 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-07-08 19:53:10.712 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-08 19:53:19.171 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-08 19:53:19.171 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-08 19:53:19.171 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-08 19:53:19.173 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-08 19:53:19.215 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 8684.1102ms -2016-07-08 19:53:19.221 +05:30 [Information] Request finished in 8705.4822ms 200 application/json; charset=utf-8 -2016-07-08 19:53:19.222 +05:30 [Debug] Connection id ""0HKT77D2QV7OA"" completed keep alive response. -2016-07-08 19:53:19.236 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=1 -2016-07-08 19:53:19.237 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-07-08 19:53:19.238 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-07-08 19:53:19.280 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-08 19:53:19.356 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-08 19:53:19.356 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-08 19:53:19.357 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-08 19:53:19.358 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-08 19:53:19.415 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 154.0594ms -2016-07-08 19:53:19.419 +05:30 [Information] Request finished in 183.5884ms 200 application/json; charset=utf-8 -2016-07-08 19:53:19.420 +05:30 [Debug] Connection id ""0HKT77D2QV7O9"" completed keep alive response. -2016-07-08 19:53:29.336 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/BoardMe/getUserBoards?userId=1 -2016-07-08 19:53:29.336 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/getUserBoards"'. -2016-07-08 19:53:29.337 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" -2016-07-08 19:53:29.386 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-08 19:53:34.231 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-08 19:53:34.231 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-08 19:53:34.231 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-08 19:53:34.233 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-08 19:53:34.240 +05:30 [Information] Executed action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" in 4900.9738ms -2016-07-08 19:53:34.243 +05:30 [Information] Request finished in 4910.8579ms 200 application/json; charset=utf-8 -2016-07-08 19:53:34.244 +05:30 [Debug] Connection id ""0HKT77D2QV7OA"" completed keep alive response. -2016-07-08 19:54:12.420 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-08 19:54:12.421 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-08 19:54:12.425 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-08 19:54:12.543 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-08 19:54:12.544 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-08 19:54:12.545 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-08 19:54:12.598 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-08 19:54:12.660 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 200.9288ms -2016-07-08 19:54:12.678 +05:30 [Information] Request finished in 265.1802ms 200 application/json; charset=utf-8 -2016-07-08 19:54:12.679 +05:30 [Debug] Connection id ""0HKT77D2QV7O9"" completed keep alive response. -2016-07-08 19:54:12.747 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-08 19:54:12.748 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-08 19:54:12.748 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-08 19:54:12.838 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-08 19:54:12.910 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-08 19:54:12.918 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-08 19:54:12.920 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-08 19:54:12.927 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-08 19:54:12.927 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-08 19:54:12.964 +05:30 [Debug] Connection id ""0HKT77D2QV7OB"" started. -2016-07-08 19:54:12.972 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-08 19:54:12.987 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 222.2159ms -2016-07-08 19:54:13.019 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-08 19:54:13.023 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-08 19:54:13.025 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-08 19:54:13.055 +05:30 [Information] Request finished in 295.743ms 200 application/json; charset=utf-8 -2016-07-08 19:54:13.056 +05:30 [Debug] Connection id ""0HKT77D2QV7OA"" completed keep alive response. -2016-07-08 19:54:13.082 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-08 19:54:13.083 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-08 19:54:13.083 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-08 19:54:13.202 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-08 19:54:13.215 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 285.104ms -2016-07-08 19:54:13.242 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-08 19:54:13.243 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-08 19:54:13.244 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-08 19:54:13.247 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-08 19:54:13.248 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-08 19:54:13.284 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-08 19:54:13.286 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-08 19:54:13.286 +05:30 [Information] Request finished in 507.1802ms 200 application/json; charset=utf-8 -2016-07-08 19:54:13.287 +05:30 [Debug] Connection id ""0HKT77D2QV7O9"" completed keep alive response. -2016-07-08 19:54:13.312 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 203.0094ms -2016-07-08 19:54:13.383 +05:30 [Information] Request finished in 370.6738ms 200 application/json; charset=utf-8 -2016-07-08 19:54:13.383 +05:30 [Debug] Connection id ""0HKT77D2QV7OB"" completed keep alive response. -2016-07-08 19:54:13.457 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-08 19:54:13.458 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-08 19:54:13.459 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-08 19:54:13.465 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-08 19:54:13.483 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 181.9572ms -2016-07-08 19:54:13.495 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-08 19:54:13.497 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-08 19:54:13.497 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-08 19:54:13.580 +05:30 [Information] Request finished in 315.7797ms 200 application/json; charset=utf-8 -2016-07-08 19:54:13.580 +05:30 [Debug] Connection id ""0HKT77D2QV7OA"" completed keep alive response. -2016-07-08 19:54:13.646 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-08 19:54:13.647 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-08 19:54:13.648 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-08 19:54:13.651 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-08 19:54:13.658 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 154.4955ms -2016-07-08 19:54:13.666 +05:30 [Information] Request finished in 229.2069ms 200 application/json; charset=utf-8 -2016-07-08 19:54:13.667 +05:30 [Debug] Connection id ""0HKT77D2QV7O9"" completed keep alive response. -2016-07-08 19:54:17.403 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/BoardMe/getUserBoards?userId=1 -2016-07-08 19:54:17.403 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/getUserBoards"'. -2016-07-08 19:54:17.404 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" -2016-07-08 19:54:17.561 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-08 19:54:20.791 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-08 19:54:20.791 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-08 19:54:20.792 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-08 19:54:20.797 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-08 19:54:20.814 +05:30 [Information] Executed action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" in 3392.7815ms -2016-07-08 19:54:20.820 +05:30 [Information] Request finished in 3435.3289ms 200 application/json; charset=utf-8 -2016-07-08 19:54:20.820 +05:30 [Debug] Connection id ""0HKT77D2QV7OB"" completed keep alive response. -2016-07-08 20:18:53.039 +05:30 [Debug] Hosting starting -2016-07-08 20:18:53.478 +05:30 [Debug] Hosting started -2016-07-08 20:18:53.676 +05:30 [Debug] Connection id ""0HKT77RTLT4BN"" started. -2016-07-08 20:18:53.682 +05:30 [Debug] Connection id ""0HKT77RTLT4BO"" started. -2016-07-08 20:18:54.165 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:6361/ 0 -2016-07-08 20:18:54.184 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-07-08 20:18:55.598 +05:30 [Debug] Request did not match any routes. -2016-07-08 20:18:55.626 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-07-08 20:18:55.823 +05:30 [Information] Request finished in 1810.4873ms 404 -2016-07-08 20:18:55.888 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"ad2f37e5-b986-43ed-ad54-dbac688129d2"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-07-08 20:18:55.938 +05:30 [Debug] Connection id ""0HKT77RTLT4BO"" completed keep alive response. -2016-07-08 20:18:56.034 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-07-08 20:18:56.653 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid' -2016-07-08 20:18:56.663 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult".' -2016-07-08 20:18:56.763 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-08 20:18:56.774 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-08 20:18:56.777 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-08 20:18:57.372 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 1322.168ms -2016-07-08 20:18:57.385 +05:30 [Information] Request finished in 3402.5532ms 200 application/json; charset=utf-8 -2016-07-08 20:18:57.389 +05:30 [Debug] Connection id ""0HKT77RTLT4BN"" completed keep alive response. -2016-07-08 20:19:41.743 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/User/FacebookLogin application/x-www-form-urlencoded 177 -2016-07-08 20:19:41.744 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/FacebookLogin"'. -2016-07-08 20:19:41.745 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" -2016-07-08 20:19:42.754 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" with arguments (["EAAKYvwDVmnUBAEG5FNMFknQ4wfqlIPOh1wWrIw5p6tY5ZC7JdzjcBYtpKnE0fXHI3P4UVMDyzAZAsZCr8CVvCCuPhzJWd2xZBHizg0FwwmbeG2pcOsRLUR9ZCybFfUXwb6BygtIMoYCdZCOS5MZBm199GlzWdLsxmYZD"]) - ModelState is Valid' -2016-07-08 20:19:44.278 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-08 20:19:44.289 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-08 20:19:44.292 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-08 20:19:44.433 +05:30 [Information] Executed action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" in 2672.0257ms -2016-07-08 20:19:44.463 +05:30 [Information] Request finished in 2714.5932ms 200 application/json; charset=utf-8 -2016-07-08 20:19:44.463 +05:30 [Debug] Connection id ""0HKT77RTLT4BO"" completed keep alive response. -2016-07-08 20:19:45.886 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-08 20:19:45.887 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-08 20:19:45.889 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-08 20:19:46.078 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-08 20:19:46.196 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-08 20:19:46.198 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-08 20:19:46.213 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-08 20:19:46.242 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 338.6759ms -2016-07-08 20:19:46.248 +05:30 [Information] Request finished in 389.394ms 200 application/json; charset=utf-8 -2016-07-08 20:19:46.249 +05:30 [Debug] Connection id ""0HKT77RTLT4BN"" completed keep alive response. -2016-07-08 20:19:46.473 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-08 20:19:46.474 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-08 20:19:46.476 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-08 20:19:46.523 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-08 20:19:46.592 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-08 20:19:46.597 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-08 20:19:46.611 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-08 20:19:46.643 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 161.3748ms -2016-07-08 20:19:46.678 +05:30 [Information] Request finished in 204.3653ms 200 application/json; charset=utf-8 -2016-07-08 20:19:46.680 +05:30 [Debug] Connection id ""0HKT77RTLT4BO"" completed keep alive response. -2016-07-08 20:19:50.871 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=1 -2016-07-08 20:19:50.872 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-07-08 20:19:50.882 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-07-08 20:19:50.981 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-08 20:20:05.190 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-08 20:20:05.191 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-08 20:20:05.191 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-08 20:20:05.193 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-08 20:20:05.277 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 14391.425ms -2016-07-08 20:20:05.282 +05:30 [Information] Request finished in 14409.6793ms 200 application/json; charset=utf-8 -2016-07-08 20:20:05.282 +05:30 [Debug] Connection id ""0HKT77RTLT4BN"" completed keep alive response. -2016-07-08 20:20:05.300 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=1 -2016-07-08 20:20:05.301 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-07-08 20:20:05.302 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-07-08 20:20:05.390 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-08 20:20:05.478 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-08 20:20:05.478 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-08 20:20:05.479 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-08 20:20:05.481 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-08 20:20:05.531 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 226.6548ms -2016-07-08 20:20:05.535 +05:30 [Information] Request finished in 235.9179ms 200 application/json; charset=utf-8 -2016-07-08 20:20:05.536 +05:30 [Debug] Connection id ""0HKT77RTLT4BO"" completed keep alive response. -2016-07-08 20:20:22.712 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/BoardMe/getUserBoards?userId=1 -2016-07-08 20:20:22.712 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/getUserBoards"'. -2016-07-08 20:20:22.713 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" -2016-07-08 20:20:22.754 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-08 20:20:26.622 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-08 20:20:26.622 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-08 20:20:26.622 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-08 20:20:26.624 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-08 20:20:26.633 +05:30 [Information] Executed action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" in 3918.4687ms -2016-07-08 20:20:26.638 +05:30 [Information] Request finished in 3927.965ms 200 application/json; charset=utf-8 -2016-07-08 20:20:26.638 +05:30 [Debug] Connection id ""0HKT77RTLT4BN"" completed keep alive response. -2016-07-08 20:22:33.631 +05:30 [Debug] Connection id ""0HKT77RTLT4BO"" received FIN. -2016-07-08 20:22:33.631 +05:30 [Debug] Connection id ""0HKT77RTLT4BN"" received FIN. -2016-07-08 20:22:33.632 +05:30 [Debug] Connection id ""0HKT77RTLT4BO"" disconnecting. -2016-07-08 20:22:33.633 +05:30 [Debug] Connection id ""0HKT77RTLT4BN"" disconnecting. -2016-07-08 20:22:33.634 +05:30 [Debug] Connection id ""0HKT77RTLT4BO"" sending FIN. -2016-07-08 20:22:33.634 +05:30 [Debug] Connection id ""0HKT77RTLT4BN"" sending FIN. -2016-07-08 20:22:33.648 +05:30 [Debug] Connection id ""0HKT77RTLT4BO"" sent FIN with status "0". -2016-07-08 20:22:33.648 +05:30 [Debug] Connection id ""0HKT77RTLT4BN"" sent FIN with status "0". -2016-07-08 20:22:33.652 +05:30 [Debug] Connection id ""0HKT77RTLT4BO"" stopped. -2016-07-08 20:22:33.652 +05:30 [Debug] Connection id ""0HKT77RTLT4BN"" stopped. -2016-07-08 20:28:12.749 +05:30 [Debug] Connection id ""0HKT77RTLT4BP"" started. -2016-07-08 20:28:12.751 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-08 20:28:12.752 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-08 20:28:12.755 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-08 20:28:12.764 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-08 20:28:12.765 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-08 20:28:12.766 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-08 20:28:12.767 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-08 20:28:12.772 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 12.7948ms -2016-07-08 20:28:12.777 +05:30 [Information] Request finished in 26.6821ms 200 application/json; charset=utf-8 -2016-07-08 20:28:12.778 +05:30 [Debug] Connection id ""0HKT77RTLT4BP"" completed keep alive response. -2016-07-08 20:28:12.791 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-08 20:28:12.791 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-08 20:28:12.792 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-08 20:28:12.811 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-08 20:28:12.812 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-08 20:28:12.813 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-08 20:28:12.818 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-08 20:28:12.825 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 28.7804ms -2016-07-08 20:28:12.828 +05:30 [Information] Request finished in 39.2615ms 200 application/json; charset=utf-8 -2016-07-08 20:28:12.829 +05:30 [Debug] Connection id ""0HKT77RTLT4BP"" completed keep alive response. -2016-07-08 20:29:53.628 +05:30 [Debug] Connection id ""0HKT77RTLT4BP"" received FIN. -2016-07-08 20:29:53.629 +05:30 [Debug] Connection id ""0HKT77RTLT4BP"" disconnecting. -2016-07-08 20:29:53.629 +05:30 [Debug] Connection id ""0HKT77RTLT4BP"" sending FIN. -2016-07-08 20:29:53.630 +05:30 [Debug] Connection id ""0HKT77RTLT4BP"" sent FIN with status "0". -2016-07-08 20:29:53.630 +05:30 [Debug] Connection id ""0HKT77RTLT4BP"" stopped. -2016-07-08 20:36:44.673 +05:30 [Debug] Connection id ""0HKT77RTLT4BQ"" started. -2016-07-08 20:36:44.681 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-08 20:36:44.684 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-08 20:36:44.686 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-08 20:36:44.701 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-08 20:36:44.703 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-08 20:36:44.704 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-08 20:36:44.706 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-08 20:36:44.714 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 21.0345ms -2016-07-08 20:36:44.721 +05:30 [Information] Request finished in 41.4663ms 200 application/json; charset=utf-8 -2016-07-08 20:36:44.722 +05:30 [Debug] Connection id ""0HKT77RTLT4BQ"" completed keep alive response. -2016-07-08 20:36:44.737 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-08 20:36:44.738 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-08 20:36:44.738 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-08 20:36:44.785 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-08 20:36:44.788 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-08 20:36:44.789 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-08 20:36:44.790 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-08 20:36:44.799 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 53.114ms -2016-07-08 20:36:44.804 +05:30 [Information] Request finished in 69.1726ms 200 application/json; charset=utf-8 -2016-07-08 20:36:44.805 +05:30 [Debug] Connection id ""0HKT77RTLT4BQ"" completed keep alive response. -2016-07-08 20:36:45.573 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-08 20:36:45.574 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-08 20:36:45.575 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-08 20:36:45.643 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-08 20:36:45.659 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-08 20:36:45.659 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-08 20:36:45.695 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-08 20:36:45.707 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 120.2334ms -2016-07-08 20:36:45.783 +05:30 [Information] Request finished in 171.1334ms 200 application/json; charset=utf-8 -2016-07-08 20:36:45.783 +05:30 [Debug] Connection id ""0HKT77RTLT4BQ"" completed keep alive response. -2016-07-08 20:36:45.845 +05:30 [Debug] Connection id ""0HKT77RTLT4BR"" started. -2016-07-08 20:36:45.845 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-08 20:36:45.847 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-08 20:36:45.849 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-08 20:36:45.849 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-08 20:36:45.855 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-08 20:36:45.856 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-08 20:36:45.883 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-08 20:36:45.885 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-08 20:36:45.885 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-08 20:36:45.890 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-08 20:36:45.891 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-08 20:36:45.891 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-08 20:36:45.897 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-08 20:36:45.898 +05:30 [Debug] Connection id ""0HKT77RTLT4BS"" started. -2016-07-08 20:36:45.901 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-08 20:36:45.906 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-08 20:36:45.907 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-08 20:36:45.908 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-08 20:36:45.911 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 46.7804ms -2016-07-08 20:36:45.926 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 48.4887ms -2016-07-08 20:36:45.934 +05:30 [Information] Request finished in 73.1519ms 200 application/json; charset=utf-8 -2016-07-08 20:36:45.935 +05:30 [Debug] Connection id ""0HKT77RTLT4BR"" completed keep alive response. -2016-07-08 20:36:45.944 +05:30 [Information] Request finished in 98.3037ms 200 application/json; charset=utf-8 -2016-07-08 20:36:45.945 +05:30 [Debug] Connection id ""0HKT77RTLT4BQ"" completed keep alive response. -2016-07-08 20:36:45.970 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-08 20:36:45.971 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-08 20:36:45.972 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-08 20:36:45.989 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-08 20:36:46.024 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-08 20:36:46.032 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-08 20:36:46.033 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-08 20:36:46.051 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 108.6587ms -2016-07-08 20:36:46.122 +05:30 [Information] Request finished in 184.1375ms 200 application/json; charset=utf-8 -2016-07-08 20:36:46.125 +05:30 [Debug] Connection id ""0HKT77RTLT4BS"" completed keep alive response. -2016-07-08 20:36:46.133 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-08 20:36:46.135 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-08 20:36:46.136 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-08 20:36:46.151 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-08 20:36:46.166 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 119.9574ms -2016-07-08 20:36:46.194 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-08 20:36:46.195 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-08 20:36:46.195 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-08 20:36:46.205 +05:30 [Information] Request finished in 201.0582ms 200 application/json; charset=utf-8 -2016-07-08 20:36:46.208 +05:30 [Debug] Connection id ""0HKT77RTLT4BR"" completed keep alive response. -2016-07-08 20:36:46.293 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-08 20:36:46.295 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-08 20:36:46.299 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-08 20:36:46.307 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-08 20:36:46.311 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-08 20:36:46.312 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-08 20:36:46.338 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-08 20:36:46.359 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 140.8654ms -2016-07-08 20:36:46.390 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-08 20:36:46.391 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-08 20:36:46.392 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-08 20:36:46.402 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-08 20:36:46.412 +05:30 [Information] Request finished in 215.2129ms 200 application/json; charset=utf-8 -2016-07-08 20:36:46.413 +05:30 [Debug] Connection id ""0HKT77RTLT4BQ"" completed keep alive response. -2016-07-08 20:36:46.447 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 104.7347ms -2016-07-08 20:36:46.466 +05:30 [Information] Request finished in 197.2534ms 200 application/json; charset=utf-8 -2016-07-08 20:36:46.467 +05:30 [Debug] Connection id ""0HKT77RTLT4BS"" completed keep alive response. -2016-07-08 20:36:46.497 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-08 20:36:46.498 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-08 20:36:46.499 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-08 20:36:46.547 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-08 20:36:46.549 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-08 20:36:46.550 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-08 20:36:46.555 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-08 20:36:46.571 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 56.3418ms -2016-07-08 20:36:46.584 +05:30 [Information] Request finished in 91.3572ms 200 application/json; charset=utf-8 -2016-07-08 20:36:46.585 +05:30 [Debug] Connection id ""0HKT77RTLT4BR"" completed keep alive response. -2016-07-08 20:38:10.355 +05:30 [Debug] Connection id ""0HKT77RTLT4BQ"" received FIN. -2016-07-08 20:38:10.355 +05:30 [Debug] Connection id ""0HKT77RTLT4BS"" received FIN. -2016-07-08 20:38:10.355 +05:30 [Debug] Connection id ""0HKT77RTLT4BQ"" disconnecting. -2016-07-08 20:38:10.355 +05:30 [Debug] Connection id ""0HKT77RTLT4BR"" received FIN. -2016-07-08 20:38:10.356 +05:30 [Debug] Connection id ""0HKT77RTLT4BS"" disconnecting. -2016-07-08 20:38:10.356 +05:30 [Debug] Connection id ""0HKT77RTLT4BT"" started. -2016-07-08 20:38:10.356 +05:30 [Debug] Connection id ""0HKT77RTLT4BR"" disconnecting. -2016-07-08 20:38:10.357 +05:30 [Debug] Connection id ""0HKT77RTLT4BR"" sending FIN. -2016-07-08 20:38:10.356 +05:30 [Debug] Connection id ""0HKT77RTLT4BQ"" sending FIN. -2016-07-08 20:38:10.359 +05:30 [Debug] Connection id ""0HKT77RTLT4BS"" sending FIN. -2016-07-08 20:38:10.359 +05:30 [Debug] Connection id ""0HKT77RTLT4BS"" sent FIN with status "0". -2016-07-08 20:38:10.360 +05:30 [Debug] Connection id ""0HKT77RTLT4BS"" stopped. -2016-07-08 20:38:10.359 +05:30 [Debug] Connection id ""0HKT77RTLT4BR"" sent FIN with status "0". -2016-07-08 20:38:10.360 +05:30 [Debug] Connection id ""0HKT77RTLT4BQ"" sent FIN with status "0". -2016-07-08 20:38:10.360 +05:30 [Debug] Connection id ""0HKT77RTLT4BR"" stopped. -2016-07-08 20:38:10.361 +05:30 [Debug] Connection id ""0HKT77RTLT4BQ"" stopped. -2016-07-08 20:38:10.363 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-08 20:38:10.363 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-08 20:38:10.364 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-08 20:38:10.399 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-08 20:38:10.401 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-08 20:38:10.401 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-08 20:38:10.403 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-08 20:38:10.407 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 39.9251ms -2016-07-08 20:38:10.413 +05:30 [Information] Request finished in 49.8223ms 200 application/json; charset=utf-8 -2016-07-08 20:38:10.413 +05:30 [Debug] Connection id ""0HKT77RTLT4BT"" completed keep alive response. -2016-07-08 20:38:10.419 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-08 20:38:10.420 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-08 20:38:10.421 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-08 20:38:10.440 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-08 20:38:10.442 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-08 20:38:10.442 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-08 20:38:10.446 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-08 20:38:10.454 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 26.1878ms -2016-07-08 20:38:10.461 +05:30 [Information] Request finished in 42.3056ms 200 application/json; charset=utf-8 -2016-07-08 20:38:10.463 +05:30 [Debug] Connection id ""0HKT77RTLT4BT"" completed keep alive response. -2016-07-08 20:40:53.628 +05:30 [Debug] Connection id ""0HKT77RTLT4BT"" received FIN. -2016-07-08 20:40:53.630 +05:30 [Debug] Connection id ""0HKT77RTLT4BT"" disconnecting. -2016-07-08 20:40:53.631 +05:30 [Debug] Connection id ""0HKT77RTLT4BT"" sending FIN. -2016-07-08 20:40:53.633 +05:30 [Debug] Connection id ""0HKT77RTLT4BT"" sent FIN with status "0". -2016-07-08 20:40:53.634 +05:30 [Debug] Connection id ""0HKT77RTLT4BT"" stopped. -2016-07-08 20:44:30.522 +05:30 [Debug] Connection id ""0HKT77RTLT4BU"" started. -2016-07-08 20:44:30.525 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-08 20:44:30.527 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-08 20:44:30.527 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-08 20:44:30.579 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-08 20:44:30.580 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-08 20:44:30.580 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-08 20:44:30.582 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-08 20:44:30.586 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 55.3474ms -2016-07-08 20:44:30.593 +05:30 [Information] Request finished in 68.4045ms 200 application/json; charset=utf-8 -2016-07-08 20:44:30.593 +05:30 [Debug] Connection id ""0HKT77RTLT4BU"" completed keep alive response. -2016-07-08 20:44:30.600 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-08 20:44:30.601 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-08 20:44:30.602 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-08 20:44:30.617 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-08 20:44:30.619 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-08 20:44:30.619 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-08 20:44:30.621 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-08 20:44:30.627 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 19.6489ms -2016-07-08 20:44:30.633 +05:30 [Information] Request finished in 33.3418ms 200 application/json; charset=utf-8 -2016-07-08 20:44:30.634 +05:30 [Debug] Connection id ""0HKT77RTLT4BU"" completed keep alive response. -2016-07-08 20:46:23.628 +05:30 [Debug] Connection id ""0HKT77RTLT4BU"" received FIN. -2016-07-08 20:46:23.630 +05:30 [Debug] Connection id ""0HKT77RTLT4BU"" disconnecting. -2016-07-08 20:46:23.631 +05:30 [Debug] Connection id ""0HKT77RTLT4BU"" sending FIN. -2016-07-08 20:46:23.633 +05:30 [Debug] Connection id ""0HKT77RTLT4BU"" sent FIN with status "0". -2016-07-08 20:46:23.634 +05:30 [Debug] Connection id ""0HKT77RTLT4BU"" stopped. -2016-07-08 20:48:21.558 +05:30 [Debug] Connection id ""0HKT77RTLT4BV"" started. -2016-07-08 20:48:21.572 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-08 20:48:21.574 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-08 20:48:21.575 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-08 20:48:21.626 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-08 20:48:21.629 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-08 20:48:21.629 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-08 20:48:21.633 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-08 20:48:21.641 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 58.2519ms -2016-07-08 20:48:21.651 +05:30 [Information] Request finished in 86.5602ms 200 application/json; charset=utf-8 -2016-07-08 20:48:21.652 +05:30 [Debug] Connection id ""0HKT77RTLT4BV"" completed keep alive response. -2016-07-08 20:48:21.662 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-08 20:48:21.664 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-08 20:48:21.664 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-08 20:48:21.694 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-08 20:48:21.696 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-08 20:48:21.697 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-08 20:48:21.701 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-08 20:48:21.714 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 36.9859ms -2016-07-08 20:48:21.719 +05:30 [Information] Request finished in 58.1464ms 200 application/json; charset=utf-8 -2016-07-08 20:48:21.719 +05:30 [Debug] Connection id ""0HKT77RTLT4BV"" completed keep alive response. -2016-07-08 20:49:44.573 +05:30 [Debug] Connection id ""0HKT77RTLT4BV"" received FIN. -2016-07-08 20:49:44.574 +05:30 [Debug] Connection id ""0HKT77RTLT4BV"" disconnecting. -2016-07-08 20:49:44.574 +05:30 [Debug] Connection id ""0HKT77RTLT4C0"" started. -2016-07-08 20:49:44.574 +05:30 [Debug] Connection id ""0HKT77RTLT4BV"" sending FIN. -2016-07-08 20:49:44.575 +05:30 [Debug] Connection id ""0HKT77RTLT4BV"" sent FIN with status "0". -2016-07-08 20:49:44.576 +05:30 [Debug] Connection id ""0HKT77RTLT4BV"" stopped. -2016-07-08 20:49:44.578 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-08 20:49:44.579 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-08 20:49:44.580 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-08 20:49:44.620 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-08 20:49:44.624 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-08 20:49:44.624 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-08 20:49:44.626 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-08 20:49:44.631 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 46.627ms -2016-07-08 20:49:44.639 +05:30 [Information] Request finished in 61.7904ms 200 application/json; charset=utf-8 -2016-07-08 20:49:44.640 +05:30 [Debug] Connection id ""0HKT77RTLT4C0"" completed keep alive response. -2016-07-08 20:49:44.647 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-08 20:49:44.648 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-08 20:49:44.648 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-08 20:49:44.666 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-08 20:49:44.667 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-08 20:49:44.668 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-08 20:49:44.671 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-08 20:49:44.678 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 22.8961ms -2016-07-08 20:49:44.685 +05:30 [Information] Request finished in 37.8656ms 200 application/json; charset=utf-8 -2016-07-08 20:49:44.686 +05:30 [Debug] Connection id ""0HKT77RTLT4C0"" completed keep alive response. -2016-07-08 20:49:54.742 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-08 20:49:54.744 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-08 20:49:54.746 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-08 20:49:54.781 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-08 20:49:54.782 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-08 20:49:54.783 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-08 20:49:54.785 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-08 20:49:54.790 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 39.9497ms -2016-07-08 20:49:54.798 +05:30 [Information] Request finished in 65.268ms 200 application/json; charset=utf-8 -2016-07-08 20:49:54.798 +05:30 [Debug] Connection id ""0HKT77RTLT4C0"" completed keep alive response. -2016-07-08 20:49:54.805 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-08 20:49:54.806 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-08 20:49:54.806 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-08 20:49:54.924 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-08 20:49:54.927 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-08 20:49:54.927 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-08 20:49:54.930 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-08 20:49:54.937 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 124.6574ms -2016-07-08 20:49:54.945 +05:30 [Information] Request finished in 138.8099ms 200 application/json; charset=utf-8 -2016-07-08 20:49:54.947 +05:30 [Debug] Connection id ""0HKT77RTLT4C0"" completed keep alive response. -2016-07-08 20:50:20.501 +05:30 [Information] Request starting HTTP/1.1 OPTIONS http://localhost:6361/api/BoardMe/createBoard -2016-07-08 20:50:20.502 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/createBoard"'. -2016-07-08 20:50:20.504 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.createBoard (Api.Socioboard)" -2016-07-08 20:50:20.539 +05:30 [Warning] Authorization failed for the request at filter '"Microsoft.AspNetCore.Mvc.Cors.CorsAuthorizationFilter"'. -2016-07-08 20:50:20.568 +05:30 [Information] Executing HttpStatusCodeResult, setting HTTP status code 200 -2016-07-08 20:50:20.571 +05:30 [Information] Executed action "Api.Socioboard.Controllers.BoardMeController.createBoard (Api.Socioboard)" in 64.5587ms -2016-07-08 20:50:20.583 +05:30 [Information] Request finished in 78.357ms 200 -2016-07-08 20:50:20.584 +05:30 [Debug] Connection id ""0HKT77RTLT4C0"" completed keep alive response. -2016-07-08 20:50:48.215 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-08 20:50:48.216 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-08 20:50:48.217 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-08 20:50:48.271 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-08 20:50:48.273 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-08 20:50:48.273 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-08 20:50:48.275 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-08 20:50:48.279 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 58.8489ms -2016-07-08 20:50:48.285 +05:30 [Information] Request finished in 70.2462ms 200 application/json; charset=utf-8 -2016-07-08 20:50:48.286 +05:30 [Debug] Connection id ""0HKT77RTLT4C0"" completed keep alive response. -2016-07-08 20:50:48.292 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-08 20:50:48.293 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-08 20:50:48.294 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-08 20:50:48.308 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-08 20:50:48.309 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-08 20:50:48.310 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-08 20:50:48.312 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-08 20:50:48.319 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 19.4614ms -2016-07-08 20:50:48.327 +05:30 [Information] Request finished in 32.5521ms 200 application/json; charset=utf-8 -2016-07-08 20:50:48.328 +05:30 [Debug] Connection id ""0HKT77RTLT4C0"" completed keep alive response. -2016-07-08 20:51:32.578 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-08 20:51:32.580 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-08 20:51:32.581 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-08 20:51:32.616 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-08 20:51:32.617 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-08 20:51:32.618 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-08 20:51:32.622 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-08 20:51:32.633 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 39.9525ms -2016-07-08 20:51:32.646 +05:30 [Information] Request finished in 66.1398ms 200 application/json; charset=utf-8 -2016-07-08 20:51:32.647 +05:30 [Debug] Connection id ""0HKT77RTLT4C0"" completed keep alive response. -2016-07-08 20:51:32.672 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-08 20:51:32.674 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-08 20:51:32.674 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-08 20:51:32.719 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-08 20:51:32.724 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-08 20:51:32.725 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-08 20:51:32.728 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-08 20:51:32.736 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 54.0588ms -2016-07-08 20:51:32.743 +05:30 [Information] Request finished in 79.7095ms 200 application/json; charset=utf-8 -2016-07-08 20:51:32.744 +05:30 [Debug] Connection id ""0HKT77RTLT4C0"" completed keep alive response. -2016-07-08 20:51:53.568 +05:30 [Information] Request starting HTTP/1.1 OPTIONS http://localhost:6361/api/BoardMe/createBoard -2016-07-08 20:51:53.569 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/createBoard"'. -2016-07-08 20:51:53.570 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.createBoard (Api.Socioboard)" -2016-07-08 20:51:53.574 +05:30 [Warning] Authorization failed for the request at filter '"Microsoft.AspNetCore.Mvc.Cors.CorsAuthorizationFilter"'. -2016-07-08 20:51:53.577 +05:30 [Information] Executing HttpStatusCodeResult, setting HTTP status code 200 -2016-07-08 20:51:53.581 +05:30 [Information] Executed action "Api.Socioboard.Controllers.BoardMeController.createBoard (Api.Socioboard)" in 6.4977ms -2016-07-08 20:51:53.596 +05:30 [Information] Request finished in 27.9206ms 200 -2016-07-08 20:51:53.603 +05:30 [Debug] Connection id ""0HKT77RTLT4C0"" completed keep alive response. -2016-07-08 20:53:43.628 +05:30 [Debug] Connection id ""0HKT77RTLT4C0"" received FIN. -2016-07-08 20:53:43.629 +05:30 [Debug] Connection id ""0HKT77RTLT4C0"" disconnecting. -2016-07-08 20:53:43.630 +05:30 [Debug] Connection id ""0HKT77RTLT4C0"" sending FIN. -2016-07-08 20:53:43.631 +05:30 [Debug] Connection id ""0HKT77RTLT4C0"" sent FIN with status "0". -2016-07-08 20:53:43.632 +05:30 [Debug] Connection id ""0HKT77RTLT4C0"" stopped. -2016-07-08 20:55:54.456 +05:30 [Debug] Connection id ""0HKT77RTLT4C1"" started. -2016-07-08 20:55:54.465 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-08 20:55:54.466 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-08 20:55:54.467 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-08 20:55:54.519 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-08 20:55:54.521 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-08 20:55:54.521 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-08 20:55:54.523 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-08 20:55:54.529 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 56.38ms -2016-07-08 20:55:54.537 +05:30 [Information] Request finished in 73.4535ms 200 application/json; charset=utf-8 -2016-07-08 20:55:54.538 +05:30 [Debug] Connection id ""0HKT77RTLT4C1"" completed keep alive response. -2016-07-08 20:55:54.546 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-08 20:55:54.547 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-08 20:55:54.547 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-08 20:55:54.569 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-08 20:55:54.572 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-08 20:55:54.572 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-08 20:55:54.576 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-08 20:55:54.583 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 29.4435ms -2016-07-08 20:55:54.590 +05:30 [Information] Request finished in 44.9034ms 200 application/json; charset=utf-8 -2016-07-08 20:55:54.591 +05:30 [Debug] Connection id ""0HKT77RTLT4C1"" completed keep alive response. -2016-07-08 20:56:53.893 +05:30 [Information] Request starting HTTP/1.1 OPTIONS http://localhost:6361/api/BoardMe/createBoard -2016-07-08 20:56:53.901 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/createBoard"'. -2016-07-08 20:56:53.901 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.createBoard (Api.Socioboard)" -2016-07-08 20:56:53.905 +05:30 [Warning] Authorization failed for the request at filter '"Microsoft.AspNetCore.Mvc.Cors.CorsAuthorizationFilter"'. -2016-07-08 20:56:53.910 +05:30 [Information] Executing HttpStatusCodeResult, setting HTTP status code 200 -2016-07-08 20:56:53.917 +05:30 [Information] Executed action "Api.Socioboard.Controllers.BoardMeController.createBoard (Api.Socioboard)" in 8.3611ms -2016-07-08 20:56:53.938 +05:30 [Information] Request finished in 31.0417ms 200 -2016-07-08 20:56:53.939 +05:30 [Debug] Connection id ""0HKT77RTLT4C1"" completed keep alive response. -2016-07-08 20:57:19.399 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-08 20:57:19.400 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-08 20:57:19.401 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-08 20:57:19.419 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-08 20:57:19.420 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-08 20:57:19.421 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-08 20:57:19.423 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-08 20:57:19.428 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 23.5165ms -2016-07-08 20:57:19.435 +05:30 [Information] Request finished in 36.8154ms 200 application/json; charset=utf-8 -2016-07-08 20:57:19.436 +05:30 [Debug] Connection id ""0HKT77RTLT4C1"" completed keep alive response. -2016-07-08 20:57:19.446 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-08 20:57:19.446 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-08 20:57:19.447 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-08 20:57:19.466 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-08 20:57:19.468 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-08 20:57:19.468 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-08 20:57:19.471 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-08 20:57:19.477 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 24.9385ms -2016-07-08 20:57:19.485 +05:30 [Information] Request finished in 40.5273ms 200 application/json; charset=utf-8 -2016-07-08 20:57:19.486 +05:30 [Debug] Connection id ""0HKT77RTLT4C1"" completed keep alive response. -2016-07-08 20:59:13.628 +05:30 [Debug] Connection id ""0HKT77RTLT4C1"" received FIN. -2016-07-08 20:59:13.628 +05:30 [Debug] Connection id ""0HKT77RTLT4C1"" disconnecting. -2016-07-08 20:59:13.629 +05:30 [Debug] Connection id ""0HKT77RTLT4C1"" sending FIN. -2016-07-08 20:59:13.630 +05:30 [Debug] Connection id ""0HKT77RTLT4C1"" sent FIN with status "0". -2016-07-08 20:59:13.630 +05:30 [Debug] Connection id ""0HKT77RTLT4C1"" stopped. -2016-07-08 21:00:40.521 +05:30 [Debug] Connection id ""0HKT77RTLT4C2"" started. -2016-07-08 21:00:40.524 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-08 21:00:40.525 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-08 21:00:40.525 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-08 21:00:40.603 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-08 21:00:40.604 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-08 21:00:40.604 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-08 21:00:40.608 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-08 21:00:40.614 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 83.5149ms -2016-07-08 21:00:40.622 +05:30 [Information] Request finished in 97.7244ms 200 application/json; charset=utf-8 -2016-07-08 21:00:40.623 +05:30 [Debug] Connection id ""0HKT77RTLT4C2"" completed keep alive response. -2016-07-08 21:00:40.631 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-08 21:00:40.632 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-08 21:00:40.632 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-08 21:00:40.655 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-08 21:00:40.656 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-08 21:00:40.657 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-08 21:00:40.661 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-08 21:00:40.674 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 29.6106ms -2016-07-08 21:00:40.688 +05:30 [Information] Request finished in 56.157ms 200 application/json; charset=utf-8 -2016-07-08 21:00:40.690 +05:30 [Debug] Connection id ""0HKT77RTLT4C2"" completed keep alive response. -2016-07-08 21:02:53.629 +05:30 [Debug] Connection id ""0HKT77RTLT4C2"" received FIN. -2016-07-08 21:02:53.629 +05:30 [Debug] Connection id ""0HKT77RTLT4C2"" disconnecting. -2016-07-08 21:02:53.630 +05:30 [Debug] Connection id ""0HKT77RTLT4C2"" sending FIN. -2016-07-08 21:02:53.631 +05:30 [Debug] Connection id ""0HKT77RTLT4C2"" sent FIN with status "0". -2016-07-08 21:02:53.631 +05:30 [Debug] Connection id ""0HKT77RTLT4C2"" stopped. -2016-07-08 21:03:31.640 +05:30 [Debug] Connection id ""0HKT77RTLT4C3"" started. -2016-07-08 21:03:31.644 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-08 21:03:31.645 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-08 21:03:31.645 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-08 21:03:31.671 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-08 21:03:31.673 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-08 21:03:31.673 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-08 21:03:31.677 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-08 21:03:31.686 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 32.425ms -2016-07-08 21:03:31.694 +05:30 [Information] Request finished in 51.6173ms 200 application/json; charset=utf-8 -2016-07-08 21:03:31.695 +05:30 [Debug] Connection id ""0HKT77RTLT4C3"" completed keep alive response. -2016-07-08 21:03:31.707 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-08 21:03:31.708 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-08 21:03:31.709 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-08 21:03:31.744 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-08 21:03:31.746 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-08 21:03:31.747 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-08 21:03:31.751 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-08 21:03:31.758 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 42.7726ms -2016-07-08 21:03:31.767 +05:30 [Information] Request finished in 61.8201ms 200 application/json; charset=utf-8 -2016-07-08 21:03:31.768 +05:30 [Debug] Connection id ""0HKT77RTLT4C3"" completed keep alive response. -2016-07-08 21:04:43.628 +05:30 [Debug] Connection id ""0HKT77RTLT4C3"" received FIN. -2016-07-08 21:04:43.629 +05:30 [Debug] Connection id ""0HKT77RTLT4C3"" disconnecting. -2016-07-08 21:04:43.629 +05:30 [Debug] Connection id ""0HKT77RTLT4C3"" sending FIN. -2016-07-08 21:04:43.630 +05:30 [Debug] Connection id ""0HKT77RTLT4C3"" sent FIN with status "0". -2016-07-08 21:04:43.631 +05:30 [Debug] Connection id ""0HKT77RTLT4C3"" stopped. -2016-07-08 21:10:53.509 +05:30 [Debug] Connection id ""0HKT77RTLT4C4"" started. -2016-07-08 21:10:53.513 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-08 21:10:53.514 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-08 21:10:53.515 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-08 21:10:53.541 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-08 21:10:53.542 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-08 21:10:53.543 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-08 21:10:53.546 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-08 21:10:53.553 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 31.4363ms -2016-07-08 21:10:53.560 +05:30 [Information] Request finished in 46.7434ms 200 application/json; charset=utf-8 -2016-07-08 21:10:53.561 +05:30 [Debug] Connection id ""0HKT77RTLT4C4"" completed keep alive response. -2016-07-08 21:10:53.570 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-08 21:10:53.571 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-08 21:10:53.571 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-08 21:10:53.603 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-08 21:10:53.604 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-08 21:10:53.604 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-08 21:10:53.607 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-08 21:10:53.614 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 36.2503ms -2016-07-08 21:10:53.624 +05:30 [Information] Request finished in 55.592ms 200 application/json; charset=utf-8 -2016-07-08 21:10:53.625 +05:30 [Debug] Connection id ""0HKT77RTLT4C4"" completed keep alive response. diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/wwwroot/wwwroot/log/log-20160709.txt b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/wwwroot/wwwroot/log/log-20160709.txt deleted file mode 100644 index e60aa227e..000000000 --- a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/wwwroot/wwwroot/log/log-20160709.txt +++ /dev/null @@ -1,34 +0,0 @@ -2016-07-09 10:43:53.553 +05:30 [Debug] Hosting starting -2016-07-09 10:44:06.915 +05:30 [Debug] Hosting started -2016-07-09 10:44:07.289 +05:30 [Debug] Connection id ""0HKT7MVD2EPAJ"" started. -2016-07-09 10:44:07.300 +05:30 [Debug] Connection id ""0HKT7MVD2EPAI"" started. -2016-07-09 10:44:09.298 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:6361/ 0 -2016-07-09 10:44:09.298 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-07-09 10:44:22.868 +05:30 [Debug] Request did not match any routes. -2016-07-09 10:44:22.899 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-07-09 10:44:23.749 +05:30 [Information] Request finished in 14463.6886ms 404 -2016-07-09 10:44:23.896 +05:30 [Debug] Connection id ""0HKT7MVD2EPAI"" completed keep alive response. -2016-07-09 10:44:24.054 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"461d8855-7910-4232-b52b-ea711633aa30"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-07-09 10:44:24.398 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-07-09 10:44:27.185 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid' -2016-07-09 10:44:27.213 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult".' -2016-07-09 10:44:27.281 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-09 10:44:27.293 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-09 10:44:27.297 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-09 10:44:31.134 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 6723.4606ms -2016-07-09 10:44:31.144 +05:30 [Information] Request finished in 22076.8632ms 200 application/json; charset=utf-8 -2016-07-09 10:44:31.147 +05:30 [Debug] Connection id ""0HKT7MVD2EPAJ"" completed keep alive response. -2016-07-09 10:44:32.477 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/favicon.ico -2016-07-09 10:44:32.478 +05:30 [Debug] Request did not match any routes. -2016-07-09 10:44:32.481 +05:30 [Information] Request finished in 5.4121ms 404 -2016-07-09 10:44:32.482 +05:30 [Debug] Connection id ""0HKT7MVD2EPAI"" completed keep alive response. -2016-07-09 10:45:57.009 +05:30 [Debug] Connection id ""0HKT7MVD2EPAI"" received FIN. -2016-07-09 10:45:57.009 +05:30 [Debug] Connection id ""0HKT7MVD2EPAJ"" received FIN. -2016-07-09 10:45:57.010 +05:30 [Debug] Connection id ""0HKT7MVD2EPAI"" disconnecting. -2016-07-09 10:45:57.044 +05:30 [Debug] Connection id ""0HKT7MVD2EPAJ"" disconnecting. -2016-07-09 10:45:57.045 +05:30 [Debug] Connection id ""0HKT7MVD2EPAI"" sending FIN. -2016-07-09 10:45:57.046 +05:30 [Debug] Connection id ""0HKT7MVD2EPAJ"" sending FIN. -2016-07-09 10:45:57.059 +05:30 [Debug] Connection id ""0HKT7MVD2EPAJ"" sent FIN with status "0". -2016-07-09 10:45:57.059 +05:30 [Debug] Connection id ""0HKT7MVD2EPAI"" sent FIN with status "0". -2016-07-09 10:45:57.068 +05:30 [Debug] Connection id ""0HKT7MVD2EPAJ"" stopped. -2016-07-09 10:45:57.068 +05:30 [Debug] Connection id ""0HKT7MVD2EPAI"" stopped. diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/wwwroot/wwwroot/log/log-20160710.txt b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/wwwroot/wwwroot/log/log-20160710.txt deleted file mode 100644 index bd0cbfa8c..000000000 --- a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/wwwroot/wwwroot/log/log-20160710.txt +++ /dev/null @@ -1,2161 +0,0 @@ -2016-07-10 12:03:15.389 +05:30 [Debug] Connection id ""0HKT7MVD2EPAK"" started. -2016-07-10 12:03:15.668 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/User/Login application/x-www-form-urlencoded 52 -2016-07-10 12:03:15.686 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/Login"'. -2016-07-10 12:03:15.725 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.Login (Api.Socioboard)" -2016-07-10 12:03:21.424 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.UserController.Login (Api.Socioboard)" with arguments (["Domain.Socioboard.ViewModels.UserLoginViewModel"]) - ModelState is Valid' -2016-07-10 12:03:38.101 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.UserController.Login (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-10 12:03:38.124 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-10 12:03:38.127 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-10 12:03:38.488 +05:30 [Information] Executed action "Api.Socioboard.Controllers.UserController.Login (Api.Socioboard)" in 22759.0707ms -2016-07-10 12:03:38.492 +05:30 [Information] Request finished in 22898.9588ms 200 application/json; charset=utf-8 -2016-07-10 12:03:38.493 +05:30 [Debug] Connection id ""0HKT7MVD2EPAK"" completed keep alive response. -2016-07-10 12:03:40.818 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-10 12:03:40.822 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-10 12:03:40.836 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-10 12:03:43.106 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-10 12:03:43.425 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-10 12:03:43.426 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-10 12:03:43.427 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-10 12:03:43.471 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 2633.7432ms -2016-07-10 12:03:43.477 +05:30 [Information] Request finished in 2662.9348ms 200 application/json; charset=utf-8 -2016-07-10 12:03:43.477 +05:30 [Debug] Connection id ""0HKT7MVD2EPAK"" completed keep alive response. -2016-07-10 12:03:43.831 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-10 12:03:43.834 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-10 12:03:43.836 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-10 12:03:46.938 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-10 12:03:47.126 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-10 12:03:47.127 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-10 12:03:47.130 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-10 12:03:47.185 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 3342.6432ms -2016-07-10 12:03:47.200 +05:30 [Information] Request finished in 3368.3737ms 200 application/json; charset=utf-8 -2016-07-10 12:03:47.200 +05:30 [Debug] Connection id ""0HKT7MVD2EPAK"" completed keep alive response. -2016-07-10 12:03:53.883 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=1 -2016-07-10 12:03:53.884 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-07-10 12:03:53.884 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-07-10 12:03:57.052 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-10 12:03:58.290 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-10 12:03:58.291 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-10 12:03:58.291 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-10 12:03:58.293 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-10 12:03:58.417 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 4526.4238ms -2016-07-10 12:03:58.427 +05:30 [Information] Request finished in 4541.3991ms 200 application/json; charset=utf-8 -2016-07-10 12:03:58.428 +05:30 [Debug] Connection id ""0HKT7MVD2EPAK"" completed keep alive response. -2016-07-10 12:03:58.605 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=1 -2016-07-10 12:03:58.606 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-07-10 12:03:58.606 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-07-10 12:04:01.731 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-10 12:04:02.222 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-10 12:04:02.223 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-10 12:04:02.223 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-10 12:04:02.224 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-10 12:04:02.249 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 3638.5305ms -2016-07-10 12:04:02.254 +05:30 [Information] Request finished in 3648.7076ms 200 application/json; charset=utf-8 -2016-07-10 12:04:02.254 +05:30 [Debug] Connection id ""0HKT7MVD2EPAK"" completed keep alive response. -2016-07-10 12:05:20.886 +05:30 [Debug] Connection id ""0HKT7MVD2EPAK"" received FIN. -2016-07-10 12:05:20.887 +05:30 [Debug] Connection id ""0HKT7MVD2EPAK"" disconnecting. -2016-07-10 12:05:20.889 +05:30 [Debug] Connection id ""0HKT7MVD2EPAK"" sending FIN. -2016-07-10 12:05:20.893 +05:30 [Debug] Connection id ""0HKT7MVD2EPAK"" sent FIN with status "0". -2016-07-10 12:05:20.894 +05:30 [Debug] Connection id ""0HKT7MVD2EPAK"" stopped. -2016-07-10 12:08:37.488 +05:30 [Debug] Connection id ""0HKT7MVD2EPAL"" started. -2016-07-10 12:08:37.493 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-10 12:08:37.494 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-10 12:08:37.496 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-10 12:08:37.808 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-10 12:08:38.094 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-10 12:08:38.095 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-10 12:08:38.096 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-10 12:08:38.101 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 599.8335ms -2016-07-10 12:08:38.104 +05:30 [Information] Request finished in 610.8362ms 200 application/json; charset=utf-8 -2016-07-10 12:08:38.104 +05:30 [Debug] Connection id ""0HKT7MVD2EPAL"" completed keep alive response. -2016-07-10 12:08:38.114 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-10 12:08:38.115 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-10 12:08:38.115 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-10 12:08:38.128 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-10 12:08:38.143 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-10 12:08:38.143 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-10 12:08:38.145 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-10 12:08:38.147 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 30.0764ms -2016-07-10 12:08:38.152 +05:30 [Information] Request finished in 38.0572ms 200 application/json; charset=utf-8 -2016-07-10 12:08:38.153 +05:30 [Debug] Connection id ""0HKT7MVD2EPAL"" completed keep alive response. -2016-07-10 12:08:40.228 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/BoardMe/getUserBoards?userId=1 -2016-07-10 12:08:40.229 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/getUserBoards"'. -2016-07-10 12:08:40.230 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" -2016-07-10 12:08:40.278 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-10 12:08:43.671 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-10 12:08:43.672 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-10 12:08:43.673 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-10 12:08:43.676 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-10 12:08:43.698 +05:30 [Information] Executed action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" in 3464.6168ms -2016-07-10 12:08:43.707 +05:30 [Information] Request finished in 3477.1591ms 200 application/json; charset=utf-8 -2016-07-10 12:08:43.708 +05:30 [Debug] Connection id ""0HKT7MVD2EPAL"" completed keep alive response. -2016-07-10 12:10:49.792 +05:30 [Debug] Hosting starting -2016-07-10 12:10:50.415 +05:30 [Debug] Hosting started -2016-07-10 12:10:50.616 +05:30 [Debug] Connection id ""0HKT8HKH2344V"" started. -2016-07-10 12:10:50.616 +05:30 [Debug] Connection id ""0HKT8HKH2344U"" started. -2016-07-10 12:10:50.987 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:6361/ 0 -2016-07-10 12:10:50.987 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-07-10 12:10:53.947 +05:30 [Debug] Request did not match any routes. -2016-07-10 12:10:53.976 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-07-10 12:10:54.221 +05:30 [Information] Request finished in 3306.2902ms 404 -2016-07-10 12:10:54.309 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"cf38e5e0-9d51-46eb-a4df-e3809dd2ce93"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-07-10 12:10:54.394 +05:30 [Debug] Connection id ""0HKT8HKH2344U"" completed keep alive response. -2016-07-10 12:10:54.437 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-07-10 12:10:55.069 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid' -2016-07-10 12:10:55.078 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult".' -2016-07-10 12:10:55.170 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-10 12:10:55.181 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-10 12:10:55.187 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-10 12:10:55.734 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 1284.3485ms -2016-07-10 12:10:55.746 +05:30 [Information] Request finished in 4858.7001ms 200 application/json; charset=utf-8 -2016-07-10 12:10:55.750 +05:30 [Debug] Connection id ""0HKT8HKH2344V"" completed keep alive response. -2016-07-10 12:10:56.259 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/favicon.ico -2016-07-10 12:10:56.260 +05:30 [Debug] Request did not match any routes. -2016-07-10 12:10:56.263 +05:30 [Information] Request finished in 3.6548ms 404 -2016-07-10 12:10:56.263 +05:30 [Debug] Connection id ""0HKT8HKH2344U"" completed keep alive response. -2016-07-10 12:12:40.571 +05:30 [Debug] Connection id ""0HKT8HKH2344U"" received FIN. -2016-07-10 12:12:40.572 +05:30 [Debug] Connection id ""0HKT8HKH2344V"" received FIN. -2016-07-10 12:12:40.573 +05:30 [Debug] Connection id ""0HKT8HKH2344U"" disconnecting. -2016-07-10 12:12:40.575 +05:30 [Debug] Connection id ""0HKT8HKH2344V"" disconnecting. -2016-07-10 12:12:40.577 +05:30 [Debug] Connection id ""0HKT8HKH2344V"" sending FIN. -2016-07-10 12:12:40.576 +05:30 [Debug] Connection id ""0HKT8HKH2344U"" sending FIN. -2016-07-10 12:12:40.594 +05:30 [Debug] Connection id ""0HKT8HKH2344U"" sent FIN with status "0". -2016-07-10 12:12:40.595 +05:30 [Debug] Connection id ""0HKT8HKH2344V"" sent FIN with status "0". -2016-07-10 12:12:40.598 +05:30 [Debug] Connection id ""0HKT8HKH2344V"" stopped. -2016-07-10 12:12:40.598 +05:30 [Debug] Connection id ""0HKT8HKH2344U"" stopped. -2016-07-10 12:13:09.454 +05:30 [Debug] Connection id ""0HKT8HKH23450"" started. -2016-07-10 12:13:09.460 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/User/Login application/x-www-form-urlencoded 52 -2016-07-10 12:13:09.461 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/Login"'. -2016-07-10 12:13:09.462 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.Login (Api.Socioboard)" -2016-07-10 12:13:10.654 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.UserController.Login (Api.Socioboard)" with arguments (["Domain.Socioboard.ViewModels.UserLoginViewModel"]) - ModelState is Valid' -2016-07-10 12:13:11.159 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.UserController.Login (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-10 12:13:11.173 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-10 12:13:11.174 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-10 12:13:11.229 +05:30 [Information] Executed action "Api.Socioboard.Controllers.UserController.Login (Api.Socioboard)" in 1756.3674ms -2016-07-10 12:13:11.233 +05:30 [Information] Request finished in 1772.8029ms 200 application/json; charset=utf-8 -2016-07-10 12:13:11.234 +05:30 [Debug] Connection id ""0HKT8HKH23450"" completed keep alive response. -2016-07-10 12:13:12.561 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-10 12:13:12.561 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-10 12:13:12.569 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-10 12:13:12.626 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-10 12:13:12.660 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-10 12:13:12.660 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-10 12:13:12.661 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-10 12:13:12.667 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 95.4476ms -2016-07-10 12:13:12.671 +05:30 [Information] Request finished in 110.3875ms 200 application/json; charset=utf-8 -2016-07-10 12:13:12.671 +05:30 [Debug] Connection id ""0HKT8HKH23450"" completed keep alive response. -2016-07-10 12:13:12.770 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-10 12:13:12.771 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-10 12:13:12.771 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-10 12:13:12.801 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-10 12:13:12.878 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-10 12:13:12.880 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-10 12:13:12.882 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-10 12:13:12.923 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 141.285ms -2016-07-10 12:13:12.930 +05:30 [Information] Request finished in 161.6256ms 200 application/json; charset=utf-8 -2016-07-10 12:13:12.931 +05:30 [Debug] Connection id ""0HKT8HKH23450"" completed keep alive response. -2016-07-10 12:13:15.827 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=1 -2016-07-10 12:13:15.829 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-07-10 12:13:15.830 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-07-10 12:13:15.966 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-10 12:13:25.472 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-10 12:13:25.472 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-10 12:13:25.472 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-10 12:13:25.474 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-10 12:13:25.506 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 9669.2917ms -2016-07-10 12:13:25.513 +05:30 [Information] Request finished in 9685.0874ms 200 application/json; charset=utf-8 -2016-07-10 12:13:25.514 +05:30 [Debug] Connection id ""0HKT8HKH23450"" completed keep alive response. -2016-07-10 12:13:25.525 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=1 -2016-07-10 12:13:25.526 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-07-10 12:13:25.527 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-07-10 12:13:25.567 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-10 12:13:25.642 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-10 12:13:25.642 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-10 12:13:25.643 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-10 12:13:25.645 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-10 12:13:25.686 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 158.0495ms -2016-07-10 12:13:25.690 +05:30 [Information] Request finished in 164.939ms 200 application/json; charset=utf-8 -2016-07-10 12:13:25.690 +05:30 [Debug] Connection id ""0HKT8HKH23450"" completed keep alive response. -2016-07-10 12:13:51.233 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-10 12:13:51.234 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-10 12:13:51.236 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-10 12:13:51.248 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-10 12:13:51.249 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-10 12:13:51.250 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-10 12:13:51.251 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-10 12:13:51.252 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 15.2933ms -2016-07-10 12:13:51.258 +05:30 [Information] Request finished in 24.7042ms 200 application/json; charset=utf-8 -2016-07-10 12:13:51.259 +05:30 [Debug] Connection id ""0HKT8HKH23450"" completed keep alive response. -2016-07-10 12:13:51.268 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-10 12:13:51.269 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-10 12:13:51.269 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-10 12:13:51.284 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-10 12:13:51.285 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-10 12:13:51.286 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-10 12:13:51.287 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-10 12:13:51.291 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 18.6996ms -2016-07-10 12:13:51.296 +05:30 [Information] Request finished in 27.2386ms 200 application/json; charset=utf-8 -2016-07-10 12:13:51.297 +05:30 [Debug] Connection id ""0HKT8HKH23450"" completed keep alive response. -2016-07-10 12:13:54.801 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/BoardMe/getUserBoards?userId=1 -2016-07-10 12:13:54.802 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/getUserBoards"'. -2016-07-10 12:13:54.803 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" -2016-07-10 12:13:54.859 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-10 12:13:57.039 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-10 12:13:57.040 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-10 12:13:57.040 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-10 12:13:57.043 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-10 12:13:57.063 +05:30 [Information] Executed action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" in 2256.23ms -2016-07-10 12:13:57.070 +05:30 [Information] Request finished in 2271.3176ms 200 application/json; charset=utf-8 -2016-07-10 12:13:57.070 +05:30 [Debug] Connection id ""0HKT8HKH23450"" completed keep alive response. -2016-07-10 12:15:09.680 +05:30 [Debug] Connection id ""0HKT8HKH23450"" received FIN. -2016-07-10 12:15:09.680 +05:30 [Debug] Connection id ""0HKT8HKH23451"" started. -2016-07-10 12:15:09.680 +05:30 [Debug] Connection id ""0HKT8HKH23450"" disconnecting. -2016-07-10 12:15:09.681 +05:30 [Debug] Connection id ""0HKT8HKH23450"" sending FIN. -2016-07-10 12:15:09.683 +05:30 [Debug] Connection id ""0HKT8HKH23450"" sent FIN with status "0". -2016-07-10 12:15:09.684 +05:30 [Debug] Connection id ""0HKT8HKH23450"" stopped. -2016-07-10 12:15:09.684 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-10 12:15:09.686 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-10 12:15:09.686 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-10 12:15:09.697 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-10 12:15:09.698 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-10 12:15:09.699 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-10 12:15:09.700 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-10 12:15:09.705 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 14.5732ms -2016-07-10 12:15:09.711 +05:30 [Information] Request finished in 28.351ms 200 application/json; charset=utf-8 -2016-07-10 12:15:09.712 +05:30 [Debug] Connection id ""0HKT8HKH23451"" completed keep alive response. -2016-07-10 12:15:09.718 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-10 12:15:09.719 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-10 12:15:09.720 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-10 12:15:09.731 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-10 12:15:09.732 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-10 12:15:09.732 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-10 12:15:09.734 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-10 12:15:09.739 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 14.9963ms -2016-07-10 12:15:09.745 +05:30 [Information] Request finished in 27.632ms 200 application/json; charset=utf-8 -2016-07-10 12:15:09.745 +05:30 [Debug] Connection id ""0HKT8HKH23451"" completed keep alive response. -2016-07-10 12:15:12.470 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/BoardMe/getUserBoards?userId=1 -2016-07-10 12:15:12.471 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/getUserBoards"'. -2016-07-10 12:15:12.472 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" -2016-07-10 12:15:12.523 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-10 12:15:12.577 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-10 12:15:12.589 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-10 12:15:12.590 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-10 12:15:12.637 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-10 12:15:12.656 +05:30 [Information] Executed action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" in 165.1283ms -2016-07-10 12:15:12.720 +05:30 [Information] Request finished in 250.7751ms 200 application/json; charset=utf-8 -2016-07-10 12:15:12.720 +05:30 [Debug] Connection id ""0HKT8HKH23451"" completed keep alive response. -2016-07-10 12:15:18.738 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=1 -2016-07-10 12:15:18.740 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-07-10 12:15:18.741 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-07-10 12:15:18.764 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-10 12:15:18.773 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-10 12:15:18.773 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-10 12:15:18.774 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-10 12:15:18.775 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-10 12:15:18.778 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 35.0056ms -2016-07-10 12:15:18.783 +05:30 [Information] Request finished in 48.629ms 200 application/json; charset=utf-8 -2016-07-10 12:15:18.784 +05:30 [Debug] Connection id ""0HKT8HKH23451"" completed keep alive response. -2016-07-10 12:15:18.930 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=1 -2016-07-10 12:15:18.931 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-07-10 12:15:18.931 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-07-10 12:15:18.993 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-10 12:15:18.995 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-10 12:15:18.996 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-10 12:15:18.997 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-10 12:15:19.001 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-10 12:15:19.028 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 70.3374ms -2016-07-10 12:15:19.035 +05:30 [Information] Request finished in 107.4351ms 200 application/json; charset=utf-8 -2016-07-10 12:15:19.035 +05:30 [Debug] Connection id ""0HKT8HKH23451"" completed keep alive response. -2016-07-10 12:15:21.058 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/BoardMe/getUserBoards?userId=1 -2016-07-10 12:15:21.059 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/getUserBoards"'. -2016-07-10 12:15:21.060 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" -2016-07-10 12:15:21.088 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-10 12:15:21.101 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-10 12:15:21.101 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-10 12:15:21.101 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-10 12:15:21.103 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-10 12:15:21.107 +05:30 [Information] Executed action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" in 43.0224ms -2016-07-10 12:15:21.111 +05:30 [Information] Request finished in 52.4549ms 200 application/json; charset=utf-8 -2016-07-10 12:15:21.113 +05:30 [Debug] Connection id ""0HKT8HKH23451"" completed keep alive response. -2016-07-10 12:18:10.568 +05:30 [Debug] Connection id ""0HKT8HKH23451"" received FIN. -2016-07-10 12:18:10.568 +05:30 [Debug] Connection id ""0HKT8HKH23451"" disconnecting. -2016-07-10 12:18:10.569 +05:30 [Debug] Connection id ""0HKT8HKH23451"" sending FIN. -2016-07-10 12:18:10.570 +05:30 [Debug] Connection id ""0HKT8HKH23451"" sent FIN with status "0". -2016-07-10 12:18:10.570 +05:30 [Debug] Connection id ""0HKT8HKH23451"" stopped. -2016-07-10 12:20:53.860 +05:30 [Debug] Connection id ""0HKT8HKH23452"" started. -2016-07-10 12:20:53.863 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-10 12:20:53.865 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-10 12:20:53.866 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-10 12:20:53.881 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-10 12:20:53.884 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-10 12:20:53.884 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-10 12:20:53.886 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-10 12:20:53.889 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 20.3748ms -2016-07-10 12:20:53.898 +05:30 [Information] Request finished in 34.4349ms 200 application/json; charset=utf-8 -2016-07-10 12:20:53.898 +05:30 [Debug] Connection id ""0HKT8HKH23452"" completed keep alive response. -2016-07-10 12:20:53.911 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-10 12:20:53.911 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-10 12:20:53.912 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-10 12:20:53.929 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-10 12:20:53.931 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-10 12:20:53.932 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-10 12:20:53.934 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-10 12:20:53.941 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 22.3892ms -2016-07-10 12:20:53.946 +05:30 [Information] Request finished in 37.2442ms 200 application/json; charset=utf-8 -2016-07-10 12:20:53.946 +05:30 [Debug] Connection id ""0HKT8HKH23452"" completed keep alive response. -2016-07-10 13:14:07.791 +05:30 [Debug] Connection id ""0HKT8HKH23452"" received FIN. -2016-07-10 13:14:07.791 +05:30 [Debug] Connection id ""0HKT8HKH23452"" disconnecting. -2016-07-10 13:14:07.792 +05:30 [Debug] Connection id ""0HKT8HKH23452"" sending FIN. -2016-07-10 13:14:07.792 +05:30 [Debug] Connection id ""0HKT8HKH23452"" sent FIN with status "0". -2016-07-10 13:14:07.793 +05:30 [Debug] Connection id ""0HKT8HKH23452"" stopped. -2016-07-10 13:16:45.796 +05:30 [Debug] Connection id ""0HKT8HKH23453"" started. -2016-07-10 13:16:45.815 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/User/Login application/x-www-form-urlencoded 52 -2016-07-10 13:16:45.815 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/Login"'. -2016-07-10 13:16:45.816 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.Login (Api.Socioboard)" -2016-07-10 13:16:45.843 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.UserController.Login (Api.Socioboard)" with arguments (["Domain.Socioboard.ViewModels.UserLoginViewModel"]) - ModelState is Valid' -2016-07-10 13:16:45.846 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.UserController.Login (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-10 13:16:45.846 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-10 13:16:45.850 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-10 13:16:45.862 +05:30 [Information] Executed action "Api.Socioboard.Controllers.UserController.Login (Api.Socioboard)" in 34.7114ms -2016-07-10 13:16:45.869 +05:30 [Information] Request finished in 68.0054ms 200 application/json; charset=utf-8 -2016-07-10 13:16:45.870 +05:30 [Debug] Connection id ""0HKT8HKH23453"" completed keep alive response. -2016-07-10 13:16:46.095 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-10 13:16:46.096 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-10 13:16:46.097 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-10 13:16:46.118 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-10 13:16:46.127 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-10 13:16:46.128 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-10 13:16:46.131 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-10 13:16:46.136 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 35.1504ms -2016-07-10 13:16:46.149 +05:30 [Information] Request finished in 61.141ms 200 application/json; charset=utf-8 -2016-07-10 13:16:46.150 +05:30 [Debug] Connection id ""0HKT8HKH23453"" completed keep alive response. -2016-07-10 13:16:46.207 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-10 13:16:46.207 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-10 13:16:46.208 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-10 13:16:46.227 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-10 13:16:46.229 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-10 13:16:46.230 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-10 13:16:46.232 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-10 13:16:46.241 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 25.3547ms -2016-07-10 13:16:46.247 +05:30 [Information] Request finished in 45.6959ms 200 application/json; charset=utf-8 -2016-07-10 13:16:46.248 +05:30 [Debug] Connection id ""0HKT8HKH23453"" completed keep alive response. -2016-07-10 13:16:48.290 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=1 -2016-07-10 13:16:48.290 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-07-10 13:16:48.291 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-07-10 13:16:48.316 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-10 13:16:48.907 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-10 13:16:48.908 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-10 13:16:48.908 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-10 13:16:48.911 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-10 13:16:48.920 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 620.8885ms -2016-07-10 13:16:48.926 +05:30 [Information] Request finished in 638.218ms 200 application/json; charset=utf-8 -2016-07-10 13:16:48.927 +05:30 [Debug] Connection id ""0HKT8HKH23453"" completed keep alive response. -2016-07-10 13:16:48.950 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=1 -2016-07-10 13:16:48.951 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-07-10 13:16:48.952 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-07-10 13:16:48.967 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-10 13:16:48.970 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-10 13:16:48.970 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-10 13:16:48.971 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-10 13:16:48.973 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-10 13:16:48.980 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 21.9747ms -2016-07-10 13:16:48.987 +05:30 [Information] Request finished in 35.7508ms 200 application/json; charset=utf-8 -2016-07-10 13:16:48.988 +05:30 [Debug] Connection id ""0HKT8HKH23453"" completed keep alive response. -2016-07-10 13:16:52.304 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/BoardMe/getUserBoards?userId=1 -2016-07-10 13:16:52.306 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/getUserBoards"'. -2016-07-10 13:16:52.306 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" -2016-07-10 13:16:52.340 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-10 13:16:52.362 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-10 13:16:52.365 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-10 13:16:52.365 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-10 13:16:52.368 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-10 13:16:52.371 +05:30 [Information] Executed action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" in 61.5823ms -2016-07-10 13:16:52.415 +05:30 [Information] Request finished in 110.2484ms 200 application/json; charset=utf-8 -2016-07-10 13:16:52.416 +05:30 [Debug] Connection id ""0HKT8HKH23453"" completed keep alive response. -2016-07-10 13:17:22.763 +05:30 [Information] Request starting HTTP/1.1 OPTIONS http://localhost:6361/api/BoardMe/createBoard -2016-07-10 13:17:22.764 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/createBoard"'. -2016-07-10 13:17:22.765 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.createBoard (Api.Socioboard)" -2016-07-10 13:17:22.799 +05:30 [Warning] Authorization failed for the request at filter '"Microsoft.AspNetCore.Mvc.Cors.CorsAuthorizationFilter"'. -2016-07-10 13:17:22.825 +05:30 [Information] Executing HttpStatusCodeResult, setting HTTP status code 200 -2016-07-10 13:17:22.828 +05:30 [Information] Executed action "Api.Socioboard.Controllers.BoardMeController.createBoard (Api.Socioboard)" in 60.7139ms -2016-07-10 13:17:22.833 +05:30 [Information] Request finished in 71.5211ms 200 -2016-07-10 13:17:22.839 +05:30 [Debug] Connection id ""0HKT8HKH23453"" completed keep alive response. -2016-07-10 13:19:37.791 +05:30 [Debug] Connection id ""0HKT8HKH23453"" received FIN. -2016-07-10 13:19:37.792 +05:30 [Debug] Connection id ""0HKT8HKH23453"" disconnecting. -2016-07-10 13:19:37.793 +05:30 [Debug] Connection id ""0HKT8HKH23453"" sending FIN. -2016-07-10 13:19:37.794 +05:30 [Debug] Connection id ""0HKT8HKH23453"" sent FIN with status "0". -2016-07-10 13:19:37.796 +05:30 [Debug] Connection id ""0HKT8HKH23453"" stopped. -2016-07-10 13:23:08.079 +05:30 [Debug] Connection id ""0HKT8HKH23454"" started. -2016-07-10 13:23:08.083 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-10 13:23:08.085 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-10 13:23:08.085 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-10 13:23:08.100 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-10 13:23:08.101 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-10 13:23:08.102 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-10 13:23:08.104 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-10 13:23:08.112 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 19.6529ms -2016-07-10 13:23:08.118 +05:30 [Information] Request finished in 34.659ms 200 application/json; charset=utf-8 -2016-07-10 13:23:08.119 +05:30 [Debug] Connection id ""0HKT8HKH23454"" completed keep alive response. -2016-07-10 13:23:08.165 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-10 13:23:08.166 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-10 13:23:08.166 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-10 13:23:08.217 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-10 13:23:08.219 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-10 13:23:08.219 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-10 13:23:08.221 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-10 13:23:08.233 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 56.2431ms -2016-07-10 13:23:08.241 +05:30 [Information] Request finished in 98.9542ms 200 application/json; charset=utf-8 -2016-07-10 13:23:08.242 +05:30 [Debug] Connection id ""0HKT8HKH23454"" completed keep alive response. -2016-07-10 13:24:08.534 +05:30 [Debug] Connection id ""0HKT8HKH23455"" started. -2016-07-10 13:24:08.541 +05:30 [Debug] Connection id ""0HKT8HKH23454"" received FIN. -2016-07-10 13:24:08.541 +05:30 [Debug] Connection id ""0HKT8HKH23454"" disconnecting. -2016-07-10 13:24:08.542 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-10 13:24:08.542 +05:30 [Debug] Connection id ""0HKT8HKH23454"" sending FIN. -2016-07-10 13:24:08.543 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-10 13:24:08.543 +05:30 [Debug] Connection id ""0HKT8HKH23454"" sent FIN with status "0". -2016-07-10 13:24:08.543 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-10 13:24:08.545 +05:30 [Debug] Connection id ""0HKT8HKH23454"" stopped. -2016-07-10 13:24:08.600 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-10 13:24:08.601 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-10 13:24:08.602 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-10 13:24:08.604 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-10 13:24:08.609 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 61.0367ms -2016-07-10 13:24:08.617 +05:30 [Information] Request finished in 76.2474ms 200 application/json; charset=utf-8 -2016-07-10 13:24:08.618 +05:30 [Debug] Connection id ""0HKT8HKH23455"" completed keep alive response. -2016-07-10 13:24:08.627 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-10 13:24:08.629 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-10 13:24:08.629 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-10 13:24:08.643 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-10 13:24:08.644 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-10 13:24:08.644 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-10 13:24:08.652 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-10 13:24:08.656 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 23.4703ms -2016-07-10 13:24:08.665 +05:30 [Information] Request finished in 39.274ms 200 application/json; charset=utf-8 -2016-07-10 13:24:08.665 +05:30 [Debug] Connection id ""0HKT8HKH23455"" completed keep alive response. -2016-07-10 13:24:45.103 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/BoardMe/createBoard?boardName=magic&fbHashTag= 0 -2016-07-10 13:24:45.104 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/createBoard"'. -2016-07-10 13:24:45.105 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.createBoard (Api.Socioboard)" -2016-07-10 13:24:45.123 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.createBoard (Api.Socioboard)" with arguments (["magic", "", "", "", "", "0"]) - ModelState is Valid' -2016-07-10 13:26:05.195 +05:30 [Debug] Hosting starting -2016-07-10 13:26:05.716 +05:30 [Debug] Hosting started -2016-07-10 13:26:05.890 +05:30 [Debug] Connection id ""0HKT8IUIN4JEE"" started. -2016-07-10 13:26:05.890 +05:30 [Debug] Connection id ""0HKT8IUIN4JEF"" started. -2016-07-10 13:26:06.296 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:6361/ 0 -2016-07-10 13:26:06.296 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-07-10 13:26:07.688 +05:30 [Debug] Request did not match any routes. -2016-07-10 13:26:07.711 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-07-10 13:26:07.931 +05:30 [Information] Request finished in 1745.9628ms 404 -2016-07-10 13:26:07.956 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"ef49af5f-1e14-4e06-a2bb-fe0fd8ba7ff3"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-07-10 13:26:08.030 +05:30 [Debug] Connection id ""0HKT8IUIN4JEE"" completed keep alive response. -2016-07-10 13:26:08.100 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-07-10 13:26:08.577 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid' -2016-07-10 13:26:08.588 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult".' -2016-07-10 13:26:08.687 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-10 13:26:08.704 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-10 13:26:08.720 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-10 13:26:09.392 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 1270.224ms -2016-07-10 13:26:09.403 +05:30 [Information] Request finished in 3225.8605ms 200 application/json; charset=utf-8 -2016-07-10 13:26:09.408 +05:30 [Debug] Connection id ""0HKT8IUIN4JEF"" completed keep alive response. -2016-07-10 13:27:55.854 +05:30 [Debug] Connection id ""0HKT8IUIN4JEE"" received FIN. -2016-07-10 13:27:55.858 +05:30 [Debug] Connection id ""0HKT8IUIN4JEF"" received FIN. -2016-07-10 13:27:55.866 +05:30 [Debug] Connection id ""0HKT8IUIN4JEE"" disconnecting. -2016-07-10 13:27:55.868 +05:30 [Debug] Connection id ""0HKT8IUIN4JEF"" disconnecting. -2016-07-10 13:27:55.869 +05:30 [Debug] Connection id ""0HKT8IUIN4JEF"" sending FIN. -2016-07-10 13:27:55.869 +05:30 [Debug] Connection id ""0HKT8IUIN4JEE"" sending FIN. -2016-07-10 13:27:55.895 +05:30 [Debug] Connection id ""0HKT8IUIN4JEE"" sent FIN with status "0". -2016-07-10 13:27:55.895 +05:30 [Debug] Connection id ""0HKT8IUIN4JEF"" sent FIN with status "0". -2016-07-10 13:27:55.901 +05:30 [Debug] Connection id ""0HKT8IUIN4JEE"" stopped. -2016-07-10 13:27:55.901 +05:30 [Debug] Connection id ""0HKT8IUIN4JEF"" stopped. -2016-07-10 13:29:08.754 +05:30 [Debug] Connection id ""0HKT8IUIN4JEG"" started. -2016-07-10 13:29:08.771 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/User/Login application/x-www-form-urlencoded 52 -2016-07-10 13:29:08.779 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/Login"'. -2016-07-10 13:29:08.783 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.Login (Api.Socioboard)" -2016-07-10 13:29:09.762 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.UserController.Login (Api.Socioboard)" with arguments (["Domain.Socioboard.ViewModels.UserLoginViewModel"]) - ModelState is Valid' -2016-07-10 13:29:10.439 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.UserController.Login (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-10 13:29:10.454 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-10 13:29:10.455 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-10 13:29:10.503 +05:30 [Information] Executed action "Api.Socioboard.Controllers.UserController.Login (Api.Socioboard)" in 1717.9162ms -2016-07-10 13:29:10.510 +05:30 [Information] Request finished in 1743.2801ms 200 application/json; charset=utf-8 -2016-07-10 13:29:10.510 +05:30 [Debug] Connection id ""0HKT8IUIN4JEG"" completed keep alive response. -2016-07-10 13:29:11.705 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-10 13:29:11.706 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-10 13:29:11.707 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-10 13:29:11.888 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-10 13:29:11.936 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-10 13:29:11.937 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-10 13:29:11.938 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-10 13:29:11.948 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 234.5694ms -2016-07-10 13:29:11.952 +05:30 [Information] Request finished in 248.6518ms 200 application/json; charset=utf-8 -2016-07-10 13:29:11.953 +05:30 [Debug] Connection id ""0HKT8IUIN4JEG"" completed keep alive response. -2016-07-10 13:29:12.068 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-10 13:29:12.068 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-10 13:29:12.079 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-10 13:29:12.124 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-10 13:29:12.148 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-10 13:29:12.148 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-10 13:29:12.150 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-10 13:29:12.161 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 78.8069ms -2016-07-10 13:29:12.166 +05:30 [Information] Request finished in 108.702ms 200 application/json; charset=utf-8 -2016-07-10 13:29:12.166 +05:30 [Debug] Connection id ""0HKT8IUIN4JEG"" completed keep alive response. -2016-07-10 13:29:15.648 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=1 -2016-07-10 13:29:15.649 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-07-10 13:29:15.650 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-07-10 13:29:15.688 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-10 13:29:25.355 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-10 13:29:25.356 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-10 13:29:25.356 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-10 13:29:25.357 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-10 13:29:25.409 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 9756.4575ms -2016-07-10 13:29:25.414 +05:30 [Information] Request finished in 9775.6612ms 200 application/json; charset=utf-8 -2016-07-10 13:29:25.415 +05:30 [Debug] Connection id ""0HKT8IUIN4JEG"" completed keep alive response. -2016-07-10 13:29:25.441 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=1 -2016-07-10 13:29:25.442 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-07-10 13:29:25.443 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-07-10 13:29:25.480 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-10 13:29:25.558 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-10 13:29:25.558 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-10 13:29:25.559 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-10 13:29:25.561 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-10 13:29:25.609 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 163.5261ms -2016-07-10 13:29:25.613 +05:30 [Information] Request finished in 184.5629ms 200 application/json; charset=utf-8 -2016-07-10 13:29:25.614 +05:30 [Debug] Connection id ""0HKT8IUIN4JEG"" completed keep alive response. -2016-07-10 13:30:02.007 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/BoardMe/getUserBoards?userId=1 -2016-07-10 13:30:02.007 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/getUserBoards"'. -2016-07-10 13:30:02.008 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" -2016-07-10 13:30:02.089 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-10 13:30:04.137 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-10 13:30:04.138 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-10 13:30:04.138 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-10 13:30:04.139 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-10 13:30:04.150 +05:30 [Information] Executed action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" in 2139.3726ms -2016-07-10 13:30:04.153 +05:30 [Information] Request finished in 2152.7736ms 200 application/json; charset=utf-8 -2016-07-10 13:30:04.154 +05:30 [Debug] Connection id ""0HKT8IUIN4JEG"" completed keep alive response. -2016-07-10 13:31:09.020 +05:30 [Debug] Connection id ""0HKT8IUIN4JEG"" received FIN. -2016-07-10 13:31:09.021 +05:30 [Debug] Connection id ""0HKT8IUIN4JEH"" started. -2016-07-10 13:31:09.022 +05:30 [Debug] Connection id ""0HKT8IUIN4JEG"" disconnecting. -2016-07-10 13:31:09.023 +05:30 [Debug] Connection id ""0HKT8IUIN4JEG"" sending FIN. -2016-07-10 13:31:09.024 +05:30 [Debug] Connection id ""0HKT8IUIN4JEG"" sent FIN with status "0". -2016-07-10 13:31:09.025 +05:30 [Debug] Connection id ""0HKT8IUIN4JEG"" stopped. -2016-07-10 13:31:09.039 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/BoardMe/createBoard?boardName=magic&fbHashTag=magic&twitterHashTag=magic&instagramHashTag=magic&gplusHashTag=magic&userId=1 0 -2016-07-10 13:31:09.039 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/createBoard"'. -2016-07-10 13:31:09.040 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.createBoard (Api.Socioboard)" -2016-07-10 13:31:09.077 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.createBoard (Api.Socioboard)" with arguments (["magic", "magic", "magic", "magic", "magic", "1"]) - ModelState is Valid' -2016-07-10 13:33:01.888 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.BoardMeController.createBoard (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-10 13:33:01.889 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-10 13:33:01.890 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-07-10 13:33:01.897 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-10 13:33:01.903 +05:30 [Information] Executed action "Api.Socioboard.Controllers.BoardMeController.createBoard (Api.Socioboard)" in 112859.959ms -2016-07-10 13:33:01.919 +05:30 [Information] Request finished in 112884.3633ms 200 text/plain; charset=utf-8 -2016-07-10 13:33:01.931 +05:30 [Debug] Connection id ""0HKT8IUIN4JEH"" completed keep alive response. -2016-07-10 13:33:10.427 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-10 13:33:10.838 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-10 13:33:11.007 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-10 13:33:11.013 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-10 13:33:11.137 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-10 13:33:11.140 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-10 13:33:11.203 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-10 13:33:11.205 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-10 13:33:11.265 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-10 13:33:11.269 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-10 13:33:11.322 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-10 13:33:11.324 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-10 13:33:11.443 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-10 13:33:11.445 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-10 13:33:11.495 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-10 13:33:11.498 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-10 13:33:11.568 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-10 13:33:11.570 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-10 13:33:11.600 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-10 13:33:11.603 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-10 13:33:11.641 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-10 13:33:11.643 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-10 13:33:11.763 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-10 13:33:11.765 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-10 13:33:11.833 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-10 13:33:11.835 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-10 13:33:11.878 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-10 13:33:11.880 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-10 13:33:11.915 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-10 13:33:11.917 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-10 13:33:11.968 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-10 13:33:11.970 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-10 13:33:12.022 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-10 13:33:12.024 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-10 13:33:12.095 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-10 13:33:12.097 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-10 13:33:12.191 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-10 13:33:12.207 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-10 13:33:12.270 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-10 13:33:12.275 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-10 13:33:12.342 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-10 13:33:12.345 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-10 13:33:12.410 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-10 13:33:12.412 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-10 13:33:12.445 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-10 13:33:12.447 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-10 13:33:12.503 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-10 13:33:12.507 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-10 13:33:12.581 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-10 13:33:12.585 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-10 13:33:12.623 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-10 13:33:12.625 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-10 13:33:12.675 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-10 13:33:12.677 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-10 13:33:12.735 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-10 13:33:12.738 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-10 13:33:12.772 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-10 13:33:12.774 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-10 13:33:12.860 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-10 13:33:12.863 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-10 13:33:12.960 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-10 13:33:12.962 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-10 13:33:13.047 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-10 13:33:13.052 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-10 13:33:13.089 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-10 13:33:13.091 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-10 13:33:13.144 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-10 13:33:13.149 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-10 13:33:13.203 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-10 13:33:13.205 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-10 13:33:13.255 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-10 13:33:13.257 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-10 13:33:13.300 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-10 13:33:13.302 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-10 13:33:13.366 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-10 13:33:13.369 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-10 13:33:13.407 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-10 13:33:13.410 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-10 13:33:13.488 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-10 13:33:13.491 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-10 13:33:13.545 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-10 13:33:13.547 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-10 13:33:13.596 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-10 13:33:13.598 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-10 13:33:13.626 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-10 13:33:13.628 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-10 13:33:13.697 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-10 13:33:13.699 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-10 13:33:13.772 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-10 13:33:13.774 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-10 13:33:13.825 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-10 13:33:13.828 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-10 13:33:13.868 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-10 13:33:13.870 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-10 13:33:13.930 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-10 13:33:13.934 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-10 13:33:14.004 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-10 13:33:14.005 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-10 13:33:14.063 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-10 13:33:14.065 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-10 13:33:14.119 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-10 13:33:14.121 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-10 13:33:14.167 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-10 13:33:14.169 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-10 13:33:14.235 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-10 13:33:14.238 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-10 13:33:14.286 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-10 13:33:14.288 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-10 13:33:14.333 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-10 13:33:14.335 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-10 13:33:14.389 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-10 13:33:14.392 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-10 13:33:14.436 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-10 13:33:14.439 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-10 13:33:14.486 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-10 13:33:14.488 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-10 13:33:14.557 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-10 13:33:14.558 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-10 13:33:14.609 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-10 13:33:14.611 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-10 13:33:14.650 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-10 13:33:14.652 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-10 13:33:14.712 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-10 13:33:14.714 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-10 13:33:14.766 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-10 13:33:14.768 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-10 13:33:14.819 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-10 13:33:14.821 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-10 13:33:14.873 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-10 13:33:14.875 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-10 13:33:14.917 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-10 13:33:14.922 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-10 13:33:14.968 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-10 13:33:14.970 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-10 13:33:15.017 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-10 13:33:15.019 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-10 13:33:15.062 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-10 13:33:15.065 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-10 13:33:15.112 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-10 13:33:15.114 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-10 13:33:15.146 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-10 13:33:15.149 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-10 13:33:15.189 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-10 13:33:15.191 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-10 13:33:15.278 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-10 13:33:15.282 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-10 13:33:15.382 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-10 13:33:15.386 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-10 13:33:15.446 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-10 13:33:15.448 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-10 13:33:15.497 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-10 13:33:15.499 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-10 13:33:15.540 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-10 13:33:15.543 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-10 13:33:15.609 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-10 13:33:15.611 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-10 13:33:15.663 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-10 13:33:15.666 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-10 13:33:15.703 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-10 13:33:15.706 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-10 13:33:15.759 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-10 13:33:15.761 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-10 13:33:15.818 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-10 13:33:15.821 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-10 13:33:15.877 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-10 13:33:15.879 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-10 13:33:15.936 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-10 13:33:15.938 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-10 13:33:15.989 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-10 13:33:15.991 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-10 13:33:16.056 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-10 13:33:16.058 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-10 13:33:16.097 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-10 13:33:16.099 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-10 13:33:16.152 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-10 13:33:16.154 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-10 13:33:16.198 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-10 13:33:16.200 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-10 13:33:16.251 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-10 13:33:16.253 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-10 13:33:16.304 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-10 13:33:16.306 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-10 13:33:16.357 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-10 13:33:16.360 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-10 13:34:16.605 +05:30 [Debug] Connection id ""0HKT8IUIN4JEH"" received FIN. -2016-07-10 13:34:16.606 +05:30 [Debug] Connection id ""0HKT8IUIN4JEH"" disconnecting. -2016-07-10 13:34:16.606 +05:30 [Debug] Connection id ""0HKT8IUIN4JEI"" started. -2016-07-10 13:34:16.606 +05:30 [Debug] Connection id ""0HKT8IUIN4JEH"" sending FIN. -2016-07-10 13:34:16.614 +05:30 [Debug] Connection id ""0HKT8IUIN4JEH"" sent FIN with status "0". -2016-07-10 13:34:16.615 +05:30 [Debug] Connection id ""0HKT8IUIN4JEH"" stopped. -2016-07-10 13:34:16.646 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/BoardMe/getUserBoards?userId=1 -2016-07-10 13:34:16.647 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/getUserBoards"'. -2016-07-10 13:34:16.650 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" -2016-07-10 13:34:16.677 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-10 13:34:16.729 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-10 13:34:16.730 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-10 13:34:16.730 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-10 13:34:16.732 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-10 13:34:16.737 +05:30 [Information] Executed action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" in 80.4051ms -2016-07-10 13:34:16.740 +05:30 [Information] Request finished in 122.7456ms 200 application/json; charset=utf-8 -2016-07-10 13:34:16.741 +05:30 [Debug] Connection id ""0HKT8IUIN4JEI"" completed keep alive response. -2016-07-10 13:35:07.687 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=1 -2016-07-10 13:35:07.688 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-07-10 13:35:07.688 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-07-10 13:35:07.726 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-10 13:35:07.888 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-10 13:35:07.889 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-10 13:35:07.889 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-10 13:35:07.891 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-10 13:35:07.895 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 203.2106ms -2016-07-10 13:35:07.907 +05:30 [Information] Request finished in 219.5765ms 200 application/json; charset=utf-8 -2016-07-10 13:35:07.908 +05:30 [Debug] Connection id ""0HKT8IUIN4JEI"" completed keep alive response. -2016-07-10 13:35:07.984 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=1 -2016-07-10 13:35:07.994 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-07-10 13:35:07.994 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-07-10 13:35:08.058 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-10 13:35:08.061 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-10 13:35:08.061 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-10 13:35:08.062 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-10 13:35:08.066 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-10 13:35:08.071 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 65.5599ms -2016-07-10 13:35:08.075 +05:30 [Information] Request finished in 146.1943ms 200 application/json; charset=utf-8 -2016-07-10 13:35:08.076 +05:30 [Debug] Connection id ""0HKT8IUIN4JEI"" completed keep alive response. -2016-07-10 13:35:09.326 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/BoardMe/getUserBoards?userId=1 -2016-07-10 13:35:09.327 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/getUserBoards"'. -2016-07-10 13:35:09.327 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" -2016-07-10 13:35:09.365 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-10 13:38:49.070 +05:30 [Debug] Hosting starting -2016-07-10 13:38:50.004 +05:30 [Debug] Hosting started -2016-07-10 13:38:50.011 +05:30 [Debug] Connection id ""0HKT8J5ME9DPI"" started. -2016-07-10 13:38:50.058 +05:30 [Debug] Connection id ""0HKT8J5ME9DPJ"" started. -2016-07-10 13:38:50.422 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-07-10 13:38:50.421 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:6361/ 0 -2016-07-10 13:38:52.906 +05:30 [Debug] Request did not match any routes. -2016-07-10 13:38:52.937 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-07-10 13:38:53.153 +05:30 [Information] Request finished in 2824.2315ms 404 -2016-07-10 13:38:53.259 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"e914e647-03be-41e8-a371-13595c2aea7a"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-07-10 13:38:53.261 +05:30 [Debug] Connection id ""0HKT8J5ME9DPI"" completed keep alive response. -2016-07-10 13:38:53.458 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-07-10 13:38:54.393 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid' -2016-07-10 13:38:54.406 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult".' -2016-07-10 13:38:54.541 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-10 13:38:54.552 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-10 13:38:54.557 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-10 13:38:55.360 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 1875.2216ms -2016-07-10 13:38:55.412 +05:30 [Information] Request finished in 5103.2682ms 200 application/json; charset=utf-8 -2016-07-10 13:38:55.417 +05:30 [Debug] Connection id ""0HKT8J5ME9DPJ"" completed keep alive response. -2016-07-10 13:39:25.412 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/User/Login application/x-www-form-urlencoded 52 -2016-07-10 13:39:25.413 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/Login"'. -2016-07-10 13:39:25.414 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.Login (Api.Socioboard)" -2016-07-10 13:39:26.462 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.UserController.Login (Api.Socioboard)" with arguments (["Domain.Socioboard.ViewModels.UserLoginViewModel"]) - ModelState is Valid' -2016-07-10 13:39:27.044 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.UserController.Login (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-10 13:39:27.056 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-10 13:39:27.057 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-10 13:39:27.111 +05:30 [Information] Executed action "Api.Socioboard.Controllers.UserController.Login (Api.Socioboard)" in 1695.4368ms -2016-07-10 13:39:27.117 +05:30 [Information] Request finished in 1711.3796ms 200 application/json; charset=utf-8 -2016-07-10 13:39:27.118 +05:30 [Debug] Connection id ""0HKT8J5ME9DPI"" completed keep alive response. -2016-07-10 13:39:28.139 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-10 13:39:28.140 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-10 13:39:28.147 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-10 13:39:28.238 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-10 13:39:28.276 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-10 13:39:28.277 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-10 13:39:28.278 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-10 13:39:28.286 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 133.6663ms -2016-07-10 13:39:28.289 +05:30 [Information] Request finished in 149.6906ms 200 application/json; charset=utf-8 -2016-07-10 13:39:28.289 +05:30 [Debug] Connection id ""0HKT8J5ME9DPJ"" completed keep alive response. -2016-07-10 13:39:28.374 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-10 13:39:28.374 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-10 13:39:28.375 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-10 13:39:28.399 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-10 13:39:28.419 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-10 13:39:28.419 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-10 13:39:28.421 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-10 13:39:28.431 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 54.459ms -2016-07-10 13:39:28.437 +05:30 [Information] Request finished in 63.2968ms 200 application/json; charset=utf-8 -2016-07-10 13:39:28.438 +05:30 [Debug] Connection id ""0HKT8J5ME9DPI"" completed keep alive response. -2016-07-10 13:39:31.452 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=1 -2016-07-10 13:39:31.454 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-07-10 13:39:31.454 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-07-10 13:39:31.530 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-10 13:39:41.824 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-10 13:39:41.825 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-10 13:39:41.825 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-10 13:39:41.826 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-10 13:39:41.871 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 10414.5242ms -2016-07-10 13:39:41.877 +05:30 [Information] Request finished in 10423.6824ms 200 application/json; charset=utf-8 -2016-07-10 13:39:41.878 +05:30 [Debug] Connection id ""0HKT8J5ME9DPJ"" completed keep alive response. -2016-07-10 13:39:41.895 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=1 -2016-07-10 13:39:41.895 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-07-10 13:39:41.896 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-07-10 13:39:41.991 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-10 13:39:42.058 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-10 13:39:42.059 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-10 13:39:42.059 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-10 13:39:42.061 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-10 13:39:42.104 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 205.6265ms -2016-07-10 13:39:42.110 +05:30 [Information] Request finished in 218.3672ms 200 application/json; charset=utf-8 -2016-07-10 13:39:42.110 +05:30 [Debug] Connection id ""0HKT8J5ME9DPI"" completed keep alive response. -2016-07-10 13:42:02.641 +05:30 [Debug] Connection id ""0HKT8J5ME9DPJ"" received FIN. -2016-07-10 13:42:02.643 +05:30 [Debug] Connection id ""0HKT8J5ME9DPI"" received FIN. -2016-07-10 13:42:02.644 +05:30 [Debug] Connection id ""0HKT8J5ME9DPJ"" disconnecting. -2016-07-10 13:42:02.646 +05:30 [Debug] Connection id ""0HKT8J5ME9DPI"" disconnecting. -2016-07-10 13:42:02.701 +05:30 [Debug] Connection id ""0HKT8J5ME9DPJ"" sending FIN. -2016-07-10 13:42:02.721 +05:30 [Debug] Connection id ""0HKT8J5ME9DPI"" sending FIN. -2016-07-10 13:42:02.726 +05:30 [Debug] Connection id ""0HKT8J5ME9DPK"" started. -2016-07-10 13:42:02.742 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/BoardMe/getUserBoards?userId=1 -2016-07-10 13:42:02.743 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/getUserBoards"'. -2016-07-10 13:42:02.744 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" -2016-07-10 13:42:02.805 +05:30 [Debug] Connection id ""0HKT8J5ME9DPI"" sent FIN with status "0". -2016-07-10 13:42:02.809 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-10 13:42:02.815 +05:30 [Debug] Connection id ""0HKT8J5ME9DPI"" stopped. -2016-07-10 13:42:02.815 +05:30 [Debug] Connection id ""0HKT8J5ME9DPJ"" sent FIN with status "0". -2016-07-10 13:42:02.816 +05:30 [Debug] Connection id ""0HKT8J5ME9DPJ"" stopped. -2016-07-10 13:42:16.488 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-10 13:42:16.489 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-10 13:42:16.489 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-10 13:42:16.492 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-10 13:42:16.503 +05:30 [Information] Executed action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" in 13757.1908ms -2016-07-10 13:42:16.507 +05:30 [Information] Request finished in 13777.3518ms 200 application/json; charset=utf-8 -2016-07-10 13:42:16.508 +05:30 [Debug] Connection id ""0HKT8J5ME9DPK"" completed keep alive response. -2016-07-10 13:44:19.962 +05:30 [Debug] Connection id ""0HKT8J5ME9DPK"" received FIN. -2016-07-10 13:44:19.964 +05:30 [Debug] Connection id ""0HKT8J5ME9DPK"" disconnecting. -2016-07-10 13:44:19.965 +05:30 [Debug] Connection id ""0HKT8J5ME9DPK"" sending FIN. -2016-07-10 13:44:19.966 +05:30 [Debug] Connection id ""0HKT8J5ME9DPK"" sent FIN with status "0". -2016-07-10 13:44:19.967 +05:30 [Debug] Connection id ""0HKT8J5ME9DPK"" stopped. -2016-07-10 14:22:08.840 +05:30 [Debug] Connection id ""0HKT8J5ME9DPL"" started. -2016-07-10 14:22:08.862 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/User/Login application/x-www-form-urlencoded 52 -2016-07-10 14:22:08.866 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/Login"'. -2016-07-10 14:22:08.871 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.Login (Api.Socioboard)" -2016-07-10 14:22:08.895 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.UserController.Login (Api.Socioboard)" with arguments (["Domain.Socioboard.ViewModels.UserLoginViewModel"]) - ModelState is Valid' -2016-07-10 14:22:08.898 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.UserController.Login (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-10 14:22:08.899 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-10 14:22:08.901 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-10 14:22:08.905 +05:30 [Information] Executed action "Api.Socioboard.Controllers.UserController.Login (Api.Socioboard)" in 30.15ms -2016-07-10 14:22:08.913 +05:30 [Information] Request finished in 65.6283ms 200 application/json; charset=utf-8 -2016-07-10 14:22:08.914 +05:30 [Debug] Connection id ""0HKT8J5ME9DPL"" completed keep alive response. -2016-07-10 14:22:09.032 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-10 14:22:09.033 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-10 14:22:09.034 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-10 14:22:09.073 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-10 14:22:09.076 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-10 14:22:09.077 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-10 14:22:09.089 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-10 14:22:09.103 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 55.5236ms -2016-07-10 14:22:09.118 +05:30 [Information] Request finished in 91.2055ms 200 application/json; charset=utf-8 -2016-07-10 14:22:09.119 +05:30 [Debug] Connection id ""0HKT8J5ME9DPL"" completed keep alive response. -2016-07-10 14:22:09.130 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-10 14:22:09.131 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-10 14:22:09.132 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-10 14:22:09.158 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-10 14:22:09.186 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-10 14:22:09.186 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-10 14:22:09.188 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-10 14:22:09.197 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 56.9194ms -2016-07-10 14:22:09.201 +05:30 [Information] Request finished in 75.4902ms 200 application/json; charset=utf-8 -2016-07-10 14:22:09.202 +05:30 [Debug] Connection id ""0HKT8J5ME9DPL"" completed keep alive response. -2016-07-10 14:22:11.775 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=1 -2016-07-10 14:22:11.776 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-07-10 14:22:11.776 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-07-10 14:22:11.797 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-10 14:22:12.102 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-10 14:22:12.103 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-10 14:22:12.103 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-10 14:22:12.106 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-10 14:22:12.117 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 329.5872ms -2016-07-10 14:22:12.124 +05:30 [Information] Request finished in 355.9866ms 200 application/json; charset=utf-8 -2016-07-10 14:22:12.125 +05:30 [Debug] Connection id ""0HKT8J5ME9DPL"" completed keep alive response. -2016-07-10 14:22:12.255 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=1 -2016-07-10 14:22:12.256 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-07-10 14:22:12.256 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-07-10 14:22:12.270 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-10 14:22:12.272 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-10 14:22:12.273 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-10 14:22:12.273 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-10 14:22:12.275 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-10 14:22:12.280 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 19.6564ms -2016-07-10 14:22:12.297 +05:30 [Information] Request finished in 40.2308ms 200 application/json; charset=utf-8 -2016-07-10 14:22:12.298 +05:30 [Debug] Connection id ""0HKT8J5ME9DPL"" completed keep alive response. -2016-07-10 14:22:14.905 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/BoardMe/getUserBoards?userId=1 -2016-07-10 14:22:14.906 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/getUserBoards"'. -2016-07-10 14:22:14.907 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" -2016-07-10 14:22:14.970 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-10 14:22:18.221 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-10 14:22:18.222 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-10 14:22:18.222 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-10 14:22:18.224 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-10 14:22:18.227 +05:30 [Information] Executed action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" in 3317.7805ms -2016-07-10 14:22:18.233 +05:30 [Information] Request finished in 3334.3864ms 200 application/json; charset=utf-8 -2016-07-10 14:22:18.234 +05:30 [Debug] Connection id ""0HKT8J5ME9DPL"" completed keep alive response. -2016-07-10 14:22:45.359 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/BoardMe/createBoard?boardName=magic&fbHashTag=magic&twitterHashTag=magic&instagramHashTag=magic&gplusHashTag=magic&userId=1 0 -2016-07-10 14:22:45.360 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/createBoard"'. -2016-07-10 14:22:45.362 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.createBoard (Api.Socioboard)" -2016-07-10 14:22:45.442 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.createBoard (Api.Socioboard)" with arguments (["magic", "magic", "magic", "magic", "magic", "1"]) - ModelState is Valid' -2016-07-10 14:22:49.245 +05:30 [Debug] Connection id ""0HKT8J5ME9DPL"" received FIN. -2016-07-10 14:22:49.246 +05:30 [Error] Connection id ""0HKT8J5ME9DPL"": An unhandled exception was thrown by the application. -System.FormatException: Element 'Id' does not match any field or property of class Domain.Socioboard.Models.Mongo.MongoBoardTwitterHashTag. - at MongoDB.Bson.Serialization.BsonClassMapSerializer`1.DeserializeClass(BsonDeserializationContext context) - at MongoDB.Bson.Serialization.BsonClassMapSerializer`1.Deserialize(BsonDeserializationContext context, BsonDeserializationArgs args) - at MongoDB.Bson.Serialization.IBsonSerializerExtensions.Deserialize[TValue](IBsonSerializer`1 serializer, BsonDeserializationContext context) - at MongoDB.Driver.Core.Operations.CursorBatchDeserializationHelper.DeserializeBatch[TDocument](RawBsonArray batch, IBsonSerializer`1 documentSerializer, MessageEncoderSettings messageEncoderSettings) - at MongoDB.Driver.Core.Operations.FindCommandOperation`1.CreateCursorBatch(BsonDocument result) - at MongoDB.Driver.Core.Operations.FindCommandOperation`1.d__110.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.GetResult() - at MongoDB.Driver.Core.Operations.FindCommandOperation`1.d__107.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.GetResult() - at MongoDB.Driver.Core.Operations.FindOperation`1.d__107.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.GetResult() - at MongoDB.Driver.OperationExecutor.d__1`1.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.GetResult() - at MongoDB.Driver.MongoCollectionImpl`1.d__59`1.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.GetResult() - at MongoDB.Driver.IAsyncCursorSourceExtensions.d__16`1.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.GetResult() - at Api.Socioboard.Model.MongoRepository.d__8`1.MoveNext() in D:\Suresh\BickBucket\src\Api.Socioboard\Model\MongoRepository.cs:line 67 ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.GetResult() - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.d__0.MoveNext() in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 24 ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult() - at Api.Socioboard.Repositories.BoardMeRepository.BoardMeRepository.d__0.MoveNext() in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\BoardMeRepository.cs:line 43 ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult() - at Api.Socioboard.Controllers.BoardMeController.d__5.MoveNext() in D:\Suresh\BickBucket\src\Api.Socioboard\Controllers\BoardMeController.cs:line 46 ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult() - at Microsoft.AspNetCore.Mvc.Internal.ObjectMethodExecutor.d__24`1.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult() - at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.d__6.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult() - at Microsoft.AspNetCore.Mvc.Internal.FilterActionInvoker.d__41.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() - at Microsoft.AspNetCore.Mvc.Internal.FilterActionInvoker.d__32.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.AspNetCore.Mvc.Internal.MvcRouteHandler.d__8.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.AspNetCore.Builder.RouterMiddleware.d__4.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.ApplicationInsights.AspNetCore.ExceptionTrackingMiddleware.d__4.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.ApplicationInsights.AspNetCore.RequestTrackingMiddleware.d__4.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.AspNetCore.Server.IISIntegration.IISMiddleware.d__8.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.AspNetCore.Hosting.Internal.RequestServicesContainerMiddleware.d__3.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.ConfiguredTaskAwaitable.ConfiguredTaskAwaiter.GetResult() - at Microsoft.AspNetCore.Server.Kestrel.Http.Frame`1.d__2.MoveNext() -2016-07-10 14:22:49.316 +05:30 [Information] Request finished in 3922.103ms 200 -2016-07-10 14:22:49.423 +05:30 [Debug] Connection id ""0HKT8J5ME9DPL"" completed keep alive response. -2016-07-10 14:22:49.423 +05:30 [Debug] Connection id ""0HKT8J5ME9DPL"" disconnecting. -2016-07-10 14:22:49.439 +05:30 [Information] Connection id ""0HKT8J5ME9DPL"" communication error -Microsoft.AspNetCore.Server.Kestrel.Networking.UvException: Error -4077 ECONNRESET connection reset by peer -2016-07-10 14:22:49.440 +05:30 [Debug] Connection id ""0HKT8J5ME9DPL"" sending FIN. -2016-07-10 14:22:49.441 +05:30 [Debug] Connection id ""0HKT8J5ME9DPL"" sent FIN with status "0". -2016-07-10 14:22:49.442 +05:30 [Debug] Connection id ""0HKT8J5ME9DPL"" stopped. -2016-07-10 14:23:06.149 +05:30 [Debug] Connection id ""0HKT8J5ME9DPM"" started. -2016-07-10 14:23:06.166 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/BoardMe/getUserBoards?userId=1 -2016-07-10 14:23:06.167 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/getUserBoards"'. -2016-07-10 14:23:06.168 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" -2016-07-10 14:23:06.234 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-10 14:23:08.436 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-10 14:23:08.438 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-10 14:23:08.439 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-10 14:23:08.442 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-10 14:23:08.494 +05:30 [Information] Executed action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" in 2274.9667ms -2016-07-10 14:23:08.502 +05:30 [Information] Request finished in 2339.9565ms 200 application/json; charset=utf-8 -2016-07-10 14:23:08.503 +05:30 [Debug] Connection id ""0HKT8J5ME9DPM"" completed keep alive response. -2016-07-10 14:24:00.418 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/BoardMe/createBoard?boardName=magic&fbHashTag=magic&twitterHashTag=magic&instagramHashTag=magic&gplusHashTag=magic&userId=1 0 -2016-07-10 14:24:00.424 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/createBoard"'. -2016-07-10 14:24:00.425 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.createBoard (Api.Socioboard)" -2016-07-10 14:24:00.477 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.createBoard (Api.Socioboard)" with arguments (["magic", "magic", "magic", "magic", "magic", "1"]) - ModelState is Valid' -2016-07-10 14:24:19.885 +05:30 [Error] Connection id ""0HKT8J5ME9DPM"": An unhandled exception was thrown by the application. -System.FormatException: Element 'Id' does not match any field or property of class Domain.Socioboard.Models.Mongo.MongoBoardTwitterHashTag. - at MongoDB.Bson.Serialization.BsonClassMapSerializer`1.DeserializeClass(BsonDeserializationContext context) - at MongoDB.Bson.Serialization.BsonClassMapSerializer`1.Deserialize(BsonDeserializationContext context, BsonDeserializationArgs args) - at MongoDB.Bson.Serialization.IBsonSerializerExtensions.Deserialize[TValue](IBsonSerializer`1 serializer, BsonDeserializationContext context) - at MongoDB.Driver.Core.Operations.CursorBatchDeserializationHelper.DeserializeBatch[TDocument](RawBsonArray batch, IBsonSerializer`1 documentSerializer, MessageEncoderSettings messageEncoderSettings) - at MongoDB.Driver.Core.Operations.FindCommandOperation`1.CreateCursorBatch(BsonDocument result) - at MongoDB.Driver.Core.Operations.FindCommandOperation`1.d__110.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.GetResult() - at MongoDB.Driver.Core.Operations.FindCommandOperation`1.d__107.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.GetResult() - at MongoDB.Driver.Core.Operations.FindOperation`1.d__107.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.GetResult() - at MongoDB.Driver.OperationExecutor.d__1`1.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.GetResult() - at MongoDB.Driver.MongoCollectionImpl`1.d__59`1.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.GetResult() - at MongoDB.Driver.IAsyncCursorSourceExtensions.d__16`1.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.GetResult() - at Api.Socioboard.Model.MongoRepository.d__8`1.MoveNext() in D:\Suresh\BickBucket\src\Api.Socioboard\Model\MongoRepository.cs:line 67 ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.GetResult() - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.d__0.MoveNext() in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 24 ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult() - at Api.Socioboard.Repositories.BoardMeRepository.BoardMeRepository.d__0.MoveNext() in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\BoardMeRepository.cs:line 43 ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult() - at Api.Socioboard.Controllers.BoardMeController.d__5.MoveNext() in D:\Suresh\BickBucket\src\Api.Socioboard\Controllers\BoardMeController.cs:line 46 ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult() - at Microsoft.AspNetCore.Mvc.Internal.ObjectMethodExecutor.d__24`1.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult() - at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.d__6.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult() - at Microsoft.AspNetCore.Mvc.Internal.FilterActionInvoker.d__41.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() - at Microsoft.AspNetCore.Mvc.Internal.FilterActionInvoker.d__32.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.AspNetCore.Mvc.Internal.MvcRouteHandler.d__8.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.AspNetCore.Builder.RouterMiddleware.d__4.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.ApplicationInsights.AspNetCore.ExceptionTrackingMiddleware.d__4.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.ApplicationInsights.AspNetCore.RequestTrackingMiddleware.d__4.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.AspNetCore.Server.IISIntegration.IISMiddleware.d__8.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.AspNetCore.Hosting.Internal.RequestServicesContainerMiddleware.d__3.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.ConfiguredTaskAwaitable.ConfiguredTaskAwaiter.GetResult() - at Microsoft.AspNetCore.Server.Kestrel.Http.Frame`1.d__2.MoveNext() -2016-07-10 14:24:19.896 +05:30 [Information] Request finished in 19477.7213ms 200 -2016-07-10 14:24:19.897 +05:30 [Debug] Connection id ""0HKT8J5ME9DPM"" completed keep alive response. -2016-07-10 14:26:29.959 +05:30 [Debug] Connection id ""0HKT8J5ME9DPM"" received FIN. -2016-07-10 14:26:29.960 +05:30 [Debug] Connection id ""0HKT8J5ME9DPM"" disconnecting. -2016-07-10 14:26:29.961 +05:30 [Debug] Connection id ""0HKT8J5ME9DPM"" sending FIN. -2016-07-10 14:26:29.963 +05:30 [Debug] Connection id ""0HKT8J5ME9DPM"" sent FIN with status "0". -2016-07-10 14:26:29.964 +05:30 [Debug] Connection id ""0HKT8J5ME9DPM"" stopped. -2016-07-10 14:28:45.061 +05:30 [Debug] Connection id ""0HKT8J5ME9DPN"" started. -2016-07-10 14:28:45.069 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/BoardMe/createBoard?boardName=magic&fbHashTag=magic&twitterHashTag=magic&instagramHashTag=magic&gplusHashTag=magic&userId=1 0 -2016-07-10 14:28:45.070 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/createBoard"'. -2016-07-10 14:28:45.071 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.createBoard (Api.Socioboard)" -2016-07-10 14:28:45.128 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.createBoard (Api.Socioboard)" with arguments (["magic", "magic", "magic", "magic", "magic", "1"]) - ModelState is Valid' -2016-07-10 14:29:07.683 +05:30 [Error] Connection id ""0HKT8J5ME9DPN"": An unhandled exception was thrown by the application. -System.FormatException: Element 'Id' does not match any field or property of class Domain.Socioboard.Models.Mongo.MongoBoardTwitterHashTag. - at MongoDB.Bson.Serialization.BsonClassMapSerializer`1.DeserializeClass(BsonDeserializationContext context) - at MongoDB.Bson.Serialization.BsonClassMapSerializer`1.Deserialize(BsonDeserializationContext context, BsonDeserializationArgs args) - at MongoDB.Bson.Serialization.IBsonSerializerExtensions.Deserialize[TValue](IBsonSerializer`1 serializer, BsonDeserializationContext context) - at MongoDB.Driver.Core.Operations.CursorBatchDeserializationHelper.DeserializeBatch[TDocument](RawBsonArray batch, IBsonSerializer`1 documentSerializer, MessageEncoderSettings messageEncoderSettings) - at MongoDB.Driver.Core.Operations.FindCommandOperation`1.CreateCursorBatch(BsonDocument result) - at MongoDB.Driver.Core.Operations.FindCommandOperation`1.d__110.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.GetResult() - at MongoDB.Driver.Core.Operations.FindCommandOperation`1.d__107.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.GetResult() - at MongoDB.Driver.Core.Operations.FindOperation`1.d__107.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.GetResult() - at MongoDB.Driver.OperationExecutor.d__1`1.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.GetResult() - at MongoDB.Driver.MongoCollectionImpl`1.d__59`1.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.GetResult() - at MongoDB.Driver.IAsyncCursorSourceExtensions.d__16`1.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.GetResult() - at Api.Socioboard.Model.MongoRepository.d__8`1.MoveNext() in D:\Suresh\BickBucket\src\Api.Socioboard\Model\MongoRepository.cs:line 67 ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.GetResult() - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.d__0.MoveNext() in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 24 ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult() - at Api.Socioboard.Repositories.BoardMeRepository.BoardMeRepository.d__0.MoveNext() in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\BoardMeRepository.cs:line 43 ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult() - at Api.Socioboard.Controllers.BoardMeController.d__5.MoveNext() in D:\Suresh\BickBucket\src\Api.Socioboard\Controllers\BoardMeController.cs:line 46 ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult() - at Microsoft.AspNetCore.Mvc.Internal.ObjectMethodExecutor.d__24`1.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult() - at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.d__6.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult() - at Microsoft.AspNetCore.Mvc.Internal.FilterActionInvoker.d__41.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() - at Microsoft.AspNetCore.Mvc.Internal.FilterActionInvoker.d__32.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.AspNetCore.Mvc.Internal.MvcRouteHandler.d__8.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.AspNetCore.Builder.RouterMiddleware.d__4.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.ApplicationInsights.AspNetCore.ExceptionTrackingMiddleware.d__4.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.ApplicationInsights.AspNetCore.RequestTrackingMiddleware.d__4.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.AspNetCore.Server.IISIntegration.IISMiddleware.d__8.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.AspNetCore.Hosting.Internal.RequestServicesContainerMiddleware.d__3.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.ConfiguredTaskAwaitable.ConfiguredTaskAwaiter.GetResult() - at Microsoft.AspNetCore.Server.Kestrel.Http.Frame`1.d__2.MoveNext() -2016-07-10 14:29:07.690 +05:30 [Information] Request finished in 22623.5125ms 200 -2016-07-10 14:29:07.691 +05:30 [Debug] Connection id ""0HKT8J5ME9DPN"" completed keep alive response. -2016-07-10 14:29:34.174 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/BoardMe/createBoard?boardName=magic&fbHashTag=magic&twitterHashTag=magic&instagramHashTag=magic&gplusHashTag=magic&userId=1 0 -2016-07-10 14:29:34.175 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/createBoard"'. -2016-07-10 14:29:34.175 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.createBoard (Api.Socioboard)" -2016-07-10 14:29:34.212 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.createBoard (Api.Socioboard)" with arguments (["magic", "magic", "magic", "magic", "magic", "1"]) - ModelState is Valid' -2016-07-10 14:30:06.072 +05:30 [Error] Connection id ""0HKT8J5ME9DPN"": An unhandled exception was thrown by the application. -System.FormatException: Element 'Id' does not match any field or property of class Domain.Socioboard.Models.Mongo.MongoBoardTwitterHashTag. - at MongoDB.Bson.Serialization.BsonClassMapSerializer`1.DeserializeClass(BsonDeserializationContext context) - at MongoDB.Bson.Serialization.BsonClassMapSerializer`1.Deserialize(BsonDeserializationContext context, BsonDeserializationArgs args) - at MongoDB.Bson.Serialization.IBsonSerializerExtensions.Deserialize[TValue](IBsonSerializer`1 serializer, BsonDeserializationContext context) - at MongoDB.Driver.Core.Operations.CursorBatchDeserializationHelper.DeserializeBatch[TDocument](RawBsonArray batch, IBsonSerializer`1 documentSerializer, MessageEncoderSettings messageEncoderSettings) - at MongoDB.Driver.Core.Operations.FindCommandOperation`1.CreateCursorBatch(BsonDocument result) - at MongoDB.Driver.Core.Operations.FindCommandOperation`1.d__110.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.GetResult() - at MongoDB.Driver.Core.Operations.FindCommandOperation`1.d__107.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.GetResult() - at MongoDB.Driver.Core.Operations.FindOperation`1.d__107.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.GetResult() - at MongoDB.Driver.OperationExecutor.d__1`1.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.GetResult() - at MongoDB.Driver.MongoCollectionImpl`1.d__59`1.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.GetResult() - at MongoDB.Driver.IAsyncCursorSourceExtensions.d__16`1.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.GetResult() - at Api.Socioboard.Model.MongoRepository.d__8`1.MoveNext() in D:\Suresh\BickBucket\src\Api.Socioboard\Model\MongoRepository.cs:line 67 ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.GetResult() - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.d__0.MoveNext() in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 24 ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult() - at Api.Socioboard.Repositories.BoardMeRepository.BoardMeRepository.d__0.MoveNext() in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\BoardMeRepository.cs:line 43 ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult() - at Api.Socioboard.Controllers.BoardMeController.d__5.MoveNext() in D:\Suresh\BickBucket\src\Api.Socioboard\Controllers\BoardMeController.cs:line 46 ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult() - at Microsoft.AspNetCore.Mvc.Internal.ObjectMethodExecutor.d__24`1.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult() - at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.d__6.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult() - at Microsoft.AspNetCore.Mvc.Internal.FilterActionInvoker.d__41.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() - at Microsoft.AspNetCore.Mvc.Internal.FilterActionInvoker.d__32.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.AspNetCore.Mvc.Internal.MvcRouteHandler.d__8.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.AspNetCore.Builder.RouterMiddleware.d__4.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.ApplicationInsights.AspNetCore.ExceptionTrackingMiddleware.d__4.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.ApplicationInsights.AspNetCore.RequestTrackingMiddleware.d__4.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.AspNetCore.Server.IISIntegration.IISMiddleware.d__8.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.AspNetCore.Hosting.Internal.RequestServicesContainerMiddleware.d__3.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.ConfiguredTaskAwaitable.ConfiguredTaskAwaiter.GetResult() - at Microsoft.AspNetCore.Server.Kestrel.Http.Frame`1.d__2.MoveNext() -2016-07-10 14:30:06.088 +05:30 [Information] Request finished in 31906.963ms 200 -2016-07-10 14:30:06.089 +05:30 [Debug] Connection id ""0HKT8J5ME9DPN"" completed keep alive response. -2016-07-10 14:31:52.429 +05:30 [Debug] Connection id ""0HKT8J5ME9DPN"" received FIN. -2016-07-10 14:31:52.429 +05:30 [Debug] Connection id ""0HKT8J5ME9DPN"" disconnecting. -2016-07-10 14:31:52.430 +05:30 [Debug] Connection id ""0HKT8J5ME9DPN"" sending FIN. -2016-07-10 14:31:52.431 +05:30 [Debug] Connection id ""0HKT8J5ME9DPN"" sent FIN with status "0". -2016-07-10 14:31:52.431 +05:30 [Debug] Connection id ""0HKT8J5ME9DPN"" stopped. -2016-07-10 14:31:52.432 +05:30 [Debug] Connection id ""0HKT8J5ME9DPO"" started. -2016-07-10 14:31:52.454 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/BoardMe/createBoard?boardName=magic&fbHashTag=magic&twitterHashTag=magic&instagramHashTag=magic&gplusHashTag=magic&userId=1 0 -2016-07-10 14:31:52.455 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/createBoard"'. -2016-07-10 14:31:52.455 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.createBoard (Api.Socioboard)" -2016-07-10 14:31:52.477 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.createBoard (Api.Socioboard)" with arguments (["magic", "magic", "magic", "magic", "magic", "1"]) - ModelState is Valid' -2016-07-10 14:32:53.784 +05:30 [Error] Connection id ""0HKT8J5ME9DPO"": An unhandled exception was thrown by the application. -System.FormatException: Element 'Id' does not match any field or property of class Domain.Socioboard.Models.Mongo.MongoBoardTwitterHashTag. - at MongoDB.Bson.Serialization.BsonClassMapSerializer`1.DeserializeClass(BsonDeserializationContext context) - at MongoDB.Bson.Serialization.BsonClassMapSerializer`1.Deserialize(BsonDeserializationContext context, BsonDeserializationArgs args) - at MongoDB.Bson.Serialization.IBsonSerializerExtensions.Deserialize[TValue](IBsonSerializer`1 serializer, BsonDeserializationContext context) - at MongoDB.Driver.Core.Operations.CursorBatchDeserializationHelper.DeserializeBatch[TDocument](RawBsonArray batch, IBsonSerializer`1 documentSerializer, MessageEncoderSettings messageEncoderSettings) - at MongoDB.Driver.Core.Operations.FindCommandOperation`1.CreateCursorBatch(BsonDocument result) - at MongoDB.Driver.Core.Operations.FindCommandOperation`1.d__110.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.GetResult() - at MongoDB.Driver.Core.Operations.FindCommandOperation`1.d__107.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.GetResult() - at MongoDB.Driver.Core.Operations.FindOperation`1.d__107.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.GetResult() - at MongoDB.Driver.OperationExecutor.d__1`1.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.GetResult() - at MongoDB.Driver.MongoCollectionImpl`1.d__59`1.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.GetResult() - at MongoDB.Driver.IAsyncCursorSourceExtensions.d__16`1.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.GetResult() - at Api.Socioboard.Model.MongoRepository.d__8`1.MoveNext() in D:\Suresh\BickBucket\src\Api.Socioboard\Model\MongoRepository.cs:line 67 ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.GetResult() - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.d__0.MoveNext() in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 24 ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult() - at Api.Socioboard.Repositories.BoardMeRepository.BoardMeRepository.d__0.MoveNext() in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\BoardMeRepository.cs:line 43 ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult() - at Api.Socioboard.Controllers.BoardMeController.d__5.MoveNext() in D:\Suresh\BickBucket\src\Api.Socioboard\Controllers\BoardMeController.cs:line 46 ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult() - at Microsoft.AspNetCore.Mvc.Internal.ObjectMethodExecutor.d__24`1.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult() - at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.d__6.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult() - at Microsoft.AspNetCore.Mvc.Internal.FilterActionInvoker.d__41.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() - at Microsoft.AspNetCore.Mvc.Internal.FilterActionInvoker.d__32.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.AspNetCore.Mvc.Internal.MvcRouteHandler.d__8.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.AspNetCore.Builder.RouterMiddleware.d__4.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.ApplicationInsights.AspNetCore.ExceptionTrackingMiddleware.d__4.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.ApplicationInsights.AspNetCore.RequestTrackingMiddleware.d__4.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.AspNetCore.Server.IISIntegration.IISMiddleware.d__8.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.AspNetCore.Hosting.Internal.RequestServicesContainerMiddleware.d__3.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.ConfiguredTaskAwaitable.ConfiguredTaskAwaiter.GetResult() - at Microsoft.AspNetCore.Server.Kestrel.Http.Frame`1.d__2.MoveNext() -2016-07-10 14:32:53.792 +05:30 [Information] Request finished in 61350.2129ms 200 -2016-07-10 14:32:53.793 +05:30 [Debug] Connection id ""0HKT8J5ME9DPO"" completed keep alive response. -2016-07-10 14:33:17.494 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/BoardMe/createBoard?boardName=magic&fbHashTag=magic&twitterHashTag=magic&instagramHashTag=magic&gplusHashTag=magic&userId=1 0 -2016-07-10 14:33:17.495 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/createBoard"'. -2016-07-10 14:33:17.496 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.createBoard (Api.Socioboard)" -2016-07-10 14:33:24.300 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.createBoard (Api.Socioboard)" with arguments (["magic", "magic", "magic", "magic", "magic", "1"]) - ModelState is Valid' -2016-07-10 14:33:45.450 +05:30 [Error] Connection id ""0HKT8J5ME9DPO"": An unhandled exception was thrown by the application. -System.FormatException: Element 'Id' does not match any field or property of class Domain.Socioboard.Models.Mongo.MongoBoardTwitterHashTag. - at MongoDB.Bson.Serialization.BsonClassMapSerializer`1.DeserializeClass(BsonDeserializationContext context) - at MongoDB.Bson.Serialization.BsonClassMapSerializer`1.Deserialize(BsonDeserializationContext context, BsonDeserializationArgs args) - at MongoDB.Bson.Serialization.IBsonSerializerExtensions.Deserialize[TValue](IBsonSerializer`1 serializer, BsonDeserializationContext context) - at MongoDB.Driver.Core.Operations.CursorBatchDeserializationHelper.DeserializeBatch[TDocument](RawBsonArray batch, IBsonSerializer`1 documentSerializer, MessageEncoderSettings messageEncoderSettings) - at MongoDB.Driver.Core.Operations.FindCommandOperation`1.CreateCursorBatch(BsonDocument result) - at MongoDB.Driver.Core.Operations.FindCommandOperation`1.d__110.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.GetResult() - at MongoDB.Driver.Core.Operations.FindCommandOperation`1.d__107.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.GetResult() - at MongoDB.Driver.Core.Operations.FindOperation`1.d__107.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.GetResult() - at MongoDB.Driver.OperationExecutor.d__1`1.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.GetResult() - at MongoDB.Driver.MongoCollectionImpl`1.d__59`1.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.GetResult() - at MongoDB.Driver.IAsyncCursorSourceExtensions.d__16`1.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.GetResult() - at Api.Socioboard.Model.MongoRepository.d__8`1.MoveNext() in D:\Suresh\BickBucket\src\Api.Socioboard\Model\MongoRepository.cs:line 67 ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.GetResult() - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.d__0.MoveNext() in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 24 ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult() - at Api.Socioboard.Repositories.BoardMeRepository.BoardMeRepository.d__0.MoveNext() in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\BoardMeRepository.cs:line 43 ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult() - at Api.Socioboard.Controllers.BoardMeController.d__5.MoveNext() in D:\Suresh\BickBucket\src\Api.Socioboard\Controllers\BoardMeController.cs:line 46 ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult() - at Microsoft.AspNetCore.Mvc.Internal.ObjectMethodExecutor.d__24`1.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult() - at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.d__6.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult() - at Microsoft.AspNetCore.Mvc.Internal.FilterActionInvoker.d__41.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() - at Microsoft.AspNetCore.Mvc.Internal.FilterActionInvoker.d__32.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.AspNetCore.Mvc.Internal.MvcRouteHandler.d__8.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.AspNetCore.Builder.RouterMiddleware.d__4.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.ApplicationInsights.AspNetCore.ExceptionTrackingMiddleware.d__4.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.ApplicationInsights.AspNetCore.RequestTrackingMiddleware.d__4.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.AspNetCore.Server.IISIntegration.IISMiddleware.d__8.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.AspNetCore.Hosting.Internal.RequestServicesContainerMiddleware.d__3.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.ConfiguredTaskAwaitable.ConfiguredTaskAwaiter.GetResult() - at Microsoft.AspNetCore.Server.Kestrel.Http.Frame`1.d__2.MoveNext() -2016-07-10 14:33:45.458 +05:30 [Information] Request finished in 27967.0281ms 200 -2016-07-10 14:33:45.458 +05:30 [Debug] Connection id ""0HKT8J5ME9DPO"" completed keep alive response. -2016-07-10 14:34:57.543 +05:30 [Debug] Hosting starting -2016-07-10 14:34:58.092 +05:30 [Debug] Hosting started -2016-07-10 14:34:58.332 +05:30 [Debug] Connection id ""0HKT8K5295L0U"" started. -2016-07-10 14:34:58.332 +05:30 [Debug] Connection id ""0HKT8K5295L0V"" started. -2016-07-10 14:34:58.711 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:6361/ 0 -2016-07-10 14:34:58.711 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-07-10 14:35:00.408 +05:30 [Debug] Request did not match any routes. -2016-07-10 14:35:00.434 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-07-10 14:35:00.638 +05:30 [Information] Request finished in 1980.7598ms 404 -2016-07-10 14:35:00.703 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"f99a4859-4e26-48b6-9231-735867d62cf9"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-07-10 14:35:00.728 +05:30 [Debug] Connection id ""0HKT8K5295L0U"" completed keep alive response. -2016-07-10 14:35:00.817 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-07-10 14:35:01.320 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid' -2016-07-10 14:35:01.334 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult".' -2016-07-10 14:35:01.437 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-10 14:35:01.448 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-10 14:35:01.452 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-10 14:35:02.063 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 1198.6309ms -2016-07-10 14:35:02.080 +05:30 [Information] Request finished in 3443.9814ms 200 application/json; charset=utf-8 -2016-07-10 14:35:02.084 +05:30 [Debug] Connection id ""0HKT8K5295L0V"" completed keep alive response. -2016-07-10 14:35:33.430 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/User/Login application/x-www-form-urlencoded 52 -2016-07-10 14:35:33.459 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/Login"'. -2016-07-10 14:35:33.460 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.Login (Api.Socioboard)" -2016-07-10 14:35:34.566 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.UserController.Login (Api.Socioboard)" with arguments (["Domain.Socioboard.ViewModels.UserLoginViewModel"]) - ModelState is Valid' -2016-07-10 14:35:35.132 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.UserController.Login (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-10 14:35:35.145 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-10 14:35:35.147 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-10 14:35:35.223 +05:30 [Information] Executed action "Api.Socioboard.Controllers.UserController.Login (Api.Socioboard)" in 1761.5635ms -2016-07-10 14:35:35.230 +05:30 [Information] Request finished in 1806.0461ms 200 application/json; charset=utf-8 -2016-07-10 14:35:35.230 +05:30 [Debug] Connection id ""0HKT8K5295L0U"" completed keep alive response. -2016-07-10 14:35:36.201 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-10 14:35:36.201 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-10 14:35:36.202 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-10 14:35:36.278 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-10 14:35:36.303 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-10 14:35:36.303 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-10 14:35:36.305 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-10 14:35:36.311 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 106.6163ms -2016-07-10 14:35:36.315 +05:30 [Information] Request finished in 113.7818ms 200 application/json; charset=utf-8 -2016-07-10 14:35:36.316 +05:30 [Debug] Connection id ""0HKT8K5295L0V"" completed keep alive response. -2016-07-10 14:35:36.391 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-10 14:35:36.392 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-10 14:35:36.399 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-10 14:35:36.416 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-10 14:35:36.433 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-10 14:35:36.433 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-10 14:35:36.435 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-10 14:35:36.444 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 43.6484ms -2016-07-10 14:35:36.448 +05:30 [Information] Request finished in 56.039ms 200 application/json; charset=utf-8 -2016-07-10 14:35:36.449 +05:30 [Debug] Connection id ""0HKT8K5295L0U"" completed keep alive response. -2016-07-10 14:35:40.460 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=1 -2016-07-10 14:35:40.460 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-07-10 14:35:40.461 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-07-10 14:35:40.531 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-10 14:35:48.978 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-10 14:35:48.979 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-10 14:35:48.979 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-10 14:35:48.980 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-10 14:35:49.016 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 8553.557ms -2016-07-10 14:35:49.021 +05:30 [Information] Request finished in 8562.5779ms 200 application/json; charset=utf-8 -2016-07-10 14:35:49.022 +05:30 [Debug] Connection id ""0HKT8K5295L0V"" completed keep alive response. -2016-07-10 14:35:49.034 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=1 -2016-07-10 14:35:49.034 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-07-10 14:35:49.035 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-07-10 14:35:49.150 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-10 14:35:49.215 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-10 14:35:49.215 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-10 14:35:49.216 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-10 14:35:49.217 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-10 14:35:49.252 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 214.5646ms -2016-07-10 14:35:49.257 +05:30 [Information] Request finished in 223.9036ms 200 application/json; charset=utf-8 -2016-07-10 14:35:49.258 +05:30 [Debug] Connection id ""0HKT8K5295L0U"" completed keep alive response. -2016-07-10 14:36:14.309 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/BoardMe/getUserBoards?userId=1 -2016-07-10 14:36:14.311 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/getUserBoards"'. -2016-07-10 14:36:14.313 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" -2016-07-10 14:36:14.406 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-10 14:36:19.494 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-10 14:36:19.494 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-10 14:36:19.494 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-10 14:36:19.496 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-10 14:36:19.503 +05:30 [Information] Executed action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" in 5187.9577ms -2016-07-10 14:36:19.507 +05:30 [Information] Request finished in 5201.8433ms 200 application/json; charset=utf-8 -2016-07-10 14:36:19.508 +05:30 [Debug] Connection id ""0HKT8K5295L0V"" completed keep alive response. -2016-07-10 14:36:48.948 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/BoardMe/createBoard?boardName=magic&fbHashTag=magic&twitterHashTag=magic&instagramHashTag=magic&gplusHashTag=magic&userId=1 0 -2016-07-10 14:36:48.952 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/createBoard"'. -2016-07-10 14:36:48.954 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.createBoard (Api.Socioboard)" -2016-07-10 14:36:48.998 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.createBoard (Api.Socioboard)" with arguments (["magic", "magic", "magic", "magic", "magic", "1"]) - ModelState is Valid' -2016-07-10 14:37:17.908 +05:30 [Error] Connection id ""0HKT8K5295L0U"": An unhandled exception was thrown by the application. -System.FormatException: Element 'Id' does not match any field or property of class Domain.Socioboard.Models.Mongo.MongoBoardTwitterHashTag. - at MongoDB.Bson.Serialization.BsonClassMapSerializer`1.DeserializeClass(BsonDeserializationContext context) - at MongoDB.Bson.Serialization.BsonClassMapSerializer`1.Deserialize(BsonDeserializationContext context, BsonDeserializationArgs args) - at MongoDB.Bson.Serialization.IBsonSerializerExtensions.Deserialize[TValue](IBsonSerializer`1 serializer, BsonDeserializationContext context) - at MongoDB.Driver.Core.Operations.CursorBatchDeserializationHelper.DeserializeBatch[TDocument](RawBsonArray batch, IBsonSerializer`1 documentSerializer, MessageEncoderSettings messageEncoderSettings) - at MongoDB.Driver.Core.Operations.FindCommandOperation`1.CreateCursorBatch(BsonDocument result) - at MongoDB.Driver.Core.Operations.FindCommandOperation`1.d__110.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.GetResult() - at MongoDB.Driver.Core.Operations.FindCommandOperation`1.d__107.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.GetResult() - at MongoDB.Driver.Core.Operations.FindOperation`1.d__107.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.GetResult() - at MongoDB.Driver.OperationExecutor.d__1`1.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.GetResult() - at MongoDB.Driver.MongoCollectionImpl`1.d__59`1.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.GetResult() - at MongoDB.Driver.IAsyncCursorSourceExtensions.d__16`1.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.GetResult() - at Api.Socioboard.Model.MongoRepository.d__8`1.MoveNext() in D:\Suresh\BickBucket\src\Api.Socioboard\Model\MongoRepository.cs:line 67 ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.GetResult() - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.d__0.MoveNext() in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 24 ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult() - at Api.Socioboard.Repositories.BoardMeRepository.BoardMeRepository.d__0.MoveNext() in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\BoardMeRepository.cs:line 43 ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult() - at Api.Socioboard.Controllers.BoardMeController.d__5.MoveNext() in D:\Suresh\BickBucket\src\Api.Socioboard\Controllers\BoardMeController.cs:line 46 ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult() - at Microsoft.AspNetCore.Mvc.Internal.ObjectMethodExecutor.d__24`1.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult() - at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.d__6.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult() - at Microsoft.AspNetCore.Mvc.Internal.FilterActionInvoker.d__41.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() - at Microsoft.AspNetCore.Mvc.Internal.FilterActionInvoker.d__32.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.AspNetCore.Mvc.Internal.MvcRouteHandler.d__8.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.AspNetCore.Builder.RouterMiddleware.d__4.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.ApplicationInsights.AspNetCore.ExceptionTrackingMiddleware.d__4.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.ApplicationInsights.AspNetCore.RequestTrackingMiddleware.d__4.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.AspNetCore.Server.IISIntegration.IISMiddleware.d__8.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.AspNetCore.Hosting.Internal.RequestServicesContainerMiddleware.d__3.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.ConfiguredTaskAwaitable.ConfiguredTaskAwaiter.GetResult() - at Microsoft.AspNetCore.Server.Kestrel.Http.Frame`1.d__2.MoveNext() -2016-07-10 14:37:17.922 +05:30 [Information] Request finished in 28973.791ms 200 -2016-07-10 14:37:17.958 +05:30 [Debug] Connection id ""0HKT8K5295L0U"" completed keep alive response. -2016-07-10 14:38:21.136 +05:30 [Debug] Hosting starting -2016-07-10 14:38:21.843 +05:30 [Debug] Hosting started -2016-07-10 14:38:22.182 +05:30 [Debug] Connection id ""0HKT8K6V16TIN"" started. -2016-07-10 14:38:22.185 +05:30 [Debug] Connection id ""0HKT8K6V16TIO"" started. -2016-07-10 14:38:22.923 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-07-10 14:38:22.930 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:6361/ 0 -2016-07-10 14:38:28.569 +05:30 [Debug] Request did not match any routes. -2016-07-10 14:38:28.625 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-07-10 14:38:28.871 +05:30 [Information] Request finished in 6053.1009ms 404 -2016-07-10 14:38:28.927 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"706f524c-3280-4b3e-b6cc-6923c3d91067"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-07-10 14:38:29.462 +05:30 [Debug] Connection id ""0HKT8K6V16TIO"" completed keep alive response. -2016-07-10 14:38:29.544 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-07-10 14:38:30.248 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid' -2016-07-10 14:38:30.261 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult".' -2016-07-10 14:38:30.380 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-10 14:38:30.391 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-10 14:38:30.415 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-10 14:38:31.069 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 1470.2052ms -2016-07-10 14:38:31.087 +05:30 [Information] Request finished in 8316.9417ms 200 application/json; charset=utf-8 -2016-07-10 14:38:31.094 +05:30 [Debug] Connection id ""0HKT8K6V16TIN"" completed keep alive response. -2016-07-10 14:40:12.135 +05:30 [Debug] Connection id ""0HKT8K6V16TIN"" received FIN. -2016-07-10 14:40:12.138 +05:30 [Debug] Connection id ""0HKT8K6V16TIN"" disconnecting. -2016-07-10 14:40:12.139 +05:30 [Debug] Connection id ""0HKT8K6V16TIO"" received FIN. -2016-07-10 14:40:12.140 +05:30 [Debug] Connection id ""0HKT8K6V16TIN"" sending FIN. -2016-07-10 14:40:12.166 +05:30 [Debug] Connection id ""0HKT8K6V16TIO"" disconnecting. -2016-07-10 14:40:12.168 +05:30 [Debug] Connection id ""0HKT8K6V16TIN"" sent FIN with status "0". -2016-07-10 14:40:12.173 +05:30 [Debug] Connection id ""0HKT8K6V16TIO"" sending FIN. -2016-07-10 14:40:12.174 +05:30 [Debug] Connection id ""0HKT8K6V16TIO"" sent FIN with status "0". -2016-07-10 14:40:12.180 +05:30 [Debug] Connection id ""0HKT8K6V16TIN"" stopped. -2016-07-10 14:40:12.180 +05:30 [Debug] Connection id ""0HKT8K6V16TIO"" stopped. diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/wwwroot/wwwroot/log/log-20160711.txt b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/wwwroot/wwwroot/log/log-20160711.txt deleted file mode 100644 index 07ffb0140..000000000 --- a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/wwwroot/wwwroot/log/log-20160711.txt +++ /dev/null @@ -1,4101 +0,0 @@ -2016-07-11 13:53:55.357 +05:30 [Debug] Hosting starting -2016-07-11 13:54:06.646 +05:30 [Debug] Hosting started -2016-07-11 13:54:06.943 +05:30 [Debug] Connection id ""0HKT9CIST8LGT"" started. -2016-07-11 13:54:06.953 +05:30 [Debug] Connection id ""0HKT9CIST8LGU"" started. -2016-07-11 13:54:08.030 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:6361/ 0 -2016-07-11 13:54:08.030 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-07-11 13:54:13.248 +05:30 [Debug] Request did not match any routes. -2016-07-11 13:54:13.278 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-07-11 13:54:13.680 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"36f0ee1e-d9e9-4315-8d08-63105a5419c9"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-07-11 13:54:13.687 +05:30 [Information] Request finished in 5949.0726ms 404 -2016-07-11 13:54:13.773 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-07-11 13:54:13.847 +05:30 [Debug] Connection id ""0HKT9CIST8LGU"" completed keep alive response. -2016-07-11 13:54:14.752 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid' -2016-07-11 13:54:14.803 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult".' -2016-07-11 13:54:14.869 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-11 13:54:14.876 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 13:54:14.880 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 13:54:16.189 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 2399.6504ms -2016-07-11 13:54:16.200 +05:30 [Information] Request finished in 8548.5503ms 200 application/json; charset=utf-8 -2016-07-11 13:54:16.205 +05:30 [Debug] Connection id ""0HKT9CIST8LGT"" completed keep alive response. -2016-07-11 13:54:16.694 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/favicon.ico -2016-07-11 13:54:16.696 +05:30 [Debug] Request did not match any routes. -2016-07-11 13:54:16.704 +05:30 [Information] Request finished in 16.9024ms 404 -2016-07-11 13:54:16.706 +05:30 [Debug] Connection id ""0HKT9CIST8LGU"" completed keep alive response. -2016-07-11 13:55:56.872 +05:30 [Debug] Connection id ""0HKT9CIST8LGU"" received FIN. -2016-07-11 13:55:56.873 +05:30 [Debug] Connection id ""0HKT9CIST8LGT"" received FIN. -2016-07-11 13:55:56.876 +05:30 [Debug] Connection id ""0HKT9CIST8LGU"" disconnecting. -2016-07-11 13:55:57.137 +05:30 [Debug] Connection id ""0HKT9CIST8LGT"" disconnecting. -2016-07-11 13:55:57.143 +05:30 [Debug] Connection id ""0HKT9CIST8LGU"" sending FIN. -2016-07-11 13:55:57.143 +05:30 [Debug] Connection id ""0HKT9CIST8LGT"" sending FIN. -2016-07-11 13:55:57.165 +05:30 [Debug] Connection id ""0HKT9CIST8LGU"" sent FIN with status "0". -2016-07-11 13:55:57.165 +05:30 [Debug] Connection id ""0HKT9CIST8LGT"" sent FIN with status "0". -2016-07-11 13:55:57.173 +05:30 [Debug] Connection id ""0HKT9CIST8LGU"" stopped. -2016-07-11 13:55:57.173 +05:30 [Debug] Connection id ""0HKT9CIST8LGT"" stopped. -2016-07-11 13:57:30.043 +05:30 [Debug] Connection id ""0HKT9CIST8LGV"" started. -2016-07-11 13:57:30.047 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/User/FacebookLogin application/x-www-form-urlencoded 179 -2016-07-11 13:57:30.048 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/FacebookLogin"'. -2016-07-11 13:57:30.050 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" -2016-07-11 13:57:32.796 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" with arguments (["EAAKYvwDVmnUBANZA2oUiJNiNjHUZCg2uqwF2Kw8Eir1AtKVum2ZCyMVgFsb9f2Cz0UnPhN93xzGkjJ871KFt0lCyUz1RMutc56LQHzMyG4dMJC7tZBVFoC0YJensrcJahoZAgc7ePFzsOZBoJOZCZBVQukZCtzhX27UYZD"]) - ModelState is Valid' -2016-07-11 13:57:34.977 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 13:57:35.012 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 13:57:35.013 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 13:57:35.080 +05:30 [Information] Executed action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" in 5026.6542ms -2016-07-11 13:57:35.086 +05:30 [Information] Request finished in 5036.9853ms 200 application/json; charset=utf-8 -2016-07-11 13:57:35.088 +05:30 [Debug] Connection id ""0HKT9CIST8LGV"" completed keep alive response. -2016-07-11 13:57:36.673 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-11 13:57:36.674 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-11 13:57:36.675 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-11 13:57:36.738 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-11 13:57:36.764 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 13:57:36.764 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 13:57:36.765 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 13:57:36.772 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 95.5696ms -2016-07-11 13:57:36.776 +05:30 [Information] Request finished in 103.8242ms 200 application/json; charset=utf-8 -2016-07-11 13:57:36.776 +05:30 [Debug] Connection id ""0HKT9CIST8LGV"" completed keep alive response. -2016-07-11 13:57:37.015 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-11 13:57:37.016 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-11 13:57:37.016 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-11 13:57:37.042 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-11 13:57:37.074 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 13:57:37.075 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 13:57:37.077 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 13:57:37.104 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 83.0006ms -2016-07-11 13:57:37.114 +05:30 [Information] Request finished in 97.3543ms 200 application/json; charset=utf-8 -2016-07-11 13:57:37.114 +05:30 [Debug] Connection id ""0HKT9CIST8LGV"" completed keep alive response. -2016-07-11 13:57:41.009 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=1 -2016-07-11 13:57:41.010 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-07-11 13:57:41.011 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-07-11 13:57:41.063 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-11 13:57:59.662 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 13:57:59.663 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-11 13:57:59.663 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 13:57:59.665 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 13:57:59.724 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 18710.7079ms -2016-07-11 13:57:59.731 +05:30 [Information] Request finished in 18721.6389ms 200 application/json; charset=utf-8 -2016-07-11 13:57:59.732 +05:30 [Debug] Connection id ""0HKT9CIST8LGV"" completed keep alive response. -2016-07-11 13:57:59.749 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=1 -2016-07-11 13:57:59.750 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-07-11 13:57:59.751 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-07-11 13:57:59.799 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-11 13:57:59.854 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 13:57:59.854 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-11 13:57:59.855 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 13:57:59.856 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 13:57:59.946 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 190.6781ms -2016-07-11 13:57:59.952 +05:30 [Information] Request finished in 201.8924ms 200 application/json; charset=utf-8 -2016-07-11 13:57:59.957 +05:30 [Debug] Connection id ""0HKT9CIST8LGV"" completed keep alive response. -2016-07-11 13:58:19.683 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/BoardMe/getUserBoards?userId=1 -2016-07-11 13:58:19.684 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/getUserBoards"'. -2016-07-11 13:58:19.695 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" -2016-07-11 13:58:19.788 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-11 13:58:47.747 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 13:58:47.748 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-11 13:58:47.749 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 13:58:47.751 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 13:58:47.772 +05:30 [Information] Executed action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" in 28074.3641ms -2016-07-11 13:58:47.778 +05:30 [Information] Request finished in 28095.979ms 200 application/json; charset=utf-8 -2016-07-11 13:58:47.779 +05:30 [Debug] Connection id ""0HKT9CIST8LGV"" completed keep alive response. -2016-07-11 13:59:12.819 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/BoardMe/createBoard?boardName=magic&fbHashTag=magic&twitterHashTag=magic&instagramHashTag=magic&gplusHashTag=magic&userId=1 0 -2016-07-11 13:59:12.821 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/createBoard"'. -2016-07-11 13:59:12.821 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.createBoard (Api.Socioboard)" -2016-07-11 13:59:12.854 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.createBoard (Api.Socioboard)" with arguments (["magic", "magic", "magic", "magic", "magic", "1"]) - ModelState is Valid' -2016-07-11 14:01:09.984 +05:30 [Debug] Hosting starting -2016-07-11 14:01:10.930 +05:30 [Debug] Hosting started -2016-07-11 14:01:11.027 +05:30 [Debug] Connection id ""0HKT9CMR9RPII"" started. -2016-07-11 14:01:11.038 +05:30 [Debug] Connection id ""0HKT9CMR9RPIJ"" started. -2016-07-11 14:01:11.413 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:6361/ 0 -2016-07-11 14:01:11.413 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-07-11 14:01:13.057 +05:30 [Debug] Request did not match any routes. -2016-07-11 14:01:13.074 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-07-11 14:01:13.284 +05:30 [Information] Request finished in 1953.7674ms 404 -2016-07-11 14:01:13.343 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"eae0435d-5160-4676-bf53-95b237471e67"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-07-11 14:01:13.378 +05:30 [Debug] Connection id ""0HKT9CMR9RPII"" completed keep alive response. -2016-07-11 14:01:13.473 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-07-11 14:01:13.965 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid' -2016-07-11 14:01:13.975 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult".' -2016-07-11 14:01:14.053 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-11 14:01:14.061 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 14:01:14.065 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 14:01:14.567 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 1066.8907ms -2016-07-11 14:01:14.578 +05:30 [Information] Request finished in 3268.3258ms 200 application/json; charset=utf-8 -2016-07-11 14:01:14.583 +05:30 [Debug] Connection id ""0HKT9CMR9RPIJ"" completed keep alive response. -2016-07-11 14:01:41.936 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/User/FacebookLogin application/x-www-form-urlencoded 177 -2016-07-11 14:01:41.941 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/FacebookLogin"'. -2016-07-11 14:01:41.942 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" -2016-07-11 14:01:42.781 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" with arguments (["EAAKYvwDVmnUBAEDMfFztfXXwNzXHaKuYpYRcQPtosSD96gsBBQeTwx2RhdcI1c4lZCtwJr6ApHJ32C0bT0v9qOds52m5TY2vAWHgVvWioZAo6ZAKEIAqy4FJDMZAM1r3qBiu2qIUxzmIjfleI4t9fTEjZBZAvzZADYZD"]) - ModelState is Valid' -2016-07-11 14:01:44.164 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 14:01:44.174 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 14:01:44.176 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 14:01:44.254 +05:30 [Information] Executed action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" in 2308.7477ms -2016-07-11 14:01:44.260 +05:30 [Information] Request finished in 2341.0895ms 200 application/json; charset=utf-8 -2016-07-11 14:01:44.260 +05:30 [Debug] Connection id ""0HKT9CMR9RPII"" completed keep alive response. -2016-07-11 14:01:44.805 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-11 14:01:44.806 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-11 14:01:44.807 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-11 14:01:44.852 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-11 14:01:44.882 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 14:01:44.883 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 14:01:44.884 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 14:01:44.889 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 80.8875ms -2016-07-11 14:01:44.894 +05:30 [Information] Request finished in 89.2959ms 200 application/json; charset=utf-8 -2016-07-11 14:01:44.894 +05:30 [Debug] Connection id ""0HKT9CMR9RPIJ"" completed keep alive response. -2016-07-11 14:01:44.966 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-11 14:01:44.967 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-11 14:01:44.967 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-11 14:01:44.990 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-11 14:01:45.021 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 14:01:45.022 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 14:01:45.029 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 14:01:45.044 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 74.6685ms -2016-07-11 14:01:45.049 +05:30 [Information] Request finished in 83.0633ms 200 application/json; charset=utf-8 -2016-07-11 14:01:45.050 +05:30 [Debug] Connection id ""0HKT9CMR9RPII"" completed keep alive response. -2016-07-11 14:01:47.655 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=1 -2016-07-11 14:01:47.656 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-07-11 14:01:47.657 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-07-11 14:01:47.698 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-11 14:01:56.016 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 14:01:56.017 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-11 14:01:56.017 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 14:01:56.018 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 14:01:56.043 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 8382.6608ms -2016-07-11 14:01:56.046 +05:30 [Information] Request finished in 8390.5914ms 200 application/json; charset=utf-8 -2016-07-11 14:01:56.047 +05:30 [Debug] Connection id ""0HKT9CMR9RPIJ"" completed keep alive response. -2016-07-11 14:01:56.059 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=1 -2016-07-11 14:01:56.059 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-07-11 14:01:56.060 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-07-11 14:01:56.095 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-11 14:01:56.176 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 14:01:56.177 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-11 14:01:56.177 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 14:01:56.180 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 14:01:56.227 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 162.6657ms -2016-07-11 14:01:56.231 +05:30 [Information] Request finished in 172.2042ms 200 application/json; charset=utf-8 -2016-07-11 14:01:56.232 +05:30 [Debug] Connection id ""0HKT9CMR9RPII"" completed keep alive response. -2016-07-11 14:02:03.218 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/BoardMe/getUserBoards?userId=1 -2016-07-11 14:02:03.218 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/getUserBoards"'. -2016-07-11 14:02:03.219 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" -2016-07-11 14:02:03.257 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-11 14:02:07.638 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 14:02:07.639 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-11 14:02:07.639 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 14:02:07.640 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 14:02:07.648 +05:30 [Information] Executed action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" in 4426.4706ms -2016-07-11 14:02:07.652 +05:30 [Information] Request finished in 4434.6932ms 200 application/json; charset=utf-8 -2016-07-11 14:02:07.652 +05:30 [Debug] Connection id ""0HKT9CMR9RPIJ"" completed keep alive response. -2016-07-11 14:02:27.283 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/BoardMe/createBoard?boardName=magic&fbHashTag=magic&twitterHashTag=magic&instagramHashTag=magic&gplusHashTag=magic&userId=1 0 -2016-07-11 14:02:27.283 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/createBoard"'. -2016-07-11 14:02:27.284 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.createBoard (Api.Socioboard)" -2016-07-11 14:02:27.311 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.createBoard (Api.Socioboard)" with arguments (["magic", "magic", "magic", "magic", "magic", "1"]) - ModelState is Valid' -2016-07-11 14:06:04.749 +05:30 [Debug] Hosting starting -2016-07-11 14:06:05.303 +05:30 [Debug] Hosting started -2016-07-11 14:06:05.526 +05:30 [Debug] Connection id ""0HKT9CPJ2CP0G"" started. -2016-07-11 14:06:05.536 +05:30 [Debug] Connection id ""0HKT9CPJ2CP0H"" started. -2016-07-11 14:06:05.844 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-07-11 14:06:05.844 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:6361/ 0 -2016-07-11 14:06:07.620 +05:30 [Debug] Request did not match any routes. -2016-07-11 14:06:07.649 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-07-11 14:06:07.821 +05:30 [Information] Request finished in 2036.2868ms 404 -2016-07-11 14:06:07.902 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"73de0831-9d65-416d-b042-36dab0718b61"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-07-11 14:06:07.911 +05:30 [Debug] Connection id ""0HKT9CPJ2CP0H"" completed keep alive response. -2016-07-11 14:06:07.983 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-07-11 14:06:08.589 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid' -2016-07-11 14:06:08.600 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult".' -2016-07-11 14:06:08.718 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-11 14:06:08.731 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 14:06:08.762 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 14:06:09.391 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 1393.838ms -2016-07-11 14:06:09.401 +05:30 [Information] Request finished in 3635.7149ms 200 application/json; charset=utf-8 -2016-07-11 14:06:09.405 +05:30 [Debug] Connection id ""0HKT9CPJ2CP0G"" completed keep alive response. -2016-07-11 14:06:42.120 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/User/FacebookLogin application/x-www-form-urlencoded 175 -2016-07-11 14:06:42.122 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/FacebookLogin"'. -2016-07-11 14:06:42.132 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" -2016-07-11 14:06:42.916 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" with arguments (["EAAKYvwDVmnUBAKcfWNxkuf5yaPOpxqAtornlz3n51yrykqEaOserai4bcJ7ZCmgJ0cfLM8GnCReMo52AlokvLKBxcMvXipVZCA2ZAAHwovTPjD7XVVQHHyDKtRR2n3GyMWZBZBm7iec6BzVHt4RM1FCapf4oNg9MZD"]) - ModelState is Valid' -2016-07-11 14:06:44.153 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 14:06:44.162 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 14:06:44.163 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 14:06:44.232 +05:30 [Information] Executed action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" in 2098.2022ms -2016-07-11 14:06:44.237 +05:30 [Information] Request finished in 2127.5254ms 200 application/json; charset=utf-8 -2016-07-11 14:06:44.238 +05:30 [Debug] Connection id ""0HKT9CPJ2CP0H"" completed keep alive response. -2016-07-11 14:06:44.782 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-11 14:06:44.782 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-11 14:06:44.783 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-11 14:06:44.858 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-11 14:06:44.883 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 14:06:44.883 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 14:06:44.885 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 14:06:44.890 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 104.8955ms -2016-07-11 14:06:44.894 +05:30 [Information] Request finished in 112.6591ms 200 application/json; charset=utf-8 -2016-07-11 14:06:44.895 +05:30 [Debug] Connection id ""0HKT9CPJ2CP0G"" completed keep alive response. -2016-07-11 14:06:44.986 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-11 14:06:44.986 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-11 14:06:44.987 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-11 14:06:45.013 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-11 14:06:45.032 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 14:06:45.032 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 14:06:45.034 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 14:06:45.044 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 55.1803ms -2016-07-11 14:06:45.049 +05:30 [Information] Request finished in 62.8578ms 200 application/json; charset=utf-8 -2016-07-11 14:06:45.049 +05:30 [Debug] Connection id ""0HKT9CPJ2CP0H"" completed keep alive response. -2016-07-11 14:06:47.843 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=1 -2016-07-11 14:06:47.844 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-07-11 14:06:47.845 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-07-11 14:06:47.880 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-11 14:06:50.714 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/BoardMe/getUserBoards?userId=1 -2016-07-11 14:06:50.715 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/getUserBoards"'. -2016-07-11 14:06:50.716 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" -2016-07-11 14:06:50.756 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-11 14:06:56.016 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 14:06:56.016 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-11 14:06:56.016 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 14:06:56.038 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 14:06:56.046 +05:30 [Information] Executed action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" in 5329.0546ms -2016-07-11 14:06:56.050 +05:30 [Information] Request finished in 5336.8599ms 200 application/json; charset=utf-8 -2016-07-11 14:06:56.051 +05:30 [Debug] Connection id ""0HKT9CPJ2CP0H"" completed keep alive response. -2016-07-11 14:06:58.860 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 14:06:58.861 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-11 14:06:58.861 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 14:06:58.863 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 14:06:58.880 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 11031.3451ms -2016-07-11 14:06:58.883 +05:30 [Information] Request finished in 11046.0232ms 200 application/json; charset=utf-8 -2016-07-11 14:06:58.883 +05:30 [Debug] Connection id ""0HKT9CPJ2CP0G"" completed keep alive response. -2016-07-11 14:06:58.893 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=1 -2016-07-11 14:06:58.893 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-07-11 14:06:58.894 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-07-11 14:06:58.912 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-11 14:06:58.937 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 14:06:58.938 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-11 14:06:58.938 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 14:06:58.940 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 14:06:58.962 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 63.2016ms -2016-07-11 14:06:58.966 +05:30 [Information] Request finished in 72.8383ms 200 application/json; charset=utf-8 -2016-07-11 14:06:58.967 +05:30 [Debug] Connection id ""0HKT9CPJ2CP0H"" completed keep alive response. -2016-07-11 14:07:14.390 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/BoardMe/createBoard?boardName=magic&fbHashTag=magic&twitterHashTag=magic&instagramHashTag=magic&gplusHashTag=magic&userId=1 0 -2016-07-11 14:07:14.390 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/createBoard"'. -2016-07-11 14:07:14.391 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.createBoard (Api.Socioboard)" -2016-07-11 14:07:14.473 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.createBoard (Api.Socioboard)" with arguments (["magic", "magic", "magic", "magic", "magic", "1"]) - ModelState is Valid' -2016-07-11 15:06:57.366 +05:30 [Debug] Hosting starting -2016-07-11 15:06:57.954 +05:30 [Debug] Hosting started -2016-07-11 15:06:58.198 +05:30 [Debug] Connection id ""0HKT9DRJL17EN"" started. -2016-07-11 15:06:58.198 +05:30 [Debug] Connection id ""0HKT9DRJL17EO"" started. -2016-07-11 15:06:58.589 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:6361/ 0 -2016-07-11 15:06:58.590 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-07-11 15:07:00.472 +05:30 [Debug] Request did not match any routes. -2016-07-11 15:07:00.496 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-07-11 15:07:00.679 +05:30 [Information] Request finished in 2197.1981ms 404 -2016-07-11 15:07:00.759 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"280383aa-a5a3-41cf-b5d7-eebf3d6ede7b"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-07-11 15:07:00.764 +05:30 [Debug] Connection id ""0HKT9DRJL17EN"" completed keep alive response. -2016-07-11 15:07:00.916 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-07-11 15:07:01.502 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid' -2016-07-11 15:07:01.518 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult".' -2016-07-11 15:07:01.671 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-11 15:07:01.684 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 15:07:01.694 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 15:07:02.226 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 1287.444ms -2016-07-11 15:07:02.240 +05:30 [Information] Request finished in 3779.0504ms 200 application/json; charset=utf-8 -2016-07-11 15:07:02.247 +05:30 [Debug] Connection id ""0HKT9DRJL17EO"" completed keep alive response. -2016-07-11 15:07:33.170 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/User/FacebookLogin application/x-www-form-urlencoded 177 -2016-07-11 15:07:33.173 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/FacebookLogin"'. -2016-07-11 15:07:33.174 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" -2016-07-11 15:07:34.142 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" with arguments (["EAAKYvwDVmnUBAHQxTgz5xcTxtLVdfysZB2kMQofb4pukY7I7lq0c3EVPNJ8BKPsJsYsmC2O9YVgZCFVvZAt3l3E5RDZBgJPmRWr6CEBFZAAc9CLCW0JvETV7xkZBB1uwm3dQfEZB0Sz426IQNgxcQYatl4kYIfpJF4ZD"]) - ModelState is Valid' -2016-07-11 15:07:35.682 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 15:07:35.696 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 15:07:35.699 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 15:07:35.802 +05:30 [Information] Executed action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" in 2625.82ms -2016-07-11 15:07:35.808 +05:30 [Information] Request finished in 2643.7174ms 200 application/json; charset=utf-8 -2016-07-11 15:07:35.808 +05:30 [Debug] Connection id ""0HKT9DRJL17EN"" completed keep alive response. -2016-07-11 15:07:36.364 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-11 15:07:36.365 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-11 15:07:36.374 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-11 15:07:36.457 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-11 15:07:36.491 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 15:07:36.492 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 15:07:36.493 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 15:07:36.505 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 124.6061ms -2016-07-11 15:07:36.508 +05:30 [Information] Request finished in 144.0584ms 200 application/json; charset=utf-8 -2016-07-11 15:07:36.508 +05:30 [Debug] Connection id ""0HKT9DRJL17EO"" completed keep alive response. -2016-07-11 15:07:36.600 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-11 15:07:36.601 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-11 15:07:36.601 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-11 15:07:36.633 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-11 15:07:36.662 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 15:07:36.663 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 15:07:36.672 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 15:07:36.699 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 84.6513ms -2016-07-11 15:07:36.703 +05:30 [Information] Request finished in 102.34ms 200 application/json; charset=utf-8 -2016-07-11 15:07:36.703 +05:30 [Debug] Connection id ""0HKT9DRJL17EN"" completed keep alive response. -2016-07-11 15:07:39.678 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=1 -2016-07-11 15:07:39.678 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-07-11 15:07:39.679 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-07-11 15:07:39.732 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-11 15:07:48.972 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 15:07:48.972 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-11 15:07:48.973 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 15:07:48.977 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 15:07:49.024 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 9338.7899ms -2016-07-11 15:07:49.029 +05:30 [Information] Request finished in 9351.1144ms 200 application/json; charset=utf-8 -2016-07-11 15:07:49.030 +05:30 [Debug] Connection id ""0HKT9DRJL17EO"" completed keep alive response. -2016-07-11 15:07:49.047 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=1 -2016-07-11 15:07:49.047 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-07-11 15:07:49.048 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-07-11 15:07:49.098 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-11 15:07:49.175 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 15:07:49.175 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-11 15:07:49.176 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 15:07:49.177 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 15:07:49.235 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 178.6461ms -2016-07-11 15:07:49.240 +05:30 [Information] Request finished in 195.8177ms 200 application/json; charset=utf-8 -2016-07-11 15:07:49.241 +05:30 [Debug] Connection id ""0HKT9DRJL17EN"" completed keep alive response. -2016-07-11 15:09:54.036 +05:30 [Debug] Connection id ""0HKT9DRJL17EN"" received FIN. -2016-07-11 15:09:54.036 +05:30 [Debug] Connection id ""0HKT9DRJL17EO"" received FIN. -2016-07-11 15:09:54.038 +05:30 [Debug] Connection id ""0HKT9DRJL17EP"" started. -2016-07-11 15:09:54.038 +05:30 [Debug] Connection id ""0HKT9DRJL17EN"" disconnecting. -2016-07-11 15:09:54.038 +05:30 [Debug] Connection id ""0HKT9DRJL17EO"" disconnecting. -2016-07-11 15:09:54.044 +05:30 [Debug] Connection id ""0HKT9DRJL17EN"" sending FIN. -2016-07-11 15:09:54.044 +05:30 [Debug] Connection id ""0HKT9DRJL17EO"" sending FIN. -2016-07-11 15:09:54.046 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/BoardMe/getUserBoards?userId=1 -2016-07-11 15:09:54.047 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/getUserBoards"'. -2016-07-11 15:09:54.048 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" -2016-07-11 15:09:54.083 +05:30 [Debug] Connection id ""0HKT9DRJL17EN"" sent FIN with status "0". -2016-07-11 15:09:54.104 +05:30 [Debug] Connection id ""0HKT9DRJL17EN"" stopped. -2016-07-11 15:09:54.131 +05:30 [Debug] Connection id ""0HKT9DRJL17EO"" sent FIN with status "0". -2016-07-11 15:09:54.134 +05:30 [Debug] Connection id ""0HKT9DRJL17EO"" stopped. -2016-07-11 15:09:54.143 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-11 15:10:11.914 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 15:10:11.917 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-11 15:10:11.917 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 15:10:11.919 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 15:10:11.927 +05:30 [Information] Executed action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" in 17876.1921ms -2016-07-11 15:10:11.932 +05:30 [Information] Request finished in 17888.8791ms 200 application/json; charset=utf-8 -2016-07-11 15:10:11.934 +05:30 [Debug] Connection id ""0HKT9DRJL17EP"" completed keep alive response. -2016-07-11 15:10:39.856 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/BoardMe/createBoard?boardName=magic&fbHashTag=magic&twitterHashTag=magic&instagramHashTag=magic&gplusHashTag=magic&userId=1 0 -2016-07-11 15:10:39.857 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/createBoard"'. -2016-07-11 15:10:39.858 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.createBoard (Api.Socioboard)" -2016-07-11 15:10:39.886 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.createBoard (Api.Socioboard)" with arguments (["magic", "magic", "magic", "magic", "magic", "1"]) - ModelState is Valid' -2016-07-11 15:10:48.385 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.BoardMeController.createBoard (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 15:10:48.388 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-11 15:10:48.389 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-07-11 15:10:48.392 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 15:10:48.402 +05:30 [Information] Executed action "Api.Socioboard.Controllers.BoardMeController.createBoard (Api.Socioboard)" in 8540.5039ms -2016-07-11 15:10:48.411 +05:30 [Information] Request finished in 8553.4852ms 200 text/plain; charset=utf-8 -2016-07-11 15:10:48.412 +05:30 [Debug] Connection id ""0HKT9DRJL17EP"" completed keep alive response. -2016-07-11 15:10:52.174 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/BoardMe/getUserBoards?userId=1 -2016-07-11 15:10:52.177 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/getUserBoards"'. -2016-07-11 15:10:52.184 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" -2016-07-11 15:10:52.265 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-11 15:11:10.132 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 15:11:10.141 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-11 15:11:10.148 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 15:11:10.152 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 15:11:10.157 +05:30 [Information] Executed action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" in 17969.091ms -2016-07-11 15:11:10.171 +05:30 [Information] Request finished in 17987.8169ms 200 application/json; charset=utf-8 -2016-07-11 15:11:10.173 +05:30 [Debug] Connection id ""0HKT9DRJL17EP"" completed keep alive response. -2016-07-11 15:12:28.152 +05:30 [Debug] Connection id ""0HKT9DRJL17EP"" received FIN. -2016-07-11 15:12:28.152 +05:30 [Debug] Connection id ""0HKT9DRJL17EP"" disconnecting. -2016-07-11 15:12:28.153 +05:30 [Debug] Connection id ""0HKT9DRJL17EP"" sending FIN. -2016-07-11 15:12:28.153 +05:30 [Debug] Connection id ""0HKT9DRJL17EP"" sent FIN with status "0". -2016-07-11 15:12:28.153 +05:30 [Debug] Connection id ""0HKT9DRJL17EP"" stopped. -2016-07-11 15:12:45.006 +05:30 [Debug] Connection id ""0HKT9DRJL17EQ"" started. -2016-07-11 15:12:45.010 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-11 15:12:45.011 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-11 15:12:45.012 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-11 15:12:45.041 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-11 15:12:45.043 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 15:12:45.044 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 15:12:45.047 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 15:12:45.054 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 35.3283ms -2016-07-11 15:12:45.060 +05:30 [Information] Request finished in 50.6405ms 200 application/json; charset=utf-8 -2016-07-11 15:12:45.060 +05:30 [Debug] Connection id ""0HKT9DRJL17EQ"" completed keep alive response. -2016-07-11 15:12:45.073 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-11 15:12:45.074 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-11 15:12:45.075 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-11 15:12:45.114 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-11 15:12:45.116 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 15:12:45.116 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 15:12:45.118 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 15:12:45.121 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 44.4284ms -2016-07-11 15:12:45.128 +05:30 [Information] Request finished in 55.5829ms 200 application/json; charset=utf-8 -2016-07-11 15:12:45.128 +05:30 [Debug] Connection id ""0HKT9DRJL17EQ"" completed keep alive response. -2016-07-11 15:12:49.318 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/BoardMe/getUserBoards?userId=1 -2016-07-11 15:12:49.319 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/getUserBoards"'. -2016-07-11 15:12:49.320 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" -2016-07-11 15:12:49.472 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-11 15:12:51.897 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 15:12:51.898 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-11 15:12:51.899 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 15:12:51.904 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 15:12:51.910 +05:30 [Information] Executed action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" in 2584.5361ms -2016-07-11 15:12:51.921 +05:30 [Information] Request finished in 2729.1909ms 200 application/json; charset=utf-8 -2016-07-11 15:12:51.923 +05:30 [Debug] Connection id ""0HKT9DRJL17EQ"" completed keep alive response. -2016-07-11 15:14:18.152 +05:30 [Debug] Connection id ""0HKT9DRJL17EQ"" received FIN. -2016-07-11 15:14:18.152 +05:30 [Debug] Connection id ""0HKT9DRJL17EQ"" disconnecting. -2016-07-11 15:14:18.153 +05:30 [Debug] Connection id ""0HKT9DRJL17EQ"" sending FIN. -2016-07-11 15:14:18.153 +05:30 [Debug] Connection id ""0HKT9DRJL17EQ"" sent FIN with status "0". -2016-07-11 15:14:18.154 +05:30 [Debug] Connection id ""0HKT9DRJL17EQ"" stopped. -2016-07-11 15:24:52.195 +05:30 [Debug] Hosting starting -2016-07-11 15:24:52.950 +05:30 [Debug] Hosting started -2016-07-11 15:24:53.196 +05:30 [Debug] Connection id ""0HKT9E5K10ET9"" started. -2016-07-11 15:24:53.196 +05:30 [Debug] Connection id ""0HKT9E5K10ETA"" started. -2016-07-11 15:24:53.505 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-07-11 15:24:53.505 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:6361/ 0 -2016-07-11 15:24:56.215 +05:30 [Debug] Request did not match any routes. -2016-07-11 15:24:56.240 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-07-11 15:24:56.479 +05:30 [Information] Request finished in 3040.2154ms 404 -2016-07-11 15:24:56.540 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"3560351d-7881-4f40-863f-09dd1d644712"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-07-11 15:24:56.597 +05:30 [Debug] Connection id ""0HKT9E5K10ET9"" completed keep alive response. -2016-07-11 15:24:56.655 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-07-11 15:24:57.685 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid' -2016-07-11 15:24:57.695 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult".' -2016-07-11 15:24:57.843 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-11 15:24:57.872 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 15:24:58.067 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 15:24:59.154 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 2451.7917ms -2016-07-11 15:24:59.184 +05:30 [Information] Request finished in 5749.7146ms 200 application/json; charset=utf-8 -2016-07-11 15:24:59.198 +05:30 [Debug] Connection id ""0HKT9E5K10ETA"" completed keep alive response. -2016-07-11 15:25:50.251 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/User/FacebookLogin application/x-www-form-urlencoded 176 -2016-07-11 15:25:50.252 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/FacebookLogin"'. -2016-07-11 15:25:50.253 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" -2016-07-11 15:25:53.565 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" with arguments (["EAAKYvwDVmnUBANoglLf2x7gJQ5ZBtBMxFQieqCIOka0lVgdkQgs5IXB7xbsWnZCNeEekyNetrMhEZClkS7r5lZCpQd6xowDpQ9YMlvMLpXx7eLM5diCNjOJ4k56HKoUhIGO9MlUOfq1SbZB7VXn6gGZAJ4IKdvF4UZD"]) - ModelState is Valid' -2016-07-11 15:25:56.753 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 15:25:56.765 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 15:25:56.767 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 15:25:56.867 +05:30 [Information] Executed action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" in 6611.8831ms -2016-07-11 15:25:56.871 +05:30 [Information] Request finished in 6621.6292ms 200 application/json; charset=utf-8 -2016-07-11 15:25:56.872 +05:30 [Debug] Connection id ""0HKT9E5K10ET9"" completed keep alive response. -2016-07-11 15:25:57.441 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-11 15:25:57.442 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-11 15:25:57.442 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-11 15:25:57.518 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-11 15:25:57.570 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 15:25:57.571 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 15:25:57.573 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 15:25:57.590 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 138.604ms -2016-07-11 15:25:57.594 +05:30 [Information] Request finished in 153.5205ms 200 application/json; charset=utf-8 -2016-07-11 15:25:57.594 +05:30 [Debug] Connection id ""0HKT9E5K10ETA"" completed keep alive response. -2016-07-11 15:25:57.675 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-11 15:25:57.676 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-11 15:25:57.688 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-11 15:25:57.712 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-11 15:25:57.736 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 15:25:57.736 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 15:25:57.737 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 15:25:57.751 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 61.6422ms -2016-07-11 15:25:57.762 +05:30 [Information] Request finished in 87.0152ms 200 application/json; charset=utf-8 -2016-07-11 15:25:57.763 +05:30 [Debug] Connection id ""0HKT9E5K10ET9"" completed keep alive response. -2016-07-11 15:26:00.852 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=1 -2016-07-11 15:26:00.853 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-07-11 15:26:00.853 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-07-11 15:26:00.952 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-11 15:26:09.531 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 15:26:09.532 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-11 15:26:09.532 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 15:26:09.534 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 15:26:09.562 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 8707.487ms -2016-07-11 15:26:09.566 +05:30 [Information] Request finished in 8722.156ms 200 application/json; charset=utf-8 -2016-07-11 15:26:09.567 +05:30 [Debug] Connection id ""0HKT9E5K10ETA"" completed keep alive response. -2016-07-11 15:26:09.577 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=1 -2016-07-11 15:26:09.577 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-07-11 15:26:09.578 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-07-11 15:26:09.648 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-11 15:26:09.719 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 15:26:09.720 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-11 15:26:09.720 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 15:26:09.722 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 15:26:09.762 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 180.3977ms -2016-07-11 15:26:09.765 +05:30 [Information] Request finished in 188.2098ms 200 application/json; charset=utf-8 -2016-07-11 15:26:09.766 +05:30 [Debug] Connection id ""0HKT9E5K10ET9"" completed keep alive response. -2016-07-11 15:26:15.850 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/BoardMe/getUserBoards?userId=1 -2016-07-11 15:26:15.851 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/getUserBoards"'. -2016-07-11 15:26:15.852 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" -2016-07-11 15:26:15.967 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-11 15:26:18.114 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 15:26:18.115 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-11 15:26:18.115 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 15:26:18.116 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 15:26:18.144 +05:30 [Information] Executed action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" in 2290.5372ms -2016-07-11 15:26:18.148 +05:30 [Information] Request finished in 2307.4568ms 200 application/json; charset=utf-8 -2016-07-11 15:26:18.152 +05:30 [Debug] Connection id ""0HKT9E5K10ETA"" completed keep alive response. -2016-07-11 15:26:36.313 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-11 15:26:36.314 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-11 15:26:36.316 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-11 15:26:36.331 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-11 15:26:36.333 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 15:26:36.333 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 15:26:36.335 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 15:26:36.338 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 18.7361ms -2016-07-11 15:26:36.345 +05:30 [Information] Request finished in 32.4524ms 200 application/json; charset=utf-8 -2016-07-11 15:26:36.346 +05:30 [Debug] Connection id ""0HKT9E5K10ET9"" completed keep alive response. -2016-07-11 15:26:36.359 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-11 15:26:36.360 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-11 15:26:36.361 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-11 15:26:36.400 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-11 15:26:36.402 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 15:26:36.403 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 15:26:36.404 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 15:26:36.410 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 44.2437ms -2016-07-11 15:26:36.416 +05:30 [Information] Request finished in 57.213ms 200 application/json; charset=utf-8 -2016-07-11 15:26:36.416 +05:30 [Debug] Connection id ""0HKT9E5K10ETA"" completed keep alive response. -2016-07-11 15:26:40.299 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/BoardMe/getUserBoards?userId=1 -2016-07-11 15:26:40.300 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/getUserBoards"'. -2016-07-11 15:26:40.301 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" -2016-07-11 15:26:40.382 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-11 15:26:40.419 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 15:26:40.420 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-11 15:26:40.420 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 15:26:40.434 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 15:26:40.440 +05:30 [Information] Executed action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" in 133.1987ms -2016-07-11 15:26:40.444 +05:30 [Information] Request finished in 164.358ms 200 application/json; charset=utf-8 -2016-07-11 15:26:40.444 +05:30 [Debug] Connection id ""0HKT9E5K10ET9"" completed keep alive response. -2016-07-11 15:27:43.192 +05:30 [Debug] Connection id ""0HKT9E5K10ET9"" received FIN. -2016-07-11 15:27:43.193 +05:30 [Debug] Connection id ""0HKT9E5K10ET9"" disconnecting. -2016-07-11 15:27:43.195 +05:30 [Debug] Connection id ""0HKT9E5K10ET9"" sending FIN. -2016-07-11 15:27:43.195 +05:30 [Debug] Connection id ""0HKT9E5K10ETA"" received FIN. -2016-07-11 15:27:43.196 +05:30 [Debug] Connection id ""0HKT9E5K10ETB"" started. -2016-07-11 15:27:43.199 +05:30 [Debug] Connection id ""0HKT9E5K10ETA"" disconnecting. -2016-07-11 15:27:43.200 +05:30 [Debug] Connection id ""0HKT9E5K10ETA"" sending FIN. -2016-07-11 15:27:43.204 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-11 15:27:43.205 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-11 15:27:43.208 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-11 15:27:43.233 +05:30 [Debug] Connection id ""0HKT9E5K10ETA"" sent FIN with status "0". -2016-07-11 15:27:43.234 +05:30 [Debug] Connection id ""0HKT9E5K10ET9"" sent FIN with status "0". -2016-07-11 15:27:43.237 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-11 15:27:43.238 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 15:27:43.241 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 15:27:43.244 +05:30 [Debug] Connection id ""0HKT9E5K10ETA"" stopped. -2016-07-11 15:27:43.246 +05:30 [Debug] Connection id ""0HKT9E5K10ET9"" stopped. -2016-07-11 15:27:43.246 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 15:27:43.252 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 36.5827ms -2016-07-11 15:27:43.266 +05:30 [Information] Request finished in 61.3793ms 200 application/json; charset=utf-8 -2016-07-11 15:27:43.266 +05:30 [Debug] Connection id ""0HKT9E5K10ETB"" completed keep alive response. -2016-07-11 15:27:43.284 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-11 15:27:43.285 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-11 15:27:43.285 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-11 15:27:43.340 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-11 15:27:43.342 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 15:27:43.343 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 15:27:43.345 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 15:27:43.351 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 62.3293ms -2016-07-11 15:27:43.360 +05:30 [Information] Request finished in 74.5043ms 200 application/json; charset=utf-8 -2016-07-11 15:27:43.362 +05:30 [Debug] Connection id ""0HKT9E5K10ETB"" completed keep alive response. -2016-07-11 15:27:47.042 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=1 -2016-07-11 15:27:47.043 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-07-11 15:27:47.044 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-07-11 15:27:47.060 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-11 15:27:47.072 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 15:27:47.073 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-11 15:27:47.073 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 15:27:47.076 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 15:27:47.080 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 32.5327ms -2016-07-11 15:27:47.084 +05:30 [Information] Request finished in 42.5229ms 200 application/json; charset=utf-8 -2016-07-11 15:27:47.085 +05:30 [Debug] Connection id ""0HKT9E5K10ETB"" completed keep alive response. -2016-07-11 15:27:47.372 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=1 -2016-07-11 15:27:47.376 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-07-11 15:27:47.377 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-07-11 15:27:47.391 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-11 15:27:47.393 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 15:27:47.394 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-11 15:27:47.394 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 15:27:47.396 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 15:27:47.399 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 18.9853ms -2016-07-11 15:27:47.403 +05:30 [Information] Request finished in 30.5537ms 200 application/json; charset=utf-8 -2016-07-11 15:27:47.404 +05:30 [Debug] Connection id ""0HKT9E5K10ETB"" completed keep alive response. -2016-07-11 15:29:08.747 +05:30 [Debug] Connection id ""0HKT9E5K10ETC"" started. -2016-07-11 15:29:08.749 +05:30 [Debug] Connection id ""0HKT9E5K10ETB"" received FIN. -2016-07-11 15:29:08.749 +05:30 [Debug] Connection id ""0HKT9E5K10ETB"" disconnecting. -2016-07-11 15:29:08.752 +05:30 [Debug] Connection id ""0HKT9E5K10ETB"" sending FIN. -2016-07-11 15:29:08.753 +05:30 [Debug] Connection id ""0HKT9E5K10ETB"" sent FIN with status "0". -2016-07-11 15:29:08.753 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/BoardMe/getUserBoards?userId=1 -2016-07-11 15:29:08.753 +05:30 [Debug] Connection id ""0HKT9E5K10ETB"" stopped. -2016-07-11 15:29:08.754 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/getUserBoards"'. -2016-07-11 15:29:08.755 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" -2016-07-11 15:29:08.824 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-11 15:29:08.837 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 15:29:08.837 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-11 15:29:08.838 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 15:29:08.845 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 15:29:08.891 +05:30 [Information] Executed action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" in 99.5769ms -2016-07-11 15:29:08.902 +05:30 [Information] Request finished in 149.9934ms 200 application/json; charset=utf-8 -2016-07-11 15:29:08.902 +05:30 [Debug] Connection id ""0HKT9E5K10ETC"" completed keep alive response. -2016-07-11 15:30:23.150 +05:30 [Debug] Connection id ""0HKT9E5K10ETC"" received FIN. -2016-07-11 15:30:23.151 +05:30 [Debug] Connection id ""0HKT9E5K10ETC"" disconnecting. -2016-07-11 15:30:23.151 +05:30 [Debug] Connection id ""0HKT9E5K10ETC"" sending FIN. -2016-07-11 15:30:23.152 +05:30 [Debug] Connection id ""0HKT9E5K10ETC"" sent FIN with status "0". -2016-07-11 15:30:23.152 +05:30 [Debug] Connection id ""0HKT9E5K10ETC"" stopped. -2016-07-11 15:30:40.940 +05:30 [Debug] Connection id ""0HKT9E5K10ETD"" started. -2016-07-11 15:30:40.943 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=1 -2016-07-11 15:30:40.944 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-07-11 15:30:40.945 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-07-11 15:30:40.962 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-11 15:30:40.970 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 15:30:40.970 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-11 15:30:40.971 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 15:30:40.972 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 15:30:40.978 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 28.0169ms -2016-07-11 15:30:40.983 +05:30 [Information] Request finished in 38.5499ms 200 application/json; charset=utf-8 -2016-07-11 15:30:40.984 +05:30 [Debug] Connection id ""0HKT9E5K10ETD"" completed keep alive response. -2016-07-11 15:30:41.125 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=1 -2016-07-11 15:30:41.126 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-07-11 15:30:41.128 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-07-11 15:30:41.194 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-11 15:30:41.196 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 15:30:41.197 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-11 15:30:41.197 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 15:30:41.204 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 15:30:41.211 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 76.3346ms -2016-07-11 15:30:41.224 +05:30 [Information] Request finished in 112.553ms 200 application/json; charset=utf-8 -2016-07-11 15:30:41.224 +05:30 [Debug] Connection id ""0HKT9E5K10ETD"" completed keep alive response. -2016-07-11 15:30:42.647 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/BoardMe/getUserBoards?userId=1 -2016-07-11 15:30:42.648 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/getUserBoards"'. -2016-07-11 15:30:42.649 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" -2016-07-11 15:30:42.705 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-11 15:30:42.719 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 15:30:42.720 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-11 15:30:42.720 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 15:30:42.733 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 15:30:42.744 +05:30 [Information] Executed action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" in 84.2823ms -2016-07-11 15:30:42.750 +05:30 [Information] Request finished in 104.3846ms 200 application/json; charset=utf-8 -2016-07-11 15:30:42.752 +05:30 [Debug] Connection id ""0HKT9E5K10ETD"" completed keep alive response. -2016-07-11 15:32:13.150 +05:30 [Debug] Connection id ""0HKT9E5K10ETD"" received FIN. -2016-07-11 15:32:13.151 +05:30 [Debug] Connection id ""0HKT9E5K10ETD"" disconnecting. -2016-07-11 15:32:13.151 +05:30 [Debug] Connection id ""0HKT9E5K10ETD"" sending FIN. -2016-07-11 15:32:13.152 +05:30 [Debug] Connection id ""0HKT9E5K10ETD"" sent FIN with status "0". -2016-07-11 15:32:13.153 +05:30 [Debug] Connection id ""0HKT9E5K10ETD"" stopped. -2016-07-11 15:32:52.561 +05:30 [Debug] Connection id ""0HKT9E5K10ETE"" started. -2016-07-11 15:32:52.567 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/BoardMe/createBoard?boardName=TreePlantation&fbHashTag=TreePlantation&twitterHashTag=TreePlantation&instagramHashTag=TreePlantation&gplusHashTag=TreePlantation&userId=1 0 -2016-07-11 15:32:52.567 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/createBoard"'. -2016-07-11 15:32:52.568 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.createBoard (Api.Socioboard)" -2016-07-11 15:32:52.648 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.createBoard (Api.Socioboard)" with arguments (["TreePlantation", "TreePlantation", "TreePlantation", "TreePlantation", "TreePlantation", "1"]) - ModelState is Valid' -2016-07-11 15:33:03.894 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.BoardMeController.createBoard (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 15:33:03.895 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-11 15:33:03.896 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-07-11 15:33:03.912 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 15:33:06.894 +05:30 [Information] Executed action "Api.Socioboard.Controllers.BoardMeController.createBoard (Api.Socioboard)" in 14311.4378ms -2016-07-11 15:33:07.002 +05:30 [Information] Request finished in 14436.4037ms 200 text/plain; charset=utf-8 -2016-07-11 15:33:07.003 +05:30 [Debug] Connection id ""0HKT9E5K10ETE"" completed keep alive response. -2016-07-11 15:33:08.487 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 15:33:08.611 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 15:33:08.677 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 15:33:08.681 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 15:33:08.735 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 15:33:08.738 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 15:33:08.785 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 15:33:08.788 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 15:33:08.844 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 15:33:08.847 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 15:33:08.981 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 15:33:08.984 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 15:33:09.113 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 15:33:09.141 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 15:33:09.203 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 15:33:09.211 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 15:33:09.285 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 15:33:09.288 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 15:33:09.355 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 15:33:09.360 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 15:33:09.421 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 15:33:09.425 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 15:33:09.475 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 15:33:09.477 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 15:33:09.545 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 15:33:09.548 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 15:33:09.634 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-11 15:33:09.637 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-11 15:33:09.686 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 15:33:09.689 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 15:33:09.758 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-11 15:33:09.761 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-11 15:33:09.834 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 15:33:09.840 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 15:33:09.921 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 15:33:09.924 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 15:33:09.981 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 15:33:09.985 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 15:33:10.039 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 15:33:10.041 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 15:33:10.093 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 15:33:10.095 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 15:33:10.150 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 15:33:10.154 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 15:33:10.205 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 15:33:10.208 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 15:33:10.257 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 15:33:10.259 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 15:33:10.324 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 15:33:10.331 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 15:33:10.402 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 15:33:10.413 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 15:33:10.469 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 15:33:10.472 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 15:33:10.520 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 15:33:10.522 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 15:33:10.581 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 15:33:10.584 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 15:33:10.662 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 15:33:10.665 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 15:33:10.719 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 15:33:10.722 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 15:33:10.769 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 15:33:10.771 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 15:33:10.824 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 15:33:10.826 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 15:33:10.883 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 15:33:10.885 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 15:33:10.931 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 15:33:10.933 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 15:33:10.984 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 15:33:10.987 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 15:33:11.039 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 15:33:11.041 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 15:33:11.131 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 15:33:11.134 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 15:33:11.201 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 15:33:11.203 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 15:33:11.253 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 15:33:11.256 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 15:33:11.374 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 15:33:11.388 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 15:33:11.510 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/BoardMe/getUserBoards?userId=1 -2016-07-11 15:33:11.511 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/getUserBoards"'. -2016-07-11 15:33:11.518 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" -2016-07-11 15:33:11.580 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 15:33:11.589 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 15:33:11.637 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-11 15:33:11.693 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-11 15:33:11.698 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-11 15:33:11.703 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 15:33:11.704 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-11 15:33:11.704 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 15:33:11.707 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 15:33:11.722 +05:30 [Information] Executed action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" in 198.7724ms -2016-07-11 15:33:11.759 +05:30 [Information] Request finished in 261.0726ms 200 application/json; charset=utf-8 -2016-07-11 15:33:11.760 +05:30 [Debug] Connection id ""0HKT9E5K10ETE"" completed keep alive response. -2016-07-11 15:33:11.762 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 15:33:11.772 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 15:33:11.847 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 15:33:11.853 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 15:33:11.926 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 15:33:11.929 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 15:33:11.986 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 15:33:11.988 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 15:33:12.037 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 15:33:12.039 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 15:33:12.092 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 15:33:12.095 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 15:33:12.166 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 15:33:12.169 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 15:33:12.220 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 15:33:12.223 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 15:33:12.270 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 15:33:12.272 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 15:33:12.329 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 15:33:12.332 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 15:33:12.401 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 15:33:12.404 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 15:33:12.472 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 15:33:12.475 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 15:33:12.546 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 15:33:12.549 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 15:33:12.602 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 15:33:12.605 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 15:33:12.634 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-11 15:33:12.637 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-11 15:33:12.676 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 15:33:12.680 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 15:33:12.712 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-11 15:33:12.715 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-11 15:33:12.750 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 15:33:12.752 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 15:33:12.803 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 15:33:12.805 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 15:33:12.888 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 15:33:12.890 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 15:33:12.949 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 15:33:12.951 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 15:33:12.998 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 15:33:13.000 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 15:33:13.051 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 15:33:13.053 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 15:33:13.108 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 15:33:13.110 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 15:33:13.212 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 15:33:13.216 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 15:33:13.293 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 15:33:13.295 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 15:33:13.377 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 15:33:13.379 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 15:33:13.479 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 15:33:13.482 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 15:33:13.548 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 15:33:13.550 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 15:33:13.621 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 15:33:13.625 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 15:33:13.704 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 15:33:13.714 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 15:33:13.774 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 15:33:13.777 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 15:33:13.855 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 15:33:13.857 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 15:33:13.938 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 15:33:13.945 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 15:33:13.998 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 15:33:14.001 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 15:33:14.048 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 15:33:14.052 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 15:33:14.140 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 15:33:14.143 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 15:33:14.195 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 15:33:14.198 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 15:33:14.227 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-11 15:33:14.229 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-11 15:33:14.264 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 15:33:14.267 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 15:33:14.319 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 15:33:14.325 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 15:33:14.381 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 15:33:14.383 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 15:33:14.436 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 15:33:14.440 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 15:33:14.493 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 15:33:14.496 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 15:33:14.549 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 15:33:14.552 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 15:33:14.608 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 15:33:14.611 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 15:33:14.682 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 15:33:14.685 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 15:33:14.735 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 15:33:14.737 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 15:33:14.784 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 15:33:14.787 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 15:33:14.839 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 15:33:14.841 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 15:33:14.896 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 15:33:14.901 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 15:33:14.958 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 15:33:14.961 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 15:33:15.022 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 15:33:15.025 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 15:33:25.593 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=1 -2016-07-11 15:33:25.594 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-07-11 15:33:25.594 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-07-11 15:33:25.644 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-11 15:33:25.655 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 15:33:25.656 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-11 15:33:25.656 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 15:33:25.662 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 15:33:25.669 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 68.4051ms -2016-07-11 15:33:25.679 +05:30 [Information] Request finished in 93.6253ms 200 application/json; charset=utf-8 -2016-07-11 15:33:25.680 +05:30 [Debug] Connection id ""0HKT9E5K10ETE"" completed keep alive response. -2016-07-11 15:33:25.811 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=1 -2016-07-11 15:33:25.811 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-07-11 15:33:25.812 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-07-11 15:33:25.899 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-11 15:33:25.902 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 15:33:25.903 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-11 15:33:25.903 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 15:33:25.920 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 15:33:25.951 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 107.9186ms -2016-07-11 15:33:26.001 +05:30 [Information] Request finished in 196.2299ms 200 application/json; charset=utf-8 -2016-07-11 15:33:26.002 +05:30 [Debug] Connection id ""0HKT9E5K10ETE"" completed keep alive response. -2016-07-11 15:33:26.952 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/BoardMe/getUserBoards?userId=1 -2016-07-11 15:33:26.953 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/getUserBoards"'. -2016-07-11 15:33:26.954 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" -2016-07-11 15:33:27.051 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-11 15:33:27.059 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 15:33:27.063 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-11 15:33:27.064 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 15:33:27.068 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 15:33:27.072 +05:30 [Information] Executed action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" in 115.7335ms -2016-07-11 15:33:27.089 +05:30 [Information] Request finished in 135.7121ms 200 application/json; charset=utf-8 -2016-07-11 15:33:27.089 +05:30 [Debug] Connection id ""0HKT9E5K10ETE"" completed keep alive response. -2016-07-11 15:34:04.891 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-11 15:34:04.892 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-11 15:34:04.893 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-11 15:34:04.909 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-11 15:34:04.910 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 15:34:04.911 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 15:34:04.913 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 15:34:04.918 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 21.1713ms -2016-07-11 15:34:04.926 +05:30 [Information] Request finished in 33.8248ms 200 application/json; charset=utf-8 -2016-07-11 15:34:04.928 +05:30 [Debug] Connection id ""0HKT9E5K10ETE"" completed keep alive response. -2016-07-11 15:34:04.935 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-11 15:34:04.936 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-11 15:34:04.937 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-11 15:34:04.952 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-11 15:34:04.953 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 15:34:04.954 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 15:34:04.956 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 15:34:04.961 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 20.0418ms -2016-07-11 15:34:04.968 +05:30 [Information] Request finished in 32.8937ms 200 application/json; charset=utf-8 -2016-07-11 15:34:04.969 +05:30 [Debug] Connection id ""0HKT9E5K10ETE"" completed keep alive response. -2016-07-11 15:34:09.822 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/BoardMe/getUserBoards?userId=1 -2016-07-11 15:34:09.823 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/getUserBoards"'. -2016-07-11 15:34:09.823 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" -2016-07-11 15:34:10.025 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-11 15:34:10.071 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 15:34:10.072 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-11 15:34:10.072 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 15:34:10.078 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 15:34:10.086 +05:30 [Information] Executed action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" in 254.4539ms -2016-07-11 15:34:10.135 +05:30 [Information] Request finished in 321.4952ms 200 application/json; charset=utf-8 -2016-07-11 15:34:10.136 +05:30 [Debug] Connection id ""0HKT9E5K10ETE"" completed keep alive response. -2016-07-11 15:34:36.612 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-11 15:34:36.613 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-11 15:34:36.617 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-11 15:34:36.635 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-11 15:34:36.637 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 15:34:36.638 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 15:34:36.640 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 15:34:36.644 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 23.8905ms -2016-07-11 15:34:36.653 +05:30 [Information] Request finished in 42.1762ms 200 application/json; charset=utf-8 -2016-07-11 15:34:36.655 +05:30 [Debug] Connection id ""0HKT9E5K10ETE"" completed keep alive response. -2016-07-11 15:34:36.662 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-11 15:34:36.663 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-11 15:34:36.664 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-11 15:34:36.680 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-11 15:34:36.682 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 15:34:36.682 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 15:34:36.685 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 15:34:36.689 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 21.5841ms -2016-07-11 15:34:36.700 +05:30 [Information] Request finished in 37.1484ms 200 application/json; charset=utf-8 -2016-07-11 15:34:36.702 +05:30 [Debug] Connection id ""0HKT9E5K10ETE"" completed keep alive response. -2016-07-11 15:34:41.290 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/BoardMe/getUserBoards?userId=1 -2016-07-11 15:34:41.292 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/getUserBoards"'. -2016-07-11 15:34:41.293 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" -2016-07-11 15:34:41.404 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-11 15:34:41.445 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 15:34:41.446 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-11 15:34:41.447 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 15:34:41.450 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 15:34:41.453 +05:30 [Information] Executed action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" in 156.7643ms -2016-07-11 15:34:41.464 +05:30 [Information] Request finished in 183.4174ms 200 application/json; charset=utf-8 -2016-07-11 15:34:41.465 +05:30 [Debug] Connection id ""0HKT9E5K10ETE"" completed keep alive response. -2016-07-11 15:35:53.150 +05:30 [Debug] Connection id ""0HKT9E5K10ETE"" received FIN. -2016-07-11 15:35:53.151 +05:30 [Debug] Connection id ""0HKT9E5K10ETE"" disconnecting. -2016-07-11 15:35:53.151 +05:30 [Debug] Connection id ""0HKT9E5K10ETE"" sending FIN. -2016-07-11 15:35:53.152 +05:30 [Debug] Connection id ""0HKT9E5K10ETE"" sent FIN with status "0". -2016-07-11 15:35:53.153 +05:30 [Debug] Connection id ""0HKT9E5K10ETE"" stopped. -2016-07-11 15:37:28.828 +05:30 [Debug] Connection id ""0HKT9E5K10ETF"" started. -2016-07-11 15:37:28.832 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-11 15:37:28.834 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-11 15:37:28.834 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-11 15:37:28.889 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-11 15:37:28.891 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 15:37:28.892 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 15:37:28.894 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 15:37:28.901 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 60.2852ms -2016-07-11 15:37:28.907 +05:30 [Information] Request finished in 75.2495ms 200 application/json; charset=utf-8 -2016-07-11 15:37:28.907 +05:30 [Debug] Connection id ""0HKT9E5K10ETF"" completed keep alive response. -2016-07-11 15:37:28.916 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-11 15:37:28.916 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-11 15:37:28.917 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-11 15:37:28.932 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-11 15:37:28.933 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 15:37:28.934 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 15:37:28.937 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 15:37:28.943 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 20.023ms -2016-07-11 15:37:28.949 +05:30 [Information] Request finished in 33.7096ms 200 application/json; charset=utf-8 -2016-07-11 15:37:28.950 +05:30 [Debug] Connection id ""0HKT9E5K10ETF"" completed keep alive response. -2016-07-11 15:37:33.025 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/BoardMe/getUserBoards?userId=1 -2016-07-11 15:37:33.026 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/getUserBoards"'. -2016-07-11 15:37:33.026 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" -2016-07-11 15:37:33.093 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-11 15:37:33.212 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 15:37:33.215 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-11 15:37:33.217 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 15:37:33.235 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 15:37:33.256 +05:30 [Information] Executed action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" in 209.5453ms -2016-07-11 15:37:33.281 +05:30 [Information] Request finished in 260.0673ms 200 application/json; charset=utf-8 -2016-07-11 15:37:33.282 +05:30 [Debug] Connection id ""0HKT9E5K10ETF"" completed keep alive response. -2016-07-11 15:39:33.150 +05:30 [Debug] Connection id ""0HKT9E5K10ETF"" received FIN. -2016-07-11 15:39:33.151 +05:30 [Debug] Connection id ""0HKT9E5K10ETF"" disconnecting. -2016-07-11 15:39:33.151 +05:30 [Debug] Connection id ""0HKT9E5K10ETF"" sending FIN. -2016-07-11 15:39:33.152 +05:30 [Debug] Connection id ""0HKT9E5K10ETF"" sent FIN with status "0". -2016-07-11 15:39:33.153 +05:30 [Debug] Connection id ""0HKT9E5K10ETF"" stopped. -2016-07-11 15:40:28.932 +05:30 [Debug] Connection id ""0HKT9E5K10ETG"" started. -2016-07-11 15:40:28.940 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-11 15:40:28.942 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-11 15:40:28.944 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-11 15:40:28.957 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-11 15:40:28.958 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 15:40:28.959 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 15:40:28.963 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 15:40:28.970 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 19.7014ms -2016-07-11 15:40:28.976 +05:30 [Information] Request finished in 39.2455ms 200 application/json; charset=utf-8 -2016-07-11 15:40:28.977 +05:30 [Debug] Connection id ""0HKT9E5K10ETG"" completed keep alive response. -2016-07-11 15:40:28.984 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-11 15:40:28.985 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-11 15:40:28.986 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-11 15:40:29.002 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-11 15:40:29.004 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 15:40:29.005 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 15:40:29.007 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 15:40:29.015 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 22.6732ms -2016-07-11 15:40:29.024 +05:30 [Information] Request finished in 39.8721ms 200 application/json; charset=utf-8 -2016-07-11 15:40:29.024 +05:30 [Debug] Connection id ""0HKT9E5K10ETG"" completed keep alive response. -2016-07-11 15:40:32.296 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/BoardMe/getUserBoards?userId=1 -2016-07-11 15:40:32.298 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/getUserBoards"'. -2016-07-11 15:40:32.298 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" -2016-07-11 15:40:32.379 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-11 15:40:32.479 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 15:40:32.479 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-11 15:40:32.480 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 15:40:32.492 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 15:40:32.582 +05:30 [Information] Executed action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" in 193.6727ms -2016-07-11 15:40:32.654 +05:30 [Information] Request finished in 350.2391ms 200 application/json; charset=utf-8 -2016-07-11 15:40:32.655 +05:30 [Debug] Connection id ""0HKT9E5K10ETG"" completed keep alive response. -2016-07-11 15:43:13.150 +05:30 [Debug] Connection id ""0HKT9E5K10ETG"" received FIN. -2016-07-11 15:43:13.150 +05:30 [Debug] Connection id ""0HKT9E5K10ETG"" disconnecting. -2016-07-11 15:43:13.151 +05:30 [Debug] Connection id ""0HKT9E5K10ETG"" sending FIN. -2016-07-11 15:43:13.151 +05:30 [Debug] Connection id ""0HKT9E5K10ETG"" sent FIN with status "0". -2016-07-11 15:43:13.152 +05:30 [Debug] Connection id ""0HKT9E5K10ETG"" stopped. -2016-07-11 15:43:34.796 +05:30 [Debug] Connection id ""0HKT9E5K10ETH"" started. -2016-07-11 15:43:34.801 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-11 15:43:34.802 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-11 15:43:34.803 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-11 15:43:34.821 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-11 15:43:34.823 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 15:43:34.824 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 15:43:34.827 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 15:43:34.836 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 24.8513ms -2016-07-11 15:43:34.847 +05:30 [Information] Request finished in 46.6675ms 200 application/json; charset=utf-8 -2016-07-11 15:43:34.850 +05:30 [Debug] Connection id ""0HKT9E5K10ETH"" completed keep alive response. -2016-07-11 15:43:34.861 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-11 15:43:34.862 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-11 15:43:34.862 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-11 15:43:34.878 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-11 15:43:34.879 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 15:43:34.880 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 15:43:34.884 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 15:43:34.893 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 23.1852ms -2016-07-11 15:43:34.903 +05:30 [Information] Request finished in 41.232ms 200 application/json; charset=utf-8 -2016-07-11 15:43:34.904 +05:30 [Debug] Connection id ""0HKT9E5K10ETH"" completed keep alive response. -2016-07-11 15:43:38.881 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/BoardMe/getUserBoards?userId=1 -2016-07-11 15:43:38.883 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/getUserBoards"'. -2016-07-11 15:43:38.884 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" -2016-07-11 15:43:38.989 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-11 15:43:38.998 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 15:43:38.999 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-11 15:43:39.000 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 15:43:39.003 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 15:43:39.011 +05:30 [Information] Executed action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" in 119.9055ms -2016-07-11 15:43:39.046 +05:30 [Information] Request finished in 174.6948ms 200 application/json; charset=utf-8 -2016-07-11 15:43:39.046 +05:30 [Debug] Connection id ""0HKT9E5K10ETH"" completed keep alive response. -2016-07-11 15:43:46.416 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-11 15:43:46.417 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-11 15:43:46.418 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-11 15:43:46.447 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-11 15:43:46.449 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 15:43:46.450 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 15:43:46.454 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 15:43:46.464 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 37.503ms -2016-07-11 15:43:46.473 +05:30 [Information] Request finished in 57.6332ms 200 application/json; charset=utf-8 -2016-07-11 15:43:46.474 +05:30 [Debug] Connection id ""0HKT9E5K10ETH"" completed keep alive response. -2016-07-11 15:43:46.483 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-11 15:43:46.484 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-11 15:43:46.485 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-11 15:43:46.508 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-11 15:43:46.509 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 15:43:46.510 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 15:43:46.513 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 15:43:46.519 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 28.5837ms -2016-07-11 15:43:46.528 +05:30 [Information] Request finished in 44.5026ms 200 application/json; charset=utf-8 -2016-07-11 15:43:46.530 +05:30 [Debug] Connection id ""0HKT9E5K10ETH"" completed keep alive response. -2016-07-11 15:43:50.068 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/BoardMe/getUserBoards?userId=1 -2016-07-11 15:43:50.069 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/getUserBoards"'. -2016-07-11 15:43:50.070 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" -2016-07-11 15:43:50.293 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-11 15:43:50.357 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 15:43:50.358 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-11 15:43:50.359 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 15:43:50.404 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 15:43:50.424 +05:30 [Information] Executed action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" in 335.1077ms -2016-07-11 15:43:50.449 +05:30 [Information] Request finished in 382.9094ms 200 application/json; charset=utf-8 -2016-07-11 15:43:50.450 +05:30 [Debug] Connection id ""0HKT9E5K10ETH"" completed keep alive response. -2016-07-11 15:45:03.151 +05:30 [Debug] Connection id ""0HKT9E5K10ETH"" received FIN. -2016-07-11 15:45:03.151 +05:30 [Debug] Connection id ""0HKT9E5K10ETH"" disconnecting. -2016-07-11 15:45:03.152 +05:30 [Debug] Connection id ""0HKT9E5K10ETH"" sending FIN. -2016-07-11 15:45:03.152 +05:30 [Debug] Connection id ""0HKT9E5K10ETH"" sent FIN with status "0". -2016-07-11 15:45:03.153 +05:30 [Debug] Connection id ""0HKT9E5K10ETH"" stopped. -2016-07-11 15:45:37.934 +05:30 [Debug] Connection id ""0HKT9E5K10ETI"" started. -2016-07-11 15:45:37.938 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-11 15:45:37.940 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-11 15:45:37.941 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-11 15:45:37.955 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-11 15:45:37.957 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 15:45:37.958 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 15:45:37.960 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 15:45:37.967 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 19.8725ms -2016-07-11 15:45:37.980 +05:30 [Information] Request finished in 41.6722ms 200 application/json; charset=utf-8 -2016-07-11 15:45:37.981 +05:30 [Debug] Connection id ""0HKT9E5K10ETI"" completed keep alive response. -2016-07-11 15:45:37.988 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-11 15:45:37.989 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-11 15:45:37.991 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-11 15:45:38.017 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-11 15:45:38.019 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 15:45:38.020 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 15:45:38.025 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 15:45:38.037 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 34.5386ms -2016-07-11 15:45:38.044 +05:30 [Information] Request finished in 56.8167ms 200 application/json; charset=utf-8 -2016-07-11 15:45:38.045 +05:30 [Debug] Connection id ""0HKT9E5K10ETI"" completed keep alive response. -2016-07-11 15:45:49.133 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/BoardMe/getUserBoards?userId=1 -2016-07-11 15:45:49.139 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/getUserBoards"'. -2016-07-11 15:45:49.140 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" -2016-07-11 15:45:49.342 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-11 15:45:49.350 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 15:45:49.351 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-11 15:45:49.351 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 15:45:49.357 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 15:45:49.364 +05:30 [Information] Executed action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" in 216.5432ms -2016-07-11 15:45:49.373 +05:30 [Information] Request finished in 242.6295ms 200 application/json; charset=utf-8 -2016-07-11 15:45:49.375 +05:30 [Debug] Connection id ""0HKT9E5K10ETI"" completed keep alive response. -2016-07-11 15:46:53.150 +05:30 [Debug] Connection id ""0HKT9E5K10ETI"" received FIN. -2016-07-11 15:46:53.151 +05:30 [Debug] Connection id ""0HKT9E5K10ETI"" disconnecting. -2016-07-11 15:46:53.151 +05:30 [Debug] Connection id ""0HKT9E5K10ETI"" sending FIN. -2016-07-11 15:46:53.152 +05:30 [Debug] Connection id ""0HKT9E5K10ETI"" sent FIN with status "0". -2016-07-11 15:46:53.153 +05:30 [Debug] Connection id ""0HKT9E5K10ETI"" stopped. -2016-07-11 15:47:03.859 +05:30 [Debug] Connection id ""0HKT9E5K10ETJ"" started. -2016-07-11 15:47:03.863 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-11 15:47:03.864 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-11 15:47:03.866 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-11 15:47:03.891 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-11 15:47:03.893 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 15:47:03.894 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 15:47:03.898 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 15:47:03.908 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 33.1896ms -2016-07-11 15:47:03.916 +05:30 [Information] Request finished in 52.1766ms 200 application/json; charset=utf-8 -2016-07-11 15:47:03.918 +05:30 [Debug] Connection id ""0HKT9E5K10ETJ"" completed keep alive response. -2016-07-11 15:47:03.930 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-11 15:47:03.931 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-11 15:47:03.932 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-11 15:47:03.973 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-11 15:47:03.977 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 15:47:03.978 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 15:47:03.984 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 15:47:03.989 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 52.143ms -2016-07-11 15:47:03.997 +05:30 [Information] Request finished in 70.7497ms 200 application/json; charset=utf-8 -2016-07-11 15:47:03.998 +05:30 [Debug] Connection id ""0HKT9E5K10ETJ"" completed keep alive response. -2016-07-11 15:47:07.693 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/BoardMe/getUserBoards?userId=1 -2016-07-11 15:47:07.694 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/getUserBoards"'. -2016-07-11 15:47:07.695 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" -2016-07-11 15:47:07.786 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-11 15:47:07.816 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 15:47:07.817 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-11 15:47:07.818 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 15:47:07.838 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 15:47:07.877 +05:30 [Information] Executed action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" in 143.1957ms -2016-07-11 15:47:07.926 +05:30 [Information] Request finished in 256.5493ms 200 application/json; charset=utf-8 -2016-07-11 15:47:07.927 +05:30 [Debug] Connection id ""0HKT9E5K10ETJ"" completed keep alive response. -2016-07-11 15:47:45.665 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-11 15:47:45.667 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-11 15:47:45.668 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-11 15:47:45.692 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-11 15:47:45.694 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 15:47:45.695 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 15:47:45.699 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 15:47:45.709 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 32.0515ms -2016-07-11 15:47:45.720 +05:30 [Information] Request finished in 52.9566ms 200 application/json; charset=utf-8 -2016-07-11 15:47:45.721 +05:30 [Debug] Connection id ""0HKT9E5K10ETJ"" completed keep alive response. -2016-07-11 15:47:45.743 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-11 15:47:45.744 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-11 15:47:45.744 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-11 15:47:45.813 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-11 15:47:45.815 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 15:47:45.822 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 15:47:45.825 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 15:47:45.832 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 81.2062ms -2016-07-11 15:47:45.844 +05:30 [Information] Request finished in 101.4881ms 200 application/json; charset=utf-8 -2016-07-11 15:47:45.846 +05:30 [Debug] Connection id ""0HKT9E5K10ETJ"" completed keep alive response. -2016-07-11 15:47:51.987 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/BoardMe/getUserBoards?userId=1 -2016-07-11 15:47:51.987 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/getUserBoards"'. -2016-07-11 15:47:52.001 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" -2016-07-11 15:47:52.120 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-11 15:47:52.152 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 15:47:52.153 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-11 15:47:52.153 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 15:47:52.158 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 15:47:52.164 +05:30 [Information] Executed action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" in 157.0967ms -2016-07-11 15:47:52.173 +05:30 [Information] Request finished in 234.7907ms 200 application/json; charset=utf-8 -2016-07-11 15:47:52.174 +05:30 [Debug] Connection id ""0HKT9E5K10ETJ"" completed keep alive response. -2016-07-11 15:48:49.259 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-11 15:48:49.261 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-11 15:48:49.261 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-11 15:48:49.283 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-11 15:48:49.285 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 15:48:49.287 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 15:48:49.290 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 15:48:49.297 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 29.2753ms -2016-07-11 15:48:49.309 +05:30 [Information] Request finished in 47.8655ms 200 application/json; charset=utf-8 -2016-07-11 15:48:49.310 +05:30 [Debug] Connection id ""0HKT9E5K10ETJ"" completed keep alive response. -2016-07-11 15:48:49.322 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-11 15:48:49.324 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-11 15:48:49.324 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-11 15:48:49.347 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-11 15:48:49.349 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 15:48:49.350 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 15:48:49.354 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 15:48:49.361 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 30.861ms -2016-07-11 15:48:49.372 +05:30 [Information] Request finished in 48.816ms 200 application/json; charset=utf-8 -2016-07-11 15:48:49.373 +05:30 [Debug] Connection id ""0HKT9E5K10ETJ"" completed keep alive response. -2016-07-11 15:48:55.738 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/BoardMe/getUserBoards?userId=1 -2016-07-11 15:48:55.739 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/getUserBoards"'. -2016-07-11 15:48:55.740 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" -2016-07-11 15:48:55.996 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-11 15:48:56.009 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 15:48:56.010 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-11 15:48:56.011 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 15:48:56.020 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 15:48:56.026 +05:30 [Information] Executed action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" in 281.619ms -2016-07-11 15:48:56.036 +05:30 [Information] Request finished in 314.5424ms 200 application/json; charset=utf-8 -2016-07-11 15:48:56.037 +05:30 [Debug] Connection id ""0HKT9E5K10ETJ"" completed keep alive response. -2016-07-11 15:50:33.150 +05:30 [Debug] Connection id ""0HKT9E5K10ETJ"" received FIN. -2016-07-11 15:50:33.150 +05:30 [Debug] Connection id ""0HKT9E5K10ETJ"" disconnecting. -2016-07-11 15:50:33.151 +05:30 [Debug] Connection id ""0HKT9E5K10ETJ"" sending FIN. -2016-07-11 15:50:33.152 +05:30 [Debug] Connection id ""0HKT9E5K10ETJ"" sent FIN with status "0". -2016-07-11 15:50:33.152 +05:30 [Debug] Connection id ""0HKT9E5K10ETJ"" stopped. -2016-07-11 15:55:48.184 +05:30 [Debug] Connection id ""0HKT9E5K10ETK"" started. -2016-07-11 15:55:48.192 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=1 -2016-07-11 15:55:48.194 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-07-11 15:55:48.195 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-07-11 15:55:48.262 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-11 15:55:48.869 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 15:55:48.870 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-11 15:55:48.870 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 15:55:48.890 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 15:55:48.922 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 696.044ms -2016-07-11 15:55:48.981 +05:30 [Information] Request finished in 765.8615ms 200 application/json; charset=utf-8 -2016-07-11 15:55:48.982 +05:30 [Debug] Connection id ""0HKT9E5K10ETK"" completed keep alive response. -2016-07-11 15:55:49.108 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=1 -2016-07-11 15:55:49.116 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-07-11 15:55:49.118 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-07-11 15:55:49.386 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-11 15:55:49.389 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 15:55:49.390 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-11 15:55:49.390 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 15:55:49.398 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 15:55:49.413 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 280.1548ms -2016-07-11 15:55:49.425 +05:30 [Information] Request finished in 372.5081ms 200 application/json; charset=utf-8 -2016-07-11 15:55:49.425 +05:30 [Debug] Connection id ""0HKT9E5K10ETK"" completed keep alive response. -2016-07-11 15:55:51.057 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/BoardMe/getUserBoards?userId=1 -2016-07-11 15:55:51.058 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/getUserBoards"'. -2016-07-11 15:55:51.060 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" -2016-07-11 15:55:51.112 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-11 15:55:51.167 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 15:55:51.172 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-11 15:55:51.173 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 15:55:51.179 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 15:55:51.191 +05:30 [Information] Executed action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" in 119.9523ms -2016-07-11 15:55:51.223 +05:30 [Information] Request finished in 151.8396ms 200 application/json; charset=utf-8 -2016-07-11 15:55:51.223 +05:30 [Debug] Connection id ""0HKT9E5K10ETK"" completed keep alive response. -2016-07-11 15:57:53.150 +05:30 [Debug] Connection id ""0HKT9E5K10ETK"" received FIN. -2016-07-11 15:57:53.150 +05:30 [Debug] Connection id ""0HKT9E5K10ETK"" disconnecting. -2016-07-11 15:57:53.151 +05:30 [Debug] Connection id ""0HKT9E5K10ETK"" sending FIN. -2016-07-11 15:57:53.151 +05:30 [Debug] Connection id ""0HKT9E5K10ETK"" sent FIN with status "0". -2016-07-11 15:57:53.151 +05:30 [Debug] Connection id ""0HKT9E5K10ETK"" stopped. -2016-07-11 16:05:20.136 +05:30 [Debug] Connection id ""0HKT9E5K10ETL"" started. -2016-07-11 16:05:20.171 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-11 16:05:20.174 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-11 16:05:20.178 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-11 16:05:20.241 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-11 16:05:20.245 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 16:05:20.246 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 16:05:20.250 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 16:05:20.263 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 73.2123ms -2016-07-11 16:05:20.273 +05:30 [Information] Request finished in 126.9507ms 200 application/json; charset=utf-8 -2016-07-11 16:05:20.274 +05:30 [Debug] Connection id ""0HKT9E5K10ETL"" completed keep alive response. -2016-07-11 16:05:20.298 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-11 16:05:20.299 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-11 16:05:20.299 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-11 16:05:20.326 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-11 16:05:20.328 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 16:05:20.329 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 16:05:20.337 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 16:05:20.351 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 38.9068ms -2016-07-11 16:05:20.363 +05:30 [Information] Request finished in 66.3103ms 200 application/json; charset=utf-8 -2016-07-11 16:05:20.364 +05:30 [Debug] Connection id ""0HKT9E5K10ETL"" completed keep alive response. -2016-07-11 16:05:27.607 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/BoardMe/getUserBoards?userId=1 -2016-07-11 16:05:27.609 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/getUserBoards"'. -2016-07-11 16:05:27.613 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" -2016-07-11 16:05:27.781 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-11 16:05:27.925 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 16:05:27.926 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-11 16:05:27.926 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 16:05:28.018 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 16:05:28.063 +05:30 [Information] Executed action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" in 404.6503ms -2016-07-11 16:05:28.181 +05:30 [Information] Request finished in 591.0162ms 200 application/json; charset=utf-8 -2016-07-11 16:05:28.181 +05:30 [Debug] Connection id ""0HKT9E5K10ETL"" completed keep alive response. -2016-07-11 16:05:33.324 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/BoardMe/DeleteBoard?BoardId=57836ed752044614fcb3d406&userId=1 0 -2016-07-11 16:05:33.327 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/DeleteBoard"'. -2016-07-11 16:05:33.328 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.DeleteBoard (Api.Socioboard)" -2016-07-11 16:05:33.388 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.DeleteBoard (Api.Socioboard)" with arguments (["57836ed752044614fcb3d406", "1"]) - ModelState is Valid' -2016-07-11 16:06:14.063 +05:30 [Debug] Hosting starting -2016-07-11 16:06:14.628 +05:30 [Debug] Hosting started -2016-07-11 16:06:14.767 +05:30 [Debug] Connection id ""0HKT9ESNJ2OAN"" started. -2016-07-11 16:06:14.767 +05:30 [Debug] Connection id ""0HKT9ESNJ2OAO"" started. -2016-07-11 16:06:15.135 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:6361/ 0 -2016-07-11 16:06:15.135 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-07-11 16:06:16.529 +05:30 [Debug] Request did not match any routes. -2016-07-11 16:06:16.559 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-07-11 16:06:16.812 +05:30 [Information] Request finished in 1754.2823ms 404 -2016-07-11 16:06:16.844 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"89e28277-f2d4-4ef5-a32c-83968c0020c2"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-07-11 16:06:16.968 +05:30 [Debug] Connection id ""0HKT9ESNJ2OAO"" completed keep alive response. -2016-07-11 16:06:16.974 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-07-11 16:06:17.705 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid' -2016-07-11 16:06:17.715 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult".' -2016-07-11 16:06:17.825 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-11 16:06:17.835 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 16:06:17.839 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 16:06:18.638 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 1644.5111ms -2016-07-11 16:06:18.649 +05:30 [Information] Request finished in 3623.4868ms 200 application/json; charset=utf-8 -2016-07-11 16:06:18.654 +05:30 [Debug] Connection id ""0HKT9ESNJ2OAN"" completed keep alive response. -2016-07-11 16:06:55.180 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/User/FacebookLogin application/x-www-form-urlencoded 179 -2016-07-11 16:06:55.181 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/FacebookLogin"'. -2016-07-11 16:06:55.182 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" -2016-07-11 16:06:56.007 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" with arguments (["EAAKYvwDVmnUBAM2CZAktqZCZCPQtdgI78MR8oBkXnO4eUVzmXH5fnjFG7sy3zGbcaO2uPywGxZClcID7XTgyZCtxkANMAqN8dscRZBVcR9fDiCqgEJe5S5ITCZCDJ7UFUnZCRNUxsqEPTIxsZBgkEnMprYMLpn1195UAZD"]) - ModelState is Valid' -2016-07-11 16:06:57.351 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 16:06:57.362 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 16:06:57.363 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 16:06:57.435 +05:30 [Information] Executed action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" in 2250.571ms -2016-07-11 16:06:57.439 +05:30 [Information] Request finished in 2261.6336ms 200 application/json; charset=utf-8 -2016-07-11 16:06:57.441 +05:30 [Debug] Connection id ""0HKT9ESNJ2OAO"" completed keep alive response. -2016-07-11 16:06:58.047 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-11 16:06:58.047 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-11 16:06:58.049 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-11 16:06:58.141 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-11 16:06:58.175 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 16:06:58.177 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 16:06:58.179 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 16:06:58.188 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 135.2451ms -2016-07-11 16:06:58.194 +05:30 [Information] Request finished in 145.0927ms 200 application/json; charset=utf-8 -2016-07-11 16:06:58.194 +05:30 [Debug] Connection id ""0HKT9ESNJ2OAN"" completed keep alive response. -2016-07-11 16:06:58.279 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-11 16:06:58.280 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-11 16:06:58.281 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-11 16:06:58.302 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-11 16:06:58.326 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 16:06:58.327 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 16:06:58.328 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 16:06:58.340 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 56.8829ms -2016-07-11 16:06:58.346 +05:30 [Information] Request finished in 65.3563ms 200 application/json; charset=utf-8 -2016-07-11 16:06:58.347 +05:30 [Debug] Connection id ""0HKT9ESNJ2OAO"" completed keep alive response. -2016-07-11 16:07:01.044 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=1 -2016-07-11 16:07:01.045 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-07-11 16:07:01.046 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-07-11 16:07:01.079 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-11 16:07:08.778 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 16:07:08.779 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-11 16:07:08.779 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 16:07:08.780 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 16:07:08.818 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 7770.7696ms -2016-07-11 16:07:08.824 +05:30 [Information] Request finished in 7779.3258ms 200 application/json; charset=utf-8 -2016-07-11 16:07:08.825 +05:30 [Debug] Connection id ""0HKT9ESNJ2OAN"" completed keep alive response. -2016-07-11 16:07:08.837 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=1 -2016-07-11 16:07:08.837 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-07-11 16:07:08.851 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-07-11 16:07:08.954 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-11 16:07:08.997 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 16:07:08.997 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-11 16:07:08.998 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 16:07:08.999 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 16:07:09.026 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 172.2122ms -2016-07-11 16:07:09.030 +05:30 [Information] Request finished in 193.8716ms 200 application/json; charset=utf-8 -2016-07-11 16:07:09.031 +05:30 [Debug] Connection id ""0HKT9ESNJ2OAO"" completed keep alive response. -2016-07-11 16:07:11.895 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/BoardMe/getUserBoards?userId=1 -2016-07-11 16:07:11.904 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/getUserBoards"'. -2016-07-11 16:07:11.906 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" -2016-07-11 16:07:11.972 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-11 16:07:14.134 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 16:07:14.135 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-11 16:07:14.135 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 16:07:14.136 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 16:07:14.157 +05:30 [Information] Executed action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" in 2248.9517ms -2016-07-11 16:07:14.160 +05:30 [Information] Request finished in 2268.2437ms 200 application/json; charset=utf-8 -2016-07-11 16:07:14.161 +05:30 [Debug] Connection id ""0HKT9ESNJ2OAN"" completed keep alive response. -2016-07-11 16:07:18.596 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/BoardMe/DeleteBoard?BoardId=57836ed552044614fcb3d3fc&userId=1 0 -2016-07-11 16:07:18.598 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/DeleteBoard"'. -2016-07-11 16:07:18.599 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.DeleteBoard (Api.Socioboard)" -2016-07-11 16:07:18.648 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.DeleteBoard (Api.Socioboard)" with arguments (["57836ed552044614fcb3d3fc", "1"]) - ModelState is Valid' -2016-07-11 16:07:57.119 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.BoardMeController.DeleteBoard (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 16:07:57.124 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-11 16:07:57.125 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-07-11 16:07:57.147 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 16:07:57.160 +05:30 [Information] Executed action "Api.Socioboard.Controllers.BoardMeController.DeleteBoard (Api.Socioboard)" in 38558.1504ms -2016-07-11 16:07:57.166 +05:30 [Information] Request finished in 38569.863ms 200 text/plain; charset=utf-8 -2016-07-11 16:07:57.167 +05:30 [Debug] Connection id ""0HKT9ESNJ2OAO"" completed keep alive response. -2016-07-11 16:09:54.717 +05:30 [Debug] Connection id ""0HKT9ESNJ2OAN"" received FIN. -2016-07-11 16:09:54.717 +05:30 [Debug] Connection id ""0HKT9ESNJ2OAO"" received FIN. -2016-07-11 16:09:54.718 +05:30 [Debug] Connection id ""0HKT9ESNJ2OAN"" disconnecting. -2016-07-11 16:09:54.718 +05:30 [Debug] Connection id ""0HKT9ESNJ2OAO"" disconnecting. -2016-07-11 16:09:54.719 +05:30 [Debug] Connection id ""0HKT9ESNJ2OAN"" sending FIN. -2016-07-11 16:09:54.719 +05:30 [Debug] Connection id ""0HKT9ESNJ2OAO"" sending FIN. -2016-07-11 16:09:54.732 +05:30 [Debug] Connection id ""0HKT9ESNJ2OAN"" sent FIN with status "0". -2016-07-11 16:09:54.732 +05:30 [Debug] Connection id ""0HKT9ESNJ2OAO"" sent FIN with status "0". -2016-07-11 16:09:54.737 +05:30 [Debug] Connection id ""0HKT9ESNJ2OAN"" stopped. -2016-07-11 16:09:54.737 +05:30 [Debug] Connection id ""0HKT9ESNJ2OAO"" stopped. -2016-07-11 16:10:42.126 +05:30 [Debug] Connection id ""0HKT9ESNJ2OAP"" started. -2016-07-11 16:10:42.130 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/BoardMe/DeleteBoard?BoardId=57836ed552044614fcb3d3fc&userId=1 0 -2016-07-11 16:10:42.131 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/DeleteBoard"'. -2016-07-11 16:10:42.134 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.DeleteBoard (Api.Socioboard)" -2016-07-11 16:10:42.152 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.DeleteBoard (Api.Socioboard)" with arguments (["57836ed552044614fcb3d3fc", "1"]) - ModelState is Valid' -2016-07-11 16:10:46.002 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.BoardMeController.DeleteBoard (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 16:10:46.003 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-11 16:10:46.003 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-07-11 16:10:46.006 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 16:10:46.011 +05:30 [Information] Executed action "Api.Socioboard.Controllers.BoardMeController.DeleteBoard (Api.Socioboard)" in 3869.3995ms -2016-07-11 16:10:46.023 +05:30 [Information] Request finished in 3887.761ms 200 text/plain; charset=utf-8 -2016-07-11 16:10:46.024 +05:30 [Debug] Connection id ""0HKT9ESNJ2OAP"" completed keep alive response. -2016-07-11 16:11:02.162 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-11 16:11:02.163 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-11 16:11:02.163 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-11 16:11:02.200 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-11 16:11:02.202 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 16:11:02.203 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 16:11:02.206 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 16:11:02.213 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 43.7208ms -2016-07-11 16:11:02.219 +05:30 [Information] Request finished in 57.0676ms 200 application/json; charset=utf-8 -2016-07-11 16:11:02.220 +05:30 [Debug] Connection id ""0HKT9ESNJ2OAP"" completed keep alive response. -2016-07-11 16:11:02.236 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-11 16:11:02.238 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-11 16:11:02.238 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-11 16:11:02.278 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-11 16:11:02.280 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 16:11:02.281 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 16:11:02.284 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 16:11:02.295 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 47.6003ms -2016-07-11 16:11:02.299 +05:30 [Information] Request finished in 67.23ms 200 application/json; charset=utf-8 -2016-07-11 16:11:02.300 +05:30 [Debug] Connection id ""0HKT9ESNJ2OAP"" completed keep alive response. -2016-07-11 16:11:06.237 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/BoardMe/getUserBoards?userId=1 -2016-07-11 16:11:06.238 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/getUserBoards"'. -2016-07-11 16:11:06.238 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" -2016-07-11 16:11:06.372 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-11 16:11:06.410 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 16:11:06.411 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-11 16:11:06.411 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 16:11:06.464 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 16:11:06.472 +05:30 [Information] Executed action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" in 224.3923ms -2016-07-11 16:11:06.479 +05:30 [Information] Request finished in 288.6693ms 200 application/json; charset=utf-8 -2016-07-11 16:11:06.480 +05:30 [Debug] Connection id ""0HKT9ESNJ2OAP"" completed keep alive response. -2016-07-11 16:11:17.937 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/BoardMe/DeleteBoard?BoardId=5783699b5204462e1c9a964d&userId=1 0 -2016-07-11 16:11:17.938 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/DeleteBoard"'. -2016-07-11 16:11:17.938 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.DeleteBoard (Api.Socioboard)" -2016-07-11 16:11:17.954 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.DeleteBoard (Api.Socioboard)" with arguments (["5783699b5204462e1c9a964d", "1"]) - ModelState is Valid' -2016-07-11 16:11:24.178 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.BoardMeController.DeleteBoard (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 16:11:24.179 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-11 16:11:24.180 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-07-11 16:11:24.182 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 16:11:24.186 +05:30 [Information] Executed action "Api.Socioboard.Controllers.BoardMeController.DeleteBoard (Api.Socioboard)" in 6244.5493ms -2016-07-11 16:11:24.191 +05:30 [Information] Request finished in 6255.1815ms 200 text/plain; charset=utf-8 -2016-07-11 16:11:24.192 +05:30 [Debug] Connection id ""0HKT9ESNJ2OAP"" completed keep alive response. -2016-07-11 16:11:24.220 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/BoardMe/getUserBoards?userId=1 -2016-07-11 16:11:24.223 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/getUserBoards"'. -2016-07-11 16:11:24.223 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" -2016-07-11 16:11:24.241 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-11 16:11:24.249 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 16:11:24.250 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-11 16:11:24.250 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 16:11:24.253 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 16:11:24.257 +05:30 [Information] Executed action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" in 30.9494ms -2016-07-11 16:11:24.262 +05:30 [Information] Request finished in 48.4203ms 200 application/json; charset=utf-8 -2016-07-11 16:11:24.263 +05:30 [Debug] Connection id ""0HKT9ESNJ2OAP"" completed keep alive response. -2016-07-11 16:13:34.714 +05:30 [Debug] Connection id ""0HKT9ESNJ2OAP"" received FIN. -2016-07-11 16:13:34.714 +05:30 [Debug] Connection id ""0HKT9ESNJ2OAP"" disconnecting. -2016-07-11 16:13:34.715 +05:30 [Debug] Connection id ""0HKT9ESNJ2OAP"" sending FIN. -2016-07-11 16:13:34.715 +05:30 [Debug] Connection id ""0HKT9ESNJ2OAP"" sent FIN with status "0". -2016-07-11 16:13:34.716 +05:30 [Debug] Connection id ""0HKT9ESNJ2OAP"" stopped. -2016-07-11 16:16:33.803 +05:30 [Debug] Connection id ""0HKT9ESNJ2OAQ"" started. -2016-07-11 16:16:33.847 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/BoardMe/createBoard?boardName=magic&fbHashTag=magic&twitterHashTag=magic&instagramHashTag=magic&gplusHashTag=magci&userId=1 0 -2016-07-11 16:16:33.848 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/createBoard"'. -2016-07-11 16:16:33.848 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.createBoard (Api.Socioboard)" -2016-07-11 16:16:33.882 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.createBoard (Api.Socioboard)" with arguments (["magic", "magic", "magic", "magic", "magci", "1"]) - ModelState is Valid' -2016-07-11 16:16:37.691 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.BoardMeController.createBoard (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 16:16:37.692 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-11 16:16:37.693 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-07-11 16:16:37.696 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 16:16:37.715 +05:30 [Information] Executed action "Api.Socioboard.Controllers.BoardMeController.createBoard (Api.Socioboard)" in 3850.6998ms -2016-07-11 16:16:37.726 +05:30 [Information] Request finished in 3908.3411ms 200 text/plain; charset=utf-8 -2016-07-11 16:16:37.727 +05:30 [Debug] Connection id ""0HKT9ESNJ2OAQ"" completed keep alive response. -2016-07-11 16:17:09.104 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-11 16:17:09.106 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-11 16:17:09.107 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-11 16:17:09.118 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-11 16:17:09.119 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 16:17:09.120 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 16:17:09.121 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 16:17:09.125 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 15.0584ms -2016-07-11 16:17:09.130 +05:30 [Information] Request finished in 25.6889ms 200 application/json; charset=utf-8 -2016-07-11 16:17:09.131 +05:30 [Debug] Connection id ""0HKT9ESNJ2OAQ"" completed keep alive response. -2016-07-11 16:17:09.139 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-11 16:17:09.140 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-11 16:17:09.141 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-11 16:17:09.160 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-11 16:17:09.162 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 16:17:09.162 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 16:17:09.164 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 16:17:09.172 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 24.7846ms -2016-07-11 16:17:09.181 +05:30 [Information] Request finished in 43.6102ms 200 application/json; charset=utf-8 -2016-07-11 16:17:09.182 +05:30 [Debug] Connection id ""0HKT9ESNJ2OAQ"" completed keep alive response. -2016-07-11 16:19:04.713 +05:30 [Debug] Connection id ""0HKT9ESNJ2OAQ"" received FIN. -2016-07-11 16:19:04.714 +05:30 [Debug] Connection id ""0HKT9ESNJ2OAQ"" disconnecting. -2016-07-11 16:19:04.715 +05:30 [Debug] Connection id ""0HKT9ESNJ2OAQ"" sending FIN. -2016-07-11 16:19:04.716 +05:30 [Debug] Connection id ""0HKT9ESNJ2OAQ"" sent FIN with status "0". -2016-07-11 16:19:04.717 +05:30 [Debug] Connection id ""0HKT9ESNJ2OAQ"" stopped. -2016-07-11 16:19:36.691 +05:30 [Debug] Connection id ""0HKT9ESNJ2OAR"" started. -2016-07-11 16:19:36.694 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-11 16:19:36.695 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-11 16:19:36.695 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-11 16:19:36.709 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-11 16:19:36.710 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 16:19:36.710 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 16:19:36.713 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 16:19:36.718 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 17.2981ms -2016-07-11 16:19:36.724 +05:30 [Information] Request finished in 28.769ms 200 application/json; charset=utf-8 -2016-07-11 16:19:36.724 +05:30 [Debug] Connection id ""0HKT9ESNJ2OAR"" completed keep alive response. -2016-07-11 16:19:36.731 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-11 16:19:36.733 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-11 16:19:36.734 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-11 16:19:36.745 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-11 16:19:36.747 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 16:19:36.747 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 16:19:36.750 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 16:19:36.757 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 17.1955ms -2016-07-11 16:19:36.762 +05:30 [Information] Request finished in 30.317ms 200 application/json; charset=utf-8 -2016-07-11 16:19:36.763 +05:30 [Debug] Connection id ""0HKT9ESNJ2OAR"" completed keep alive response. -2016-07-11 16:20:07.217 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/BoardMe/createBoard?boardName=magic&fbHashTag=magic&twitterHashTag=magic&instagramHashTag=magic&gplusHashTag=magic&userId=1 0 -2016-07-11 16:20:07.218 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/createBoard"'. -2016-07-11 16:20:07.218 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.createBoard (Api.Socioboard)" -2016-07-11 16:20:07.235 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.createBoard (Api.Socioboard)" with arguments (["magic", "magic", "magic", "magic", "magic", "1"]) - ModelState is Valid' -2016-07-11 16:20:07.242 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.BoardMeController.createBoard (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 16:20:07.244 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-11 16:20:07.244 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-07-11 16:20:07.246 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 16:20:07.250 +05:30 [Information] Executed action "Api.Socioboard.Controllers.BoardMeController.createBoard (Api.Socioboard)" in 28.4668ms -2016-07-11 16:20:07.259 +05:30 [Information] Request finished in 38.5795ms 200 text/plain; charset=utf-8 -2016-07-11 16:20:07.260 +05:30 [Debug] Connection id ""0HKT9ESNJ2OAR"" completed keep alive response. -2016-07-11 16:20:47.646 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-11 16:20:47.648 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-11 16:20:47.649 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-11 16:20:47.661 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-11 16:20:47.662 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 16:20:47.663 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 16:20:47.665 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 16:20:47.670 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 17.8375ms -2016-07-11 16:20:47.677 +05:30 [Information] Request finished in 30.2269ms 200 application/json; charset=utf-8 -2016-07-11 16:20:47.677 +05:30 [Debug] Connection id ""0HKT9ESNJ2OAR"" completed keep alive response. -2016-07-11 16:20:47.684 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-11 16:20:47.685 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-11 16:20:47.686 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-11 16:20:47.699 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-11 16:20:47.701 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 16:20:47.701 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 16:20:47.704 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 16:20:47.709 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 18.3575ms -2016-07-11 16:20:47.716 +05:30 [Information] Request finished in 32.2842ms 200 application/json; charset=utf-8 -2016-07-11 16:20:47.717 +05:30 [Debug] Connection id ""0HKT9ESNJ2OAR"" completed keep alive response. -2016-07-11 16:21:15.378 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/BoardMe/createBoard?boardName=magic&fbHashTag=magic&twitterHashTag=magic&instagramHashTag=magic&gplusHashTag=magic&userId=1 0 -2016-07-11 16:21:15.380 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/createBoard"'. -2016-07-11 16:21:15.381 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.createBoard (Api.Socioboard)" -2016-07-11 16:21:15.397 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.createBoard (Api.Socioboard)" with arguments (["magic", "magic", "magic", "magic", "magic", "1"]) - ModelState is Valid' -2016-07-11 16:21:15.403 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.BoardMeController.createBoard (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 16:21:15.403 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-11 16:21:15.403 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-07-11 16:21:15.405 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 16:21:15.408 +05:30 [Information] Executed action "Api.Socioboard.Controllers.BoardMeController.createBoard (Api.Socioboard)" in 24.6591ms -2016-07-11 16:21:15.420 +05:30 [Information] Request finished in 42.6204ms 200 text/plain; charset=utf-8 -2016-07-11 16:21:15.420 +05:30 [Debug] Connection id ""0HKT9ESNJ2OAR"" completed keep alive response. -2016-07-11 16:21:23.361 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/BoardMe/createBoard?boardName=magic&fbHashTag=magic&twitterHashTag=magic&instagramHashTag=magic&gplusHashTag=magic&userId=1 0 -2016-07-11 16:21:23.362 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/createBoard"'. -2016-07-11 16:21:23.363 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.createBoard (Api.Socioboard)" -2016-07-11 16:21:23.382 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.createBoard (Api.Socioboard)" with arguments (["magic", "magic", "magic", "magic", "magic", "1"]) - ModelState is Valid' -2016-07-11 16:21:23.386 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.BoardMeController.createBoard (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 16:21:23.386 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-11 16:21:23.387 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-07-11 16:21:23.389 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 16:21:23.393 +05:30 [Information] Executed action "Api.Socioboard.Controllers.BoardMeController.createBoard (Api.Socioboard)" in 26.0658ms -2016-07-11 16:21:23.397 +05:30 [Information] Request finished in 41.6431ms 200 text/plain; charset=utf-8 -2016-07-11 16:21:23.398 +05:30 [Debug] Connection id ""0HKT9ESNJ2OAR"" completed keep alive response. -2016-07-11 16:22:04.279 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/BoardMe/createBoard?boardName=TreePlantation&fbHashTag=TreePlantation&twitterHashTag=TreePlantation&instagramHashTag=TreePlantation&gplusHashTag=TreePlantation&userId=1 0 -2016-07-11 16:22:04.280 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/createBoard"'. -2016-07-11 16:22:04.280 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.createBoard (Api.Socioboard)" -2016-07-11 16:22:04.302 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.createBoard (Api.Socioboard)" with arguments (["TreePlantation", "TreePlantation", "TreePlantation", "TreePlantation", "TreePlantation", "1"]) - ModelState is Valid' -2016-07-11 16:22:06.713 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.BoardMeController.createBoard (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 16:22:06.714 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-11 16:22:06.715 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-07-11 16:22:06.717 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 16:22:06.721 +05:30 [Information] Executed action "Api.Socioboard.Controllers.BoardMeController.createBoard (Api.Socioboard)" in 2437.7681ms -2016-07-11 16:22:06.727 +05:30 [Information] Request finished in 2449.1837ms 200 text/plain; charset=utf-8 -2016-07-11 16:22:06.728 +05:30 [Debug] Connection id ""0HKT9ESNJ2OAR"" completed keep alive response. -2016-07-11 16:22:43.940 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-11 16:22:43.941 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-11 16:22:43.942 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-11 16:22:43.958 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-11 16:22:43.959 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 16:22:43.960 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 16:22:43.965 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 16:22:43.971 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 23.8004ms -2016-07-11 16:22:43.981 +05:30 [Information] Request finished in 38.6571ms 200 application/json; charset=utf-8 -2016-07-11 16:22:43.982 +05:30 [Debug] Connection id ""0HKT9ESNJ2OAR"" completed keep alive response. -2016-07-11 16:22:43.990 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-11 16:22:43.991 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-11 16:22:43.992 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-11 16:22:44.006 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-11 16:22:44.030 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 16:22:44.031 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 16:22:44.033 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 16:22:44.039 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 41.935ms -2016-07-11 16:22:44.046 +05:30 [Information] Request finished in 55.7973ms 200 application/json; charset=utf-8 -2016-07-11 16:22:44.047 +05:30 [Debug] Connection id ""0HKT9ESNJ2OAR"" completed keep alive response. -2016-07-11 16:23:30.521 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/BoardMe/createBoard?boardName=Sultan&fbHashTag=Sultan&twitterHashTag=Sultan&instagramHashTag=Sultan&gplusHashTag=Sultan&userId=1 0 -2016-07-11 16:23:30.522 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/createBoard"'. -2016-07-11 16:23:30.522 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.createBoard (Api.Socioboard)" -2016-07-11 16:23:30.544 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.createBoard (Api.Socioboard)" with arguments (["Sultan", "Sultan", "Sultan", "Sultan", "Sultan", "1"]) - ModelState is Valid' -2016-07-11 16:23:34.551 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.BoardMeController.createBoard (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 16:23:34.552 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-11 16:23:34.552 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-07-11 16:23:34.560 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 16:23:34.571 +05:30 [Information] Executed action "Api.Socioboard.Controllers.BoardMeController.createBoard (Api.Socioboard)" in 4038.437ms -2016-07-11 16:23:34.581 +05:30 [Information] Request finished in 4058.2074ms 200 text/plain; charset=utf-8 -2016-07-11 16:23:34.582 +05:30 [Debug] Connection id ""0HKT9ESNJ2OAR"" completed keep alive response. -2016-07-11 16:23:36.082 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:23:36.109 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:23:36.145 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-11 16:23:36.148 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-11 16:23:36.200 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:23:36.202 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:23:36.233 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-11 16:23:36.235 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-11 16:23:36.340 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:23:36.342 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:23:36.393 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:23:36.396 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:23:36.474 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-11 16:23:36.477 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-11 16:23:36.512 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:23:36.515 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:23:36.548 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-11 16:23:36.551 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-11 16:23:36.602 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:23:36.606 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:23:36.647 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-11 16:23:36.653 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-11 16:23:36.753 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:23:36.759 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:23:36.807 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-11 16:23:36.812 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-11 16:23:36.857 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:23:36.861 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:23:36.898 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-11 16:23:36.902 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-11 16:23:36.945 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:23:36.948 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:23:37.004 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-11 16:23:37.009 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-11 16:23:37.056 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:23:37.061 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:23:37.099 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-11 16:23:37.102 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-11 16:23:37.143 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:23:37.150 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:23:37.186 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-11 16:23:37.190 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-11 16:23:37.231 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:23:37.235 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:23:37.270 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-11 16:23:37.273 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-11 16:23:37.314 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:23:37.318 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:23:37.353 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-11 16:23:37.355 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-11 16:23:37.391 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:23:37.393 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:23:37.445 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:23:37.448 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:23:37.482 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-11 16:23:37.486 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-11 16:23:37.527 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:23:37.530 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:23:37.565 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-11 16:23:37.568 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-11 16:23:37.611 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:23:37.614 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:23:37.655 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-11 16:23:37.659 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-11 16:23:37.722 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-11 16:23:37.725 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-11 16:23:37.769 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:23:37.772 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:23:37.803 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-11 16:23:37.805 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-11 16:23:37.842 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:23:37.845 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:23:37.897 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:23:37.900 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:23:37.935 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-11 16:23:37.938 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-11 16:23:37.984 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:23:37.988 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:23:38.020 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-11 16:23:38.022 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-11 16:23:38.057 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:23:38.060 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:23:38.090 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-11 16:23:38.092 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-11 16:23:38.129 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:23:38.133 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:23:38.176 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-11 16:23:38.179 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-11 16:23:38.218 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:23:38.221 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:23:38.260 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-11 16:23:38.268 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-11 16:23:38.319 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:23:38.322 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:23:38.354 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-11 16:23:38.357 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-11 16:23:38.398 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:23:38.401 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:23:38.434 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-11 16:23:38.437 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-11 16:23:38.485 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:23:38.488 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:23:38.524 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-11 16:23:38.581 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-11 16:23:38.626 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:23:38.629 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:23:38.660 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-11 16:23:38.663 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-11 16:23:38.704 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:23:38.706 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:23:38.738 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-11 16:23:38.741 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-11 16:23:38.780 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:23:38.782 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:23:38.821 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-11 16:23:38.825 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-11 16:23:38.875 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:23:38.879 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:23:38.924 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-11 16:23:38.927 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-11 16:23:38.967 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:23:38.970 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:23:39.005 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-11 16:23:39.008 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-11 16:23:39.053 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:23:39.056 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:23:39.093 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-11 16:23:39.097 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-11 16:23:39.151 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:23:39.156 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:23:39.204 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-11 16:23:39.208 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-11 16:23:39.253 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:23:39.256 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:23:39.295 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-11 16:23:39.299 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-11 16:23:39.351 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:23:39.355 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:23:39.397 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-11 16:23:39.402 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-11 16:23:39.462 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:23:39.467 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:23:39.526 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:23:39.529 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:23:39.560 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-11 16:23:39.563 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-11 16:23:39.602 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:23:39.604 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:23:39.635 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-11 16:23:39.638 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-11 16:23:39.677 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:23:39.680 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:23:39.715 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-11 16:23:39.717 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-11 16:23:39.766 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:23:39.770 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:23:39.831 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-11 16:23:39.836 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-11 16:23:39.885 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:23:39.930 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:23:39.979 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-11 16:23:39.983 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-11 16:23:40.052 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:23:40.060 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:23:40.135 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-11 16:23:40.141 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-11 16:23:40.217 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:23:40.220 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:23:40.256 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-11 16:23:40.259 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-11 16:23:40.359 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:23:40.365 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:23:40.424 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-11 16:23:40.427 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-11 16:23:40.492 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-11 16:23:40.494 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-11 16:23:40.580 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:23:40.584 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:23:40.620 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-11 16:23:40.624 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-11 16:23:40.722 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:23:40.727 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:23:40.769 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-11 16:23:40.772 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-11 16:23:40.811 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:23:40.814 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:23:40.845 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-11 16:23:40.849 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-11 16:23:40.900 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:23:40.905 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:23:40.945 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-11 16:23:40.948 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-11 16:23:40.996 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:23:41.009 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:23:41.051 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-11 16:23:41.056 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-11 16:23:41.101 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:23:41.105 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:23:41.142 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-11 16:23:41.144 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-11 16:23:41.182 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:23:41.187 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:23:41.224 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-11 16:23:41.237 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-11 16:23:41.279 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:23:41.281 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:23:41.319 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-11 16:23:41.322 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-11 16:23:41.407 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:23:41.410 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:23:41.443 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-11 16:23:41.446 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-11 16:23:41.489 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:23:41.492 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:23:41.524 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-11 16:23:41.527 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-11 16:23:41.565 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:23:41.568 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:23:41.604 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-11 16:23:41.607 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-11 16:23:41.647 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:23:41.649 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:23:41.679 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-11 16:23:41.682 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-11 16:23:41.717 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:23:41.720 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:23:41.751 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-11 16:23:41.754 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-11 16:23:41.794 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:23:41.797 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:23:41.858 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:23:41.862 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:23:41.897 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-11 16:23:41.900 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-11 16:23:41.953 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:23:41.956 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:23:42.045 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:23:42.048 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:23:42.090 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-11 16:23:42.093 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-11 16:23:42.171 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:23:42.176 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:23:42.233 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-11 16:23:42.238 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-11 16:23:42.302 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:23:42.311 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:23:42.352 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-11 16:23:42.355 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-11 16:23:42.405 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-11 16:23:42.408 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-11 16:23:42.444 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:23:42.449 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:23:42.482 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-11 16:23:42.485 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-11 16:23:42.528 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:23:42.532 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:23:42.607 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-11 16:23:42.612 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-11 16:23:42.693 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-11 16:23:42.696 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-11 16:23:42.736 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:23:42.740 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:23:42.774 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-11 16:23:42.777 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-11 16:23:42.865 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:23:42.869 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:23:42.909 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-11 16:23:42.913 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-11 16:23:42.983 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-11 16:23:42.987 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-11 16:23:43.033 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:23:43.036 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:23:43.067 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-11 16:23:43.071 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-11 16:23:43.112 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:23:43.116 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:23:43.150 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-11 16:23:43.153 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-11 16:23:43.211 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-11 16:23:43.214 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-11 16:23:43.250 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:23:43.253 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:23:43.296 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-11 16:23:43.322 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-11 16:23:43.380 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:23:43.386 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:23:43.455 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:23:43.460 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:23:43.492 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-11 16:23:43.495 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-11 16:23:43.533 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:23:43.535 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:23:43.588 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:23:43.591 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:23:43.625 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-11 16:23:43.629 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-11 16:23:43.680 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:23:43.684 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:23:43.721 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-11 16:23:43.725 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-11 16:23:43.804 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:23:43.807 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:23:43.841 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-11 16:23:43.844 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-11 16:24:34.714 +05:30 [Debug] Connection id ""0HKT9ESNJ2OAR"" received FIN. -2016-07-11 16:24:34.715 +05:30 [Debug] Connection id ""0HKT9ESNJ2OAR"" disconnecting. -2016-07-11 16:24:34.715 +05:30 [Debug] Connection id ""0HKT9ESNJ2OAR"" sending FIN. -2016-07-11 16:24:34.716 +05:30 [Debug] Connection id ""0HKT9ESNJ2OAR"" sent FIN with status "0". -2016-07-11 16:24:34.717 +05:30 [Debug] Connection id ""0HKT9ESNJ2OAR"" stopped. -2016-07-11 16:27:12.192 +05:30 [Debug] Connection id ""0HKT9ESNJ2OAS"" started. -2016-07-11 16:27:12.195 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-11 16:27:12.196 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-11 16:27:12.196 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-11 16:27:12.210 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-11 16:27:12.212 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 16:27:12.212 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 16:27:12.215 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 16:27:12.221 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 18.6089ms -2016-07-11 16:27:12.228 +05:30 [Information] Request finished in 33.1343ms 200 application/json; charset=utf-8 -2016-07-11 16:27:12.228 +05:30 [Debug] Connection id ""0HKT9ESNJ2OAS"" completed keep alive response. -2016-07-11 16:27:12.238 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-11 16:27:12.240 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-11 16:27:12.240 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-11 16:27:12.254 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-11 16:27:12.256 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 16:27:12.257 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 16:27:12.259 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 16:27:12.262 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 18.6101ms -2016-07-11 16:27:12.270 +05:30 [Information] Request finished in 33.9377ms 200 application/json; charset=utf-8 -2016-07-11 16:27:12.270 +05:30 [Debug] Connection id ""0HKT9ESNJ2OAS"" completed keep alive response. -2016-07-11 16:27:35.094 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/BoardMe/createBoard?boardName=Euro2016Final&fbHashTag=Euro2016Final&twitterHashTag=Euro2016Final&instagramHashTag=Euro2016Final&gplusHashTag=Euro2016Final&userId=1 0 -2016-07-11 16:27:35.096 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/createBoard"'. -2016-07-11 16:27:35.097 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.createBoard (Api.Socioboard)" -2016-07-11 16:27:35.138 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.createBoard (Api.Socioboard)" with arguments (["Euro2016Final", "Euro2016Final", "Euro2016Final", "Euro2016Final", "Euro2016Final", "1"]) - ModelState is Valid' -2016-07-11 16:27:38.503 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.BoardMeController.createBoard (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 16:27:38.504 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-11 16:27:38.505 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-07-11 16:27:38.508 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 16:27:38.514 +05:30 [Information] Executed action "Api.Socioboard.Controllers.BoardMeController.createBoard (Api.Socioboard)" in 3412.045ms -2016-07-11 16:27:38.522 +05:30 [Information] Request finished in 3429.7115ms 200 text/plain; charset=utf-8 -2016-07-11 16:27:38.522 +05:30 [Debug] Connection id ""0HKT9ESNJ2OAS"" completed keep alive response. -2016-07-11 16:27:38.885 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/BoardMe/getUserBoards?userId=1 -2016-07-11 16:27:38.887 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/getUserBoards"'. -2016-07-11 16:27:38.888 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" -2016-07-11 16:27:38.938 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-11 16:27:38.945 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 16:27:38.946 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-11 16:27:38.946 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 16:27:38.949 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 16:27:38.954 +05:30 [Information] Executed action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" in 61.4483ms -2016-07-11 16:27:38.966 +05:30 [Information] Request finished in 127.1291ms 200 application/json; charset=utf-8 -2016-07-11 16:27:38.967 +05:30 [Debug] Connection id ""0HKT9ESNJ2OAS"" completed keep alive response. -2016-07-11 16:27:40.630 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:27:40.633 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:27:40.693 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:27:40.697 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:27:40.774 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:27:40.777 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:27:40.819 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-11 16:27:40.823 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-11 16:27:40.860 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:27:40.862 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:27:40.915 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:27:40.918 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:27:40.982 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:27:40.984 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:27:41.037 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:27:41.040 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:27:41.090 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:27:41.093 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:27:41.150 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:27:41.154 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:27:41.193 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-11 16:27:41.196 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-11 16:27:41.237 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:27:41.240 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:27:41.271 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-11 16:27:41.274 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-11 16:27:41.312 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:27:41.316 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:27:41.368 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:27:41.371 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:27:41.432 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:27:41.434 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:27:41.486 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:27:41.489 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:27:41.547 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:27:41.550 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:27:41.601 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:27:41.604 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:27:41.660 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:27:41.665 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:27:41.736 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:27:41.739 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:27:41.794 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:27:41.798 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:27:41.856 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:27:41.860 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:27:41.924 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:27:41.927 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:27:41.989 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:27:41.993 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:27:42.061 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:27:42.064 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:27:42.095 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-11 16:27:42.098 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-11 16:27:42.135 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:27:42.138 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:27:42.189 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:27:42.192 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:27:42.262 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:27:42.265 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:27:42.299 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-11 16:27:42.303 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-11 16:27:42.340 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:27:42.343 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:27:42.394 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:27:42.397 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:27:42.431 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-11 16:27:42.434 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-11 16:27:42.475 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:27:42.479 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:27:42.541 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:27:42.544 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:27:42.576 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-11 16:27:42.579 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-11 16:27:42.619 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:27:42.622 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:27:42.680 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:27:42.683 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:27:42.777 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:27:42.782 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:27:42.849 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:27:42.852 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:27:42.908 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:27:42.911 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:27:42.962 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:27:42.966 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:27:43.027 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:27:43.030 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:27:43.092 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:27:43.097 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:27:43.150 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:27:43.153 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:27:43.203 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:27:43.206 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:27:43.259 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:27:43.261 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:27:43.321 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:27:43.324 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:27:43.383 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:27:43.386 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:27:43.442 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:27:43.445 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:27:43.500 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:27:43.503 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:27:43.535 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-11 16:27:43.537 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-11 16:27:43.578 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:27:43.581 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:27:43.639 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:27:43.642 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:27:43.705 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-11 16:27:43.708 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-11 16:27:43.750 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:27:43.753 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:27:43.789 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-11 16:27:43.793 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-11 16:27:43.840 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:27:43.845 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:27:43.899 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:27:43.902 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:27:43.956 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:27:43.959 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:27:44.015 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:27:44.018 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:27:44.054 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-11 16:27:44.057 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-11 16:27:44.101 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:27:44.104 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:27:44.175 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:27:44.178 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:27:44.235 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:27:44.238 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:27:44.269 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-11 16:27:44.271 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-11 16:27:44.308 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:27:44.311 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:27:44.364 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:27:44.370 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:27:44.428 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:27:44.431 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:27:44.484 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:27:44.487 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:27:44.558 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-11 16:27:44.561 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-11 16:27:44.617 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-11 16:27:44.621 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-11 16:27:44.665 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:27:44.668 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:27:44.698 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-11 16:27:44.701 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-11 16:27:44.739 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:27:44.741 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:27:44.792 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:27:44.795 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:27:44.866 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-11 16:27:44.870 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-11 16:27:44.919 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:27:44.922 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:27:44.988 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:27:44.991 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:27:45.058 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-11 16:27:45.061 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-11 16:27:45.097 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:27:45.100 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:27:45.151 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:27:45.154 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:27:45.213 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:27:45.216 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:27:45.278 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:27:45.280 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:27:45.334 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:27:45.337 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:27:45.391 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:27:45.394 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:27:45.454 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:27:45.458 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:27:45.527 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-11 16:27:45.530 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-11 16:27:45.567 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:27:45.570 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:27:45.621 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:27:45.625 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:27:45.663 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-11 16:27:45.666 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-11 16:27:45.724 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-11 16:27:45.728 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-11 16:27:45.775 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:27:45.778 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:27:45.835 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:27:45.838 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:27:45.868 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-11 16:27:45.871 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-11 16:27:45.908 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:27:45.911 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:27:45.966 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:27:45.969 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:27:46.007 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-11 16:27:46.011 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-11 16:27:46.060 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:27:46.063 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:27:46.115 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:27:46.118 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:27:46.169 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:27:46.172 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:27:46.224 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:27:46.228 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:27:46.292 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:27:46.295 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:27:46.354 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:27:46.357 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:27:46.412 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:27:46.414 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:27:46.473 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:27:46.477 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:27:46.541 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:27:46.544 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:27:46.594 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:27:46.597 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:27:46.647 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-11 16:27:46.650 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-11 16:28:32.051 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=1 -2016-07-11 16:28:32.052 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-07-11 16:28:32.053 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-07-11 16:28:32.091 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-11 16:28:32.290 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 16:28:32.291 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-11 16:28:32.291 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 16:28:32.293 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 16:28:32.298 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 240.7434ms -2016-07-11 16:28:32.316 +05:30 [Information] Request finished in 255.2499ms 200 application/json; charset=utf-8 -2016-07-11 16:28:32.317 +05:30 [Debug] Connection id ""0HKT9ESNJ2OAS"" completed keep alive response. -2016-07-11 16:28:32.495 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=1 -2016-07-11 16:28:32.496 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-07-11 16:28:32.497 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-07-11 16:28:32.513 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-11 16:28:32.516 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 16:28:32.516 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-11 16:28:32.517 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 16:28:32.523 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 16:28:32.572 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 26.6485ms -2016-07-11 16:28:32.599 +05:30 [Information] Request finished in 108.6085ms 200 application/json; charset=utf-8 -2016-07-11 16:28:32.600 +05:30 [Debug] Connection id ""0HKT9ESNJ2OAS"" completed keep alive response. -2016-07-11 16:36:53.570 +05:30 [Debug] Hosting starting -2016-07-11 16:36:54.036 +05:30 [Debug] Hosting started -2016-07-11 16:36:54.295 +05:30 [Debug] Connection id ""0HKT9FDRQ6L9Q"" started. -2016-07-11 16:36:54.295 +05:30 [Debug] Connection id ""0HKT9FDRQ6L9R"" started. -2016-07-11 16:36:54.652 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:6361/ 0 -2016-07-11 16:36:54.652 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-07-11 16:36:56.333 +05:30 [Debug] Request did not match any routes. -2016-07-11 16:36:56.354 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-07-11 16:36:56.531 +05:30 [Information] Request finished in 1956.2705ms 404 -2016-07-11 16:36:56.590 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"0bc2727a-82c0-48cd-9451-47e9c06cd4c9"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-07-11 16:36:56.612 +05:30 [Debug] Connection id ""0HKT9FDRQ6L9Q"" completed keep alive response. -2016-07-11 16:36:56.688 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-07-11 16:36:57.165 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid' -2016-07-11 16:36:57.174 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult".' -2016-07-11 16:36:57.253 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-11 16:36:57.263 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 16:36:57.267 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 16:36:57.863 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 1152.5125ms -2016-07-11 16:36:57.879 +05:30 [Information] Request finished in 3322.4132ms 200 application/json; charset=utf-8 -2016-07-11 16:36:57.883 +05:30 [Debug] Connection id ""0HKT9FDRQ6L9R"" completed keep alive response. -2016-07-11 16:37:47.049 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/User/FacebookLogin application/x-www-form-urlencoded 181 -2016-07-11 16:37:47.051 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/FacebookLogin"'. -2016-07-11 16:37:47.052 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" -2016-07-11 16:37:48.078 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" with arguments (["EAAKYvwDVmnUBAPGy5cCXqcVtK26ZB967cZAfvoHrKFa6CnLsiISZBL2GZA6fxk84iSeeLaLdB0Ug2rw3dtffhkDZCcUlfs8XpZByGwXIeZCZCGnUyZBWHZCTaUM2F9HGHr1HMccZCPKwLaLqK3eOPlKcHozMc2bNcWk04AZD"]) - ModelState is Valid' -2016-07-11 16:37:49.580 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 16:37:49.604 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 16:37:49.620 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 16:37:49.745 +05:30 [Information] Executed action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" in 2671.3535ms -2016-07-11 16:37:49.749 +05:30 [Information] Request finished in 2708.5663ms 200 application/json; charset=utf-8 -2016-07-11 16:37:49.749 +05:30 [Debug] Connection id ""0HKT9FDRQ6L9Q"" completed keep alive response. -2016-07-11 16:37:50.400 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-11 16:37:50.401 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-11 16:37:50.401 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-11 16:37:50.462 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-11 16:37:50.499 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 16:37:50.499 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 16:37:50.501 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 16:37:50.506 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 102.6844ms -2016-07-11 16:37:50.517 +05:30 [Information] Request finished in 118.7253ms 200 application/json; charset=utf-8 -2016-07-11 16:37:50.518 +05:30 [Debug] Connection id ""0HKT9FDRQ6L9R"" completed keep alive response. -2016-07-11 16:37:50.603 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-11 16:37:50.604 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-11 16:37:50.604 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-11 16:37:50.619 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-11 16:37:50.637 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 16:37:50.637 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 16:37:50.638 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 16:37:50.648 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 41.7856ms -2016-07-11 16:37:50.652 +05:30 [Information] Request finished in 47.1254ms 200 application/json; charset=utf-8 -2016-07-11 16:37:50.652 +05:30 [Debug] Connection id ""0HKT9FDRQ6L9Q"" completed keep alive response. -2016-07-11 16:37:53.669 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=1 -2016-07-11 16:37:53.670 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-07-11 16:37:53.683 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-07-11 16:37:53.730 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-11 16:38:11.887 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 16:38:11.887 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-11 16:38:11.888 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 16:38:11.889 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 16:38:11.943 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 18257.7307ms -2016-07-11 16:38:11.946 +05:30 [Information] Request finished in 18277.922ms 200 application/json; charset=utf-8 -2016-07-11 16:38:11.947 +05:30 [Debug] Connection id ""0HKT9FDRQ6L9R"" completed keep alive response. -2016-07-11 16:38:11.957 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=1 -2016-07-11 16:38:11.958 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-07-11 16:38:11.959 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-07-11 16:38:12.039 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-11 16:38:12.091 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 16:38:12.092 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-11 16:38:12.092 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 16:38:12.095 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 16:38:12.133 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 171.7623ms -2016-07-11 16:38:12.138 +05:30 [Information] Request finished in 180.1645ms 200 application/json; charset=utf-8 -2016-07-11 16:38:12.138 +05:30 [Debug] Connection id ""0HKT9FDRQ6L9Q"" completed keep alive response. -2016-07-11 16:39:26.864 +05:30 [Debug] Connection id ""0HKT9FDRQ6L9Q"" received FIN. -2016-07-11 16:39:26.865 +05:30 [Debug] Connection id ""0HKT9FDRQ6L9R"" received FIN. -2016-07-11 16:39:26.866 +05:30 [Debug] Connection id ""0HKT9FDRQ6L9S"" started. -2016-07-11 16:39:26.867 +05:30 [Debug] Connection id ""0HKT9FDRQ6L9R"" disconnecting. -2016-07-11 16:39:26.866 +05:30 [Debug] Connection id ""0HKT9FDRQ6L9Q"" disconnecting. -2016-07-11 16:39:26.892 +05:30 [Debug] Connection id ""0HKT9FDRQ6L9Q"" sending FIN. -2016-07-11 16:39:26.892 +05:30 [Debug] Connection id ""0HKT9FDRQ6L9R"" sending FIN. -2016-07-11 16:39:26.897 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/BoardMe/getUserBoards?userId=1 -2016-07-11 16:39:26.898 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/getUserBoards"'. -2016-07-11 16:39:26.899 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" -2016-07-11 16:39:26.927 +05:30 [Debug] Connection id ""0HKT9FDRQ6L9Q"" sent FIN with status "0". -2016-07-11 16:39:26.969 +05:30 [Debug] Connection id ""0HKT9FDRQ6L9R"" sent FIN with status "0". -2016-07-11 16:39:26.972 +05:30 [Debug] Connection id ""0HKT9FDRQ6L9Q"" stopped. -2016-07-11 16:39:26.973 +05:30 [Debug] Connection id ""0HKT9FDRQ6L9R"" stopped. -2016-07-11 16:39:26.976 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-11 16:39:29.135 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 16:39:29.136 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-11 16:39:29.136 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 16:39:29.138 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 16:39:29.162 +05:30 [Information] Executed action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" in 2259.0963ms -2016-07-11 16:39:29.166 +05:30 [Information] Request finished in 2294.1402ms 200 application/json; charset=utf-8 -2016-07-11 16:39:29.167 +05:30 [Debug] Connection id ""0HKT9FDRQ6L9S"" completed keep alive response. -2016-07-11 16:40:19.914 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=1 -2016-07-11 16:40:19.915 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-07-11 16:40:19.918 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-07-11 16:40:19.979 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-11 16:40:19.989 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 16:40:19.989 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-11 16:40:19.990 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 16:40:19.992 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 16:40:19.999 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 74.0413ms -2016-07-11 16:40:20.019 +05:30 [Information] Request finished in 91.437ms 200 application/json; charset=utf-8 -2016-07-11 16:40:20.020 +05:30 [Debug] Connection id ""0HKT9FDRQ6L9S"" completed keep alive response. -2016-07-11 16:40:20.087 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=1 -2016-07-11 16:40:20.091 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-07-11 16:40:20.092 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-07-11 16:40:20.167 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-11 16:40:20.169 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 16:40:20.170 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-11 16:40:20.170 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 16:40:20.181 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 16:40:20.197 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 89.2731ms -2016-07-11 16:40:20.221 +05:30 [Information] Request finished in 134.6624ms 200 application/json; charset=utf-8 -2016-07-11 16:40:20.222 +05:30 [Debug] Connection id ""0HKT9FDRQ6L9S"" completed keep alive response. -2016-07-11 16:42:24.247 +05:30 [Debug] Connection id ""0HKT9FDRQ6L9S"" received FIN. -2016-07-11 16:42:24.247 +05:30 [Debug] Connection id ""0HKT9FDRQ6L9S"" disconnecting. -2016-07-11 16:42:24.248 +05:30 [Debug] Connection id ""0HKT9FDRQ6L9S"" sending FIN. -2016-07-11 16:42:24.248 +05:30 [Debug] Connection id ""0HKT9FDRQ6L9S"" sent FIN with status "0". -2016-07-11 16:42:24.249 +05:30 [Debug] Connection id ""0HKT9FDRQ6L9S"" stopped. -2016-07-11 17:06:03.118 +05:30 [Debug] Hosting starting -2016-07-11 17:06:03.500 +05:30 [Debug] Hosting started -2016-07-11 17:06:03.752 +05:30 [Debug] Connection id ""0HKT9FU56BADJ"" started. -2016-07-11 17:06:03.752 +05:30 [Debug] Connection id ""0HKT9FU56BADK"" started. -2016-07-11 17:06:04.018 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:6361/ 0 -2016-07-11 17:06:04.018 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-07-11 17:06:05.261 +05:30 [Debug] Request did not match any routes. -2016-07-11 17:06:05.287 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-07-11 17:06:05.468 +05:30 [Information] Request finished in 1516.6492ms 404 -2016-07-11 17:06:05.541 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"69ee91b4-6c7e-46b0-956e-ab991d94de1b"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-07-11 17:06:05.546 +05:30 [Debug] Connection id ""0HKT9FU56BADK"" completed keep alive response. -2016-07-11 17:06:05.649 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-07-11 17:06:06.287 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid' -2016-07-11 17:06:06.298 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult".' -2016-07-11 17:06:06.398 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-11 17:06:06.408 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 17:06:06.411 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 17:06:06.961 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 1294.5884ms -2016-07-11 17:06:06.983 +05:30 [Information] Request finished in 3045.1491ms 200 application/json; charset=utf-8 -2016-07-11 17:06:06.993 +05:30 [Debug] Connection id ""0HKT9FU56BADJ"" completed keep alive response. -2016-07-11 17:07:00.685 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/User/FacebookLogin application/x-www-form-urlencoded 177 -2016-07-11 17:07:00.686 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/FacebookLogin"'. -2016-07-11 17:07:00.688 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" -2016-07-11 17:07:09.208 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" with arguments (["EAAKYvwDVmnUBAKqnhaceZBUmxtW6WkTUwvf6wvpqicFfMfePzpdUOrvcJReJyZAoIGUDvLVdVzlknaqk1ZAwiYKZBZCbmukvjrEIWE4dHDIakoyWp4OwCDfmtRXRer9bXW0rM9lZB8DuoaGHOS8JReZBYA5Eps5tdcZD"]) - ModelState is Valid' -2016-07-11 17:07:11.476 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 17:07:11.485 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 17:07:11.486 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 17:07:11.575 +05:30 [Information] Executed action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" in 10885.6981ms -2016-07-11 17:07:11.581 +05:30 [Information] Request finished in 10898.3527ms 200 application/json; charset=utf-8 -2016-07-11 17:07:11.582 +05:30 [Debug] Connection id ""0HKT9FU56BADK"" completed keep alive response. -2016-07-11 17:07:12.288 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-11 17:07:12.288 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-11 17:07:12.289 +05:30 [Debug] Connection id ""0HKT9FU56BADJ"" received FIN. -2016-07-11 17:07:12.289 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-11 17:07:12.291 +05:30 [Debug] Connection id ""0HKT9FU56BADJ"" disconnecting. -2016-07-11 17:07:12.293 +05:30 [Debug] Connection id ""0HKT9FU56BADJ"" sending FIN. -2016-07-11 17:07:12.309 +05:30 [Debug] Connection id ""0HKT9FU56BADJ"" sent FIN with status "0". -2016-07-11 17:07:12.376 +05:30 [Debug] Connection id ""0HKT9FU56BADJ"" stopped. -2016-07-11 17:07:12.401 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-11 17:07:12.428 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 17:07:12.428 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 17:07:12.430 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 17:07:12.435 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 144.0686ms -2016-07-11 17:07:12.439 +05:30 [Information] Request finished in 151.2689ms 200 application/json; charset=utf-8 -2016-07-11 17:07:12.440 +05:30 [Debug] Connection id ""0HKT9FU56BADK"" completed keep alive response. -2016-07-11 17:07:12.587 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-11 17:07:12.588 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-11 17:07:12.589 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-11 17:07:12.610 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-11 17:07:12.632 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 17:07:12.633 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 17:07:12.634 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 17:07:12.645 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 53.6351ms -2016-07-11 17:07:12.649 +05:30 [Information] Request finished in 62.5163ms 200 application/json; charset=utf-8 -2016-07-11 17:07:12.649 +05:30 [Debug] Connection id ""0HKT9FU56BADK"" completed keep alive response. -2016-07-11 17:07:16.287 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=1 -2016-07-11 17:07:16.288 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-07-11 17:07:16.288 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-07-11 17:07:16.346 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-11 17:07:32.872 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 17:07:32.879 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-11 17:07:32.880 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 17:07:32.881 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 17:07:32.919 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 16628.4588ms -2016-07-11 17:07:32.924 +05:30 [Information] Request finished in 16637.791ms 200 application/json; charset=utf-8 -2016-07-11 17:07:32.925 +05:30 [Debug] Connection id ""0HKT9FU56BADK"" completed keep alive response. -2016-07-11 17:07:32.939 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=1 -2016-07-11 17:07:32.940 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-07-11 17:07:32.940 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-07-11 17:07:32.979 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-11 17:07:33.091 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 17:07:33.091 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-11 17:07:33.092 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 17:07:33.093 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 17:07:33.136 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 194.0478ms -2016-07-11 17:07:33.140 +05:30 [Information] Request finished in 201.3923ms 200 application/json; charset=utf-8 -2016-07-11 17:07:33.141 +05:30 [Debug] Connection id ""0HKT9FU56BADK"" completed keep alive response. -2016-07-11 17:09:43.706 +05:30 [Debug] Connection id ""0HKT9FU56BADK"" received FIN. -2016-07-11 17:09:43.708 +05:30 [Debug] Connection id ""0HKT9FU56BADK"" disconnecting. -2016-07-11 17:09:43.709 +05:30 [Debug] Connection id ""0HKT9FU56BADK"" sending FIN. -2016-07-11 17:09:43.711 +05:30 [Debug] Connection id ""0HKT9FU56BADK"" sent FIN with status "0". -2016-07-11 17:09:43.711 +05:30 [Debug] Connection id ""0HKT9FU56BADK"" stopped. -2016-07-11 18:45:22.498 +05:30 [Debug] Hosting starting -2016-07-11 18:45:23.053 +05:30 [Debug] Hosting started -2016-07-11 18:45:23.152 +05:30 [Debug] Connection id ""0HKT9HLL7JORG"" started. -2016-07-11 18:45:23.157 +05:30 [Debug] Connection id ""0HKT9HLL7JORH"" started. -2016-07-11 18:45:23.488 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:6361/ 0 -2016-07-11 18:45:23.488 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-07-11 18:45:26.033 +05:30 [Debug] Request did not match any routes. -2016-07-11 18:45:26.067 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-07-11 18:45:26.371 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"360028bd-53f5-40cb-be1e-005cb7d65104"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-07-11 18:45:26.422 +05:30 [Information] Request finished in 2971.9568ms 404 -2016-07-11 18:45:26.485 +05:30 [Debug] Connection id ""0HKT9HLL7JORH"" completed keep alive response. -2016-07-11 18:45:26.584 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-07-11 18:45:27.335 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid' -2016-07-11 18:45:27.346 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult".' -2016-07-11 18:45:27.441 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-11 18:45:27.453 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 18:45:27.472 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 18:45:28.475 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 1872.613ms -2016-07-11 18:45:28.485 +05:30 [Information] Request finished in 5067.1478ms 200 application/json; charset=utf-8 -2016-07-11 18:45:28.490 +05:30 [Debug] Connection id ""0HKT9HLL7JORG"" completed keep alive response. -2016-07-11 18:47:13.107 +05:30 [Debug] Connection id ""0HKT9HLL7JORG"" received FIN. -2016-07-11 18:47:13.108 +05:30 [Debug] Connection id ""0HKT9HLL7JORH"" received FIN. -2016-07-11 18:47:13.112 +05:30 [Debug] Connection id ""0HKT9HLL7JORG"" disconnecting. -2016-07-11 18:47:13.112 +05:30 [Debug] Connection id ""0HKT9HLL7JORH"" disconnecting. -2016-07-11 18:47:13.114 +05:30 [Debug] Connection id ""0HKT9HLL7JORH"" sending FIN. -2016-07-11 18:47:13.114 +05:30 [Debug] Connection id ""0HKT9HLL7JORG"" sending FIN. -2016-07-11 18:47:13.127 +05:30 [Debug] Connection id ""0HKT9HLL7JORG"" sent FIN with status "0". -2016-07-11 18:47:13.127 +05:30 [Debug] Connection id ""0HKT9HLL7JORH"" sent FIN with status "0". -2016-07-11 18:47:13.133 +05:30 [Debug] Connection id ""0HKT9HLL7JORH"" stopped. -2016-07-11 18:47:13.133 +05:30 [Debug] Connection id ""0HKT9HLL7JORG"" stopped. -2016-07-11 18:57:38.047 +05:30 [Debug] Hosting starting -2016-07-11 18:57:38.874 +05:30 [Debug] Hosting started -2016-07-11 18:57:38.920 +05:30 [Debug] Connection id ""0HKT9HSGGDGT5"" started. -2016-07-11 18:57:38.920 +05:30 [Debug] Connection id ""0HKT9HSGGDGT6"" started. -2016-07-11 18:57:39.392 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:6361/ 0 -2016-07-11 18:57:39.392 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-07-11 18:57:42.072 +05:30 [Debug] Request did not match any routes. -2016-07-11 18:57:42.115 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-07-11 18:57:42.381 +05:30 [Information] Request finished in 3063.7969ms 404 -2016-07-11 18:57:42.430 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"72dede89-5bc8-43e3-bd7a-5002cc5903d5"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-07-11 18:57:42.481 +05:30 [Debug] Connection id ""0HKT9HSGGDGT6"" completed keep alive response. -2016-07-11 18:57:42.512 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-07-11 18:57:43.073 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid' -2016-07-11 18:57:43.087 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult".' -2016-07-11 18:57:43.210 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-11 18:57:43.221 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 18:57:43.229 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 18:57:44.114 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 1543.8491ms -2016-07-11 18:57:44.133 +05:30 [Information] Request finished in 4848.5126ms 200 application/json; charset=utf-8 -2016-07-11 18:57:44.139 +05:30 [Debug] Connection id ""0HKT9HSGGDGT5"" completed keep alive response. -2016-07-11 18:58:19.776 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/User/FacebookLogin application/x-www-form-urlencoded 173 -2016-07-11 18:58:19.782 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/FacebookLogin"'. -2016-07-11 18:58:19.784 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" -2016-07-11 18:58:21.147 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" with arguments (["EAAKYvwDVmnUBAEhiirL8Ay6h7ar2xrG2SVOEgsqSnifnUDQZBejcdeo0F8ev8kzFtxVtjdnSxtTZAb2Usb4UgY6TrEakyjkrHYiIr6DJB6UCv4lbhl7Tt1H7kMHB5l9eOvTlGtLXeEb5ZBM4tM1CC4NXA0kQ1IZD"]) - ModelState is Valid' -2016-07-11 18:58:22.830 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 18:58:22.843 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 18:58:22.845 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 18:58:22.911 +05:30 [Information] Executed action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" in 3125.7054ms -2016-07-11 18:58:22.914 +05:30 [Information] Request finished in 3140.7183ms 200 application/json; charset=utf-8 -2016-07-11 18:58:22.915 +05:30 [Debug] Connection id ""0HKT9HSGGDGT6"" completed keep alive response. -2016-07-11 18:58:23.629 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-11 18:58:23.631 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-11 18:58:23.631 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-11 18:58:23.687 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-11 18:58:23.721 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 18:58:23.722 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 18:58:23.724 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 18:58:23.741 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 99.4355ms -2016-07-11 18:58:23.747 +05:30 [Information] Request finished in 116.8904ms 200 application/json; charset=utf-8 -2016-07-11 18:58:23.747 +05:30 [Debug] Connection id ""0HKT9HSGGDGT5"" completed keep alive response. -2016-07-11 18:58:23.849 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-11 18:58:23.849 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-11 18:58:23.857 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-11 18:58:23.881 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-11 18:58:23.899 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 18:58:23.899 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 18:58:23.901 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 18:58:23.911 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 52.8608ms -2016-07-11 18:58:23.915 +05:30 [Information] Request finished in 66.7635ms 200 application/json; charset=utf-8 -2016-07-11 18:58:23.915 +05:30 [Debug] Connection id ""0HKT9HSGGDGT6"" completed keep alive response. -2016-07-11 18:58:28.629 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=1 -2016-07-11 18:58:28.631 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-07-11 18:58:28.632 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-07-11 18:58:28.672 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-11 18:58:49.642 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 18:58:49.643 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-11 18:58:49.644 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 18:58:49.646 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 18:58:49.686 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 21049.3417ms -2016-07-11 18:58:49.694 +05:30 [Information] Request finished in 21065.8302ms 200 application/json; charset=utf-8 -2016-07-11 18:58:49.695 +05:30 [Debug] Connection id ""0HKT9HSGGDGT5"" completed keep alive response. -2016-07-11 18:58:49.711 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=1 -2016-07-11 18:58:49.712 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-07-11 18:58:49.713 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-07-11 18:58:49.786 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-11 18:58:49.949 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 18:58:49.949 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-11 18:58:49.950 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 18:58:49.952 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 18:58:49.995 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 280.2974ms -2016-07-11 18:58:50.001 +05:30 [Information] Request finished in 288.8717ms 200 application/json; charset=utf-8 -2016-07-11 18:58:50.001 +05:30 [Debug] Connection id ""0HKT9HSGGDGT6"" completed keep alive response. -2016-07-11 18:59:04.455 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/BoardMe/getUserBoards?userId=1 -2016-07-11 18:59:04.456 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/getUserBoards"'. -2016-07-11 18:59:04.457 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" -2016-07-11 18:59:04.507 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-11 18:59:08.719 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 18:59:08.720 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-11 18:59:08.720 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 18:59:08.722 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 18:59:08.747 +05:30 [Information] Executed action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" in 4289.9676ms -2016-07-11 18:59:08.752 +05:30 [Information] Request finished in 4297.9062ms 200 application/json; charset=utf-8 -2016-07-11 18:59:08.752 +05:30 [Debug] Connection id ""0HKT9HSGGDGT5"" completed keep alive response. -2016-07-11 18:59:13.016 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=1 -2016-07-11 18:59:13.017 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-07-11 18:59:13.019 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-07-11 18:59:13.033 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-11 18:59:13.041 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 18:59:13.041 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-11 18:59:13.041 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 18:59:13.043 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 18:59:13.047 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 23.8848ms -2016-07-11 18:59:13.052 +05:30 [Information] Request finished in 35.9076ms 200 application/json; charset=utf-8 -2016-07-11 18:59:13.053 +05:30 [Debug] Connection id ""0HKT9HSGGDGT6"" completed keep alive response. -2016-07-11 18:59:13.160 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=1 -2016-07-11 18:59:13.161 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-07-11 18:59:13.162 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-07-11 18:59:13.177 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-11 18:59:13.178 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 18:59:13.179 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-11 18:59:13.179 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 18:59:13.181 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 18:59:13.204 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 27.7752ms -2016-07-11 18:59:13.223 +05:30 [Information] Request finished in 70.6704ms 200 application/json; charset=utf-8 -2016-07-11 18:59:13.224 +05:30 [Debug] Connection id ""0HKT9HSGGDGT5"" completed keep alive response. -2016-07-11 19:01:18.876 +05:30 [Debug] Connection id ""0HKT9HSGGDGT6"" received FIN. -2016-07-11 19:01:18.876 +05:30 [Debug] Connection id ""0HKT9HSGGDGT5"" received FIN. -2016-07-11 19:01:18.879 +05:30 [Debug] Connection id ""0HKT9HSGGDGT6"" disconnecting. -2016-07-11 19:01:18.879 +05:30 [Debug] Connection id ""0HKT9HSGGDGT5"" disconnecting. -2016-07-11 19:01:18.882 +05:30 [Debug] Connection id ""0HKT9HSGGDGT6"" sending FIN. -2016-07-11 19:01:18.883 +05:30 [Debug] Connection id ""0HKT9HSGGDGT5"" sending FIN. -2016-07-11 19:01:18.905 +05:30 [Debug] Connection id ""0HKT9HSGGDGT5"" sent FIN with status "0". -2016-07-11 19:01:18.906 +05:30 [Debug] Connection id ""0HKT9HSGGDGT6"" sent FIN with status "0". -2016-07-11 19:01:18.911 +05:30 [Debug] Connection id ""0HKT9HSGGDGT5"" stopped. -2016-07-11 19:01:18.911 +05:30 [Debug] Connection id ""0HKT9HSGGDGT6"" stopped. -2016-07-11 19:02:43.336 +05:30 [Debug] Connection id ""0HKT9HSGGDGT7"" started. -2016-07-11 19:02:43.341 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-11 19:02:43.342 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-11 19:02:43.343 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-11 19:02:43.360 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-11 19:02:43.361 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 19:02:43.361 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 19:02:43.363 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 19:02:43.368 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 20.8669ms -2016-07-11 19:02:43.375 +05:30 [Information] Request finished in 33.9913ms 200 application/json; charset=utf-8 -2016-07-11 19:02:43.375 +05:30 [Debug] Connection id ""0HKT9HSGGDGT7"" completed keep alive response. -2016-07-11 19:02:43.387 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-11 19:02:43.387 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-11 19:02:43.388 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-11 19:02:43.416 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-11 19:02:43.417 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 19:02:43.418 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 19:02:43.419 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 19:02:43.421 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 31.1603ms -2016-07-11 19:02:43.427 +05:30 [Information] Request finished in 39.5922ms 200 application/json; charset=utf-8 -2016-07-11 19:02:43.427 +05:30 [Debug] Connection id ""0HKT9HSGGDGT7"" completed keep alive response. -2016-07-11 19:02:46.200 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=1 -2016-07-11 19:02:46.202 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-07-11 19:02:46.202 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-07-11 19:02:46.254 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-11 19:02:46.267 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 19:02:46.267 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-11 19:02:46.268 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 19:02:46.270 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 19:02:46.276 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 67.9301ms -2016-07-11 19:02:46.281 +05:30 [Information] Request finished in 81.1811ms 200 application/json; charset=utf-8 -2016-07-11 19:02:46.282 +05:30 [Debug] Connection id ""0HKT9HSGGDGT7"" completed keep alive response. -2016-07-11 19:02:46.881 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=1 -2016-07-11 19:02:46.881 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-07-11 19:02:46.882 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-07-11 19:02:46.929 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-11 19:02:46.931 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 19:02:46.932 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-11 19:02:46.932 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 19:02:47.019 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 19:02:47.034 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 138.8133ms -2016-07-11 19:02:47.063 +05:30 [Information] Request finished in 201.0975ms 200 application/json; charset=utf-8 -2016-07-11 19:02:47.064 +05:30 [Debug] Connection id ""0HKT9HSGGDGT7"" completed keep alive response. -2016-07-11 19:02:52.955 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/BoardMe/getUserBoards?userId=1 -2016-07-11 19:02:52.955 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/getUserBoards"'. -2016-07-11 19:02:52.956 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" -2016-07-11 19:02:53.020 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-11 19:02:53.100 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 19:02:53.101 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-11 19:02:53.101 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 19:02:53.103 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 19:02:53.109 +05:30 [Information] Executed action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" in 148.2532ms -2016-07-11 19:02:53.151 +05:30 [Information] Request finished in 188.8324ms 200 application/json; charset=utf-8 -2016-07-11 19:02:53.152 +05:30 [Debug] Connection id ""0HKT9HSGGDGT7"" completed keep alive response. -2016-07-11 19:02:55.813 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=1 -2016-07-11 19:02:55.814 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-07-11 19:02:55.815 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-07-11 19:02:55.856 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-11 19:02:55.864 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 19:02:55.865 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-11 19:02:55.865 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 19:02:55.869 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 19:02:55.874 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 54.5714ms -2016-07-11 19:02:55.888 +05:30 [Information] Request finished in 73.0333ms 200 application/json; charset=utf-8 -2016-07-11 19:02:55.888 +05:30 [Debug] Connection id ""0HKT9HSGGDGT7"" completed keep alive response. -2016-07-11 19:02:55.937 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=1 -2016-07-11 19:02:55.937 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-07-11 19:02:55.938 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-07-11 19:02:55.993 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-11 19:02:55.995 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 19:02:55.995 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-11 19:02:55.996 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 19:02:56.004 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 19:02:56.014 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 68.193ms -2016-07-11 19:02:56.044 +05:30 [Information] Request finished in 105.3933ms 200 application/json; charset=utf-8 -2016-07-11 19:02:56.045 +05:30 [Debug] Connection id ""0HKT9HSGGDGT7"" completed keep alive response. -2016-07-11 19:02:58.326 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/BoardMe/getUserBoards?userId=1 -2016-07-11 19:02:58.327 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/getUserBoards"'. -2016-07-11 19:02:58.327 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" -2016-07-11 19:02:58.357 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-11 19:02:58.368 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 19:02:58.368 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-11 19:02:58.369 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 19:02:58.370 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 19:02:58.374 +05:30 [Information] Executed action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" in 43.3571ms -2016-07-11 19:02:58.378 +05:30 [Information] Request finished in 55.4745ms 200 application/json; charset=utf-8 -2016-07-11 19:02:58.379 +05:30 [Debug] Connection id ""0HKT9HSGGDGT7"" completed keep alive response. -2016-07-11 19:04:58.869 +05:30 [Debug] Connection id ""0HKT9HSGGDGT7"" received FIN. -2016-07-11 19:04:58.871 +05:30 [Debug] Connection id ""0HKT9HSGGDGT7"" disconnecting. -2016-07-11 19:04:58.872 +05:30 [Debug] Connection id ""0HKT9HSGGDGT7"" sending FIN. -2016-07-11 19:04:58.874 +05:30 [Debug] Connection id ""0HKT9HSGGDGT7"" sent FIN with status "0". -2016-07-11 19:04:58.876 +05:30 [Debug] Connection id ""0HKT9HSGGDGT7"" stopped. -2016-07-11 19:06:28.051 +05:30 [Debug] Connection id ""0HKT9HSGGDGT8"" started. -2016-07-11 19:06:28.057 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-11 19:06:28.058 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-11 19:06:28.059 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-11 19:06:28.114 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-11 19:06:28.116 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 19:06:28.116 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 19:06:28.119 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 19:06:28.127 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 61.7454ms -2016-07-11 19:06:28.131 +05:30 [Information] Request finished in 75.5939ms 200 application/json; charset=utf-8 -2016-07-11 19:06:28.133 +05:30 [Debug] Connection id ""0HKT9HSGGDGT8"" completed keep alive response. -2016-07-11 19:06:28.155 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-11 19:06:28.156 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-11 19:06:28.157 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-11 19:06:28.196 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-11 19:06:28.198 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 19:06:28.198 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 19:06:28.201 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 19:06:28.211 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 44.9695ms -2016-07-11 19:06:28.216 +05:30 [Information] Request finished in 67.6798ms 200 application/json; charset=utf-8 -2016-07-11 19:06:28.217 +05:30 [Debug] Connection id ""0HKT9HSGGDGT8"" completed keep alive response. -2016-07-11 19:06:31.505 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/BoardMe/getUserBoards?userId=1 -2016-07-11 19:06:31.508 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/getUserBoards"'. -2016-07-11 19:06:31.510 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" -2016-07-11 19:06:31.597 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-11 19:06:31.635 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 19:06:31.636 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-11 19:06:31.637 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 19:06:31.641 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 19:06:31.646 +05:30 [Information] Executed action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" in 131.1712ms -2016-07-11 19:06:31.651 +05:30 [Information] Request finished in 190.137ms 200 application/json; charset=utf-8 -2016-07-11 19:06:31.652 +05:30 [Debug] Connection id ""0HKT9HSGGDGT8"" completed keep alive response. -2016-07-11 19:07:14.877 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-11 19:07:14.880 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-11 19:07:14.882 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-11 19:07:14.931 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-11 19:07:14.932 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 19:07:14.933 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 19:07:14.935 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 19:07:14.939 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 54.0183ms -2016-07-11 19:07:14.946 +05:30 [Information] Request finished in 75.6943ms 200 application/json; charset=utf-8 -2016-07-11 19:07:14.946 +05:30 [Debug] Connection id ""0HKT9HSGGDGT8"" completed keep alive response. -2016-07-11 19:07:14.953 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-11 19:07:14.954 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-11 19:07:14.955 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-11 19:07:14.969 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-11 19:07:14.971 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 19:07:14.972 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 19:07:14.976 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 19:07:14.979 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 20.5766ms -2016-07-11 19:07:15.006 +05:30 [Information] Request finished in 32.2648ms 200 application/json; charset=utf-8 -2016-07-11 19:07:15.006 +05:30 [Debug] Connection id ""0HKT9HSGGDGT8"" completed keep alive response. -2016-07-11 19:07:18.882 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/BoardMe/getUserBoards?userId=1 -2016-07-11 19:07:18.883 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/getUserBoards"'. -2016-07-11 19:07:18.884 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" -2016-07-11 19:07:19.052 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-11 19:07:19.153 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 19:07:19.154 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-11 19:07:19.162 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 19:07:19.167 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 19:07:19.184 +05:30 [Information] Executed action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" in 283.532ms -2016-07-11 19:07:19.204 +05:30 [Information] Request finished in 369.1076ms 200 application/json; charset=utf-8 -2016-07-11 19:07:19.209 +05:30 [Debug] Connection id ""0HKT9HSGGDGT8"" completed keep alive response. -2016-07-11 19:08:38.869 +05:30 [Debug] Connection id ""0HKT9HSGGDGT8"" received FIN. -2016-07-11 19:08:38.871 +05:30 [Debug] Connection id ""0HKT9HSGGDGT8"" disconnecting. -2016-07-11 19:08:38.872 +05:30 [Debug] Connection id ""0HKT9HSGGDGT8"" sending FIN. -2016-07-11 19:08:38.873 +05:30 [Debug] Connection id ""0HKT9HSGGDGT8"" sent FIN with status "0". -2016-07-11 19:08:38.874 +05:30 [Debug] Connection id ""0HKT9HSGGDGT8"" stopped. -2016-07-11 19:15:05.231 +05:30 [Debug] Connection id ""0HKT9HSGGDGT9"" started. -2016-07-11 19:15:05.241 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-11 19:15:05.242 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-11 19:15:05.244 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-11 19:15:05.298 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-11 19:15:05.302 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 19:15:05.303 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 19:15:05.305 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 19:15:05.315 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 62.161ms -2016-07-11 19:15:05.331 +05:30 [Information] Request finished in 85.8139ms 200 application/json; charset=utf-8 -2016-07-11 19:15:05.332 +05:30 [Debug] Connection id ""0HKT9HSGGDGT9"" completed keep alive response. -2016-07-11 19:15:05.342 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-11 19:15:05.343 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-11 19:15:05.343 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-11 19:15:05.391 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-11 19:15:05.393 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 19:15:05.394 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 19:15:05.397 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 19:15:05.403 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 54.6141ms -2016-07-11 19:15:05.415 +05:30 [Information] Request finished in 69.5215ms 200 application/json; charset=utf-8 -2016-07-11 19:15:05.416 +05:30 [Debug] Connection id ""0HKT9HSGGDGT9"" completed keep alive response. -2016-07-11 19:15:08.970 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/BoardMe/getUserBoards?userId=1 -2016-07-11 19:15:08.971 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/getUserBoards"'. -2016-07-11 19:15:08.984 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" -2016-07-11 19:15:09.132 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-11 19:15:09.154 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-11 19:15:09.155 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-11 19:15:09.155 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 19:15:09.158 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 19:15:09.168 +05:30 [Information] Executed action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" in 174.0687ms -2016-07-11 19:15:09.247 +05:30 [Information] Request finished in 284.1706ms 200 application/json; charset=utf-8 -2016-07-11 19:15:09.248 +05:30 [Debug] Connection id ""0HKT9HSGGDGT9"" completed keep alive response. -2016-07-11 19:17:48.869 +05:30 [Debug] Connection id ""0HKT9HSGGDGT9"" received FIN. -2016-07-11 19:17:48.870 +05:30 [Debug] Connection id ""0HKT9HSGGDGT9"" disconnecting. -2016-07-11 19:17:48.870 +05:30 [Debug] Connection id ""0HKT9HSGGDGT9"" sending FIN. -2016-07-11 19:17:48.871 +05:30 [Debug] Connection id ""0HKT9HSGGDGT9"" sent FIN with status "0". -2016-07-11 19:17:48.872 +05:30 [Debug] Connection id ""0HKT9HSGGDGT9"" stopped. -2016-07-11 19:44:51.207 +05:30 [Debug] Hosting starting -2016-07-11 19:44:52.085 +05:30 [Debug] Hosting started -2016-07-11 19:44:52.338 +05:30 [Debug] Connection id ""0HKT9IMSTVV1T"" started. -2016-07-11 19:44:52.362 +05:30 [Debug] Connection id ""0HKT9IMSTVV1U"" started. -2016-07-11 19:44:53.094 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-07-11 19:44:53.096 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:6361/ 0 -2016-07-11 19:44:54.504 +05:30 [Debug] Request did not match any routes. -2016-07-11 19:44:54.546 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-07-11 19:44:54.889 +05:30 [Information] Request finished in 1923.6704ms 404 -2016-07-11 19:44:54.933 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"cd103d66-5e63-42fe-8a5f-58ed414eb1a4"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-07-11 19:44:55.016 +05:30 [Debug] Connection id ""0HKT9IMSTVV1U"" completed keep alive response. -2016-07-11 19:44:55.048 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-07-11 19:44:55.506 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid' -2016-07-11 19:44:55.517 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult".' -2016-07-11 19:44:55.625 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-11 19:44:55.637 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-11 19:44:55.665 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-11 19:44:56.317 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 1239.424ms -2016-07-11 19:44:56.330 +05:30 [Information] Request finished in 3393.9583ms 200 application/json; charset=utf-8 -2016-07-11 19:44:56.335 +05:30 [Debug] Connection id ""0HKT9IMSTVV1T"" completed keep alive response. -2016-07-11 19:46:42.286 +05:30 [Debug] Connection id ""0HKT9IMSTVV1U"" received FIN. -2016-07-11 19:46:42.286 +05:30 [Debug] Connection id ""0HKT9IMSTVV1T"" received FIN. -2016-07-11 19:46:42.292 +05:30 [Debug] Connection id ""0HKT9IMSTVV1U"" disconnecting. -2016-07-11 19:46:42.292 +05:30 [Debug] Connection id ""0HKT9IMSTVV1T"" disconnecting. -2016-07-11 19:46:42.295 +05:30 [Debug] Connection id ""0HKT9IMSTVV1T"" sending FIN. -2016-07-11 19:46:42.295 +05:30 [Debug] Connection id ""0HKT9IMSTVV1U"" sending FIN. -2016-07-11 19:46:42.318 +05:30 [Debug] Connection id ""0HKT9IMSTVV1T"" sent FIN with status "0". -2016-07-11 19:46:42.318 +05:30 [Debug] Connection id ""0HKT9IMSTVV1U"" sent FIN with status "0". -2016-07-11 19:46:42.325 +05:30 [Debug] Connection id ""0HKT9IMSTVV1T"" stopped. -2016-07-11 19:46:42.326 +05:30 [Debug] Connection id ""0HKT9IMSTVV1U"" stopped. diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/wwwroot/wwwroot/log/log-20160712.txt b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/wwwroot/wwwroot/log/log-20160712.txt deleted file mode 100644 index 717e68dfe..000000000 --- a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/wwwroot/wwwroot/log/log-20160712.txt +++ /dev/null @@ -1,2777 +0,0 @@ -2016-07-12 14:49:46.112 +05:30 [Debug] Hosting starting -2016-07-12 14:49:47.362 +05:30 [Debug] Hosting started -2016-07-12 14:49:47.493 +05:30 [Debug] Connection id ""0HKTA6MLM1KFP"" started. -2016-07-12 14:49:47.493 +05:30 [Debug] Connection id ""0HKTA6MLM1KFO"" started. -2016-07-12 14:49:48.206 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-07-12 14:49:48.208 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:6361/ 0 -2016-07-12 14:49:52.737 +05:30 [Debug] Request did not match any routes. -2016-07-12 14:49:52.765 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-07-12 14:49:53.150 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"6214f875-4e73-4d46-bab9-60c6f48c89dc"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-07-12 14:49:53.270 +05:30 [Information] Request finished in 5232.7243ms 404 -2016-07-12 14:49:53.317 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-07-12 14:49:53.417 +05:30 [Debug] Connection id ""0HKTA6MLM1KFO"" completed keep alive response. -2016-07-12 14:49:54.108 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid' -2016-07-12 14:49:54.124 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult".' -2016-07-12 14:49:54.259 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-12 14:49:54.275 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 14:49:54.295 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 14:49:55.682 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 2315.4273ms -2016-07-12 14:49:55.809 +05:30 [Information] Request finished in 7794.6528ms 200 application/json; charset=utf-8 -2016-07-12 14:49:55.814 +05:30 [Debug] Connection id ""0HKTA6MLM1KFP"" completed keep alive response. -2016-07-12 14:49:56.406 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/favicon.ico -2016-07-12 14:49:56.407 +05:30 [Debug] Request did not match any routes. -2016-07-12 14:49:56.416 +05:30 [Information] Request finished in 12.1841ms 404 -2016-07-12 14:49:56.417 +05:30 [Debug] Connection id ""0HKTA6MLM1KFO"" completed keep alive response. -2016-07-12 14:51:37.439 +05:30 [Debug] Connection id ""0HKTA6MLM1KFO"" received FIN. -2016-07-12 14:51:37.439 +05:30 [Debug] Connection id ""0HKTA6MLM1KFP"" received FIN. -2016-07-12 14:51:37.442 +05:30 [Debug] Connection id ""0HKTA6MLM1KFO"" disconnecting. -2016-07-12 14:51:37.444 +05:30 [Debug] Connection id ""0HKTA6MLM1KFP"" disconnecting. -2016-07-12 14:51:37.446 +05:30 [Debug] Connection id ""0HKTA6MLM1KFO"" sending FIN. -2016-07-12 14:51:37.446 +05:30 [Debug] Connection id ""0HKTA6MLM1KFP"" sending FIN. -2016-07-12 14:51:37.467 +05:30 [Debug] Connection id ""0HKTA6MLM1KFO"" sent FIN with status "0". -2016-07-12 14:51:37.468 +05:30 [Debug] Connection id ""0HKTA6MLM1KFP"" sent FIN with status "0". -2016-07-12 14:51:37.473 +05:30 [Debug] Connection id ""0HKTA6MLM1KFP"" stopped. -2016-07-12 14:51:37.474 +05:30 [Debug] Connection id ""0HKTA6MLM1KFO"" stopped. -2016-07-12 14:52:08.328 +05:30 [Debug] Connection id ""0HKTA6MLM1KFQ"" started. -2016-07-12 14:52:08.335 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/User/FacebookLogin application/x-www-form-urlencoded 177 -2016-07-12 14:52:08.337 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/FacebookLogin"'. -2016-07-12 14:52:08.350 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" -2016-07-12 14:52:09.988 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" with arguments (["EAAKYvwDVmnUBANwm8Wsibo0PyZApHgW3PuMMhQZCf8Sci9uu9ZAMawcEwl7TKTZCg2jPIosiDy1ASr7OHVJCKHlXRvelRB73xf8VsEobThJMeL6eXQF8QKd85qriTYA5HduqzdyZBPYZCTLXnmspcWZB4w1Il3sTWAZD"]) - ModelState is Valid' -2016-07-12 14:52:12.515 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 14:52:12.524 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 14:52:12.526 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 14:52:12.627 +05:30 [Information] Executed action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" in 4274.2626ms -2016-07-12 14:52:12.630 +05:30 [Information] Request finished in 4296.5116ms 200 application/json; charset=utf-8 -2016-07-12 14:52:12.631 +05:30 [Debug] Connection id ""0HKTA6MLM1KFQ"" completed keep alive response. -2016-07-12 14:52:13.548 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-12 14:52:13.549 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-12 14:52:13.549 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-12 14:52:13.661 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-12 14:52:13.700 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 14:52:13.700 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 14:52:13.701 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 14:52:13.713 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 160.4727ms -2016-07-12 14:52:13.718 +05:30 [Information] Request finished in 169.9896ms 200 application/json; charset=utf-8 -2016-07-12 14:52:13.718 +05:30 [Debug] Connection id ""0HKTA6MLM1KFQ"" completed keep alive response. -2016-07-12 14:52:13.893 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-12 14:52:13.894 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-12 14:52:13.895 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-12 14:52:13.944 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-12 14:52:13.991 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 14:52:13.991 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 14:52:13.992 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 14:52:14.028 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 123.5906ms -2016-07-12 14:52:14.036 +05:30 [Information] Request finished in 140.6692ms 200 application/json; charset=utf-8 -2016-07-12 14:52:14.037 +05:30 [Debug] Connection id ""0HKTA6MLM1KFQ"" completed keep alive response. -2016-07-12 14:52:17.674 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=1 -2016-07-12 14:52:17.675 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-07-12 14:52:17.676 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-07-12 14:52:17.802 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-12 14:52:31.269 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 14:52:31.269 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-12 14:52:31.269 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 14:52:31.271 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 14:52:31.300 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 13622.3356ms -2016-07-12 14:52:31.304 +05:30 [Information] Request finished in 13629.1761ms 200 application/json; charset=utf-8 -2016-07-12 14:52:31.304 +05:30 [Debug] Connection id ""0HKTA6MLM1KFQ"" completed keep alive response. -2016-07-12 14:52:31.319 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=1 -2016-07-12 14:52:31.320 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-07-12 14:52:31.321 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-07-12 14:52:31.381 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-12 14:52:31.485 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 14:52:31.485 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-12 14:52:31.486 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 14:52:31.487 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 14:52:31.511 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 188.8695ms -2016-07-12 14:52:31.514 +05:30 [Information] Request finished in 195.8074ms 200 application/json; charset=utf-8 -2016-07-12 14:52:31.515 +05:30 [Debug] Connection id ""0HKTA6MLM1KFQ"" completed keep alive response. -2016-07-12 14:52:38.820 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/BoardMe/getUserBoards?userId=1 -2016-07-12 14:52:38.821 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/getUserBoards"'. -2016-07-12 14:52:38.822 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" -2016-07-12 14:52:38.860 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-12 14:52:51.339 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 14:52:51.340 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-12 14:52:51.340 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 14:52:51.342 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 14:52:51.370 +05:30 [Information] Executed action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" in 12544.8544ms -2016-07-12 14:52:51.374 +05:30 [Information] Request finished in 12553.9248ms 200 application/json; charset=utf-8 -2016-07-12 14:52:51.375 +05:30 [Debug] Connection id ""0HKTA6MLM1KFQ"" completed keep alive response. -2016-07-12 14:55:17.433 +05:30 [Debug] Connection id ""0HKTA6MLM1KFQ"" received FIN. -2016-07-12 14:55:17.433 +05:30 [Debug] Connection id ""0HKTA6MLM1KFQ"" disconnecting. -2016-07-12 14:55:17.434 +05:30 [Debug] Connection id ""0HKTA6MLM1KFQ"" sending FIN. -2016-07-12 14:55:17.434 +05:30 [Debug] Connection id ""0HKTA6MLM1KFQ"" sent FIN with status "0". -2016-07-12 14:55:17.435 +05:30 [Debug] Connection id ""0HKTA6MLM1KFQ"" stopped. -2016-07-12 15:25:15.060 +05:30 [Debug] Hosting starting -2016-07-12 15:25:15.875 +05:30 [Debug] Hosting started -2016-07-12 15:25:16.036 +05:30 [Debug] Connection id ""0HKTA7AG1D0A9"" started. -2016-07-12 15:25:16.044 +05:30 [Debug] Connection id ""0HKTA7AG1D0AA"" started. -2016-07-12 15:25:16.394 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:6361/ 0 -2016-07-12 15:25:16.390 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-07-12 15:25:18.536 +05:30 [Debug] Request did not match any routes. -2016-07-12 15:25:18.564 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-07-12 15:25:18.843 +05:30 [Information] Request finished in 2529.4965ms 404 -2016-07-12 15:25:18.845 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"aa8ed208-7347-435b-b029-b7b20d042bc2"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-07-12 15:25:18.987 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-07-12 15:25:19.037 +05:30 [Debug] Connection id ""0HKTA7AG1D0AA"" completed keep alive response. -2016-07-12 15:25:19.719 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid' -2016-07-12 15:25:19.731 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult".' -2016-07-12 15:25:19.833 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-12 15:25:19.846 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 15:25:19.852 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 15:25:20.953 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 1946.4104ms -2016-07-12 15:25:20.966 +05:30 [Information] Request finished in 4675.3322ms 200 application/json; charset=utf-8 -2016-07-12 15:25:20.982 +05:30 [Debug] Connection id ""0HKTA7AG1D0A9"" completed keep alive response. -2016-07-12 15:27:00.543 +05:30 [Debug] Connection id ""0HKTA7AG1D0AA"" received FIN. -2016-07-12 15:27:00.544 +05:30 [Debug] Connection id ""0HKTA7AG1D0A9"" received FIN. -2016-07-12 15:27:00.545 +05:30 [Debug] Connection id ""0HKTA7AG1D0AB"" started. -2016-07-12 15:27:00.546 +05:30 [Debug] Connection id ""0HKTA7AG1D0AA"" disconnecting. -2016-07-12 15:27:00.547 +05:30 [Debug] Connection id ""0HKTA7AG1D0A9"" disconnecting. -2016-07-12 15:27:00.548 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/User/FacebookLogin application/x-www-form-urlencoded 179 -2016-07-12 15:27:00.549 +05:30 [Debug] Connection id ""0HKTA7AG1D0AA"" sending FIN. -2016-07-12 15:27:00.549 +05:30 [Debug] Connection id ""0HKTA7AG1D0A9"" sending FIN. -2016-07-12 15:27:00.550 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/FacebookLogin"'. -2016-07-12 15:27:00.551 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" -2016-07-12 15:27:00.566 +05:30 [Debug] Connection id ""0HKTA7AG1D0AA"" sent FIN with status "0". -2016-07-12 15:27:00.566 +05:30 [Debug] Connection id ""0HKTA7AG1D0A9"" sent FIN with status "0". -2016-07-12 15:27:00.570 +05:30 [Debug] Connection id ""0HKTA7AG1D0AA"" stopped. -2016-07-12 15:27:00.570 +05:30 [Debug] Connection id ""0HKTA7AG1D0A9"" stopped. -2016-07-12 15:27:02.642 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" with arguments (["EAAKYvwDVmnUBAKSsYX3KGNubo4mT4xVfOzJZBnEf6ipZCOUwYbdzu4bL06bNdsHdZC0gvZCx9JqMi6zwo10QVaUCw9kZBHu1p1oWSbXMnymUJUOZA2DOVWkhaK1OA1a9eelKZCxyJXrudl6mUJbpgF0Rc7bZB0ZBRVxoZD"]) - ModelState is Valid' -2016-07-12 15:27:04.839 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 15:27:04.849 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 15:27:04.851 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 15:27:04.925 +05:30 [Information] Executed action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" in 4370.1652ms -2016-07-12 15:27:04.929 +05:30 [Information] Request finished in 4381.1218ms 200 application/json; charset=utf-8 -2016-07-12 15:27:04.930 +05:30 [Debug] Connection id ""0HKTA7AG1D0AB"" completed keep alive response. -2016-07-12 15:27:05.653 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-12 15:27:05.654 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-12 15:27:05.663 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-12 15:27:05.739 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-12 15:27:05.799 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 15:27:05.800 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 15:27:05.802 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 15:27:05.817 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 148.7812ms -2016-07-12 15:27:05.822 +05:30 [Information] Request finished in 168.8675ms 200 application/json; charset=utf-8 -2016-07-12 15:27:05.823 +05:30 [Debug] Connection id ""0HKTA7AG1D0AB"" completed keep alive response. -2016-07-12 15:27:06.017 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-12 15:27:06.018 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-12 15:27:06.018 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-12 15:27:06.035 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-12 15:27:06.056 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 15:27:06.056 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 15:27:06.057 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 15:27:06.074 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 52.346ms -2016-07-12 15:27:06.106 +05:30 [Information] Request finished in 86.6663ms 200 application/json; charset=utf-8 -2016-07-12 15:27:06.107 +05:30 [Debug] Connection id ""0HKTA7AG1D0AB"" completed keep alive response. -2016-07-12 15:27:09.856 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=1 -2016-07-12 15:27:09.857 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-07-12 15:27:09.857 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-07-12 15:27:09.893 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-12 15:27:14.568 +05:30 [Debug] Connection id ""0HKTA7AG1D0AC"" started. -2016-07-12 15:27:14.573 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/BoardMe/getUserBoards?userId=1 -2016-07-12 15:27:14.573 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/getUserBoards"'. -2016-07-12 15:27:14.574 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" -2016-07-12 15:27:14.616 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-12 15:27:20.679 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 15:27:20.680 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-12 15:27:20.680 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 15:27:20.915 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 15:27:21.321 +05:30 [Information] Executed action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" in 6372.4391ms -2016-07-12 15:27:21.324 +05:30 [Information] Request finished in 6751.9845ms 200 application/json; charset=utf-8 -2016-07-12 15:27:21.324 +05:30 [Debug] Connection id ""0HKTA7AG1D0AC"" completed keep alive response. -2016-07-12 15:27:43.242 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 15:27:43.242 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-12 15:27:43.242 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 15:27:43.244 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 15:27:43.270 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 33410.3288ms -2016-07-12 15:27:43.274 +05:30 [Information] Request finished in 33418.5998ms 200 application/json; charset=utf-8 -2016-07-12 15:27:43.274 +05:30 [Debug] Connection id ""0HKTA7AG1D0AB"" completed keep alive response. -2016-07-12 15:27:43.297 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=1 -2016-07-12 15:27:43.298 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-07-12 15:27:43.298 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-07-12 15:27:43.318 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-12 15:27:43.370 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 15:27:43.371 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-12 15:27:43.371 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 15:27:43.373 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 15:27:43.398 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 94.2514ms -2016-07-12 15:27:43.402 +05:30 [Information] Request finished in 104.8351ms 200 application/json; charset=utf-8 -2016-07-12 15:27:43.403 +05:30 [Debug] Connection id ""0HKTA7AG1D0AC"" completed keep alive response. -2016-07-12 15:28:52.902 +05:30 [Debug] Hosting starting -2016-07-12 15:28:53.509 +05:30 [Debug] Hosting started -2016-07-12 15:28:53.741 +05:30 [Debug] Connection id ""0HKTA7CGTIKBV"" started. -2016-07-12 15:28:53.741 +05:30 [Debug] Connection id ""0HKTA7CGTIKC0"" started. -2016-07-12 15:28:54.222 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-07-12 15:28:54.223 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:6361/ 0 -2016-07-12 15:28:56.382 +05:30 [Debug] Request did not match any routes. -2016-07-12 15:28:56.411 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-07-12 15:28:56.658 +05:30 [Information] Request finished in 2520.4854ms 404 -2016-07-12 15:28:56.699 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"d251342f-dcb0-479a-84b2-2951052867c4"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-07-12 15:28:56.762 +05:30 [Debug] Connection id ""0HKTA7CGTIKC0"" completed keep alive response. -2016-07-12 15:28:56.805 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-07-12 15:28:57.380 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid' -2016-07-12 15:28:57.392 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult".' -2016-07-12 15:28:57.503 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-12 15:28:57.516 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 15:28:57.521 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 15:28:58.142 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 1317.1088ms -2016-07-12 15:28:58.222 +05:30 [Information] Request finished in 4097.1148ms 200 application/json; charset=utf-8 -2016-07-12 15:28:58.226 +05:30 [Debug] Connection id ""0HKTA7CGTIKBV"" completed keep alive response. -2016-07-12 15:29:33.062 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/User/FacebookLogin application/x-www-form-urlencoded 181 -2016-07-12 15:29:33.070 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/FacebookLogin"'. -2016-07-12 15:29:33.071 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" -2016-07-12 15:29:34.026 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" with arguments (["EAAKYvwDVmnUBABSsOdYVZCmnoZAVru3DQQPZAZAZAFDPk5q4HtQUKmSCieSie4GChVCKZACVoSQ3uFIuVlMD4wUCNZCAe7HUKeNntEcZCfRAZBl0vd8elJKe1ZA5khseW7N5VJBvmMgvbZCFEtnyK2S8yykfH7cVCIaj0wZD"]) - ModelState is Valid' -2016-07-12 15:29:35.354 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 15:29:35.363 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 15:29:35.364 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 15:29:35.430 +05:30 [Information] Executed action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" in 2357.5272ms -2016-07-12 15:29:35.434 +05:30 [Information] Request finished in 2373.6667ms 200 application/json; charset=utf-8 -2016-07-12 15:29:35.435 +05:30 [Debug] Connection id ""0HKTA7CGTIKC0"" completed keep alive response. -2016-07-12 15:29:36.039 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-12 15:29:36.040 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-12 15:29:36.041 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-12 15:29:36.093 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-12 15:29:36.138 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 15:29:36.138 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 15:29:36.140 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 15:29:36.157 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 106.4436ms -2016-07-12 15:29:36.173 +05:30 [Information] Request finished in 133.4844ms 200 application/json; charset=utf-8 -2016-07-12 15:29:36.174 +05:30 [Debug] Connection id ""0HKTA7CGTIKBV"" completed keep alive response. -2016-07-12 15:29:36.271 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-12 15:29:36.272 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-12 15:29:36.283 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-12 15:29:36.306 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-12 15:29:36.336 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 15:29:36.337 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 15:29:36.338 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 15:29:36.357 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 71.6717ms -2016-07-12 15:29:36.366 +05:30 [Information] Request finished in 94.6716ms 200 application/json; charset=utf-8 -2016-07-12 15:29:36.369 +05:30 [Debug] Connection id ""0HKTA7CGTIKC0"" completed keep alive response. -2016-07-12 15:29:39.027 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=1 -2016-07-12 15:29:39.027 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-07-12 15:29:39.028 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-07-12 15:29:39.075 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-12 15:29:45.293 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/BoardMe/getUserBoards?userId=1 -2016-07-12 15:29:45.294 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/getUserBoards"'. -2016-07-12 15:29:45.294 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" -2016-07-12 15:29:45.331 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-12 15:29:47.824 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 15:29:47.824 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-12 15:29:47.825 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 15:29:47.826 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 15:29:47.847 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 8816.4525ms -2016-07-12 15:29:47.851 +05:30 [Information] Request finished in 8847.8997ms 200 application/json; charset=utf-8 -2016-07-12 15:29:47.852 +05:30 [Debug] Connection id ""0HKTA7CGTIKBV"" completed keep alive response. -2016-07-12 15:29:47.861 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=1 -2016-07-12 15:29:47.862 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-07-12 15:29:47.862 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-07-12 15:29:47.890 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-12 15:29:47.926 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 15:29:47.927 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-12 15:29:47.927 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 15:29:47.929 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 15:29:47.959 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 93.4543ms -2016-07-12 15:29:47.964 +05:30 [Information] Request finished in 102.2054ms 200 application/json; charset=utf-8 -2016-07-12 15:29:47.964 +05:30 [Debug] Connection id ""0HKTA7CGTIKBV"" completed keep alive response. -2016-07-12 15:29:48.124 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 15:29:48.124 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-12 15:29:48.124 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 15:29:48.125 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 15:29:48.149 +05:30 [Information] Executed action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" in 2854.0508ms -2016-07-12 15:29:48.154 +05:30 [Information] Request finished in 2864.6322ms 200 application/json; charset=utf-8 -2016-07-12 15:29:48.154 +05:30 [Debug] Connection id ""0HKTA7CGTIKC0"" completed keep alive response. -2016-07-12 15:29:56.819 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-12 15:29:56.819 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-12 15:29:56.822 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-12 15:29:56.834 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-12 15:29:56.835 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 15:29:56.836 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 15:29:56.837 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 15:29:56.839 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 16.3601ms -2016-07-12 15:29:56.847 +05:30 [Information] Request finished in 28.7741ms 200 application/json; charset=utf-8 -2016-07-12 15:29:56.847 +05:30 [Debug] Connection id ""0HKTA7CGTIKBV"" completed keep alive response. -2016-07-12 15:29:56.858 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-12 15:29:56.859 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-12 15:29:56.861 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-12 15:29:56.881 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-12 15:29:56.884 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 15:29:56.885 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 15:29:56.887 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 15:29:56.895 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 26.6639ms -2016-07-12 15:29:56.905 +05:30 [Information] Request finished in 46.3956ms 200 application/json; charset=utf-8 -2016-07-12 15:29:56.906 +05:30 [Debug] Connection id ""0HKTA7CGTIKC0"" completed keep alive response. -2016-07-12 15:31:06.017 +05:30 [Debug] Connection id ""0HKTA7CGTIKBV"" received FIN. -2016-07-12 15:31:06.018 +05:30 [Debug] Connection id ""0HKTA7CGTIKC1"" started. -2016-07-12 15:31:06.020 +05:30 [Debug] Connection id ""0HKTA7CGTIKBV"" disconnecting. -2016-07-12 15:31:06.024 +05:30 [Debug] Connection id ""0HKTA7CGTIKBV"" sending FIN. -2016-07-12 15:31:06.026 +05:30 [Debug] Connection id ""0HKTA7CGTIKC0"" received FIN. -2016-07-12 15:31:06.033 +05:30 [Debug] Connection id ""0HKTA7CGTIKC0"" disconnecting. -2016-07-12 15:31:06.034 +05:30 [Debug] Connection id ""0HKTA7CGTIKC0"" sending FIN. -2016-07-12 15:31:06.045 +05:30 [Debug] Connection id ""0HKTA7CGTIKBV"" sent FIN with status "0". -2016-07-12 15:31:06.052 +05:30 [Debug] Connection id ""0HKTA7CGTIKBV"" stopped. -2016-07-12 15:31:06.061 +05:30 [Debug] Connection id ""0HKTA7CGTIKC0"" sent FIN with status "0". -2016-07-12 15:31:06.061 +05:30 [Debug] Connection id ""0HKTA7CGTIKC0"" stopped. -2016-07-12 15:31:06.074 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/BoardMe/getUserBoards?userId=1 -2016-07-12 15:31:06.076 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/getUserBoards"'. -2016-07-12 15:31:06.076 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" -2016-07-12 15:31:06.108 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-12 15:31:06.130 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 15:31:06.131 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-12 15:31:06.131 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 15:31:06.133 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 15:31:06.137 +05:30 [Information] Executed action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" in 56.5921ms -2016-07-12 15:31:06.141 +05:30 [Information] Request finished in 77.0867ms 200 application/json; charset=utf-8 -2016-07-12 15:31:06.141 +05:30 [Debug] Connection id ""0HKTA7CGTIKC1"" completed keep alive response. -2016-07-12 15:31:07.575 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-12 15:31:07.578 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-12 15:31:07.578 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-12 15:31:07.599 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-12 15:31:07.600 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 15:31:07.600 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 15:31:07.602 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 15:31:07.606 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 24.1214ms -2016-07-12 15:31:07.614 +05:30 [Information] Request finished in 39.0157ms 200 application/json; charset=utf-8 -2016-07-12 15:31:07.614 +05:30 [Debug] Connection id ""0HKTA7CGTIKC1"" completed keep alive response. -2016-07-12 15:31:07.622 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-12 15:31:07.623 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-12 15:31:07.623 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-12 15:31:07.639 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-12 15:31:07.640 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 15:31:07.641 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 15:31:07.643 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 15:31:07.649 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 20.6376ms -2016-07-12 15:31:07.655 +05:30 [Information] Request finished in 33.1753ms 200 application/json; charset=utf-8 -2016-07-12 15:31:07.655 +05:30 [Debug] Connection id ""0HKTA7CGTIKC1"" completed keep alive response. -2016-07-12 15:31:10.040 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/BoardMe/getUserBoards?userId=1 -2016-07-12 15:31:10.041 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/getUserBoards"'. -2016-07-12 15:31:10.042 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" -2016-07-12 15:31:10.139 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-12 15:31:10.157 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 15:31:10.157 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-12 15:31:10.158 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 15:31:10.160 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 15:31:10.167 +05:30 [Information] Executed action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" in 118.2144ms -2016-07-12 15:31:10.174 +05:30 [Information] Request finished in 139.8037ms 200 application/json; charset=utf-8 -2016-07-12 15:31:10.175 +05:30 [Debug] Connection id ""0HKTA7CGTIKC1"" completed keep alive response. -2016-07-12 15:31:13.363 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/BoardMe/getAnalytics?boardId=undefined -2016-07-12 15:31:13.364 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/getAnalytics"'. -2016-07-12 15:31:13.365 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)" -2016-07-12 15:31:13.409 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)" with arguments (["undefined"]) - ModelState is Valid' -2016-07-12 15:32:14.873 +05:30 [Error] Connection id ""0HKTA7CGTIKC1"": An unhandled exception was thrown by the application. -System.NullReferenceException: Object reference not set to an instance of an object. - at Api.Socioboard.Controllers.BoardMeController.getAnalytics(String boardId) in D:\Suresh\BickBucket\src\Api.Socioboard\Controllers\BoardMeController.cs:line 173 - at lambda_method(Closure , Object , Object[] ) - at Microsoft.AspNetCore.Mvc.Internal.ObjectMethodExecutor.ExecuteAsync(Object target, Object[] parameters) - at Microsoft.AspNetCore.Mvc.Internal.ControllerActionExecutor.ExecuteAsync(ObjectMethodExecutor actionMethodExecutor, Object instance, Object[] orderedActionArguments) - at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.d__6.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult() - at Microsoft.AspNetCore.Mvc.Internal.FilterActionInvoker.d__41.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() - at Microsoft.AspNetCore.Mvc.Internal.FilterActionInvoker.d__32.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.AspNetCore.Mvc.Internal.MvcRouteHandler.d__8.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.AspNetCore.Builder.RouterMiddleware.d__4.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.ApplicationInsights.AspNetCore.ExceptionTrackingMiddleware.d__4.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.ApplicationInsights.AspNetCore.RequestTrackingMiddleware.d__4.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.AspNetCore.Server.IISIntegration.IISMiddleware.d__8.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.AspNetCore.Hosting.Internal.RequestServicesContainerMiddleware.d__3.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.ConfiguredTaskAwaitable.ConfiguredTaskAwaiter.GetResult() - at Microsoft.AspNetCore.Server.Kestrel.Http.Frame`1.d__2.MoveNext() -2016-07-12 15:32:14.880 +05:30 [Information] Request finished in 61518.1796ms 200 -2016-07-12 15:32:14.882 +05:30 [Debug] Connection id ""0HKTA7CGTIKC1"" completed keep alive response. -2016-07-12 15:32:23.893 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/BoardMe/getUserBoards?userId=1 -2016-07-12 15:32:23.894 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/getUserBoards"'. -2016-07-12 15:32:23.895 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" -2016-07-12 15:32:23.977 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-12 15:32:24.137 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 15:32:24.137 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-12 15:32:24.138 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 15:32:24.140 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 15:32:24.143 +05:30 [Information] Executed action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" in 238.4609ms -2016-07-12 15:32:24.147 +05:30 [Information] Request finished in 256.128ms 200 application/json; charset=utf-8 -2016-07-12 15:32:24.148 +05:30 [Debug] Connection id ""0HKTA7CGTIKC1"" completed keep alive response. -2016-07-12 15:32:26.147 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/BoardMe/getAnalytics?boardId=undefined -2016-07-12 15:32:26.150 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/getAnalytics"'. -2016-07-12 15:32:26.151 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)" -2016-07-12 15:32:26.213 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)" with arguments (["undefined"]) - ModelState is Valid' -2016-07-12 15:34:38.882 +05:30 [Debug] Hosting starting -2016-07-12 15:34:39.447 +05:30 [Debug] Hosting started -2016-07-12 15:34:39.483 +05:30 [Debug] Connection id ""0HKTA7FNUPKNK"" started. -2016-07-12 15:34:39.526 +05:30 [Debug] Connection id ""0HKTA7FNUPKNL"" started. -2016-07-12 15:34:39.900 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:6361/ 0 -2016-07-12 15:34:39.908 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-07-12 15:34:41.875 +05:30 [Debug] Request did not match any routes. -2016-07-12 15:34:41.903 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-07-12 15:34:42.125 +05:30 [Information] Request finished in 2284.6934ms 404 -2016-07-12 15:34:42.153 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"583526c3-142b-4882-9cc7-fa2aef9c135d"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-07-12 15:34:42.209 +05:30 [Debug] Connection id ""0HKTA7FNUPKNK"" completed keep alive response. -2016-07-12 15:34:42.235 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-07-12 15:34:42.745 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid' -2016-07-12 15:34:42.759 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult".' -2016-07-12 15:34:42.892 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-12 15:34:42.903 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 15:34:42.906 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 15:34:43.575 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 1315.7478ms -2016-07-12 15:34:43.583 +05:30 [Information] Request finished in 3787.9401ms 200 application/json; charset=utf-8 -2016-07-12 15:34:43.591 +05:30 [Debug] Connection id ""0HKTA7FNUPKNL"" completed keep alive response. -2016-07-12 15:35:10.240 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/User/FacebookLogin application/x-www-form-urlencoded 176 -2016-07-12 15:35:10.242 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/FacebookLogin"'. -2016-07-12 15:35:10.245 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" -2016-07-12 15:35:11.321 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" with arguments (["EAAKYvwDVmnUBAPdlZAE7BcRu3F2eSMf3V51L00mt1oZAyk28ZBc5AH6qOxPu5owruIYYyLcgfGeeNwp6vfSflcUS5ctLJQvBVOaZA6lgpoUiYtUBJTR7HoZBAm5Rg6rGY7pxTZAK2jS83UPv6SQ3EJGKrMxV0uWMEZD"]) - ModelState is Valid' -2016-07-12 15:35:12.713 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 15:35:12.720 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 15:35:12.722 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 15:35:12.812 +05:30 [Information] Executed action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" in 2563.6931ms -2016-07-12 15:35:12.822 +05:30 [Information] Request finished in 2581.0249ms 200 application/json; charset=utf-8 -2016-07-12 15:35:12.823 +05:30 [Debug] Connection id ""0HKTA7FNUPKNK"" completed keep alive response. -2016-07-12 15:35:13.577 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-12 15:35:13.578 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-12 15:35:13.578 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-12 15:35:13.637 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-12 15:35:13.665 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 15:35:13.665 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 15:35:13.666 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 15:35:13.673 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 91.8538ms -2016-07-12 15:35:13.678 +05:30 [Information] Request finished in 100.7651ms 200 application/json; charset=utf-8 -2016-07-12 15:35:13.679 +05:30 [Debug] Connection id ""0HKTA7FNUPKNL"" completed keep alive response. -2016-07-12 15:35:13.757 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-12 15:35:13.758 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-12 15:35:13.758 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-12 15:35:13.779 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-12 15:35:13.803 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 15:35:13.804 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 15:35:13.805 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 15:35:13.820 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 58.4087ms -2016-07-12 15:35:13.824 +05:30 [Information] Request finished in 65.9248ms 200 application/json; charset=utf-8 -2016-07-12 15:35:13.825 +05:30 [Debug] Connection id ""0HKTA7FNUPKNK"" completed keep alive response. -2016-07-12 15:35:17.219 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=1 -2016-07-12 15:35:17.220 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-07-12 15:35:17.221 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-07-12 15:35:17.353 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-12 15:35:20.419 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/BoardMe/getUserBoards?userId=1 -2016-07-12 15:35:20.420 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/getUserBoards"'. -2016-07-12 15:35:20.420 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" -2016-07-12 15:35:20.525 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-12 15:35:22.804 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 15:35:22.804 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-12 15:35:22.804 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 15:35:22.806 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 15:35:22.874 +05:30 [Information] Executed action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" in 2430.7515ms -2016-07-12 15:35:22.879 +05:30 [Information] Request finished in 2464.269ms 200 application/json; charset=utf-8 -2016-07-12 15:35:22.880 +05:30 [Debug] Connection id ""0HKTA7FNUPKNK"" completed keep alive response. -2016-07-12 15:35:26.124 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 15:35:26.125 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-12 15:35:26.125 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 15:35:26.127 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 15:35:26.151 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 8927.6497ms -2016-07-12 15:35:26.160 +05:30 [Information] Request finished in 8949.0412ms 200 application/json; charset=utf-8 -2016-07-12 15:35:26.161 +05:30 [Debug] Connection id ""0HKTA7FNUPKNL"" completed keep alive response. -2016-07-12 15:35:26.171 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=1 -2016-07-12 15:35:26.172 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-07-12 15:35:26.182 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-07-12 15:35:26.218 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-12 15:35:26.249 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 15:35:26.249 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-12 15:35:26.250 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 15:35:26.251 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 15:35:26.274 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 90.438ms -2016-07-12 15:35:26.278 +05:30 [Information] Request finished in 106.7674ms 200 application/json; charset=utf-8 -2016-07-12 15:35:26.278 +05:30 [Debug] Connection id ""0HKTA7FNUPKNK"" completed keep alive response. -2016-07-12 15:35:26.996 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/BoardMe/getAnalytics?boardId=undefined -2016-07-12 15:35:26.997 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/getAnalytics"'. -2016-07-12 15:35:26.998 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)" -2016-07-12 15:35:27.047 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)" with arguments (["undefined"]) - ModelState is Valid' -2016-07-12 15:38:09.394 +05:30 [Debug] Hosting starting -2016-07-12 15:38:09.965 +05:30 [Debug] Hosting started -2016-07-12 15:38:10.160 +05:30 [Debug] Connection id ""0HKTA7HMO1VTN"" started. -2016-07-12 15:38:10.160 +05:30 [Debug] Connection id ""0HKTA7HMO1VTM"" started. -2016-07-12 15:38:10.528 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:6361/ 0 -2016-07-12 15:38:10.528 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-07-12 15:38:12.286 +05:30 [Debug] Request did not match any routes. -2016-07-12 15:38:12.319 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-07-12 15:38:12.475 +05:30 [Information] Request finished in 2035.1596ms 404 -2016-07-12 15:38:12.567 +05:30 [Debug] Connection id ""0HKTA7HMO1VTM"" completed keep alive response. -2016-07-12 15:38:12.584 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"e349b71f-1dbe-460b-b64b-ef53762aead5"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-07-12 15:38:12.688 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-07-12 15:38:13.268 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid' -2016-07-12 15:38:13.283 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult".' -2016-07-12 15:38:13.389 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-12 15:38:13.398 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 15:38:13.404 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 15:38:13.939 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 1227.77ms -2016-07-12 15:38:13.983 +05:30 [Information] Request finished in 3559.2144ms 200 application/json; charset=utf-8 -2016-07-12 15:38:13.988 +05:30 [Debug] Connection id ""0HKTA7HMO1VTN"" completed keep alive response. -2016-07-12 15:38:39.241 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/User/FacebookLogin application/x-www-form-urlencoded 177 -2016-07-12 15:38:39.243 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/FacebookLogin"'. -2016-07-12 15:38:39.245 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" -2016-07-12 15:38:40.309 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" with arguments (["EAAKYvwDVmnUBABAp20TrgTasR6HlsTZCc570DDyQZCerfv6T5WTBnHDcA9guZClgOZCPjwnWZBgHiys9FFx3Bn9w1VDDdGrYYN7AEh9pq8FjjYqaEV3zy1ztrBop0PTjaZAbOjgf4ggPCyLUrZBCPGXjWRnMfo9NXUZD"]) - ModelState is Valid' -2016-07-12 15:38:41.747 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 15:38:41.760 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 15:38:41.762 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 15:38:41.875 +05:30 [Information] Executed action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" in 2627.9074ms -2016-07-12 15:38:41.879 +05:30 [Information] Request finished in 2638.5288ms 200 application/json; charset=utf-8 -2016-07-12 15:38:41.879 +05:30 [Debug] Connection id ""0HKTA7HMO1VTM"" completed keep alive response. -2016-07-12 15:38:42.550 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-12 15:38:42.551 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-12 15:38:42.552 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-12 15:38:42.607 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-12 15:38:42.640 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 15:38:42.642 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 15:38:42.643 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 15:38:42.652 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 98.1457ms -2016-07-12 15:38:42.676 +05:30 [Information] Request finished in 125.9859ms 200 application/json; charset=utf-8 -2016-07-12 15:38:42.677 +05:30 [Debug] Connection id ""0HKTA7HMO1VTN"" completed keep alive response. -2016-07-12 15:38:42.769 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-12 15:38:42.770 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-12 15:38:42.770 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-12 15:38:42.789 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-12 15:38:42.813 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 15:38:42.814 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 15:38:42.815 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 15:38:42.826 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 54.2954ms -2016-07-12 15:38:42.830 +05:30 [Information] Request finished in 61.2567ms 200 application/json; charset=utf-8 -2016-07-12 15:38:42.831 +05:30 [Debug] Connection id ""0HKTA7HMO1VTM"" completed keep alive response. -2016-07-12 15:38:46.025 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=1 -2016-07-12 15:38:46.026 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-07-12 15:38:46.027 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-07-12 15:38:46.061 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-12 15:38:48.822 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/BoardMe/getUserBoards?userId=1 -2016-07-12 15:38:48.823 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/getUserBoards"'. -2016-07-12 15:38:48.824 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" -2016-07-12 15:38:48.859 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-12 15:38:51.871 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 15:38:51.872 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-12 15:38:51.872 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 15:38:51.873 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 15:38:51.898 +05:30 [Information] Executed action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" in 3071.6386ms -2016-07-12 15:38:51.903 +05:30 [Information] Request finished in 3082.4253ms 200 application/json; charset=utf-8 -2016-07-12 15:38:51.904 +05:30 [Debug] Connection id ""0HKTA7HMO1VTM"" completed keep alive response. -2016-07-12 15:38:54.184 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/BoardMe/getAnalytics?boardId=undefined -2016-07-12 15:38:54.187 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/getAnalytics"'. -2016-07-12 15:38:54.204 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)" -2016-07-12 15:38:54.259 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)" with arguments (["undefined"]) - ModelState is Valid' -2016-07-12 15:39:53.510 +05:30 [Debug] Hosting starting -2016-07-12 15:39:54.208 +05:30 [Debug] Hosting started -2016-07-12 15:39:54.386 +05:30 [Debug] Connection id ""0HKTA7ILPVU05"" started. -2016-07-12 15:39:54.386 +05:30 [Debug] Connection id ""0HKTA7ILPVU06"" started. -2016-07-12 15:39:54.717 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-07-12 15:39:54.717 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:6361/ 0 -2016-07-12 15:39:56.593 +05:30 [Debug] Request did not match any routes. -2016-07-12 15:39:56.626 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-07-12 15:39:56.823 +05:30 [Information] Request finished in 2169.741ms 404 -2016-07-12 15:39:56.917 +05:30 [Debug] Connection id ""0HKTA7ILPVU06"" completed keep alive response. -2016-07-12 15:39:56.930 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"0094f790-af23-4226-9421-4d4268c7fec0"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-07-12 15:39:57.033 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-07-12 15:39:57.700 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid' -2016-07-12 15:39:57.712 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult".' -2016-07-12 15:39:57.817 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-12 15:39:57.829 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 15:39:57.835 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 15:39:58.559 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 1498.6874ms -2016-07-12 15:39:58.575 +05:30 [Information] Request finished in 3952.7975ms 200 application/json; charset=utf-8 -2016-07-12 15:39:58.581 +05:30 [Debug] Connection id ""0HKTA7ILPVU05"" completed keep alive response. -2016-07-12 15:41:39.026 +05:30 [Debug] Connection id ""0HKTA7ILPVU06"" received FIN. -2016-07-12 15:41:39.026 +05:30 [Debug] Connection id ""0HKTA7ILPVU05"" received FIN. -2016-07-12 15:41:39.030 +05:30 [Debug] Connection id ""0HKTA7ILPVU07"" started. -2016-07-12 15:41:39.031 +05:30 [Debug] Connection id ""0HKTA7ILPVU06"" disconnecting. -2016-07-12 15:41:39.031 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/User/FacebookLogin application/x-www-form-urlencoded 178 -2016-07-12 15:41:39.031 +05:30 [Debug] Connection id ""0HKTA7ILPVU05"" disconnecting. -2016-07-12 15:41:39.033 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/FacebookLogin"'. -2016-07-12 15:41:39.033 +05:30 [Debug] Connection id ""0HKTA7ILPVU05"" sending FIN. -2016-07-12 15:41:39.033 +05:30 [Debug] Connection id ""0HKTA7ILPVU06"" sending FIN. -2016-07-12 15:41:39.034 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" -2016-07-12 15:41:39.050 +05:30 [Debug] Connection id ""0HKTA7ILPVU05"" sent FIN with status "0". -2016-07-12 15:41:39.052 +05:30 [Debug] Connection id ""0HKTA7ILPVU06"" sent FIN with status "0". -2016-07-12 15:41:39.055 +05:30 [Debug] Connection id ""0HKTA7ILPVU05"" stopped. -2016-07-12 15:41:39.055 +05:30 [Debug] Connection id ""0HKTA7ILPVU06"" stopped. -2016-07-12 15:41:40.521 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" with arguments (["EAAKYvwDVmnUBAHhk0pPvob7sZApRLZCAPm6sEefk3ZCYZBQWtHzJMxNqOzTrKANn9aZCqw142LwYuGYwfF9cvSjhanAF5f6qq9eUo2JaCtx6ZAnczKpDOLK59fQzfXYYqycg8ZCLxAT6iSqy6rRWJXhpEZCcO1y0UHsZD"]) - ModelState is Valid' -2016-07-12 15:41:42.229 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 15:41:42.242 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 15:41:42.244 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 15:41:42.380 +05:30 [Information] Executed action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" in 3326.2682ms -2016-07-12 15:41:42.383 +05:30 [Information] Request finished in 3350.7164ms 200 application/json; charset=utf-8 -2016-07-12 15:41:42.384 +05:30 [Debug] Connection id ""0HKTA7ILPVU07"" completed keep alive response. -2016-07-12 15:41:43.458 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-12 15:41:43.459 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-12 15:41:43.470 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-12 15:41:43.539 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-12 15:41:43.582 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 15:41:43.583 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 15:41:43.584 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 15:41:43.596 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 122.7353ms -2016-07-12 15:41:43.601 +05:30 [Information] Request finished in 141.8837ms 200 application/json; charset=utf-8 -2016-07-12 15:41:43.602 +05:30 [Debug] Connection id ""0HKTA7ILPVU07"" completed keep alive response. -2016-07-12 15:41:43.780 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-12 15:41:43.781 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-12 15:41:43.781 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-12 15:41:43.836 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-12 15:41:43.916 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 15:41:43.917 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 15:41:43.918 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 15:41:43.950 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 165.0678ms -2016-07-12 15:41:43.955 +05:30 [Information] Request finished in 176.2126ms 200 application/json; charset=utf-8 -2016-07-12 15:41:43.955 +05:30 [Debug] Connection id ""0HKTA7ILPVU07"" completed keep alive response. -2016-07-12 15:41:47.404 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=1 -2016-07-12 15:41:47.405 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-07-12 15:41:47.406 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-07-12 15:41:47.652 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-12 15:41:57.431 +05:30 [Debug] Connection id ""0HKTA7ILPVU08"" started. -2016-07-12 15:41:57.435 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/BoardMe/getUserBoards?userId=1 -2016-07-12 15:41:57.436 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/getUserBoards"'. -2016-07-12 15:41:57.437 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" -2016-07-12 15:41:57.497 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-12 15:42:01.476 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 15:42:01.476 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-12 15:42:01.476 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 15:42:01.478 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 15:42:01.507 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 14099.2718ms -2016-07-12 15:42:01.511 +05:30 [Information] Request finished in 14107.2293ms 200 application/json; charset=utf-8 -2016-07-12 15:42:01.512 +05:30 [Debug] Connection id ""0HKTA7ILPVU07"" completed keep alive response. -2016-07-12 15:42:01.523 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=1 -2016-07-12 15:42:01.524 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-07-12 15:42:01.525 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-07-12 15:42:01.545 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-12 15:42:01.608 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 15:42:01.609 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-12 15:42:01.609 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 15:42:01.615 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 15:42:01.647 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 119.5475ms -2016-07-12 15:42:01.650 +05:30 [Information] Request finished in 127.7563ms 200 application/json; charset=utf-8 -2016-07-12 15:42:01.651 +05:30 [Debug] Connection id ""0HKTA7ILPVU07"" completed keep alive response. -2016-07-12 15:42:01.742 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 15:42:01.743 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-12 15:42:01.743 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 15:42:01.745 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 15:42:01.768 +05:30 [Information] Executed action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" in 4327.9217ms -2016-07-12 15:42:01.772 +05:30 [Information] Request finished in 4338.758ms 200 application/json; charset=utf-8 -2016-07-12 15:42:01.772 +05:30 [Debug] Connection id ""0HKTA7ILPVU08"" completed keep alive response. -2016-07-12 15:42:04.284 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/BoardMe/getAnalytics?boardId=undefined -2016-07-12 15:42:04.287 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/getAnalytics"'. -2016-07-12 15:42:04.289 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)" -2016-07-12 15:42:04.358 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)" with arguments (["undefined"]) - ModelState is Valid' -2016-07-12 15:42:43.891 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 15:42:43.891 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-12 15:42:43.892 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 15:42:43.894 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 15:42:43.917 +05:30 [Information] Executed action "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)" in 39622.9885ms -2016-07-12 15:42:43.922 +05:30 [Information] Request finished in 39640.074ms 200 application/json; charset=utf-8 -2016-07-12 15:42:43.923 +05:30 [Debug] Connection id ""0HKTA7ILPVU07"" completed keep alive response. -2016-07-12 15:43:34.332 +05:30 [Debug] Connection id ""0HKTA7ILPVU08"" received FIN. -2016-07-12 15:43:34.332 +05:30 [Debug] Connection id ""0HKTA7ILPVU08"" disconnecting. -2016-07-12 15:43:34.333 +05:30 [Debug] Connection id ""0HKTA7ILPVU08"" sending FIN. -2016-07-12 15:43:34.333 +05:30 [Debug] Connection id ""0HKTA7ILPVU08"" sent FIN with status "0". -2016-07-12 15:43:34.334 +05:30 [Debug] Connection id ""0HKTA7ILPVU08"" stopped. -2016-07-12 15:45:24.332 +05:30 [Debug] Connection id ""0HKTA7ILPVU07"" received FIN. -2016-07-12 15:45:24.332 +05:30 [Debug] Connection id ""0HKTA7ILPVU07"" disconnecting. -2016-07-12 15:45:24.333 +05:30 [Debug] Connection id ""0HKTA7ILPVU07"" sending FIN. -2016-07-12 15:45:24.333 +05:30 [Debug] Connection id ""0HKTA7ILPVU07"" sent FIN with status "0". -2016-07-12 15:45:24.334 +05:30 [Debug] Connection id ""0HKTA7ILPVU07"" stopped. -2016-07-12 16:12:42.176 +05:30 [Debug] Connection id ""0HKTA7ILPVU09"" started. -2016-07-12 16:12:42.213 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/BoardMe/getUserBoards?userId=1 -2016-07-12 16:12:42.216 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/getUserBoards"'. -2016-07-12 16:12:42.227 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" -2016-07-12 16:12:42.311 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-12 16:12:42.354 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 16:12:42.355 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-12 16:12:42.355 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 16:12:42.357 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 16:12:42.360 +05:30 [Information] Executed action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" in 130.1403ms -2016-07-12 16:12:42.366 +05:30 [Information] Request finished in 167.6952ms 200 application/json; charset=utf-8 -2016-07-12 16:12:42.366 +05:30 [Debug] Connection id ""0HKTA7ILPVU09"" completed keep alive response. -2016-07-12 16:12:53.788 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/User/FacebookLogin application/x-www-form-urlencoded 178 -2016-07-12 16:12:53.789 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/FacebookLogin"'. -2016-07-12 16:12:53.790 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" -2016-07-12 16:12:53.803 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" with arguments (["EAAKYvwDVmnUBACO2VQozwfgYMZAJ1CdMsBGN3V9vRKJPcgiJeYWamvEtZAuiavPkZCwuzO2sR6qQlpdHU4HrSkHu4ZBZCpDZCC8uNOxLZAwAD3hHTLjfQl1uuIwXCYvodXRZBASANH56rzs1Np3rI973yXyEexJ9bycZD"]) - ModelState is Valid' -2016-07-12 16:12:54.448 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 16:12:54.449 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 16:12:54.450 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 16:12:54.455 +05:30 [Information] Executed action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" in 661.0441ms -2016-07-12 16:12:54.459 +05:30 [Information] Request finished in 674.3891ms 200 application/json; charset=utf-8 -2016-07-12 16:12:54.460 +05:30 [Debug] Connection id ""0HKTA7ILPVU09"" completed keep alive response. -2016-07-12 16:12:54.494 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-12 16:12:54.495 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-12 16:12:54.496 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-12 16:12:54.524 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-12 16:12:54.525 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 16:12:54.526 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 16:12:54.528 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 16:12:54.531 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 31.946ms -2016-07-12 16:12:54.549 +05:30 [Information] Request finished in 50.5607ms 200 application/json; charset=utf-8 -2016-07-12 16:12:54.550 +05:30 [Debug] Connection id ""0HKTA7ILPVU09"" completed keep alive response. -2016-07-12 16:12:54.557 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-12 16:12:54.558 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-12 16:12:54.558 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-12 16:12:54.573 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-12 16:12:54.574 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 16:12:54.575 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 16:12:54.589 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 16:12:54.596 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 30.8553ms -2016-07-12 16:12:54.600 +05:30 [Information] Request finished in 43.3331ms 200 application/json; charset=utf-8 -2016-07-12 16:12:54.602 +05:30 [Debug] Connection id ""0HKTA7ILPVU09"" completed keep alive response. -2016-07-12 16:12:59.867 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=1 -2016-07-12 16:12:59.873 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-07-12 16:12:59.875 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-07-12 16:13:00.063 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-12 16:13:02.176 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 16:13:02.177 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-12 16:13:02.177 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 16:13:02.179 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 16:13:02.188 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 2300.289ms -2016-07-12 16:13:02.194 +05:30 [Information] Request finished in 2335.0786ms 200 application/json; charset=utf-8 -2016-07-12 16:13:02.194 +05:30 [Debug] Connection id ""0HKTA7ILPVU09"" completed keep alive response. -2016-07-12 16:13:02.420 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=1 -2016-07-12 16:13:02.420 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-07-12 16:13:02.421 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-07-12 16:13:02.435 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-12 16:13:02.438 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 16:13:02.438 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-12 16:13:02.439 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 16:13:02.440 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 16:13:02.444 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 19.6866ms -2016-07-12 16:13:02.454 +05:30 [Information] Request finished in 30.276ms 200 application/json; charset=utf-8 -2016-07-12 16:13:02.456 +05:30 [Debug] Connection id ""0HKTA7ILPVU09"" completed keep alive response. -2016-07-12 16:13:03.421 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/BoardMe/getUserBoards?userId=1 -2016-07-12 16:13:03.422 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/getUserBoards"'. -2016-07-12 16:13:03.422 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" -2016-07-12 16:13:03.444 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-12 16:13:03.454 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 16:13:03.455 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-12 16:13:03.455 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 16:13:03.457 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 16:13:03.459 +05:30 [Information] Executed action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" in 34.4833ms -2016-07-12 16:13:03.463 +05:30 [Information] Request finished in 42.8205ms 200 application/json; charset=utf-8 -2016-07-12 16:13:03.464 +05:30 [Debug] Connection id ""0HKTA7ILPVU09"" completed keep alive response. -2016-07-12 16:13:06.187 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/BoardMe/getAnalytics?boardId=undefined -2016-07-12 16:13:06.189 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/getAnalytics"'. -2016-07-12 16:13:06.189 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)" -2016-07-12 16:13:06.260 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)" with arguments (["undefined"]) - ModelState is Valid' -2016-07-12 16:13:11.181 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 16:13:11.181 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-12 16:13:11.182 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 16:13:11.184 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 16:13:11.186 +05:30 [Information] Executed action "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)" in 4995.2982ms -2016-07-12 16:13:11.191 +05:30 [Information] Request finished in 5005.6499ms 200 application/json; charset=utf-8 -2016-07-12 16:13:11.192 +05:30 [Debug] Connection id ""0HKTA7ILPVU09"" completed keep alive response. -2016-07-12 16:14:44.332 +05:30 [Debug] Connection id ""0HKTA7ILPVU09"" received FIN. -2016-07-12 16:14:44.332 +05:30 [Debug] Connection id ""0HKTA7ILPVU09"" disconnecting. -2016-07-12 16:14:44.333 +05:30 [Debug] Connection id ""0HKTA7ILPVU09"" sending FIN. -2016-07-12 16:14:44.333 +05:30 [Debug] Connection id ""0HKTA7ILPVU09"" sent FIN with status "0". -2016-07-12 16:14:44.333 +05:30 [Debug] Connection id ""0HKTA7ILPVU09"" stopped. -2016-07-12 16:16:29.249 +05:30 [Debug] Connection id ""0HKTA7ILPVU0A"" started. -2016-07-12 16:16:29.256 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/BoardMe/getUserBoards?userId=1 -2016-07-12 16:16:29.259 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/getUserBoards"'. -2016-07-12 16:16:29.261 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" -2016-07-12 16:16:29.290 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-12 16:16:29.297 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 16:16:29.298 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-12 16:16:29.298 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 16:16:29.300 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 16:16:29.303 +05:30 [Information] Executed action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" in 39.802ms -2016-07-12 16:16:29.307 +05:30 [Information] Request finished in 54.2601ms 200 application/json; charset=utf-8 -2016-07-12 16:16:29.310 +05:30 [Debug] Connection id ""0HKTA7ILPVU0A"" completed keep alive response. -2016-07-12 16:16:51.927 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/BoardMe/createBoard?boardName=wt20&fbHashTag=wt20&twitterHashTag=wt20&instagramHashTag=wt20&gplusHashTag=wt20&userId=1 0 -2016-07-12 16:16:51.927 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/createBoard"'. -2016-07-12 16:16:51.928 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.createBoard (Api.Socioboard)" -2016-07-12 16:16:52.362 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.createBoard (Api.Socioboard)" with arguments (["wt20", "wt20", "wt20", "wt20", "wt20", "1"]) - ModelState is Valid' -2016-07-12 16:17:21.627 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.BoardMeController.createBoard (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 16:17:21.628 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-12 16:17:21.628 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter"' and content type '"text/plain; charset=utf-8"' to write the response. -2016-07-12 16:17:23.006 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 16:17:23.034 +05:30 [Information] Executed action "Api.Socioboard.Controllers.BoardMeController.createBoard (Api.Socioboard)" in 31094.5844ms -2016-07-12 16:17:32.080 +05:30 [Information] Request finished in 40151.6697ms 200 text/plain; charset=utf-8 -2016-07-12 16:17:32.081 +05:30 [Debug] Connection id ""0HKTA7ILPVU0A"" completed keep alive response. -2016-07-12 16:17:32.165 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/BoardMe/getUserBoards?userId=1 -2016-07-12 16:17:32.166 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/getUserBoards"'. -2016-07-12 16:17:32.168 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" -2016-07-12 16:17:32.240 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-12 16:17:32.249 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 16:17:34.842 +05:30 [Error] Connection id ""0HKTA7ILPVU0A"": An unhandled exception was thrown by the application. -System.ArgumentNullException: Value cannot be null. -Parameter name: provider - at Microsoft.Extensions.DependencyInjection.ServiceProviderExtensions.GetRequiredService[T](IServiceProvider provider) - at Microsoft.AspNetCore.Mvc.ObjectResult.ExecuteResultAsync(ActionContext context) - at Microsoft.AspNetCore.Mvc.Internal.FilterActionInvoker.d__44.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.AspNetCore.Mvc.Internal.FilterActionInvoker.d__43.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() - at Microsoft.AspNetCore.Mvc.Internal.FilterActionInvoker.d__42.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.AspNetCore.Mvc.Internal.FilterActionInvoker.d__37.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() - at Microsoft.AspNetCore.Mvc.Internal.FilterActionInvoker.d__32.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.AspNetCore.Mvc.Internal.MvcRouteHandler.d__8.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.AspNetCore.Builder.RouterMiddleware.d__4.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.ApplicationInsights.AspNetCore.ExceptionTrackingMiddleware.d__4.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.ApplicationInsights.AspNetCore.RequestTrackingMiddleware.d__4.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.AspNetCore.Server.IISIntegration.IISMiddleware.d__8.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.AspNetCore.Hosting.Internal.RequestServicesContainerMiddleware.d__3.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.ConfiguredTaskAwaitable.ConfiguredTaskAwaiter.GetResult() - at Microsoft.AspNetCore.Server.Kestrel.Http.Frame`1.d__2.MoveNext() -2016-07-12 16:17:34.849 +05:30 [Information] Request finished in 2705.1282ms 200 -2016-07-12 16:17:34.854 +05:30 [Debug] Connection id ""0HKTA7ILPVU0A"" completed keep alive response. -2016-07-12 16:17:35.063 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-12 16:17:35.381 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-12 16:17:35.561 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-12 16:17:35.563 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-12 16:17:35.631 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-12 16:17:35.637 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-12 16:17:35.699 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-12 16:17:35.709 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-12 16:17:35.770 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-12 16:17:35.774 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-12 16:17:35.865 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-12 16:17:35.869 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-12 16:17:35.980 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-12 16:17:35.983 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-12 16:17:36.018 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-12 16:17:36.021 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-12 16:17:36.058 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-12 16:17:36.061 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-12 16:17:36.092 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-12 16:17:36.094 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-12 16:17:36.165 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-12 16:17:36.168 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-12 16:17:36.308 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-12 16:17:36.313 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-12 16:17:36.390 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-12 16:17:36.394 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-12 16:17:36.485 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-12 16:17:36.488 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-12 16:17:36.529 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-12 16:17:36.532 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-12 16:17:36.596 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-12 16:17:36.598 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-12 16:17:36.658 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-12 16:17:36.661 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-12 16:17:36.725 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-12 16:17:36.728 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-12 16:17:36.801 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-12 16:17:36.804 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-12 16:17:36.848 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-12 16:17:36.851 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-12 16:17:36.940 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-12 16:17:36.943 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-12 16:17:36.996 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-12 16:17:36.998 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-12 16:17:37.079 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-12 16:17:37.083 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-12 16:17:37.176 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-12 16:17:37.178 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-12 16:17:37.240 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-12 16:17:37.243 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-12 16:17:37.284 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-12 16:17:37.286 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-12 16:17:37.319 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-12 16:17:37.322 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-12 16:17:37.358 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-12 16:17:37.360 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-12 16:17:37.413 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-12 16:17:37.416 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-12 16:17:37.469 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-12 16:17:37.472 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-12 16:17:37.530 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-12 16:17:37.533 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-12 16:17:37.574 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-12 16:17:37.577 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-12 16:17:37.614 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-12 16:17:37.620 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-12 16:17:37.721 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-12 16:17:37.724 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-12 16:17:37.786 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-12 16:17:37.789 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-12 16:17:37.848 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-12 16:17:37.851 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-12 16:17:37.908 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-12 16:17:37.910 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-12 16:17:37.939 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-12 16:17:37.942 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-12 16:17:37.981 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-12 16:17:37.983 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-12 16:17:38.036 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-12 16:17:38.039 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-12 16:17:38.108 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-12 16:17:38.111 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-12 16:17:38.146 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-12 16:17:38.148 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-12 16:17:38.200 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-12 16:17:38.203 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-12 16:17:38.267 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-12 16:17:38.269 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-12 16:17:38.311 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-12 16:17:38.315 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-12 16:17:38.371 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-12 16:17:38.373 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-12 16:17:38.527 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-12 16:17:38.531 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-12 16:17:38.601 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-12 16:17:38.605 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-12 16:17:38.686 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-12 16:17:38.688 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-12 16:17:38.724 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-12 16:17:38.726 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-12 16:17:38.777 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-12 16:17:38.780 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-12 16:17:38.812 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-12 16:17:38.814 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-12 16:17:38.854 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-12 16:17:38.856 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-12 16:17:38.911 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-12 16:17:38.914 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-12 16:17:38.961 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-12 16:17:38.964 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-12 16:17:39.027 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-12 16:17:39.029 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-12 16:17:39.073 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-12 16:17:39.076 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-12 16:17:39.144 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-12 16:17:39.146 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-12 16:17:39.191 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-12 16:17:39.193 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-12 16:17:39.262 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-12 16:17:39.265 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-12 16:17:39.325 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-12 16:17:39.328 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-12 16:17:39.368 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-12 16:17:39.371 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-12 16:17:39.416 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-12 16:17:39.420 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-12 16:17:39.458 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-12 16:17:39.460 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-12 16:17:39.510 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-12 16:17:39.513 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-12 16:17:39.582 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-12 16:17:39.585 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-12 16:17:39.626 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-12 16:17:39.630 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-12 16:17:39.665 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-12 16:17:39.667 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-12 16:17:39.703 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-12 16:17:39.706 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-12 16:17:39.765 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-12 16:17:39.768 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-12 16:17:39.807 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-12 16:17:39.810 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-12 16:17:39.887 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-12 16:17:39.889 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-12 16:17:39.936 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-12 16:17:39.939 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-12 16:17:40.062 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-12 16:17:40.066 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-12 16:17:40.133 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-12 16:17:40.140 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-12 16:17:40.199 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-12 16:17:40.202 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-12 16:17:40.258 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-12 16:17:40.260 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-12 16:17:40.320 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-12 16:17:40.322 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-12 16:17:40.373 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-12 16:17:40.375 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-12 16:17:40.421 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-12 16:17:40.424 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-12 16:17:40.471 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-12 16:17:40.474 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-12 16:17:40.516 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-12 16:17:40.518 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-12 16:17:40.584 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-12 16:17:40.586 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-12 16:17:40.686 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-12 16:17:40.695 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-12 16:17:40.738 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-12 16:17:40.740 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-12 16:17:40.785 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-12 16:17:40.789 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-12 16:17:40.826 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-12 16:17:40.830 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-12 16:17:40.875 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-12 16:17:40.879 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-12 16:17:40.917 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-12 16:17:40.920 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-12 16:17:40.970 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-12 16:17:40.973 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-12 16:17:41.012 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-12 16:17:41.014 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-12 16:17:41.057 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-12 16:17:41.059 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-12 16:17:41.135 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-12 16:17:41.137 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-12 16:17:41.188 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-12 16:17:41.191 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-12 16:17:41.253 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-12 16:17:41.256 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-12 16:17:41.291 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-12 16:17:41.293 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-12 16:17:41.324 +05:30 [Error] Object reference not set to an instance of an object. -2016-07-12 16:17:41.326 +05:30 [Error] at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 79 -2016-07-12 16:17:41.366 +05:30 [Error] Index was out of range. Must be non-negative and less than the size of the collection. -Parameter name: index -2016-07-12 16:17:41.368 +05:30 [Error] at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - at System.Collections.Generic.List`1.get_Item(Int32 index) - at Newtonsoft.Json.Linq.JContainer.GetItem(Int32 index) - at Newtonsoft.Json.Linq.JArray.get_Item(Int32 index) - at Api.Socioboard.Repositories.BoardMeRepository.TwitterRepository.AddBoardTwitterHashTagFeeds(String HashTag, String BoardTagid, String LastTweetId, AppSettings settings, ILogger _logger) in D:\Suresh\BickBucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs:line 63 -2016-07-12 16:18:05.888 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-12 16:18:05.889 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-12 16:18:05.890 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-12 16:18:05.903 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-12 16:18:05.904 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 16:18:05.905 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 16:18:05.907 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 16:18:05.911 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 17.9589ms -2016-07-12 16:18:05.920 +05:30 [Information] Request finished in 32.0247ms 200 application/json; charset=utf-8 -2016-07-12 16:18:05.920 +05:30 [Debug] Connection id ""0HKTA7ILPVU0A"" completed keep alive response. -2016-07-12 16:18:07.201 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-12 16:18:07.201 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-12 16:18:07.202 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-12 16:18:07.214 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-12 16:18:07.217 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 16:18:07.218 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 16:18:07.220 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 16:18:07.223 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 18.8136ms -2016-07-12 16:18:07.230 +05:30 [Information] Request finished in 29.8991ms 200 application/json; charset=utf-8 -2016-07-12 16:18:07.231 +05:30 [Debug] Connection id ""0HKTA7ILPVU0A"" completed keep alive response. -2016-07-12 16:18:15.787 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/BoardMe/getUserBoards?userId=1 -2016-07-12 16:18:15.788 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/getUserBoards"'. -2016-07-12 16:18:15.788 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" -2016-07-12 16:18:15.817 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-12 16:18:15.838 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 16:18:15.839 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-12 16:18:15.839 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 16:18:15.842 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 16:18:15.847 +05:30 [Information] Executed action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" in 54.0765ms -2016-07-12 16:18:15.855 +05:30 [Information] Request finished in 65.89ms 200 application/json; charset=utf-8 -2016-07-12 16:18:15.856 +05:30 [Debug] Connection id ""0HKTA7ILPVU0A"" completed keep alive response. -2016-07-12 16:18:21.193 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/BoardMe/getAnalytics?boardId=undefined -2016-07-12 16:18:21.198 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/getAnalytics"'. -2016-07-12 16:18:21.200 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)" -2016-07-12 16:18:21.270 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)" with arguments (["undefined"]) - ModelState is Valid' -2016-07-12 16:18:39.220 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 16:18:39.222 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-12 16:18:39.223 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 16:18:39.229 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 16:18:39.244 +05:30 [Information] Executed action "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)" in 18038.4866ms -2016-07-12 16:18:39.252 +05:30 [Information] Request finished in 18060.5206ms 200 application/json; charset=utf-8 -2016-07-12 16:18:39.253 +05:30 [Debug] Connection id ""0HKTA7ILPVU0A"" completed keep alive response. -2016-07-12 16:20:14.332 +05:30 [Debug] Connection id ""0HKTA7ILPVU0A"" received FIN. -2016-07-12 16:20:14.332 +05:30 [Debug] Connection id ""0HKTA7ILPVU0A"" disconnecting. -2016-07-12 16:20:14.333 +05:30 [Debug] Connection id ""0HKTA7ILPVU0A"" sending FIN. -2016-07-12 16:20:14.333 +05:30 [Debug] Connection id ""0HKTA7ILPVU0A"" sent FIN with status "0". -2016-07-12 16:20:14.334 +05:30 [Debug] Connection id ""0HKTA7ILPVU0A"" stopped. -2016-07-12 16:21:20.028 +05:30 [Debug] Connection id ""0HKTA7ILPVU0B"" started. -2016-07-12 16:21:20.033 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-12 16:21:20.035 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-12 16:21:20.035 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-12 16:21:20.093 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-12 16:21:20.094 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 16:21:20.095 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 16:21:20.103 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 16:21:20.119 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 68.3903ms -2016-07-12 16:21:20.125 +05:30 [Information] Request finished in 93.2878ms 200 application/json; charset=utf-8 -2016-07-12 16:21:20.126 +05:30 [Debug] Connection id ""0HKTA7ILPVU0B"" completed keep alive response. -2016-07-12 16:21:20.148 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-12 16:21:20.150 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-12 16:21:20.158 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-12 16:21:20.203 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-12 16:21:20.205 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 16:21:20.205 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 16:21:20.210 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 16:21:20.220 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 52.2262ms -2016-07-12 16:21:20.226 +05:30 [Information] Request finished in 88.0946ms 200 application/json; charset=utf-8 -2016-07-12 16:21:20.228 +05:30 [Debug] Connection id ""0HKTA7ILPVU0B"" completed keep alive response. -2016-07-12 16:21:28.528 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/BoardMe/getAnalytics?boardId=undefined -2016-07-12 16:21:28.529 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/getAnalytics"'. -2016-07-12 16:21:28.530 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)" -2016-07-12 16:21:28.629 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)" with arguments (["undefined"]) - ModelState is Valid' -2016-07-12 16:21:38.622 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 16:21:38.623 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-12 16:21:38.623 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 16:21:38.626 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 16:21:38.630 +05:30 [Information] Executed action "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)" in 10096.0594ms -2016-07-12 16:21:38.636 +05:30 [Information] Request finished in 10228.2131ms 200 application/json; charset=utf-8 -2016-07-12 16:21:38.637 +05:30 [Debug] Connection id ""0HKTA7ILPVU0B"" completed keep alive response. -2016-07-12 16:23:54.332 +05:30 [Debug] Connection id ""0HKTA7ILPVU0B"" received FIN. -2016-07-12 16:23:54.332 +05:30 [Debug] Connection id ""0HKTA7ILPVU0B"" disconnecting. -2016-07-12 16:23:54.333 +05:30 [Debug] Connection id ""0HKTA7ILPVU0B"" sending FIN. -2016-07-12 16:23:54.334 +05:30 [Debug] Connection id ""0HKTA7ILPVU0B"" sent FIN with status "0". -2016-07-12 16:23:54.334 +05:30 [Debug] Connection id ""0HKTA7ILPVU0B"" stopped. -2016-07-12 16:24:37.095 +05:30 [Debug] Connection id ""0HKTA7ILPVU0C"" started. -2016-07-12 16:24:37.164 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/BoardMe/getUserBoards?userId=1 -2016-07-12 16:24:37.165 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/getUserBoards"'. -2016-07-12 16:24:37.166 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" -2016-07-12 16:24:37.233 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-12 16:24:37.257 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 16:24:37.257 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-12 16:24:37.258 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 16:24:37.260 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 16:24:37.265 +05:30 [Information] Executed action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" in 95.008ms -2016-07-12 16:24:37.283 +05:30 [Information] Request finished in 159.528ms 200 application/json; charset=utf-8 -2016-07-12 16:24:37.283 +05:30 [Debug] Connection id ""0HKTA7ILPVU0C"" completed keep alive response. -2016-07-12 16:24:38.501 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-12 16:24:38.503 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-12 16:24:38.504 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-12 16:24:38.655 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-12 16:24:38.657 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 16:24:38.658 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 16:24:38.662 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 16:24:38.671 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 158.1629ms -2016-07-12 16:24:38.682 +05:30 [Information] Request finished in 182.545ms 200 application/json; charset=utf-8 -2016-07-12 16:24:38.683 +05:30 [Debug] Connection id ""0HKTA7ILPVU0C"" completed keep alive response. -2016-07-12 16:24:38.718 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-12 16:24:38.719 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-12 16:24:38.720 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-12 16:24:38.737 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-12 16:24:38.739 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 16:24:38.740 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 16:24:38.744 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 16:24:38.761 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 32.7386ms -2016-07-12 16:24:38.769 +05:30 [Information] Request finished in 67.8743ms 200 application/json; charset=utf-8 -2016-07-12 16:24:38.770 +05:30 [Debug] Connection id ""0HKTA7ILPVU0C"" completed keep alive response. -2016-07-12 16:24:43.205 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/BoardMe/getUserBoards?userId=1 -2016-07-12 16:24:43.206 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/getUserBoards"'. -2016-07-12 16:24:43.207 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" -2016-07-12 16:24:43.311 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-12 16:24:43.373 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 16:24:43.374 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-12 16:24:43.375 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 16:24:43.411 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 16:24:43.427 +05:30 [Information] Executed action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" in 206.1796ms -2016-07-12 16:24:43.434 +05:30 [Information] Request finished in 232.4535ms 200 application/json; charset=utf-8 -2016-07-12 16:24:43.434 +05:30 [Debug] Connection id ""0HKTA7ILPVU0C"" completed keep alive response. -2016-07-12 16:24:45.272 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/BoardMe/getAnalytics?boardId=undefined -2016-07-12 16:24:45.272 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/getAnalytics"'. -2016-07-12 16:24:45.273 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)" -2016-07-12 16:24:45.342 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)" with arguments (["undefined"]) - ModelState is Valid' -2016-07-12 16:24:52.957 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 16:24:52.957 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-12 16:24:52.958 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 16:24:52.962 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 16:24:52.970 +05:30 [Information] Executed action "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)" in 7689.5434ms -2016-07-12 16:24:52.980 +05:30 [Information] Request finished in 7772.584ms 200 application/json; charset=utf-8 -2016-07-12 16:24:52.984 +05:30 [Debug] Connection id ""0HKTA7ILPVU0C"" completed keep alive response. -2016-07-12 16:24:55.630 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFeeds?profileId=1&userId=1&skip=0&count=30 -2016-07-12 16:24:55.631 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFeeds"'. -2016-07-12 16:24:55.632 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFeeds (Api.Socioboard)" -2016-07-12 16:24:55.775 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFeeds (Api.Socioboard)" with arguments (["1", "1", "0", "30"]) - ModelState is Valid' -2016-07-12 16:24:56.144 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFeeds (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 16:24:56.144 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-12 16:24:56.145 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 16:24:56.148 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 16:24:56.179 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFeeds (Api.Socioboard)" in 542.1095ms -2016-07-12 16:24:56.188 +05:30 [Information] Request finished in 581.7234ms 200 application/json; charset=utf-8 -2016-07-12 16:24:56.189 +05:30 [Debug] Connection id ""0HKTA7ILPVU0C"" completed keep alive response. -2016-07-12 16:25:04.604 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/BoardMe/getUserBoards?userId=1 -2016-07-12 16:25:04.605 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/getUserBoards"'. -2016-07-12 16:25:04.606 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" -2016-07-12 16:25:04.655 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-12 16:25:04.665 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 16:25:04.665 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-12 16:25:04.666 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 16:25:04.671 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 16:25:04.681 +05:30 [Information] Executed action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" in 67.0646ms -2016-07-12 16:25:04.689 +05:30 [Information] Request finished in 86.7427ms 200 application/json; charset=utf-8 -2016-07-12 16:25:04.690 +05:30 [Debug] Connection id ""0HKTA7ILPVU0C"" completed keep alive response. -2016-07-12 16:26:23.112 +05:30 [Debug] Connection id ""0HKTA7ILPVU0C"" received FIN. -2016-07-12 16:26:23.113 +05:30 [Debug] Connection id ""0HKTA7ILPVU0C"" disconnecting. -2016-07-12 16:26:23.113 +05:30 [Debug] Connection id ""0HKTA7ILPVU0D"" started. -2016-07-12 16:26:23.113 +05:30 [Debug] Connection id ""0HKTA7ILPVU0C"" sending FIN. -2016-07-12 16:26:23.114 +05:30 [Debug] Connection id ""0HKTA7ILPVU0C"" sent FIN with status "0". -2016-07-12 16:26:23.115 +05:30 [Debug] Connection id ""0HKTA7ILPVU0C"" stopped. -2016-07-12 16:26:23.118 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-12 16:26:23.120 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-12 16:26:23.120 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-12 16:26:23.165 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-12 16:26:23.167 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 16:26:23.167 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 16:26:23.170 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 16:26:23.182 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 51.3105ms -2016-07-12 16:26:23.192 +05:30 [Information] Request finished in 71.9602ms 200 application/json; charset=utf-8 -2016-07-12 16:26:23.193 +05:30 [Debug] Connection id ""0HKTA7ILPVU0D"" completed keep alive response. -2016-07-12 16:26:23.212 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-12 16:26:23.213 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-12 16:26:23.213 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-12 16:26:23.239 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-12 16:26:23.241 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 16:26:23.242 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 16:26:23.247 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 16:26:23.254 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 34.4742ms -2016-07-12 16:26:23.264 +05:30 [Information] Request finished in 55.1929ms 200 application/json; charset=utf-8 -2016-07-12 16:26:23.265 +05:30 [Debug] Connection id ""0HKTA7ILPVU0D"" completed keep alive response. -2016-07-12 16:26:27.463 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/BoardMe/getUserBoards?userId=1 -2016-07-12 16:26:27.465 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/getUserBoards"'. -2016-07-12 16:26:27.465 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" -2016-07-12 16:26:27.529 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-12 16:26:27.573 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 16:26:27.574 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-12 16:26:27.574 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 16:26:27.579 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 16:26:27.597 +05:30 [Information] Executed action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" in 117.0489ms -2016-07-12 16:26:27.680 +05:30 [Information] Request finished in 242.4271ms 200 application/json; charset=utf-8 -2016-07-12 16:26:27.681 +05:30 [Debug] Connection id ""0HKTA7ILPVU0D"" completed keep alive response. -2016-07-12 16:26:31.089 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/BoardMe/getAnalytics?boardId=wt20 -2016-07-12 16:26:31.093 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/getAnalytics"'. -2016-07-12 16:26:31.093 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)" -2016-07-12 16:26:31.211 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)" with arguments (["wt20"]) - ModelState is Valid' -2016-07-12 16:26:37.501 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 16:26:37.502 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-12 16:26:37.503 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 16:26:37.537 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 16:26:37.557 +05:30 [Information] Executed action "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)" in 6444.5653ms -2016-07-12 16:26:37.566 +05:30 [Information] Request finished in 6489.1962ms 200 application/json; charset=utf-8 -2016-07-12 16:26:37.567 +05:30 [Debug] Connection id ""0HKTA7ILPVU0D"" completed keep alive response. -2016-07-12 16:27:38.580 +05:30 [Debug] Connection id ""0HKTA7ILPVU0D"" received FIN. -2016-07-12 16:27:38.581 +05:30 [Debug] Connection id ""0HKTA7ILPVU0E"" started. -2016-07-12 16:27:38.581 +05:30 [Debug] Connection id ""0HKTA7ILPVU0D"" disconnecting. -2016-07-12 16:27:38.582 +05:30 [Debug] Connection id ""0HKTA7ILPVU0D"" sending FIN. -2016-07-12 16:27:38.583 +05:30 [Debug] Connection id ""0HKTA7ILPVU0D"" sent FIN with status "0". -2016-07-12 16:27:38.583 +05:30 [Debug] Connection id ""0HKTA7ILPVU0D"" stopped. -2016-07-12 16:27:38.586 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-12 16:27:38.587 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-12 16:27:38.588 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-12 16:27:38.622 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-12 16:27:38.624 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 16:27:38.625 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 16:27:38.630 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 16:27:38.644 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 44.2055ms -2016-07-12 16:27:38.653 +05:30 [Information] Request finished in 67.5487ms 200 application/json; charset=utf-8 -2016-07-12 16:27:38.653 +05:30 [Debug] Connection id ""0HKTA7ILPVU0E"" completed keep alive response. -2016-07-12 16:27:38.662 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-12 16:27:38.663 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-12 16:27:38.664 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-12 16:27:38.695 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-12 16:27:38.696 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 16:27:38.697 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 16:27:38.701 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 16:27:38.706 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 37.3844ms -2016-07-12 16:27:38.714 +05:30 [Information] Request finished in 52.6772ms 200 application/json; charset=utf-8 -2016-07-12 16:27:38.714 +05:30 [Debug] Connection id ""0HKTA7ILPVU0E"" completed keep alive response. -2016-07-12 16:27:42.645 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/BoardMe/getAnalytics?boardId=wt20 -2016-07-12 16:27:42.652 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/getAnalytics"'. -2016-07-12 16:27:42.653 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)" -2016-07-12 16:27:42.815 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)" with arguments (["wt20"]) - ModelState is Valid' -2016-07-12 16:27:46.781 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 16:27:46.781 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-12 16:27:46.782 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 16:27:46.785 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 16:27:46.790 +05:30 [Information] Executed action "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)" in 4133.0471ms -2016-07-12 16:27:46.798 +05:30 [Information] Request finished in 4169.0745ms 200 application/json; charset=utf-8 -2016-07-12 16:27:46.799 +05:30 [Debug] Connection id ""0HKTA7ILPVU0E"" completed keep alive response. -2016-07-12 16:29:24.332 +05:30 [Debug] Connection id ""0HKTA7ILPVU0E"" received FIN. -2016-07-12 16:29:24.333 +05:30 [Debug] Connection id ""0HKTA7ILPVU0E"" disconnecting. -2016-07-12 16:29:24.334 +05:30 [Debug] Connection id ""0HKTA7ILPVU0E"" sending FIN. -2016-07-12 16:29:24.334 +05:30 [Debug] Connection id ""0HKTA7ILPVU0E"" sent FIN with status "0". -2016-07-12 16:29:24.335 +05:30 [Debug] Connection id ""0HKTA7ILPVU0E"" stopped. -2016-07-12 16:34:14.247 +05:30 [Debug] Connection id ""0HKTA7ILPVU0F"" started. -2016-07-12 16:34:14.258 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-12 16:34:14.260 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-12 16:34:14.261 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-12 16:34:14.291 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-12 16:34:14.294 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 16:34:14.296 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 16:34:14.301 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 16:34:14.317 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 43.2869ms -2016-07-12 16:34:14.326 +05:30 [Information] Request finished in 74.1685ms 200 application/json; charset=utf-8 -2016-07-12 16:34:14.326 +05:30 [Debug] Connection id ""0HKTA7ILPVU0F"" completed keep alive response. -2016-07-12 16:34:14.336 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-12 16:34:14.337 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-12 16:34:14.337 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-12 16:34:14.355 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-12 16:34:14.357 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 16:34:14.357 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 16:34:14.362 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 16:34:14.369 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 24.2298ms -2016-07-12 16:34:14.386 +05:30 [Information] Request finished in 48.3992ms 200 application/json; charset=utf-8 -2016-07-12 16:34:14.388 +05:30 [Debug] Connection id ""0HKTA7ILPVU0F"" completed keep alive response. -2016-07-12 16:34:21.138 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/BoardMe/getAnalytics?boardId=wt20 -2016-07-12 16:34:21.139 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/getAnalytics"'. -2016-07-12 16:34:21.140 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)" -2016-07-12 16:34:21.216 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)" with arguments (["wt20"]) - ModelState is Valid' -2016-07-12 16:34:23.668 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 16:34:23.669 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-12 16:34:23.669 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 16:34:23.674 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 16:34:23.687 +05:30 [Information] Executed action "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)" in 2534.3243ms -2016-07-12 16:34:23.709 +05:30 [Information] Request finished in 2618.1038ms 200 application/json; charset=utf-8 -2016-07-12 16:34:23.710 +05:30 [Debug] Connection id ""0HKTA7ILPVU0F"" completed keep alive response. -2016-07-12 16:34:30.396 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-12 16:34:30.397 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-12 16:34:30.398 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-12 16:34:30.418 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-12 16:34:30.419 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 16:34:30.420 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 16:34:30.425 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 16:34:30.432 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 27.8527ms -2016-07-12 16:34:30.442 +05:30 [Information] Request finished in 45.5317ms 200 application/json; charset=utf-8 -2016-07-12 16:34:30.443 +05:30 [Debug] Connection id ""0HKTA7ILPVU0F"" completed keep alive response. -2016-07-12 16:34:30.452 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-12 16:34:30.454 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-12 16:34:30.454 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-12 16:34:30.472 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-12 16:34:30.474 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 16:34:30.475 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 16:34:30.479 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 16:34:30.486 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 24.9972ms -2016-07-12 16:34:30.493 +05:30 [Information] Request finished in 43.1871ms 200 application/json; charset=utf-8 -2016-07-12 16:34:30.494 +05:30 [Debug] Connection id ""0HKTA7ILPVU0F"" completed keep alive response. -2016-07-12 16:34:34.684 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/BoardMe/getAnalytics?boardId=wt20 -2016-07-12 16:34:34.685 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/getAnalytics"'. -2016-07-12 16:34:34.686 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)" -2016-07-12 16:34:34.830 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)" with arguments (["wt20"]) - ModelState is Valid' -2016-07-12 16:34:37.444 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 16:34:37.445 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-12 16:34:37.445 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 16:34:37.451 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 16:34:37.460 +05:30 [Information] Executed action "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)" in 2765.8051ms -2016-07-12 16:34:37.473 +05:30 [Information] Request finished in 2789.3199ms 200 application/json; charset=utf-8 -2016-07-12 16:34:37.474 +05:30 [Debug] Connection id ""0HKTA7ILPVU0F"" completed keep alive response. -2016-07-12 16:34:43.003 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-12 16:34:43.004 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-12 16:34:43.004 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-12 16:34:43.049 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-12 16:34:43.051 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 16:34:43.052 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 16:34:43.062 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 16:34:43.090 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 58.1014ms -2016-07-12 16:34:43.123 +05:30 [Information] Request finished in 121.307ms 200 application/json; charset=utf-8 -2016-07-12 16:34:43.124 +05:30 [Debug] Connection id ""0HKTA7ILPVU0F"" completed keep alive response. -2016-07-12 16:34:43.136 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-12 16:34:43.136 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-12 16:34:43.137 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-12 16:34:43.185 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-12 16:34:43.187 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 16:34:43.188 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 16:34:43.192 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 16:34:43.198 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 55.1832ms -2016-07-12 16:34:43.212 +05:30 [Information] Request finished in 78.166ms 200 application/json; charset=utf-8 -2016-07-12 16:34:43.213 +05:30 [Debug] Connection id ""0HKTA7ILPVU0F"" completed keep alive response. -2016-07-12 16:34:47.369 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/BoardMe/getAnalytics?boardId=wt20 -2016-07-12 16:34:47.370 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/getAnalytics"'. -2016-07-12 16:34:47.380 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)" -2016-07-12 16:34:47.506 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)" with arguments (["wt20"]) - ModelState is Valid' -2016-07-12 16:34:49.969 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 16:34:49.970 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-12 16:34:49.970 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 16:34:49.974 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 16:34:49.980 +05:30 [Information] Executed action "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)" in 2594.4504ms -2016-07-12 16:34:49.989 +05:30 [Information] Request finished in 2642.5537ms 200 application/json; charset=utf-8 -2016-07-12 16:34:49.990 +05:30 [Debug] Connection id ""0HKTA7ILPVU0F"" completed keep alive response. -2016-07-12 16:35:11.521 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-12 16:35:11.522 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-12 16:35:11.523 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-12 16:35:11.553 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-12 16:35:11.560 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 16:35:11.561 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 16:35:11.565 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 16:35:11.575 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 43.5789ms -2016-07-12 16:35:11.590 +05:30 [Information] Request finished in 67.4215ms 200 application/json; charset=utf-8 -2016-07-12 16:35:11.591 +05:30 [Debug] Connection id ""0HKTA7ILPVU0F"" completed keep alive response. -2016-07-12 16:35:11.606 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-12 16:35:11.608 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-12 16:35:11.609 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-12 16:35:11.667 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-12 16:35:11.669 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 16:35:11.670 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 16:35:11.678 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 16:35:11.687 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 70.3118ms -2016-07-12 16:35:11.696 +05:30 [Information] Request finished in 90.9535ms 200 application/json; charset=utf-8 -2016-07-12 16:35:11.697 +05:30 [Debug] Connection id ""0HKTA7ILPVU0F"" completed keep alive response. -2016-07-12 16:35:14.908 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/BoardMe/getAnalytics?boardId=wt20 -2016-07-12 16:35:14.909 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/getAnalytics"'. -2016-07-12 16:35:14.910 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)" -2016-07-12 16:35:14.981 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)" with arguments (["wt20"]) - ModelState is Valid' -2016-07-12 16:35:17.207 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 16:35:17.208 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-12 16:35:17.208 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 16:35:17.212 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 16:35:17.217 +05:30 [Information] Executed action "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)" in 2302.1609ms -2016-07-12 16:35:17.225 +05:30 [Information] Request finished in 2320.9176ms 200 application/json; charset=utf-8 -2016-07-12 16:35:17.226 +05:30 [Debug] Connection id ""0HKTA7ILPVU0F"" completed keep alive response. -2016-07-12 16:35:38.895 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-12 16:35:38.896 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-12 16:35:38.897 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-12 16:35:38.929 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-12 16:35:38.930 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 16:35:38.931 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 16:35:38.936 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 16:35:38.947 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 39.7119ms -2016-07-12 16:35:38.979 +05:30 [Information] Request finished in 71.1328ms 200 application/json; charset=utf-8 -2016-07-12 16:35:38.980 +05:30 [Debug] Connection id ""0HKTA7ILPVU0F"" completed keep alive response. -2016-07-12 16:35:39.000 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-12 16:35:39.001 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-12 16:35:39.002 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-12 16:35:39.038 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-12 16:35:39.042 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 16:35:39.043 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 16:35:39.048 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 16:35:39.059 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 47.8678ms -2016-07-12 16:35:39.069 +05:30 [Information] Request finished in 73.3925ms 200 application/json; charset=utf-8 -2016-07-12 16:35:39.070 +05:30 [Debug] Connection id ""0HKTA7ILPVU0F"" completed keep alive response. -2016-07-12 16:35:43.365 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/BoardMe/getAnalytics?boardId=wt20 -2016-07-12 16:35:43.376 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/getAnalytics"'. -2016-07-12 16:35:43.378 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)" -2016-07-12 16:35:43.606 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)" with arguments (["wt20"]) - ModelState is Valid' -2016-07-12 16:35:45.394 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 16:35:45.394 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-12 16:35:45.395 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 16:35:45.403 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 16:35:45.410 +05:30 [Information] Executed action "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)" in 2025.6381ms -2016-07-12 16:35:45.422 +05:30 [Information] Request finished in 2068.6469ms 200 application/json; charset=utf-8 -2016-07-12 16:35:45.423 +05:30 [Debug] Connection id ""0HKTA7ILPVU0F"" completed keep alive response. -2016-07-12 16:35:56.536 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-12 16:35:56.537 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-12 16:35:56.538 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-12 16:35:56.578 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-12 16:35:56.580 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 16:35:56.581 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 16:35:56.584 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 16:35:56.590 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 46.8374ms -2016-07-12 16:35:56.600 +05:30 [Information] Request finished in 66.3673ms 200 application/json; charset=utf-8 -2016-07-12 16:35:56.601 +05:30 [Debug] Connection id ""0HKTA7ILPVU0F"" completed keep alive response. -2016-07-12 16:35:56.615 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-12 16:35:56.616 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-12 16:35:56.616 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-12 16:35:56.646 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-12 16:35:56.648 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 16:35:56.649 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 16:35:56.653 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 16:35:56.665 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 38.8937ms -2016-07-12 16:35:56.676 +05:30 [Information] Request finished in 65.3398ms 200 application/json; charset=utf-8 -2016-07-12 16:35:56.678 +05:30 [Debug] Connection id ""0HKTA7ILPVU0F"" completed keep alive response. -2016-07-12 16:36:02.966 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/BoardMe/getAnalytics?boardId=wt20 -2016-07-12 16:36:02.967 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/getAnalytics"'. -2016-07-12 16:36:02.969 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)" -2016-07-12 16:36:03.063 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)" with arguments (["wt20"]) - ModelState is Valid' -2016-07-12 16:36:04.928 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 16:36:04.929 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-12 16:36:04.929 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 16:36:04.934 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 16:36:04.943 +05:30 [Information] Executed action "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)" in 1966.5201ms -2016-07-12 16:36:04.953 +05:30 [Information] Request finished in 1993.911ms 200 application/json; charset=utf-8 -2016-07-12 16:36:04.954 +05:30 [Debug] Connection id ""0HKTA7ILPVU0F"" completed keep alive response. -2016-07-12 16:36:20.714 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-12 16:36:20.715 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-12 16:36:20.717 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-12 16:36:20.737 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-12 16:36:20.738 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 16:36:20.739 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 16:36:20.744 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 16:36:20.753 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 27.6896ms -2016-07-12 16:36:20.764 +05:30 [Information] Request finished in 49.8394ms 200 application/json; charset=utf-8 -2016-07-12 16:36:20.765 +05:30 [Debug] Connection id ""0HKTA7ILPVU0F"" completed keep alive response. -2016-07-12 16:36:20.775 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-12 16:36:20.776 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-12 16:36:20.777 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-12 16:36:20.811 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-12 16:36:20.813 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 16:36:20.814 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 16:36:20.819 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 16:36:20.831 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 42.5771ms -2016-07-12 16:36:20.847 +05:30 [Information] Request finished in 68.8282ms 200 application/json; charset=utf-8 -2016-07-12 16:36:20.848 +05:30 [Debug] Connection id ""0HKTA7ILPVU0F"" completed keep alive response. -2016-07-12 16:36:24.121 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/BoardMe/getAnalytics?boardId=wt20 -2016-07-12 16:36:24.122 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/getAnalytics"'. -2016-07-12 16:36:24.123 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)" -2016-07-12 16:36:24.190 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)" with arguments (["wt20"]) - ModelState is Valid' -2016-07-12 16:36:25.942 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 16:36:25.942 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-12 16:36:25.943 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 16:36:25.948 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 16:36:25.957 +05:30 [Information] Executed action "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)" in 1823.9418ms -2016-07-12 16:36:25.977 +05:30 [Information] Request finished in 1854.8057ms 200 application/json; charset=utf-8 -2016-07-12 16:36:25.978 +05:30 [Debug] Connection id ""0HKTA7ILPVU0F"" completed keep alive response. -2016-07-12 16:36:41.258 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-12 16:36:41.265 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-12 16:36:41.266 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-12 16:36:41.296 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-12 16:36:41.297 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 16:36:41.298 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 16:36:41.302 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 16:36:41.310 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 37.3736ms -2016-07-12 16:36:41.321 +05:30 [Information] Request finished in 65.5719ms 200 application/json; charset=utf-8 -2016-07-12 16:36:41.323 +05:30 [Debug] Connection id ""0HKTA7ILPVU0F"" completed keep alive response. -2016-07-12 16:36:41.333 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-12 16:36:41.334 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-12 16:36:41.335 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-12 16:36:41.394 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-12 16:36:41.396 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 16:36:41.397 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 16:36:41.401 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 16:36:41.414 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 67.612ms -2016-07-12 16:36:41.433 +05:30 [Information] Request finished in 94.695ms 200 application/json; charset=utf-8 -2016-07-12 16:36:41.434 +05:30 [Debug] Connection id ""0HKTA7ILPVU0F"" completed keep alive response. -2016-07-12 16:36:49.776 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/BoardMe/getAnalytics?boardId=wt20 -2016-07-12 16:36:49.778 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/getAnalytics"'. -2016-07-12 16:36:49.780 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)" -2016-07-12 16:36:49.874 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)" with arguments (["wt20"]) - ModelState is Valid' -2016-07-12 16:36:52.294 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 16:36:52.295 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-12 16:36:52.295 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 16:36:52.300 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 16:36:52.306 +05:30 [Information] Executed action "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)" in 2517.8951ms -2016-07-12 16:36:52.317 +05:30 [Information] Request finished in 2541.9704ms 200 application/json; charset=utf-8 -2016-07-12 16:36:52.318 +05:30 [Debug] Connection id ""0HKTA7ILPVU0F"" completed keep alive response. -2016-07-12 16:36:53.884 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/BoardMe/getUserBoards?userId=1 -2016-07-12 16:36:53.886 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/getUserBoards"'. -2016-07-12 16:36:53.887 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" -2016-07-12 16:36:53.969 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-12 16:36:54.017 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 16:36:54.018 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-12 16:36:54.019 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 16:36:54.027 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 16:36:54.035 +05:30 [Information] Executed action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" in 141.122ms -2016-07-12 16:36:54.055 +05:30 [Information] Request finished in 197.498ms 200 application/json; charset=utf-8 -2016-07-12 16:36:54.061 +05:30 [Debug] Connection id ""0HKTA7ILPVU0F"" completed keep alive response. -2016-07-12 16:36:56.429 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/BoardMe/getAnalytics?boardId=wt20 -2016-07-12 16:36:56.431 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/getAnalytics"'. -2016-07-12 16:36:56.432 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)" -2016-07-12 16:36:56.472 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)" with arguments (["wt20"]) - ModelState is Valid' -2016-07-12 16:36:58.670 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 16:36:58.671 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-12 16:36:58.671 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 16:36:58.679 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 16:36:58.693 +05:30 [Information] Executed action "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)" in 2246.9281ms -2016-07-12 16:36:58.713 +05:30 [Information] Request finished in 2324.5297ms 200 application/json; charset=utf-8 -2016-07-12 16:36:58.714 +05:30 [Debug] Connection id ""0HKTA7ILPVU0F"" completed keep alive response. -2016-07-12 16:37:02.235 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/BoardMe/getUserBoards?userId=1 -2016-07-12 16:37:02.236 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/getUserBoards"'. -2016-07-12 16:37:02.236 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" -2016-07-12 16:37:02.316 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-12 16:37:02.338 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 16:37:02.340 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-12 16:37:02.341 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 16:37:02.348 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 16:37:02.359 +05:30 [Information] Executed action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" in 113.0217ms -2016-07-12 16:37:02.371 +05:30 [Information] Request finished in 138.0059ms 200 application/json; charset=utf-8 -2016-07-12 16:37:02.374 +05:30 [Debug] Connection id ""0HKTA7ILPVU0F"" completed keep alive response. -2016-07-12 16:37:05.006 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/BoardMe/getAnalytics?boardId=euro2016final -2016-07-12 16:37:05.007 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/getAnalytics"'. -2016-07-12 16:37:05.009 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)" -2016-07-12 16:37:05.101 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)" with arguments (["euro2016final"]) - ModelState is Valid' -2016-07-12 16:37:07.886 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 16:37:07.887 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-12 16:37:07.888 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 16:37:07.901 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 16:37:07.914 +05:30 [Information] Executed action "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)" in 2892.6817ms -2016-07-12 16:37:07.985 +05:30 [Information] Request finished in 2982.0005ms 200 application/json; charset=utf-8 -2016-07-12 16:37:07.986 +05:30 [Debug] Connection id ""0HKTA7ILPVU0F"" completed keep alive response. -2016-07-12 16:37:12.391 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/BoardMe/getUserBoards?userId=1 -2016-07-12 16:37:12.392 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/getUserBoards"'. -2016-07-12 16:37:12.423 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" -2016-07-12 16:37:12.586 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-12 16:37:12.608 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 16:37:12.609 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-12 16:37:12.610 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 16:37:12.624 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 16:37:12.642 +05:30 [Information] Executed action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" in 201.5121ms -2016-07-12 16:37:12.661 +05:30 [Information] Request finished in 271.2771ms 200 application/json; charset=utf-8 -2016-07-12 16:37:12.662 +05:30 [Debug] Connection id ""0HKTA7ILPVU0F"" completed keep alive response. -2016-07-12 16:37:14.877 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/BoardMe/getAnalytics?boardId=treeplantation -2016-07-12 16:37:14.878 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/getAnalytics"'. -2016-07-12 16:37:14.879 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)" -2016-07-12 16:37:15.085 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)" with arguments (["treeplantation"]) - ModelState is Valid' -2016-07-12 16:37:17.314 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 16:37:17.314 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-12 16:37:17.315 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 16:37:17.322 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 16:37:17.330 +05:30 [Information] Executed action "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)" in 2444.9256ms -2016-07-12 16:37:17.347 +05:30 [Information] Request finished in 2516.2028ms 200 application/json; charset=utf-8 -2016-07-12 16:37:17.348 +05:30 [Debug] Connection id ""0HKTA7ILPVU0F"" completed keep alive response. -2016-07-12 16:37:21.145 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/BoardMe/getUserBoards?userId=1 -2016-07-12 16:37:21.150 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/getUserBoards"'. -2016-07-12 16:37:21.150 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" -2016-07-12 16:37:21.246 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-12 16:37:21.259 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 16:37:21.260 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-12 16:37:21.261 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 16:37:21.270 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 16:37:21.278 +05:30 [Information] Executed action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" in 121.0624ms -2016-07-12 16:37:21.292 +05:30 [Information] Request finished in 149.1969ms 200 application/json; charset=utf-8 -2016-07-12 16:37:21.293 +05:30 [Debug] Connection id ""0HKTA7ILPVU0F"" completed keep alive response. -2016-07-12 16:37:24.019 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/BoardMe/getAnalytics?boardId=wt20 -2016-07-12 16:37:24.019 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/getAnalytics"'. -2016-07-12 16:37:24.020 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)" -2016-07-12 16:37:24.093 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)" with arguments (["wt20"]) - ModelState is Valid' -2016-07-12 16:37:25.986 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 16:37:25.987 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-12 16:37:25.988 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 16:37:25.997 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 16:37:26.005 +05:30 [Information] Executed action "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)" in 1976.6431ms -2016-07-12 16:37:26.018 +05:30 [Information] Request finished in 2007.9072ms 200 application/json; charset=utf-8 -2016-07-12 16:37:26.019 +05:30 [Debug] Connection id ""0HKTA7ILPVU0F"" completed keep alive response. -2016-07-12 16:38:34.332 +05:30 [Debug] Connection id ""0HKTA7ILPVU0F"" received FIN. -2016-07-12 16:38:34.333 +05:30 [Debug] Connection id ""0HKTA7ILPVU0F"" disconnecting. -2016-07-12 16:38:34.333 +05:30 [Debug] Connection id ""0HKTA7ILPVU0F"" sending FIN. -2016-07-12 16:38:34.334 +05:30 [Debug] Connection id ""0HKTA7ILPVU0F"" sent FIN with status "0". -2016-07-12 16:38:34.334 +05:30 [Debug] Connection id ""0HKTA7ILPVU0F"" stopped. -2016-07-12 16:43:41.605 +05:30 [Debug] Hosting starting -2016-07-12 16:43:42.116 +05:30 [Debug] Hosting started -2016-07-12 16:43:42.377 +05:30 [Debug] Connection id ""0HKTA8MAKIGI8"" started. -2016-07-12 16:43:42.394 +05:30 [Debug] Connection id ""0HKTA8MAKIGI9"" started. -2016-07-12 16:43:42.729 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:6361/ 0 -2016-07-12 16:43:42.729 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-07-12 16:43:45.252 +05:30 [Debug] Request did not match any routes. -2016-07-12 16:43:45.274 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-07-12 16:43:45.537 +05:30 [Information] Request finished in 2862.1673ms 404 -2016-07-12 16:43:45.541 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"be0f7cb7-0ad8-49e4-a60b-acbdcef0a87a"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-07-12 16:43:45.669 +05:30 [Debug] Connection id ""0HKTA8MAKIGI9"" completed keep alive response. -2016-07-12 16:43:45.681 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-07-12 16:43:46.267 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid' -2016-07-12 16:43:46.279 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult".' -2016-07-12 16:43:46.386 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-12 16:43:46.394 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 16:43:46.397 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 16:43:47.209 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 1505.387ms -2016-07-12 16:43:47.222 +05:30 [Information] Request finished in 4580.9046ms 200 application/json; charset=utf-8 -2016-07-12 16:43:47.226 +05:30 [Debug] Connection id ""0HKTA8MAKIGI8"" completed keep alive response. -2016-07-12 16:45:17.457 +05:30 [Debug] Connection id ""0HKTA8MAKIGI9"" received FIN. -2016-07-12 16:45:17.458 +05:30 [Debug] Connection id ""0HKTA8MAKIGI8"" received FIN. -2016-07-12 16:45:17.459 +05:30 [Debug] Connection id ""0HKTA8MAKIGIA"" started. -2016-07-12 16:45:17.472 +05:30 [Debug] Connection id ""0HKTA8MAKIGI9"" disconnecting. -2016-07-12 16:45:17.479 +05:30 [Debug] Connection id ""0HKTA8MAKIGI8"" disconnecting. -2016-07-12 16:45:17.480 +05:30 [Debug] Connection id ""0HKTA8MAKIGI9"" sending FIN. -2016-07-12 16:45:17.480 +05:30 [Debug] Connection id ""0HKTA8MAKIGI8"" sending FIN. -2016-07-12 16:45:17.480 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/User/FacebookLogin application/x-www-form-urlencoded 177 -2016-07-12 16:45:17.481 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/FacebookLogin"'. -2016-07-12 16:45:17.483 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" -2016-07-12 16:45:17.495 +05:30 [Debug] Connection id ""0HKTA8MAKIGI9"" sent FIN with status "0". -2016-07-12 16:45:17.501 +05:30 [Debug] Connection id ""0HKTA8MAKIGI9"" stopped. -2016-07-12 16:45:17.502 +05:30 [Debug] Connection id ""0HKTA8MAKIGI8"" sent FIN with status "0". -2016-07-12 16:45:17.503 +05:30 [Debug] Connection id ""0HKTA8MAKIGI8"" stopped. -2016-07-12 16:45:18.532 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" with arguments (["EAAKYvwDVmnUBAGhZCLksIfVQCMvz6UaUPOadxqEYmdUCn1vuEStUc2gw4wxLWCZC4NhoPlGv8UBqlWOaY05ZCPNSvsZAKfhgUFycpZA03d5EXZCCJy7sZBIzP6XKHrN4xJLtKuWCwJrvBotpc2hAYPaGXWozFVGdpMZD"]) - ModelState is Valid' -2016-07-12 16:45:20.296 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 16:45:20.310 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 16:45:20.312 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 16:45:20.488 +05:30 [Information] Executed action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" in 2925.3439ms -2016-07-12 16:45:20.555 +05:30 [Information] Request finished in 3064.8848ms 200 application/json; charset=utf-8 -2016-07-12 16:45:20.555 +05:30 [Debug] Connection id ""0HKTA8MAKIGIA"" completed keep alive response. -2016-07-12 16:45:21.335 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-12 16:45:21.335 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-12 16:45:21.344 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-12 16:45:21.401 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-12 16:45:21.447 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 16:45:21.448 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 16:45:21.449 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 16:45:21.463 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 114.2624ms -2016-07-12 16:45:21.467 +05:30 [Information] Request finished in 132.356ms 200 application/json; charset=utf-8 -2016-07-12 16:45:21.468 +05:30 [Debug] Connection id ""0HKTA8MAKIGIA"" completed keep alive response. -2016-07-12 16:45:21.579 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-12 16:45:21.580 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-12 16:45:21.580 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-12 16:45:21.598 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-12 16:45:21.621 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 16:45:21.622 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 16:45:21.623 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 16:45:21.635 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 51.9696ms -2016-07-12 16:45:21.639 +05:30 [Information] Request finished in 59.1146ms 200 application/json; charset=utf-8 -2016-07-12 16:45:21.640 +05:30 [Debug] Connection id ""0HKTA8MAKIGIA"" completed keep alive response. -2016-07-12 16:45:24.832 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=1 -2016-07-12 16:45:24.833 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-07-12 16:45:24.834 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-07-12 16:45:25.054 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-12 16:45:31.292 +05:30 [Debug] Connection id ""0HKTA8MAKIGIB"" started. -2016-07-12 16:45:31.305 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/BoardMe/getUserBoards?userId=1 -2016-07-12 16:45:31.306 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/getUserBoards"'. -2016-07-12 16:45:31.307 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" -2016-07-12 16:45:31.429 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-12 16:45:34.135 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 16:45:34.136 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-12 16:45:34.136 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 16:45:34.138 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 16:45:34.162 +05:30 [Information] Executed action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" in 2850.4478ms -2016-07-12 16:45:34.165 +05:30 [Information] Request finished in 2870.1345ms 200 application/json; charset=utf-8 -2016-07-12 16:45:34.166 +05:30 [Debug] Connection id ""0HKTA8MAKIGIB"" completed keep alive response. -2016-07-12 16:45:35.339 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 16:45:35.340 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-12 16:45:35.340 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 16:45:35.341 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 16:45:35.362 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 10526.0983ms -2016-07-12 16:45:35.365 +05:30 [Information] Request finished in 10540.314ms 200 application/json; charset=utf-8 -2016-07-12 16:45:35.366 +05:30 [Debug] Connection id ""0HKTA8MAKIGIA"" completed keep alive response. -2016-07-12 16:45:35.391 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=1 -2016-07-12 16:45:35.392 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-07-12 16:45:35.393 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-07-12 16:45:35.412 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-12 16:45:35.445 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 16:45:35.446 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-12 16:45:35.447 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 16:45:35.448 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 16:45:35.477 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 81.2513ms -2016-07-12 16:45:35.480 +05:30 [Information] Request finished in 88.7343ms 200 application/json; charset=utf-8 -2016-07-12 16:45:35.481 +05:30 [Debug] Connection id ""0HKTA8MAKIGIB"" completed keep alive response. -2016-07-12 16:45:36.140 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/BoardMe/getAnalytics?boardId=wt20 -2016-07-12 16:45:36.141 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/getAnalytics"'. -2016-07-12 16:45:36.142 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)" -2016-07-12 16:45:36.210 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)" with arguments (["wt20"]) - ModelState is Valid' -2016-07-12 16:45:39.272 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 16:45:39.273 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-12 16:45:39.273 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 16:45:39.276 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 16:45:39.303 +05:30 [Information] Executed action "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)" in 3158.188ms -2016-07-12 16:45:39.308 +05:30 [Information] Request finished in 3191.3258ms 200 application/json; charset=utf-8 -2016-07-12 16:45:39.309 +05:30 [Debug] Connection id ""0HKTA8MAKIGIA"" completed keep alive response. -2016-07-12 16:45:46.451 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/BoardMe/getUserBoards?userId=1 -2016-07-12 16:45:46.452 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/getUserBoards"'. -2016-07-12 16:45:46.456 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" -2016-07-12 16:45:46.534 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-12 16:45:46.564 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 16:45:46.566 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-12 16:45:46.566 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 16:45:46.568 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 16:45:46.573 +05:30 [Information] Executed action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" in 112.3176ms -2016-07-12 16:45:46.577 +05:30 [Information] Request finished in 133.055ms 200 application/json; charset=utf-8 -2016-07-12 16:45:46.578 +05:30 [Debug] Connection id ""0HKTA8MAKIGIB"" completed keep alive response. -2016-07-12 16:45:47.992 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/BoardMe/getAnalytics?boardId=wt20 -2016-07-12 16:45:47.992 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/getAnalytics"'. -2016-07-12 16:45:47.993 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)" -2016-07-12 16:45:48.037 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)" with arguments (["wt20"]) - ModelState is Valid' -2016-07-12 16:45:49.384 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-12 16:45:49.386 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-12 16:45:49.387 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-12 16:45:49.403 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-12 16:45:49.404 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 16:45:49.404 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 16:45:49.406 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 16:45:49.410 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 20.3657ms -2016-07-12 16:45:49.416 +05:30 [Information] Request finished in 31.8548ms 200 application/json; charset=utf-8 -2016-07-12 16:45:49.417 +05:30 [Debug] Connection id ""0HKTA8MAKIGIB"" completed keep alive response. -2016-07-12 16:45:49.429 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-12 16:45:49.430 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-12 16:45:49.430 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-12 16:45:49.452 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-12 16:45:49.454 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 16:45:49.454 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 16:45:49.456 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 16:45:49.461 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 26.8503ms -2016-07-12 16:45:49.466 +05:30 [Information] Request finished in 36.8735ms 200 application/json; charset=utf-8 -2016-07-12 16:45:49.467 +05:30 [Debug] Connection id ""0HKTA8MAKIGIB"" completed keep alive response. -2016-07-12 16:45:49.600 +05:30 [Debug] Connection id ""0HKTA8MAKIGIA"" received FIN. -2016-07-12 16:45:49.984 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 16:45:49.985 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-12 16:45:49.985 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 16:45:49.999 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 16:45:50.008 +05:30 [Information] Executed action "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)" in 2005.8859ms -2016-07-12 16:45:50.061 +05:30 [Debug] Connection id ""0HKTA8MAKIGIA"" disconnecting. -2016-07-12 16:45:50.074 +05:30 [Information] Connection id ""0HKTA8MAKIGIA"" communication error -Microsoft.AspNetCore.Server.Kestrel.Networking.UvException: Error -4077 ECONNRESET connection reset by peer -2016-07-12 16:45:50.082 +05:30 [Debug] Connection id ""0HKTA8MAKIGIA"" stopped. -2016-07-12 16:45:50.082 +05:30 [Information] Request finished in 2085.6616ms 200 application/json; charset=utf-8 -2016-07-12 16:45:52.827 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/BoardMe/getAnalytics?boardId=wt20 -2016-07-12 16:45:52.828 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/getAnalytics"'. -2016-07-12 16:45:52.830 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)" -2016-07-12 16:45:52.898 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)" with arguments (["wt20"]) - ModelState is Valid' -2016-07-12 16:45:54.543 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 16:45:54.543 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-12 16:45:54.543 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 16:45:54.545 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 16:45:54.557 +05:30 [Information] Executed action "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)" in 1716.0471ms -2016-07-12 16:45:54.565 +05:30 [Information] Request finished in 1740.5848ms 200 application/json; charset=utf-8 -2016-07-12 16:45:54.566 +05:30 [Debug] Connection id ""0HKTA8MAKIGIB"" completed keep alive response. -2016-07-12 16:46:05.017 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-12 16:46:05.018 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-12 16:46:05.019 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-12 16:46:05.037 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-12 16:46:05.038 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 16:46:05.039 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 16:46:05.041 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 16:46:05.055 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 23.5518ms -2016-07-12 16:46:05.062 +05:30 [Information] Request finished in 46.5963ms 200 application/json; charset=utf-8 -2016-07-12 16:46:05.063 +05:30 [Debug] Connection id ""0HKTA8MAKIGIB"" completed keep alive response. -2016-07-12 16:46:05.069 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-12 16:46:05.070 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-12 16:46:05.071 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-12 16:46:05.115 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-12 16:46:05.116 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 16:46:05.117 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 16:46:05.119 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 16:46:05.122 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 49.2168ms -2016-07-12 16:46:05.128 +05:30 [Information] Request finished in 60.3861ms 200 application/json; charset=utf-8 -2016-07-12 16:46:05.129 +05:30 [Debug] Connection id ""0HKTA8MAKIGIB"" completed keep alive response. -2016-07-12 16:46:08.456 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/BoardMe/getAnalytics?boardId=wt20 -2016-07-12 16:46:08.457 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/getAnalytics"'. -2016-07-12 16:46:08.458 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)" -2016-07-12 16:46:08.522 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)" with arguments (["wt20"]) - ModelState is Valid' -2016-07-12 16:46:10.731 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 16:46:10.731 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-12 16:46:10.732 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 16:46:10.733 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 16:46:10.736 +05:30 [Information] Executed action "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)" in 2275.5101ms -2016-07-12 16:46:10.741 +05:30 [Information] Request finished in 2287.7194ms 200 application/json; charset=utf-8 -2016-07-12 16:46:10.741 +05:30 [Debug] Connection id ""0HKTA8MAKIGIB"" completed keep alive response. -2016-07-12 16:47:22.325 +05:30 [Debug] Connection id ""0HKTA8MAKIGIB"" received FIN. -2016-07-12 16:47:22.325 +05:30 [Debug] Connection id ""0HKTA8MAKIGIB"" disconnecting. -2016-07-12 16:47:22.326 +05:30 [Debug] Connection id ""0HKTA8MAKIGIB"" sending FIN. -2016-07-12 16:47:22.326 +05:30 [Debug] Connection id ""0HKTA8MAKIGIB"" sent FIN with status "0". -2016-07-12 16:47:22.327 +05:30 [Debug] Connection id ""0HKTA8MAKIGIB"" stopped. -2016-07-12 16:50:48.568 +05:30 [Debug] Connection id ""0HKTA8MAKIGIC"" started. -2016-07-12 16:50:48.578 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-12 16:50:48.580 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-12 16:50:48.581 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-12 16:50:48.608 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-12 16:50:48.611 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 16:50:48.611 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 16:50:48.613 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 16:50:48.641 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 33.514ms -2016-07-12 16:50:48.646 +05:30 [Information] Request finished in 68.4838ms 200 application/json; charset=utf-8 -2016-07-12 16:50:48.647 +05:30 [Debug] Connection id ""0HKTA8MAKIGIC"" completed keep alive response. -2016-07-12 16:50:48.679 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-12 16:50:48.680 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-12 16:50:48.681 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-12 16:50:48.752 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-12 16:50:48.755 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 16:50:48.756 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 16:50:48.760 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 16:50:48.793 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 80.3321ms -2016-07-12 16:50:48.825 +05:30 [Information] Request finished in 145.152ms 200 application/json; charset=utf-8 -2016-07-12 16:50:48.826 +05:30 [Debug] Connection id ""0HKTA8MAKIGIC"" completed keep alive response. -2016-07-12 16:50:53.782 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/BoardMe/getAnalytics?boardId=wt20 -2016-07-12 16:50:53.783 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/getAnalytics"'. -2016-07-12 16:50:53.784 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)" -2016-07-12 16:50:53.861 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)" with arguments (["wt20"]) - ModelState is Valid' -2016-07-12 16:50:55.893 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 16:50:55.893 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-12 16:50:55.894 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 16:50:55.896 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 16:50:55.902 +05:30 [Information] Executed action "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)" in 2107.8302ms -2016-07-12 16:50:55.907 +05:30 [Information] Request finished in 2161.6074ms 200 application/json; charset=utf-8 -2016-07-12 16:50:55.907 +05:30 [Debug] Connection id ""0HKTA8MAKIGIC"" completed keep alive response. -2016-07-12 16:52:52.325 +05:30 [Debug] Connection id ""0HKTA8MAKIGIC"" received FIN. -2016-07-12 16:52:52.326 +05:30 [Debug] Connection id ""0HKTA8MAKIGIC"" disconnecting. -2016-07-12 16:52:52.326 +05:30 [Debug] Connection id ""0HKTA8MAKIGIC"" sending FIN. -2016-07-12 16:52:52.327 +05:30 [Debug] Connection id ""0HKTA8MAKIGIC"" sent FIN with status "0". -2016-07-12 16:52:52.327 +05:30 [Debug] Connection id ""0HKTA8MAKIGIC"" stopped. -2016-07-12 16:53:07.315 +05:30 [Debug] Connection id ""0HKTA8MAKIGID"" started. -2016-07-12 16:53:07.318 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-12 16:53:07.320 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-12 16:53:07.321 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-12 16:53:07.332 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-12 16:53:07.333 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 16:53:07.334 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 16:53:07.337 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 16:53:07.343 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 16.9166ms -2016-07-12 16:53:07.349 +05:30 [Information] Request finished in 31.7351ms 200 application/json; charset=utf-8 -2016-07-12 16:53:07.350 +05:30 [Debug] Connection id ""0HKTA8MAKIGID"" completed keep alive response. -2016-07-12 16:53:07.362 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-12 16:53:07.363 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-12 16:53:07.363 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-12 16:53:07.410 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-12 16:53:07.412 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 16:53:07.412 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 16:53:07.415 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 16:53:07.424 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 52.1852ms -2016-07-12 16:53:07.430 +05:30 [Information] Request finished in 71.7891ms 200 application/json; charset=utf-8 -2016-07-12 16:53:07.431 +05:30 [Debug] Connection id ""0HKTA8MAKIGID"" completed keep alive response. -2016-07-12 16:53:11.792 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/BoardMe/getAnalytics?boardId=wt20 -2016-07-12 16:53:11.793 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/getAnalytics"'. -2016-07-12 16:53:11.794 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)" -2016-07-12 16:53:11.964 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)" with arguments (["wt20"]) - ModelState is Valid' -2016-07-12 16:53:14.257 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 16:53:14.257 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-12 16:53:14.258 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 16:53:14.260 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 16:53:14.265 +05:30 [Information] Executed action "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)" in 2466.2213ms -2016-07-12 16:53:14.270 +05:30 [Information] Request finished in 2522.1737ms 200 application/json; charset=utf-8 -2016-07-12 16:53:14.271 +05:30 [Debug] Connection id ""0HKTA8MAKIGID"" completed keep alive response. -2016-07-12 16:53:18.217 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-12 16:53:18.218 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-12 16:53:18.218 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-12 16:53:18.280 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-12 16:53:18.282 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 16:53:18.282 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 16:53:18.285 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 16:53:18.292 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 67.6479ms -2016-07-12 16:53:18.298 +05:30 [Information] Request finished in 90.377ms 200 application/json; charset=utf-8 -2016-07-12 16:53:18.299 +05:30 [Debug] Connection id ""0HKTA8MAKIGID"" completed keep alive response. -2016-07-12 16:53:18.306 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-12 16:53:18.307 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-12 16:53:18.308 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-12 16:53:18.329 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-12 16:53:18.331 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 16:53:18.332 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 16:53:18.334 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 16:53:18.346 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 33.3857ms -2016-07-12 16:53:18.352 +05:30 [Information] Request finished in 46.115ms 200 application/json; charset=utf-8 -2016-07-12 16:53:18.352 +05:30 [Debug] Connection id ""0HKTA8MAKIGID"" completed keep alive response. -2016-07-12 16:53:21.767 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/BoardMe/getAnalytics?boardId=wt20 -2016-07-12 16:53:21.768 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/getAnalytics"'. -2016-07-12 16:53:21.775 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)" -2016-07-12 16:53:21.862 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)" with arguments (["wt20"]) - ModelState is Valid' -2016-07-12 16:53:23.724 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 16:53:23.724 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-12 16:53:23.725 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 16:53:23.727 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 16:53:23.732 +05:30 [Information] Executed action "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)" in 1951.8123ms -2016-07-12 16:53:23.738 +05:30 [Information] Request finished in 1997.3697ms 200 application/json; charset=utf-8 -2016-07-12 16:53:23.738 +05:30 [Debug] Connection id ""0HKTA8MAKIGID"" completed keep alive response. -2016-07-12 16:54:42.326 +05:30 [Debug] Connection id ""0HKTA8MAKIGID"" received FIN. -2016-07-12 16:54:42.327 +05:30 [Debug] Connection id ""0HKTA8MAKIGID"" disconnecting. -2016-07-12 16:54:42.327 +05:30 [Debug] Connection id ""0HKTA8MAKIGID"" sending FIN. -2016-07-12 16:54:42.328 +05:30 [Debug] Connection id ""0HKTA8MAKIGID"" sent FIN with status "0". -2016-07-12 16:54:42.329 +05:30 [Debug] Connection id ""0HKTA8MAKIGID"" stopped. -2016-07-12 16:55:11.247 +05:30 [Debug] Connection id ""0HKTA8MAKIGIE"" started. -2016-07-12 16:55:11.255 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-12 16:55:11.256 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-12 16:55:11.256 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-12 16:55:11.273 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-12 16:55:11.274 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 16:55:11.275 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 16:55:11.284 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 16:55:11.293 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 29.2519ms -2016-07-12 16:55:11.304 +05:30 [Information] Request finished in 49.2727ms 200 application/json; charset=utf-8 -2016-07-12 16:55:11.304 +05:30 [Debug] Connection id ""0HKTA8MAKIGIE"" completed keep alive response. -2016-07-12 16:55:11.311 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-12 16:55:11.312 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-12 16:55:11.317 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-12 16:55:11.336 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-12 16:55:11.338 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 16:55:11.339 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 16:55:11.341 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 16:55:11.354 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 25.7533ms -2016-07-12 16:55:11.360 +05:30 [Information] Request finished in 50.3862ms 200 application/json; charset=utf-8 -2016-07-12 16:55:11.361 +05:30 [Debug] Connection id ""0HKTA8MAKIGIE"" completed keep alive response. -2016-07-12 16:55:15.311 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/BoardMe/getAnalytics?boardId=wt20 -2016-07-12 16:55:15.312 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/getAnalytics"'. -2016-07-12 16:55:15.313 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)" -2016-07-12 16:55:15.425 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)" with arguments (["wt20"]) - ModelState is Valid' -2016-07-12 16:55:17.308 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 16:55:17.309 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-12 16:55:17.309 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 16:55:17.312 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 16:55:17.317 +05:30 [Information] Executed action "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)" in 2000.3723ms -2016-07-12 16:55:17.324 +05:30 [Information] Request finished in 2019.5269ms 200 application/json; charset=utf-8 -2016-07-12 16:55:17.324 +05:30 [Debug] Connection id ""0HKTA8MAKIGIE"" completed keep alive response. -2016-07-12 16:55:21.526 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/BoardMe/getUserBoards?userId=1 -2016-07-12 16:55:21.526 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/getUserBoards"'. -2016-07-12 16:55:21.527 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" -2016-07-12 16:55:21.568 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-12 16:55:21.591 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 16:55:21.592 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-12 16:55:21.592 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 16:55:21.597 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 16:55:21.608 +05:30 [Information] Executed action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" in 71.0838ms -2016-07-12 16:55:21.629 +05:30 [Information] Request finished in 103.2414ms 200 application/json; charset=utf-8 -2016-07-12 16:55:21.630 +05:30 [Debug] Connection id ""0HKTA8MAKIGIE"" completed keep alive response. -2016-07-12 16:55:23.327 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/BoardMe/getAnalytics?boardId=wt20 -2016-07-12 16:55:23.327 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/getAnalytics"'. -2016-07-12 16:55:23.330 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)" -2016-07-12 16:55:23.382 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)" with arguments (["wt20"]) - ModelState is Valid' -2016-07-12 16:55:25.013 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 16:55:25.014 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-12 16:55:25.015 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 16:55:25.023 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 16:55:25.029 +05:30 [Information] Executed action "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)" in 1694.7263ms -2016-07-12 16:55:25.038 +05:30 [Information] Request finished in 1719.6113ms 200 application/json; charset=utf-8 -2016-07-12 16:55:25.039 +05:30 [Debug] Connection id ""0HKTA8MAKIGIE"" completed keep alive response. -2016-07-12 16:55:29.393 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/BoardMe/getUserBoards?userId=1 -2016-07-12 16:55:29.394 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/getUserBoards"'. -2016-07-12 16:55:29.395 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" -2016-07-12 16:55:29.455 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-12 16:55:29.461 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 16:55:29.461 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-12 16:55:29.462 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 16:55:29.464 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 16:55:29.467 +05:30 [Information] Executed action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" in 68.9445ms -2016-07-12 16:55:29.475 +05:30 [Information] Request finished in 86.4137ms 200 application/json; charset=utf-8 -2016-07-12 16:55:29.475 +05:30 [Debug] Connection id ""0HKTA8MAKIGIE"" completed keep alive response. -2016-07-12 16:55:33.277 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/BoardMe/getAnalytics?boardId=wt20 -2016-07-12 16:55:33.278 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/getAnalytics"'. -2016-07-12 16:55:33.278 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)" -2016-07-12 16:55:33.336 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)" with arguments (["wt20"]) - ModelState is Valid' -2016-07-12 16:55:36.310 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 16:55:36.310 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-12 16:55:36.311 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 16:55:36.315 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 16:55:36.322 +05:30 [Information] Executed action "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)" in 3036.6289ms -2016-07-12 16:55:36.331 +05:30 [Information] Request finished in 3067.807ms 200 application/json; charset=utf-8 -2016-07-12 16:55:36.332 +05:30 [Debug] Connection id ""0HKTA8MAKIGIE"" completed keep alive response. -2016-07-12 16:55:54.306 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/BoardMe/getUserBoards?userId=1 -2016-07-12 16:55:54.309 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/getUserBoards"'. -2016-07-12 16:55:54.310 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" -2016-07-12 16:55:54.415 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-12 16:55:54.439 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 16:55:54.440 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-12 16:55:54.440 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 16:55:54.443 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 16:55:54.448 +05:30 [Information] Executed action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" in 134.9121ms -2016-07-12 16:55:54.457 +05:30 [Information] Request finished in 153.102ms 200 application/json; charset=utf-8 -2016-07-12 16:55:54.457 +05:30 [Debug] Connection id ""0HKTA8MAKIGIE"" completed keep alive response. -2016-07-12 16:56:10.023 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/BoardMe/getAnalytics?boardId=wt20 -2016-07-12 16:56:10.023 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/getAnalytics"'. -2016-07-12 16:56:10.025 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)" -2016-07-12 16:56:10.099 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)" with arguments (["wt20"]) - ModelState is Valid' -2016-07-12 16:56:11.951 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 16:56:11.952 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-12 16:56:11.952 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 16:56:11.955 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 16:56:11.960 +05:30 [Information] Executed action "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)" in 1931.4317ms -2016-07-12 16:56:11.968 +05:30 [Information] Request finished in 1963.3487ms 200 application/json; charset=utf-8 -2016-07-12 16:56:11.968 +05:30 [Debug] Connection id ""0HKTA8MAKIGIE"" completed keep alive response. -2016-07-12 16:58:22.326 +05:30 [Debug] Connection id ""0HKTA8MAKIGIE"" received FIN. -2016-07-12 16:58:22.328 +05:30 [Debug] Connection id ""0HKTA8MAKIGIE"" disconnecting. -2016-07-12 16:58:22.330 +05:30 [Debug] Connection id ""0HKTA8MAKIGIE"" sending FIN. -2016-07-12 16:58:22.332 +05:30 [Debug] Connection id ""0HKTA8MAKIGIE"" sent FIN with status "0". -2016-07-12 16:58:22.333 +05:30 [Debug] Connection id ""0HKTA8MAKIGIE"" stopped. -2016-07-12 16:59:01.055 +05:30 [Debug] Connection id ""0HKTA8MAKIGIF"" started. -2016-07-12 16:59:01.060 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-12 16:59:01.061 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-12 16:59:01.062 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-12 16:59:01.082 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-12 16:59:01.083 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 16:59:01.084 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 16:59:01.087 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 16:59:01.095 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 25.3411ms -2016-07-12 16:59:01.102 +05:30 [Information] Request finished in 42.9078ms 200 application/json; charset=utf-8 -2016-07-12 16:59:01.103 +05:30 [Debug] Connection id ""0HKTA8MAKIGIF"" completed keep alive response. -2016-07-12 16:59:01.110 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-12 16:59:01.111 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-12 16:59:01.112 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-12 16:59:01.148 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-12 16:59:01.149 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 16:59:01.150 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 16:59:01.152 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 16:59:01.156 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 41.6727ms -2016-07-12 16:59:01.164 +05:30 [Information] Request finished in 54.2338ms 200 application/json; charset=utf-8 -2016-07-12 16:59:01.164 +05:30 [Debug] Connection id ""0HKTA8MAKIGIF"" completed keep alive response. -2016-07-12 16:59:05.070 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/BoardMe/getAnalytics?boardId=wt20 -2016-07-12 16:59:05.072 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/getAnalytics"'. -2016-07-12 16:59:05.073 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)" -2016-07-12 16:59:05.149 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)" with arguments (["wt20"]) - ModelState is Valid' -2016-07-12 16:59:07.534 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 16:59:07.535 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-12 16:59:07.535 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 16:59:07.539 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 16:59:07.546 +05:30 [Information] Executed action "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)" in 2466.5343ms -2016-07-12 16:59:07.555 +05:30 [Information] Request finished in 2485.9815ms 200 application/json; charset=utf-8 -2016-07-12 16:59:07.555 +05:30 [Debug] Connection id ""0HKTA8MAKIGIF"" completed keep alive response. -2016-07-12 16:59:11.785 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-12 16:59:11.787 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-12 16:59:11.788 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-12 16:59:11.812 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-12 16:59:11.813 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 16:59:11.820 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 16:59:11.824 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 16:59:11.832 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 38.0549ms -2016-07-12 16:59:11.840 +05:30 [Information] Request finished in 55.6102ms 200 application/json; charset=utf-8 -2016-07-12 16:59:11.842 +05:30 [Debug] Connection id ""0HKTA8MAKIGIF"" completed keep alive response. -2016-07-12 16:59:11.864 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-12 16:59:11.864 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-12 16:59:11.865 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-12 16:59:11.883 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-12 16:59:11.884 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 16:59:11.885 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 16:59:11.889 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 16:59:11.895 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 24.3107ms -2016-07-12 16:59:11.903 +05:30 [Information] Request finished in 42.9425ms 200 application/json; charset=utf-8 -2016-07-12 16:59:11.903 +05:30 [Debug] Connection id ""0HKTA8MAKIGIF"" completed keep alive response. -2016-07-12 16:59:16.877 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/BoardMe/getAnalytics?boardId=wt20 -2016-07-12 16:59:16.879 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/getAnalytics"'. -2016-07-12 16:59:16.880 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)" -2016-07-12 16:59:17.006 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)" with arguments (["wt20"]) - ModelState is Valid' -2016-07-12 16:59:19.017 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 16:59:19.018 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-12 16:59:19.019 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 16:59:19.022 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 16:59:19.027 +05:30 [Information] Executed action "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)" in 2142.7247ms -2016-07-12 16:59:19.035 +05:30 [Information] Request finished in 2256.6668ms 200 application/json; charset=utf-8 -2016-07-12 16:59:19.037 +05:30 [Debug] Connection id ""0HKTA8MAKIGIF"" completed keep alive response. -2016-07-12 16:59:38.519 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-12 16:59:38.521 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-12 16:59:38.522 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-12 16:59:38.543 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-12 16:59:38.544 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 16:59:38.545 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 16:59:38.554 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 16:59:38.565 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 31.9483ms -2016-07-12 16:59:38.572 +05:30 [Information] Request finished in 68.2916ms 200 application/json; charset=utf-8 -2016-07-12 16:59:38.573 +05:30 [Debug] Connection id ""0HKTA8MAKIGIF"" completed keep alive response. -2016-07-12 16:59:38.588 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-12 16:59:38.589 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-12 16:59:38.591 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-12 16:59:38.629 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-12 16:59:38.630 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 16:59:38.631 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 16:59:38.635 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 16:59:38.646 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 46.0113ms -2016-07-12 16:59:38.659 +05:30 [Information] Request finished in 70.0866ms 200 application/json; charset=utf-8 -2016-07-12 16:59:38.659 +05:30 [Debug] Connection id ""0HKTA8MAKIGIF"" completed keep alive response. -2016-07-12 16:59:45.058 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/BoardMe/getAnalytics?boardId=wt20 -2016-07-12 16:59:45.059 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/getAnalytics"'. -2016-07-12 16:59:45.059 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)" -2016-07-12 16:59:45.198 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)" with arguments (["wt20"]) - ModelState is Valid' -2016-07-12 16:59:46.935 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 16:59:46.935 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-12 16:59:46.936 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 16:59:46.946 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 16:59:46.963 +05:30 [Information] Executed action "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)" in 1886.4696ms -2016-07-12 16:59:46.984 +05:30 [Information] Request finished in 1961.2647ms 200 application/json; charset=utf-8 -2016-07-12 16:59:46.986 +05:30 [Debug] Connection id ""0HKTA8MAKIGIF"" completed keep alive response. -2016-07-12 17:00:03.540 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-12 17:00:03.541 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-12 17:00:03.541 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-12 17:00:03.561 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-12 17:00:03.563 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 17:00:03.563 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 17:00:03.567 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 17:00:03.573 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 26.8817ms -2016-07-12 17:00:03.582 +05:30 [Information] Request finished in 43.1985ms 200 application/json; charset=utf-8 -2016-07-12 17:00:03.582 +05:30 [Debug] Connection id ""0HKTA8MAKIGIF"" completed keep alive response. -2016-07-12 17:00:03.592 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-12 17:00:03.593 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-12 17:00:03.594 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-12 17:00:03.651 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-12 17:00:03.653 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 17:00:03.654 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 17:00:03.658 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 17:00:03.667 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 64.8945ms -2016-07-12 17:00:03.683 +05:30 [Information] Request finished in 86.5551ms 200 application/json; charset=utf-8 -2016-07-12 17:00:03.684 +05:30 [Debug] Connection id ""0HKTA8MAKIGIF"" completed keep alive response. -2016-07-12 17:00:07.638 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/BoardMe/getAnalytics?boardId=wt20 -2016-07-12 17:00:07.640 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/getAnalytics"'. -2016-07-12 17:00:07.640 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)" -2016-07-12 17:00:07.751 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)" with arguments (["wt20"]) - ModelState is Valid' -2016-07-12 17:00:09.629 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 17:00:09.631 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-12 17:00:09.633 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 17:00:09.641 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 17:00:09.648 +05:30 [Information] Executed action "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)" in 2000.1242ms -2016-07-12 17:00:09.671 +05:30 [Information] Request finished in 2045.8932ms 200 application/json; charset=utf-8 -2016-07-12 17:00:09.672 +05:30 [Debug] Connection id ""0HKTA8MAKIGIF"" completed keep alive response. -2016-07-12 17:00:12.776 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/BoardMe/getUserBoards?userId=1 -2016-07-12 17:00:12.778 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/getUserBoards"'. -2016-07-12 17:00:12.780 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" -2016-07-12 17:00:12.824 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-12 17:00:12.843 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 17:00:12.843 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-12 17:00:12.844 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 17:00:12.848 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 17:00:12.855 +05:30 [Information] Executed action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" in 70.1002ms -2016-07-12 17:00:12.866 +05:30 [Information] Request finished in 87.5951ms 200 application/json; charset=utf-8 -2016-07-12 17:00:12.868 +05:30 [Debug] Connection id ""0HKTA8MAKIGIF"" completed keep alive response. -2016-07-12 17:00:14.515 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/BoardMe/getAnalytics?boardId=wt20 -2016-07-12 17:00:14.516 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/getAnalytics"'. -2016-07-12 17:00:14.518 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)" -2016-07-12 17:00:14.580 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)" with arguments (["wt20"]) - ModelState is Valid' -2016-07-12 17:00:16.264 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 17:00:16.264 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-12 17:00:16.265 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 17:00:16.268 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 17:00:16.273 +05:30 [Information] Executed action "Api.Socioboard.Controllers.BoardMeController.getAnalytics (Api.Socioboard)" in 1749.1507ms -2016-07-12 17:00:16.281 +05:30 [Information] Request finished in 1776.1778ms 200 application/json; charset=utf-8 -2016-07-12 17:00:16.281 +05:30 [Debug] Connection id ""0HKTA8MAKIGIF"" completed keep alive response. -2016-07-12 17:00:32.129 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/BoardMe/getUserBoards?userId=1 -2016-07-12 17:00:32.130 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/getUserBoards"'. -2016-07-12 17:00:32.131 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" -2016-07-12 17:00:32.208 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-12 17:00:32.228 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 17:00:32.229 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-12 17:00:32.230 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 17:00:32.234 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 17:00:32.238 +05:30 [Information] Executed action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" in 103.1251ms -2016-07-12 17:00:32.250 +05:30 [Information] Request finished in 124.1135ms 200 application/json; charset=utf-8 -2016-07-12 17:00:32.250 +05:30 [Debug] Connection id ""0HKTA8MAKIGIF"" completed keep alive response. -2016-07-12 17:04:43.598 +05:30 [Debug] Hosting starting -2016-07-12 17:04:44.223 +05:30 [Debug] Hosting started -2016-07-12 17:04:44.303 +05:30 [Debug] Connection id ""0HKTA922N43F5"" started. -2016-07-12 17:04:44.306 +05:30 [Debug] Connection id ""0HKTA922N43F6"" started. -2016-07-12 17:04:44.758 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:6361/ 0 -2016-07-12 17:04:44.757 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-07-12 17:04:47.099 +05:30 [Debug] Request did not match any routes. -2016-07-12 17:04:47.131 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-07-12 17:04:47.451 +05:30 [Information] Request finished in 2795.7253ms 404 -2016-07-12 17:04:47.477 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"c5a74409-3cf3-4ded-b52c-8922877ba5ad"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-07-12 17:04:47.565 +05:30 [Debug] Connection id ""0HKTA922N43F6"" completed keep alive response. -2016-07-12 17:04:47.586 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-07-12 17:04:48.189 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid' -2016-07-12 17:04:48.204 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult".' -2016-07-12 17:04:48.298 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-12 17:04:48.308 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 17:04:48.311 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 17:04:49.285 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 1674.213ms -2016-07-12 17:04:49.296 +05:30 [Information] Request finished in 4662.3207ms 200 application/json; charset=utf-8 -2016-07-12 17:04:49.299 +05:30 [Debug] Connection id ""0HKTA922N43F5"" completed keep alive response. -2016-07-12 17:05:28.888 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/User/FacebookLogin application/x-www-form-urlencoded 175 -2016-07-12 17:05:28.890 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/FacebookLogin"'. -2016-07-12 17:05:28.891 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" -2016-07-12 17:05:30.141 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" with arguments (["EAAKYvwDVmnUBAM5ZAcHZAg7mGW1ynAfQMvrPdwuaUGxD9irlEZC1D3l5doqA38zt4jfimRGcgeaEVVyK9LopQZAStdDsKGsE7QeuWrN6P8Ip8zrdsHCbWZC3jJXcOs7rz1gEJUT1vUzwm9YfsCQ8plfhv1M1f8t0ZD"]) - ModelState is Valid' -2016-07-12 17:05:31.481 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 17:05:31.492 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 17:05:31.494 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 17:05:31.582 +05:30 [Information] Executed action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" in 2689.4835ms -2016-07-12 17:05:31.589 +05:30 [Information] Request finished in 2722.8226ms 200 application/json; charset=utf-8 -2016-07-12 17:05:31.590 +05:30 [Debug] Connection id ""0HKTA922N43F6"" completed keep alive response. -2016-07-12 17:05:32.309 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-12 17:05:32.310 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-12 17:05:32.316 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-12 17:05:32.393 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-12 17:05:32.435 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 17:05:32.435 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 17:05:32.437 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 17:05:32.444 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 125.5959ms -2016-07-12 17:05:32.449 +05:30 [Information] Request finished in 140.2405ms 200 application/json; charset=utf-8 -2016-07-12 17:05:32.450 +05:30 [Debug] Connection id ""0HKTA922N43F5"" completed keep alive response. -2016-07-12 17:05:32.534 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-12 17:05:32.535 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-12 17:05:32.535 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-12 17:05:32.597 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-12 17:05:32.627 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 17:05:32.627 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 17:05:32.629 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 17:05:32.654 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 108.669ms -2016-07-12 17:05:32.661 +05:30 [Information] Request finished in 126.0817ms 200 application/json; charset=utf-8 -2016-07-12 17:05:32.661 +05:30 [Debug] Connection id ""0HKTA922N43F6"" completed keep alive response. -2016-07-12 17:05:35.784 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=1 -2016-07-12 17:05:35.784 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-07-12 17:05:35.785 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-07-12 17:05:35.825 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-12 17:05:46.333 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 17:05:46.334 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-12 17:05:46.334 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 17:05:46.336 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 17:05:46.363 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 10575.6561ms -2016-07-12 17:05:46.366 +05:30 [Information] Request finished in 10582.6659ms 200 application/json; charset=utf-8 -2016-07-12 17:05:46.367 +05:30 [Debug] Connection id ""0HKTA922N43F5"" completed keep alive response. -2016-07-12 17:05:46.405 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=1 -2016-07-12 17:05:46.405 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-07-12 17:05:46.406 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-07-12 17:05:46.438 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-12 17:05:46.512 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 17:05:46.513 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-12 17:05:46.513 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 17:05:46.523 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 17:05:46.577 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 166.5811ms -2016-07-12 17:05:46.581 +05:30 [Information] Request finished in 176.7736ms 200 application/json; charset=utf-8 -2016-07-12 17:05:46.582 +05:30 [Debug] Connection id ""0HKTA922N43F6"" completed keep alive response. -2016-07-12 17:05:51.071 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/BoardMe/getUserBoards?userId=1 -2016-07-12 17:05:51.071 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/getUserBoards"'. -2016-07-12 17:05:51.073 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" -2016-07-12 17:05:51.134 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-12 17:05:53.566 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 17:05:53.567 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-12 17:05:53.567 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 17:05:53.569 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 17:05:53.591 +05:30 [Information] Executed action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" in 2515.9445ms -2016-07-12 17:05:53.595 +05:30 [Information] Request finished in 2525.442ms 200 application/json; charset=utf-8 -2016-07-12 17:05:53.596 +05:30 [Debug] Connection id ""0HKTA922N43F5"" completed keep alive response. -2016-07-12 17:06:00.025 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=1 -2016-07-12 17:06:00.027 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-07-12 17:06:00.031 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-07-12 17:06:00.054 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-12 17:06:00.065 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 17:06:00.066 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-12 17:06:00.067 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 17:06:00.068 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 17:06:00.072 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 37.7294ms -2016-07-12 17:06:00.078 +05:30 [Information] Request finished in 52.0044ms 200 application/json; charset=utf-8 -2016-07-12 17:06:00.078 +05:30 [Debug] Connection id ""0HKTA922N43F6"" completed keep alive response. -2016-07-12 17:06:00.162 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=1 -2016-07-12 17:06:00.162 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-07-12 17:06:00.163 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-07-12 17:06:00.207 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-12 17:06:00.225 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 17:06:00.225 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-12 17:06:00.225 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 17:06:00.238 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 17:06:00.258 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 77.9727ms -2016-07-12 17:06:00.297 +05:30 [Information] Request finished in 121.5767ms 200 application/json; charset=utf-8 -2016-07-12 17:06:00.297 +05:30 [Debug] Connection id ""0HKTA922N43F5"" completed keep alive response. -2016-07-12 17:06:07.298 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/BoardMe/getUserBoards?userId=1 -2016-07-12 17:06:07.300 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/getUserBoards"'. -2016-07-12 17:06:07.301 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" -2016-07-12 17:06:07.320 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-12 17:06:07.333 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 17:06:07.333 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-12 17:06:07.333 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 17:06:07.335 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 17:06:07.340 +05:30 [Information] Executed action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" in 34.8129ms -2016-07-12 17:06:07.374 +05:30 [Information] Request finished in 75.4634ms 200 application/json; charset=utf-8 -2016-07-12 17:06:07.375 +05:30 [Debug] Connection id ""0HKTA922N43F6"" completed keep alive response. -2016-07-12 17:06:10.868 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=1 -2016-07-12 17:06:10.869 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-07-12 17:06:10.870 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-07-12 17:06:10.893 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-12 17:06:10.902 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 17:06:10.903 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-12 17:06:10.903 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 17:06:10.905 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 17:06:10.911 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 35.4926ms -2016-07-12 17:06:10.916 +05:30 [Information] Request finished in 47.5542ms 200 application/json; charset=utf-8 -2016-07-12 17:06:10.916 +05:30 [Debug] Connection id ""0HKTA922N43F5"" completed keep alive response. -2016-07-12 17:06:11.021 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=1 -2016-07-12 17:06:11.022 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-07-12 17:06:11.023 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-07-12 17:06:11.103 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-12 17:06:11.105 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 17:06:11.105 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-12 17:06:11.106 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 17:06:11.108 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 17:06:11.115 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 86.3156ms -2016-07-12 17:06:11.121 +05:30 [Information] Request finished in 103.8492ms 200 application/json; charset=utf-8 -2016-07-12 17:06:11.122 +05:30 [Debug] Connection id ""0HKTA922N43F6"" completed keep alive response. -2016-07-12 17:06:17.865 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetNotifications?groupId=1&userId=1&skip=0&count=20 -2016-07-12 17:06:17.866 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetNotifications"'. -2016-07-12 17:06:17.867 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetNotifications (Api.Socioboard)" -2016-07-12 17:06:17.931 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetNotifications (Api.Socioboard)" with arguments (["1", "1", "0", "20"]) - ModelState is Valid' -2016-07-12 17:06:18.228 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetNotifications (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 17:06:18.229 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-12 17:06:18.229 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 17:06:18.236 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 17:06:18.333 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetNotifications (Api.Socioboard)" in 461.8674ms -2016-07-12 17:06:18.344 +05:30 [Information] Request finished in 472.3382ms 200 application/json; charset=utf-8 -2016-07-12 17:06:18.344 +05:30 [Debug] Connection id ""0HKTA922N43F5"" completed keep alive response. -2016-07-12 17:06:50.397 +05:30 [Debug] Hosting starting -2016-07-12 17:06:50.958 +05:30 [Debug] Hosting started -2016-07-12 17:06:51.191 +05:30 [Debug] Connection id ""0HKTA938H9BUK"" started. -2016-07-12 17:06:51.192 +05:30 [Debug] Connection id ""0HKTA938H9BUL"" started. -2016-07-12 17:06:51.600 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-07-12 17:06:51.600 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:6361/ 0 -2016-07-12 17:06:53.010 +05:30 [Debug] Request did not match any routes. -2016-07-12 17:06:53.044 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-07-12 17:06:53.266 +05:30 [Information] Request finished in 1743.8594ms 404 -2016-07-12 17:06:53.355 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"81df7ad2-ec6a-40a2-9ea1-dd3b9d0eade0"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-07-12 17:06:53.366 +05:30 [Debug] Connection id ""0HKTA938H9BUK"" completed keep alive response. -2016-07-12 17:06:53.689 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-07-12 17:06:54.266 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid' -2016-07-12 17:06:54.280 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult".' -2016-07-12 17:06:54.425 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-12 17:06:54.440 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 17:06:54.448 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 17:06:55.310 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 1589.9887ms -2016-07-12 17:06:55.325 +05:30 [Information] Request finished in 3843.5766ms 200 application/json; charset=utf-8 -2016-07-12 17:06:55.330 +05:30 [Debug] Connection id ""0HKTA938H9BUL"" completed keep alive response. -2016-07-12 17:07:39.897 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/User/FacebookLogin application/x-www-form-urlencoded 176 -2016-07-12 17:07:39.899 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/FacebookLogin"'. -2016-07-12 17:07:39.900 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" -2016-07-12 17:07:40.727 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" with arguments (["EAAKYvwDVmnUBAAIjiYtZCAZA5pYFTQaSGvpcxZCsBe5TEoEn5nmAFx7Py0Kstd5BvQdy5f3l3ctKegDXneKdyyBEx28EVIjwL2jp31P2XlZBqDqmCsL1QqvFvQZA2OLhkiLeqjrkvZBUzn2reS3HPNXFOtdDelmtAZD"]) - ModelState is Valid' -2016-07-12 17:07:42.015 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 17:07:42.027 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 17:07:42.029 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 17:07:42.180 +05:30 [Information] Executed action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" in 2246.143ms -2016-07-12 17:07:42.190 +05:30 [Information] Request finished in 2293.1812ms 200 application/json; charset=utf-8 -2016-07-12 17:07:42.190 +05:30 [Debug] Connection id ""0HKTA938H9BUK"" completed keep alive response. -2016-07-12 17:07:42.988 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-12 17:07:42.989 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-12 17:07:42.998 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-12 17:07:43.057 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-12 17:07:43.084 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 17:07:43.085 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 17:07:43.086 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 17:07:43.094 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 92.4576ms -2016-07-12 17:07:43.098 +05:30 [Information] Request finished in 109.3007ms 200 application/json; charset=utf-8 -2016-07-12 17:07:43.098 +05:30 [Debug] Connection id ""0HKTA938H9BUL"" completed keep alive response. -2016-07-12 17:07:43.170 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-12 17:07:43.170 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-12 17:07:43.171 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-12 17:07:43.188 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-12 17:07:43.207 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 17:07:43.207 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 17:07:43.209 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 17:07:43.227 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 52.7223ms -2016-07-12 17:07:43.232 +05:30 [Information] Request finished in 61.8417ms 200 application/json; charset=utf-8 -2016-07-12 17:07:43.233 +05:30 [Debug] Connection id ""0HKTA938H9BUK"" completed keep alive response. -2016-07-12 17:07:46.025 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=1 -2016-07-12 17:07:46.026 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-07-12 17:07:46.026 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-07-12 17:07:46.076 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-12 17:08:08.723 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 17:08:08.724 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-12 17:08:08.724 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 17:08:08.725 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 17:08:08.782 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 22753.4304ms -2016-07-12 17:08:08.785 +05:30 [Information] Request finished in 22762.5784ms 200 application/json; charset=utf-8 -2016-07-12 17:08:08.786 +05:30 [Debug] Connection id ""0HKTA938H9BUL"" completed keep alive response. -2016-07-12 17:08:08.809 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=1 -2016-07-12 17:08:08.810 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-07-12 17:08:08.811 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-07-12 17:08:08.969 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-12 17:08:09.022 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 17:08:09.023 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-12 17:08:09.023 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 17:08:09.025 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 17:08:09.053 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 236.2555ms -2016-07-12 17:08:09.058 +05:30 [Information] Request finished in 250.6434ms 200 application/json; charset=utf-8 -2016-07-12 17:08:09.059 +05:30 [Debug] Connection id ""0HKTA938H9BUK"" completed keep alive response. -2016-07-12 17:08:21.896 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/BoardMe/getUserBoards?userId=1 -2016-07-12 17:08:21.896 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/BoardMe/getUserBoards"'. -2016-07-12 17:08:21.899 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" -2016-07-12 17:08:21.975 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-12 17:08:23.907 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 17:08:23.908 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-12 17:08:23.908 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 17:08:23.909 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 17:08:23.934 +05:30 [Information] Executed action "Api.Socioboard.Controllers.BoardMeController.getUserBoards (Api.Socioboard)" in 2032.3976ms -2016-07-12 17:08:23.939 +05:30 [Information] Request finished in 2044.5231ms 200 application/json; charset=utf-8 -2016-07-12 17:08:23.940 +05:30 [Debug] Connection id ""0HKTA938H9BUL"" completed keep alive response. -2016-07-12 17:10:31.137 +05:30 [Debug] Connection id ""0HKTA938H9BUK"" received FIN. -2016-07-12 17:10:31.137 +05:30 [Debug] Connection id ""0HKTA938H9BUL"" received FIN. -2016-07-12 17:10:31.138 +05:30 [Debug] Connection id ""0HKTA938H9BUK"" disconnecting. -2016-07-12 17:10:31.138 +05:30 [Debug] Connection id ""0HKTA938H9BUL"" disconnecting. -2016-07-12 17:10:31.140 +05:30 [Debug] Connection id ""0HKTA938H9BUK"" sending FIN. -2016-07-12 17:10:31.140 +05:30 [Debug] Connection id ""0HKTA938H9BUL"" sending FIN. -2016-07-12 17:10:31.159 +05:30 [Debug] Connection id ""0HKTA938H9BUK"" sent FIN with status "0". -2016-07-12 17:10:31.159 +05:30 [Debug] Connection id ""0HKTA938H9BUL"" sent FIN with status "0". -2016-07-12 17:10:31.164 +05:30 [Debug] Connection id ""0HKTA938H9BUK"" stopped. -2016-07-12 17:10:31.164 +05:30 [Debug] Connection id ""0HKTA938H9BUL"" stopped. -2016-07-12 18:34:17.711 +05:30 [Debug] Connection id ""0HKTA938H9BUM"" started. -2016-07-12 18:34:17.758 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetNotifications?groupId=1&userId=1&skip=0&count=20 -2016-07-12 18:34:17.760 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetNotifications"'. -2016-07-12 18:34:17.762 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetNotifications (Api.Socioboard)" -2016-07-12 18:34:17.798 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetNotifications (Api.Socioboard)" with arguments (["1", "1", "0", "20"]) - ModelState is Valid' -2016-07-12 18:34:17.948 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetNotifications (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-12 18:34:17.949 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-12 18:34:17.949 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-12 18:34:17.951 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-12 18:34:17.996 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetNotifications (Api.Socioboard)" in 224.0895ms -2016-07-12 18:34:18.003 +05:30 [Information] Request finished in 248.2287ms 200 application/json; charset=utf-8 -2016-07-12 18:34:18.003 +05:30 [Debug] Connection id ""0HKTA938H9BUM"" completed keep alive response. -2016-07-12 18:36:04.770 +05:30 [Debug] Connection id ""0HKTA938H9BUM"" received FIN. -2016-07-12 18:36:04.772 +05:30 [Debug] Connection id ""0HKTA938H9BUM"" disconnecting. -2016-07-12 18:36:04.773 +05:30 [Debug] Connection id ""0HKTA938H9BUM"" sending FIN. -2016-07-12 18:36:04.774 +05:30 [Debug] Connection id ""0HKTA938H9BUM"" sent FIN with status "0". -2016-07-12 18:36:04.775 +05:30 [Debug] Connection id ""0HKTA938H9BUM"" stopped. diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/wwwroot/wwwroot/log/log-20160713.txt b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/wwwroot/wwwroot/log/log-20160713.txt deleted file mode 100644 index 9c89f12d6..000000000 --- a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/wwwroot/wwwroot/log/log-20160713.txt +++ /dev/null @@ -1,127 +0,0 @@ -2016-07-13 17:26:38.490 +05:30 [Debug] Hosting starting -2016-07-13 17:26:46.407 +05:30 [Debug] Hosting started -2016-07-13 17:26:46.686 +05:30 [Debug] Connection id ""0HKTB2J2125II"" started. -2016-07-13 17:26:46.686 +05:30 [Debug] Connection id ""0HKTB2J2125IJ"" started. -2016-07-13 17:26:47.420 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:6361/ 0 -2016-07-13 17:26:47.421 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-07-13 17:26:52.022 +05:30 [Debug] Request did not match any routes. -2016-07-13 17:26:52.057 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-07-13 17:26:52.616 +05:30 [Information] Request finished in 5224.9516ms 404 -2016-07-13 17:26:52.693 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"d4ffbb96-ae00-40c6-8f1b-e32bac298b07"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-07-13 17:26:52.699 +05:30 [Debug] Connection id ""0HKTB2J2125II"" completed keep alive response. -2016-07-13 17:26:52.839 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-07-13 17:26:53.855 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid' -2016-07-13 17:26:53.886 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult".' -2016-07-13 17:26:53.970 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-13 17:26:53.983 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-13 17:26:53.995 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-13 17:26:55.049 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 2194.7531ms -2016-07-13 17:26:55.063 +05:30 [Information] Request finished in 7722.359ms 200 application/json; charset=utf-8 -2016-07-13 17:26:55.068 +05:30 [Debug] Connection id ""0HKTB2J2125IJ"" completed keep alive response. -2016-07-13 17:26:59.452 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/favicon.ico -2016-07-13 17:26:59.453 +05:30 [Debug] Request did not match any routes. -2016-07-13 17:26:59.455 +05:30 [Information] Request finished in 3.0983ms 404 -2016-07-13 17:26:59.455 +05:30 [Debug] Connection id ""0HKTB2J2125II"" completed keep alive response. -2016-07-13 17:28:36.635 +05:30 [Debug] Connection id ""0HKTB2J2125II"" received FIN. -2016-07-13 17:28:36.635 +05:30 [Debug] Connection id ""0HKTB2J2125IJ"" received FIN. -2016-07-13 17:28:36.638 +05:30 [Debug] Connection id ""0HKTB2J2125IJ"" disconnecting. -2016-07-13 17:28:36.638 +05:30 [Debug] Connection id ""0HKTB2J2125II"" disconnecting. -2016-07-13 17:28:36.640 +05:30 [Debug] Connection id ""0HKTB2J2125II"" sending FIN. -2016-07-13 17:28:36.640 +05:30 [Debug] Connection id ""0HKTB2J2125IJ"" sending FIN. -2016-07-13 17:28:36.651 +05:30 [Debug] Connection id ""0HKTB2J2125II"" sent FIN with status "0". -2016-07-13 17:28:36.651 +05:30 [Debug] Connection id ""0HKTB2J2125IJ"" sent FIN with status "0". -2016-07-13 17:28:36.655 +05:30 [Debug] Connection id ""0HKTB2J2125II"" stopped. -2016-07-13 17:28:36.655 +05:30 [Debug] Connection id ""0HKTB2J2125IJ"" stopped. -2016-07-13 19:41:27.295 +05:30 [Debug] Hosting starting -2016-07-13 19:41:29.077 +05:30 [Debug] Hosting started -2016-07-13 19:41:29.294 +05:30 [Debug] Connection id ""0HKTB4UAQIVSM"" started. -2016-07-13 19:41:29.294 +05:30 [Debug] Connection id ""0HKTB4UAQIVSN"" started. -2016-07-13 19:41:29.960 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-07-13 19:41:29.959 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:6361/ 0 -2016-07-13 19:41:34.308 +05:30 [Debug] Request did not match any routes. -2016-07-13 19:41:34.334 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-07-13 19:41:34.778 +05:30 [Information] Request finished in 4905.6681ms 404 -2016-07-13 19:41:34.893 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"99148df6-fda4-4756-b60e-e564cf4640e7"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-07-13 19:41:34.910 +05:30 [Debug] Connection id ""0HKTB4UAQIVSM"" completed keep alive response. -2016-07-13 19:41:35.082 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-07-13 19:41:35.877 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid' -2016-07-13 19:41:35.890 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult".' -2016-07-13 19:41:35.961 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-13 19:41:35.970 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-13 19:41:35.973 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-13 19:41:37.389 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 2288.6534ms -2016-07-13 19:41:37.413 +05:30 [Information] Request finished in 7581.879ms 200 application/json; charset=utf-8 -2016-07-13 19:41:37.425 +05:30 [Debug] Connection id ""0HKTB4UAQIVSN"" completed keep alive response. -2016-07-13 19:42:09.281 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/User/FacebookLogin application/x-www-form-urlencoded 174 -2016-07-13 19:42:09.282 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/FacebookLogin"'. -2016-07-13 19:42:09.282 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" -2016-07-13 19:42:10.457 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" with arguments (["EAAKYvwDVmnUBAITWcFLHKawypagp1XZBHK0c5V3gINW7EgWKFLk3aRlfwUwuybLZAXAbTidMIUQpsGTQLFDVpOqXzCVFXy5tY4eBF23y89cd9BmqD4IZB1I0csZCnUeuKmCKhnw0aSDrs5Ea9PPecBCCIRUFajQZD"]) - ModelState is Valid' -2016-07-13 19:42:11.880 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-13 19:42:11.895 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-13 19:42:11.896 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-13 19:42:11.972 +05:30 [Information] Executed action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" in 2687.8334ms -2016-07-13 19:42:11.978 +05:30 [Information] Request finished in 2695.6221ms 200 application/json; charset=utf-8 -2016-07-13 19:42:12.049 +05:30 [Debug] Connection id ""0HKTB4UAQIVSM"" completed keep alive response. -2016-07-13 19:42:12.689 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-13 19:42:12.690 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-13 19:42:12.697 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-13 19:42:12.766 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-13 19:42:12.794 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-13 19:42:12.794 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-13 19:42:12.795 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-13 19:42:12.803 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 102.5914ms -2016-07-13 19:42:12.808 +05:30 [Information] Request finished in 120.027ms 200 application/json; charset=utf-8 -2016-07-13 19:42:12.809 +05:30 [Debug] Connection id ""0HKTB4UAQIVSN"" completed keep alive response. -2016-07-13 19:42:12.961 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-13 19:42:12.962 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-13 19:42:12.963 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-13 19:42:12.980 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-13 19:42:12.997 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-13 19:42:12.997 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-13 19:42:12.999 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-13 19:42:13.011 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 45.8641ms -2016-07-13 19:42:13.018 +05:30 [Information] Request finished in 56.7232ms 200 application/json; charset=utf-8 -2016-07-13 19:42:13.019 +05:30 [Debug] Connection id ""0HKTB4UAQIVSM"" completed keep alive response. -2016-07-13 19:42:18.423 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=1 -2016-07-13 19:42:18.424 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-07-13 19:42:18.425 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-07-13 19:42:18.468 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-13 19:42:29.314 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetNotifications?groupId=1&userId=1&skip=0&count=20 -2016-07-13 19:42:29.317 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetNotifications"'. -2016-07-13 19:42:29.318 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetNotifications (Api.Socioboard)" -2016-07-13 19:42:29.450 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetNotifications (Api.Socioboard)" with arguments (["1", "1", "0", "20"]) - ModelState is Valid' -2016-07-13 19:42:29.702 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetNotifications (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-13 19:42:29.703 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-13 19:42:29.703 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-13 19:42:29.715 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-13 19:42:29.747 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetNotifications (Api.Socioboard)" in 425.3165ms -2016-07-13 19:42:29.754 +05:30 [Information] Request finished in 459.1767ms 200 application/json; charset=utf-8 -2016-07-13 19:42:29.755 +05:30 [Debug] Connection id ""0HKTB4UAQIVSM"" completed keep alive response. -2016-07-13 19:42:36.911 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-13 19:42:36.911 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-13 19:42:36.912 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-13 19:42:36.914 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-13 19:42:36.937 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 18509.3452ms -2016-07-13 19:42:36.944 +05:30 [Information] Request finished in 18518.5856ms 200 application/json; charset=utf-8 -2016-07-13 19:42:36.944 +05:30 [Debug] Connection id ""0HKTB4UAQIVSN"" completed keep alive response. -2016-07-13 19:42:36.974 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=1 -2016-07-13 19:42:36.974 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-07-13 19:42:36.975 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-07-13 19:42:37.041 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-13 19:42:37.127 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-13 19:42:37.128 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-13 19:42:37.128 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-13 19:42:37.131 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-13 19:42:37.219 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 220.9849ms -2016-07-13 19:42:37.227 +05:30 [Information] Request finished in 253.3882ms 200 application/json; charset=utf-8 -2016-07-13 19:42:37.228 +05:30 [Debug] Connection id ""0HKTB4UAQIVSM"" completed keep alive response. -2016-07-13 19:45:09.217 +05:30 [Debug] Connection id ""0HKTB4UAQIVSN"" received FIN. -2016-07-13 19:45:09.217 +05:30 [Debug] Connection id ""0HKTB4UAQIVSM"" received FIN. -2016-07-13 19:45:09.221 +05:30 [Debug] Connection id ""0HKTB4UAQIVSN"" disconnecting. -2016-07-13 19:45:09.221 +05:30 [Debug] Connection id ""0HKTB4UAQIVSM"" disconnecting. -2016-07-13 19:45:09.226 +05:30 [Debug] Connection id ""0HKTB4UAQIVSN"" sending FIN. -2016-07-13 19:45:09.227 +05:30 [Debug] Connection id ""0HKTB4UAQIVSM"" sending FIN. -2016-07-13 19:45:09.264 +05:30 [Debug] Connection id ""0HKTB4UAQIVSN"" sent FIN with status "0". -2016-07-13 19:45:09.264 +05:30 [Debug] Connection id ""0HKTB4UAQIVSM"" sent FIN with status "0". -2016-07-13 19:45:09.278 +05:30 [Debug] Connection id ""0HKTB4UAQIVSN"" stopped. -2016-07-13 19:45:09.278 +05:30 [Debug] Connection id ""0HKTB4UAQIVSM"" stopped. diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/wwwroot/wwwroot/log/log-20160714.txt b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/wwwroot/wwwroot/log/log-20160714.txt deleted file mode 100644 index 74ddf38d1..000000000 --- a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/wwwroot/wwwroot/log/log-20160714.txt +++ /dev/null @@ -1,708 +0,0 @@ -2016-07-14 12:46:52.361 +05:30 [Debug] Hosting starting -2016-07-14 12:46:58.511 +05:30 [Debug] Hosting started -2016-07-14 12:46:58.832 +05:30 [Debug] Connection id ""0HKTBMRC1T6U9"" started. -2016-07-14 12:46:58.835 +05:30 [Debug] Connection id ""0HKTBMRC1T6U8"" started. -2016-07-14 12:46:59.665 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:6361/ 0 -2016-07-14 12:46:59.659 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-07-14 12:47:06.887 +05:30 [Debug] Request did not match any routes. -2016-07-14 12:47:06.906 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-07-14 12:47:07.380 +05:30 [Information] Request finished in 7806.0816ms 404 -2016-07-14 12:47:07.487 +05:30 [Debug] Connection id ""0HKTBMRC1T6U9"" completed keep alive response. -2016-07-14 12:47:07.651 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"699f4608-7a1c-425b-922a-74922dc1119c"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-07-14 12:47:07.909 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-07-14 12:47:09.073 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid' -2016-07-14 12:47:09.119 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult".' -2016-07-14 12:47:09.222 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-14 12:47:09.242 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-14 12:47:09.261 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-14 12:47:12.065 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 4140.7781ms -2016-07-14 12:47:12.080 +05:30 [Information] Request finished in 12592.8473ms 200 application/json; charset=utf-8 -2016-07-14 12:47:12.083 +05:30 [Debug] Connection id ""0HKTBMRC1T6U8"" completed keep alive response. -2016-07-14 12:47:13.079 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/favicon.ico -2016-07-14 12:47:13.080 +05:30 [Debug] Request did not match any routes. -2016-07-14 12:47:13.102 +05:30 [Information] Request finished in 44.5761ms 404 -2016-07-14 12:47:13.103 +05:30 [Debug] Connection id ""0HKTBMRC1T6U9"" completed keep alive response. -2016-07-14 12:48:48.747 +05:30 [Debug] Connection id ""0HKTBMRC1T6U9"" received FIN. -2016-07-14 12:48:48.747 +05:30 [Debug] Connection id ""0HKTBMRC1T6U8"" received FIN. -2016-07-14 12:48:48.748 +05:30 [Debug] Connection id ""0HKTBMRC1T6U9"" disconnecting. -2016-07-14 12:48:48.748 +05:30 [Debug] Connection id ""0HKTBMRC1T6U8"" disconnecting. -2016-07-14 12:48:48.750 +05:30 [Debug] Connection id ""0HKTBMRC1T6U9"" sending FIN. -2016-07-14 12:48:48.750 +05:30 [Debug] Connection id ""0HKTBMRC1T6U8"" sending FIN. -2016-07-14 12:48:48.767 +05:30 [Debug] Connection id ""0HKTBMRC1T6U9"" sent FIN with status "0". -2016-07-14 12:48:48.767 +05:30 [Debug] Connection id ""0HKTBMRC1T6U8"" sent FIN with status "0". -2016-07-14 12:48:48.771 +05:30 [Debug] Connection id ""0HKTBMRC1T6U9"" stopped. -2016-07-14 12:48:48.771 +05:30 [Debug] Connection id ""0HKTBMRC1T6U8"" stopped. -2016-07-14 12:49:07.120 +05:30 [Debug] Connection id ""0HKTBMRC1T6UA"" started. -2016-07-14 12:49:07.123 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/User/Login application/x-www-form-urlencoded 52 -2016-07-14 12:49:07.124 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/Login"'. -2016-07-14 12:49:07.125 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.Login (Api.Socioboard)" -2016-07-14 12:49:11.114 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.UserController.Login (Api.Socioboard)" with arguments (["Domain.Socioboard.ViewModels.UserLoginViewModel"]) - ModelState is Valid' -2016-07-14 12:49:25.743 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.UserController.Login (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-14 12:49:25.775 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-14 12:49:25.776 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-14 12:49:26.046 +05:30 [Information] Executed action "Api.Socioboard.Controllers.UserController.Login (Api.Socioboard)" in 18919.3645ms -2016-07-14 12:49:26.055 +05:30 [Information] Request finished in 18927.493ms 200 application/json; charset=utf-8 -2016-07-14 12:49:26.055 +05:30 [Debug] Connection id ""0HKTBMRC1T6UA"" completed keep alive response. -2016-07-14 12:49:29.518 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-14 12:49:29.519 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-14 12:49:29.531 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-14 12:49:32.829 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-14 12:49:33.532 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-14 12:49:33.532 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-14 12:49:33.534 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-14 12:49:33.662 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 4129.2336ms -2016-07-14 12:49:33.667 +05:30 [Information] Request finished in 4149.5725ms 200 application/json; charset=utf-8 -2016-07-14 12:49:33.667 +05:30 [Debug] Connection id ""0HKTBMRC1T6UA"" completed keep alive response. -2016-07-14 12:49:33.871 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-14 12:49:33.872 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-14 12:49:33.873 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-14 12:49:36.969 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-14 12:49:37.296 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-14 12:49:37.296 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-14 12:49:37.298 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-14 12:49:37.363 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 3488.0418ms -2016-07-14 12:49:37.369 +05:30 [Information] Request finished in 3497.1328ms 200 application/json; charset=utf-8 -2016-07-14 12:49:37.370 +05:30 [Debug] Connection id ""0HKTBMRC1T6UA"" completed keep alive response. -2016-07-14 12:49:45.190 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=1 -2016-07-14 12:49:45.191 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-07-14 12:49:45.191 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-07-14 12:49:48.398 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-14 12:49:48.951 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-14 12:49:48.952 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-14 12:49:48.952 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-14 12:49:48.953 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-14 12:49:48.993 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 3799.2868ms -2016-07-14 12:49:49.016 +05:30 [Information] Request finished in 3826.282ms 200 application/json; charset=utf-8 -2016-07-14 12:49:49.017 +05:30 [Debug] Connection id ""0HKTBMRC1T6UA"" completed keep alive response. -2016-07-14 12:49:49.080 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=1 -2016-07-14 12:49:49.080 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-07-14 12:49:49.081 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-07-14 12:49:52.188 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-14 12:49:52.895 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-14 12:49:52.895 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-14 12:49:52.897 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-14 12:49:52.898 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-14 12:49:52.937 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 3853.2025ms -2016-07-14 12:49:52.944 +05:30 [Information] Request finished in 3862.5158ms 200 application/json; charset=utf-8 -2016-07-14 12:49:52.944 +05:30 [Debug] Connection id ""0HKTBMRC1T6UA"" completed keep alive response. -2016-07-14 12:52:28.745 +05:30 [Debug] Connection id ""0HKTBMRC1T6UA"" received FIN. -2016-07-14 12:52:28.747 +05:30 [Debug] Connection id ""0HKTBMRC1T6UA"" disconnecting. -2016-07-14 12:52:28.752 +05:30 [Debug] Connection id ""0HKTBMRC1T6UA"" sending FIN. -2016-07-14 12:52:28.753 +05:30 [Debug] Connection id ""0HKTBMRC1T6UA"" sent FIN with status "0". -2016-07-14 12:52:28.754 +05:30 [Debug] Connection id ""0HKTBMRC1T6UA"" stopped. -2016-07-14 15:52:16.697 +05:30 [Debug] Hosting starting -2016-07-14 15:52:17.558 +05:30 [Debug] Hosting started -2016-07-14 15:52:17.656 +05:30 [Debug] Connection id ""0HKTBQ2TNIR99"" started. -2016-07-14 15:52:17.656 +05:30 [Debug] Connection id ""0HKTBQ2TNIR9A"" started. -2016-07-14 15:52:18.087 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:6361/ 0 -2016-07-14 15:52:18.088 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-07-14 15:52:20.851 +05:30 [Debug] Request did not match any routes. -2016-07-14 15:52:20.895 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-07-14 15:52:21.285 +05:30 [Information] Request finished in 3231.9362ms 404 -2016-07-14 15:52:21.346 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"3256fcdd-ba09-4d4e-9d61-244e3529021d"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-07-14 15:52:21.399 +05:30 [Debug] Connection id ""0HKTBQ2TNIR9A"" completed keep alive response. -2016-07-14 15:52:21.469 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-07-14 15:52:22.169 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid' -2016-07-14 15:52:22.180 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult".' -2016-07-14 15:52:22.280 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-14 15:52:22.291 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-14 15:52:22.297 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-14 15:52:23.210 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 1715.7667ms -2016-07-14 15:52:23.224 +05:30 [Information] Request finished in 5239.7083ms 200 application/json; charset=utf-8 -2016-07-14 15:52:23.227 +05:30 [Debug] Connection id ""0HKTBQ2TNIR99"" completed keep alive response. -2016-07-14 15:53:03.144 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/User/FacebookLogin application/x-www-form-urlencoded 178 -2016-07-14 15:53:03.148 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/FacebookLogin"'. -2016-07-14 15:53:03.149 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" -2016-07-14 15:53:07.117 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" with arguments (["EAAKYvwDVmnUBAHf3a0eFk27ZBozXFZCEa8CTrzO02Adfx0VK20iZAc2v9IFvvNtVpqltuZAZCr9qahwFXtnBUI1N2DzfzXnmzZCWCtc6vWSZBUw39CyWSd6HtCNcqnuZAPH1qQqI9pWrR7VLY4qL9sCRMCa1lWuABEwZD"]) - ModelState is Valid' -2016-07-14 15:53:18.251 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-14 15:53:18.261 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-14 15:53:18.262 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-14 15:53:18.568 +05:30 [Information] Executed action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" in 15417.9176ms -2016-07-14 15:53:18.572 +05:30 [Information] Request finished in 15429.8338ms 200 application/json; charset=utf-8 -2016-07-14 15:53:18.573 +05:30 [Debug] Connection id ""0HKTBQ2TNIR9A"" completed keep alive response. -2016-07-14 15:53:19.448 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-14 15:53:19.449 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-14 15:53:19.450 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-14 15:53:22.574 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-14 15:53:22.796 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-14 15:53:22.797 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-14 15:53:22.801 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-14 15:53:22.823 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 3371.3436ms -2016-07-14 15:53:22.829 +05:30 [Information] Request finished in 3381.6034ms 200 application/json; charset=utf-8 -2016-07-14 15:53:22.829 +05:30 [Debug] Connection id ""0HKTBQ2TNIR99"" completed keep alive response. -2016-07-14 15:53:22.907 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-14 15:53:22.910 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-14 15:53:22.910 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-14 15:53:25.976 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-14 15:53:26.105 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-14 15:53:26.105 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-14 15:53:26.106 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-14 15:53:26.127 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 3214.6592ms -2016-07-14 15:53:26.134 +05:30 [Information] Request finished in 3226.8268ms 200 application/json; charset=utf-8 -2016-07-14 15:53:26.135 +05:30 [Debug] Connection id ""0HKTBQ2TNIR9A"" completed keep alive response. -2016-07-14 15:53:29.398 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=1 -2016-07-14 15:53:29.399 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-07-14 15:53:29.411 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-07-14 15:53:32.523 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-14 15:53:32.906 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-14 15:53:32.907 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-14 15:53:32.907 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-14 15:53:32.908 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-14 15:53:32.934 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 3521.2571ms -2016-07-14 15:53:32.937 +05:30 [Information] Request finished in 3538.7925ms 200 application/json; charset=utf-8 -2016-07-14 15:53:32.938 +05:30 [Debug] Connection id ""0HKTBQ2TNIR99"" completed keep alive response. -2016-07-14 15:53:32.961 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=1 -2016-07-14 15:53:32.961 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-07-14 15:53:32.962 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-07-14 15:53:36.051 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-14 15:53:36.427 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-14 15:53:36.428 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-14 15:53:36.428 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-14 15:53:36.430 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-14 15:53:36.462 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 3498.1648ms -2016-07-14 15:53:36.465 +05:30 [Information] Request finished in 3504.483ms 200 application/json; charset=utf-8 -2016-07-14 15:53:36.466 +05:30 [Debug] Connection id ""0HKTBQ2TNIR9A"" completed keep alive response. -2016-07-14 15:53:58.206 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/twitter/test -2016-07-14 15:53:58.206 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/Test"'. -2016-07-14 15:53:58.207 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.Test (Api.Socioboard)" -2016-07-14 15:54:01.275 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.Test (Api.Socioboard)" with arguments (null) - ModelState is Valid' -2016-07-14 15:54:29.933 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.Test (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkResult".' -2016-07-14 15:54:29.972 +05:30 [Information] Executing HttpStatusCodeResult, setting HTTP status code 200 -2016-07-14 15:54:29.974 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.Test (Api.Socioboard)" in 31765.8719ms -2016-07-14 15:54:29.977 +05:30 [Information] Request finished in 31771.5315ms 200 -2016-07-14 15:54:29.978 +05:30 [Debug] Connection id ""0HKTBQ2TNIR99"" completed keep alive response. -2016-07-14 15:55:09.377 +05:30 [Debug] Hosting starting -2016-07-14 15:55:09.901 +05:30 [Debug] Hosting started -2016-07-14 15:55:10.082 +05:30 [Debug] Connection id ""0HKTBQ4H41EM8"" started. -2016-07-14 15:55:10.082 +05:30 [Debug] Connection id ""0HKTBQ4H41EM9"" started. -2016-07-14 15:55:10.380 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-07-14 15:55:10.380 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:6361/ 0 -2016-07-14 15:55:12.084 +05:30 [Debug] Request did not match any routes. -2016-07-14 15:55:12.106 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-07-14 15:55:12.266 +05:30 [Information] Request finished in 1939.855ms 404 -2016-07-14 15:55:12.336 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"2b1a5cbb-8af8-4d0c-b9fe-e3d041e7ee59"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-07-14 15:55:12.342 +05:30 [Debug] Connection id ""0HKTBQ4H41EM9"" completed keep alive response. -2016-07-14 15:55:12.425 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-07-14 15:55:12.942 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid' -2016-07-14 15:55:12.952 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult".' -2016-07-14 15:55:13.065 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-14 15:55:13.073 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-14 15:55:13.077 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-14 15:55:13.671 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 1227.0777ms -2016-07-14 15:55:13.686 +05:30 [Information] Request finished in 3382.7039ms 200 application/json; charset=utf-8 -2016-07-14 15:55:13.689 +05:30 [Debug] Connection id ""0HKTBQ4H41EM8"" completed keep alive response. -2016-07-14 15:55:15.520 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/twitter/test -2016-07-14 15:55:15.522 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/Test"'. -2016-07-14 15:55:15.523 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.Test (Api.Socioboard)" -2016-07-14 15:55:19.118 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.Test (Api.Socioboard)" with arguments (null) - ModelState is Valid' -2016-07-14 15:55:30.556 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.Test (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkResult".' -2016-07-14 15:55:30.576 +05:30 [Information] Executing HttpStatusCodeResult, setting HTTP status code 200 -2016-07-14 15:55:30.579 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.Test (Api.Socioboard)" in 15054.7892ms -2016-07-14 15:55:30.583 +05:30 [Information] Request finished in 15064.8608ms 200 -2016-07-14 15:55:30.584 +05:30 [Debug] Connection id ""0HKTBQ4H41EM9"" completed keep alive response. -2016-07-14 16:00:10.325 +05:30 [Debug] Hosting starting -2016-07-14 16:00:10.868 +05:30 [Debug] Hosting started -2016-07-14 16:00:11.063 +05:30 [Debug] Connection id ""0HKTBQ7AQCRES"" started. -2016-07-14 16:00:11.063 +05:30 [Debug] Connection id ""0HKTBQ7AQCRET"" started. -2016-07-14 16:00:11.448 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-07-14 16:00:11.458 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:6361/ 0 -2016-07-14 16:00:13.311 +05:30 [Debug] Request did not match any routes. -2016-07-14 16:00:13.350 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-07-14 16:00:13.545 +05:30 [Information] Request finished in 2163.7375ms 404 -2016-07-14 16:00:13.607 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"4d1ba5e9-d2b8-44f9-aa8a-9f3a72576a4c"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-07-14 16:00:13.619 +05:30 [Debug] Connection id ""0HKTBQ7AQCRET"" completed keep alive response. -2016-07-14 16:00:13.698 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-07-14 16:00:14.222 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid' -2016-07-14 16:00:14.232 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult".' -2016-07-14 16:00:14.318 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-14 16:00:14.328 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-14 16:00:14.332 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-14 16:00:14.858 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 1146.0374ms -2016-07-14 16:00:14.869 +05:30 [Information] Request finished in 3521.4105ms 200 application/json; charset=utf-8 -2016-07-14 16:00:14.873 +05:30 [Debug] Connection id ""0HKTBQ7AQCRES"" completed keep alive response. -2016-07-14 16:00:30.022 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/twitter/test -2016-07-14 16:00:30.024 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/Test"'. -2016-07-14 16:00:30.026 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.Test (Api.Socioboard)" -2016-07-14 16:00:33.638 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.Test (Api.Socioboard)" with arguments (null) - ModelState is Valid' -2016-07-14 16:02:39.128 +05:30 [Debug] Hosting starting -2016-07-14 16:02:39.697 +05:30 [Debug] Hosting started -2016-07-14 16:02:39.919 +05:30 [Debug] Connection id ""0HKTBQ8N5TMQ3"" started. -2016-07-14 16:02:39.919 +05:30 [Debug] Connection id ""0HKTBQ8N5TMQ4"" started. -2016-07-14 16:02:40.285 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-07-14 16:02:40.285 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:6361/ 0 -2016-07-14 16:02:42.252 +05:30 [Debug] Request did not match any routes. -2016-07-14 16:02:42.285 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-07-14 16:02:42.479 +05:30 [Information] Request finished in 2273.2897ms 404 -2016-07-14 16:02:42.568 +05:30 [Debug] Connection id ""0HKTBQ8N5TMQ3"" completed keep alive response. -2016-07-14 16:02:42.589 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"6a16163a-18b6-4ba5-968c-8bf453b2644f"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-07-14 16:02:42.669 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-07-14 16:02:43.225 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid' -2016-07-14 16:02:43.236 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult".' -2016-07-14 16:02:43.325 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-14 16:02:43.335 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-14 16:02:43.339 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-14 16:02:43.917 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 1233.6336ms -2016-07-14 16:02:43.929 +05:30 [Information] Request finished in 3744.2148ms 200 application/json; charset=utf-8 -2016-07-14 16:02:43.933 +05:30 [Debug] Connection id ""0HKTBQ8N5TMQ4"" completed keep alive response. -2016-07-14 16:02:53.407 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/twitter/test -2016-07-14 16:02:53.411 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/Test"'. -2016-07-14 16:02:53.412 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.Test (Api.Socioboard)" -2016-07-14 16:02:57.462 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.Test (Api.Socioboard)" with arguments (null) - ModelState is Valid' -2016-07-14 16:03:28.150 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.Test (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkResult".' -2016-07-14 16:03:28.194 +05:30 [Information] Executing HttpStatusCodeResult, setting HTTP status code 200 -2016-07-14 16:03:28.195 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.Test (Api.Socioboard)" in 34782.036ms -2016-07-14 16:03:28.198 +05:30 [Information] Request finished in 34791.0123ms 200 -2016-07-14 16:03:28.198 +05:30 [Debug] Connection id ""0HKTBQ8N5TMQ3"" completed keep alive response. -2016-07-14 16:03:28.201 +05:30 [Debug] Connection id ""0HKTBQ8N5TMQ3"" received FIN. -2016-07-14 16:03:28.202 +05:30 [Debug] Connection id ""0HKTBQ8N5TMQ3"" disconnecting. -2016-07-14 16:03:28.203 +05:30 [Debug] Connection id ""0HKTBQ8N5TMQ3"" sending FIN. -2016-07-14 16:03:28.217 +05:30 [Debug] Connection id ""0HKTBQ8N5TMQ3"" sent FIN with status "0". -2016-07-14 16:03:28.221 +05:30 [Debug] Connection id ""0HKTBQ8N5TMQ3"" stopped. -2016-07-14 16:03:42.477 +05:30 [Debug] Connection id ""0HKTBQ8N5TMQ5"" started. -2016-07-14 16:03:42.480 +05:30 [Debug] Connection id ""0HKTBQ8N5TMQ4"" received FIN. -2016-07-14 16:03:42.481 +05:30 [Debug] Connection id ""0HKTBQ8N5TMQ4"" disconnecting. -2016-07-14 16:03:42.481 +05:30 [Debug] Connection id ""0HKTBQ8N5TMQ4"" sending FIN. -2016-07-14 16:03:42.482 +05:30 [Debug] Connection id ""0HKTBQ8N5TMQ4"" sent FIN with status "0". -2016-07-14 16:03:42.484 +05:30 [Debug] Connection id ""0HKTBQ8N5TMQ4"" stopped. -2016-07-14 16:03:42.485 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/twitter/test -2016-07-14 16:03:42.486 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/Test"'. -2016-07-14 16:03:42.488 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.Test (Api.Socioboard)" -2016-07-14 16:03:45.572 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.Test (Api.Socioboard)" with arguments (null) - ModelState is Valid' -2016-07-14 16:04:08.689 +05:30 [Error] Connection id ""0HKTBQ8N5TMQ5"": An unhandled exception was thrown by the application. -System.FormatException: Cannot deserialize a 'BsonDocument' from BsonType 'Null'. - at MongoDB.Bson.Serialization.Serializers.SerializerBase`1.EnsureBsonTypeEquals(IBsonReader reader, BsonType bsonType) - at MongoDB.Bson.Serialization.Serializers.BsonValueSerializerBase`1.Deserialize(BsonDeserializationContext context, BsonDeserializationArgs args) - at MongoDB.Bson.Serialization.IBsonSerializerExtensions.Deserialize[TValue](IBsonSerializer`1 serializer, BsonDeserializationContext context) - at MongoDB.Bson.BsonDocument.Parse(String json) - at Api.Socioboard.Model.MongoRepository.Add[T](T item) in D:\Suresh\BickBucket\src\Api.Socioboard\Model\MongoRepository.cs:line 106 - at Api.Socioboard.Controllers.TwitterController.Test() in D:\Suresh\BickBucket\src\Api.Socioboard\Controllers\TwitterController.cs:line 213 - at lambda_method(Closure , Object , Object[] ) - at Microsoft.AspNetCore.Mvc.Internal.ObjectMethodExecutor.ExecuteAsync(Object target, Object[] parameters) - at Microsoft.AspNetCore.Mvc.Internal.ControllerActionExecutor.ExecuteAsync(ObjectMethodExecutor actionMethodExecutor, Object instance, Object[] orderedActionArguments) - at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.d__6.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult() - at Microsoft.AspNetCore.Mvc.Internal.FilterActionInvoker.d__41.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() - at Microsoft.AspNetCore.Mvc.Internal.FilterActionInvoker.d__32.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.AspNetCore.Mvc.Internal.MvcRouteHandler.d__8.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.AspNetCore.Builder.RouterMiddleware.d__4.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.ApplicationInsights.AspNetCore.ExceptionTrackingMiddleware.d__4.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.ApplicationInsights.AspNetCore.RequestTrackingMiddleware.d__4.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.AspNetCore.Server.IISIntegration.IISMiddleware.d__8.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.GetResult() - at Microsoft.AspNetCore.Hosting.Internal.RequestServicesContainerMiddleware.d__3.MoveNext() ---- End of stack trace from previous location where exception was thrown --- - at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) - at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) - at System.Runtime.CompilerServices.ConfiguredTaskAwaitable.ConfiguredTaskAwaiter.GetResult() - at Microsoft.AspNetCore.Server.Kestrel.Http.Frame`1.d__2.MoveNext() -2016-07-14 16:04:08.699 +05:30 [Information] Request finished in 26216.0755ms 200 -2016-07-14 16:04:08.700 +05:30 [Debug] Connection id ""0HKTBQ8N5TMQ5"" completed keep alive response. -2016-07-14 16:04:14.131 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/twitter/test -2016-07-14 16:04:14.133 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/Test"'. -2016-07-14 16:04:14.133 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.Test (Api.Socioboard)" -2016-07-14 16:04:17.219 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.Test (Api.Socioboard)" with arguments (null) - ModelState is Valid' -2016-07-14 16:06:01.812 +05:30 [Debug] Hosting starting -2016-07-14 16:06:02.367 +05:30 [Debug] Hosting started -2016-07-14 16:06:02.492 +05:30 [Debug] Connection id ""0HKTBQAJHTBLA"" started. -2016-07-14 16:06:02.492 +05:30 [Debug] Connection id ""0HKTBQAJHTBLB"" started. -2016-07-14 16:06:02.849 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-07-14 16:06:02.849 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:6361/ 0 -2016-07-14 16:06:04.598 +05:30 [Debug] Request did not match any routes. -2016-07-14 16:06:04.622 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-07-14 16:06:04.770 +05:30 [Information] Request finished in 1982.561ms 404 -2016-07-14 16:06:04.842 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"15d171d0-3de8-4fba-8df0-44763a90fd1b"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-07-14 16:06:04.853 +05:30 [Debug] Connection id ""0HKTBQAJHTBLB"" completed keep alive response. -2016-07-14 16:06:04.971 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-07-14 16:06:05.468 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid' -2016-07-14 16:06:05.475 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult".' -2016-07-14 16:06:05.552 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-14 16:06:05.564 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-14 16:06:05.577 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-14 16:06:06.125 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 1135.2581ms -2016-07-14 16:06:06.135 +05:30 [Information] Request finished in 3367.1813ms 200 application/json; charset=utf-8 -2016-07-14 16:06:06.139 +05:30 [Debug] Connection id ""0HKTBQAJHTBLA"" completed keep alive response. -2016-07-14 16:07:15.409 +05:30 [Debug] Connection id ""0HKTBQAJHTBLB"" received FIN. -2016-07-14 16:07:15.409 +05:30 [Debug] Connection id ""0HKTBQAJHTBLA"" received FIN. -2016-07-14 16:07:15.415 +05:30 [Debug] Connection id ""0HKTBQAJHTBLC"" started. -2016-07-14 16:07:15.423 +05:30 [Debug] Connection id ""0HKTBQAJHTBLB"" disconnecting. -2016-07-14 16:07:15.424 +05:30 [Debug] Connection id ""0HKTBQAJHTBLA"" disconnecting. -2016-07-14 16:07:15.426 +05:30 [Debug] Connection id ""0HKTBQAJHTBLB"" sending FIN. -2016-07-14 16:07:15.426 +05:30 [Debug] Connection id ""0HKTBQAJHTBLA"" sending FIN. -2016-07-14 16:07:15.425 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/twitter/test -2016-07-14 16:07:15.430 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/Test"'. -2016-07-14 16:07:15.441 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.Test (Api.Socioboard)" -2016-07-14 16:07:15.442 +05:30 [Debug] Connection id ""0HKTBQAJHTBLB"" sent FIN with status "0". -2016-07-14 16:07:15.443 +05:30 [Debug] Connection id ""0HKTBQAJHTBLA"" sent FIN with status "0". -2016-07-14 16:07:15.447 +05:30 [Debug] Connection id ""0HKTBQAJHTBLB"" stopped. -2016-07-14 16:07:15.447 +05:30 [Debug] Connection id ""0HKTBQAJHTBLA"" stopped. -2016-07-14 16:07:19.399 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.Test (Api.Socioboard)" with arguments (null) - ModelState is Valid' -2016-07-14 16:11:24.280 +05:30 [Debug] Hosting starting -2016-07-14 16:11:24.862 +05:30 [Debug] Hosting started -2016-07-14 16:11:25.041 +05:30 [Debug] Connection id ""0HKTBQDJLTNOB"" started. -2016-07-14 16:11:25.043 +05:30 [Debug] Connection id ""0HKTBQDJLTNOA"" started. -2016-07-14 16:11:25.383 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-07-14 16:11:25.385 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:6361/ 0 -2016-07-14 16:11:27.567 +05:30 [Debug] Request did not match any routes. -2016-07-14 16:11:27.595 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-07-14 16:11:27.798 +05:30 [Information] Request finished in 2476.7101ms 404 -2016-07-14 16:11:27.884 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"b69dc677-d826-46f2-b47a-d08473b54f58"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-07-14 16:11:27.894 +05:30 [Debug] Connection id ""0HKTBQDJLTNOB"" completed keep alive response. -2016-07-14 16:11:28.014 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-07-14 16:11:28.663 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid' -2016-07-14 16:11:28.674 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult".' -2016-07-14 16:11:28.784 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-14 16:11:28.800 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-14 16:11:28.807 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-14 16:11:29.547 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 1509.0997ms -2016-07-14 16:11:29.621 +05:30 [Information] Request finished in 4319.6778ms 200 application/json; charset=utf-8 -2016-07-14 16:11:29.626 +05:30 [Debug] Connection id ""0HKTBQDJLTNOA"" completed keep alive response. -2016-07-14 16:11:57.245 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/twitter/test -2016-07-14 16:11:57.246 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/Test"'. -2016-07-14 16:11:57.247 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.Test (Api.Socioboard)" -2016-07-14 16:12:00.881 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.Test (Api.Socioboard)" with arguments (null) - ModelState is Valid' -2016-07-14 16:17:28.603 +05:30 [Debug] Hosting starting -2016-07-14 16:17:29.065 +05:30 [Debug] Hosting started -2016-07-14 16:17:29.118 +05:30 [Debug] Connection id ""0HKTBQH06343J"" started. -2016-07-14 16:17:29.118 +05:30 [Debug] Connection id ""0HKTBQH06343I"" started. -2016-07-14 16:17:29.402 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-07-14 16:17:29.404 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:6361/ 0 -2016-07-14 16:17:30.655 +05:30 [Debug] Request did not match any routes. -2016-07-14 16:17:30.678 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-07-14 16:17:30.848 +05:30 [Information] Request finished in 1521.7959ms 404 -2016-07-14 16:17:30.920 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"2f07d2f6-47a3-42f0-b076-88f24767f5e0"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-07-14 16:17:30.937 +05:30 [Debug] Connection id ""0HKTBQH06343I"" completed keep alive response. -2016-07-14 16:17:31.047 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-07-14 16:17:31.545 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid' -2016-07-14 16:17:31.555 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult".' -2016-07-14 16:17:31.664 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-14 16:17:31.674 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-14 16:17:31.699 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-14 16:17:32.304 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 1241.6789ms -2016-07-14 16:17:32.316 +05:30 [Information] Request finished in 3010.103ms 200 application/json; charset=utf-8 -2016-07-14 16:17:32.321 +05:30 [Debug] Connection id ""0HKTBQH06343J"" completed keep alive response. -2016-07-14 16:19:19.081 +05:30 [Debug] Connection id ""0HKTBQH06343J"" received FIN. -2016-07-14 16:19:19.081 +05:30 [Debug] Connection id ""0HKTBQH06343I"" received FIN. -2016-07-14 16:19:19.084 +05:30 [Debug] Connection id ""0HKTBQH06343I"" disconnecting. -2016-07-14 16:19:19.084 +05:30 [Debug] Connection id ""0HKTBQH06343J"" disconnecting. -2016-07-14 16:19:19.085 +05:30 [Debug] Connection id ""0HKTBQH06343I"" sending FIN. -2016-07-14 16:19:19.085 +05:30 [Debug] Connection id ""0HKTBQH06343J"" sending FIN. -2016-07-14 16:19:19.096 +05:30 [Debug] Connection id ""0HKTBQH06343I"" sent FIN with status "0". -2016-07-14 16:19:19.096 +05:30 [Debug] Connection id ""0HKTBQH06343J"" sent FIN with status "0". -2016-07-14 16:19:19.099 +05:30 [Debug] Connection id ""0HKTBQH06343I"" stopped. -2016-07-14 16:19:19.099 +05:30 [Debug] Connection id ""0HKTBQH06343J"" stopped. -2016-07-14 16:19:38.929 +05:30 [Debug] Connection id ""0HKTBQH06343K"" started. -2016-07-14 16:19:38.932 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/twitter/test -2016-07-14 16:19:38.934 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/Test"'. -2016-07-14 16:19:38.935 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.Test (Api.Socioboard)" -2016-07-14 16:19:42.354 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.Test (Api.Socioboard)" with arguments (null) - ModelState is Valid' -2016-07-14 16:20:51.497 +05:30 [Debug] Hosting starting -2016-07-14 16:20:52.079 +05:30 [Debug] Hosting started -2016-07-14 16:20:52.145 +05:30 [Debug] Connection id ""0HKTBQISM9BDM"" started. -2016-07-14 16:20:52.145 +05:30 [Debug] Connection id ""0HKTBQISM9BDN"" started. -2016-07-14 16:20:52.480 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:6361/ 0 -2016-07-14 16:20:52.480 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-07-14 16:20:54.351 +05:30 [Debug] Request did not match any routes. -2016-07-14 16:20:54.376 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-07-14 16:20:54.543 +05:30 [Information] Request finished in 2128.9269ms 404 -2016-07-14 16:20:54.619 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"c43b1efc-8c5d-4648-8278-35162ee9f7c0"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-07-14 16:20:54.627 +05:30 [Debug] Connection id ""0HKTBQISM9BDN"" completed keep alive response. -2016-07-14 16:20:54.703 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-07-14 16:20:55.260 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid' -2016-07-14 16:20:55.271 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult".' -2016-07-14 16:20:55.362 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-14 16:20:55.374 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-14 16:20:55.378 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-14 16:20:55.885 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 1159.6242ms -2016-07-14 16:20:55.910 +05:30 [Information] Request finished in 3505.9831ms 200 application/json; charset=utf-8 -2016-07-14 16:20:55.915 +05:30 [Debug] Connection id ""0HKTBQISM9BDM"" completed keep alive response. -2016-07-14 16:42:13.821 +05:30 [Debug] Hosting starting -2016-07-14 16:42:14.537 +05:30 [Debug] Hosting started -2016-07-14 16:42:14.604 +05:30 [Debug] Connection id ""0HKTBQUQSM1MI"" started. -2016-07-14 16:42:14.604 +05:30 [Debug] Connection id ""0HKTBQUQSM1MJ"" started. -2016-07-14 16:42:14.651 +05:30 [Debug] Connection id ""0HKTBQUQSM1MK"" started. -2016-07-14 16:42:15.012 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:6361/ 0 -2016-07-14 16:42:15.012 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-07-14 16:42:15.012 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/twitter/test -2016-07-14 16:42:17.473 +05:30 [Debug] Request did not match any routes. -2016-07-14 16:42:17.503 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-07-14 16:42:17.504 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/Test"'. -2016-07-14 16:42:17.763 +05:30 [Information] Request finished in 2780.895ms 404 -2016-07-14 16:42:17.877 +05:30 [Debug] Connection id ""0HKTBQUQSM1MI"" completed keep alive response. -2016-07-14 16:42:17.904 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"f96b34f2-05fe-4962-be6b-ae6e5940677d"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-07-14 16:42:18.084 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.Test (Api.Socioboard)" -2016-07-14 16:42:18.091 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-07-14 16:42:18.792 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid' -2016-07-14 16:42:18.810 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult".' -2016-07-14 16:42:18.949 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-14 16:42:19.009 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-14 16:42:19.028 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-14 16:42:20.047 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 1941.0473ms -2016-07-14 16:42:20.067 +05:30 [Information] Request finished in 5155.0548ms 200 application/json; charset=utf-8 -2016-07-14 16:42:20.072 +05:30 [Debug] Connection id ""0HKTBQUQSM1MJ"" completed keep alive response. -2016-07-14 16:42:23.102 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.Test (Api.Socioboard)" with arguments (null) - ModelState is Valid' -2016-07-14 16:42:53.167 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.Test (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkResult".' -2016-07-14 16:42:53.188 +05:30 [Information] Executing HttpStatusCodeResult, setting HTTP status code 200 -2016-07-14 16:42:53.190 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.Test (Api.Socioboard)" in 35101.0485ms -2016-07-14 16:42:53.193 +05:30 [Information] Request finished in 38281.502ms 200 -2016-07-14 16:42:53.195 +05:30 [Debug] Connection id ""0HKTBQUQSM1MK"" completed keep alive response. -2016-07-14 16:44:04.552 +05:30 [Debug] Connection id ""0HKTBQUQSM1MI"" received FIN. -2016-07-14 16:44:04.552 +05:30 [Debug] Connection id ""0HKTBQUQSM1MK"" received FIN. -2016-07-14 16:44:04.554 +05:30 [Debug] Connection id ""0HKTBQUQSM1MJ"" received FIN. -2016-07-14 16:44:04.556 +05:30 [Debug] Connection id ""0HKTBQUQSM1MI"" disconnecting. -2016-07-14 16:44:04.558 +05:30 [Debug] Connection id ""0HKTBQUQSM1MK"" disconnecting. -2016-07-14 16:44:04.559 +05:30 [Debug] Connection id ""0HKTBQUQSM1MI"" sending FIN. -2016-07-14 16:44:04.559 +05:30 [Debug] Connection id ""0HKTBQUQSM1MJ"" disconnecting. -2016-07-14 16:44:04.560 +05:30 [Debug] Connection id ""0HKTBQUQSM1MK"" sending FIN. -2016-07-14 16:44:04.564 +05:30 [Debug] Connection id ""0HKTBQUQSM1MJ"" sending FIN. -2016-07-14 16:44:04.576 +05:30 [Debug] Connection id ""0HKTBQUQSM1MJ"" sent FIN with status "0". -2016-07-14 16:44:04.577 +05:30 [Debug] Connection id ""0HKTBQUQSM1MI"" sent FIN with status "0". -2016-07-14 16:44:04.584 +05:30 [Debug] Connection id ""0HKTBQUQSM1MJ"" stopped. -2016-07-14 16:44:04.584 +05:30 [Debug] Connection id ""0HKTBQUQSM1MI"" stopped. -2016-07-14 16:44:04.585 +05:30 [Debug] Connection id ""0HKTBQUQSM1MK"" sent FIN with status "0". -2016-07-14 16:44:04.586 +05:30 [Debug] Connection id ""0HKTBQUQSM1MK"" stopped. -2016-07-14 17:05:38.862 +05:30 [Debug] Hosting starting -2016-07-14 17:05:39.542 +05:30 [Debug] Hosting started -2016-07-14 17:05:39.698 +05:30 [Debug] Connection id ""0HKTBRBTKNKAK"" started. -2016-07-14 17:05:39.699 +05:30 [Debug] Connection id ""0HKTBRBTKNKAL"" started. -2016-07-14 17:05:40.140 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:6361/ 0 -2016-07-14 17:05:40.140 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-07-14 17:05:42.397 +05:30 [Debug] Request did not match any routes. -2016-07-14 17:05:42.460 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-07-14 17:05:42.665 +05:30 [Information] Request finished in 2640.6518ms 404 -2016-07-14 17:05:42.784 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"96961367-f2b7-4685-a957-d1fd81490750"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-07-14 17:05:42.789 +05:30 [Debug] Connection id ""0HKTBRBTKNKAL"" completed keep alive response. -2016-07-14 17:05:42.931 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-07-14 17:05:43.680 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid' -2016-07-14 17:05:43.691 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult".' -2016-07-14 17:05:43.811 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-14 17:05:43.828 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-14 17:05:43.838 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-14 17:05:45.194 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 2244.3747ms -2016-07-14 17:05:45.204 +05:30 [Information] Request finished in 5205.2723ms 200 application/json; charset=utf-8 -2016-07-14 17:05:45.210 +05:30 [Debug] Connection id ""0HKTBRBTKNKAK"" completed keep alive response. -2016-07-14 17:05:59.948 +05:30 [Debug] Connection id ""0HKTBRBTKNKAL"" received FIN. -2016-07-14 17:05:59.949 +05:30 [Debug] Connection id ""0HKTBRBTKNKAK"" received FIN. -2016-07-14 17:05:59.950 +05:30 [Debug] Connection id ""0HKTBRBTKNKAM"" started. -2016-07-14 17:05:59.951 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/twitter/test -2016-07-14 17:05:59.961 +05:30 [Debug] Connection id ""0HKTBRBTKNKAL"" disconnecting. -2016-07-14 17:05:59.961 +05:30 [Debug] Connection id ""0HKTBRBTKNKAK"" disconnecting. -2016-07-14 17:05:59.962 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/Test"'. -2016-07-14 17:05:59.963 +05:30 [Debug] Connection id ""0HKTBRBTKNKAL"" sending FIN. -2016-07-14 17:05:59.963 +05:30 [Debug] Connection id ""0HKTBRBTKNKAK"" sending FIN. -2016-07-14 17:05:59.963 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.Test (Api.Socioboard)" -2016-07-14 17:05:59.978 +05:30 [Debug] Connection id ""0HKTBRBTKNKAK"" sent FIN with status "0". -2016-07-14 17:05:59.983 +05:30 [Debug] Connection id ""0HKTBRBTKNKAK"" stopped. -2016-07-14 17:05:59.984 +05:30 [Debug] Connection id ""0HKTBRBTKNKAL"" sent FIN with status "0". -2016-07-14 17:05:59.984 +05:30 [Debug] Connection id ""0HKTBRBTKNKAL"" stopped. -2016-07-14 17:06:03.672 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.Test (Api.Socioboard)" with arguments (null) - ModelState is Valid' -2016-07-14 17:17:14.702 +05:30 [Debug] Hosting starting -2016-07-14 17:17:15.258 +05:30 [Debug] Hosting started -2016-07-14 17:17:15.411 +05:30 [Debug] Connection id ""0HKTBRICVGKIT"" started. -2016-07-14 17:17:15.412 +05:30 [Debug] Connection id ""0HKTBRICVGKIS"" started. -2016-07-14 17:17:15.776 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:6361/ 0 -2016-07-14 17:17:15.771 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-07-14 17:17:17.688 +05:30 [Debug] Request did not match any routes. -2016-07-14 17:17:17.715 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-07-14 17:17:17.885 +05:30 [Information] Request finished in 2175.3652ms 404 -2016-07-14 17:17:17.979 +05:30 [Debug] Connection id ""0HKTBRICVGKIT"" completed keep alive response. -2016-07-14 17:17:17.986 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"28aad875-41ae-42ef-9c3d-f57915f27b16"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-07-14 17:17:18.092 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-07-14 17:17:18.715 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid' -2016-07-14 17:17:18.727 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult".' -2016-07-14 17:17:18.825 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-14 17:17:18.841 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-14 17:17:18.872 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-14 17:17:19.565 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 1401.1617ms -2016-07-14 17:17:19.635 +05:30 [Information] Request finished in 3944.8264ms 200 application/json; charset=utf-8 -2016-07-14 17:17:19.645 +05:30 [Debug] Connection id ""0HKTBRICVGKIS"" completed keep alive response. -2016-07-14 17:18:28.230 +05:30 [Debug] Connection id ""0HKTBRICVGKIS"" received FIN. -2016-07-14 17:18:28.231 +05:30 [Debug] Connection id ""0HKTBRICVGKIT"" received FIN. -2016-07-14 17:18:28.233 +05:30 [Debug] Connection id ""0HKTBRICVGKIU"" started. -2016-07-14 17:18:28.245 +05:30 [Debug] Connection id ""0HKTBRICVGKIT"" disconnecting. -2016-07-14 17:18:28.246 +05:30 [Debug] Connection id ""0HKTBRICVGKIS"" disconnecting. -2016-07-14 17:18:28.246 +05:30 [Debug] Connection id ""0HKTBRICVGKIT"" sending FIN. -2016-07-14 17:18:28.246 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/twitter/test -2016-07-14 17:18:28.250 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/Test"'. -2016-07-14 17:18:28.251 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.Test (Api.Socioboard)" -2016-07-14 17:18:28.247 +05:30 [Debug] Connection id ""0HKTBRICVGKIS"" sending FIN. -2016-07-14 17:18:28.263 +05:30 [Debug] Connection id ""0HKTBRICVGKIT"" sent FIN with status "0". -2016-07-14 17:18:28.268 +05:30 [Debug] Connection id ""0HKTBRICVGKIT"" stopped. -2016-07-14 17:18:28.269 +05:30 [Debug] Connection id ""0HKTBRICVGKIS"" sent FIN with status "0". -2016-07-14 17:18:28.270 +05:30 [Debug] Connection id ""0HKTBRICVGKIS"" stopped. -2016-07-14 17:18:32.192 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.Test (Api.Socioboard)" with arguments (null) - ModelState is Valid' -2016-07-14 18:33:35.242 +05:30 [Debug] Hosting starting -2016-07-14 18:33:35.623 +05:30 [Debug] Hosting started -2016-07-14 18:33:35.759 +05:30 [Debug] Connection id ""0HKTBST214L7N"" started. -2016-07-14 18:33:35.759 +05:30 [Debug] Connection id ""0HKTBST214L7O"" started. -2016-07-14 18:33:36.066 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:6361/ 0 -2016-07-14 18:33:36.066 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-07-14 18:33:37.280 +05:30 [Debug] Request did not match any routes. -2016-07-14 18:33:37.315 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-07-14 18:33:37.567 +05:30 [Information] Request finished in 1569.7863ms 404 -2016-07-14 18:33:37.623 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"6b73e2e1-5e29-4ad0-b094-dbf28a6b9c65"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-07-14 18:33:37.671 +05:30 [Debug] Connection id ""0HKTBST214L7N"" completed keep alive response. -2016-07-14 18:33:37.750 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-07-14 18:33:38.258 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid' -2016-07-14 18:33:38.274 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult".' -2016-07-14 18:33:38.390 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-14 18:33:38.434 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-14 18:33:38.552 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-14 18:33:39.263 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 1481.507ms -2016-07-14 18:33:39.280 +05:30 [Information] Request finished in 3303.0959ms 200 application/json; charset=utf-8 -2016-07-14 18:33:39.286 +05:30 [Debug] Connection id ""0HKTBST214L7O"" completed keep alive response. -2016-07-14 18:35:25.707 +05:30 [Debug] Connection id ""0HKTBST214L7N"" received FIN. -2016-07-14 18:35:25.707 +05:30 [Debug] Connection id ""0HKTBST214L7O"" received FIN. -2016-07-14 18:35:25.726 +05:30 [Debug] Connection id ""0HKTBST214L7O"" disconnecting. -2016-07-14 18:35:25.726 +05:30 [Debug] Connection id ""0HKTBST214L7N"" disconnecting. -2016-07-14 18:35:25.729 +05:30 [Debug] Connection id ""0HKTBST214L7O"" sending FIN. -2016-07-14 18:35:25.729 +05:30 [Debug] Connection id ""0HKTBST214L7N"" sending FIN. -2016-07-14 18:35:25.754 +05:30 [Debug] Connection id ""0HKTBST214L7N"" sent FIN with status "0". -2016-07-14 18:35:25.754 +05:30 [Debug] Connection id ""0HKTBST214L7O"" sent FIN with status "0". -2016-07-14 18:35:25.763 +05:30 [Debug] Connection id ""0HKTBST214L7N"" stopped. -2016-07-14 18:35:25.763 +05:30 [Debug] Connection id ""0HKTBST214L7O"" stopped. -2016-07-14 18:50:55.115 +05:30 [Debug] Hosting starting -2016-07-14 18:50:55.783 +05:30 [Debug] Hosting started -2016-07-14 18:50:55.851 +05:30 [Debug] Connection id ""0HKTBT6O0AA36"" started. -2016-07-14 18:50:55.852 +05:30 [Debug] Connection id ""0HKTBT6O0AA35"" started. -2016-07-14 18:50:56.245 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-07-14 18:50:56.245 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:6361/ 0 -2016-07-14 18:50:58.358 +05:30 [Debug] Request did not match any routes. -2016-07-14 18:50:58.384 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-07-14 18:50:58.544 +05:30 [Information] Request finished in 2367.8022ms 404 -2016-07-14 18:50:58.619 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"935112c2-dc08-46b5-a1a4-3f4ae1a8fdad"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-07-14 18:50:58.632 +05:30 [Debug] Connection id ""0HKTBT6O0AA35"" completed keep alive response. -2016-07-14 18:50:58.754 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-07-14 18:50:59.219 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid' -2016-07-14 18:50:59.229 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult".' -2016-07-14 18:50:59.307 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-14 18:50:59.315 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-14 18:50:59.318 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-14 18:50:59.929 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 1155.9357ms -2016-07-14 18:50:59.942 +05:30 [Information] Request finished in 3786.395ms 200 application/json; charset=utf-8 -2016-07-14 18:50:59.947 +05:30 [Debug] Connection id ""0HKTBT6O0AA36"" completed keep alive response. -2016-07-14 18:52:45.810 +05:30 [Debug] Connection id ""0HKTBT6O0AA35"" received FIN. -2016-07-14 18:52:45.810 +05:30 [Debug] Connection id ""0HKTBT6O0AA36"" received FIN. -2016-07-14 18:52:45.816 +05:30 [Debug] Connection id ""0HKTBT6O0AA35"" disconnecting. -2016-07-14 18:52:45.817 +05:30 [Debug] Connection id ""0HKTBT6O0AA36"" disconnecting. -2016-07-14 18:52:45.820 +05:30 [Debug] Connection id ""0HKTBT6O0AA35"" sending FIN. -2016-07-14 18:52:45.820 +05:30 [Debug] Connection id ""0HKTBT6O0AA36"" sending FIN. -2016-07-14 18:52:45.844 +05:30 [Debug] Connection id ""0HKTBT6O0AA35"" sent FIN with status "0". -2016-07-14 18:52:45.844 +05:30 [Debug] Connection id ""0HKTBT6O0AA36"" sent FIN with status "0". -2016-07-14 18:52:45.852 +05:30 [Debug] Connection id ""0HKTBT6O0AA35"" stopped. -2016-07-14 18:52:45.852 +05:30 [Debug] Connection id ""0HKTBT6O0AA36"" stopped. -2016-07-14 18:54:03.658 +05:30 [Debug] Connection id ""0HKTBT6O0AA37"" started. -2016-07-14 18:54:03.673 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/twitter/test -2016-07-14 18:54:03.677 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/Test"'. -2016-07-14 18:54:03.682 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.Test (Api.Socioboard)" -2016-07-14 18:54:07.951 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.Test (Api.Socioboard)" with arguments (null) - ModelState is Valid' -2016-07-14 19:22:03.721 +05:30 [Debug] Hosting starting -2016-07-14 19:22:04.322 +05:30 [Debug] Hosting started -2016-07-14 19:22:04.393 +05:30 [Debug] Connection id ""0HKTBTO4S4AOI"" started. -2016-07-14 19:22:04.393 +05:30 [Debug] Connection id ""0HKTBTO4S4AOH"" started. -2016-07-14 19:22:04.710 +05:30 [Information] Request starting HTTP/1.1 DEBUG http://localhost:6361/ 0 -2016-07-14 19:22:04.714 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/values -2016-07-14 19:22:06.667 +05:30 [Debug] Request did not match any routes. -2016-07-14 19:22:06.698 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Values"'. -2016-07-14 19:22:06.879 +05:30 [Information] Request finished in 2238.6421ms 404 -2016-07-14 19:22:06.969 +05:30 [Debug] Action '"Api.Socioboard.Controllers.ValuesController.Post (Api.Socioboard)"' with id '"bfc35360-f1e9-4fe0-b6bb-e66cd79919f0"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2016-07-14 19:22:06.970 +05:30 [Debug] Connection id ""0HKTBTO4S4AOI"" completed keep alive response. -2016-07-14 19:22:07.165 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" -2016-07-14 19:22:07.815 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" with arguments (null) - ModelState is Valid' -2016-07-14 19:22:07.830 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult".' -2016-07-14 19:22:07.937 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-14 19:22:07.949 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-14 19:22:07.953 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-14 19:22:08.609 +05:30 [Information] Executed action "Api.Socioboard.Controllers.ValuesController.Get (Api.Socioboard)" in 1426.7953ms -2016-07-14 19:22:08.621 +05:30 [Information] Request finished in 4001.7379ms 200 application/json; charset=utf-8 -2016-07-14 19:22:08.626 +05:30 [Debug] Connection id ""0HKTBTO4S4AOH"" completed keep alive response. -2016-07-14 19:23:54.350 +05:30 [Debug] Connection id ""0HKTBTO4S4AOH"" received FIN. -2016-07-14 19:23:54.350 +05:30 [Debug] Connection id ""0HKTBTO4S4AOI"" received FIN. -2016-07-14 19:23:54.354 +05:30 [Debug] Connection id ""0HKTBTO4S4AOH"" disconnecting. -2016-07-14 19:23:54.354 +05:30 [Debug] Connection id ""0HKTBTO4S4AOI"" disconnecting. -2016-07-14 19:23:54.355 +05:30 [Debug] Connection id ""0HKTBTO4S4AOH"" sending FIN. -2016-07-14 19:23:54.355 +05:30 [Debug] Connection id ""0HKTBTO4S4AOI"" sending FIN. -2016-07-14 19:23:54.368 +05:30 [Debug] Connection id ""0HKTBTO4S4AOH"" sent FIN with status "0". -2016-07-14 19:23:54.368 +05:30 [Debug] Connection id ""0HKTBTO4S4AOI"" sent FIN with status "0". -2016-07-14 19:23:54.372 +05:30 [Debug] Connection id ""0HKTBTO4S4AOH"" stopped. -2016-07-14 19:23:54.373 +05:30 [Debug] Connection id ""0HKTBTO4S4AOI"" stopped. -2016-07-14 19:34:12.626 +05:30 [Debug] Connection id ""0HKTBTO4S4AOJ"" started. -2016-07-14 19:34:12.640 +05:30 [Information] Request starting HTTP/1.1 POST http://localhost:6361/api/User/FacebookLogin application/x-www-form-urlencoded 176 -2016-07-14 19:34:12.642 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/User/FacebookLogin"'. -2016-07-14 19:34:12.645 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" -2016-07-14 19:34:18.601 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" with arguments (["EAAKYvwDVmnUBAANI2YSxSFxQHsXKm2nvLvIEQbXobDLHCnU8rFCKKQ8JZAtMDabFbDyUXRodZAgdmYtxAsQCzFRq7pbKKuINkPZB7MrZBJmGlY4OKw486B2eABaUdepEacWOZAX5rkuaGzajOQ2dZB0blcmrR9BacZD"]) - ModelState is Valid' -2016-07-14 19:34:32.545 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-14 19:34:32.555 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-14 19:34:32.556 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-14 19:34:32.833 +05:30 [Information] Executed action "Api.Socioboard.Controllers.UserController.FacebookLogin (Api.Socioboard)" in 20186.6793ms -2016-07-14 19:34:32.837 +05:30 [Information] Request finished in 20199.1263ms 200 application/json; charset=utf-8 -2016-07-14 19:34:32.838 +05:30 [Debug] Connection id ""0HKTBTO4S4AOJ"" completed keep alive response. -2016-07-14 19:34:33.445 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Groups/GetUserGroups?userId=1 -2016-07-14 19:34:33.446 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Groups/GetUserGroups"'. -2016-07-14 19:34:33.447 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" -2016-07-14 19:34:36.604 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-14 19:34:36.835 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-14 19:34:36.836 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-14 19:34:36.837 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-14 19:34:36.882 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupsController.GetUserGroups (Api.Socioboard)" in 3432.0878ms -2016-07-14 19:34:36.890 +05:30 [Information] Request finished in 3444.9482ms 200 application/json; charset=utf-8 -2016-07-14 19:34:36.891 +05:30 [Debug] Connection id ""0HKTBTO4S4AOJ"" completed keep alive response. -2016-07-14 19:34:37.153 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/GroupProfiles/GetGroupProfiles?groupId=1 -2016-07-14 19:34:37.154 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/GroupProfiles/GetGroupProfiles"'. -2016-07-14 19:34:37.155 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" -2016-07-14 19:34:40.243 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-14 19:34:40.555 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-14 19:34:40.556 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-14 19:34:40.557 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-14 19:34:40.590 +05:30 [Information] Executed action "Api.Socioboard.Controllers.GroupProfilesController.GetGroupProfiles (Api.Socioboard)" in 3429.6845ms -2016-07-14 19:34:40.603 +05:30 [Information] Request finished in 3449.4748ms 200 application/json; charset=utf-8 -2016-07-14 19:34:40.604 +05:30 [Debug] Connection id ""0HKTBTO4S4AOJ"" completed keep alive response. -2016-07-14 19:34:44.171 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Facebook/GetFacebookProfiles?groupId=1 -2016-07-14 19:34:44.171 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Facebook/GetFacebookProfiles"'. -2016-07-14 19:34:44.172 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" -2016-07-14 19:34:47.287 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-14 19:34:47.673 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-14 19:34:47.674 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-14 19:34:47.674 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-14 19:34:47.676 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-14 19:34:47.707 +05:30 [Information] Executed action "Api.Socioboard.Controllers.FacebookController.GetFacebookProfiles (Api.Socioboard)" in 3533.0125ms -2016-07-14 19:34:47.711 +05:30 [Information] Request finished in 3538.6864ms 200 application/json; charset=utf-8 -2016-07-14 19:34:47.711 +05:30 [Debug] Connection id ""0HKTBTO4S4AOJ"" completed keep alive response. -2016-07-14 19:34:47.753 +05:30 [Information] Request starting HTTP/1.1 GET http://localhost:6361/api/Twitter/GetTwitterProfiles?groupId=1 -2016-07-14 19:34:47.753 +05:30 [Debug] Request successfully matched the route with name 'null' and template '"api/Twitter/GetTwitterProfiles"'. -2016-07-14 19:34:47.754 +05:30 [Debug] Executing action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" -2016-07-14 19:34:50.840 +05:30 [Information] Executing action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" with arguments (["1"]) - ModelState is Valid' -2016-07-14 19:34:51.207 +05:30 [Debug] Executed action method "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)", returned result "Microsoft.AspNetCore.Mvc.OkObjectResult".' -2016-07-14 19:34:51.208 +05:30 [Debug] No information found on request to perform content negotiation. -2016-07-14 19:34:51.208 +05:30 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2016-07-14 19:34:51.209 +05:30 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2016-07-14 19:34:51.231 +05:30 [Information] Executed action "Api.Socioboard.Controllers.TwitterController.GetTwitterProfiles (Api.Socioboard)" in 3475.592ms -2016-07-14 19:34:51.234 +05:30 [Information] Request finished in 3480.8581ms 200 application/json; charset=utf-8 -2016-07-14 19:34:51.234 +05:30 [Debug] Connection id ""0HKTBTO4S4AOJ"" completed keep alive response. diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/wwwroot/wwwroot/views/mailtemplates/groupinvitation.html b/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/wwwroot/wwwroot/views/mailtemplates/groupinvitation.html deleted file mode 100644 index 125a5a8cf..000000000 --- a/src/Api.Socioboard/bin/Debug/net451/win7-x64/publish/wwwroot/wwwroot/views/mailtemplates/groupinvitation.html +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Api.Socioboard.exe b/src/Api.Socioboard/bin/Debug/net451/win7-x86/Api.Socioboard.exe deleted file mode 100644 index 1bd38cf01..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Api.Socioboard.exe and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Api.Socioboard.exe.config b/src/Api.Socioboard/bin/Debug/net451/win7-x86/Api.Socioboard.exe.config deleted file mode 100644 index c2461a4fc..000000000 --- a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Api.Socioboard.exe.config +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Api.Socioboard.pdb b/src/Api.Socioboard/bin/Debug/net451/win7-x86/Api.Socioboard.pdb deleted file mode 100644 index c40115c09..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Api.Socioboard.pdb and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Api.Socioboard.xml b/src/Api.Socioboard/bin/Debug/net451/win7-x86/Api.Socioboard.xml deleted file mode 100644 index 5baab9241..000000000 --- a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Api.Socioboard.xml +++ /dev/null @@ -1,554 +0,0 @@ - - - - Api.Socioboard - - - - - - - - - - - - - - Creates a board with porvided hash Tags - - Name of the board should be unique - hash tag on facebook - hash tag on twitter - hash tag on instagram - hash tag on gplus - id of the user to which board belongs to - success : if board created successfully, board Exist: if board name already exists - - - - Deletes the board with specified board Id - - id of the board to delte - id of the user to which board belongs to. - - - - - Revert back deletion opertion of board - - id of the board which needs to revert delete - id of the user which board belongs to. - - - - - To get all boards associated with user - - coorsponding userId - - - - - Use for searching the customer which is linked with keyword - - Id of user - Id of the group to which account is to be added. - provided by the user for searcing new customer or post related to keyword - - Internal Server Erro.r - - - - Get All The Draft Messages of User - - Id of the user. - Internal Server Erro.r - - - - To provide the report on facebook page. - - Profile id of user - To prepare report in a given counted days provided by the user - - Internal Server Erro.r - - - - Add new Facebook Account - - Token obtained after successfull authentication from facebook. - Id of the group to which account is to be added. - Id of the user. - Add new facebook account. - Invalid Access Token. - Internal Server Erro.r - - - - Get feeds of a facebook profile - - Token obtained after successfull authentication from facebook. - Id of the user - Id of the group to which account is to be added. - Id of the group to which account is to be added. - Insert new student - Invalid Access Token - Internal Server Error - - - - To provide the report on website traffic. - - Id of the user - for preparing report till counted days - Internal Server Erro.r - - - - - - To add the member of the group - - Id of the group from which account is to be added. - - - - - - To get the group profiles - - Id of the group from which account is to be added. - - - - - To provide the report on group profiles - - - - - - - - - - - - - - - To add instagram profile - - Id of the user . - Id of the group to which account is to be added. - Code obtained after successfull authentication from Instagram - Internal Server Erro.r - - - - - To provide the report on instagaram profile - - profile id of user - for preparing instagram report till counted days - - - - - To get instagram data. - - profile id of user - - - - - Add new Linkedin Account - - Code obtained after successfull authentication from facebook. - Id of the group to which account is to be added. - Id of the user. - Add new Linkedin account. - Invalid Access Token. - Internal Server Erro.r - - - - Get feeds of a linkedin comany page profile - - Token obtained after successfull authentication from linked company page id. - Id of the user - Insert new student - Invalid Access Token - Internal Server Error - - - - - - id of the user - Id of the group to which account is to be added. - - - - - - - To share the facebook page post with selected facebook profile in a given period of time. - - Id of the user - facebookpage id of user facebook profile - Facebook account id of user - Time interval provided by the user for posting - - - - - To group post with selected facebook profiles in a given period of time - - id of the user - facebook url of user - Facebook account id of user - Time interval provided by the user - FacebookGroup id of user facebook profile - - - - - To compose message - - message provided by the user for posting - id of profiles of the user - id of the user - path for taking image - - - - - - - - - - - - - - - - - - - - - To add twitter account - - Id of user - Id of the group to which account is to be added. - - - - - - - - To give report on twitter - - Id of the user - preparing the report till given counted days - Internal Server Erro.r - - - - - To register the new user. - - data of the user for registration - - - - - To login page. - - User login details :EmailId and password - Success:user can login successfully ,Failure: entered wrong password or EmailId does not exist - - - - To check EmailId exist or not. - - Email id of user - Success: if EmailId exist in db,Failure: if EmailId does not exist in db - - - - To get the user datails. - - id of the user - - 1. success: if the user id is exist in db. - 2. failure: if user id does not exist in db - - - - - For varifying the emailId after registration - - Id of the user - Generated token id after registration - Account Activated:if token id exist in user db - Failed to Activate:if user details does not update. - Link Expired:if user does not activate his account in a given expire time. - Wrong Link:when user use false link or unautorize link. - - - - - To validate the access token before login facebook - - Code obtained after successfull authentication from facebook. - Success:added su - - - - To count the user profiles . - - Id of the user - - - - - To change the password when user request it. - - id of the user - password which is using currently - A new password given by the user - confirm password - - - - - To send the mail to user :for reseting the password when user forgot it and request for change. - - User email id - Eemail sent successfully:when email id existin db, - Emaild does not exist or falil to send:email does not exist in db - - - - - To validate the tokenId after getting forgot password mail. - - User email id - Forgot token id - You can change the password:when tokane validate successfully. - Link expired:when user does not change the password for given period. - Wrong link: when user use unauthorize link - Email Id does not exist: When email id does not exist in db. - - - - - sending mail to user after reseting the password. - - User email id - changed password - Forgot password token - Password changed successfully:if user data present in db and validate token. - EmailId does not exist:when user emailid does not exist - - - - - when user request for demo enterprise. - - user data for demo enterprise - EmailId exist: if user already resisterd. - Mail Sent Successfully:if mail sent successfully to user given mailid. - Demo requested added:if successfully added the user for demo enterprise - - - - - There are several query Parameters that are optional this will allow you to send the ones you want. - - - - - A list of comma-separated dimensions for your Analytics data, such as ga:browser,ga:city. - Documentation: https://developers.google.com/analytics/devguides/reporting/core/v3/reference#dimensions - - - - - Dimension or metric filters that restrict the data returned for your request. - Documentation: https://developers.google.com/analytics/devguides/reporting/core/v3/reference#filters - - - - - A list of comma-separated dimensions and metrics indicating the sorting order and sorting direction for the returned data. - Documentation: https://developers.google.com/analytics/devguides/reporting/core/v3/reference#sort - - - - - Segments the data returned for your request. - Documentation: https://developers.google.com/analytics/devguides/reporting/core/v3/reference#segment - - - - - The maximum number of rows to include in the response. max is 10000 - - - - - The desired sampling level. - Allowed Values: - •DEFAULT — Returns response with a sample size that balances speed and accuracy. - •FASTER — Returns a fast response with a smaller sample size. - •HIGHER_PRECISION — Returns a more accurate response using a large sample size, but this may result in the response being slower. - Documentation: https://developers.google.com/analytics/devguides/reporting/core/v3/reference#samplingLevel - - - - - Constructor sets up the default values, for things that can't be null. - - - - - You query the Core Reporting API for Google Analytics report data. - Documentation: https://developers.google.com/analytics/devguides/reporting/core/v3/reference - - Dimension and metric reference : https://developers.google.com/analytics/devguides/reporting/core/dimsmets - - Valid Authenticated AnalyticsServicve - The unique table ID of the form XXXX, where XXXX is the Analytics view (profile) ID for which the query will retrieve the data. - Start date for fetching Analytics data. Requests can specify a start date formatted as YYYY-MM-DD, or as a relative date (e.g., today, yesterday, or NdaysAgo where N is a positive integer). - End date for fetching Analytics data. Request can specify an end date formatted as YYYY-MM-DD, or as a relative date (e.g., today, yesterday, or NdaysAgo where N is a positive integer). - A list of comma-separated metrics, such as ga:sessions,ga:bounces. - Optional values can be null - - - - - Authenticate to Google Using Oauth2 - Documentation https://developers.google.com/accounts/docs/OAuth2 - - From Google Developer console https://console.developers.google.com - From Google Developer console https://console.developers.google.com - A string used to identify a user. - - - - - Authenticating to Google using a Service account - Documentation: https://developers.google.com/accounts/docs/OAuth2#serviceaccount - - From Google Developer console https://console.developers.google.com - Location of the Service account key file downloaded from Google Developer console https://console.developers.google.com - - - - - There are several query Parameters that are optional this will allow you to send the ones you want. - - - - - A list of comma-separated dimensions for your Analytics data, such as ga:browser,ga:city. - Documentation: https://developers.google.com/analytics/devguides/reporting/core/v3/reference#dimensions - - - - - Dimension or metric filters that restrict the data returned for your request. - Documentation: https://developers.google.com/analytics/devguides/reporting/core/v3/reference#filters - - - - - A list of comma-separated dimensions and metrics indicating the sorting order and sorting direction for the returned data. - Documentation: https://developers.google.com/analytics/devguides/reporting/core/v3/reference#sort - - - - - Constructor sets up the default values, for things that can't be null. - - - - - Returns real-time Google Analytics data for a view (profile). - https://developers.google.com/analytics/devguides/reporting/realtime/v3/reference/data/realtime/get - - - Beta: - The Real Time Reporting API is currently available as a developer preview in limited beta. If you're interested in signing up, request access to the beta. - https://docs.google.com/forms/d/1qfRFysCikpgCMGqgF3yXdUyQW4xAlLyjKuOoOEFN2Uw/viewform - Apply for access wait 24 hours and then try you will not hear from Google when you have been approved. - - Documentation: Dimension and metric reference https://developers.google.com/analytics/devguides/reporting/realtime/dimsmets/ - - Valid authenticated Google analytics service - Profile id to request data from - Valid Real time Metrics (Required) - Optional values can be null - https://developers.google.com/analytics/devguides/reporting/realtime/v3/reference/data/realtime#resource - - - - initializes the session for database - - - - - - checks wheteher the session already exists. if not then creates it - - - - - - creates a database connection and opens up a session - - - - - - create an Gplus Hash Tag and fetch all feeds with hash tag and saves in Db - - hashtag needs to search. - board id to which we need to add the hasttag. - redis cache object - Application settings class - Serial log object - gplus hashtag id. - - - - - - - - - - - - - - - Adds an Instagram hashtag if not exists in db else it's returns existing hashtag Id - - hashtag needs to search. - board id to which we need to add the hasttag. - redis cache object - Application settings class - Serial log object - instagram hashtag id - - - diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x86/BouncyCastle.Crypto.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x86/BouncyCastle.Crypto.dll deleted file mode 100644 index a078d27b4..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x86/BouncyCastle.Crypto.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Domain.Socioboard.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x86/Domain.Socioboard.dll deleted file mode 100644 index 8902a89f5..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Domain.Socioboard.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Domain.Socioboard.pdb b/src/Api.Socioboard/bin/Debug/net451/win7-x86/Domain.Socioboard.pdb deleted file mode 100644 index e06c7c9b6..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Domain.Socioboard.pdb and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x86/EntityFramework.SqlServer.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x86/EntityFramework.SqlServer.dll deleted file mode 100644 index 5cfb218e0..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x86/EntityFramework.SqlServer.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x86/EntityFramework.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x86/EntityFramework.dll deleted file mode 100644 index d871c1b78..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x86/EntityFramework.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Facebook.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x86/Facebook.dll deleted file mode 100644 index 6704719bd..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Facebook.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Google.Apis.Analytics.v3.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x86/Google.Apis.Analytics.v3.dll deleted file mode 100644 index 768de6ca4..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Google.Apis.Analytics.v3.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Google.Apis.Auth.PlatformServices.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x86/Google.Apis.Auth.PlatformServices.dll deleted file mode 100644 index f3f56ad2a..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Google.Apis.Auth.PlatformServices.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Google.Apis.Auth.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x86/Google.Apis.Auth.dll deleted file mode 100644 index d4007a4ed..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Google.Apis.Auth.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Google.Apis.Core.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x86/Google.Apis.Core.dll deleted file mode 100644 index 43dfa7e24..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Google.Apis.Core.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Google.Apis.PlatformServices.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x86/Google.Apis.PlatformServices.dll deleted file mode 100644 index 6d0af3ce2..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Google.Apis.PlatformServices.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Google.Apis.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x86/Google.Apis.dll deleted file mode 100644 index d9e9bca0a..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Google.Apis.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Hammock.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x86/Hammock.dll deleted file mode 100644 index 41b6a79d5..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Hammock.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Iesi.Collections.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x86/Iesi.Collections.dll deleted file mode 100644 index a4199b72d..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Iesi.Collections.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.AI.Agent.Intercept.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.AI.Agent.Intercept.dll deleted file mode 100644 index 58f3452e3..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.AI.Agent.Intercept.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.AI.DependencyCollector.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.AI.DependencyCollector.dll deleted file mode 100644 index 0efc656d1..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.AI.DependencyCollector.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.AI.PerfCounterCollector.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.AI.PerfCounterCollector.dll deleted file mode 100644 index 3ed40439b..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.AI.PerfCounterCollector.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.AI.ServerTelemetryChannel.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.AI.ServerTelemetryChannel.dll deleted file mode 100644 index 4d5dae14c..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.AI.ServerTelemetryChannel.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.ApplicationInsights.AspNetCore.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.ApplicationInsights.AspNetCore.dll deleted file mode 100644 index 9655d8139..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.ApplicationInsights.AspNetCore.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.ApplicationInsights.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.ApplicationInsights.dll deleted file mode 100644 index afdbf80d6..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.ApplicationInsights.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Antiforgery.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Antiforgery.dll deleted file mode 100644 index 3de98ec9a..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Antiforgery.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Authorization.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Authorization.dll deleted file mode 100644 index bc3a377e6..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Authorization.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Cors.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Cors.dll deleted file mode 100644 index 806ba12d4..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Cors.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Cryptography.Internal.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Cryptography.Internal.dll deleted file mode 100644 index b60cac5df..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Cryptography.Internal.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.DataProtection.Abstractions.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.DataProtection.Abstractions.dll deleted file mode 100644 index 1f8c7c907..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.DataProtection.Abstractions.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.DataProtection.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.DataProtection.dll deleted file mode 100644 index 9108b15c0..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.DataProtection.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Diagnostics.Abstractions.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Diagnostics.Abstractions.dll deleted file mode 100644 index b04da7548..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Diagnostics.Abstractions.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Diagnostics.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Diagnostics.dll deleted file mode 100644 index 3c41b1f8b..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Diagnostics.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Hosting.Abstractions.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Hosting.Abstractions.dll deleted file mode 100644 index 81fdfd830..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Hosting.Abstractions.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll deleted file mode 100644 index 8d0ad1d4b..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Hosting.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Hosting.dll deleted file mode 100644 index bcb30c46a..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Hosting.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Html.Abstractions.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Html.Abstractions.dll deleted file mode 100644 index bcc64f5a4..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Html.Abstractions.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Http.Abstractions.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Http.Abstractions.dll deleted file mode 100644 index 245f4f907..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Http.Abstractions.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Http.Extensions.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Http.Extensions.dll deleted file mode 100644 index d6fd46e9a..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Http.Extensions.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Http.Features.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Http.Features.dll deleted file mode 100644 index 51b023b77..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Http.Features.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Http.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Http.dll deleted file mode 100644 index fb5d88307..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Http.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.HttpOverrides.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.HttpOverrides.dll deleted file mode 100644 index 05e5988bc..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.HttpOverrides.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.JsonPatch.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.JsonPatch.dll deleted file mode 100644 index 30252e12d..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.JsonPatch.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Localization.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Localization.dll deleted file mode 100644 index 903dadead..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Localization.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Mvc.Abstractions.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Mvc.Abstractions.dll deleted file mode 100644 index ab7d884c6..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Mvc.Abstractions.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Mvc.ApiExplorer.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Mvc.ApiExplorer.dll deleted file mode 100644 index efc3b8652..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Mvc.ApiExplorer.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Mvc.Core.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Mvc.Core.dll deleted file mode 100644 index ff5c52ea5..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Mvc.Core.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Mvc.Cors.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Mvc.Cors.dll deleted file mode 100644 index 6b1d7c57c..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Mvc.Cors.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Mvc.DataAnnotations.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Mvc.DataAnnotations.dll deleted file mode 100644 index 2ba22b27f..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Mvc.DataAnnotations.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Mvc.Formatters.Json.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Mvc.Formatters.Json.dll deleted file mode 100644 index 5087c17e7..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Mvc.Formatters.Json.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Mvc.Localization.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Mvc.Localization.dll deleted file mode 100644 index b572dc3b1..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Mvc.Localization.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Mvc.Razor.Host.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Mvc.Razor.Host.dll deleted file mode 100644 index 1c77d353c..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Mvc.Razor.Host.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Mvc.Razor.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Mvc.Razor.dll deleted file mode 100644 index 4b74d77fc..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Mvc.Razor.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Mvc.TagHelpers.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Mvc.TagHelpers.dll deleted file mode 100644 index cba920baf..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Mvc.TagHelpers.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Mvc.ViewFeatures.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Mvc.ViewFeatures.dll deleted file mode 100644 index 37218ddb7..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Mvc.ViewFeatures.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Mvc.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Mvc.dll deleted file mode 100644 index 2ba223433..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Mvc.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Razor.Runtime.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Razor.Runtime.dll deleted file mode 100644 index d98807dac..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Razor.Runtime.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Razor.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Razor.dll deleted file mode 100644 index 39bae77bd..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Razor.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Routing.Abstractions.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Routing.Abstractions.dll deleted file mode 100644 index 266564399..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Routing.Abstractions.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Routing.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Routing.dll deleted file mode 100644 index 7660f00be..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Routing.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Server.IISIntegration.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Server.IISIntegration.dll deleted file mode 100644 index 7776e12d4..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Server.IISIntegration.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Server.Kestrel.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Server.Kestrel.dll deleted file mode 100644 index 1e6f088e2..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Server.Kestrel.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.StaticFiles.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.StaticFiles.dll deleted file mode 100644 index 881979ea2..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.StaticFiles.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.WebUtilities.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.WebUtilities.dll deleted file mode 100644 index 62e99481b..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.WebUtilities.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.CodeAnalysis.CSharp.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.CodeAnalysis.CSharp.dll deleted file mode 100644 index d9ac0e277..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.CodeAnalysis.CSharp.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.CodeAnalysis.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.CodeAnalysis.dll deleted file mode 100644 index 6e4775e5d..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.CodeAnalysis.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.DotNet.InternalAbstractions.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.DotNet.InternalAbstractions.dll deleted file mode 100644 index a41b928b8..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.DotNet.InternalAbstractions.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.Caching.Abstractions.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.Caching.Abstractions.dll deleted file mode 100644 index 78e8a5a4b..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.Caching.Abstractions.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.Caching.Memory.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.Caching.Memory.dll deleted file mode 100644 index ea97474ae..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.Caching.Memory.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.Configuration.Abstractions.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.Configuration.Abstractions.dll deleted file mode 100644 index f13b2079e..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.Configuration.Abstractions.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.Configuration.Binder.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.Configuration.Binder.dll deleted file mode 100644 index f86eb7aa8..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.Configuration.Binder.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.Configuration.EnvironmentVariables.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.Configuration.EnvironmentVariables.dll deleted file mode 100644 index a609480a4..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.Configuration.EnvironmentVariables.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.Configuration.FileExtensions.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.Configuration.FileExtensions.dll deleted file mode 100644 index b8a7da871..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.Configuration.FileExtensions.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.Configuration.Json.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.Configuration.Json.dll deleted file mode 100644 index 5e1384bac..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.Configuration.Json.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.Configuration.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.Configuration.dll deleted file mode 100644 index eec4b063c..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.Configuration.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.DependencyInjection.Abstractions.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.DependencyInjection.Abstractions.dll deleted file mode 100644 index 011f07d6a..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.DependencyInjection.Abstractions.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.DependencyInjection.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.DependencyInjection.dll deleted file mode 100644 index 64b225d70..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.DependencyInjection.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.DependencyModel.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.DependencyModel.dll deleted file mode 100644 index a31b0d101..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.DependencyModel.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.DiagnosticAdapter.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.DiagnosticAdapter.dll deleted file mode 100644 index edaf534c0..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.DiagnosticAdapter.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.FileProviders.Abstractions.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.FileProviders.Abstractions.dll deleted file mode 100644 index 688823be5..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.FileProviders.Abstractions.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.FileProviders.Composite.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.FileProviders.Composite.dll deleted file mode 100644 index c79ea2efc..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.FileProviders.Composite.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.FileProviders.Embedded.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.FileProviders.Embedded.dll deleted file mode 100644 index 0a191b0be..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.FileProviders.Embedded.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.FileProviders.Physical.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.FileProviders.Physical.dll deleted file mode 100644 index 175d44753..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.FileProviders.Physical.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.FileSystemGlobbing.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.FileSystemGlobbing.dll deleted file mode 100644 index c2db539ae..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.FileSystemGlobbing.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.Globalization.CultureInfoCache.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.Globalization.CultureInfoCache.dll deleted file mode 100644 index c8a6563a5..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.Globalization.CultureInfoCache.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.Localization.Abstractions.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.Localization.Abstractions.dll deleted file mode 100644 index 4cd35cfa0..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.Localization.Abstractions.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.Localization.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.Localization.dll deleted file mode 100644 index eb2d0283f..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.Localization.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.Logging.Abstractions.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.Logging.Abstractions.dll deleted file mode 100644 index 2673abdce..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.Logging.Abstractions.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.Logging.Console.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.Logging.Console.dll deleted file mode 100644 index 41d544a2a..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.Logging.Console.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.Logging.Debug.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.Logging.Debug.dll deleted file mode 100644 index aeec56066..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.Logging.Debug.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.Logging.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.Logging.dll deleted file mode 100644 index 235330b92..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.Logging.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.ObjectPool.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.ObjectPool.dll deleted file mode 100644 index ef1c82e74..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.ObjectPool.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.Options.ConfigurationExtensions.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.Options.ConfigurationExtensions.dll deleted file mode 100644 index 95f06c546..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.Options.ConfigurationExtensions.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.Options.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.Options.dll deleted file mode 100644 index 476d0e0d2..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.Options.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.PlatformAbstractions.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.PlatformAbstractions.dll deleted file mode 100644 index f0adccf6d..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.PlatformAbstractions.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.Primitives.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.Primitives.dll deleted file mode 100644 index 4dbad7dff..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.Primitives.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.WebEncoders.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.WebEncoders.dll deleted file mode 100644 index 5b0ea3a8c..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.WebEncoders.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.Net.Http.Headers.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.Net.Http.Headers.dll deleted file mode 100644 index 5053dab1a..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Microsoft.Net.Http.Headers.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x86/MongoDB.Bson.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x86/MongoDB.Bson.dll deleted file mode 100644 index 687411c0d..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x86/MongoDB.Bson.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x86/MongoDB.Driver.Core.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x86/MongoDB.Driver.Core.dll deleted file mode 100644 index 035d66c9f..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x86/MongoDB.Driver.Core.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x86/MongoDB.Driver.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x86/MongoDB.Driver.dll deleted file mode 100644 index dee857be1..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x86/MongoDB.Driver.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x86/MySql.Data.Entity.EF6.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x86/MySql.Data.Entity.EF6.dll deleted file mode 100644 index a91f121c1..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x86/MySql.Data.Entity.EF6.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x86/MySql.Data.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x86/MySql.Data.dll deleted file mode 100644 index 5260d8e8d..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x86/MySql.Data.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x86/NHibernate.Linq.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x86/NHibernate.Linq.dll deleted file mode 100644 index 99bb60bc5..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x86/NHibernate.Linq.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x86/NHibernate.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x86/NHibernate.dll deleted file mode 100644 index cc274c49b..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x86/NHibernate.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Newtonsoft.Json.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x86/Newtonsoft.Json.dll deleted file mode 100644 index be6558d2d..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Newtonsoft.Json.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x86/OAuth.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x86/OAuth.dll deleted file mode 100644 index a81a8ca6d..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x86/OAuth.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Serilog.Extensions.Logging.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x86/Serilog.Extensions.Logging.dll deleted file mode 100644 index 49e51105f..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Serilog.Extensions.Logging.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Serilog.Sinks.ColoredConsole.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x86/Serilog.Sinks.ColoredConsole.dll deleted file mode 100644 index 6a949d2b9..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Serilog.Sinks.ColoredConsole.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Serilog.Sinks.File.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x86/Serilog.Sinks.File.dll deleted file mode 100644 index 82b583bcb..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Serilog.Sinks.File.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Serilog.Sinks.RollingFile.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x86/Serilog.Sinks.RollingFile.dll deleted file mode 100644 index 1dd54c718..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Serilog.Sinks.RollingFile.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Serilog.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x86/Serilog.dll deleted file mode 100644 index ee08c7645..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Serilog.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Socioboard.Facebook.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x86/Socioboard.Facebook.dll deleted file mode 100644 index 86c29a5e9..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Socioboard.Facebook.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Socioboard.Facebook.pdb b/src/Api.Socioboard/bin/Debug/net451/win7-x86/Socioboard.Facebook.pdb deleted file mode 100644 index 96e36ad9d..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Socioboard.Facebook.pdb and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Socioboard.Google.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x86/Socioboard.Google.dll deleted file mode 100644 index c19035188..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Socioboard.Google.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Socioboard.Google.pdb b/src/Api.Socioboard/bin/Debug/net451/win7-x86/Socioboard.Google.pdb deleted file mode 100644 index 50e5c4fe1..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Socioboard.Google.pdb and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Socioboard.Instagram.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x86/Socioboard.Instagram.dll deleted file mode 100644 index 892f49835..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Socioboard.Instagram.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Socioboard.Instagram.pdb b/src/Api.Socioboard/bin/Debug/net451/win7-x86/Socioboard.Instagram.pdb deleted file mode 100644 index 60de82a62..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Socioboard.Instagram.pdb and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Socioboard.LinkedIn.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x86/Socioboard.LinkedIn.dll deleted file mode 100644 index a5ae7dfea..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Socioboard.LinkedIn.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Socioboard.LinkedIn.pdb b/src/Api.Socioboard/bin/Debug/net451/win7-x86/Socioboard.LinkedIn.pdb deleted file mode 100644 index ff1885701..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Socioboard.LinkedIn.pdb and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Socioboard.Twitter.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x86/Socioboard.Twitter.dll deleted file mode 100644 index ed1b8c56c..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Socioboard.Twitter.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Socioboard.Twitter.pdb b/src/Api.Socioboard/bin/Debug/net451/win7-x86/Socioboard.Twitter.pdb deleted file mode 100644 index 8cbcca28a..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Socioboard.Twitter.pdb and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x86/StackExchange.Redis.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x86/StackExchange.Redis.dll deleted file mode 100644 index 39b447394..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x86/StackExchange.Redis.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Swashbuckle.Swagger.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x86/Swashbuckle.Swagger.dll deleted file mode 100644 index a57df455a..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Swashbuckle.Swagger.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Swashbuckle.SwaggerGen.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x86/Swashbuckle.SwaggerGen.dll deleted file mode 100644 index a57ae0b3e..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Swashbuckle.SwaggerGen.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Swashbuckle.SwaggerUi.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x86/Swashbuckle.SwaggerUi.dll deleted file mode 100644 index d361bbb27..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Swashbuckle.SwaggerUi.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x86/System.Buffers.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x86/System.Buffers.dll deleted file mode 100644 index 0688ef3f2..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x86/System.Buffers.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x86/System.Collections.Immutable.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x86/System.Collections.Immutable.dll deleted file mode 100644 index e9f8f6a45..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x86/System.Collections.Immutable.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x86/System.ComponentModel.Primitives.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x86/System.ComponentModel.Primitives.dll deleted file mode 100644 index 74190569c..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x86/System.ComponentModel.Primitives.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x86/System.ComponentModel.TypeConverter.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x86/System.ComponentModel.TypeConverter.dll deleted file mode 100644 index fcf08ab4e..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x86/System.ComponentModel.TypeConverter.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x86/System.Diagnostics.DiagnosticSource.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x86/System.Diagnostics.DiagnosticSource.dll deleted file mode 100644 index 47fb590f9..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x86/System.Diagnostics.DiagnosticSource.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x86/System.Drawing.Primitives.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x86/System.Drawing.Primitives.dll deleted file mode 100644 index 82f5e6ae6..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x86/System.Drawing.Primitives.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x86/System.Net.Http.Formatting.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x86/System.Net.Http.Formatting.dll deleted file mode 100644 index 3b76acd6b..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x86/System.Net.Http.Formatting.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x86/System.Numerics.Vectors.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x86/System.Numerics.Vectors.dll deleted file mode 100644 index fa383b88a..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x86/System.Numerics.Vectors.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x86/System.Reflection.Metadata.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x86/System.Reflection.Metadata.dll deleted file mode 100644 index accf84dd5..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x86/System.Reflection.Metadata.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x86/System.Runtime.InteropServices.RuntimeInformation.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x86/System.Runtime.InteropServices.RuntimeInformation.dll deleted file mode 100644 index 86fa29f9c..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x86/System.Runtime.InteropServices.RuntimeInformation.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x86/System.Text.Encodings.Web.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x86/System.Text.Encodings.Web.dll deleted file mode 100644 index 8f104e2f6..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x86/System.Text.Encodings.Web.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x86/System.Threading.Tasks.Extensions.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x86/System.Threading.Tasks.Extensions.dll deleted file mode 100644 index 42a11c81b..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x86/System.Threading.Tasks.Extensions.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Zlib.Portable.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x86/Zlib.Portable.dll deleted file mode 100644 index bb685c380..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x86/Zlib.Portable.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x86/libuv.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x86/libuv.dll deleted file mode 100644 index b6da974c0..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x86/libuv.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net451/win7-x86/log4net.dll b/src/Api.Socioboard/bin/Debug/net451/win7-x86/log4net.dll deleted file mode 100644 index 47cd9ad41..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net451/win7-x86/log4net.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net452/Api.Socioboard.exe b/src/Api.Socioboard/bin/Debug/net452/Api.Socioboard.exe deleted file mode 100644 index 1543704a9..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net452/Api.Socioboard.exe and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net452/Api.Socioboard.pdb b/src/Api.Socioboard/bin/Debug/net452/Api.Socioboard.pdb deleted file mode 100644 index d235dbbeb..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net452/Api.Socioboard.pdb and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Api.Socioboard.exe b/src/Api.Socioboard/bin/Debug/net452/win7-x64/Api.Socioboard.exe deleted file mode 100644 index 1543704a9..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Api.Socioboard.exe and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Api.Socioboard.exe.config b/src/Api.Socioboard/bin/Debug/net452/win7-x64/Api.Socioboard.exe.config deleted file mode 100644 index c04811fab..000000000 --- a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Api.Socioboard.exe.config +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Api.Socioboard.pdb b/src/Api.Socioboard/bin/Debug/net452/win7-x64/Api.Socioboard.pdb deleted file mode 100644 index d235dbbeb..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Api.Socioboard.pdb and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Domain.Socioboard.dll b/src/Api.Socioboard/bin/Debug/net452/win7-x64/Domain.Socioboard.dll deleted file mode 100644 index c68bf05c5..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Domain.Socioboard.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Domain.Socioboard.pdb b/src/Api.Socioboard/bin/Debug/net452/win7-x64/Domain.Socioboard.pdb deleted file mode 100644 index 4cce30252..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Domain.Socioboard.pdb and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net452/win7-x64/EntityFramework.SqlServer.dll b/src/Api.Socioboard/bin/Debug/net452/win7-x64/EntityFramework.SqlServer.dll deleted file mode 100644 index 5cfb218e0..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net452/win7-x64/EntityFramework.SqlServer.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net452/win7-x64/EntityFramework.dll b/src/Api.Socioboard/bin/Debug/net452/win7-x64/EntityFramework.dll deleted file mode 100644 index d871c1b78..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net452/win7-x64/EntityFramework.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Facebook.dll b/src/Api.Socioboard/bin/Debug/net452/win7-x64/Facebook.dll deleted file mode 100644 index 6704719bd..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Facebook.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Hammock.dll b/src/Api.Socioboard/bin/Debug/net452/win7-x64/Hammock.dll deleted file mode 100644 index 41b6a79d5..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Hammock.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Iesi.Collections.dll b/src/Api.Socioboard/bin/Debug/net452/win7-x64/Iesi.Collections.dll deleted file mode 100644 index a4199b72d..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Iesi.Collections.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.AI.Agent.Intercept.dll b/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.AI.Agent.Intercept.dll deleted file mode 100644 index 58f3452e3..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.AI.Agent.Intercept.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.AI.DependencyCollector.dll b/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.AI.DependencyCollector.dll deleted file mode 100644 index 52988d5c7..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.AI.DependencyCollector.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.AI.PerfCounterCollector.dll b/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.AI.PerfCounterCollector.dll deleted file mode 100644 index 06a4d2d49..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.AI.PerfCounterCollector.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.AI.ServerTelemetryChannel.dll b/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.AI.ServerTelemetryChannel.dll deleted file mode 100644 index 4b0b51dbe..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.AI.ServerTelemetryChannel.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.ApplicationInsights.AspNetCore.dll b/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.ApplicationInsights.AspNetCore.dll deleted file mode 100644 index 0476dec83..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.ApplicationInsights.AspNetCore.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.ApplicationInsights.dll b/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.ApplicationInsights.dll deleted file mode 100644 index 431ea06f3..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.ApplicationInsights.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Antiforgery.dll b/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Antiforgery.dll deleted file mode 100644 index 7f802baa6..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Antiforgery.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Authorization.dll b/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Authorization.dll deleted file mode 100644 index 54785b03a..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Authorization.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Cors.dll b/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Cors.dll deleted file mode 100644 index 925bffdc0..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Cors.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Cryptography.Internal.dll b/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Cryptography.Internal.dll deleted file mode 100644 index eab87f127..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Cryptography.Internal.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.DataProtection.Abstractions.dll b/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.DataProtection.Abstractions.dll deleted file mode 100644 index 460665686..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.DataProtection.Abstractions.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.DataProtection.dll b/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.DataProtection.dll deleted file mode 100644 index 4daf01e09..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.DataProtection.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Diagnostics.Abstractions.dll b/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Diagnostics.Abstractions.dll deleted file mode 100644 index 8f1dcfd51..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Diagnostics.Abstractions.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Hosting.Abstractions.dll b/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Hosting.Abstractions.dll deleted file mode 100644 index bfdf8c7be..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Hosting.Abstractions.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll b/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll deleted file mode 100644 index ba1b73212..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Hosting.dll b/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Hosting.dll deleted file mode 100644 index e804f4e69..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Hosting.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Html.Abstractions.dll b/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Html.Abstractions.dll deleted file mode 100644 index 7617c9470..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Html.Abstractions.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Http.Abstractions.dll b/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Http.Abstractions.dll deleted file mode 100644 index 1d1d0f688..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Http.Abstractions.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Http.Extensions.dll b/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Http.Extensions.dll deleted file mode 100644 index 1cdc8bfc0..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Http.Extensions.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Http.Features.dll b/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Http.Features.dll deleted file mode 100644 index f5a8e66b3..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Http.Features.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Http.dll b/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Http.dll deleted file mode 100644 index d236e0241..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Http.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.HttpOverrides.dll b/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.HttpOverrides.dll deleted file mode 100644 index 21fecf317..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.HttpOverrides.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.JsonPatch.dll b/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.JsonPatch.dll deleted file mode 100644 index 7646e99b2..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.JsonPatch.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Localization.dll b/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Localization.dll deleted file mode 100644 index 1a281ac99..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Localization.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Mvc.Abstractions.dll b/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Mvc.Abstractions.dll deleted file mode 100644 index a74a69975..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Mvc.Abstractions.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Mvc.ApiExplorer.dll b/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Mvc.ApiExplorer.dll deleted file mode 100644 index f6aea8ac9..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Mvc.ApiExplorer.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Mvc.Core.dll b/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Mvc.Core.dll deleted file mode 100644 index df596f27d..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Mvc.Core.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Mvc.Cors.dll b/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Mvc.Cors.dll deleted file mode 100644 index d4c3f3a8f..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Mvc.Cors.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Mvc.DataAnnotations.dll b/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Mvc.DataAnnotations.dll deleted file mode 100644 index 1bec35423..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Mvc.DataAnnotations.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Mvc.Formatters.Json.dll b/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Mvc.Formatters.Json.dll deleted file mode 100644 index a03e7bef1..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Mvc.Formatters.Json.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Mvc.Localization.dll b/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Mvc.Localization.dll deleted file mode 100644 index 41d8c097c..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Mvc.Localization.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Mvc.Razor.Host.dll b/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Mvc.Razor.Host.dll deleted file mode 100644 index 31b38c78e..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Mvc.Razor.Host.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Mvc.Razor.dll b/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Mvc.Razor.dll deleted file mode 100644 index 56991f656..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Mvc.Razor.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Mvc.TagHelpers.dll b/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Mvc.TagHelpers.dll deleted file mode 100644 index b8abf90f3..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Mvc.TagHelpers.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Mvc.ViewFeatures.dll b/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Mvc.ViewFeatures.dll deleted file mode 100644 index 9f5ff5b07..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Mvc.ViewFeatures.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Mvc.dll b/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Mvc.dll deleted file mode 100644 index 439aa0cd3..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Mvc.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Razor.Runtime.dll b/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Razor.Runtime.dll deleted file mode 100644 index 392c06e83..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Razor.Runtime.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Razor.dll b/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Razor.dll deleted file mode 100644 index 02ef69511..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Razor.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Routing.Abstractions.dll b/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Routing.Abstractions.dll deleted file mode 100644 index a7050d596..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Routing.Abstractions.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Routing.dll b/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Routing.dll deleted file mode 100644 index cb0e1034d..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Routing.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Server.IISIntegration.dll b/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Server.IISIntegration.dll deleted file mode 100644 index fd4bea5e2..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Server.IISIntegration.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Server.Kestrel.dll b/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Server.Kestrel.dll deleted file mode 100644 index a6b41a691..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Server.Kestrel.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.WebUtilities.dll b/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.WebUtilities.dll deleted file mode 100644 index 54c3f82af..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.WebUtilities.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.CodeAnalysis.CSharp.dll b/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.CodeAnalysis.CSharp.dll deleted file mode 100644 index 6fc6d37db..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.CodeAnalysis.CSharp.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.CodeAnalysis.dll b/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.CodeAnalysis.dll deleted file mode 100644 index 313ef4344..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.CodeAnalysis.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.DotNet.InternalAbstractions.dll b/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.DotNet.InternalAbstractions.dll deleted file mode 100644 index 36938cd40..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.DotNet.InternalAbstractions.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.Caching.Abstractions.dll b/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.Caching.Abstractions.dll deleted file mode 100644 index 866a0f375..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.Caching.Abstractions.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.Caching.Memory.dll b/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.Caching.Memory.dll deleted file mode 100644 index 214486ff3..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.Caching.Memory.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.Configuration.Abstractions.dll b/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.Configuration.Abstractions.dll deleted file mode 100644 index 7b6b3a6ce..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.Configuration.Abstractions.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.Configuration.Binder.dll b/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.Configuration.Binder.dll deleted file mode 100644 index b351a2a41..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.Configuration.Binder.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.Configuration.EnvironmentVariables.dll b/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.Configuration.EnvironmentVariables.dll deleted file mode 100644 index e797de1ab..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.Configuration.EnvironmentVariables.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.Configuration.FileExtensions.dll b/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.Configuration.FileExtensions.dll deleted file mode 100644 index 4dbc192f4..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.Configuration.FileExtensions.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.Configuration.Json.dll b/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.Configuration.Json.dll deleted file mode 100644 index 6fe1f9822..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.Configuration.Json.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.Configuration.dll b/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.Configuration.dll deleted file mode 100644 index 1d204b7c9..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.Configuration.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.DependencyInjection.Abstractions.dll b/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.DependencyInjection.Abstractions.dll deleted file mode 100644 index e5e693a20..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.DependencyInjection.Abstractions.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.DependencyInjection.dll b/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.DependencyInjection.dll deleted file mode 100644 index 3d9bea75b..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.DependencyInjection.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.DependencyModel.dll b/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.DependencyModel.dll deleted file mode 100644 index 84763c58a..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.DependencyModel.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.DiagnosticAdapter.dll b/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.DiagnosticAdapter.dll deleted file mode 100644 index 7064304cb..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.DiagnosticAdapter.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.FileProviders.Abstractions.dll b/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.FileProviders.Abstractions.dll deleted file mode 100644 index b3d18f173..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.FileProviders.Abstractions.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.FileProviders.Composite.dll b/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.FileProviders.Composite.dll deleted file mode 100644 index 4f57f649c..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.FileProviders.Composite.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.FileProviders.Physical.dll b/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.FileProviders.Physical.dll deleted file mode 100644 index 55057024d..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.FileProviders.Physical.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.FileSystemGlobbing.dll b/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.FileSystemGlobbing.dll deleted file mode 100644 index 83cb51ddd..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.FileSystemGlobbing.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.Globalization.CultureInfoCache.dll b/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.Globalization.CultureInfoCache.dll deleted file mode 100644 index af5881b2e..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.Globalization.CultureInfoCache.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.Localization.Abstractions.dll b/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.Localization.Abstractions.dll deleted file mode 100644 index f1b34eda0..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.Localization.Abstractions.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.Localization.dll b/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.Localization.dll deleted file mode 100644 index 9a99e6be5..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.Localization.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.Logging.Abstractions.dll b/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.Logging.Abstractions.dll deleted file mode 100644 index 175c2c126..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.Logging.Abstractions.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.Logging.Console.dll b/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.Logging.Console.dll deleted file mode 100644 index fba82817d..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.Logging.Console.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.Logging.Debug.dll b/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.Logging.Debug.dll deleted file mode 100644 index e594793c6..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.Logging.Debug.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.Logging.dll b/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.Logging.dll deleted file mode 100644 index 138d95afe..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.Logging.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.ObjectPool.dll b/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.ObjectPool.dll deleted file mode 100644 index a5633ff5a..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.ObjectPool.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.Options.ConfigurationExtensions.dll b/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.Options.ConfigurationExtensions.dll deleted file mode 100644 index e2fd40b15..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.Options.ConfigurationExtensions.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.Options.dll b/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.Options.dll deleted file mode 100644 index 2765a7af4..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.Options.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.PlatformAbstractions.dll b/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.PlatformAbstractions.dll deleted file mode 100644 index 4972a696d..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.PlatformAbstractions.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.Primitives.dll b/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.Primitives.dll deleted file mode 100644 index e2b86703c..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.Primitives.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.WebEncoders.dll b/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.WebEncoders.dll deleted file mode 100644 index f6985c9ce..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.WebEncoders.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.Net.Http.Headers.dll b/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.Net.Http.Headers.dll deleted file mode 100644 index a57822bf8..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Microsoft.Net.Http.Headers.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net452/win7-x64/MongoDB.Bson.dll b/src/Api.Socioboard/bin/Debug/net452/win7-x64/MongoDB.Bson.dll deleted file mode 100644 index 687411c0d..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net452/win7-x64/MongoDB.Bson.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net452/win7-x64/MongoDB.Driver.Core.dll b/src/Api.Socioboard/bin/Debug/net452/win7-x64/MongoDB.Driver.Core.dll deleted file mode 100644 index 035d66c9f..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net452/win7-x64/MongoDB.Driver.Core.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net452/win7-x64/MongoDB.Driver.dll b/src/Api.Socioboard/bin/Debug/net452/win7-x64/MongoDB.Driver.dll deleted file mode 100644 index dee857be1..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net452/win7-x64/MongoDB.Driver.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net452/win7-x64/MySql.Data.Entity.EF6.dll b/src/Api.Socioboard/bin/Debug/net452/win7-x64/MySql.Data.Entity.EF6.dll deleted file mode 100644 index a91f121c1..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net452/win7-x64/MySql.Data.Entity.EF6.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net452/win7-x64/MySql.Data.dll b/src/Api.Socioboard/bin/Debug/net452/win7-x64/MySql.Data.dll deleted file mode 100644 index 5260d8e8d..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net452/win7-x64/MySql.Data.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net452/win7-x64/NHibernate.Linq.dll b/src/Api.Socioboard/bin/Debug/net452/win7-x64/NHibernate.Linq.dll deleted file mode 100644 index 99bb60bc5..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net452/win7-x64/NHibernate.Linq.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net452/win7-x64/NHibernate.dll b/src/Api.Socioboard/bin/Debug/net452/win7-x64/NHibernate.dll deleted file mode 100644 index cc274c49b..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net452/win7-x64/NHibernate.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Newtonsoft.Json.dll b/src/Api.Socioboard/bin/Debug/net452/win7-x64/Newtonsoft.Json.dll deleted file mode 100644 index b7ef414f3..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Newtonsoft.Json.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net452/win7-x64/OAuth.dll b/src/Api.Socioboard/bin/Debug/net452/win7-x64/OAuth.dll deleted file mode 100644 index a81a8ca6d..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net452/win7-x64/OAuth.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Serilog.Extensions.Logging.dll b/src/Api.Socioboard/bin/Debug/net452/win7-x64/Serilog.Extensions.Logging.dll deleted file mode 100644 index 8126719aa..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Serilog.Extensions.Logging.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Serilog.Sinks.ColoredConsole.dll b/src/Api.Socioboard/bin/Debug/net452/win7-x64/Serilog.Sinks.ColoredConsole.dll deleted file mode 100644 index 5959f7a65..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Serilog.Sinks.ColoredConsole.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Serilog.Sinks.File.dll b/src/Api.Socioboard/bin/Debug/net452/win7-x64/Serilog.Sinks.File.dll deleted file mode 100644 index 8bfbc11ed..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Serilog.Sinks.File.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Serilog.Sinks.RollingFile.dll b/src/Api.Socioboard/bin/Debug/net452/win7-x64/Serilog.Sinks.RollingFile.dll deleted file mode 100644 index 713bb5c76..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Serilog.Sinks.RollingFile.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Serilog.dll b/src/Api.Socioboard/bin/Debug/net452/win7-x64/Serilog.dll deleted file mode 100644 index ed4f366ad..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Serilog.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Socioboard.Facebook.dll b/src/Api.Socioboard/bin/Debug/net452/win7-x64/Socioboard.Facebook.dll deleted file mode 100644 index 7b84b7eca..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Socioboard.Facebook.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Socioboard.Facebook.pdb b/src/Api.Socioboard/bin/Debug/net452/win7-x64/Socioboard.Facebook.pdb deleted file mode 100644 index 837d9d788..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Socioboard.Facebook.pdb and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Socioboard.Google.dll b/src/Api.Socioboard/bin/Debug/net452/win7-x64/Socioboard.Google.dll deleted file mode 100644 index 077cea220..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Socioboard.Google.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Socioboard.Google.pdb b/src/Api.Socioboard/bin/Debug/net452/win7-x64/Socioboard.Google.pdb deleted file mode 100644 index 6635062d3..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Socioboard.Google.pdb and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Socioboard.Twitter.dll b/src/Api.Socioboard/bin/Debug/net452/win7-x64/Socioboard.Twitter.dll deleted file mode 100644 index 362963c1c..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Socioboard.Twitter.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Socioboard.Twitter.pdb b/src/Api.Socioboard/bin/Debug/net452/win7-x64/Socioboard.Twitter.pdb deleted file mode 100644 index 9fe08bef0..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net452/win7-x64/Socioboard.Twitter.pdb and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net452/win7-x64/StackExchange.Redis.dll b/src/Api.Socioboard/bin/Debug/net452/win7-x64/StackExchange.Redis.dll deleted file mode 100644 index 39b447394..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net452/win7-x64/StackExchange.Redis.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net452/win7-x64/System.Buffers.dll b/src/Api.Socioboard/bin/Debug/net452/win7-x64/System.Buffers.dll deleted file mode 100644 index cf0de2ab7..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net452/win7-x64/System.Buffers.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net452/win7-x64/System.Collections.Immutable.dll b/src/Api.Socioboard/bin/Debug/net452/win7-x64/System.Collections.Immutable.dll deleted file mode 100644 index 6fc2d69aa..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net452/win7-x64/System.Collections.Immutable.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net452/win7-x64/System.ComponentModel.Primitives.dll b/src/Api.Socioboard/bin/Debug/net452/win7-x64/System.ComponentModel.Primitives.dll deleted file mode 100644 index 5832d008c..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net452/win7-x64/System.ComponentModel.Primitives.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net452/win7-x64/System.ComponentModel.TypeConverter.dll b/src/Api.Socioboard/bin/Debug/net452/win7-x64/System.ComponentModel.TypeConverter.dll deleted file mode 100644 index 093d15b58..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net452/win7-x64/System.ComponentModel.TypeConverter.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net452/win7-x64/System.Diagnostics.DiagnosticSource.dll b/src/Api.Socioboard/bin/Debug/net452/win7-x64/System.Diagnostics.DiagnosticSource.dll deleted file mode 100644 index a8bb5e629..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net452/win7-x64/System.Diagnostics.DiagnosticSource.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net452/win7-x64/System.Numerics.Vectors.dll b/src/Api.Socioboard/bin/Debug/net452/win7-x64/System.Numerics.Vectors.dll deleted file mode 100644 index c6cdf5f68..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net452/win7-x64/System.Numerics.Vectors.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net452/win7-x64/System.Reflection.Metadata.dll b/src/Api.Socioboard/bin/Debug/net452/win7-x64/System.Reflection.Metadata.dll deleted file mode 100644 index 1c9771489..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net452/win7-x64/System.Reflection.Metadata.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net452/win7-x64/System.Text.Encodings.Web.dll b/src/Api.Socioboard/bin/Debug/net452/win7-x64/System.Text.Encodings.Web.dll deleted file mode 100644 index f2c3baf6d..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net452/win7-x64/System.Text.Encodings.Web.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net452/win7-x64/System.Threading.Tasks.Extensions.dll b/src/Api.Socioboard/bin/Debug/net452/win7-x64/System.Threading.Tasks.Extensions.dll deleted file mode 100644 index d0882c284..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net452/win7-x64/System.Threading.Tasks.Extensions.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Debug/net452/win7-x64/libuv.dll b/src/Api.Socioboard/bin/Debug/net452/win7-x64/libuv.dll deleted file mode 100644 index 0f0d32dc6..000000000 Binary files a/src/Api.Socioboard/bin/Debug/net452/win7-x64/libuv.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Release/net451/Api.Socioboard.exe b/src/Api.Socioboard/bin/Release/net451/Api.Socioboard.exe deleted file mode 100644 index e4a1c11aa..000000000 Binary files a/src/Api.Socioboard/bin/Release/net451/Api.Socioboard.exe and /dev/null differ diff --git a/src/Api.Socioboard/bin/Release/net451/Api.Socioboard.pdb b/src/Api.Socioboard/bin/Release/net451/Api.Socioboard.pdb deleted file mode 100644 index 577b0f1d1..000000000 Binary files a/src/Api.Socioboard/bin/Release/net451/Api.Socioboard.pdb and /dev/null differ diff --git a/src/Api.Socioboard/bin/Release/net451/win7-x64/Api.Socioboard.exe b/src/Api.Socioboard/bin/Release/net451/win7-x64/Api.Socioboard.exe deleted file mode 100644 index e4a1c11aa..000000000 Binary files a/src/Api.Socioboard/bin/Release/net451/win7-x64/Api.Socioboard.exe and /dev/null differ diff --git a/src/Api.Socioboard/bin/Release/net451/win7-x64/Api.Socioboard.exe.config b/src/Api.Socioboard/bin/Release/net451/win7-x64/Api.Socioboard.exe.config deleted file mode 100644 index c2461a4fc..000000000 --- a/src/Api.Socioboard/bin/Release/net451/win7-x64/Api.Socioboard.exe.config +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/Api.Socioboard/bin/Release/net451/win7-x64/Api.Socioboard.pdb b/src/Api.Socioboard/bin/Release/net451/win7-x64/Api.Socioboard.pdb deleted file mode 100644 index 577b0f1d1..000000000 Binary files a/src/Api.Socioboard/bin/Release/net451/win7-x64/Api.Socioboard.pdb and /dev/null differ diff --git a/src/Api.Socioboard/bin/Release/net451/win7-x64/BouncyCastle.Crypto.dll b/src/Api.Socioboard/bin/Release/net451/win7-x64/BouncyCastle.Crypto.dll deleted file mode 100644 index a078d27b4..000000000 Binary files a/src/Api.Socioboard/bin/Release/net451/win7-x64/BouncyCastle.Crypto.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Release/net451/win7-x64/Domain.Socioboard.dll b/src/Api.Socioboard/bin/Release/net451/win7-x64/Domain.Socioboard.dll deleted file mode 100644 index 41b71b9be..000000000 Binary files a/src/Api.Socioboard/bin/Release/net451/win7-x64/Domain.Socioboard.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Release/net451/win7-x64/Domain.Socioboard.pdb b/src/Api.Socioboard/bin/Release/net451/win7-x64/Domain.Socioboard.pdb deleted file mode 100644 index a496b3351..000000000 Binary files a/src/Api.Socioboard/bin/Release/net451/win7-x64/Domain.Socioboard.pdb and /dev/null differ diff --git a/src/Api.Socioboard/bin/Release/net451/win7-x64/EntityFramework.SqlServer.dll b/src/Api.Socioboard/bin/Release/net451/win7-x64/EntityFramework.SqlServer.dll deleted file mode 100644 index 5cfb218e0..000000000 Binary files a/src/Api.Socioboard/bin/Release/net451/win7-x64/EntityFramework.SqlServer.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Release/net451/win7-x64/EntityFramework.dll b/src/Api.Socioboard/bin/Release/net451/win7-x64/EntityFramework.dll deleted file mode 100644 index d871c1b78..000000000 Binary files a/src/Api.Socioboard/bin/Release/net451/win7-x64/EntityFramework.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Release/net451/win7-x64/Facebook.dll b/src/Api.Socioboard/bin/Release/net451/win7-x64/Facebook.dll deleted file mode 100644 index 6704719bd..000000000 Binary files a/src/Api.Socioboard/bin/Release/net451/win7-x64/Facebook.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Release/net451/win7-x64/Google.Apis.Analytics.v3.dll b/src/Api.Socioboard/bin/Release/net451/win7-x64/Google.Apis.Analytics.v3.dll deleted file mode 100644 index 768de6ca4..000000000 Binary files a/src/Api.Socioboard/bin/Release/net451/win7-x64/Google.Apis.Analytics.v3.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Release/net451/win7-x64/Google.Apis.Auth.PlatformServices.dll b/src/Api.Socioboard/bin/Release/net451/win7-x64/Google.Apis.Auth.PlatformServices.dll deleted file mode 100644 index f3f56ad2a..000000000 Binary files a/src/Api.Socioboard/bin/Release/net451/win7-x64/Google.Apis.Auth.PlatformServices.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Release/net451/win7-x64/Google.Apis.Auth.dll b/src/Api.Socioboard/bin/Release/net451/win7-x64/Google.Apis.Auth.dll deleted file mode 100644 index d4007a4ed..000000000 Binary files a/src/Api.Socioboard/bin/Release/net451/win7-x64/Google.Apis.Auth.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Release/net451/win7-x64/Google.Apis.Core.dll b/src/Api.Socioboard/bin/Release/net451/win7-x64/Google.Apis.Core.dll deleted file mode 100644 index 43dfa7e24..000000000 Binary files a/src/Api.Socioboard/bin/Release/net451/win7-x64/Google.Apis.Core.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Release/net451/win7-x64/Google.Apis.PlatformServices.dll b/src/Api.Socioboard/bin/Release/net451/win7-x64/Google.Apis.PlatformServices.dll deleted file mode 100644 index 6d0af3ce2..000000000 Binary files a/src/Api.Socioboard/bin/Release/net451/win7-x64/Google.Apis.PlatformServices.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Release/net451/win7-x64/Google.Apis.dll b/src/Api.Socioboard/bin/Release/net451/win7-x64/Google.Apis.dll deleted file mode 100644 index d9e9bca0a..000000000 Binary files a/src/Api.Socioboard/bin/Release/net451/win7-x64/Google.Apis.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Release/net451/win7-x64/Hammock.dll b/src/Api.Socioboard/bin/Release/net451/win7-x64/Hammock.dll deleted file mode 100644 index 41b6a79d5..000000000 Binary files a/src/Api.Socioboard/bin/Release/net451/win7-x64/Hammock.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Release/net451/win7-x64/Iesi.Collections.dll b/src/Api.Socioboard/bin/Release/net451/win7-x64/Iesi.Collections.dll deleted file mode 100644 index a4199b72d..000000000 Binary files a/src/Api.Socioboard/bin/Release/net451/win7-x64/Iesi.Collections.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.AI.Agent.Intercept.dll b/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.AI.Agent.Intercept.dll deleted file mode 100644 index 58f3452e3..000000000 Binary files a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.AI.Agent.Intercept.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.AI.DependencyCollector.dll b/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.AI.DependencyCollector.dll deleted file mode 100644 index 0efc656d1..000000000 Binary files a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.AI.DependencyCollector.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.AI.PerfCounterCollector.dll b/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.AI.PerfCounterCollector.dll deleted file mode 100644 index 3ed40439b..000000000 Binary files a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.AI.PerfCounterCollector.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.AI.ServerTelemetryChannel.dll b/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.AI.ServerTelemetryChannel.dll deleted file mode 100644 index 4d5dae14c..000000000 Binary files a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.AI.ServerTelemetryChannel.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.ApplicationInsights.AspNetCore.dll b/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.ApplicationInsights.AspNetCore.dll deleted file mode 100644 index 9655d8139..000000000 Binary files a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.ApplicationInsights.AspNetCore.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.ApplicationInsights.dll b/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.ApplicationInsights.dll deleted file mode 100644 index afdbf80d6..000000000 Binary files a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.ApplicationInsights.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Antiforgery.dll b/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Antiforgery.dll deleted file mode 100644 index 3de98ec9a..000000000 Binary files a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Antiforgery.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Authorization.dll b/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Authorization.dll deleted file mode 100644 index bc3a377e6..000000000 Binary files a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Authorization.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Cors.dll b/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Cors.dll deleted file mode 100644 index 806ba12d4..000000000 Binary files a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Cors.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Cryptography.Internal.dll b/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Cryptography.Internal.dll deleted file mode 100644 index b60cac5df..000000000 Binary files a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Cryptography.Internal.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.DataProtection.Abstractions.dll b/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.DataProtection.Abstractions.dll deleted file mode 100644 index 1f8c7c907..000000000 Binary files a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.DataProtection.Abstractions.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.DataProtection.dll b/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.DataProtection.dll deleted file mode 100644 index 9108b15c0..000000000 Binary files a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.DataProtection.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Diagnostics.Abstractions.dll b/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Diagnostics.Abstractions.dll deleted file mode 100644 index b04da7548..000000000 Binary files a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Diagnostics.Abstractions.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Diagnostics.dll b/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Diagnostics.dll deleted file mode 100644 index 3c41b1f8b..000000000 Binary files a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Diagnostics.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Hosting.Abstractions.dll b/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Hosting.Abstractions.dll deleted file mode 100644 index 81fdfd830..000000000 Binary files a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Hosting.Abstractions.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll b/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll deleted file mode 100644 index 8d0ad1d4b..000000000 Binary files a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Hosting.dll b/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Hosting.dll deleted file mode 100644 index bcb30c46a..000000000 Binary files a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Hosting.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Html.Abstractions.dll b/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Html.Abstractions.dll deleted file mode 100644 index bcc64f5a4..000000000 Binary files a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Html.Abstractions.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Http.Abstractions.dll b/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Http.Abstractions.dll deleted file mode 100644 index 245f4f907..000000000 Binary files a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Http.Abstractions.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Http.Extensions.dll b/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Http.Extensions.dll deleted file mode 100644 index d6fd46e9a..000000000 Binary files a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Http.Extensions.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Http.Features.dll b/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Http.Features.dll deleted file mode 100644 index 51b023b77..000000000 Binary files a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Http.Features.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Http.dll b/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Http.dll deleted file mode 100644 index fb5d88307..000000000 Binary files a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Http.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.HttpOverrides.dll b/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.HttpOverrides.dll deleted file mode 100644 index 05e5988bc..000000000 Binary files a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.HttpOverrides.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.JsonPatch.dll b/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.JsonPatch.dll deleted file mode 100644 index 30252e12d..000000000 Binary files a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.JsonPatch.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Localization.dll b/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Localization.dll deleted file mode 100644 index 903dadead..000000000 Binary files a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Localization.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Mvc.Abstractions.dll b/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Mvc.Abstractions.dll deleted file mode 100644 index ab7d884c6..000000000 Binary files a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Mvc.Abstractions.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Mvc.ApiExplorer.dll b/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Mvc.ApiExplorer.dll deleted file mode 100644 index efc3b8652..000000000 Binary files a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Mvc.ApiExplorer.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Mvc.Core.dll b/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Mvc.Core.dll deleted file mode 100644 index ff5c52ea5..000000000 Binary files a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Mvc.Core.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Mvc.Cors.dll b/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Mvc.Cors.dll deleted file mode 100644 index 6b1d7c57c..000000000 Binary files a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Mvc.Cors.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Mvc.DataAnnotations.dll b/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Mvc.DataAnnotations.dll deleted file mode 100644 index 2ba22b27f..000000000 Binary files a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Mvc.DataAnnotations.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Mvc.Formatters.Json.dll b/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Mvc.Formatters.Json.dll deleted file mode 100644 index 5087c17e7..000000000 Binary files a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Mvc.Formatters.Json.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Mvc.Localization.dll b/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Mvc.Localization.dll deleted file mode 100644 index b572dc3b1..000000000 Binary files a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Mvc.Localization.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Mvc.Razor.Host.dll b/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Mvc.Razor.Host.dll deleted file mode 100644 index 1c77d353c..000000000 Binary files a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Mvc.Razor.Host.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Mvc.Razor.dll b/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Mvc.Razor.dll deleted file mode 100644 index 4b74d77fc..000000000 Binary files a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Mvc.Razor.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Mvc.TagHelpers.dll b/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Mvc.TagHelpers.dll deleted file mode 100644 index cba920baf..000000000 Binary files a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Mvc.TagHelpers.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Mvc.ViewFeatures.dll b/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Mvc.ViewFeatures.dll deleted file mode 100644 index 37218ddb7..000000000 Binary files a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Mvc.ViewFeatures.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Mvc.dll b/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Mvc.dll deleted file mode 100644 index 2ba223433..000000000 Binary files a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Mvc.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Razor.Runtime.dll b/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Razor.Runtime.dll deleted file mode 100644 index d98807dac..000000000 Binary files a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Razor.Runtime.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Razor.dll b/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Razor.dll deleted file mode 100644 index 39bae77bd..000000000 Binary files a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Razor.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Routing.Abstractions.dll b/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Routing.Abstractions.dll deleted file mode 100644 index 266564399..000000000 Binary files a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Routing.Abstractions.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Routing.dll b/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Routing.dll deleted file mode 100644 index 7660f00be..000000000 Binary files a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Routing.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Server.IISIntegration.dll b/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Server.IISIntegration.dll deleted file mode 100644 index 7776e12d4..000000000 Binary files a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Server.IISIntegration.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Server.Kestrel.dll b/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Server.Kestrel.dll deleted file mode 100644 index 1e6f088e2..000000000 Binary files a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Server.Kestrel.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.WebUtilities.dll b/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.WebUtilities.dll deleted file mode 100644 index 62e99481b..000000000 Binary files a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.WebUtilities.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.CodeAnalysis.CSharp.dll b/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.CodeAnalysis.CSharp.dll deleted file mode 100644 index d9ac0e277..000000000 Binary files a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.CodeAnalysis.CSharp.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.CodeAnalysis.dll b/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.CodeAnalysis.dll deleted file mode 100644 index 6e4775e5d..000000000 Binary files a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.CodeAnalysis.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.DotNet.InternalAbstractions.dll b/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.DotNet.InternalAbstractions.dll deleted file mode 100644 index a41b928b8..000000000 Binary files a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.DotNet.InternalAbstractions.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.Caching.Abstractions.dll b/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.Caching.Abstractions.dll deleted file mode 100644 index 78e8a5a4b..000000000 Binary files a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.Caching.Abstractions.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.Caching.Memory.dll b/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.Caching.Memory.dll deleted file mode 100644 index ea97474ae..000000000 Binary files a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.Caching.Memory.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.Configuration.Abstractions.dll b/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.Configuration.Abstractions.dll deleted file mode 100644 index f13b2079e..000000000 Binary files a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.Configuration.Abstractions.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.Configuration.Binder.dll b/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.Configuration.Binder.dll deleted file mode 100644 index f86eb7aa8..000000000 Binary files a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.Configuration.Binder.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.Configuration.EnvironmentVariables.dll b/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.Configuration.EnvironmentVariables.dll deleted file mode 100644 index a609480a4..000000000 Binary files a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.Configuration.EnvironmentVariables.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.Configuration.FileExtensions.dll b/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.Configuration.FileExtensions.dll deleted file mode 100644 index b8a7da871..000000000 Binary files a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.Configuration.FileExtensions.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.Configuration.Json.dll b/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.Configuration.Json.dll deleted file mode 100644 index 5e1384bac..000000000 Binary files a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.Configuration.Json.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.Configuration.dll b/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.Configuration.dll deleted file mode 100644 index eec4b063c..000000000 Binary files a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.Configuration.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.DependencyInjection.Abstractions.dll b/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.DependencyInjection.Abstractions.dll deleted file mode 100644 index 011f07d6a..000000000 Binary files a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.DependencyInjection.Abstractions.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.DependencyInjection.dll b/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.DependencyInjection.dll deleted file mode 100644 index 64b225d70..000000000 Binary files a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.DependencyInjection.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.DependencyModel.dll b/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.DependencyModel.dll deleted file mode 100644 index a31b0d101..000000000 Binary files a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.DependencyModel.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.DiagnosticAdapter.dll b/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.DiagnosticAdapter.dll deleted file mode 100644 index edaf534c0..000000000 Binary files a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.DiagnosticAdapter.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.FileProviders.Abstractions.dll b/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.FileProviders.Abstractions.dll deleted file mode 100644 index 688823be5..000000000 Binary files a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.FileProviders.Abstractions.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.FileProviders.Composite.dll b/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.FileProviders.Composite.dll deleted file mode 100644 index c79ea2efc..000000000 Binary files a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.FileProviders.Composite.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.FileProviders.Physical.dll b/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.FileProviders.Physical.dll deleted file mode 100644 index 175d44753..000000000 Binary files a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.FileProviders.Physical.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.FileSystemGlobbing.dll b/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.FileSystemGlobbing.dll deleted file mode 100644 index c2db539ae..000000000 Binary files a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.FileSystemGlobbing.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.Globalization.CultureInfoCache.dll b/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.Globalization.CultureInfoCache.dll deleted file mode 100644 index c8a6563a5..000000000 Binary files a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.Globalization.CultureInfoCache.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.Localization.Abstractions.dll b/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.Localization.Abstractions.dll deleted file mode 100644 index 4cd35cfa0..000000000 Binary files a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.Localization.Abstractions.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.Localization.dll b/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.Localization.dll deleted file mode 100644 index eb2d0283f..000000000 Binary files a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.Localization.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.Logging.Abstractions.dll b/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.Logging.Abstractions.dll deleted file mode 100644 index 2673abdce..000000000 Binary files a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.Logging.Abstractions.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.Logging.Console.dll b/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.Logging.Console.dll deleted file mode 100644 index 41d544a2a..000000000 Binary files a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.Logging.Console.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.Logging.Debug.dll b/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.Logging.Debug.dll deleted file mode 100644 index aeec56066..000000000 Binary files a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.Logging.Debug.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.Logging.dll b/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.Logging.dll deleted file mode 100644 index 235330b92..000000000 Binary files a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.Logging.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.ObjectPool.dll b/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.ObjectPool.dll deleted file mode 100644 index ef1c82e74..000000000 Binary files a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.ObjectPool.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.Options.ConfigurationExtensions.dll b/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.Options.ConfigurationExtensions.dll deleted file mode 100644 index 95f06c546..000000000 Binary files a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.Options.ConfigurationExtensions.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.Options.dll b/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.Options.dll deleted file mode 100644 index 476d0e0d2..000000000 Binary files a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.Options.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.PlatformAbstractions.dll b/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.PlatformAbstractions.dll deleted file mode 100644 index f0adccf6d..000000000 Binary files a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.PlatformAbstractions.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.Primitives.dll b/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.Primitives.dll deleted file mode 100644 index 4dbad7dff..000000000 Binary files a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.Primitives.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.WebEncoders.dll b/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.WebEncoders.dll deleted file mode 100644 index 5b0ea3a8c..000000000 Binary files a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.WebEncoders.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.Net.Http.Headers.dll b/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.Net.Http.Headers.dll deleted file mode 100644 index 5053dab1a..000000000 Binary files a/src/Api.Socioboard/bin/Release/net451/win7-x64/Microsoft.Net.Http.Headers.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Release/net451/win7-x64/MongoDB.Bson.dll b/src/Api.Socioboard/bin/Release/net451/win7-x64/MongoDB.Bson.dll deleted file mode 100644 index 687411c0d..000000000 Binary files a/src/Api.Socioboard/bin/Release/net451/win7-x64/MongoDB.Bson.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Release/net451/win7-x64/MongoDB.Driver.Core.dll b/src/Api.Socioboard/bin/Release/net451/win7-x64/MongoDB.Driver.Core.dll deleted file mode 100644 index 035d66c9f..000000000 Binary files a/src/Api.Socioboard/bin/Release/net451/win7-x64/MongoDB.Driver.Core.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Release/net451/win7-x64/MongoDB.Driver.dll b/src/Api.Socioboard/bin/Release/net451/win7-x64/MongoDB.Driver.dll deleted file mode 100644 index dee857be1..000000000 Binary files a/src/Api.Socioboard/bin/Release/net451/win7-x64/MongoDB.Driver.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Release/net451/win7-x64/MySql.Data.Entity.EF6.dll b/src/Api.Socioboard/bin/Release/net451/win7-x64/MySql.Data.Entity.EF6.dll deleted file mode 100644 index a91f121c1..000000000 Binary files a/src/Api.Socioboard/bin/Release/net451/win7-x64/MySql.Data.Entity.EF6.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Release/net451/win7-x64/MySql.Data.dll b/src/Api.Socioboard/bin/Release/net451/win7-x64/MySql.Data.dll deleted file mode 100644 index 5260d8e8d..000000000 Binary files a/src/Api.Socioboard/bin/Release/net451/win7-x64/MySql.Data.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Release/net451/win7-x64/NHibernate.Linq.dll b/src/Api.Socioboard/bin/Release/net451/win7-x64/NHibernate.Linq.dll deleted file mode 100644 index 99bb60bc5..000000000 Binary files a/src/Api.Socioboard/bin/Release/net451/win7-x64/NHibernate.Linq.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Release/net451/win7-x64/NHibernate.dll b/src/Api.Socioboard/bin/Release/net451/win7-x64/NHibernate.dll deleted file mode 100644 index cc274c49b..000000000 Binary files a/src/Api.Socioboard/bin/Release/net451/win7-x64/NHibernate.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Release/net451/win7-x64/Newtonsoft.Json.dll b/src/Api.Socioboard/bin/Release/net451/win7-x64/Newtonsoft.Json.dll deleted file mode 100644 index be6558d2d..000000000 Binary files a/src/Api.Socioboard/bin/Release/net451/win7-x64/Newtonsoft.Json.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Release/net451/win7-x64/OAuth.dll b/src/Api.Socioboard/bin/Release/net451/win7-x64/OAuth.dll deleted file mode 100644 index a81a8ca6d..000000000 Binary files a/src/Api.Socioboard/bin/Release/net451/win7-x64/OAuth.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Release/net451/win7-x64/Serilog.Extensions.Logging.dll b/src/Api.Socioboard/bin/Release/net451/win7-x64/Serilog.Extensions.Logging.dll deleted file mode 100644 index 49e51105f..000000000 Binary files a/src/Api.Socioboard/bin/Release/net451/win7-x64/Serilog.Extensions.Logging.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Release/net451/win7-x64/Serilog.Sinks.ColoredConsole.dll b/src/Api.Socioboard/bin/Release/net451/win7-x64/Serilog.Sinks.ColoredConsole.dll deleted file mode 100644 index 6a949d2b9..000000000 Binary files a/src/Api.Socioboard/bin/Release/net451/win7-x64/Serilog.Sinks.ColoredConsole.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Release/net451/win7-x64/Serilog.Sinks.File.dll b/src/Api.Socioboard/bin/Release/net451/win7-x64/Serilog.Sinks.File.dll deleted file mode 100644 index 82b583bcb..000000000 Binary files a/src/Api.Socioboard/bin/Release/net451/win7-x64/Serilog.Sinks.File.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Release/net451/win7-x64/Serilog.Sinks.RollingFile.dll b/src/Api.Socioboard/bin/Release/net451/win7-x64/Serilog.Sinks.RollingFile.dll deleted file mode 100644 index 1dd54c718..000000000 Binary files a/src/Api.Socioboard/bin/Release/net451/win7-x64/Serilog.Sinks.RollingFile.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Release/net451/win7-x64/Serilog.dll b/src/Api.Socioboard/bin/Release/net451/win7-x64/Serilog.dll deleted file mode 100644 index ee08c7645..000000000 Binary files a/src/Api.Socioboard/bin/Release/net451/win7-x64/Serilog.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Release/net451/win7-x64/Socioboard.Facebook.dll b/src/Api.Socioboard/bin/Release/net451/win7-x64/Socioboard.Facebook.dll deleted file mode 100644 index a0beeb6f8..000000000 Binary files a/src/Api.Socioboard/bin/Release/net451/win7-x64/Socioboard.Facebook.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Release/net451/win7-x64/Socioboard.Facebook.pdb b/src/Api.Socioboard/bin/Release/net451/win7-x64/Socioboard.Facebook.pdb deleted file mode 100644 index 2b98a0320..000000000 Binary files a/src/Api.Socioboard/bin/Release/net451/win7-x64/Socioboard.Facebook.pdb and /dev/null differ diff --git a/src/Api.Socioboard/bin/Release/net451/win7-x64/Socioboard.Google.dll b/src/Api.Socioboard/bin/Release/net451/win7-x64/Socioboard.Google.dll deleted file mode 100644 index 179869c44..000000000 Binary files a/src/Api.Socioboard/bin/Release/net451/win7-x64/Socioboard.Google.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Release/net451/win7-x64/Socioboard.Google.pdb b/src/Api.Socioboard/bin/Release/net451/win7-x64/Socioboard.Google.pdb deleted file mode 100644 index 31bda6a1c..000000000 Binary files a/src/Api.Socioboard/bin/Release/net451/win7-x64/Socioboard.Google.pdb and /dev/null differ diff --git a/src/Api.Socioboard/bin/Release/net451/win7-x64/Socioboard.Instagram.dll b/src/Api.Socioboard/bin/Release/net451/win7-x64/Socioboard.Instagram.dll deleted file mode 100644 index 1fa772554..000000000 Binary files a/src/Api.Socioboard/bin/Release/net451/win7-x64/Socioboard.Instagram.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Release/net451/win7-x64/Socioboard.Instagram.pdb b/src/Api.Socioboard/bin/Release/net451/win7-x64/Socioboard.Instagram.pdb deleted file mode 100644 index f459edd8f..000000000 Binary files a/src/Api.Socioboard/bin/Release/net451/win7-x64/Socioboard.Instagram.pdb and /dev/null differ diff --git a/src/Api.Socioboard/bin/Release/net451/win7-x64/Socioboard.LinkedIn.dll b/src/Api.Socioboard/bin/Release/net451/win7-x64/Socioboard.LinkedIn.dll deleted file mode 100644 index b58d9ba81..000000000 Binary files a/src/Api.Socioboard/bin/Release/net451/win7-x64/Socioboard.LinkedIn.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Release/net451/win7-x64/Socioboard.LinkedIn.pdb b/src/Api.Socioboard/bin/Release/net451/win7-x64/Socioboard.LinkedIn.pdb deleted file mode 100644 index 617905cad..000000000 Binary files a/src/Api.Socioboard/bin/Release/net451/win7-x64/Socioboard.LinkedIn.pdb and /dev/null differ diff --git a/src/Api.Socioboard/bin/Release/net451/win7-x64/Socioboard.Twitter.dll b/src/Api.Socioboard/bin/Release/net451/win7-x64/Socioboard.Twitter.dll deleted file mode 100644 index 03b9014e9..000000000 Binary files a/src/Api.Socioboard/bin/Release/net451/win7-x64/Socioboard.Twitter.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Release/net451/win7-x64/Socioboard.Twitter.pdb b/src/Api.Socioboard/bin/Release/net451/win7-x64/Socioboard.Twitter.pdb deleted file mode 100644 index 0ee40769e..000000000 Binary files a/src/Api.Socioboard/bin/Release/net451/win7-x64/Socioboard.Twitter.pdb and /dev/null differ diff --git a/src/Api.Socioboard/bin/Release/net451/win7-x64/StackExchange.Redis.dll b/src/Api.Socioboard/bin/Release/net451/win7-x64/StackExchange.Redis.dll deleted file mode 100644 index 39b447394..000000000 Binary files a/src/Api.Socioboard/bin/Release/net451/win7-x64/StackExchange.Redis.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Release/net451/win7-x64/System.Buffers.dll b/src/Api.Socioboard/bin/Release/net451/win7-x64/System.Buffers.dll deleted file mode 100644 index 0688ef3f2..000000000 Binary files a/src/Api.Socioboard/bin/Release/net451/win7-x64/System.Buffers.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Release/net451/win7-x64/System.Collections.Immutable.dll b/src/Api.Socioboard/bin/Release/net451/win7-x64/System.Collections.Immutable.dll deleted file mode 100644 index e9f8f6a45..000000000 Binary files a/src/Api.Socioboard/bin/Release/net451/win7-x64/System.Collections.Immutable.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Release/net451/win7-x64/System.ComponentModel.Primitives.dll b/src/Api.Socioboard/bin/Release/net451/win7-x64/System.ComponentModel.Primitives.dll deleted file mode 100644 index 74190569c..000000000 Binary files a/src/Api.Socioboard/bin/Release/net451/win7-x64/System.ComponentModel.Primitives.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Release/net451/win7-x64/System.ComponentModel.TypeConverter.dll b/src/Api.Socioboard/bin/Release/net451/win7-x64/System.ComponentModel.TypeConverter.dll deleted file mode 100644 index fcf08ab4e..000000000 Binary files a/src/Api.Socioboard/bin/Release/net451/win7-x64/System.ComponentModel.TypeConverter.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Release/net451/win7-x64/System.Diagnostics.DiagnosticSource.dll b/src/Api.Socioboard/bin/Release/net451/win7-x64/System.Diagnostics.DiagnosticSource.dll deleted file mode 100644 index 47fb590f9..000000000 Binary files a/src/Api.Socioboard/bin/Release/net451/win7-x64/System.Diagnostics.DiagnosticSource.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Release/net451/win7-x64/System.Net.Http.Formatting.dll b/src/Api.Socioboard/bin/Release/net451/win7-x64/System.Net.Http.Formatting.dll deleted file mode 100644 index 3b76acd6b..000000000 Binary files a/src/Api.Socioboard/bin/Release/net451/win7-x64/System.Net.Http.Formatting.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Release/net451/win7-x64/System.Numerics.Vectors.dll b/src/Api.Socioboard/bin/Release/net451/win7-x64/System.Numerics.Vectors.dll deleted file mode 100644 index fa383b88a..000000000 Binary files a/src/Api.Socioboard/bin/Release/net451/win7-x64/System.Numerics.Vectors.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Release/net451/win7-x64/System.Reflection.Metadata.dll b/src/Api.Socioboard/bin/Release/net451/win7-x64/System.Reflection.Metadata.dll deleted file mode 100644 index accf84dd5..000000000 Binary files a/src/Api.Socioboard/bin/Release/net451/win7-x64/System.Reflection.Metadata.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Release/net451/win7-x64/System.Runtime.InteropServices.RuntimeInformation.dll b/src/Api.Socioboard/bin/Release/net451/win7-x64/System.Runtime.InteropServices.RuntimeInformation.dll deleted file mode 100644 index 86fa29f9c..000000000 Binary files a/src/Api.Socioboard/bin/Release/net451/win7-x64/System.Runtime.InteropServices.RuntimeInformation.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Release/net451/win7-x64/System.Text.Encodings.Web.dll b/src/Api.Socioboard/bin/Release/net451/win7-x64/System.Text.Encodings.Web.dll deleted file mode 100644 index 8f104e2f6..000000000 Binary files a/src/Api.Socioboard/bin/Release/net451/win7-x64/System.Text.Encodings.Web.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Release/net451/win7-x64/System.Threading.Tasks.Extensions.dll b/src/Api.Socioboard/bin/Release/net451/win7-x64/System.Threading.Tasks.Extensions.dll deleted file mode 100644 index 42a11c81b..000000000 Binary files a/src/Api.Socioboard/bin/Release/net451/win7-x64/System.Threading.Tasks.Extensions.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Release/net451/win7-x64/Zlib.Portable.dll b/src/Api.Socioboard/bin/Release/net451/win7-x64/Zlib.Portable.dll deleted file mode 100644 index bb685c380..000000000 Binary files a/src/Api.Socioboard/bin/Release/net451/win7-x64/Zlib.Portable.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Release/net451/win7-x64/libuv.dll b/src/Api.Socioboard/bin/Release/net451/win7-x64/libuv.dll deleted file mode 100644 index dba44f87d..000000000 Binary files a/src/Api.Socioboard/bin/Release/net451/win7-x64/libuv.dll and /dev/null differ diff --git a/src/Api.Socioboard/bin/Release/net451/win7-x64/log4net.dll b/src/Api.Socioboard/bin/Release/net451/win7-x64/log4net.dll deleted file mode 100644 index 47cd9ad41..000000000 Binary files a/src/Api.Socioboard/bin/Release/net451/win7-x64/log4net.dll and /dev/null differ diff --git a/src/Api.Socioboard/obj/Debug/net451/.IncrementalCache b/src/Api.Socioboard/obj/Debug/net451/.IncrementalCache deleted file mode 100644 index 121a0f2e2..000000000 --- a/src/Api.Socioboard/obj/Debug/net451/.IncrementalCache +++ /dev/null @@ -1 +0,0 @@ -{"inputs":["D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Api.Socioboard\\project.json","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Api.Socioboard\\project.lock.json","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Api.Socioboard\\Program.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Api.Socioboard\\Startup.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Api.Socioboard\\Controllers\\AdsOffersController.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Api.Socioboard\\Controllers\\AdvanceSearchController.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Api.Socioboard\\Controllers\\AffiliatesController.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Api.Socioboard\\Controllers\\AgencyUserController.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Api.Socioboard\\Controllers\\AssestLibraryController.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Api.Socioboard\\Controllers\\BillingController.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Api.Socioboard\\Controllers\\BoardMeController.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Api.Socioboard\\Controllers\\ContentStudioController.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Api.Socioboard\\Controllers\\DiscoveryController.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Api.Socioboard\\Controllers\\DraftMessageController.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Api.Socioboard\\Controllers\\ElasticMailReportController.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Api.Socioboard\\Controllers\\EwalletController.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Api.Socioboard\\Controllers\\FacaebookPageReportsController.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Api.Socioboard\\Controllers\\FacebookController.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Api.Socioboard\\Controllers\\GetInTouchController.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Api.Socioboard\\Controllers\\GoogleAnalyticsReportsController.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Api.Socioboard\\Controllers\\GoogleController.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Api.Socioboard\\Controllers\\GroupMember.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Api.Socioboard\\Controllers\\GroupMemberController.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Api.Socioboard\\Controllers\\GroupProfilesController.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Api.Socioboard\\Controllers\\GroupReportController.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Api.Socioboard\\Controllers\\GroupsController.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Api.Socioboard\\Controllers\\ImgLibraryController.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Api.Socioboard\\Controllers\\InstagramController.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Api.Socioboard\\Controllers\\InstagramReportsController.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Api.Socioboard\\Controllers\\LinkedInController.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Api.Socioboard\\Controllers\\MediaController.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Api.Socioboard\\Controllers\\NotificationsController.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Api.Socioboard\\Controllers\\PaymentTransactionController.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Api.Socioboard\\Controllers\\PinterestController.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Api.Socioboard\\Controllers\\RssFeedController.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Api.Socioboard\\Controllers\\ShareathonController.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Api.Socioboard\\Controllers\\SocialMessagesController.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Api.Socioboard\\Controllers\\TaskController.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Api.Socioboard\\Controllers\\Training.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Api.Socioboard\\Controllers\\TrainingController..cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Api.Socioboard\\Controllers\\TwitterController.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Api.Socioboard\\Controllers\\TwitterReportsController.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Api.Socioboard\\Controllers\\UserController.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Api.Socioboard\\Controllers\\ValuesController.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Api.Socioboard\\Controllers\\WebHookController.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Api.Socioboard\\Controllers\\WebhookUserController.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Api.Socioboard\\Controllers\\YoutubeGroupController.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Api.Socioboard\\Controllers\\YoutubeReportController.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Api.Socioboard\\Controllers\\Listening\\FacebookGroupsController.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Api.Socioboard\\Controllers\\Listening\\LinkedInGroupController.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Api.Socioboard\\Helper\\AppSettings.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Api.Socioboard\\Helper\\Cache.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Api.Socioboard\\Helper\\DiscoverySmart.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Api.Socioboard\\Helper\\FacebookHelper.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Api.Socioboard\\Helper\\GoogleAnaltyicsReportingHelper.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Api.Socioboard\\Helper\\GoogleAnalyticsAuthenticationHelper.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Api.Socioboard\\Helper\\GoogleAnalyticsRealTimeHelper.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Api.Socioboard\\Helper\\GoogleHelper.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Api.Socioboard\\Helper\\GplusDiscoverySearchHelper.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Api.Socioboard\\Helper\\InstagramHelper.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Api.Socioboard\\Helper\\LinkedInHelper.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Api.Socioboard\\Helper\\ScheduleMessageHelper.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Api.Socioboard\\Helper\\SessionFactory.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Api.Socioboard\\Helper\\TwitterHelper.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Api.Socioboard\\Helper\\Utility.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Api.Socioboard\\Model\\DatabaseRepository.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Api.Socioboard\\Model\\ListeningMongoRepository.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Api.Socioboard\\Model\\MongoRepository.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Api.Socioboard\\Repositories\\AdsOffersRepository.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Api.Socioboard\\Repositories\\AffiliatesRepository.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Api.Socioboard\\Repositories\\ContentStudioRepository.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Api.Socioboard\\Repositories\\DiscoveryRepository.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Api.Socioboard\\Repositories\\DraftMessageRepository.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Api.Socioboard\\Repositories\\ElasticMailReportRepository.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Api.Socioboard\\Repositories\\EwalletWithdrawRepository.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Api.Socioboard\\Repositories\\FacaebookPageReportsRepositories.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Api.Socioboard\\Repositories\\FacebookRepository.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Api.Socioboard\\Repositories\\GoogleAnalyticsReportRepository.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Api.Socioboard\\Repositories\\GplusRepository.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Api.Socioboard\\Repositories\\GroupMembersRepository.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Api.Socioboard\\Repositories\\GroupProfilesRepository.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Api.Socioboard\\Repositories\\GroupReportRepository.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Api.Socioboard\\Repositories\\GroupsRepository.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Api.Socioboard\\Repositories\\InstagramReportsRepository.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Api.Socioboard\\Repositories\\InstagramRepository.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Api.Socioboard\\Repositories\\LinkedInAccountRepository.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Api.Socioboard\\Repositories\\PaymentTransactionRepository.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Api.Socioboard\\Repositories\\PinterestRepository.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Api.Socioboard\\Repositories\\RssFeedRepository.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Api.Socioboard\\Repositories\\RssNewsContentsRepository.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Api.Socioboard\\Repositories\\ScheduledMessageRepository.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Api.Socioboard\\Repositories\\ShareathonRepository.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Api.Socioboard\\Repositories\\TaskRepository.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Api.Socioboard\\Repositories\\TwitterReportsRepository.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Api.Socioboard\\Repositories\\TwitterRepository.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Api.Socioboard\\Repositories\\UploadVideo.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Api.Socioboard\\Repositories\\YoutubeGroupRepository.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Api.Socioboard\\Repositories\\YoutubeReportsRepository.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Api.Socioboard\\Repositories\\BoardMeRepository\\BoardMeRepository.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Api.Socioboard\\Repositories\\BoardMeRepository\\FacebookRepository.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Api.Socioboard\\Repositories\\BoardMeRepository\\GplusRepository.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Api.Socioboard\\Repositories\\BoardMeRepository\\InstagramRepository.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Api.Socioboard\\Repositories\\BoardMeRepository\\TwitterRepository.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Api.Socioboard\\Repositories\\ListeningRepository\\FacebookGroupPostRepository.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Api.Socioboard\\Repositories\\ListeningRepository\\LinkedInGroupPostRepository.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Domain.Socioboard\\bin\\Debug\\net451\\Domain.Socioboard.dll","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Facebook\\bin\\Debug\\net451\\Socioboard.Facebook.dll","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Google\\bin\\Debug\\net451\\Socioboard.Google.dll","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Instagram\\bin\\Debug\\net451\\Socioboard.Instagram.dll","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.LinkedIn\\bin\\Debug\\net451\\Socioboard.LinkedIn.dll","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Twitter\\bin\\Debug\\net451\\Socioboard.Twitter.dll","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Pinterest\\bin\\Debug\\net451\\Socioboard.Pinterest.dll"],"outputs":["D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Api.Socioboard\\bin\\Debug\\net451\\Api.Socioboard.exe","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Api.Socioboard\\bin\\Debug\\net451\\Api.Socioboard.pdb","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Api.Socioboard\\bin\\Debug\\net451\\Api.Socioboard.xml","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Api.Socioboard\\bin\\Debug\\net451\\win7-x64\\Api.Socioboard.exe","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Api.Socioboard\\bin\\Debug\\net451\\win7-x64\\Api.Socioboard.pdb","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Api.Socioboard\\bin\\Debug\\net451\\win7-x64\\Api.Socioboard.xml","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Api.Socioboard\\bin\\Debug\\net451\\win7-x64\\Api.Socioboard.exe.config"],"buildArguments":{"version-suffix":null}} \ No newline at end of file diff --git a/src/Api.Socioboard/obj/Debug/net451/.SDKVersion b/src/Api.Socioboard/obj/Debug/net451/.SDKVersion deleted file mode 100644 index 5e5dfd6a9..000000000 --- a/src/Api.Socioboard/obj/Debug/net451/.SDKVersion +++ /dev/null @@ -1,4 +0,0 @@ -635cf40e58ede8a53e8b9555e19a6e1ccd6f9fbe -1.0.0-preview2-003131 - -win81-x64 \ No newline at end of file diff --git a/src/Api.Socioboard/obj/Debug/net451/Api.Socioboarddotnet-compile.deps.json b/src/Api.Socioboard/obj/Debug/net451/Api.Socioboarddotnet-compile.deps.json deleted file mode 100644 index 49099da70..000000000 --- a/src/Api.Socioboard/obj/Debug/net451/Api.Socioboarddotnet-compile.deps.json +++ /dev/null @@ -1,4102 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETFramework,Version=v4.5.1/", - "signature": "4a34a937b290025b1a1bdbc4798d2706cad9cb94" - }, - "compilationOptions": { - "defines": [ - "DEBUG", - "TRACE", - "NET451" - ], - "platform": "x64", - "optimize": false, - "emitEntryPoint": true, - "xmlDoc": true - }, - "targets": { - ".NETFramework,Version=v4.5.1": { - "Api.Socioboard/1.0.0": { - "dependencies": { - "NHibernate": "4.0.4.4000", - "System.Xml": "4.0.0.0", - "Domain.Socioboard": "1.0.0", - "Microsoft.ApplicationInsights.AspNetCore": "1.0.0", - "Microsoft.AspNetCore.Mvc": "1.0.0", - "Microsoft.AspNetCore.Server.IISIntegration": "1.0.0", - "Microsoft.AspNetCore.Server.Kestrel": "1.0.0", - "Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0", - "Microsoft.Extensions.Configuration.FileExtensions": "1.0.0", - "Microsoft.Extensions.Configuration.Json": "1.0.0", - "Microsoft.Extensions.Logging": "1.0.0", - "Microsoft.Extensions.Logging.Console": "1.0.0", - "Microsoft.Extensions.Logging.Debug": "1.0.0", - "Microsoft.Extensions.Options.ConfigurationExtensions": "1.0.0", - "Socioboard.Facebook": "1.0.0", - "Socioboard.Google": "1.0.0", - "Socioboard.Instagram": "1.0.0", - "Socioboard.LinkedIn": "1.0.0", - "Socioboard.Twitter": "1.0.0", - "Serilog": "2.1.0", - "Serilog.Extensions.Logging": "1.1.0", - "Serilog.Sinks.ColoredConsole": "2.0.0", - "Serilog.Sinks.RollingFile": "2.1.0", - "Microsoft.Extensions.Options": "1.0.0", - "MongoDB.Driver": "2.2.4", - "MySql.Data": "6.9.8", - "MySql.Data.Entity": "6.9.8", - "Newtonsoft.Json": "9.0.1", - "NHibernate.Linq": "1.0.0", - "StackExchange.Redis": "1.1.603", - "Google.Apis.Analytics.v3": "1.14.0.456", - "Google.GData.YouTube": "2.2.0", - "Google.Apis.YouTube.v3": "1.24.1.760", - "Microsoft.AspNetCore.Cors": "1.0.0", - "MongoDB.Bson": "2.2.4", - "Microsoft.AspNetCore.Diagnostics": "1.0.0", - "System.Drawing.Primitives": "4.0.0", - "Swashbuckle.SwaggerGen": "6.0.0-beta901", - "Swashbuckle.SwaggerUi": "6.0.0-beta901", - "Imgur.API": "4.0.1", - "Socioboard.Pinterest": "1.0.0", - "TweetinviAPI": "1.3.0", - "RestApiSDK": "0.11.0", - "PayPalCoreSDK": "1.7.1", - "PayPalMerchantSDK": "2.16.204" - }, - "compile": { - "Api.Socioboard.exe": {} - } - }, - "Autofac/3.5.2": { - "compile": { - "lib/net40/Autofac.dll": {} - } - }, - "EntityFramework/6.0.0": { - "dependencies": { - "System.ComponentModel.DataAnnotations": "4.0.0.0" - }, - "compile": { - "lib/net45/EntityFramework.SqlServer.dll": {}, - "lib/net45/EntityFramework.dll": {} - } - }, - "Facebook/7.0.10-beta": { - "compile": { - "lib/net45/Facebook.dll": {} - } - }, - "Google.Apis/1.24.1": { - "dependencies": { - "Google.Apis.Core": "1.24.1", - "Zlib.Portable.Signed": "1.11.0" - }, - "compile": { - "lib/net45/Google.Apis.PlatformServices.dll": {}, - "lib/net45/Google.Apis.dll": {} - } - }, - "Google.Apis.Analytics.v3/1.14.0.456": { - "dependencies": { - "Google.Apis": "1.24.1", - "Google.Apis.Auth": "1.24.1" - }, - "compile": { - "lib/portable-net45+netcore45+wpa81+wp8/Google.Apis.Analytics.v3.dll": {} - } - }, - "Google.Apis.Auth/1.24.1": { - "dependencies": { - "Google.Apis": "1.24.1", - "Google.Apis.Core": "1.24.1" - }, - "compile": { - "lib/net45/Google.Apis.Auth.PlatformServices.dll": {}, - "lib/net45/Google.Apis.Auth.dll": {} - } - }, - "Google.Apis.Core/1.24.1": { - "dependencies": { - "Newtonsoft.Json": "9.0.1" - }, - "compile": { - "lib/net45/Google.Apis.Core.dll": {} - } - }, - "Google.Apis.YouTube.v3/1.24.1.760": { - "dependencies": { - "Google.Apis": "1.24.1", - "Google.Apis.Auth": "1.24.1" - }, - "compile": { - "lib/net45/Google.Apis.YouTube.v3.dll": {} - } - }, - "Google.GData.Client/2.2.0": { - "dependencies": { - "Newtonsoft.Json": "9.0.1" - }, - "compile": { - "lib/Google.GData.Client.dll": {} - } - }, - "Google.GData.Extensions/2.2.0": { - "dependencies": { - "Google.GData.Client": "2.2.0", - "Newtonsoft.Json": "9.0.1" - }, - "compile": { - "lib/Google.GData.Extensions.dll": {} - } - }, - "Google.GData.YouTube/2.2.0": { - "dependencies": { - "Google.GData.Client": "2.2.0", - "Google.GData.Extensions": "2.2.0", - "Newtonsoft.Json": "9.0.1" - }, - "compile": { - "lib/Google.GData.YouTube.dll": {} - } - }, - "Hammock/1.2.3": { - "compile": { - "lib/net40/Hammock.dll": {} - } - }, - "Iesi.Collections/4.0.0.4000": { - "compile": { - "lib/net40/Iesi.Collections.dll": {} - } - }, - "Imgur.API/4.0.1": { - "dependencies": { - "Newtonsoft.Json": "9.0.1", - "System.Net.Http": "4.0.0.0" - }, - "compile": { - "lib/net45/Imgur.API.dll": {} - } - }, - "Libuv/1.9.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1" - } - }, - "Microsoft.ApplicationInsights/2.1.0": { - "compile": { - "lib/net45/Microsoft.ApplicationInsights.dll": {} - } - }, - "Microsoft.ApplicationInsights.Agent.Intercept/1.2.1": { - "compile": { - "lib/net45/Microsoft.AI.Agent.Intercept.dll": {} - } - }, - "Microsoft.ApplicationInsights.AspNetCore/1.0.0": { - "dependencies": { - "Microsoft.ApplicationInsights": "2.1.0", - "Microsoft.ApplicationInsights.DependencyCollector": "2.1.0", - "Microsoft.ApplicationInsights.PerfCounterCollector": "2.1.0", - "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel": "2.1.0", - "Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Http.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Mvc.ViewFeatures": "1.0.0", - "Microsoft.Extensions.Configuration": "1.0.0", - "Microsoft.Extensions.DiagnosticAdapter": "1.0.0", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0" - }, - "compile": { - "lib/net451/Microsoft.ApplicationInsights.AspNetCore.dll": {} - } - }, - "Microsoft.ApplicationInsights.DependencyCollector/2.1.0": { - "dependencies": { - "Microsoft.ApplicationInsights": "2.1.0", - "Microsoft.ApplicationInsights.Agent.Intercept": "1.2.1" - }, - "compile": { - "lib/net45/Microsoft.AI.DependencyCollector.dll": {} - } - }, - "Microsoft.ApplicationInsights.PerfCounterCollector/2.1.0": { - "dependencies": { - "Microsoft.ApplicationInsights": "2.1.0" - }, - "compile": { - "lib/net45/Microsoft.AI.PerfCounterCollector.dll": {} - } - }, - "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel/2.1.0": { - "dependencies": { - "Microsoft.ApplicationInsights": "2.1.0" - }, - "compile": { - "lib/net45/Microsoft.AI.ServerTelemetryChannel.dll": {} - } - }, - "Microsoft.AspNet.WebApi.Client/5.2.3": { - "dependencies": { - "Newtonsoft.Json": "9.0.1", - "System.Net.Http": "4.0.0.0" - }, - "compile": { - "lib/net45/System.Net.Http.Formatting.dll": {} - } - }, - "Microsoft.AspNetCore.Antiforgery/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.DataProtection": "1.0.0", - "Microsoft.AspNetCore.Http.Abstractions": "1.0.0", - "Microsoft.AspNetCore.WebUtilities": "1.0.0", - "Microsoft.Extensions.ObjectPool": "1.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Antiforgery.dll": {} - } - }, - "Microsoft.AspNetCore.Authorization/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Authorization.dll": {} - } - }, - "Microsoft.AspNetCore.Cors/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Extensions": "1.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "1.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Cors.dll": {} - } - }, - "Microsoft.AspNetCore.Cryptography.Internal/1.0.0": { - "compile": { - "lib/net451/Microsoft.AspNetCore.Cryptography.Internal.dll": {} - } - }, - "Microsoft.AspNetCore.DataProtection/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Cryptography.Internal": "1.0.0", - "Microsoft.AspNetCore.DataProtection.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0", - "System.Security": "4.0.0.0", - "System.Xml": "4.0.0.0", - "System.Xml.Linq": "4.0.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.DataProtection.dll": {} - } - }, - "Microsoft.AspNetCore.DataProtection.Abstractions/1.0.0": { - "compile": { - "lib/net451/Microsoft.AspNetCore.DataProtection.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Diagnostics/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Diagnostics.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Http.Extensions": "1.0.0", - "Microsoft.AspNetCore.WebUtilities": "1.0.0", - "Microsoft.Extensions.FileProviders.Physical": "1.0.0", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0", - "System.Diagnostics.DiagnosticSource": "4.0.0", - "System.Reflection.Metadata": "1.3.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Diagnostics.dll": {} - } - }, - "Microsoft.AspNetCore.Diagnostics.Abstractions/1.0.0": { - "dependencies": { - "System.Resources.ResourceManager": "4.0.0.0" - }, - "compile": { - "lib/netstandard1.0/Microsoft.AspNetCore.Diagnostics.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Hosting/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Hosting.Server.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Http": "1.0.0", - "Microsoft.AspNetCore.Http.Extensions": "1.0.0", - "Microsoft.Extensions.Configuration": "1.0.0", - "Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0", - "Microsoft.Extensions.DependencyInjection": "1.0.0", - "Microsoft.Extensions.FileProviders.Physical": "1.0.0", - "Microsoft.Extensions.Logging": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0", - "Microsoft.Extensions.PlatformAbstractions": "1.0.0", - "System.Diagnostics.DiagnosticSource": "4.0.0", - "System.Reflection.Metadata": "1.3.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Hosting.dll": {} - } - }, - "Microsoft.AspNetCore.Hosting.Abstractions/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Hosting.Server.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Http.Abstractions": "1.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "1.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "1.0.0", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Hosting.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Hosting.Server.Abstractions/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Features": "1.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "1.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Html.Abstractions/1.0.0": { - "dependencies": { - "System.Collections": "4.0.0.0", - "System.Resources.ResourceManager": "4.0.0.0", - "System.Text.Encodings.Web": "4.0.0" - }, - "compile": { - "lib/netstandard1.0/Microsoft.AspNetCore.Html.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Http/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Abstractions": "1.0.0", - "Microsoft.AspNetCore.WebUtilities": "1.0.0", - "Microsoft.Extensions.ObjectPool": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0", - "Microsoft.Net.Http.Headers": "1.0.0", - "System.Buffers": "4.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Http.dll": {} - } - }, - "Microsoft.AspNetCore.Http.Abstractions/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Features": "1.0.0", - "System.Text.Encodings.Web": "4.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Http.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Http.Extensions/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Abstractions": "1.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "1.0.0", - "Microsoft.Net.Http.Headers": "1.0.0", - "System.Buffers": "4.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Http.Extensions.dll": {} - } - }, - "Microsoft.AspNetCore.Http.Features/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "1.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Http.Features.dll": {} - } - }, - "Microsoft.AspNetCore.HttpOverrides/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Extensions": "1.0.0", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.HttpOverrides.dll": {} - } - }, - "Microsoft.AspNetCore.JsonPatch/1.0.0": { - "dependencies": { - "Microsoft.CSharp": "4.0.0.0", - "Newtonsoft.Json": "9.0.1", - "System.Collections.Concurrent": "4.0.0.0", - "System.ComponentModel.TypeConverter": "4.1.0", - "System.Diagnostics.Debug": "4.0.0.0", - "System.Globalization": "4.0.0.0", - "System.Linq": "4.0.0.0", - "System.Reflection.Extensions": "4.0.0.0", - "System.Resources.ResourceManager": "4.0.0.0", - "System.Runtime.Extensions": "4.0.0.0", - "System.Runtime.Serialization.Primitives": "4.0.0.0", - "System.Text.Encoding.Extensions": "4.0.0.0" - }, - "compile": { - "lib/netstandard1.1/Microsoft.AspNetCore.JsonPatch.dll": {} - } - }, - "Microsoft.AspNetCore.Localization/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Extensions": "1.0.0", - "Microsoft.Extensions.Globalization.CultureInfoCache": "1.0.0", - "Microsoft.Extensions.Localization.Abstractions": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Localization.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.ApiExplorer": "1.0.0", - "Microsoft.AspNetCore.Mvc.Cors": "1.0.0", - "Microsoft.AspNetCore.Mvc.DataAnnotations": "1.0.0", - "Microsoft.AspNetCore.Mvc.Formatters.Json": "1.0.0", - "Microsoft.AspNetCore.Mvc.Localization": "1.0.0", - "Microsoft.AspNetCore.Mvc.Razor": "1.0.0", - "Microsoft.AspNetCore.Mvc.TagHelpers": "1.0.0", - "Microsoft.AspNetCore.Mvc.ViewFeatures": "1.0.0", - "Microsoft.Extensions.Caching.Memory": "1.0.0", - "Microsoft.Extensions.DependencyInjection": "1.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Mvc.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Abstractions/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Routing.Abstractions": "1.0.0", - "Microsoft.Net.Http.Headers": "1.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Mvc.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.ApiExplorer/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.Core": "1.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Mvc.ApiExplorer.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Core/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Authorization": "1.0.0", - "Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Http": "1.0.0", - "Microsoft.AspNetCore.Mvc.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Routing": "1.0.0", - "Microsoft.Extensions.DependencyModel": "1.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "1.0.0", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "Microsoft.Extensions.PlatformAbstractions": "1.0.0", - "System.Buffers": "4.0.0", - "System.Diagnostics.DiagnosticSource": "4.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Mvc.Core.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Cors/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Cors": "1.0.0", - "Microsoft.AspNetCore.Mvc.Core": "1.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Mvc.Cors.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.DataAnnotations/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.Core": "1.0.0", - "Microsoft.Extensions.Localization": "1.0.0", - "System.ComponentModel.DataAnnotations": "4.0.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Mvc.DataAnnotations.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Formatters.Json/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.JsonPatch": "1.0.0", - "Microsoft.AspNetCore.Mvc.Core": "1.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Mvc.Formatters.Json.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Localization/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Localization": "1.0.0", - "Microsoft.AspNetCore.Mvc.Razor": "1.0.0", - "Microsoft.Extensions.DependencyInjection": "1.0.0", - "Microsoft.Extensions.Localization": "1.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Mvc.Localization.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Razor/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.Razor.Host": "1.0.0", - "Microsoft.AspNetCore.Mvc.ViewFeatures": "1.0.0", - "Microsoft.CodeAnalysis.CSharp": "1.3.0", - "Microsoft.Extensions.FileProviders.Composite": "1.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Mvc.Razor.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Razor.Host/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Razor.Runtime": "1.0.0", - "Microsoft.Extensions.Caching.Memory": "1.0.0", - "Microsoft.Extensions.FileProviders.Physical": "1.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Mvc.Razor.Host.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.TagHelpers/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.Razor": "1.0.0", - "Microsoft.Extensions.Caching.Memory": "1.0.0", - "Microsoft.Extensions.FileSystemGlobbing": "1.0.0", - "Microsoft.Extensions.Primitives": "1.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Mvc.TagHelpers.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.ViewFeatures/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Antiforgery": "1.0.0", - "Microsoft.AspNetCore.Diagnostics.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Html.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Mvc.Core": "1.0.0", - "Microsoft.AspNetCore.Mvc.DataAnnotations": "1.0.0", - "Microsoft.AspNetCore.Mvc.Formatters.Json": "1.0.0", - "Microsoft.Extensions.WebEncoders": "1.0.0", - "Newtonsoft.Json": "9.0.1", - "System.Buffers": "4.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Mvc.ViewFeatures.dll": {} - } - }, - "Microsoft.AspNetCore.Razor/1.0.0": { - "compile": { - "lib/net451/Microsoft.AspNetCore.Razor.dll": {} - } - }, - "Microsoft.AspNetCore.Razor.Runtime/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Html.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Razor": "1.0.0", - "System.Xml": "4.0.0.0", - "System.Xml.Linq": "4.0.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Razor.Runtime.dll": {} - } - }, - "Microsoft.AspNetCore.Routing/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Extensions": "1.0.0", - "Microsoft.AspNetCore.Routing.Abstractions": "1.0.0", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "Microsoft.Extensions.ObjectPool": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Routing.dll": {} - } - }, - "Microsoft.AspNetCore.Routing.Abstractions/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Abstractions": "1.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Routing.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Server.IISIntegration/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Http": "1.0.0", - "Microsoft.AspNetCore.Http.Extensions": "1.0.0", - "Microsoft.AspNetCore.HttpOverrides": "1.0.0", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Server.IISIntegration.dll": {} - } - }, - "Microsoft.AspNetCore.Server.Kestrel/1.0.0": { - "dependencies": { - "Libuv": "1.9.0", - "Microsoft.AspNetCore.Hosting": "1.0.0", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "System.Buffers": "4.0.0", - "System.Numerics.Vectors": "4.1.1", - "System.Runtime.InteropServices.RuntimeInformation": "4.0.0", - "System.Threading.Tasks.Extensions": "4.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Server.Kestrel.dll": {} - } - }, - "Microsoft.AspNetCore.StaticFiles/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Http.Extensions": "1.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "1.0.0", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "Microsoft.Extensions.WebEncoders": "1.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.StaticFiles.dll": {} - } - }, - "Microsoft.AspNetCore.WebUtilities/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "1.0.0", - "System.Buffers": "4.0.0", - "System.Text.Encodings.Web": "4.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.WebUtilities.dll": {} - } - }, - "Microsoft.Bcl/1.1.10": { - "dependencies": { - "Microsoft.Bcl.Build": "1.0.21" - } - }, - "Microsoft.Bcl.Async/1.0.168": { - "dependencies": { - "Microsoft.Bcl": "1.1.10", - "System.Net": "4.0.0.0" - }, - "compile": { - "lib/net40/Microsoft.Threading.Tasks.Extensions.Desktop.dll": {}, - "lib/net40/Microsoft.Threading.Tasks.Extensions.dll": {}, - "lib/net40/Microsoft.Threading.Tasks.dll": {} - } - }, - "Microsoft.Bcl.Build/1.0.21": {}, - "Microsoft.CodeAnalysis.Analyzers/1.1.0": { - "dependencies": { - "System": "4.0.0.0" - } - }, - "Microsoft.CodeAnalysis.Common/1.3.0": { - "dependencies": { - "Microsoft.CodeAnalysis.Analyzers": "1.1.0", - "System.Collections.Immutable": "1.2.0", - "System.Reflection.Metadata": "1.3.0" - }, - "compile": { - "lib/net45/Microsoft.CodeAnalysis.dll": {} - } - }, - "Microsoft.CodeAnalysis.CSharp/1.3.0": { - "dependencies": { - "Microsoft.CodeAnalysis.Common": "1.3.0" - }, - "compile": { - "lib/net45/Microsoft.CodeAnalysis.CSharp.dll": {} - } - }, - "Microsoft.CSharp/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/Microsoft.CSharp.dll": {} - } - }, - "Microsoft.DotNet.InternalAbstractions/1.0.0": { - "compile": { - "lib/net451/Microsoft.DotNet.InternalAbstractions.dll": {} - } - }, - "Microsoft.Extensions.Caching.Abstractions/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "1.0.0", - "System.Collections": "4.0.0.0", - "System.Threading": "4.0.0.0", - "System.Threading.Tasks": "4.0.0.0" - }, - "compile": { - "lib/netstandard1.0/Microsoft.Extensions.Caching.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.Caching.Memory/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Caching.Abstractions": "1.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0" - }, - "compile": { - "lib/net451/Microsoft.Extensions.Caching.Memory.dll": {} - } - }, - "Microsoft.Extensions.Configuration/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "1.0.0", - "System.Collections": "4.0.0.0", - "System.Diagnostics.Debug": "4.0.0.0", - "System.IO": "4.0.0.0", - "System.Resources.ResourceManager": "4.0.0.0", - "System.Runtime.Extensions": "4.0.0.0", - "System.Runtime.InteropServices": "4.0.10.0", - "System.Threading": "4.0.0.0" - }, - "compile": { - "lib/netstandard1.1/Microsoft.Extensions.Configuration.dll": {} - } - }, - "Microsoft.Extensions.Configuration.Abstractions/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "1.0.0", - "System.Linq": "4.0.0.0" - }, - "compile": { - "lib/netstandard1.0/Microsoft.Extensions.Configuration.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.Configuration.Binder/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "1.0.0", - "System.ComponentModel.TypeConverter": "4.1.0" - }, - "compile": { - "lib/netstandard1.1/Microsoft.Extensions.Configuration.Binder.dll": {} - } - }, - "Microsoft.Extensions.Configuration.EnvironmentVariables/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "1.0.0" - }, - "compile": { - "lib/net451/Microsoft.Extensions.Configuration.EnvironmentVariables.dll": {} - } - }, - "Microsoft.Extensions.Configuration.FileExtensions/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "1.0.0", - "Microsoft.Extensions.FileProviders.Physical": "1.0.0" - }, - "compile": { - "lib/net451/Microsoft.Extensions.Configuration.FileExtensions.dll": {} - } - }, - "Microsoft.Extensions.Configuration.Json/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "1.0.0", - "Microsoft.Extensions.Configuration.FileExtensions": "1.0.0", - "Newtonsoft.Json": "9.0.1" - }, - "compile": { - "lib/net451/Microsoft.Extensions.Configuration.Json.dll": {} - } - }, - "Microsoft.Extensions.DependencyInjection/1.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0", - "System.Collections": "4.0.0.0", - "System.Collections.Concurrent": "4.0.0.0", - "System.Runtime.Extensions": "4.0.0.0", - "System.Threading": "4.0.0.0", - "System.Threading.Tasks": "4.0.0.0" - }, - "compile": { - "lib/netstandard1.1/Microsoft.Extensions.DependencyInjection.dll": {} - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0": { - "dependencies": { - "System.ComponentModel": "4.0.0.0", - "System.Diagnostics.Debug": "4.0.0.0", - "System.Globalization": "4.0.0.0", - "System.Linq": "4.0.0.0", - "System.Linq.Expressions": "4.0.0.0", - "System.Reflection": "4.0.0.0", - "System.Resources.ResourceManager": "4.0.0.0" - }, - "compile": { - "lib/netstandard1.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.DependencyModel/1.0.0": { - "dependencies": { - "Microsoft.DotNet.InternalAbstractions": "1.0.0", - "Newtonsoft.Json": "9.0.1" - }, - "compile": { - "lib/net451/Microsoft.Extensions.DependencyModel.dll": {} - } - }, - "Microsoft.Extensions.DiagnosticAdapter/1.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0", - "System.Collections.Concurrent": "4.0.0.0", - "System.ComponentModel": "4.0.0.0", - "System.Diagnostics.DiagnosticSource": "4.0.0", - "System.Reflection.Emit": "4.0.0.0", - "System.Reflection.Emit.Lightweight": "4.0.0.0", - "System.Reflection.Extensions": "4.0.0.0", - "System.Runtime.Extensions": "4.0.0.0" - }, - "compile": { - "lib/netstandard1.1/Microsoft.Extensions.DiagnosticAdapter.dll": {} - } - }, - "Microsoft.Extensions.FileProviders.Abstractions/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "1.0.0", - "System.IO": "4.0.0.0", - "System.Resources.ResourceManager": "4.0.0.0" - }, - "compile": { - "lib/netstandard1.0/Microsoft.Extensions.FileProviders.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.FileProviders.Composite/1.0.0": { - "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "1.0.0" - }, - "compile": { - "lib/netstandard1.0/Microsoft.Extensions.FileProviders.Composite.dll": {} - } - }, - "Microsoft.Extensions.FileProviders.Embedded/1.0.0": { - "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "1.0.0", - "System.Runtime.Extensions": "4.0.0.0" - }, - "compile": { - "lib/netstandard1.0/Microsoft.Extensions.FileProviders.Embedded.dll": {} - } - }, - "Microsoft.Extensions.FileProviders.Physical/1.0.0": { - "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "1.0.0", - "Microsoft.Extensions.FileSystemGlobbing": "1.0.0" - }, - "compile": { - "lib/net451/Microsoft.Extensions.FileProviders.Physical.dll": {} - } - }, - "Microsoft.Extensions.FileSystemGlobbing/1.0.0": { - "compile": { - "lib/net451/Microsoft.Extensions.FileSystemGlobbing.dll": {} - } - }, - "Microsoft.Extensions.Globalization.CultureInfoCache/1.0.0": { - "dependencies": { - "System.Collections.Concurrent": "4.0.0.0", - "System.Linq": "4.0.0.0", - "System.Resources.ResourceManager": "4.0.0.0" - }, - "compile": { - "lib/netstandard1.1/Microsoft.Extensions.Globalization.CultureInfoCache.dll": {} - } - }, - "Microsoft.Extensions.Localization/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0", - "Microsoft.Extensions.Localization.Abstractions": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0" - }, - "compile": { - "lib/net451/Microsoft.Extensions.Localization.dll": {} - } - }, - "Microsoft.Extensions.Localization.Abstractions/1.0.0": { - "dependencies": { - "Microsoft.CSharp": "4.0.0.0", - "System.Globalization": "4.0.0.0", - "System.Resources.ResourceManager": "4.0.0.0" - }, - "compile": { - "lib/netstandard1.0/Microsoft.Extensions.Localization.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.Logging/1.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "System.Threading": "4.0.0.0" - }, - "compile": { - "lib/netstandard1.1/Microsoft.Extensions.Logging.dll": {} - } - }, - "Microsoft.Extensions.Logging.Abstractions/1.0.0": { - "dependencies": { - "System.Collections": "4.0.0.0", - "System.Collections.Concurrent": "4.0.0.0", - "System.Diagnostics.Debug": "4.0.0.0", - "System.Globalization": "4.0.0.0", - "System.Linq": "4.0.0.0", - "System.Reflection": "4.0.0.0", - "System.Resources.ResourceManager": "4.0.0.0", - "System.Runtime.Extensions": "4.0.0.0", - "System.Runtime.InteropServices": "4.0.10.0" - }, - "compile": { - "lib/netstandard1.1/Microsoft.Extensions.Logging.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.Logging.Console/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "1.0.0", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.0.0" - }, - "compile": { - "lib/net451/Microsoft.Extensions.Logging.Console.dll": {} - } - }, - "Microsoft.Extensions.Logging.Debug/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Logging.Abstractions": "1.0.0" - }, - "compile": { - "lib/net451/Microsoft.Extensions.Logging.Debug.dll": {} - } - }, - "Microsoft.Extensions.ObjectPool/1.0.0": { - "compile": { - "lib/net451/Microsoft.Extensions.ObjectPool.dll": {} - } - }, - "Microsoft.Extensions.Options/1.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0", - "Microsoft.Extensions.Primitives": "1.0.0", - "System.ComponentModel": "4.0.0.0", - "System.Diagnostics.Debug": "4.0.0.0", - "System.Globalization": "4.0.0.0", - "System.Linq": "4.0.0.0", - "System.Linq.Expressions": "4.0.0.0", - "System.Reflection": "4.0.0.0", - "System.Resources.ResourceManager": "4.0.0.0", - "System.Runtime.Extensions": "4.0.0.0", - "System.Threading": "4.0.0.0" - }, - "compile": { - "lib/netstandard1.0/Microsoft.Extensions.Options.dll": {} - } - }, - "Microsoft.Extensions.Options.ConfigurationExtensions/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "1.0.0", - "Microsoft.Extensions.Configuration.Binder": "1.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0" - }, - "compile": { - "lib/netstandard1.1/Microsoft.Extensions.Options.ConfigurationExtensions.dll": {} - } - }, - "Microsoft.Extensions.PlatformAbstractions/1.0.0": { - "compile": { - "lib/net451/Microsoft.Extensions.PlatformAbstractions.dll": {} - } - }, - "Microsoft.Extensions.Primitives/1.0.0": { - "dependencies": { - "System.Resources.ResourceManager": "4.0.0.0", - "System.Runtime": "4.0.10.0" - }, - "compile": { - "lib/netstandard1.0/Microsoft.Extensions.Primitives.dll": {} - } - }, - "Microsoft.Extensions.WebEncoders/1.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0", - "System.Text.Encodings.Web": "4.0.0" - }, - "compile": { - "lib/netstandard1.0/Microsoft.Extensions.WebEncoders.dll": {} - } - }, - "Microsoft.Net.Http/2.2.29": { - "dependencies": { - "Microsoft.Bcl": "1.1.10", - "Microsoft.Bcl.Build": "1.0.21", - "System.Net.Http": "4.0.0.0", - "System.Net.Http.WebRequest": "4.0.0.0" - }, - "compile": { - "lib/net45/System.Net.Http.Extensions.dll": {}, - "lib/net45/System.Net.Http.Primitives.dll": {} - } - }, - "Microsoft.Net.Http.Headers/1.0.0": { - "dependencies": { - "System.Buffers": "4.0.0", - "System.Collections": "4.0.0.0", - "System.Diagnostics.Contracts": "4.0.0.0", - "System.Globalization": "4.0.0.0", - "System.Linq": "4.0.0.0", - "System.Resources.ResourceManager": "4.0.0.0", - "System.Runtime.Extensions": "4.0.0.0", - "System.Text.Encoding": "4.0.0.0" - }, - "compile": { - "lib/netstandard1.1/Microsoft.Net.Http.Headers.dll": {} - } - }, - "Microsoft.NETCore.Platforms/1.0.1": {}, - "MongoDB.Bson/2.2.4": { - "compile": { - "lib/net45/MongoDB.Bson.dll": {} - } - }, - "MongoDB.Driver/2.2.4": { - "dependencies": { - "MongoDB.Bson": "2.2.4", - "MongoDB.Driver.Core": "2.2.4" - }, - "compile": { - "lib/net45/MongoDB.Driver.dll": {} - } - }, - "MongoDB.Driver.Core/2.2.4": { - "dependencies": { - "MongoDB.Bson": "2.2.4" - }, - "compile": { - "lib/net45/MongoDB.Driver.Core.dll": {} - } - }, - "MySql.Data/6.9.8": { - "compile": { - "lib/net45/MySql.Data.dll": {} - } - }, - "MySql.Data.Entity/6.9.8": { - "dependencies": { - "EntityFramework": "6.0.0", - "MySql.Data": "6.9.8" - }, - "compile": { - "lib/net45/MySql.Data.Entity.EF6.dll": {} - } - }, - "NETStandard.Library/1.6.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "System.Collections": "4.0.0.0", - "System.Collections.Concurrent": "4.0.0.0", - "System.Diagnostics.Debug": "4.0.0.0", - "System.Diagnostics.Tools": "4.0.0.0", - "System.Diagnostics.Tracing": "4.0.10.0", - "System.Globalization": "4.0.0.0", - "System.IO": "4.0.0.0", - "System.IO.Compression": "4.0.0.0", - "System.Linq": "4.0.0.0", - "System.Linq.Expressions": "4.0.0.0", - "System.Net.Http": "4.0.0.0", - "System.Net.Primitives": "4.0.0.0", - "System.ObjectModel": "4.0.0.0", - "System.Reflection": "4.0.0.0", - "System.Reflection.Extensions": "4.0.0.0", - "System.Reflection.Primitives": "4.0.0.0", - "System.Resources.ResourceManager": "4.0.0.0", - "System.Runtime": "4.0.10.0", - "System.Runtime.Extensions": "4.0.0.0", - "System.Runtime.InteropServices": "4.0.10.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.0.0", - "System.Runtime.Numerics": "4.0.0.0", - "System.Text.Encoding": "4.0.0.0", - "System.Text.Encoding.Extensions": "4.0.0.0", - "System.Text.RegularExpressions": "4.0.0.0", - "System.Threading": "4.0.0.0", - "System.Threading.Tasks": "4.0.0.0", - "System.Threading.Timer": "4.0.0.0", - "System.Xml.ReaderWriter": "4.0.0.0", - "System.Xml.XDocument": "4.0.0.0" - } - }, - "Newtonsoft.Json/9.0.1": { - "compile": { - "lib/net45/Newtonsoft.Json.dll": {} - } - }, - "NHibernate/4.0.4.4000": { - "dependencies": { - "Iesi.Collections": "4.0.0.4000" - }, - "compile": { - "lib/net40/NHibernate.dll": {} - } - }, - "NHibernate.Linq/1.0.0": { - "dependencies": { - "NHibernate": "4.0.4.4000" - }, - "compile": { - "lib/NHibernate.Linq.dll": {} - } - }, - "OAuth/1.0.3": { - "compile": { - "lib/net40/OAuth.dll": {} - } - }, - "PayPalCoreSDK/1.7.1": { - "dependencies": { - "Newtonsoft.Json": "9.0.1" - }, - "compile": { - "lib/net451/PayPalCoreSDK.dll": {} - } - }, - "PayPalMerchantSDK/2.16.204": { - "dependencies": { - "PayPalCoreSDK": "1.7.1" - }, - "compile": { - "lib/net20/PayPalMerchantSDK.dll": {} - } - }, - "RestApiSDK/0.11.0": { - "dependencies": { - "PayPalCoreSDK": "1.7.1" - }, - "compile": { - "lib/net45/RestApiSDK.dll": {} - } - }, - "Serilog/2.1.0": { - "compile": { - "lib/net45/Serilog.dll": {} - } - }, - "Serilog.Extensions.Logging/1.1.0": { - "dependencies": { - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "Serilog": "2.1.0", - "System.Runtime": "4.0.10.0" - }, - "compile": { - "lib/net45/Serilog.Extensions.Logging.dll": {} - } - }, - "Serilog.Sinks.ColoredConsole/2.0.0": { - "dependencies": { - "Serilog": "2.1.0" - }, - "compile": { - "lib/net45/Serilog.Sinks.ColoredConsole.dll": {} - } - }, - "Serilog.Sinks.File/2.0.0": { - "dependencies": { - "Serilog": "2.1.0" - }, - "compile": { - "lib/net45/Serilog.Sinks.File.dll": {} - } - }, - "Serilog.Sinks.RollingFile/2.1.0": { - "dependencies": { - "Serilog": "2.1.0", - "Serilog.Sinks.File": "2.0.0" - }, - "compile": { - "lib/net45/Serilog.Sinks.RollingFile.dll": {} - } - }, - "StackExchange.Redis/1.1.603": { - "compile": { - "lib/net45/StackExchange.Redis.dll": {} - } - }, - "Swashbuckle.Swagger/6.0.0-beta901": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.Core": "1.0.0", - "Microsoft.AspNetCore.Mvc.Formatters.Json": "1.0.0" - }, - "compile": { - "lib/net451/Swashbuckle.Swagger.dll": {} - } - }, - "Swashbuckle.SwaggerGen/6.0.0-beta901": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.ApiExplorer": "1.0.0", - "Microsoft.AspNetCore.Mvc.Core": "1.0.0", - "Microsoft.AspNetCore.Mvc.DataAnnotations": "1.0.0", - "Swashbuckle.Swagger": "6.0.0-beta901", - "System.Xml": "4.0.0.0" - }, - "compile": { - "lib/net451/Swashbuckle.SwaggerGen.dll": {} - } - }, - "Swashbuckle.SwaggerUi/6.0.0-beta901": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.Core": "1.0.0", - "Microsoft.AspNetCore.StaticFiles": "1.0.0", - "Microsoft.Extensions.FileProviders.Embedded": "1.0.0", - "System.Xml": "4.0.0.0" - }, - "compile": { - "lib/net451/Swashbuckle.SwaggerUi.dll": {} - } - }, - "System.Buffers/4.0.0": { - "compile": { - "lib/netstandard1.1/System.Buffers.dll": {} - } - }, - "System.Collections/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/Facades/System.Collections.dll": {} - } - }, - "System.Collections.Concurrent/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/Facades/System.Collections.Concurrent.dll": {} - } - }, - "System.Collections.Immutable/1.2.0": { - "compile": { - "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll": {} - } - }, - "System.ComponentModel/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/Facades/System.ComponentModel.dll": {} - } - }, - "System.ComponentModel.Primitives/4.1.0": { - "dependencies": { - "System": "4.0.0.0", - "mscorlib": "4.0.0.0" - }, - "compile": { - "ref/net45/System.ComponentModel.Primitives.dll": {} - } - }, - "System.ComponentModel.TypeConverter/4.1.0": { - "dependencies": { - "System.ComponentModel.Primitives": "4.1.0", - "System": "4.0.0.0", - "mscorlib": "4.0.0.0" - }, - "compile": { - "ref/net45/System.ComponentModel.TypeConverter.dll": {} - } - }, - "System.Diagnostics.Contracts/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/Facades/System.Diagnostics.Contracts.dll": {} - } - }, - "System.Diagnostics.Debug/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/Facades/System.Diagnostics.Debug.dll": {} - } - }, - "System.Diagnostics.DiagnosticSource/4.0.0": { - "compile": { - "lib/portable-net45+win8+wpa81/System.Diagnostics.DiagnosticSource.dll": {} - } - }, - "System.Diagnostics.Tools/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/Facades/System.Diagnostics.Tools.dll": {} - } - }, - "System.Diagnostics.Tracing/4.0.10.0": { - "compile": { - ".NETFramework/v4.5.1/Facades/System.Diagnostics.Tracing.dll": {} - } - }, - "System.Drawing.Primitives/4.0.0": { - "dependencies": { - "System.Drawing": "4.0.0.0", - "mscorlib": "4.0.0.0" - }, - "compile": { - "ref/net45/System.Drawing.Primitives.dll": {} - } - }, - "System.Globalization/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/Facades/System.Globalization.dll": {} - } - }, - "System.IO/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/Facades/System.IO.dll": {} - } - }, - "System.IO.Compression/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/System.IO.Compression.dll": {} - } - }, - "System.Linq/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/Facades/System.Linq.dll": {} - } - }, - "System.Linq.Expressions/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/Facades/System.Linq.Expressions.dll": {} - } - }, - "System.Net.Http/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/System.Net.Http.dll": {} - } - }, - "System.Net.Primitives/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/Facades/System.Net.Primitives.dll": {} - } - }, - "System.Numerics.Vectors/4.1.1": { - "compile": { - "ref/netstandard1.0/System.Numerics.Vectors.dll": {} - } - }, - "System.ObjectModel/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/Facades/System.ObjectModel.dll": {} - } - }, - "System.Reflection/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/Facades/System.Reflection.dll": {} - } - }, - "System.Reflection.Emit/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/Facades/System.Reflection.Emit.dll": {} - } - }, - "System.Reflection.Emit.Lightweight/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/Facades/System.Reflection.Emit.Lightweight.dll": {} - } - }, - "System.Reflection.Extensions/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/Facades/System.Reflection.Extensions.dll": {} - } - }, - "System.Reflection.Metadata/1.3.0": { - "dependencies": { - "System.Collections.Immutable": "1.2.0" - }, - "compile": { - "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} - } - }, - "System.Reflection.Primitives/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/Facades/System.Reflection.Primitives.dll": {} - } - }, - "System.Resources.ResourceManager/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/Facades/System.Resources.ResourceManager.dll": {} - } - }, - "System.Runtime/4.0.10.0": { - "compile": { - ".NETFramework/v4.5.1/Facades/System.Runtime.dll": {} - } - }, - "System.Runtime.Extensions/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/Facades/System.Runtime.Extensions.dll": {} - } - }, - "System.Runtime.InteropServices/4.0.10.0": { - "compile": { - ".NETFramework/v4.5.1/Facades/System.Runtime.InteropServices.dll": {} - } - }, - "System.Runtime.InteropServices.RuntimeInformation/4.0.0": { - "compile": { - "ref/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll": {} - } - }, - "System.Runtime.Numerics/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/Facades/System.Runtime.Numerics.dll": {} - } - }, - "System.Runtime.Serialization.Primitives/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/Facades/System.Runtime.Serialization.Primitives.dll": {} - } - }, - "System.Text.Encoding/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/Facades/System.Text.Encoding.dll": {} - } - }, - "System.Text.Encoding.Extensions/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/Facades/System.Text.Encoding.Extensions.dll": {} - } - }, - "System.Text.Encodings.Web/4.0.0": { - "compile": { - "lib/netstandard1.0/System.Text.Encodings.Web.dll": {} - } - }, - "System.Text.RegularExpressions/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/Facades/System.Text.RegularExpressions.dll": {} - } - }, - "System.Threading/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/Facades/System.Threading.dll": {} - } - }, - "System.Threading.Tasks/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/Facades/System.Threading.Tasks.dll": {} - } - }, - "System.Threading.Tasks.Extensions/4.0.0": { - "compile": { - "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.dll": {} - } - }, - "System.Threading.Timer/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/Facades/System.Threading.Timer.dll": {} - } - }, - "System.Xml.ReaderWriter/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/Facades/System.Xml.ReaderWriter.dll": {} - } - }, - "System.Xml.XDocument/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/Facades/System.Xml.XDocument.dll": {} - } - }, - "TweetinviAPI/1.3.0": { - "dependencies": { - "Autofac": "3.5.2", - "Microsoft.Bcl.Async": "1.0.168", - "Microsoft.Bcl.Build": "1.0.21", - "Microsoft.Net.Http": "2.2.29", - "Newtonsoft.Json": "9.0.1" - }, - "compile": { - "lib/net45/Tweetinvi.dll": {} - } - }, - "Zlib.Portable.Signed/1.11.0": { - "compile": { - "lib/portable-net4+sl5+wp8+win8+wpa81+MonoTouch+MonoAndroid/Zlib.Portable.dll": {} - } - }, - "Domain.Socioboard/1.0.0": { - "dependencies": { - "System.ComponentModel.DataAnnotations": "4.0.0.0", - "System.Net": "4.0.0.0", - "System.Security": "4.0.0.0", - "MongoDB.Bson": "2.2.4", - "NETStandard.Library": "1.6.0", - "Newtonsoft.Json": "9.0.1" - }, - "compile": { - "Domain.Socioboard.dll": {} - } - }, - "Socioboard.Facebook/1.0.0": { - "dependencies": { - "Facebook": "7.0.10-beta", - "Newtonsoft.Json": "9.0.1", - "Domain.Socioboard": "1.0.0", - "NETStandard.Library": "1.6.0" - }, - "compile": { - "Socioboard.Facebook.dll": {} - } - }, - "Socioboard.Google/1.0.0": { - "dependencies": { - "Microsoft.AspNet.WebApi.Client": "5.2.3", - "System.Data": "4.0.0.0", - "System.Xml": "4.0.0.0", - "System.Xml.Linq": "4.0.0.0", - "NETStandard.Library": "1.6.0" - }, - "compile": { - "Socioboard.Google.dll": {} - } - }, - "Socioboard.Instagram/1.0.0": { - "dependencies": { - "System.Xml": "4.0.0.0", - "System.Xml.Linq": "4.0.0.0", - "NETStandard.Library": "1.6.0", - "Newtonsoft.Json": "9.0.1", - "Hammock": "1.2.3", - "OAuth": "1.0.3" - }, - "compile": { - "Socioboard.Instagram.dll": {} - } - }, - "Socioboard.LinkedIn/1.0.0": { - "dependencies": { - "System.Web.Extensions": "4.0.0.0", - "System.Xml": "4.0.0.0", - "System.Xml.Linq": "4.0.0.0", - "NETStandard.Library": "1.6.0", - "Newtonsoft.Json": "9.0.1", - "Hammock": "1.2.3", - "OAuth": "1.0.3" - }, - "compile": { - "Socioboard.LinkedIn.dll": {} - } - }, - "Socioboard.Pinterest/1.0.0": { - "dependencies": { - "System.Xml": "4.0.0.0", - "System.Xml.Linq": "4.0.0.0", - "NETStandard.Library": "1.6.0", - "Newtonsoft.Json": "9.0.1" - }, - "compile": { - "Socioboard.Pinterest.dll": {} - } - }, - "Socioboard.Twitter/1.0.0": { - "dependencies": { - "System.Xml": "4.0.0.0", - "System.Xml.Linq": "4.0.0.0", - "NETStandard.Library": "1.6.0", - "Newtonsoft.Json": "9.0.1", - "Hammock": "1.2.3", - "OAuth": "1.0.3" - }, - "compile": { - "Socioboard.Twitter.dll": {} - } - }, - "System.Xml/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/System.Xml.dll": {} - } - }, - "mscorlib/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/mscorlib.dll": {} - } - }, - "System/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/System.dll": {} - } - }, - "System.Core/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/System.Core.dll": {} - } - }, - "System.ComponentModel.DataAnnotations/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/System.ComponentModel.DataAnnotations.dll": {} - } - }, - "System.Security/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/System.Security.dll": {} - } - }, - "System.Xml.Linq/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/System.Xml.Linq.dll": {} - } - }, - "System.Net/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/System.Net.dll": {} - } - }, - "System.Net.Http.WebRequest/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/System.Net.Http.WebRequest.dll": {} - } - }, - "System.Drawing/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/System.Drawing.dll": {} - } - }, - "System.Data/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/System.Data.dll": {} - } - }, - "System.Web.Extensions/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/System.Web.Extensions.dll": {} - } - } - }, - ".NETFramework,Version=v4.5.1/": { - "Api.Socioboard/1.0.0": { - "dependencies": { - "NHibernate": "4.0.4.4000", - "System.Xml": "4.0.0.0", - "Domain.Socioboard": "1.0.0", - "Microsoft.ApplicationInsights.AspNetCore": "1.0.0", - "Microsoft.AspNetCore.Mvc": "1.0.0", - "Microsoft.AspNetCore.Server.IISIntegration": "1.0.0", - "Microsoft.AspNetCore.Server.Kestrel": "1.0.0", - "Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0", - "Microsoft.Extensions.Configuration.FileExtensions": "1.0.0", - "Microsoft.Extensions.Configuration.Json": "1.0.0", - "Microsoft.Extensions.Logging": "1.0.0", - "Microsoft.Extensions.Logging.Console": "1.0.0", - "Microsoft.Extensions.Logging.Debug": "1.0.0", - "Microsoft.Extensions.Options.ConfigurationExtensions": "1.0.0", - "Socioboard.Facebook": "1.0.0", - "Socioboard.Google": "1.0.0", - "Socioboard.Instagram": "1.0.0", - "Socioboard.LinkedIn": "1.0.0", - "Socioboard.Twitter": "1.0.0", - "Serilog": "2.1.0", - "Serilog.Extensions.Logging": "1.1.0", - "Serilog.Sinks.ColoredConsole": "2.0.0", - "Serilog.Sinks.RollingFile": "2.1.0", - "Microsoft.Extensions.Options": "1.0.0", - "MongoDB.Driver": "2.2.4", - "MySql.Data": "6.9.8", - "MySql.Data.Entity": "6.9.8", - "Newtonsoft.Json": "9.0.1", - "NHibernate.Linq": "1.0.0", - "StackExchange.Redis": "1.1.603", - "Google.Apis.Analytics.v3": "1.14.0.456", - "Google.GData.YouTube": "2.2.0", - "Google.Apis.YouTube.v3": "1.24.1.760", - "Microsoft.AspNetCore.Cors": "1.0.0", - "MongoDB.Bson": "2.2.4", - "Microsoft.AspNetCore.Diagnostics": "1.0.0", - "System.Drawing.Primitives": "4.0.0", - "Swashbuckle.SwaggerGen": "6.0.0-beta901", - "Swashbuckle.SwaggerUi": "6.0.0-beta901", - "Imgur.API": "4.0.1", - "Socioboard.Pinterest": "1.0.0", - "TweetinviAPI": "1.3.0", - "RestApiSDK": "0.11.0", - "PayPalCoreSDK": "1.7.1", - "PayPalMerchantSDK": "2.16.204" - }, - "runtime": { - "Api.Socioboard.exe": {} - } - }, - "Autofac/3.5.2": { - "runtime": { - "lib/net40/Autofac.dll": {} - } - }, - "EntityFramework/6.0.0": { - "dependencies": { - "System.ComponentModel.DataAnnotations": "4.0.0.0" - }, - "runtime": { - "lib/net45/EntityFramework.SqlServer.dll": {}, - "lib/net45/EntityFramework.dll": {} - } - }, - "Facebook/7.0.10-beta": { - "runtime": { - "lib/net45/Facebook.dll": {} - } - }, - "Google.Apis/1.24.1": { - "dependencies": { - "Google.Apis.Core": "1.24.1", - "Zlib.Portable.Signed": "1.11.0" - }, - "runtime": { - "lib/net45/Google.Apis.PlatformServices.dll": {}, - "lib/net45/Google.Apis.dll": {} - } - }, - "Google.Apis.Analytics.v3/1.14.0.456": { - "dependencies": { - "Google.Apis": "1.24.1", - "Google.Apis.Auth": "1.24.1" - }, - "runtime": { - "lib/portable-net45+netcore45+wpa81+wp8/Google.Apis.Analytics.v3.dll": {} - } - }, - "Google.Apis.Auth/1.24.1": { - "dependencies": { - "Google.Apis": "1.24.1", - "Google.Apis.Core": "1.24.1" - }, - "runtime": { - "lib/net45/Google.Apis.Auth.PlatformServices.dll": {}, - "lib/net45/Google.Apis.Auth.dll": {} - } - }, - "Google.Apis.Core/1.24.1": { - "dependencies": { - "Newtonsoft.Json": "9.0.1" - }, - "runtime": { - "lib/net45/Google.Apis.Core.dll": {} - } - }, - "Google.Apis.YouTube.v3/1.24.1.760": { - "dependencies": { - "Google.Apis": "1.24.1", - "Google.Apis.Auth": "1.24.1" - }, - "runtime": { - "lib/net45/Google.Apis.YouTube.v3.dll": {} - } - }, - "Google.GData.Client/2.2.0": { - "dependencies": { - "Newtonsoft.Json": "9.0.1" - }, - "runtime": { - "lib/Google.GData.Client.dll": {} - } - }, - "Google.GData.Extensions/2.2.0": { - "dependencies": { - "Google.GData.Client": "2.2.0", - "Newtonsoft.Json": "9.0.1" - }, - "runtime": { - "lib/Google.GData.Extensions.dll": {} - } - }, - "Google.GData.YouTube/2.2.0": { - "dependencies": { - "Google.GData.Client": "2.2.0", - "Google.GData.Extensions": "2.2.0", - "Newtonsoft.Json": "9.0.1" - }, - "runtime": { - "lib/Google.GData.YouTube.dll": {} - } - }, - "Hammock/1.2.3": { - "runtime": { - "lib/net40/Hammock.dll": {} - } - }, - "Iesi.Collections/4.0.0.4000": { - "runtime": { - "lib/net40/Iesi.Collections.dll": {} - } - }, - "Imgur.API/4.0.1": { - "dependencies": { - "Newtonsoft.Json": "9.0.1", - "System.Net.Http": "4.0.0.0" - }, - "runtime": { - "lib/net45/Imgur.API.dll": {} - } - }, - "Libuv/1.9.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1" - } - }, - "Microsoft.ApplicationInsights/2.1.0": { - "runtime": { - "lib/net45/Microsoft.ApplicationInsights.dll": {} - } - }, - "Microsoft.ApplicationInsights.Agent.Intercept/1.2.1": { - "runtime": { - "lib/net45/Microsoft.AI.Agent.Intercept.dll": {} - } - }, - "Microsoft.ApplicationInsights.AspNetCore/1.0.0": { - "dependencies": { - "Microsoft.ApplicationInsights": "2.1.0", - "Microsoft.ApplicationInsights.DependencyCollector": "2.1.0", - "Microsoft.ApplicationInsights.PerfCounterCollector": "2.1.0", - "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel": "2.1.0", - "Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Http.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Mvc.ViewFeatures": "1.0.0", - "Microsoft.Extensions.Configuration": "1.0.0", - "Microsoft.Extensions.DiagnosticAdapter": "1.0.0", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0" - }, - "runtime": { - "lib/net451/Microsoft.ApplicationInsights.AspNetCore.dll": {} - } - }, - "Microsoft.ApplicationInsights.DependencyCollector/2.1.0": { - "dependencies": { - "Microsoft.ApplicationInsights": "2.1.0", - "Microsoft.ApplicationInsights.Agent.Intercept": "1.2.1" - }, - "runtime": { - "lib/net45/Microsoft.AI.DependencyCollector.dll": {} - } - }, - "Microsoft.ApplicationInsights.PerfCounterCollector/2.1.0": { - "dependencies": { - "Microsoft.ApplicationInsights": "2.1.0" - }, - "runtime": { - "lib/net45/Microsoft.AI.PerfCounterCollector.dll": {} - } - }, - "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel/2.1.0": { - "dependencies": { - "Microsoft.ApplicationInsights": "2.1.0" - }, - "runtime": { - "lib/net45/Microsoft.AI.ServerTelemetryChannel.dll": {} - } - }, - "Microsoft.AspNet.WebApi.Client/5.2.3": { - "dependencies": { - "Newtonsoft.Json": "9.0.1", - "System.Net.Http": "4.0.0.0" - }, - "runtime": { - "lib/net45/System.Net.Http.Formatting.dll": {} - } - }, - "Microsoft.AspNetCore.Antiforgery/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.DataProtection": "1.0.0", - "Microsoft.AspNetCore.Http.Abstractions": "1.0.0", - "Microsoft.AspNetCore.WebUtilities": "1.0.0", - "Microsoft.Extensions.ObjectPool": "1.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Antiforgery.dll": {} - } - }, - "Microsoft.AspNetCore.Authorization/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Authorization.dll": {} - } - }, - "Microsoft.AspNetCore.Cors/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Extensions": "1.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "1.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Cors.dll": {} - } - }, - "Microsoft.AspNetCore.Cryptography.Internal/1.0.0": { - "runtime": { - "lib/net451/Microsoft.AspNetCore.Cryptography.Internal.dll": {} - } - }, - "Microsoft.AspNetCore.DataProtection/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Cryptography.Internal": "1.0.0", - "Microsoft.AspNetCore.DataProtection.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0", - "System.Security": "4.0.0.0", - "System.Xml": "4.0.0.0", - "System.Xml.Linq": "4.0.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.DataProtection.dll": {} - } - }, - "Microsoft.AspNetCore.DataProtection.Abstractions/1.0.0": { - "runtime": { - "lib/net451/Microsoft.AspNetCore.DataProtection.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Diagnostics/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Diagnostics.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Http.Extensions": "1.0.0", - "Microsoft.AspNetCore.WebUtilities": "1.0.0", - "Microsoft.Extensions.FileProviders.Physical": "1.0.0", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0", - "System.Diagnostics.DiagnosticSource": "4.0.0", - "System.Reflection.Metadata": "1.3.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Diagnostics.dll": {} - } - }, - "Microsoft.AspNetCore.Diagnostics.Abstractions/1.0.0": { - "dependencies": { - "System.Resources.ResourceManager": "4.0.0.0" - }, - "runtime": { - "lib/netstandard1.0/Microsoft.AspNetCore.Diagnostics.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Hosting/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Hosting.Server.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Http": "1.0.0", - "Microsoft.AspNetCore.Http.Extensions": "1.0.0", - "Microsoft.Extensions.Configuration": "1.0.0", - "Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0", - "Microsoft.Extensions.DependencyInjection": "1.0.0", - "Microsoft.Extensions.FileProviders.Physical": "1.0.0", - "Microsoft.Extensions.Logging": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0", - "Microsoft.Extensions.PlatformAbstractions": "1.0.0", - "System.Diagnostics.DiagnosticSource": "4.0.0", - "System.Reflection.Metadata": "1.3.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Hosting.dll": {} - } - }, - "Microsoft.AspNetCore.Hosting.Abstractions/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Hosting.Server.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Http.Abstractions": "1.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "1.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "1.0.0", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Hosting.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Hosting.Server.Abstractions/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Features": "1.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "1.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Html.Abstractions/1.0.0": { - "dependencies": { - "System.Collections": "4.0.0.0", - "System.Resources.ResourceManager": "4.0.0.0", - "System.Text.Encodings.Web": "4.0.0" - }, - "runtime": { - "lib/netstandard1.0/Microsoft.AspNetCore.Html.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Http/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Abstractions": "1.0.0", - "Microsoft.AspNetCore.WebUtilities": "1.0.0", - "Microsoft.Extensions.ObjectPool": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0", - "Microsoft.Net.Http.Headers": "1.0.0", - "System.Buffers": "4.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Http.dll": {} - } - }, - "Microsoft.AspNetCore.Http.Abstractions/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Features": "1.0.0", - "System.Text.Encodings.Web": "4.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Http.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Http.Extensions/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Abstractions": "1.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "1.0.0", - "Microsoft.Net.Http.Headers": "1.0.0", - "System.Buffers": "4.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Http.Extensions.dll": {} - } - }, - "Microsoft.AspNetCore.Http.Features/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "1.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Http.Features.dll": {} - } - }, - "Microsoft.AspNetCore.HttpOverrides/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Extensions": "1.0.0", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.HttpOverrides.dll": {} - } - }, - "Microsoft.AspNetCore.JsonPatch/1.0.0": { - "dependencies": { - "Microsoft.CSharp": "4.0.0.0", - "Newtonsoft.Json": "9.0.1", - "System.Collections.Concurrent": "4.0.0.0", - "System.ComponentModel.TypeConverter": "4.1.0", - "System.Diagnostics.Debug": "4.0.0.0", - "System.Globalization": "4.0.0.0", - "System.Linq": "4.0.0.0", - "System.Reflection.Extensions": "4.0.0.0", - "System.Resources.ResourceManager": "4.0.0.0", - "System.Runtime.Extensions": "4.0.0.0", - "System.Runtime.Serialization.Primitives": "4.0.0.0", - "System.Text.Encoding.Extensions": "4.0.0.0" - }, - "runtime": { - "lib/netstandard1.1/Microsoft.AspNetCore.JsonPatch.dll": {} - } - }, - "Microsoft.AspNetCore.Localization/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Extensions": "1.0.0", - "Microsoft.Extensions.Globalization.CultureInfoCache": "1.0.0", - "Microsoft.Extensions.Localization.Abstractions": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Localization.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.ApiExplorer": "1.0.0", - "Microsoft.AspNetCore.Mvc.Cors": "1.0.0", - "Microsoft.AspNetCore.Mvc.DataAnnotations": "1.0.0", - "Microsoft.AspNetCore.Mvc.Formatters.Json": "1.0.0", - "Microsoft.AspNetCore.Mvc.Localization": "1.0.0", - "Microsoft.AspNetCore.Mvc.Razor": "1.0.0", - "Microsoft.AspNetCore.Mvc.TagHelpers": "1.0.0", - "Microsoft.AspNetCore.Mvc.ViewFeatures": "1.0.0", - "Microsoft.Extensions.Caching.Memory": "1.0.0", - "Microsoft.Extensions.DependencyInjection": "1.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Mvc.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Abstractions/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Routing.Abstractions": "1.0.0", - "Microsoft.Net.Http.Headers": "1.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Mvc.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.ApiExplorer/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.Core": "1.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Mvc.ApiExplorer.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Core/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Authorization": "1.0.0", - "Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Http": "1.0.0", - "Microsoft.AspNetCore.Mvc.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Routing": "1.0.0", - "Microsoft.Extensions.DependencyModel": "1.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "1.0.0", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "Microsoft.Extensions.PlatformAbstractions": "1.0.0", - "System.Buffers": "4.0.0", - "System.Diagnostics.DiagnosticSource": "4.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Mvc.Core.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Cors/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Cors": "1.0.0", - "Microsoft.AspNetCore.Mvc.Core": "1.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Mvc.Cors.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.DataAnnotations/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.Core": "1.0.0", - "Microsoft.Extensions.Localization": "1.0.0", - "System.ComponentModel.DataAnnotations": "4.0.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Mvc.DataAnnotations.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Formatters.Json/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.JsonPatch": "1.0.0", - "Microsoft.AspNetCore.Mvc.Core": "1.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Mvc.Formatters.Json.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Localization/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Localization": "1.0.0", - "Microsoft.AspNetCore.Mvc.Razor": "1.0.0", - "Microsoft.Extensions.DependencyInjection": "1.0.0", - "Microsoft.Extensions.Localization": "1.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Mvc.Localization.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Razor/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.Razor.Host": "1.0.0", - "Microsoft.AspNetCore.Mvc.ViewFeatures": "1.0.0", - "Microsoft.CodeAnalysis.CSharp": "1.3.0", - "Microsoft.Extensions.FileProviders.Composite": "1.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Mvc.Razor.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Razor.Host/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Razor.Runtime": "1.0.0", - "Microsoft.Extensions.Caching.Memory": "1.0.0", - "Microsoft.Extensions.FileProviders.Physical": "1.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Mvc.Razor.Host.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.TagHelpers/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.Razor": "1.0.0", - "Microsoft.Extensions.Caching.Memory": "1.0.0", - "Microsoft.Extensions.FileSystemGlobbing": "1.0.0", - "Microsoft.Extensions.Primitives": "1.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Mvc.TagHelpers.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.ViewFeatures/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Antiforgery": "1.0.0", - "Microsoft.AspNetCore.Diagnostics.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Html.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Mvc.Core": "1.0.0", - "Microsoft.AspNetCore.Mvc.DataAnnotations": "1.0.0", - "Microsoft.AspNetCore.Mvc.Formatters.Json": "1.0.0", - "Microsoft.Extensions.WebEncoders": "1.0.0", - "Newtonsoft.Json": "9.0.1", - "System.Buffers": "4.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Mvc.ViewFeatures.dll": {} - } - }, - "Microsoft.AspNetCore.Razor/1.0.0": { - "runtime": { - "lib/net451/Microsoft.AspNetCore.Razor.dll": {} - } - }, - "Microsoft.AspNetCore.Razor.Runtime/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Html.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Razor": "1.0.0", - "System.Xml": "4.0.0.0", - "System.Xml.Linq": "4.0.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Razor.Runtime.dll": {} - } - }, - "Microsoft.AspNetCore.Routing/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Extensions": "1.0.0", - "Microsoft.AspNetCore.Routing.Abstractions": "1.0.0", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "Microsoft.Extensions.ObjectPool": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Routing.dll": {} - } - }, - "Microsoft.AspNetCore.Routing.Abstractions/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Abstractions": "1.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Routing.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Server.IISIntegration/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Http": "1.0.0", - "Microsoft.AspNetCore.Http.Extensions": "1.0.0", - "Microsoft.AspNetCore.HttpOverrides": "1.0.0", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Server.IISIntegration.dll": {} - } - }, - "Microsoft.AspNetCore.Server.Kestrel/1.0.0": { - "dependencies": { - "Libuv": "1.9.0", - "Microsoft.AspNetCore.Hosting": "1.0.0", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "System.Buffers": "4.0.0", - "System.Numerics.Vectors": "4.1.1", - "System.Runtime.InteropServices.RuntimeInformation": "4.0.0", - "System.Threading.Tasks.Extensions": "4.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Server.Kestrel.dll": {} - } - }, - "Microsoft.AspNetCore.StaticFiles/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Http.Extensions": "1.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "1.0.0", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "Microsoft.Extensions.WebEncoders": "1.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.StaticFiles.dll": {} - } - }, - "Microsoft.AspNetCore.WebUtilities/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "1.0.0", - "System.Buffers": "4.0.0", - "System.Text.Encodings.Web": "4.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.WebUtilities.dll": {} - } - }, - "Microsoft.Bcl/1.1.10": { - "dependencies": { - "Microsoft.Bcl.Build": "1.0.21" - } - }, - "Microsoft.Bcl.Async/1.0.168": { - "dependencies": { - "Microsoft.Bcl": "1.1.10", - "System.Net": "4.0.0.0" - }, - "runtime": { - "lib/net40/Microsoft.Threading.Tasks.Extensions.Desktop.dll": {}, - "lib/net40/Microsoft.Threading.Tasks.Extensions.dll": {}, - "lib/net40/Microsoft.Threading.Tasks.dll": {} - } - }, - "Microsoft.Bcl.Build/1.0.21": {}, - "Microsoft.CodeAnalysis.Analyzers/1.1.0": { - "dependencies": { - "System": "4.0.0.0" - } - }, - "Microsoft.CodeAnalysis.Common/1.3.0": { - "dependencies": { - "Microsoft.CodeAnalysis.Analyzers": "1.1.0", - "System.Collections.Immutable": "1.2.0", - "System.Reflection.Metadata": "1.3.0" - }, - "runtime": { - "lib/net45/Microsoft.CodeAnalysis.dll": {} - } - }, - "Microsoft.CodeAnalysis.CSharp/1.3.0": { - "dependencies": { - "Microsoft.CodeAnalysis.Common": "1.3.0" - }, - "runtime": { - "lib/net45/Microsoft.CodeAnalysis.CSharp.dll": {} - } - }, - "Microsoft.CSharp/4.0.0.0": {}, - "Microsoft.DotNet.InternalAbstractions/1.0.0": { - "runtime": { - "lib/net451/Microsoft.DotNet.InternalAbstractions.dll": {} - } - }, - "Microsoft.Extensions.Caching.Abstractions/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "1.0.0", - "System.Collections": "4.0.0.0", - "System.Threading": "4.0.0.0", - "System.Threading.Tasks": "4.0.0.0" - }, - "runtime": { - "lib/netstandard1.0/Microsoft.Extensions.Caching.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.Caching.Memory/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Caching.Abstractions": "1.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0" - }, - "runtime": { - "lib/net451/Microsoft.Extensions.Caching.Memory.dll": {} - } - }, - "Microsoft.Extensions.Configuration/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "1.0.0", - "System.Collections": "4.0.0.0", - "System.Diagnostics.Debug": "4.0.0.0", - "System.IO": "4.0.0.0", - "System.Resources.ResourceManager": "4.0.0.0", - "System.Runtime.Extensions": "4.0.0.0", - "System.Runtime.InteropServices": "4.0.10.0", - "System.Threading": "4.0.0.0" - }, - "runtime": { - "lib/netstandard1.1/Microsoft.Extensions.Configuration.dll": {} - } - }, - "Microsoft.Extensions.Configuration.Abstractions/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "1.0.0", - "System.Linq": "4.0.0.0" - }, - "runtime": { - "lib/netstandard1.0/Microsoft.Extensions.Configuration.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.Configuration.Binder/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "1.0.0", - "System.ComponentModel.TypeConverter": "4.1.0" - }, - "runtime": { - "lib/netstandard1.1/Microsoft.Extensions.Configuration.Binder.dll": {} - } - }, - "Microsoft.Extensions.Configuration.EnvironmentVariables/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "1.0.0" - }, - "runtime": { - "lib/net451/Microsoft.Extensions.Configuration.EnvironmentVariables.dll": {} - } - }, - "Microsoft.Extensions.Configuration.FileExtensions/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "1.0.0", - "Microsoft.Extensions.FileProviders.Physical": "1.0.0" - }, - "runtime": { - "lib/net451/Microsoft.Extensions.Configuration.FileExtensions.dll": {} - } - }, - "Microsoft.Extensions.Configuration.Json/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "1.0.0", - "Microsoft.Extensions.Configuration.FileExtensions": "1.0.0", - "Newtonsoft.Json": "9.0.1" - }, - "runtime": { - "lib/net451/Microsoft.Extensions.Configuration.Json.dll": {} - } - }, - "Microsoft.Extensions.DependencyInjection/1.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0", - "System.Collections": "4.0.0.0", - "System.Collections.Concurrent": "4.0.0.0", - "System.Runtime.Extensions": "4.0.0.0", - "System.Threading": "4.0.0.0", - "System.Threading.Tasks": "4.0.0.0" - }, - "runtime": { - "lib/netstandard1.1/Microsoft.Extensions.DependencyInjection.dll": {} - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0": { - "dependencies": { - "System.ComponentModel": "4.0.0.0", - "System.Diagnostics.Debug": "4.0.0.0", - "System.Globalization": "4.0.0.0", - "System.Linq": "4.0.0.0", - "System.Linq.Expressions": "4.0.0.0", - "System.Reflection": "4.0.0.0", - "System.Resources.ResourceManager": "4.0.0.0" - }, - "runtime": { - "lib/netstandard1.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.DependencyModel/1.0.0": { - "dependencies": { - "Microsoft.DotNet.InternalAbstractions": "1.0.0", - "Newtonsoft.Json": "9.0.1" - }, - "runtime": { - "lib/net451/Microsoft.Extensions.DependencyModel.dll": {} - } - }, - "Microsoft.Extensions.DiagnosticAdapter/1.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0", - "System.Collections.Concurrent": "4.0.0.0", - "System.ComponentModel": "4.0.0.0", - "System.Diagnostics.DiagnosticSource": "4.0.0", - "System.Reflection.Emit": "4.0.0.0", - "System.Reflection.Emit.Lightweight": "4.0.0.0", - "System.Reflection.Extensions": "4.0.0.0", - "System.Runtime.Extensions": "4.0.0.0" - }, - "runtime": { - "lib/netstandard1.1/Microsoft.Extensions.DiagnosticAdapter.dll": {} - } - }, - "Microsoft.Extensions.FileProviders.Abstractions/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "1.0.0", - "System.IO": "4.0.0.0", - "System.Resources.ResourceManager": "4.0.0.0" - }, - "runtime": { - "lib/netstandard1.0/Microsoft.Extensions.FileProviders.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.FileProviders.Composite/1.0.0": { - "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "1.0.0" - }, - "runtime": { - "lib/netstandard1.0/Microsoft.Extensions.FileProviders.Composite.dll": {} - } - }, - "Microsoft.Extensions.FileProviders.Embedded/1.0.0": { - "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "1.0.0", - "System.Runtime.Extensions": "4.0.0.0" - }, - "runtime": { - "lib/netstandard1.0/Microsoft.Extensions.FileProviders.Embedded.dll": {} - } - }, - "Microsoft.Extensions.FileProviders.Physical/1.0.0": { - "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "1.0.0", - "Microsoft.Extensions.FileSystemGlobbing": "1.0.0" - }, - "runtime": { - "lib/net451/Microsoft.Extensions.FileProviders.Physical.dll": {} - } - }, - "Microsoft.Extensions.FileSystemGlobbing/1.0.0": { - "runtime": { - "lib/net451/Microsoft.Extensions.FileSystemGlobbing.dll": {} - } - }, - "Microsoft.Extensions.Globalization.CultureInfoCache/1.0.0": { - "dependencies": { - "System.Collections.Concurrent": "4.0.0.0", - "System.Linq": "4.0.0.0", - "System.Resources.ResourceManager": "4.0.0.0" - }, - "runtime": { - "lib/netstandard1.1/Microsoft.Extensions.Globalization.CultureInfoCache.dll": {} - } - }, - "Microsoft.Extensions.Localization/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0", - "Microsoft.Extensions.Localization.Abstractions": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0" - }, - "runtime": { - "lib/net451/Microsoft.Extensions.Localization.dll": {} - } - }, - "Microsoft.Extensions.Localization.Abstractions/1.0.0": { - "dependencies": { - "Microsoft.CSharp": "4.0.0.0", - "System.Globalization": "4.0.0.0", - "System.Resources.ResourceManager": "4.0.0.0" - }, - "runtime": { - "lib/netstandard1.0/Microsoft.Extensions.Localization.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.Logging/1.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "System.Threading": "4.0.0.0" - }, - "runtime": { - "lib/netstandard1.1/Microsoft.Extensions.Logging.dll": {} - } - }, - "Microsoft.Extensions.Logging.Abstractions/1.0.0": { - "dependencies": { - "System.Collections": "4.0.0.0", - "System.Collections.Concurrent": "4.0.0.0", - "System.Diagnostics.Debug": "4.0.0.0", - "System.Globalization": "4.0.0.0", - "System.Linq": "4.0.0.0", - "System.Reflection": "4.0.0.0", - "System.Resources.ResourceManager": "4.0.0.0", - "System.Runtime.Extensions": "4.0.0.0", - "System.Runtime.InteropServices": "4.0.10.0" - }, - "runtime": { - "lib/netstandard1.1/Microsoft.Extensions.Logging.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.Logging.Console/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "1.0.0", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.0.0" - }, - "runtime": { - "lib/net451/Microsoft.Extensions.Logging.Console.dll": {} - } - }, - "Microsoft.Extensions.Logging.Debug/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Logging.Abstractions": "1.0.0" - }, - "runtime": { - "lib/net451/Microsoft.Extensions.Logging.Debug.dll": {} - } - }, - "Microsoft.Extensions.ObjectPool/1.0.0": { - "runtime": { - "lib/net451/Microsoft.Extensions.ObjectPool.dll": {} - } - }, - "Microsoft.Extensions.Options/1.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0", - "Microsoft.Extensions.Primitives": "1.0.0", - "System.ComponentModel": "4.0.0.0", - "System.Diagnostics.Debug": "4.0.0.0", - "System.Globalization": "4.0.0.0", - "System.Linq": "4.0.0.0", - "System.Linq.Expressions": "4.0.0.0", - "System.Reflection": "4.0.0.0", - "System.Resources.ResourceManager": "4.0.0.0", - "System.Runtime.Extensions": "4.0.0.0", - "System.Threading": "4.0.0.0" - }, - "runtime": { - "lib/netstandard1.0/Microsoft.Extensions.Options.dll": {} - } - }, - "Microsoft.Extensions.Options.ConfigurationExtensions/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "1.0.0", - "Microsoft.Extensions.Configuration.Binder": "1.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0" - }, - "runtime": { - "lib/netstandard1.1/Microsoft.Extensions.Options.ConfigurationExtensions.dll": {} - } - }, - "Microsoft.Extensions.PlatformAbstractions/1.0.0": { - "runtime": { - "lib/net451/Microsoft.Extensions.PlatformAbstractions.dll": {} - } - }, - "Microsoft.Extensions.Primitives/1.0.0": { - "dependencies": { - "System.Resources.ResourceManager": "4.0.0.0", - "System.Runtime": "4.0.10.0" - }, - "runtime": { - "lib/netstandard1.0/Microsoft.Extensions.Primitives.dll": {} - } - }, - "Microsoft.Extensions.WebEncoders/1.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0", - "System.Text.Encodings.Web": "4.0.0" - }, - "runtime": { - "lib/netstandard1.0/Microsoft.Extensions.WebEncoders.dll": {} - } - }, - "Microsoft.Net.Http/2.2.29": { - "dependencies": { - "Microsoft.Bcl": "1.1.10", - "Microsoft.Bcl.Build": "1.0.21", - "System.Net.Http": "4.0.0.0", - "System.Net.Http.WebRequest": "4.0.0.0" - }, - "runtime": { - "lib/net45/System.Net.Http.Extensions.dll": {}, - "lib/net45/System.Net.Http.Primitives.dll": {} - } - }, - "Microsoft.Net.Http.Headers/1.0.0": { - "dependencies": { - "System.Buffers": "4.0.0", - "System.Collections": "4.0.0.0", - "System.Diagnostics.Contracts": "4.0.0.0", - "System.Globalization": "4.0.0.0", - "System.Linq": "4.0.0.0", - "System.Resources.ResourceManager": "4.0.0.0", - "System.Runtime.Extensions": "4.0.0.0", - "System.Text.Encoding": "4.0.0.0" - }, - "runtime": { - "lib/netstandard1.1/Microsoft.Net.Http.Headers.dll": {} - } - }, - "Microsoft.NETCore.Platforms/1.0.1": {}, - "MongoDB.Bson/2.2.4": { - "runtime": { - "lib/net45/MongoDB.Bson.dll": {} - } - }, - "MongoDB.Driver/2.2.4": { - "dependencies": { - "MongoDB.Bson": "2.2.4", - "MongoDB.Driver.Core": "2.2.4" - }, - "runtime": { - "lib/net45/MongoDB.Driver.dll": {} - } - }, - "MongoDB.Driver.Core/2.2.4": { - "dependencies": { - "MongoDB.Bson": "2.2.4" - }, - "runtime": { - "lib/net45/MongoDB.Driver.Core.dll": {} - } - }, - "MySql.Data/6.9.8": { - "runtime": { - "lib/net45/MySql.Data.dll": {} - } - }, - "MySql.Data.Entity/6.9.8": { - "dependencies": { - "EntityFramework": "6.0.0", - "MySql.Data": "6.9.8" - }, - "runtime": { - "lib/net45/MySql.Data.Entity.EF6.dll": {} - } - }, - "NETStandard.Library/1.6.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "System.Collections": "4.0.0.0", - "System.Collections.Concurrent": "4.0.0.0", - "System.Diagnostics.Debug": "4.0.0.0", - "System.Diagnostics.Tools": "4.0.0.0", - "System.Diagnostics.Tracing": "4.0.10.0", - "System.Globalization": "4.0.0.0", - "System.IO": "4.0.0.0", - "System.IO.Compression": "4.0.0.0", - "System.Linq": "4.0.0.0", - "System.Linq.Expressions": "4.0.0.0", - "System.Net.Http": "4.0.0.0", - "System.Net.Primitives": "4.0.0.0", - "System.ObjectModel": "4.0.0.0", - "System.Reflection": "4.0.0.0", - "System.Reflection.Extensions": "4.0.0.0", - "System.Reflection.Primitives": "4.0.0.0", - "System.Resources.ResourceManager": "4.0.0.0", - "System.Runtime": "4.0.10.0", - "System.Runtime.Extensions": "4.0.0.0", - "System.Runtime.InteropServices": "4.0.10.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.0.0", - "System.Runtime.Numerics": "4.0.0.0", - "System.Text.Encoding": "4.0.0.0", - "System.Text.Encoding.Extensions": "4.0.0.0", - "System.Text.RegularExpressions": "4.0.0.0", - "System.Threading": "4.0.0.0", - "System.Threading.Tasks": "4.0.0.0", - "System.Threading.Timer": "4.0.0.0", - "System.Xml.ReaderWriter": "4.0.0.0", - "System.Xml.XDocument": "4.0.0.0" - } - }, - "Newtonsoft.Json/9.0.1": { - "runtime": { - "lib/net45/Newtonsoft.Json.dll": {} - } - }, - "NHibernate/4.0.4.4000": { - "dependencies": { - "Iesi.Collections": "4.0.0.4000" - }, - "runtime": { - "lib/net40/NHibernate.dll": {} - } - }, - "NHibernate.Linq/1.0.0": { - "dependencies": { - "NHibernate": "4.0.4.4000" - }, - "runtime": { - "lib/NHibernate.Linq.dll": {} - } - }, - "OAuth/1.0.3": { - "runtime": { - "lib/net40/OAuth.dll": {} - } - }, - "PayPalCoreSDK/1.7.1": { - "dependencies": { - "Newtonsoft.Json": "9.0.1" - }, - "runtime": { - "lib/net451/PayPalCoreSDK.dll": {} - } - }, - "PayPalMerchantSDK/2.16.204": { - "dependencies": { - "PayPalCoreSDK": "1.7.1" - }, - "runtime": { - "lib/net20/PayPalMerchantSDK.dll": {} - } - }, - "RestApiSDK/0.11.0": { - "dependencies": { - "PayPalCoreSDK": "1.7.1" - }, - "runtime": { - "lib/net45/RestApiSDK.dll": {} - } - }, - "Serilog/2.1.0": { - "runtime": { - "lib/net45/Serilog.dll": {} - } - }, - "Serilog.Extensions.Logging/1.1.0": { - "dependencies": { - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "Serilog": "2.1.0", - "System.Runtime": "4.0.10.0" - }, - "runtime": { - "lib/net45/Serilog.Extensions.Logging.dll": {} - } - }, - "Serilog.Sinks.ColoredConsole/2.0.0": { - "dependencies": { - "Serilog": "2.1.0" - }, - "runtime": { - "lib/net45/Serilog.Sinks.ColoredConsole.dll": {} - } - }, - "Serilog.Sinks.File/2.0.0": { - "dependencies": { - "Serilog": "2.1.0" - }, - "runtime": { - "lib/net45/Serilog.Sinks.File.dll": {} - } - }, - "Serilog.Sinks.RollingFile/2.1.0": { - "dependencies": { - "Serilog": "2.1.0", - "Serilog.Sinks.File": "2.0.0" - }, - "runtime": { - "lib/net45/Serilog.Sinks.RollingFile.dll": {} - } - }, - "StackExchange.Redis/1.1.603": { - "runtime": { - "lib/net45/StackExchange.Redis.dll": {} - } - }, - "Swashbuckle.Swagger/6.0.0-beta901": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.Core": "1.0.0", - "Microsoft.AspNetCore.Mvc.Formatters.Json": "1.0.0" - }, - "runtime": { - "lib/net451/Swashbuckle.Swagger.dll": {} - } - }, - "Swashbuckle.SwaggerGen/6.0.0-beta901": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.ApiExplorer": "1.0.0", - "Microsoft.AspNetCore.Mvc.Core": "1.0.0", - "Microsoft.AspNetCore.Mvc.DataAnnotations": "1.0.0", - "Swashbuckle.Swagger": "6.0.0-beta901", - "System.Xml": "4.0.0.0" - }, - "runtime": { - "lib/net451/Swashbuckle.SwaggerGen.dll": {} - } - }, - "Swashbuckle.SwaggerUi/6.0.0-beta901": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.Core": "1.0.0", - "Microsoft.AspNetCore.StaticFiles": "1.0.0", - "Microsoft.Extensions.FileProviders.Embedded": "1.0.0", - "System.Xml": "4.0.0.0" - }, - "runtime": { - "lib/net451/Swashbuckle.SwaggerUi.dll": {} - } - }, - "System.Buffers/4.0.0": { - "runtime": { - "lib/netstandard1.1/System.Buffers.dll": {} - } - }, - "System.Collections/4.0.0.0": {}, - "System.Collections.Concurrent/4.0.0.0": {}, - "System.Collections.Immutable/1.2.0": { - "runtime": { - "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll": {} - } - }, - "System.ComponentModel/4.0.0.0": {}, - "System.ComponentModel.Primitives/4.1.0": { - "dependencies": { - "System": "4.0.0.0", - "mscorlib": "4.0.0.0" - }, - "runtime": { - "lib/net45/System.ComponentModel.Primitives.dll": {} - } - }, - "System.ComponentModel.TypeConverter/4.1.0": { - "dependencies": { - "System.ComponentModel.Primitives": "4.1.0", - "System": "4.0.0.0", - "mscorlib": "4.0.0.0" - }, - "runtime": { - "lib/net45/System.ComponentModel.TypeConverter.dll": {} - } - }, - "System.Diagnostics.Contracts/4.0.0.0": {}, - "System.Diagnostics.Debug/4.0.0.0": {}, - "System.Diagnostics.DiagnosticSource/4.0.0": { - "runtime": { - "lib/portable-net45+win8+wpa81/System.Diagnostics.DiagnosticSource.dll": {} - } - }, - "System.Diagnostics.Tools/4.0.0.0": {}, - "System.Diagnostics.Tracing/4.0.10.0": {}, - "System.Drawing.Primitives/4.0.0": { - "dependencies": { - "System.Drawing": "4.0.0.0", - "mscorlib": "4.0.0.0" - }, - "runtime": { - "lib/net45/System.Drawing.Primitives.dll": {} - } - }, - "System.Globalization/4.0.0.0": {}, - "System.IO/4.0.0.0": {}, - "System.IO.Compression/4.0.0.0": {}, - "System.Linq/4.0.0.0": {}, - "System.Linq.Expressions/4.0.0.0": {}, - "System.Net.Http/4.0.0.0": {}, - "System.Net.Primitives/4.0.0.0": {}, - "System.Numerics.Vectors/4.1.1": { - "runtime": { - "lib/portable-net45+win8+wp8+wpa81/System.Numerics.Vectors.dll": {} - } - }, - "System.ObjectModel/4.0.0.0": {}, - "System.Reflection/4.0.0.0": {}, - "System.Reflection.Emit/4.0.0.0": {}, - "System.Reflection.Emit.Lightweight/4.0.0.0": {}, - "System.Reflection.Extensions/4.0.0.0": {}, - "System.Reflection.Metadata/1.3.0": { - "dependencies": { - "System.Collections.Immutable": "1.2.0" - }, - "runtime": { - "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} - } - }, - "System.Reflection.Primitives/4.0.0.0": {}, - "System.Resources.ResourceManager/4.0.0.0": {}, - "System.Runtime/4.0.10.0": {}, - "System.Runtime.Extensions/4.0.0.0": {}, - "System.Runtime.InteropServices/4.0.10.0": {}, - "System.Runtime.InteropServices.RuntimeInformation/4.0.0": { - "runtime": { - "lib/net45/System.Runtime.InteropServices.RuntimeInformation.dll": {} - } - }, - "System.Runtime.Numerics/4.0.0.0": {}, - "System.Runtime.Serialization.Primitives/4.0.0.0": {}, - "System.Text.Encoding/4.0.0.0": {}, - "System.Text.Encoding.Extensions/4.0.0.0": {}, - "System.Text.Encodings.Web/4.0.0": { - "runtime": { - "lib/netstandard1.0/System.Text.Encodings.Web.dll": {} - } - }, - "System.Text.RegularExpressions/4.0.0.0": {}, - "System.Threading/4.0.0.0": {}, - "System.Threading.Tasks/4.0.0.0": {}, - "System.Threading.Tasks.Extensions/4.0.0": { - "runtime": { - "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.dll": {} - } - }, - "System.Threading.Timer/4.0.0.0": {}, - "System.Xml.ReaderWriter/4.0.0.0": {}, - "System.Xml.XDocument/4.0.0.0": {}, - "TweetinviAPI/1.3.0": { - "dependencies": { - "Autofac": "3.5.2", - "Microsoft.Bcl.Async": "1.0.168", - "Microsoft.Bcl.Build": "1.0.21", - "Microsoft.Net.Http": "2.2.29", - "Newtonsoft.Json": "9.0.1" - }, - "runtime": { - "lib/net45/Tweetinvi.dll": {} - } - }, - "Zlib.Portable.Signed/1.11.0": { - "runtime": { - "lib/portable-net4+sl5+wp8+win8+wpa81+MonoTouch+MonoAndroid/Zlib.Portable.dll": {} - } - }, - "Domain.Socioboard/1.0.0": { - "dependencies": { - "System.ComponentModel.DataAnnotations": "4.0.0.0", - "System.Net": "4.0.0.0", - "System.Security": "4.0.0.0", - "MongoDB.Bson": "2.2.4", - "NETStandard.Library": "1.6.0", - "Newtonsoft.Json": "9.0.1" - }, - "runtime": { - "Domain.Socioboard.dll": {} - } - }, - "Socioboard.Facebook/1.0.0": { - "dependencies": { - "Facebook": "7.0.10-beta", - "Newtonsoft.Json": "9.0.1", - "Domain.Socioboard": "1.0.0", - "NETStandard.Library": "1.6.0" - }, - "runtime": { - "Socioboard.Facebook.dll": {} - } - }, - "Socioboard.Google/1.0.0": { - "dependencies": { - "Microsoft.AspNet.WebApi.Client": "5.2.3", - "System.Data": "4.0.0.0", - "System.Xml": "4.0.0.0", - "System.Xml.Linq": "4.0.0.0", - "NETStandard.Library": "1.6.0" - }, - "runtime": { - "Socioboard.Google.dll": {} - } - }, - "Socioboard.Instagram/1.0.0": { - "dependencies": { - "System.Xml": "4.0.0.0", - "System.Xml.Linq": "4.0.0.0", - "NETStandard.Library": "1.6.0", - "Newtonsoft.Json": "9.0.1", - "Hammock": "1.2.3", - "OAuth": "1.0.3" - }, - "runtime": { - "Socioboard.Instagram.dll": {} - } - }, - "Socioboard.LinkedIn/1.0.0": { - "dependencies": { - "System.Web.Extensions": "4.0.0.0", - "System.Xml": "4.0.0.0", - "System.Xml.Linq": "4.0.0.0", - "NETStandard.Library": "1.6.0", - "Newtonsoft.Json": "9.0.1", - "Hammock": "1.2.3", - "OAuth": "1.0.3" - }, - "runtime": { - "Socioboard.LinkedIn.dll": {} - } - }, - "Socioboard.Pinterest/1.0.0": { - "dependencies": { - "System.Xml": "4.0.0.0", - "System.Xml.Linq": "4.0.0.0", - "NETStandard.Library": "1.6.0", - "Newtonsoft.Json": "9.0.1" - }, - "runtime": { - "Socioboard.Pinterest.dll": {} - } - }, - "Socioboard.Twitter/1.0.0": { - "dependencies": { - "System.Xml": "4.0.0.0", - "System.Xml.Linq": "4.0.0.0", - "NETStandard.Library": "1.6.0", - "Newtonsoft.Json": "9.0.1", - "Hammock": "1.2.3", - "OAuth": "1.0.3" - }, - "runtime": { - "Socioboard.Twitter.dll": {} - } - }, - "System.Xml/4.0.0.0": {}, - "mscorlib/4.0.0.0": {}, - "System/4.0.0.0": {}, - "System.Core/4.0.0.0": {}, - "System.ComponentModel.DataAnnotations/4.0.0.0": {}, - "System.Security/4.0.0.0": {}, - "System.Xml.Linq/4.0.0.0": {}, - "System.Net/4.0.0.0": {}, - "System.Net.Http.WebRequest/4.0.0.0": {}, - "System.Drawing/4.0.0.0": {}, - "System.Data/4.0.0.0": {}, - "System.Web.Extensions/4.0.0.0": {} - } - }, - "libraries": { - "Api.Socioboard/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Autofac/3.5.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pGR5LjY8T/16x6SkJNd7u6EjQnE4C7JS0BZJ7Yl7pt313gIUZ/2ZnPSOIM5eaIA7ArxaudlyyLvAT4ayX5UJ/A==" - }, - "EntityFramework/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-y6lX/VMghGBV6TvgQS4Q2WK6kAcOoyD+TQxObN9utd0JsMMdMxyqARxKbvgi7KEIbQ8osZ4ZvImaly7l3NDFDw==" - }, - "Facebook/7.0.10-beta": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ftsRUZcfIfIppN2EQwIBfqoB16Ze7hvSSNdSkkdQUdODY25BjCUGZs63MQEdzPxLp7Mn058k8dwOS3NQ/W7GxA==" - }, - "Google.Apis/1.24.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-IotbJlX3qTthN3Z3HdtnzV81CkWUi5iFAKlZUqM0tEz5XYfm0rsieCIn5xGgemcrJ2NAQSrDVmcu4u2AHXS1uQ==" - }, - "Google.Apis.Analytics.v3/1.14.0.456": { - "type": "package", - "serviceable": true, - "sha512": "sha512-fKOx2HjpMW7zWu1m0rluPKFBsPehN9AqWgMRsiLPLXXSdf6nAxsw07xl13S7D1nLkUppyIQrjZ+jdvzvhBjJoA==" - }, - "Google.Apis.Auth/1.24.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Jlki9jQxZT2J1frKqbA7Hp2QwT14nrtrTBSb6NmT5JRfmFLDLtipJXLBSFnXpY8glchc2sQIIixMo5ul4buuhA==" - }, - "Google.Apis.Core/1.24.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ucJl79pUqRlD0GdsaJI0VPCcREmoYH+93Z1eHWRjOAkMQVGo2Jb9yOF6bJBQnPO+BTvGlf32a0Xc+nxCOLdvEw==" - }, - "Google.Apis.YouTube.v3/1.24.1.760": { - "type": "package", - "serviceable": true, - "sha512": "sha512-52hdVKEiSsut5cQc46pdgn91s6gNYH6T5ipbvjsnVHvyqps7c4OIylXvHNdCotd2S71u1+1/gLRW439BE4Whlg==" - }, - "Google.GData.Client/2.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-fEzWX+zWCJLj2pHcaY22hz4bbhCYzk01OodW2lqovh8jA2KsMaZ+SvZJqjl2sZo83us8DAFYlnopIR6qfkBbrQ==" - }, - "Google.GData.Extensions/2.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Pvei3H1fhthoPbgey6QXqlYD3BCYo+E2h/J1+1PVK1rKMQ/9Ifo3nx5KDT1luyu2H/ZGFxouDaxnqKq2u/J5Qg==" - }, - "Google.GData.YouTube/2.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-z/Ce0/mZDFs3sSqU5GdHhfilNVjnUHu8PZtfskzI3rMbxCLi9J1e1MQ097Jcl6DuSjkJl+M90JyC98wy5X7goA==" - }, - "Hammock/1.2.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-JdYotigd2ZilatoSXL+PXFZERRHkhTN3vn/rkVLrm2FxbXJjW0lhD4qEXF/gTv1RUp4gjgBwCTxv/WxQmAessQ==" - }, - "Iesi.Collections/4.0.0.4000": { - "type": "package", - "serviceable": true, - "sha512": "sha512-fLQKwZovMOhjte47Op+2YWLpmncQ/siA7hOdmG2eBLTFjp81s+gGkkGnDetOhBqYnmWK8g2kyx1DP9uNaJ68Ew==" - }, - "Imgur.API/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-P5sDCdRgjJoiUksCvkEu5KdF3rLKLioC6cAya7h/GyYhFEHePCwMq33QYDl/M4Ms9ALZEvoU/+vXxfMLpDhSlg==" - }, - "Libuv/1.9.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-9Q7AaqtQhS8JDSIvRBt6ODSLWDBI4c8YxNxyCQemWebBFUtBbc6M5Vi5Gz1ZyIUlTW3rZK9bIr5gnVyv0z7a2Q==" - }, - "Microsoft.ApplicationInsights/2.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-mviO8PLQd3r22Pmv8JfjYzTCQ9ByhkU9wdC4fwd6WmAARwAMgMw9HEbHeYS3r+8pB3w+fZMi7p4LKijzgNybRQ==" - }, - "Microsoft.ApplicationInsights.Agent.Intercept/1.2.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-nuqnTp+xechqRPBUi7sr4gxhyr+gJwMaxvSrhB4NyK1TbnT3yk1P5giSnaqQVvuIRHAdl9uD7lt2GRx/P/nlrA==" - }, - "Microsoft.ApplicationInsights.AspNetCore/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-t1O4hbatuHU4BJnuBZ4zmx6fNoTryyZO/NwxwqmMUbuHyvil3elkOZvX3pJWlUTOk6/wyRXItGKBiW4uDET6Kw==" - }, - "Microsoft.ApplicationInsights.DependencyCollector/2.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-WwZGU7P4D1VcF1+9CpUkveDAb2lCxzXnlPf0q9rtovSCHrGUa38JI7yldytTLhR4djN0y2TDFbuJP2EYsXgmnw==" - }, - "Microsoft.ApplicationInsights.PerfCounterCollector/2.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-UXZkWyBbvkUMU2CRUxGNqryqakxTppV/f60a2qolrNllalzLgXvNojFNHi+1C7gm1hJ82KgftCnOISsgWNwScQ==" - }, - "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel/2.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-cxvFUPc83qaPjvcr0cAT8EElPVvg+hSzCmCxSPEXRt5PnPGTafv/ra4sw8na/D3fQHmnMLuj1R0mMZiOLnSw9A==" - }, - "Microsoft.AspNet.WebApi.Client/5.2.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3kiI8peSXbXHDDrRuo+QaX0iCEVRe0nvn2dBDRw656uPX32UalbBlSIDUDlJxu05eau4tnuhsikiUuugvvoUoQ==" - }, - "Microsoft.AspNetCore.Antiforgery/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-oJnrSvL6S7jM2eD/TR/Kyp/7O6pKvN+8FcnYvUaxaHbKlISwl98o44uidzePBjGxTf4fh9NFEx/q3OuuxAvBzw==" - }, - "Microsoft.AspNetCore.Authorization/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-iVFQ5xHSyxmfWYdl5B/xIFzXgm4SRgYQUKlLFVNGfEhbbjw0Ur2pfVrEvpENrhHFOQ2XAZcuFlGxSIzZwsVrMg==" - }, - "Microsoft.AspNetCore.Cors/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-fC8lWOU3+ltkbgQyD1P7eRQ66fGfZkPNU2UkwOI8tyF5FUsd8nRTfzvsO4mSyQfgmgfk2Hc8TGzx/okevZwXkg==" - }, - "Microsoft.AspNetCore.Cryptography.Internal/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-0btvxwOqYNpKTUQrD7LA3p6Wi0vrhfWGBVqIKPS1KtEdkCv3QoVgFO4eJYuClGDS9NXhqk7TWh46/8x8wtZHaw==" - }, - "Microsoft.AspNetCore.DataProtection/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-gt4URT+8ljPk0ePspLqOGPJBm+s6iMvsZqweplhf7wiZSjFiG1uYBNpQ/0dFY7wSx3NMRjekyXzCjvkGAV570g==" - }, - "Microsoft.AspNetCore.DataProtection.Abstractions/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-h5ycDgkqmRdManmYMQVJgzNI7YtVp2X2/os1cKmdfrpfq+m9L8bMKhbd7PCksoLci+aYTOSn45khPl+hpPb9ug==" - }, - "Microsoft.AspNetCore.Diagnostics/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-nGmsbmax1PsMyOzeE+4UyA7dZZ4SlRa5j4eMbt1HArvUaec3Z7ldb7fASyCrC/tlpfKf9Jeruv1qy+yGyjUeQw==" - }, - "Microsoft.AspNetCore.Diagnostics.Abstractions/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-RrXsm5Xzvxs0OFDhRcIIUNOM5rXKnRWj/bIkuDkXNIBniGcPDrfGbACIatA127I6pmybNAE84puFAt3wsU2kww==" - }, - "Microsoft.AspNetCore.Hosting/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-0M7ZRAxTmGHOQV3B5Lm30VBg33uxxkPIKAxMc/C9yFBMPWPfk6V1uvb2ZL5eEPlo9/MZooITyMcGBQUHiakFjg==" - }, - "Microsoft.AspNetCore.Hosting.Abstractions/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-8r6qOl1jYyC523ZKM1QNl+6ijIoYWELWm0tpEWqtTIOg9DytHJWshB7usgqiuRmfHXM0EUziR6ouFY7iP7Tuzw==" - }, - "Microsoft.AspNetCore.Hosting.Server.Abstractions/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-sHZyhQEoW15T9E36rfdm5Ux6a6RZB0KNM79ccf2IplWASqmlRGhX4ydU3dzQRLhkHpLx16fnWOL0KScsO6BevQ==" - }, - "Microsoft.AspNetCore.Html.Abstractions/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/JLMu2k8FiInLZC0SHXT+Cmdzi7AYa3B5v9w32Kd0mPTH4RYIQo/XNPIOr2HsPTXp3I9cZo1DajaMVGnJMN2QA==" - }, - "Microsoft.AspNetCore.Http/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-c/+eWVWQ8fX5hBHhL1BY4k2n4kVyUnqJLSCj0sTTXwRTU6IKoGbTOUqHT9as8C71Vk54YpAsi/VPmGW7T/ap3A==" - }, - "Microsoft.AspNetCore.Http.Abstractions/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OJHlqdJOWKKBfsiVdX4Z4KCNuqvBIu6+1MVKuejRDyHnGyMkNHNoP/dtVzhPqvJXaJg9N4HlD0XNc6GDCFVffg==" - }, - "Microsoft.AspNetCore.Http.Extensions/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-GlvCPRpnw2jjHLdbGf/C28NQZLMeX1mugv5BS1a3FCQOJYyuwQZil4JwblR0frLyVrUVoJQ7UXRNZIzEVlO5XA==" - }, - "Microsoft.AspNetCore.Http.Features/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-6x7zgfbTo1gL9xMEb7EMO2ES/48bqwnWyfH09z+ubWhnzxdhHls8rtqstPylu5FPD9nid6Vo2pgDm5vufRAy5Q==" - }, - "Microsoft.AspNetCore.HttpOverrides/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-gHpdaaAzhaTWJZuJVo3ler2zzdQWrm8wnsoSjcNtoZZdTOkwImndRwK8o4GYoM18dfmfNheM7i4EENI7XHM/lA==" - }, - "Microsoft.AspNetCore.JsonPatch/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-WVaSVS+dDlWCR/qerHnBxU9tIeJ9GMA3M5tg4cxH7/cJYZZLnr2zvaFHGB+cRRNCKKTJ0pFRxT7ES8knhgAAaA==" - }, - "Microsoft.AspNetCore.Localization/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-DF/maMd9f6ZPoTlU8n6/AGm3fpZNPiiip34bPrBQuloX2a5O0KwyV72qKhJhJNqmVVnDnTu8XYT16ysoFXRxQA==" - }, - "Microsoft.AspNetCore.Mvc/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-nNiMnzdXHpMrsjnBRiYaVy5EMsCmTsqSIIOtJvMbqJldh1i3NCM9jgvp4Da+Ke1gkGd2/MK8rXp+8a5yF+QOOQ==" - }, - "Microsoft.AspNetCore.Mvc.Abstractions/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-d7KEexDwxSwVeZv+SDbsMRPl2WuKMVckOCp/KTGuI1NJhd/7GvNGW101iRIC3tC/yym0PaajcWwTZNVfjhyoJw==" - }, - "Microsoft.AspNetCore.Mvc.ApiExplorer/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-46aWHLmZ37c44bJzLdbSEmIxCwQo7BljHBoK8C9CPCEPOLPWmg0XyPhGyMSGY4woDmm9ukBOEpqT899BWSxhRw==" - }, - "Microsoft.AspNetCore.Mvc.Core/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-tjCOZJheOAKStHs4LIcrLsbF/00wEwSinC+vCFpsmdqGVl3/tX9jnID20E1NlkKOW68DOLBavoC23BWFiHa0JA==" - }, - "Microsoft.AspNetCore.Mvc.Cors/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-jz3au6mm/O0ahotfUqZTGtsftcd4UYKIzl2l0+WRG817UJdMGLmnmgmUPcAQR1nrI0Dg49MsfTkjWoMQM9CsUw==" - }, - "Microsoft.AspNetCore.Mvc.DataAnnotations/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ZU02Y2tnKu/lVv2ywnNO+nSRzDWiTlq+ZhSuR9L3Q9NqlCyQJXOgX+iD/BGshnMQ7ZTstjyO4h8WeF7Ii9vBWQ==" - }, - "Microsoft.AspNetCore.Mvc.Formatters.Json/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-XQQLbxYLmdRj2U685NxFIrxVxqsXHLO5zN4ZIhTQ23VxzI6Qk2WN9ska0tl4ZMDV/4pSyE8SlmNeKPCN3pW86w==" - }, - "Microsoft.AspNetCore.Mvc.Localization/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-+w4s6j88pzJmc++3IozCmo0AIOF8ks/LrOAuMTRm6ve/l+wTp/oqXu2tjLA3QAvP6n6hC3cm40qW69UhYUtSIQ==" - }, - "Microsoft.AspNetCore.Mvc.Razor/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-G17pVnANhBj6AdpzTnJV36MRx4KNLQao0NqGUyKFvtKjy77KR55Fmt6/MVykbOB5xH33fbMIveTiSF3h4kWSQA==" - }, - "Microsoft.AspNetCore.Mvc.Razor.Host/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-cMdbvKf56IRyviirKFAgwcUSxwzLVASRA8cgxQD6Bw/JO9uwpG33mWjMnsdmZveW0y/ek1FjHTx6Zd4UpZfQ6A==" - }, - "Microsoft.AspNetCore.Mvc.TagHelpers/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-5IT4kddg3Tz3Ki53HvP3fvjnpYzKjY5mFWhmpPQvE2vzfMr7zU6X1Cls2SnJPMcV6sAqzTB4j6AmUmcEpFNMqg==" - }, - "Microsoft.AspNetCore.Mvc.ViewFeatures/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-DNMCqY+TX5jgO3M1C7Lf5E61llWZ+QgtjLYfrIkq7yfZjhzI52nprFE3mh66HahKU1EvyOz9+ISdaSmTimfNbQ==" - }, - "Microsoft.AspNetCore.Razor/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-+vhlFn8n45hj1M91HYVm2ryLMZ+ZYR/OUdBVE8aUzkvkTVF+3UnNxSY3hAEugcgcbf9/XQTE+DDxEgN4LdYEjg==" - }, - "Microsoft.AspNetCore.Razor.Runtime/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-hsq6xJeqDDb78akZuy79QE3kaCxcigD3vccbIaNrrz7JSXOzayfteF06ToK+J1SXSDRtrBj3XZZfrjiqIY/vCw==" - }, - "Microsoft.AspNetCore.Routing/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-NvFvRtYHXWjBbXz5/7F7JDNcdhrE+tG1/Q9R6LmMxFgu8tkl1bqtFZQbMy17FYFkmm8Fn/T81blRGE2nxCbDRA==" - }, - "Microsoft.AspNetCore.Routing.Abstractions/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Ne5CFiD1xCGSHrGICw7PsVnj7gijfkMfsw52AO6ingcUhE01dc87cJPpfGLnY22MIvqn11ECLbNZYmzFp/Rs+A==" - }, - "Microsoft.AspNetCore.Server.IISIntegration/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-xmn6EivvL4Ymo7LP+Jc49WLcIiYsUiujZo0loEbAg473nY2dIHxcxncpFAKzPf/MzqN0qBtaXEP0igYJ813H3Q==" - }, - "Microsoft.AspNetCore.Server.Kestrel/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-TNRTsufpdeoa88kR2NU+mO0IZIyJCcBurkdLx4I9d7MpLV1MCnRCrIeTgFIOWpB+j6kytUUXblzhsd0rfk6+bQ==" - }, - "Microsoft.AspNetCore.StaticFiles/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pXiUBJtpO0fIlGEg/ESykhbIZ2+I+9Y+3qXzN19zZDDF+tD88eATg3A5MHMXu/VmqaROLfvpGJmJ6uOLUGsBVQ==" - }, - "Microsoft.AspNetCore.WebUtilities/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-D0licSnS1JgqQ/gYlN41wXbeYG3dFIdjY781YzMHZ5gBB7kczacshW+H6plZkXRr/cCnAJWGa31o1R8c5GEy/A==" - }, - "Microsoft.Bcl/1.1.10": { - "type": "package", - "serviceable": true, - "sha512": "sha512-+tTqoh/M1pyL8El3qLy30EcwnAtyvFoDZJtdG9Cbg/WdFbh4N8kyrq198XHuEL7lnJbeD0DRO8jcX5IIOh05cQ==" - }, - "Microsoft.Bcl.Async/1.0.168": { - "type": "package", - "serviceable": true, - "sha512": "sha512-tUNC02eBwDKpGre0BcNIvblLv1q0Q3DnS/vtkRHj2FE1sXwt386HAudztyl5C0U88hllrqHDvtlz8bK0Y8cHDA==" - }, - "Microsoft.Bcl.Build/1.0.21": { - "type": "package", - "serviceable": true, - "sha512": "sha512-sgHu4mIt0+NVGyI12Bj4hLPypNK55UOH+ologj2LqDCjxq3EbIxe/uAtHjY+fEwbE1dtsAHG8SXHf+V/EYbKTg==" - }, - "Microsoft.CodeAnalysis.Analyzers/1.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-HS3iRWZKcUw/8eZ/08GXKY2Bn7xNzQPzf8gRPHGSowX7u7XXu9i9YEaBeBNKUXWfI7qjvT2zXtLUvbN0hds8vg==" - }, - "Microsoft.CodeAnalysis.Common/1.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-V09G35cs0CT1C4Dr1IEOh8IGfnWALEVAOO5JXsqagxXwmYR012TlorQ+vx2eXxfZRKs3gAS/r92gN9kRBLba5A==" - }, - "Microsoft.CodeAnalysis.CSharp/1.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-BgWDIAbSFsHuGeLSn/rljLi51nXqkSo4DZ0qEIrHyPVasrhxEVq7aV8KKZ3HEfSFB+GIhBmOogE+mlOLYg19eg==" - }, - "Microsoft.CSharp/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.DotNet.InternalAbstractions/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-AAguUq7YyKk3yDWPoWA8DrLZvURxB/LrDdTn1h5lmPeznkFUpfC3p459w5mQYQE0qpquf/CkSQZ0etiV5vRHFA==" - }, - "Microsoft.Extensions.Caching.Abstractions/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-IxlFDVOchL6tdR05bk7EiJvMtvZrVkZXBhkbXqc3GxOHOrHFGcN+92WoWFPeBpdpy8ot/Px5ZdXzt7k+2n1Bdg==" - }, - "Microsoft.Extensions.Caching.Memory/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-6+7zTufCnZ+tfrUo7RbIRR3LB0BxwOwxfXuo0IbLyIvgoToGpWuz5wYEDfCYNOvpig9tY8FA0I1uRHYmITMXMQ==" - }, - "Microsoft.Extensions.Configuration/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-hR4yYebruRp6qyFnV3RW4qrnEb0J1LnMmQbj50AUA423V8dMs4E3YAohsyRyGBFnpbJ+KKzieSG/n2A6T0klZQ==" - }, - "Microsoft.Extensions.Configuration.Abstractions/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-nJ+Et/rnDMDmGhxvFAKdN3va7y+YDPICv1nUEP8I4IKgOkWwr/dCZHMqxVhJFrkbW9ux8Kd7erC4mvxfZh0WnA==" - }, - "Microsoft.Extensions.Configuration.Binder/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-kK8QuBcPQtmKJCkC9enc1uMRFa++mPTuVNm2K5jDVXcAYKRBcFSbdEBvIe1JIgA6dEsAQeqjfHfKSaUJ8f5NFQ==" - }, - "Microsoft.Extensions.Configuration.EnvironmentVariables/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-A0yqS98VtPNlFkFI7YBlwkAekUHE/9mMeNc+K4RmgTjCrskuk6pX3LGhDU7aD5CPYc9Px7M2To/2u4xDSnRikg==" - }, - "Microsoft.Extensions.Configuration.FileExtensions/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-MO7XtmLiqnpgVTX34uzFPvIS7jPmBUGLN0MP5MsYu6CqYTIs90ULjtrV5TegH5mTqKTXWjZRGXL26R6apTyc4w==" - }, - "Microsoft.Extensions.Configuration.Json/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-KRyEOe5/Xi3qyDMdEVh++e2pQRsI6C3wzINVExOcu9lOsFmXK/k4qOf244fyo59rnn6s5xKnIW3WbhxWS1hu2w==" - }, - "Microsoft.Extensions.DependencyInjection/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-zdtkiZNV6LB8xtpmfyUjP/9N9ZCL/ydQ+0bfjun38fbrk+MDEm9M2yeLzRdq+OIt5xExw/KU04wFaVwJ1bhQPg==" - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-+XwaNo3o9RhLQhUnnOBCaukeRi1X9yYc0Fzye9RlErSflKZdw0VgHtn6rvKo0FTionsW0x8QVULhKH+nkqVjQA==" - }, - "Microsoft.Extensions.DependencyModel/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-n55Y2T4qMgCNMrJaqAN+nlG2EH4XL+e9uxIg4vdFsQeF+L8UKxRdD3C35Bt+xk3vO3Zwp3g+6KFq2VPH2COSmg==" - }, - "Microsoft.Extensions.DiagnosticAdapter/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-GGI4Pp9DpRBFlAXDcZRz5e+R+TqLFBWzToTDXqxPjQiRq6DwPvDYuKD10rlJD4QxxeX8fcjakTlKO1RfC+DmFg==" - }, - "Microsoft.Extensions.FileProviders.Abstractions/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-4jsqTxG3py/hYSsOtZMkNJ2/CQqPdpwyK7bDUkrwHgqowCFSmx/C+R4IzQ+2AK2Up1fVcu+ldC0gktwidL828A==" - }, - "Microsoft.Extensions.FileProviders.Composite/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-4nbDQfagNr1eILXSFZbTNuAKuZ6SsOyK6ySTMryo67ECi8+EcZBQ12E0aXcxX/aT3v+3pbWSt71NXlEm8tKIxw==" - }, - "Microsoft.Extensions.FileProviders.Embedded/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-mMCI3/BLXAyBCDneqOI4ohETd0IXjbXZdoiCm1dYdnOdV193ByEOCFQ6/Vn9RVdU5UlC4Nn1P4J5Df7pXG/vGg==" - }, - "Microsoft.Extensions.FileProviders.Physical/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Ej5hGWtK3xM9YU+B2O8EdlMcJf5utbDQs9ecnfvwhENQeeNU7iI2jjnRB2d7V6o9SQZmNHPzdPvaNb3PlSMz+Q==" - }, - "Microsoft.Extensions.FileSystemGlobbing/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-scXp1Y+hmhQKLe57Z7cSjsAEFtE4zSHHydkg1SpvG56nWwWQVpVcRAbRZsv1qIBR5/vNB4LA9xiOKnvKO/Halg==" - }, - "Microsoft.Extensions.Globalization.CultureInfoCache/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-nxGoN8o+4clQk103krYRqS5FVVCZc3Tlc09AYj4W8gZ9Q5Jxa2BLW7ss+ogKU/hvNSg2NkJyQTfi9SegGU6ssQ==" - }, - "Microsoft.Extensions.Localization/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-nkDgz++GXjMSEIiVS6CpeirV8m8zvc/vUN2sq5sPnqG8PZltCMSNmqrwyL1onx6A6aRNdTr1nVfvYHwWAmS4vg==" - }, - "Microsoft.Extensions.Localization.Abstractions/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-hQ2sEJf7swsD5jk4DogLI3DazGvsvbz0IuSbxPFDjcvP0PRdxgCsyGpg70LD+3tRmxZcE1uh5jtcAi4X2BcB9w==" - }, - "Microsoft.Extensions.Logging/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-0mDuASVrd/nMeBYIJSK+9lT3TSmWxUXP/ipVB1pF1ApMN5fqGCckPTNwmOfT4Z9wPkXGnhbwFTGrxZvbzTWxOg==" - }, - "Microsoft.Extensions.Logging.Abstractions/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-wHT6oY50q36mAXBRKtFaB7u07WxKC5u2M8fi3PqHOOnHyUo9gD0u1TlCNR8UObHQxKMYwqlgI8TLcErpt29n8A==" - }, - "Microsoft.Extensions.Logging.Console/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-GN4gFFONP12KbFEG9rNFpXuz6D2Tybcm8+c1wilaQ1eSl9zVX0gVRrKw/YRwxdwbM3eK7nWfRRqJaQPzOjtLnA==" - }, - "Microsoft.Extensions.Logging.Debug/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-V8fP8pGJxieGa1DAYOF1RX+cCGGqdOGNoAQUzxmy27+qNzbHB/cUXc7mCZT72jPZMB4U12zSVWlIt26GMsUIOg==" - }, - "Microsoft.Extensions.ObjectPool/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-BTXoWSTrv/saLlNSg8l41YOoSKeUUanQLykUqRTtiUJz2xxQOCgm4ckPzrdmSK6w0mdjR2h7IrUDGdBF78Z7yg==" - }, - "Microsoft.Extensions.Options/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-SdP3yPKF++JTkoa91pBDiE70uQkR/gdXWzOnMPbSj+eOqY1vgY+b8RVl+gh7TrJ2wlCK2QqnQtvCQlPPZRK36w==" - }, - "Microsoft.Extensions.Options.ConfigurationExtensions/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ov+cv1w81/lVrjqorjSpUvTzJhRVFu2GSRyRQYcGfGWPwrCz6473YoiqK/XNbeBmmF9VVyGPHVMubAH+Atsr3g==" - }, - "Microsoft.Extensions.PlatformAbstractions/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-zyjUzrOmuevOAJpIo3Mt5GmpALVYCVdLZ99keMbmCxxgQH7oxzU58kGHzE6hAgYEiWsdfMJLjVR7r+vSmaJmtg==" - }, - "Microsoft.Extensions.Primitives/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3q2vzfKEDjL6JFkRpk5SFA3zarYsO6+ZYgoucNImrUMzDn0mFbEOL5p9oPoWiypwypbJVVjWTf557bXZ0YFLig==" - }, - "Microsoft.Extensions.WebEncoders/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-NSSIBREmHHiyoAFXV2LMA+a6RMZtTHxgUbHJGHRtnjmTKnRyticx5HAzNpy8VG9+HCCHenL9QD7zSA8jjgAi5A==" - }, - "Microsoft.Net.Http/2.2.29": { - "type": "package", - "serviceable": true, - "sha512": "sha512-fc4CPEewJ30Xgal+fSq1lYIBt582A7eKlAL7O4HXiYAiTp2VTnA4osSvk7T2n8aS4xTCPVJusQk3yKLT0XSpkg==" - }, - "Microsoft.Net.Http.Headers/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-1lr92itF1fKR2oEQ6gk1IUsuCgp7UMlf/b1sjlAyuDeUnttj39ra59GQHYpomglJX1UVNpi1/cSBbEsXoNeIhw==" - }, - "Microsoft.NETCore.Platforms/1.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-2G6OjjJzwBfNOO8myRV/nFrbTw5iA+DEm0N+qUqhrOmaVtn4pC77h38I1jsXGw5VH55+dPfQsqHD0We9sCl9FQ==" - }, - "MongoDB.Bson/2.2.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Q3TLxEVx5MsoXgqHqUFAh15kGJmgv1pvgXtm4/d9E22Ee8X9jVoPC8zIgIuQddO771Zbn9chJE+5QLfgxZl25Q==" - }, - "MongoDB.Driver/2.2.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-iWvQlPMSeA8oe7LqfgqZ0txY8+/Ns6qD/efR3tcMT4DgYT4W1vJZ4A8dfegeIZV3kKIiFA+L4ALgww5nfJtcBg==" - }, - "MongoDB.Driver.Core/2.2.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-gdqzKYas7RMBXt36N8UWTriVitRbX+8Y57yxdNDn6DzXe7aS1tcBofAtBO8FxOtmkGY3fD9CQUbqLLNDuAfjRQ==" - }, - "MySql.Data/6.9.8": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ZSkMKsB1J9Cb/nO3+GlfX/YttibU23y5ZQtn/xzzl3xfPK512wP1jNjiVG4AFvmeJrf02qHNc/GfXJGYYHN8Pg==" - }, - "MySql.Data.Entity/6.9.8": { - "type": "package", - "serviceable": true, - "sha512": "sha512-jdMn+++xLDtdrTy4QYIWWoIsf2EGC4UACEkPcvWloD9Zty5KmlY8Zee9csJB9BpO3mlGzSNzc15vJmrg/Vv1vQ==" - }, - "NETStandard.Library/1.6.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ypsCvIdCZ4IoYASJHt6tF2fMo7N30NLgV1EbmC+snO490OMl9FvVxmumw14rhReWU3j3g7BYudG6YCrchwHJlA==" - }, - "Newtonsoft.Json/9.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-U82mHQSKaIk+lpSVCbWYKNavmNH1i5xrExDEquU1i6I5pV6UMOqRnJRSlKO3cMPfcpp0RgDY+8jUXHdQ4IfXvw==" - }, - "NHibernate/4.0.4.4000": { - "type": "package", - "serviceable": true, - "sha512": "sha512-jAKwpGLeGai8KWj1e3p1K882vlZUJaQeH4RTuscKTyXhsEsiQEe2uKs9S3bY91aPyygMiPXg1CyRopi1K+e5aA==" - }, - "NHibernate.Linq/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-iHt5IrvPWXEh90BV9XDPMBkiCKwlwJ/iCHY5fP7qAvJ512J59cya8eFAY1FJJ6QcTGa8bD5MlSJAXJDXx2VHaA==" - }, - "OAuth/1.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-hgYuURGgXcAmxg8Xn/wIlI85eCy4UuxujmR04uXpDQjUwFfgT25eM+j1FerJwI9FK+K8Mr1ViNXP4Vm9BsxW7A==" - }, - "PayPalCoreSDK/1.7.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-hGOLo3X2vgOpOWJI91+vlBgr/Dchk3xZAF0bdIpKiAwjlRKMjzSC4zuT1eGwmQ8uVL1IaGBZwNGklyRHDniYlQ==" - }, - "PayPalMerchantSDK/2.16.204": { - "type": "package", - "serviceable": true, - "sha512": "sha512-uqn99kb71EYWbdYz3dIXTeTzbh5buhfa7uvSemZXDFW1BRnDi8CGAdbK2AX7ZT1JsH3GuQZqxqC0/KpWKML9Wg==" - }, - "RestApiSDK/0.11.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-uexfc/d0uEYD98dkCBqLHcJEMNZW3MBOlaTg93acTcxhKOKKTZITl7ghS7mYEF0szPJL/ueJiPOB56eQtA6ywQ==" - }, - "Serilog/2.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OgcPRKdML09vZ2TCsExktklCa4fyj5nxghz1SL1oKArAZnm0rojIHTsb93hckJnNbc9IfQ1jtFp3M7fE0nIvGg==" - }, - "Serilog.Extensions.Logging/1.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-6fvXcoX6qarOjItiJfkdGsFF1WvJbHpWuz+s7/HirtwYONSYd4xLOF/PCqKjnyT44AFAB9EedUaz74wvCf/xRw==" - }, - "Serilog.Sinks.ColoredConsole/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pAH8MO/6oPPToCnwKpSAszIVF0tPpYjKLNhAJlTxAinpcRjPrKT/1bGTW/ZqoCluVyZQl5eg1gIxEkhHEd6Uww==" - }, - "Serilog.Sinks.File/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-atGnXIHSM5Lg9E14mXc1Yf8CuKnNSaenW+ZPVCrM1O/+lXwl3BgZ6ZXvLE1n4XF71ZU1U9dx/Yg47ci90QbjrQ==" - }, - "Serilog.Sinks.RollingFile/2.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-bBCGuXxlLq2yho3QLdRzEsW2sp7zQKcrNb7gmyqLtNwE3K20MolNYWoWqEmZJGGBktPt8quFYQJCFXSPdpGkTQ==" - }, - "StackExchange.Redis/1.1.603": { - "type": "package", - "serviceable": true, - "sha512": "sha512-p1r0jd4HiJHQ72ynTJ/ypNzf4xvCKtPJdqpeS8h9Raa5wakJ8a0Bxw1f8iYvqUOLC2CMfZMkHv3IlNYijktSAw==" - }, - "Swashbuckle.Swagger/6.0.0-beta901": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Aa9fzgCfJ6STF9EJyvpHz0J2BUKMYOV/ASZVvEN/Z8Tad4Ovn2KiKr6yN5rrXvtVqWjYlOiFPd01TM/DCtmKYA==" - }, - "Swashbuckle.SwaggerGen/6.0.0-beta901": { - "type": "package", - "serviceable": true, - "sha512": "sha512-lLznzenpFMkSyIygf7PZr9f48PRT51kSrrfsvufgciUxnKOBsGJMAFhBWQFccYSxDjFYdP0EOfPU6yZrGwZ+nQ==" - }, - "Swashbuckle.SwaggerUi/6.0.0-beta901": { - "type": "package", - "serviceable": true, - "sha512": "sha512-qqYh14nwLQI4NCTYQXjtoXoAjv1Fonio5LFRLlbQ8vfDUMOjEzBw94oLUF7uRBivrY6NEEqTmBasSdujveCCeA==" - }, - "System.Buffers/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-msXumHfjjURSkvxUjYuq4N2ghHoRi2VpXcKMA7gK6ujQfU3vGpl+B6ld0ATRg+FZFpRyA6PgEPA+VlIkTeNf2w==" - }, - "System.Collections/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Collections.Concurrent/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Collections.Immutable/1.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Cma8cBW6di16ZLibL8LYQ+cLjGzoKxpOTu/faZfDcx94ZjAGq6Nv5RO7+T1YZXqEXTZP9rt1wLVEONVpURtUqw==" - }, - "System.ComponentModel/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.ComponentModel.Primitives/4.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-sc/7eVCdxPrp3ljpgTKVaQGUXiW05phNWvtv/m2kocXqrUQvTVWKou1Edas2aDjTThLPZOxPYIGNb/HN0QjURg==" - }, - "System.ComponentModel.TypeConverter/4.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-MnDAlaeJZy9pdB5ZdOlwdxfpI+LJQ6e0hmH7d2+y2LkiD8DRJynyDYl4Xxf3fWFm7SbEwBZh4elcfzONQLOoQw==" - }, - "System.Diagnostics.Contracts/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Diagnostics.Debug/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Diagnostics.DiagnosticSource/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-YKglnq4BMTJxfcr6nuT08g+yJ0UxdePIHxosiLuljuHIUR6t4KhFsyaHOaOc1Ofqp0PUvJ0EmcgiEz6T7vEx3w==" - }, - "System.Diagnostics.Tools/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Diagnostics.Tracing/4.0.10.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Drawing.Primitives/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-9lVRG1voBwzLGZkf1XFJrobdZDZ5ZHMU4FVTbXAbzehpN90yYgkUeo9GoEYdvkt/EXaaHZJAeuffXP4JBbY+Ig==" - }, - "System.Globalization/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.IO/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.IO.Compression/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Linq/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Linq.Expressions/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Net.Http/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Net.Primitives/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Numerics.Vectors/4.1.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Ex1NSKycC2wi5XBMWUGWPc3lumh6OQWFFmmpZFZz0oLht5lQ+wWPHVZumOrMJuckfUiVMd4p67BrkBos8lcF+Q==" - }, - "System.ObjectModel/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Reflection/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Reflection.Emit/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Reflection.Emit.Lightweight/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Reflection.Extensions/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Reflection.Metadata/1.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-jMSCxA4LSyKBGRDm/WtfkO03FkcgRzHxwvQRib1bm2GZ8ifKM1MX1al6breGCEQK280mdl9uQS7JNPXRYk90jw==" - }, - "System.Reflection.Primitives/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Resources.ResourceManager/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Runtime/4.0.10.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Runtime.Extensions/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Runtime.InteropServices/4.0.10.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Runtime.InteropServices.RuntimeInformation/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-hWPhJxc453RCa8Z29O91EmfGeZIHX1ZH2A8L6lYQVSaKzku2DfArSfMEb1/MYYzPQRJZeu0c9dmYeJKxW5Fgng==" - }, - "System.Runtime.Numerics/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Runtime.Serialization.Primitives/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Text.Encoding/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Text.Encoding.Extensions/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Text.Encodings.Web/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-TWZnuiJgPDAEEUfobD7njXvSVR2Toz+jvKWds6yL4oSztmKQfnWzucczjzA+6Dv1bktBdY71sZW1YN0X6m9chQ==" - }, - "System.Text.RegularExpressions/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Threading/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Threading.Tasks/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Threading.Tasks.Extensions/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pH4FZDsZQ/WmgJtN4LWYmRdJAEeVkyriSwrv2Teoe5FOU0Yxlb6II6GL8dBPOfRmutHGATduj3ooMt7dJ2+i+w==" - }, - "System.Threading.Timer/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Xml.ReaderWriter/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Xml.XDocument/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "TweetinviAPI/1.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-F3bWNt8J4PUADh4Igt1HCt6rlK/fGEAbjR4NT9sTE3iEObCDCmfrYSqDcxgN4yuE2rQdnjzA/eJ0xHuiVN3WBw==" - }, - "Zlib.Portable.Signed/1.11.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-1f4itCxlSBxU8kf85qUmx1+d0iHKLeZK8S7ilb4w0t+uV+/xtOUUVOEAnFMG5uHVBc7L+ycZjWQoA+a1GZKYjg==" - }, - "Domain.Socioboard/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Socioboard.Facebook/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Socioboard.Google/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Socioboard.Instagram/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Socioboard.LinkedIn/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Socioboard.Pinterest/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Socioboard.Twitter/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "System.Xml/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "mscorlib/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Core/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.ComponentModel.DataAnnotations/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Security/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Xml.Linq/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Net/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Net.Http.WebRequest/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Drawing/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Data/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Web.Extensions/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - } - } -} \ No newline at end of file diff --git a/src/Api.Socioboard/obj/Debug/net451/dotnet-compile-csc.rsp b/src/Api.Socioboard/obj/Debug/net451/dotnet-compile-csc.rsp deleted file mode 100644 index c1124405b..000000000 --- a/src/Api.Socioboard/obj/Debug/net451/dotnet-compile-csc.rsp +++ /dev/null @@ -1,307 +0,0 @@ --d:DEBUG --d:TRACE --d:NET451 --nowarn:CS1701 --nowarn:CS1702 --nowarn:CS1705 --platform:x64 --doc:"D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\bin\Debug\net451\Api.Socioboard.xml" --debug:full --nostdlib --nologo -"D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\obj\Debug\net451\dotnet-compile.assemblyinfo.cs" --out:"D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\bin\Debug\net451\Api.Socioboard.exe" --r:"C:\Users\GLB-008-PC\.nuget\packages\Autofac\3.5.2\lib\net40\Autofac.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\EntityFramework\6.0.0\lib\net45\EntityFramework.SqlServer.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\EntityFramework\6.0.0\lib\net45\EntityFramework.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Facebook\7.0.10-beta\lib\net45\Facebook.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Google.Apis\1.24.1\lib\net45\Google.Apis.PlatformServices.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Google.Apis\1.24.1\lib\net45\Google.Apis.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Google.Apis.Analytics.v3\1.14.0.456\lib\portable-net45+netcore45+wpa81+wp8\Google.Apis.Analytics.v3.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Google.Apis.Auth\1.24.1\lib\net45\Google.Apis.Auth.PlatformServices.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Google.Apis.Auth\1.24.1\lib\net45\Google.Apis.Auth.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Google.Apis.Core\1.24.1\lib\net45\Google.Apis.Core.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Google.Apis.YouTube.v3\1.24.1.760\lib\net45\Google.Apis.YouTube.v3.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Google.GData.Client\2.2.0\lib\Google.GData.Client.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Google.GData.Extensions\2.2.0\lib\Google.GData.Extensions.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Google.GData.YouTube\2.2.0\lib\Google.GData.YouTube.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Hammock\1.2.3\lib\net40\Hammock.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Iesi.Collections\4.0.0.4000\lib\net40\Iesi.Collections.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Imgur.API\4.0.1\lib\net45\Imgur.API.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.ApplicationInsights\2.1.0\lib\net45\Microsoft.ApplicationInsights.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.ApplicationInsights.Agent.Intercept\1.2.1\lib\net45\Microsoft.AI.Agent.Intercept.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.ApplicationInsights.AspNetCore\1.0.0\lib\net451\Microsoft.ApplicationInsights.AspNetCore.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.ApplicationInsights.DependencyCollector\2.1.0\lib\net45\Microsoft.AI.DependencyCollector.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.ApplicationInsights.PerfCounterCollector\2.1.0\lib\net45\Microsoft.AI.PerfCounterCollector.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel\2.1.0\lib\net45\Microsoft.AI.ServerTelemetryChannel.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNet.WebApi.Client\5.2.3\lib\net45\System.Net.Http.Formatting.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.Antiforgery\1.0.0\lib\net451\Microsoft.AspNetCore.Antiforgery.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.Authorization\1.0.0\lib\net451\Microsoft.AspNetCore.Authorization.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.Cors\1.0.0\lib\net451\Microsoft.AspNetCore.Cors.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.Cryptography.Internal\1.0.0\lib\net451\Microsoft.AspNetCore.Cryptography.Internal.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.DataProtection\1.0.0\lib\net451\Microsoft.AspNetCore.DataProtection.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.DataProtection.Abstractions\1.0.0\lib\net451\Microsoft.AspNetCore.DataProtection.Abstractions.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.Diagnostics\1.0.0\lib\net451\Microsoft.AspNetCore.Diagnostics.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.Diagnostics.Abstractions\1.0.0\lib\netstandard1.0\Microsoft.AspNetCore.Diagnostics.Abstractions.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.Hosting\1.0.0\lib\net451\Microsoft.AspNetCore.Hosting.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.Hosting.Abstractions\1.0.0\lib\net451\Microsoft.AspNetCore.Hosting.Abstractions.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.Hosting.Server.Abstractions\1.0.0\lib\net451\Microsoft.AspNetCore.Hosting.Server.Abstractions.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.Html.Abstractions\1.0.0\lib\netstandard1.0\Microsoft.AspNetCore.Html.Abstractions.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.Http\1.0.0\lib\net451\Microsoft.AspNetCore.Http.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.Http.Abstractions\1.0.0\lib\net451\Microsoft.AspNetCore.Http.Abstractions.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.Http.Extensions\1.0.0\lib\net451\Microsoft.AspNetCore.Http.Extensions.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.Http.Features\1.0.0\lib\net451\Microsoft.AspNetCore.Http.Features.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.HttpOverrides\1.0.0\lib\net451\Microsoft.AspNetCore.HttpOverrides.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.JsonPatch\1.0.0\lib\netstandard1.1\Microsoft.AspNetCore.JsonPatch.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.Localization\1.0.0\lib\net451\Microsoft.AspNetCore.Localization.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.Mvc\1.0.0\lib\net451\Microsoft.AspNetCore.Mvc.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.Mvc.Abstractions\1.0.0\lib\net451\Microsoft.AspNetCore.Mvc.Abstractions.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.Mvc.ApiExplorer\1.0.0\lib\net451\Microsoft.AspNetCore.Mvc.ApiExplorer.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.Mvc.Core\1.0.0\lib\net451\Microsoft.AspNetCore.Mvc.Core.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.Mvc.Cors\1.0.0\lib\net451\Microsoft.AspNetCore.Mvc.Cors.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.Mvc.DataAnnotations\1.0.0\lib\net451\Microsoft.AspNetCore.Mvc.DataAnnotations.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.Mvc.Formatters.Json\1.0.0\lib\net451\Microsoft.AspNetCore.Mvc.Formatters.Json.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.Mvc.Localization\1.0.0\lib\net451\Microsoft.AspNetCore.Mvc.Localization.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.Mvc.Razor\1.0.0\lib\net451\Microsoft.AspNetCore.Mvc.Razor.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.Mvc.Razor.Host\1.0.0\lib\net451\Microsoft.AspNetCore.Mvc.Razor.Host.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.Mvc.TagHelpers\1.0.0\lib\net451\Microsoft.AspNetCore.Mvc.TagHelpers.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.Mvc.ViewFeatures\1.0.0\lib\net451\Microsoft.AspNetCore.Mvc.ViewFeatures.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.Razor\1.0.0\lib\net451\Microsoft.AspNetCore.Razor.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.Razor.Runtime\1.0.0\lib\net451\Microsoft.AspNetCore.Razor.Runtime.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.Routing\1.0.0\lib\net451\Microsoft.AspNetCore.Routing.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.Routing.Abstractions\1.0.0\lib\net451\Microsoft.AspNetCore.Routing.Abstractions.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.Server.IISIntegration\1.0.0\lib\net451\Microsoft.AspNetCore.Server.IISIntegration.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.Server.Kestrel\1.0.0\lib\net451\Microsoft.AspNetCore.Server.Kestrel.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.StaticFiles\1.0.0\lib\net451\Microsoft.AspNetCore.StaticFiles.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.WebUtilities\1.0.0\lib\net451\Microsoft.AspNetCore.WebUtilities.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.Bcl.Async\1.0.168\lib\net40\Microsoft.Threading.Tasks.Extensions.Desktop.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.Bcl.Async\1.0.168\lib\net40\Microsoft.Threading.Tasks.Extensions.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.Bcl.Async\1.0.168\lib\net40\Microsoft.Threading.Tasks.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.CodeAnalysis.Common\1.3.0\lib\net45\Microsoft.CodeAnalysis.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.CodeAnalysis.CSharp\1.3.0\lib\net45\Microsoft.CodeAnalysis.CSharp.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Microsoft.CSharp.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.DotNet.InternalAbstractions\1.0.0\lib\net451\Microsoft.DotNet.InternalAbstractions.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.Extensions.Caching.Abstractions\1.0.0\lib\netstandard1.0\Microsoft.Extensions.Caching.Abstractions.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.Extensions.Caching.Memory\1.0.0\lib\net451\Microsoft.Extensions.Caching.Memory.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.Extensions.Configuration\1.0.0\lib\netstandard1.1\Microsoft.Extensions.Configuration.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.Extensions.Configuration.Abstractions\1.0.0\lib\netstandard1.0\Microsoft.Extensions.Configuration.Abstractions.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.Extensions.Configuration.Binder\1.0.0\lib\netstandard1.1\Microsoft.Extensions.Configuration.Binder.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.Extensions.Configuration.EnvironmentVariables\1.0.0\lib\net451\Microsoft.Extensions.Configuration.EnvironmentVariables.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.Extensions.Configuration.FileExtensions\1.0.0\lib\net451\Microsoft.Extensions.Configuration.FileExtensions.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.Extensions.Configuration.Json\1.0.0\lib\net451\Microsoft.Extensions.Configuration.Json.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.Extensions.DependencyInjection\1.0.0\lib\netstandard1.1\Microsoft.Extensions.DependencyInjection.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.Extensions.DependencyInjection.Abstractions\1.0.0\lib\netstandard1.0\Microsoft.Extensions.DependencyInjection.Abstractions.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.Extensions.DependencyModel\1.0.0\lib\net451\Microsoft.Extensions.DependencyModel.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.Extensions.DiagnosticAdapter\1.0.0\lib\netstandard1.1\Microsoft.Extensions.DiagnosticAdapter.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.Extensions.FileProviders.Abstractions\1.0.0\lib\netstandard1.0\Microsoft.Extensions.FileProviders.Abstractions.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.Extensions.FileProviders.Composite\1.0.0\lib\netstandard1.0\Microsoft.Extensions.FileProviders.Composite.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.Extensions.FileProviders.Embedded\1.0.0\lib\netstandard1.0\Microsoft.Extensions.FileProviders.Embedded.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.Extensions.FileProviders.Physical\1.0.0\lib\net451\Microsoft.Extensions.FileProviders.Physical.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.Extensions.FileSystemGlobbing\1.0.0\lib\net451\Microsoft.Extensions.FileSystemGlobbing.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.Extensions.Globalization.CultureInfoCache\1.0.0\lib\netstandard1.1\Microsoft.Extensions.Globalization.CultureInfoCache.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.Extensions.Localization\1.0.0\lib\net451\Microsoft.Extensions.Localization.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.Extensions.Localization.Abstractions\1.0.0\lib\netstandard1.0\Microsoft.Extensions.Localization.Abstractions.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.Extensions.Logging\1.0.0\lib\netstandard1.1\Microsoft.Extensions.Logging.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.Extensions.Logging.Abstractions\1.0.0\lib\netstandard1.1\Microsoft.Extensions.Logging.Abstractions.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.Extensions.Logging.Console\1.0.0\lib\net451\Microsoft.Extensions.Logging.Console.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.Extensions.Logging.Debug\1.0.0\lib\net451\Microsoft.Extensions.Logging.Debug.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.Extensions.ObjectPool\1.0.0\lib\net451\Microsoft.Extensions.ObjectPool.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.Extensions.Options\1.0.0\lib\netstandard1.0\Microsoft.Extensions.Options.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.Extensions.Options.ConfigurationExtensions\1.0.0\lib\netstandard1.1\Microsoft.Extensions.Options.ConfigurationExtensions.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.Extensions.PlatformAbstractions\1.0.0\lib\net451\Microsoft.Extensions.PlatformAbstractions.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.Extensions.Primitives\1.0.0\lib\netstandard1.0\Microsoft.Extensions.Primitives.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.Extensions.WebEncoders\1.0.0\lib\netstandard1.0\Microsoft.Extensions.WebEncoders.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.Net.Http\2.2.29\lib\net45\System.Net.Http.Extensions.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.Net.Http\2.2.29\lib\net45\System.Net.Http.Primitives.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.Net.Http.Headers\1.0.0\lib\netstandard1.1\Microsoft.Net.Http.Headers.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\MongoDB.Bson\2.2.4\lib\net45\MongoDB.Bson.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\MongoDB.Driver\2.2.4\lib\net45\MongoDB.Driver.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\MongoDB.Driver.Core\2.2.4\lib\net45\MongoDB.Driver.Core.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\MySql.Data\6.9.8\lib\net45\MySql.Data.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\MySql.Data.Entity\6.9.8\lib\net45\MySql.Data.Entity.EF6.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Newtonsoft.Json\9.0.1\lib\net45\Newtonsoft.Json.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\NHibernate\4.0.4.4000\lib\net40\NHibernate.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\NHibernate.Linq\1.0.0\lib\NHibernate.Linq.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\OAuth\1.0.3\lib\net40\OAuth.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\PayPalCoreSDK\1.7.1\lib\net451\PayPalCoreSDK.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\PayPalMerchantSDK\2.16.204\lib\net20\PayPalMerchantSDK.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\RestApiSDK\0.11.0\lib\net45\RestApiSDK.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Serilog\2.1.0\lib\net45\Serilog.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Serilog.Extensions.Logging\1.1.0\lib\net45\Serilog.Extensions.Logging.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Serilog.Sinks.ColoredConsole\2.0.0\lib\net45\Serilog.Sinks.ColoredConsole.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Serilog.Sinks.File\2.0.0\lib\net45\Serilog.Sinks.File.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Serilog.Sinks.RollingFile\2.1.0\lib\net45\Serilog.Sinks.RollingFile.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\StackExchange.Redis\1.1.603\lib\net45\StackExchange.Redis.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Swashbuckle.Swagger\6.0.0-beta901\lib\net451\Swashbuckle.Swagger.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Swashbuckle.SwaggerGen\6.0.0-beta901\lib\net451\Swashbuckle.SwaggerGen.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Swashbuckle.SwaggerUi\6.0.0-beta901\lib\net451\Swashbuckle.SwaggerUi.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\System.Buffers\4.0.0\lib\netstandard1.1\System.Buffers.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Collections.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Collections.Concurrent.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\System.Collections.Immutable\1.2.0\lib\portable-net45+win8+wp8+wpa81\System.Collections.Immutable.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.ComponentModel.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\System.ComponentModel.Primitives\4.1.0\ref\net45\System.ComponentModel.Primitives.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\System.ComponentModel.TypeConverter\4.1.0\ref\net45\System.ComponentModel.TypeConverter.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Diagnostics.Contracts.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Diagnostics.Debug.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\System.Diagnostics.DiagnosticSource\4.0.0\lib\portable-net45+win8+wpa81\System.Diagnostics.DiagnosticSource.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Diagnostics.Tools.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Diagnostics.Tracing.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\System.Drawing.Primitives\4.0.0\ref\net45\System.Drawing.Primitives.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Globalization.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.IO.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.IO.Compression.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Linq.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Linq.Expressions.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.Net.Http.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Net.Primitives.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\System.Numerics.Vectors\4.1.1\ref\netstandard1.0\System.Numerics.Vectors.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.ObjectModel.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Reflection.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Reflection.Emit.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Reflection.Emit.Lightweight.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Reflection.Extensions.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\System.Reflection.Metadata\1.3.0\lib\portable-net45+win8\System.Reflection.Metadata.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Reflection.Primitives.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Resources.ResourceManager.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Runtime.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Runtime.Extensions.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Runtime.InteropServices.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\System.Runtime.InteropServices.RuntimeInformation\4.0.0\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Runtime.Numerics.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Runtime.Serialization.Primitives.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Text.Encoding.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Text.Encoding.Extensions.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\System.Text.Encodings.Web\4.0.0\lib\netstandard1.0\System.Text.Encodings.Web.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Text.RegularExpressions.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Threading.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Threading.Tasks.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\System.Threading.Tasks.Extensions\4.0.0\lib\portable-net45+win8+wp8+wpa81\System.Threading.Tasks.Extensions.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Threading.Timer.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Xml.ReaderWriter.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Xml.XDocument.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\TweetinviAPI\1.3.0\lib\net45\Tweetinvi.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Zlib.Portable.Signed\1.11.0\lib\portable-net4+sl5+wp8+win8+wpa81+MonoTouch+MonoAndroid\Zlib.Portable.dll" --r:"D:\socioboardgithub\Socioboard-Core-3.0\src\Domain.Socioboard\bin\Debug\net451\Domain.Socioboard.dll" --r:"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Facebook\bin\Debug\net451\Socioboard.Facebook.dll" --r:"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Google\bin\Debug\net451\Socioboard.Google.dll" --r:"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Instagram\bin\Debug\net451\Socioboard.Instagram.dll" --r:"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.LinkedIn\bin\Debug\net451\Socioboard.LinkedIn.dll" --r:"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Pinterest\bin\Debug\net451\Socioboard.Pinterest.dll" --r:"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Twitter\bin\Debug\net451\Socioboard.Twitter.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.Xml.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\mscorlib.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.Core.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.ComponentModel.DataAnnotations.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.Security.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.Xml.Linq.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.Net.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.Net.Http.WebRequest.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.Drawing.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.Data.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.Web.Extensions.dll" --resource:"D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\obj\Debug\net451\Api.Socioboarddotnet-compile.deps.json",Api.Socioboard.deps.json -"D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Program.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Startup.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Controllers\AdsOffersController.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Controllers\AdvanceSearchController.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Controllers\AffiliatesController.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Controllers\AgencyUserController.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Controllers\AssestLibraryController.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Controllers\BillingController.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Controllers\BoardMeController.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Controllers\ContentStudioController.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Controllers\DiscoveryController.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Controllers\DraftMessageController.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Controllers\ElasticMailReportController.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Controllers\EwalletController.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Controllers\FacaebookPageReportsController.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Controllers\FacebookController.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Controllers\GetInTouchController.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Controllers\GoogleAnalyticsReportsController.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Controllers\GoogleController.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Controllers\GroupMember.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Controllers\GroupMemberController.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Controllers\GroupProfilesController.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Controllers\GroupReportController.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Controllers\GroupsController.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Controllers\ImgLibraryController.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Controllers\InstagramController.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Controllers\InstagramReportsController.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Controllers\LinkedInController.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Controllers\MediaController.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Controllers\NotificationsController.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Controllers\PaymentTransactionController.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Controllers\PinterestController.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Controllers\RssFeedController.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Controllers\ShareathonController.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Controllers\SocialMessagesController.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Controllers\TaskController.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Controllers\Training.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Controllers\TrainingController..cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Controllers\TwitterController.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Controllers\TwitterReportsController.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Controllers\UserController.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Controllers\ValuesController.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Controllers\WebHookController.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Controllers\WebhookUserController.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Controllers\YoutubeGroupController.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Controllers\YoutubeReportController.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Controllers\Listening\FacebookGroupsController.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Controllers\Listening\LinkedInGroupController.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Helper\AppSettings.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Helper\Cache.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Helper\DiscoverySmart.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Helper\FacebookHelper.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Helper\GoogleAnaltyicsReportingHelper.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Helper\GoogleAnalyticsAuthenticationHelper.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Helper\GoogleAnalyticsRealTimeHelper.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Helper\GoogleHelper.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Helper\GplusDiscoverySearchHelper.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Helper\InstagramHelper.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Helper\LinkedInHelper.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Helper\ScheduleMessageHelper.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Helper\SessionFactory.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Helper\TwitterHelper.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Helper\Utility.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Model\DatabaseRepository.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Model\ListeningMongoRepository.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Model\MongoRepository.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Repositories\AdsOffersRepository.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Repositories\AffiliatesRepository.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Repositories\ContentStudioRepository.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Repositories\DiscoveryRepository.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Repositories\DraftMessageRepository.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Repositories\ElasticMailReportRepository.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Repositories\EwalletWithdrawRepository.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Repositories\FacaebookPageReportsRepositories.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Repositories\FacebookRepository.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Repositories\GoogleAnalyticsReportRepository.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Repositories\GplusRepository.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Repositories\GroupMembersRepository.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Repositories\GroupProfilesRepository.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Repositories\GroupReportRepository.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Repositories\GroupsRepository.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Repositories\InstagramReportsRepository.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Repositories\InstagramRepository.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Repositories\LinkedInAccountRepository.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Repositories\PaymentTransactionRepository.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Repositories\PinterestRepository.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Repositories\RssFeedRepository.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Repositories\RssNewsContentsRepository.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Repositories\ScheduledMessageRepository.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Repositories\ShareathonRepository.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Repositories\TaskRepository.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Repositories\TwitterReportsRepository.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Repositories\TwitterRepository.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Repositories\UploadVideo.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Repositories\YoutubeGroupRepository.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Repositories\YoutubeReportsRepository.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Repositories\BoardMeRepository\BoardMeRepository.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Repositories\BoardMeRepository\FacebookRepository.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Repositories\BoardMeRepository\GplusRepository.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Repositories\BoardMeRepository\InstagramRepository.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Repositories\ListeningRepository\FacebookGroupPostRepository.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Repositories\ListeningRepository\LinkedInGroupPostRepository.cs" diff --git a/src/Api.Socioboard/obj/Debug/net451/dotnet-compile.assemblyinfo.cs b/src/Api.Socioboard/obj/Debug/net451/dotnet-compile.assemblyinfo.cs deleted file mode 100644 index c2688e152..000000000 --- a/src/Api.Socioboard/obj/Debug/net451/dotnet-compile.assemblyinfo.cs +++ /dev/null @@ -1,5 +0,0 @@ -// This file has been auto generated. -[assembly:System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly:System.Reflection.AssemblyVersionAttribute("1.0.0.0")] -[assembly:System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] -[assembly:System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.5.1")] \ No newline at end of file diff --git a/src/Api.Socioboard/obj/Debug/net451/dotnet-compile.rsp b/src/Api.Socioboard/obj/Debug/net451/dotnet-compile.rsp deleted file mode 100644 index 1a8f016bc..000000000 --- a/src/Api.Socioboard/obj/Debug/net451/dotnet-compile.rsp +++ /dev/null @@ -1,311 +0,0 @@ ---temp-output:D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\obj\Debug\net451\ ---out:D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\bin\Debug\net451\Api.Socioboard.exe ---define:DEBUG ---define:TRACE ---define:NET451 ---suppress-warning:CS1701 ---suppress-warning:CS1702 ---suppress-warning:CS1705 ---platform:x64 ---optimize:False ---emit-entry-point:True ---generate-xml-documentation:True ---output-name:Api.Socioboard ---file-version:1.0.0.0 ---version:1.0.0.0 ---informational-version:1.0.0 ---target-framework:.NETFramework,Version=v4.5.1 ---reference:C:\Users\GLB-008-PC\.nuget\packages\Autofac\3.5.2\lib\net40\Autofac.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\EntityFramework\6.0.0\lib\net45\EntityFramework.SqlServer.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\EntityFramework\6.0.0\lib\net45\EntityFramework.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Facebook\7.0.10-beta\lib\net45\Facebook.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Google.Apis\1.24.1\lib\net45\Google.Apis.PlatformServices.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Google.Apis\1.24.1\lib\net45\Google.Apis.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Google.Apis.Analytics.v3\1.14.0.456\lib\portable-net45+netcore45+wpa81+wp8\Google.Apis.Analytics.v3.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Google.Apis.Auth\1.24.1\lib\net45\Google.Apis.Auth.PlatformServices.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Google.Apis.Auth\1.24.1\lib\net45\Google.Apis.Auth.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Google.Apis.Core\1.24.1\lib\net45\Google.Apis.Core.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Google.Apis.YouTube.v3\1.24.1.760\lib\net45\Google.Apis.YouTube.v3.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Google.GData.Client\2.2.0\lib\Google.GData.Client.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Google.GData.Extensions\2.2.0\lib\Google.GData.Extensions.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Google.GData.YouTube\2.2.0\lib\Google.GData.YouTube.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Hammock\1.2.3\lib\net40\Hammock.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Iesi.Collections\4.0.0.4000\lib\net40\Iesi.Collections.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Imgur.API\4.0.1\lib\net45\Imgur.API.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.ApplicationInsights\2.1.0\lib\net45\Microsoft.ApplicationInsights.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.ApplicationInsights.Agent.Intercept\1.2.1\lib\net45\Microsoft.AI.Agent.Intercept.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.ApplicationInsights.AspNetCore\1.0.0\lib\net451\Microsoft.ApplicationInsights.AspNetCore.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.ApplicationInsights.DependencyCollector\2.1.0\lib\net45\Microsoft.AI.DependencyCollector.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.ApplicationInsights.PerfCounterCollector\2.1.0\lib\net45\Microsoft.AI.PerfCounterCollector.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel\2.1.0\lib\net45\Microsoft.AI.ServerTelemetryChannel.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNet.WebApi.Client\5.2.3\lib\net45\System.Net.Http.Formatting.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.Antiforgery\1.0.0\lib\net451\Microsoft.AspNetCore.Antiforgery.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.Authorization\1.0.0\lib\net451\Microsoft.AspNetCore.Authorization.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.Cors\1.0.0\lib\net451\Microsoft.AspNetCore.Cors.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.Cryptography.Internal\1.0.0\lib\net451\Microsoft.AspNetCore.Cryptography.Internal.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.DataProtection\1.0.0\lib\net451\Microsoft.AspNetCore.DataProtection.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.DataProtection.Abstractions\1.0.0\lib\net451\Microsoft.AspNetCore.DataProtection.Abstractions.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.Diagnostics\1.0.0\lib\net451\Microsoft.AspNetCore.Diagnostics.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.Diagnostics.Abstractions\1.0.0\lib\netstandard1.0\Microsoft.AspNetCore.Diagnostics.Abstractions.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.Hosting\1.0.0\lib\net451\Microsoft.AspNetCore.Hosting.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.Hosting.Abstractions\1.0.0\lib\net451\Microsoft.AspNetCore.Hosting.Abstractions.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.Hosting.Server.Abstractions\1.0.0\lib\net451\Microsoft.AspNetCore.Hosting.Server.Abstractions.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.Html.Abstractions\1.0.0\lib\netstandard1.0\Microsoft.AspNetCore.Html.Abstractions.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.Http\1.0.0\lib\net451\Microsoft.AspNetCore.Http.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.Http.Abstractions\1.0.0\lib\net451\Microsoft.AspNetCore.Http.Abstractions.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.Http.Extensions\1.0.0\lib\net451\Microsoft.AspNetCore.Http.Extensions.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.Http.Features\1.0.0\lib\net451\Microsoft.AspNetCore.Http.Features.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.HttpOverrides\1.0.0\lib\net451\Microsoft.AspNetCore.HttpOverrides.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.JsonPatch\1.0.0\lib\netstandard1.1\Microsoft.AspNetCore.JsonPatch.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.Localization\1.0.0\lib\net451\Microsoft.AspNetCore.Localization.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.Mvc\1.0.0\lib\net451\Microsoft.AspNetCore.Mvc.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.Mvc.Abstractions\1.0.0\lib\net451\Microsoft.AspNetCore.Mvc.Abstractions.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.Mvc.ApiExplorer\1.0.0\lib\net451\Microsoft.AspNetCore.Mvc.ApiExplorer.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.Mvc.Core\1.0.0\lib\net451\Microsoft.AspNetCore.Mvc.Core.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.Mvc.Cors\1.0.0\lib\net451\Microsoft.AspNetCore.Mvc.Cors.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.Mvc.DataAnnotations\1.0.0\lib\net451\Microsoft.AspNetCore.Mvc.DataAnnotations.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.Mvc.Formatters.Json\1.0.0\lib\net451\Microsoft.AspNetCore.Mvc.Formatters.Json.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.Mvc.Localization\1.0.0\lib\net451\Microsoft.AspNetCore.Mvc.Localization.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.Mvc.Razor\1.0.0\lib\net451\Microsoft.AspNetCore.Mvc.Razor.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.Mvc.Razor.Host\1.0.0\lib\net451\Microsoft.AspNetCore.Mvc.Razor.Host.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.Mvc.TagHelpers\1.0.0\lib\net451\Microsoft.AspNetCore.Mvc.TagHelpers.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.Mvc.ViewFeatures\1.0.0\lib\net451\Microsoft.AspNetCore.Mvc.ViewFeatures.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.Razor\1.0.0\lib\net451\Microsoft.AspNetCore.Razor.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.Razor.Runtime\1.0.0\lib\net451\Microsoft.AspNetCore.Razor.Runtime.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.Routing\1.0.0\lib\net451\Microsoft.AspNetCore.Routing.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.Routing.Abstractions\1.0.0\lib\net451\Microsoft.AspNetCore.Routing.Abstractions.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.Server.IISIntegration\1.0.0\lib\net451\Microsoft.AspNetCore.Server.IISIntegration.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.Server.Kestrel\1.0.0\lib\net451\Microsoft.AspNetCore.Server.Kestrel.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.StaticFiles\1.0.0\lib\net451\Microsoft.AspNetCore.StaticFiles.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.WebUtilities\1.0.0\lib\net451\Microsoft.AspNetCore.WebUtilities.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.Bcl.Async\1.0.168\lib\net40\Microsoft.Threading.Tasks.Extensions.Desktop.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.Bcl.Async\1.0.168\lib\net40\Microsoft.Threading.Tasks.Extensions.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.Bcl.Async\1.0.168\lib\net40\Microsoft.Threading.Tasks.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.CodeAnalysis.Common\1.3.0\lib\net45\Microsoft.CodeAnalysis.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.CodeAnalysis.CSharp\1.3.0\lib\net45\Microsoft.CodeAnalysis.CSharp.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Microsoft.CSharp.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.DotNet.InternalAbstractions\1.0.0\lib\net451\Microsoft.DotNet.InternalAbstractions.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.Extensions.Caching.Abstractions\1.0.0\lib\netstandard1.0\Microsoft.Extensions.Caching.Abstractions.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.Extensions.Caching.Memory\1.0.0\lib\net451\Microsoft.Extensions.Caching.Memory.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.Extensions.Configuration\1.0.0\lib\netstandard1.1\Microsoft.Extensions.Configuration.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.Extensions.Configuration.Abstractions\1.0.0\lib\netstandard1.0\Microsoft.Extensions.Configuration.Abstractions.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.Extensions.Configuration.Binder\1.0.0\lib\netstandard1.1\Microsoft.Extensions.Configuration.Binder.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.Extensions.Configuration.EnvironmentVariables\1.0.0\lib\net451\Microsoft.Extensions.Configuration.EnvironmentVariables.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.Extensions.Configuration.FileExtensions\1.0.0\lib\net451\Microsoft.Extensions.Configuration.FileExtensions.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.Extensions.Configuration.Json\1.0.0\lib\net451\Microsoft.Extensions.Configuration.Json.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.Extensions.DependencyInjection\1.0.0\lib\netstandard1.1\Microsoft.Extensions.DependencyInjection.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.Extensions.DependencyInjection.Abstractions\1.0.0\lib\netstandard1.0\Microsoft.Extensions.DependencyInjection.Abstractions.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.Extensions.DependencyModel\1.0.0\lib\net451\Microsoft.Extensions.DependencyModel.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.Extensions.DiagnosticAdapter\1.0.0\lib\netstandard1.1\Microsoft.Extensions.DiagnosticAdapter.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.Extensions.FileProviders.Abstractions\1.0.0\lib\netstandard1.0\Microsoft.Extensions.FileProviders.Abstractions.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.Extensions.FileProviders.Composite\1.0.0\lib\netstandard1.0\Microsoft.Extensions.FileProviders.Composite.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.Extensions.FileProviders.Embedded\1.0.0\lib\netstandard1.0\Microsoft.Extensions.FileProviders.Embedded.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.Extensions.FileProviders.Physical\1.0.0\lib\net451\Microsoft.Extensions.FileProviders.Physical.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.Extensions.FileSystemGlobbing\1.0.0\lib\net451\Microsoft.Extensions.FileSystemGlobbing.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.Extensions.Globalization.CultureInfoCache\1.0.0\lib\netstandard1.1\Microsoft.Extensions.Globalization.CultureInfoCache.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.Extensions.Localization\1.0.0\lib\net451\Microsoft.Extensions.Localization.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.Extensions.Localization.Abstractions\1.0.0\lib\netstandard1.0\Microsoft.Extensions.Localization.Abstractions.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.Extensions.Logging\1.0.0\lib\netstandard1.1\Microsoft.Extensions.Logging.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.Extensions.Logging.Abstractions\1.0.0\lib\netstandard1.1\Microsoft.Extensions.Logging.Abstractions.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.Extensions.Logging.Console\1.0.0\lib\net451\Microsoft.Extensions.Logging.Console.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.Extensions.Logging.Debug\1.0.0\lib\net451\Microsoft.Extensions.Logging.Debug.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.Extensions.ObjectPool\1.0.0\lib\net451\Microsoft.Extensions.ObjectPool.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.Extensions.Options\1.0.0\lib\netstandard1.0\Microsoft.Extensions.Options.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.Extensions.Options.ConfigurationExtensions\1.0.0\lib\netstandard1.1\Microsoft.Extensions.Options.ConfigurationExtensions.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.Extensions.PlatformAbstractions\1.0.0\lib\net451\Microsoft.Extensions.PlatformAbstractions.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.Extensions.Primitives\1.0.0\lib\netstandard1.0\Microsoft.Extensions.Primitives.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.Extensions.WebEncoders\1.0.0\lib\netstandard1.0\Microsoft.Extensions.WebEncoders.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.Net.Http\2.2.29\lib\net45\System.Net.Http.Extensions.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.Net.Http\2.2.29\lib\net45\System.Net.Http.Primitives.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.Net.Http.Headers\1.0.0\lib\netstandard1.1\Microsoft.Net.Http.Headers.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\MongoDB.Bson\2.2.4\lib\net45\MongoDB.Bson.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\MongoDB.Driver\2.2.4\lib\net45\MongoDB.Driver.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\MongoDB.Driver.Core\2.2.4\lib\net45\MongoDB.Driver.Core.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\MySql.Data\6.9.8\lib\net45\MySql.Data.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\MySql.Data.Entity\6.9.8\lib\net45\MySql.Data.Entity.EF6.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Newtonsoft.Json\9.0.1\lib\net45\Newtonsoft.Json.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\NHibernate\4.0.4.4000\lib\net40\NHibernate.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\NHibernate.Linq\1.0.0\lib\NHibernate.Linq.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\OAuth\1.0.3\lib\net40\OAuth.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\PayPalCoreSDK\1.7.1\lib\net451\PayPalCoreSDK.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\PayPalMerchantSDK\2.16.204\lib\net20\PayPalMerchantSDK.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\RestApiSDK\0.11.0\lib\net45\RestApiSDK.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Serilog\2.1.0\lib\net45\Serilog.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Serilog.Extensions.Logging\1.1.0\lib\net45\Serilog.Extensions.Logging.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Serilog.Sinks.ColoredConsole\2.0.0\lib\net45\Serilog.Sinks.ColoredConsole.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Serilog.Sinks.File\2.0.0\lib\net45\Serilog.Sinks.File.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Serilog.Sinks.RollingFile\2.1.0\lib\net45\Serilog.Sinks.RollingFile.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\StackExchange.Redis\1.1.603\lib\net45\StackExchange.Redis.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Swashbuckle.Swagger\6.0.0-beta901\lib\net451\Swashbuckle.Swagger.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Swashbuckle.SwaggerGen\6.0.0-beta901\lib\net451\Swashbuckle.SwaggerGen.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Swashbuckle.SwaggerUi\6.0.0-beta901\lib\net451\Swashbuckle.SwaggerUi.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\System.Buffers\4.0.0\lib\netstandard1.1\System.Buffers.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Collections.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Collections.Concurrent.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\System.Collections.Immutable\1.2.0\lib\portable-net45+win8+wp8+wpa81\System.Collections.Immutable.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.ComponentModel.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\System.ComponentModel.Primitives\4.1.0\ref\net45\System.ComponentModel.Primitives.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\System.ComponentModel.TypeConverter\4.1.0\ref\net45\System.ComponentModel.TypeConverter.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Diagnostics.Contracts.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Diagnostics.Debug.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\System.Diagnostics.DiagnosticSource\4.0.0\lib\portable-net45+win8+wpa81\System.Diagnostics.DiagnosticSource.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Diagnostics.Tools.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Diagnostics.Tracing.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\System.Drawing.Primitives\4.0.0\ref\net45\System.Drawing.Primitives.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Globalization.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.IO.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.IO.Compression.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Linq.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Linq.Expressions.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.Net.Http.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Net.Primitives.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\System.Numerics.Vectors\4.1.1\ref\netstandard1.0\System.Numerics.Vectors.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.ObjectModel.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Reflection.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Reflection.Emit.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Reflection.Emit.Lightweight.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Reflection.Extensions.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\System.Reflection.Metadata\1.3.0\lib\portable-net45+win8\System.Reflection.Metadata.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Reflection.Primitives.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Resources.ResourceManager.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Runtime.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Runtime.Extensions.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Runtime.InteropServices.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\System.Runtime.InteropServices.RuntimeInformation\4.0.0\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Runtime.Numerics.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Runtime.Serialization.Primitives.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Text.Encoding.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Text.Encoding.Extensions.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\System.Text.Encodings.Web\4.0.0\lib\netstandard1.0\System.Text.Encodings.Web.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Text.RegularExpressions.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Threading.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Threading.Tasks.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\System.Threading.Tasks.Extensions\4.0.0\lib\portable-net45+win8+wp8+wpa81\System.Threading.Tasks.Extensions.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Threading.Timer.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Xml.ReaderWriter.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Xml.XDocument.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\TweetinviAPI\1.3.0\lib\net45\Tweetinvi.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Zlib.Portable.Signed\1.11.0\lib\portable-net4+sl5+wp8+win8+wpa81+MonoTouch+MonoAndroid\Zlib.Portable.dll ---reference:D:\socioboardgithub\Socioboard-Core-3.0\src\Domain.Socioboard\bin\Debug\net451\Domain.Socioboard.dll ---reference:D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Facebook\bin\Debug\net451\Socioboard.Facebook.dll ---reference:D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Google\bin\Debug\net451\Socioboard.Google.dll ---reference:D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Instagram\bin\Debug\net451\Socioboard.Instagram.dll ---reference:D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.LinkedIn\bin\Debug\net451\Socioboard.LinkedIn.dll ---reference:D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Pinterest\bin\Debug\net451\Socioboard.Pinterest.dll ---reference:D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Twitter\bin\Debug\net451\Socioboard.Twitter.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.Xml.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\mscorlib.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.Core.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.ComponentModel.DataAnnotations.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.Security.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.Xml.Linq.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.Net.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.Net.Http.WebRequest.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.Drawing.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.Data.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.Web.Extensions.dll ---resource:"D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\obj\Debug\net451\Api.Socioboarddotnet-compile.deps.json",Api.Socioboard.deps.json -D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Program.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Startup.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Controllers\AdsOffersController.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Controllers\AdvanceSearchController.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Controllers\AffiliatesController.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Controllers\AgencyUserController.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Controllers\AssestLibraryController.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Controllers\BillingController.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Controllers\BoardMeController.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Controllers\ContentStudioController.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Controllers\DiscoveryController.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Controllers\DraftMessageController.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Controllers\ElasticMailReportController.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Controllers\EwalletController.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Controllers\FacaebookPageReportsController.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Controllers\FacebookController.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Controllers\GetInTouchController.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Controllers\GoogleAnalyticsReportsController.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Controllers\GoogleController.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Controllers\GroupMember.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Controllers\GroupMemberController.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Controllers\GroupProfilesController.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Controllers\GroupReportController.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Controllers\GroupsController.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Controllers\ImgLibraryController.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Controllers\InstagramController.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Controllers\InstagramReportsController.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Controllers\LinkedInController.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Controllers\MediaController.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Controllers\NotificationsController.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Controllers\PaymentTransactionController.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Controllers\PinterestController.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Controllers\RssFeedController.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Controllers\ShareathonController.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Controllers\SocialMessagesController.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Controllers\TaskController.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Controllers\Training.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Controllers\TrainingController..cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Controllers\TwitterController.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Controllers\TwitterReportsController.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Controllers\UserController.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Controllers\ValuesController.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Controllers\WebHookController.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Controllers\WebhookUserController.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Controllers\YoutubeGroupController.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Controllers\YoutubeReportController.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Controllers\Listening\FacebookGroupsController.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Controllers\Listening\LinkedInGroupController.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Helper\AppSettings.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Helper\Cache.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Helper\DiscoverySmart.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Helper\FacebookHelper.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Helper\GoogleAnaltyicsReportingHelper.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Helper\GoogleAnalyticsAuthenticationHelper.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Helper\GoogleAnalyticsRealTimeHelper.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Helper\GoogleHelper.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Helper\GplusDiscoverySearchHelper.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Helper\InstagramHelper.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Helper\LinkedInHelper.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Helper\ScheduleMessageHelper.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Helper\SessionFactory.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Helper\TwitterHelper.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Helper\Utility.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Model\DatabaseRepository.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Model\ListeningMongoRepository.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Model\MongoRepository.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Repositories\AdsOffersRepository.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Repositories\AffiliatesRepository.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Repositories\ContentStudioRepository.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Repositories\DiscoveryRepository.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Repositories\DraftMessageRepository.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Repositories\ElasticMailReportRepository.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Repositories\EwalletWithdrawRepository.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Repositories\FacaebookPageReportsRepositories.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Repositories\FacebookRepository.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Repositories\GoogleAnalyticsReportRepository.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Repositories\GplusRepository.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Repositories\GroupMembersRepository.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Repositories\GroupProfilesRepository.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Repositories\GroupReportRepository.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Repositories\GroupsRepository.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Repositories\InstagramReportsRepository.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Repositories\InstagramRepository.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Repositories\LinkedInAccountRepository.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Repositories\PaymentTransactionRepository.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Repositories\PinterestRepository.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Repositories\RssFeedRepository.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Repositories\RssNewsContentsRepository.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Repositories\ScheduledMessageRepository.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Repositories\ShareathonRepository.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Repositories\TaskRepository.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Repositories\TwitterReportsRepository.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Repositories\TwitterRepository.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Repositories\UploadVideo.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Repositories\YoutubeGroupRepository.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Repositories\YoutubeReportsRepository.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Repositories\BoardMeRepository\BoardMeRepository.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Repositories\BoardMeRepository\FacebookRepository.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Repositories\BoardMeRepository\GplusRepository.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Repositories\BoardMeRepository\InstagramRepository.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Repositories\ListeningRepository\FacebookGroupPostRepository.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Api.Socioboard\Repositories\ListeningRepository\LinkedInGroupPostRepository.cs diff --git a/src/Api.Socioboard/obj/Debug/net452/.IncrementalCache b/src/Api.Socioboard/obj/Debug/net452/.IncrementalCache deleted file mode 100644 index 127a5c16e..000000000 --- a/src/Api.Socioboard/obj/Debug/net452/.IncrementalCache +++ /dev/null @@ -1 +0,0 @@ -{"inputs":["D:\\Suresh\\Socioboard3.0\\NETCore\\Socioboard\\src\\Api.Socioboard\\project.json","D:\\Suresh\\Socioboard3.0\\NETCore\\Socioboard\\src\\Api.Socioboard\\project.lock.json","D:\\Suresh\\Socioboard3.0\\NETCore\\Socioboard\\src\\Api.Socioboard\\Program.cs","D:\\Suresh\\Socioboard3.0\\NETCore\\Socioboard\\src\\Api.Socioboard\\Startup.cs","D:\\Suresh\\Socioboard3.0\\NETCore\\Socioboard\\src\\Api.Socioboard\\Controllers\\FacebookController.cs","D:\\Suresh\\Socioboard3.0\\NETCore\\Socioboard\\src\\Api.Socioboard\\Controllers\\GoogleController.cs","D:\\Suresh\\Socioboard3.0\\NETCore\\Socioboard\\src\\Api.Socioboard\\Controllers\\GroupProfilesController.cs","D:\\Suresh\\Socioboard3.0\\NETCore\\Socioboard\\src\\Api.Socioboard\\Controllers\\GroupsController.cs","D:\\Suresh\\Socioboard3.0\\NETCore\\Socioboard\\src\\Api.Socioboard\\Controllers\\SocialMessagesController.cs","D:\\Suresh\\Socioboard3.0\\NETCore\\Socioboard\\src\\Api.Socioboard\\Controllers\\TwitterController.cs","D:\\Suresh\\Socioboard3.0\\NETCore\\Socioboard\\src\\Api.Socioboard\\Controllers\\UserController.cs","D:\\Suresh\\Socioboard3.0\\NETCore\\Socioboard\\src\\Api.Socioboard\\Controllers\\ValuesController.cs","D:\\Suresh\\Socioboard3.0\\NETCore\\Socioboard\\src\\Api.Socioboard\\Helper\\AppSettings.cs","D:\\Suresh\\Socioboard3.0\\NETCore\\Socioboard\\src\\Api.Socioboard\\Helper\\Cache.cs","D:\\Suresh\\Socioboard3.0\\NETCore\\Socioboard\\src\\Api.Socioboard\\Helper\\FacebookHelper.cs","D:\\Suresh\\Socioboard3.0\\NETCore\\Socioboard\\src\\Api.Socioboard\\Helper\\SessionFactory.cs","D:\\Suresh\\Socioboard3.0\\NETCore\\Socioboard\\src\\Api.Socioboard\\Model\\DatabaseRepository.cs","D:\\Suresh\\Socioboard3.0\\NETCore\\Socioboard\\src\\Api.Socioboard\\Model\\MongoRepository.cs","D:\\Suresh\\Socioboard3.0\\NETCore\\Socioboard\\src\\Api.Socioboard\\Repositories\\FacebookRepository.cs","D:\\Suresh\\Socioboard3.0\\NETCore\\Socioboard\\src\\Api.Socioboard\\Repositories\\GplusRepository.cs","D:\\Suresh\\Socioboard3.0\\NETCore\\Socioboard\\src\\Api.Socioboard\\Repositories\\GroupProfilesRepository.cs","D:\\Suresh\\Socioboard3.0\\NETCore\\Socioboard\\src\\Api.Socioboard\\Repositories\\GroupsRepository.cs","D:\\Suresh\\Socioboard3.0\\NETCore\\Socioboard\\src\\Api.Socioboard\\Repositories\\ScheduledMessageRepository.cs","D:\\Suresh\\Socioboard3.0\\NETCore\\Socioboard\\src\\Api.Socioboard\\Repositories\\TwitterRepository.cs","D:\\Suresh\\Socioboard3.0\\NETCore\\Socioboard\\src\\Domain.Socioboard\\bin\\Debug\\net452\\Domain.Socioboard.dll","D:\\Suresh\\Socioboard3.0\\NETCore\\Socioboard\\src\\Socioboard.Facebook\\bin\\Debug\\net452\\Socioboard.Facebook.dll","D:\\Suresh\\Socioboard3.0\\NETCore\\Socioboard\\src\\Socioboard.Google\\bin\\Debug\\net452\\Socioboard.Google.dll","D:\\Suresh\\Socioboard3.0\\NETCore\\Socioboard\\src\\Socioboard.Twitter\\bin\\Debug\\net452\\Socioboard.Twitter.dll"],"outputs":["D:\\Suresh\\Socioboard3.0\\NETCore\\Socioboard\\src\\Api.Socioboard\\bin\\Debug\\net452\\Api.Socioboard.exe","D:\\Suresh\\Socioboard3.0\\NETCore\\Socioboard\\src\\Api.Socioboard\\bin\\Debug\\net452\\Api.Socioboard.pdb","D:\\Suresh\\Socioboard3.0\\NETCore\\Socioboard\\src\\Api.Socioboard\\bin\\Debug\\net452\\win7-x64\\Api.Socioboard.exe","D:\\Suresh\\Socioboard3.0\\NETCore\\Socioboard\\src\\Api.Socioboard\\bin\\Debug\\net452\\win7-x64\\Api.Socioboard.pdb","D:\\Suresh\\Socioboard3.0\\NETCore\\Socioboard\\src\\Api.Socioboard\\bin\\Debug\\net452\\win7-x64\\Api.Socioboard.exe.config"]} \ No newline at end of file diff --git a/src/Api.Socioboard/obj/Debug/net452/.SDKVersion b/src/Api.Socioboard/obj/Debug/net452/.SDKVersion deleted file mode 100644 index fdf0129b6..000000000 --- a/src/Api.Socioboard/obj/Debug/net452/.SDKVersion +++ /dev/null @@ -1,4 +0,0 @@ -6cde21225e18fc48eeab3f4345ece3e6bb122e53 -1.0.0-preview1-002702 - -win10-x64 \ No newline at end of file diff --git a/src/Api.Socioboard/obj/Debug/net452/Api.Socioboarddotnet-compile.deps.json b/src/Api.Socioboard/obj/Debug/net452/Api.Socioboarddotnet-compile.deps.json deleted file mode 100644 index 81cc82cad..000000000 --- a/src/Api.Socioboard/obj/Debug/net452/Api.Socioboarddotnet-compile.deps.json +++ /dev/null @@ -1,3359 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETFramework,Version=v4.5.2/", - "signature": "0be20df2f9af8cb214b571f16450650e1a2e4a65" - }, - "compilationOptions": { - "defines": [ - "DEBUG", - "TRACE", - "NET452" - ], - "platform": "x64", - "optimize": false, - "emitEntryPoint": true - }, - "targets": { - ".NETFramework,Version=v4.5.2": { - "Api.Socioboard/1.0.0": { - "dependencies": { - "NHibernate": "4.0.4.4000", - "System.Xml": "4.0.0.0", - "Domain.Socioboard": "1.0.0", - "Microsoft.ApplicationInsights.AspNetCore": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Mvc": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Server.Kestrel": "1.0.0-rc2-final", - "Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0-rc2-final", - "Microsoft.Extensions.Configuration.FileExtensions": "1.0.0-rc2-final", - "Microsoft.Extensions.Configuration.Json": "1.0.0-rc2-final", - "Microsoft.Extensions.Logging": "1.0.0-rc2-final", - "Microsoft.Extensions.Logging.Console": "1.0.0-rc2-final", - "Microsoft.Extensions.Logging.Debug": "1.0.0-rc2-final", - "Socioboard.Facebook": "1.0.0", - "Socioboard.Google": "1.0.0", - "Socioboard.Twitter": "1.0.0", - "Serilog": "2.0.0-rc-598", - "Serilog.Extensions.Logging": "1.0.0-rc2-10110", - "Serilog.Sinks.ColoredConsole": "2.0.0-beta-700", - "Serilog.Sinks.RollingFile": "2.0.0-rc-703", - "Microsoft.Extensions.Options.ConfigurationExtensions": "1.0.0-rc2-final", - "Microsoft.Extensions.Options": "1.0.0-rc2-final", - "MongoDB.Bson": "2.2.4", - "MongoDB.Driver": "2.2.4", - "MySql.Data": "6.9.8", - "MySql.Data.Entity": "6.9.8", - "Newtonsoft.Json": "8.0.3", - "NHibernate.Linq": "1.0.0", - "StackExchange.Redis": "1.1.603", - "Microsoft.AspNetCore.Cors": "1.0.0-rc2-final" - }, - "compile": { - "Api.Socioboard.exe": {} - } - }, - "EntityFramework/6.0.0": { - "dependencies": { - "System.ComponentModel.DataAnnotations": "4.0.0.0" - }, - "compile": { - "lib/net45/EntityFramework.SqlServer.dll": {}, - "lib/net45/EntityFramework.dll": {} - } - }, - "Facebook/7.0.10-beta": { - "compile": { - "lib/net45/Facebook.dll": {} - } - }, - "Hammock/1.2.3": { - "compile": { - "lib/net40/Hammock.dll": {} - } - }, - "Iesi.Collections/4.0.0.4000": { - "compile": { - "lib/net40/Iesi.Collections.dll": {} - } - }, - "Libuv/1.9.0-rc2-20901": {}, - "Microsoft.ApplicationInsights/2.1.0-beta4": { - "compile": { - "lib/net45/Microsoft.ApplicationInsights.dll": {} - } - }, - "Microsoft.ApplicationInsights.Agent.Intercept/1.2.1": { - "compile": { - "lib/net45/Microsoft.AI.Agent.Intercept.dll": {} - } - }, - "Microsoft.ApplicationInsights.AspNetCore/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.ApplicationInsights": "2.1.0-beta4", - "Microsoft.ApplicationInsights.DependencyCollector": "2.1.0-beta4", - "Microsoft.ApplicationInsights.PerfCounterCollector": "2.1.0-beta4", - "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel": "2.1.0-beta4", - "Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Http.Abstractions": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Mvc.ViewFeatures": "1.0.0-rc2-final", - "Microsoft.Extensions.Configuration": "1.0.0-rc2-final", - "Microsoft.Extensions.DiagnosticAdapter": "1.0.0-rc2-final", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc2-final" - }, - "compile": { - "lib/net451/Microsoft.ApplicationInsights.AspNetCore.dll": {} - } - }, - "Microsoft.ApplicationInsights.DependencyCollector/2.1.0-beta4": { - "dependencies": { - "Microsoft.ApplicationInsights": "2.1.0-beta4", - "Microsoft.ApplicationInsights.Agent.Intercept": "1.2.1" - }, - "compile": { - "lib/net45/Microsoft.AI.DependencyCollector.dll": {} - } - }, - "Microsoft.ApplicationInsights.PerfCounterCollector/2.1.0-beta4": { - "dependencies": { - "Microsoft.ApplicationInsights": "2.1.0-beta4" - }, - "compile": { - "lib/net45/Microsoft.AI.PerfCounterCollector.dll": {} - } - }, - "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel/2.1.0-beta4": { - "dependencies": { - "Microsoft.ApplicationInsights": "2.1.0-beta4" - }, - "compile": { - "lib/net45/Microsoft.AI.ServerTelemetryChannel.dll": {} - } - }, - "Microsoft.AspNetCore.Antiforgery/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.AspNetCore.DataProtection": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Http.Abstractions": "1.0.0-rc2-final", - "Microsoft.AspNetCore.WebUtilities": "1.0.0-rc2-final", - "Microsoft.Extensions.ObjectPool": "1.0.0-rc2-final" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Antiforgery.dll": {} - } - }, - "Microsoft.AspNetCore.Authorization/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.Options": "1.0.0-rc2-final" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Authorization.dll": {} - } - }, - "Microsoft.AspNetCore.Cors/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.AspNetCore.Http.Extensions": "1.0.0-rc2-final", - "Microsoft.Extensions.Configuration.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.Options": "1.0.0-rc2-final" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Cors.dll": {} - } - }, - "Microsoft.AspNetCore.Cryptography.Internal/1.0.0-rc2-final": { - "compile": { - "lib/net451/Microsoft.AspNetCore.Cryptography.Internal.dll": {} - } - }, - "Microsoft.AspNetCore.DataProtection/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.AspNetCore.Cryptography.Internal": "1.0.0-rc2-final", - "Microsoft.AspNetCore.DataProtection.Abstractions": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.Options": "1.0.0-rc2-final", - "System.Security": "4.0.0.0", - "System.Xml": "4.0.0.0", - "System.Xml.Linq": "4.0.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.DataProtection.dll": {} - } - }, - "Microsoft.AspNetCore.DataProtection.Abstractions/1.0.0-rc2-final": { - "compile": { - "lib/net451/Microsoft.AspNetCore.DataProtection.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Diagnostics.Abstractions/1.0.0-rc2-final": { - "dependencies": { - "System.Resources.ResourceManager": "4.0.0.0" - }, - "compile": { - "lib/netstandard1.0/Microsoft.AspNetCore.Diagnostics.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Hosting/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Hosting.Server.Abstractions": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Http": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Http.Extensions": "1.0.0-rc2-final", - "Microsoft.Extensions.Configuration": "1.0.0-rc2-final", - "Microsoft.Extensions.DependencyInjection": "1.0.0-rc2-final", - "Microsoft.Extensions.FileProviders.Physical": "1.0.0-rc2-final", - "Microsoft.Extensions.Logging": "1.0.0-rc2-final", - "Microsoft.Extensions.Options": "1.0.0-rc2-final", - "Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc2-final", - "System.Diagnostics.DiagnosticSource": "4.0.0-rc2-24027" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Hosting.dll": {} - } - }, - "Microsoft.AspNetCore.Hosting.Abstractions/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.AspNetCore.Hosting.Server.Abstractions": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Http.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.Configuration.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.FileProviders.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc2-final" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Hosting.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Hosting.Server.Abstractions/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.AspNetCore.Http.Features": "1.0.0-rc2-final", - "Microsoft.Extensions.Configuration.Abstractions": "1.0.0-rc2-final" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Html.Abstractions/1.0.0-rc2-final": { - "dependencies": { - "System.Collections": "4.0.0.0", - "System.Resources.ResourceManager": "4.0.0.0", - "System.Text.Encodings.Web": "4.0.0-rc2-24027" - }, - "compile": { - "lib/netstandard1.0/Microsoft.AspNetCore.Html.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Http/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.AspNetCore.Http.Abstractions": "1.0.0-rc2-final", - "Microsoft.AspNetCore.WebUtilities": "1.0.0-rc2-final", - "Microsoft.Extensions.ObjectPool": "1.0.0-rc2-final", - "Microsoft.Extensions.Options": "1.0.0-rc2-final", - "Microsoft.Net.Http.Headers": "1.0.0-rc2-final", - "System.Buffers": "4.0.0-rc2-24027" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Http.dll": {} - } - }, - "Microsoft.AspNetCore.Http.Abstractions/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.AspNetCore.Http.Features": "1.0.0-rc2-final", - "System.Text.Encodings.Web": "4.0.0-rc2-24027" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Http.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Http.Extensions/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.AspNetCore.Http.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.FileProviders.Abstractions": "1.0.0-rc2-final", - "Microsoft.Net.Http.Headers": "1.0.0-rc2-final", - "System.Buffers": "4.0.0-rc2-24027" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Http.Extensions.dll": {} - } - }, - "Microsoft.AspNetCore.Http.Features/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.Extensions.Primitives": "1.0.0-rc2-final" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Http.Features.dll": {} - } - }, - "Microsoft.AspNetCore.HttpOverrides/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.AspNetCore.Http.Extensions": "1.0.0-rc2-final", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.Options": "1.0.0-rc2-final" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.HttpOverrides.dll": {} - } - }, - "Microsoft.AspNetCore.JsonPatch/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.CSharp": "4.0.0.0", - "Newtonsoft.Json": "8.0.3", - "System.Collections.Concurrent": "4.0.0.0", - "System.ComponentModel.TypeConverter": "4.0.1-rc2-24027", - "System.Diagnostics.Debug": "4.0.0.0", - "System.Globalization": "4.0.0.0", - "System.Linq": "4.0.0.0", - "System.Reflection.Extensions": "4.0.0.0", - "System.Resources.ResourceManager": "4.0.0.0", - "System.Runtime.Extensions": "4.0.0.0", - "System.Runtime.Serialization.Primitives": "4.0.0.0", - "System.Text.Encoding.Extensions": "4.0.0.0" - }, - "compile": { - "lib/netstandard1.1/Microsoft.AspNetCore.JsonPatch.dll": {} - } - }, - "Microsoft.AspNetCore.Localization/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.AspNetCore.Http.Extensions": "1.0.0-rc2-final", - "Microsoft.Extensions.Globalization.CultureInfoCache": "1.0.0-rc2-final", - "Microsoft.Extensions.Localization.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.Options": "1.0.0-rc2-final" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Localization.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.ApiExplorer": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Mvc.Cors": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Mvc.DataAnnotations": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Mvc.Formatters.Json": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Mvc.Localization": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Mvc.Razor": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Mvc.TagHelpers": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Mvc.ViewFeatures": "1.0.0-rc2-final", - "Microsoft.Extensions.Caching.Memory": "1.0.0-rc2-final", - "Microsoft.Extensions.DependencyInjection": "1.0.0-rc2-final" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Mvc.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Abstractions/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.AspNetCore.Routing.Abstractions": "1.0.0-rc2-final", - "Microsoft.Net.Http.Headers": "1.0.0-rc2-final" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Mvc.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.ApiExplorer/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.Core": "1.0.0-rc2-final" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Mvc.ApiExplorer.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Core/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.AspNetCore.Authorization": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Http": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Mvc.Abstractions": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Routing": "1.0.0-rc2-final", - "Microsoft.Extensions.DependencyModel": "1.0.0-rc2-final", - "Microsoft.Extensions.FileProviders.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc2-final", - "System.Buffers": "4.0.0-rc2-24027", - "System.Diagnostics.DiagnosticSource": "4.0.0-rc2-24027" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Mvc.Core.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Cors/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.AspNetCore.Cors": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Mvc.Core": "1.0.0-rc2-final" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Mvc.Cors.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.DataAnnotations/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.Core": "1.0.0-rc2-final", - "Microsoft.Extensions.Localization": "1.0.0-rc2-final", - "System.ComponentModel.DataAnnotations": "4.0.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Mvc.DataAnnotations.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Formatters.Json/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.AspNetCore.JsonPatch": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Mvc.Core": "1.0.0-rc2-final" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Mvc.Formatters.Json.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Localization/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.AspNetCore.Localization": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Mvc.Razor": "1.0.0-rc2-final", - "Microsoft.Extensions.DependencyInjection": "1.0.0-rc2-final", - "Microsoft.Extensions.Localization": "1.0.0-rc2-final" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Mvc.Localization.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Razor/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.Razor.Host": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Mvc.ViewFeatures": "1.0.0-rc2-final", - "Microsoft.CodeAnalysis.CSharp": "1.3.0-beta1-20160429-01", - "Microsoft.Extensions.FileProviders.Composite": "1.0.0-rc2-final" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Mvc.Razor.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Razor.Host/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.AspNetCore.Razor.Runtime": "1.0.0-rc2-final", - "Microsoft.Extensions.Caching.Memory": "1.0.0-rc2-final", - "Microsoft.Extensions.FileProviders.Physical": "1.0.0-rc2-final" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Mvc.Razor.Host.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.TagHelpers/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.Razor": "1.0.0-rc2-final", - "Microsoft.Extensions.Caching.Memory": "1.0.0-rc2-final", - "Microsoft.Extensions.FileSystemGlobbing": "1.0.0-rc2-final", - "Microsoft.Extensions.Primitives": "1.0.0-rc2-final" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Mvc.TagHelpers.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.ViewFeatures/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.AspNetCore.Antiforgery": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Diagnostics.Abstractions": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Html.Abstractions": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Mvc.Core": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Mvc.DataAnnotations": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Mvc.Formatters.Json": "1.0.0-rc2-final", - "Microsoft.Extensions.WebEncoders": "1.0.0-rc2-final", - "Newtonsoft.Json": "8.0.3", - "System.Buffers": "4.0.0-rc2-24027" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Mvc.ViewFeatures.dll": {} - } - }, - "Microsoft.AspNetCore.Razor/1.0.0-rc2-final": { - "compile": { - "lib/net451/Microsoft.AspNetCore.Razor.dll": {} - } - }, - "Microsoft.AspNetCore.Razor.Runtime/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.AspNetCore.Html.Abstractions": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Razor": "1.0.0-rc2-final", - "System.Xml": "4.0.0.0", - "System.Xml.Linq": "4.0.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Razor.Runtime.dll": {} - } - }, - "Microsoft.AspNetCore.Routing/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.AspNetCore.Http.Extensions": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Routing.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.ObjectPool": "1.0.0-rc2-final", - "Microsoft.Extensions.Options": "1.0.0-rc2-final" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Routing.dll": {} - } - }, - "Microsoft.AspNetCore.Routing.Abstractions/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.AspNetCore.Http.Abstractions": "1.0.0-rc2-final" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Routing.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Server.IISIntegration/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.AspNetCore.Hosting": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Http": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Http.Extensions": "1.0.0-rc2-final", - "Microsoft.AspNetCore.HttpOverrides": "1.0.0-rc2-final", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.Options": "1.0.0-rc2-final" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Server.IISIntegration.dll": {} - } - }, - "Microsoft.AspNetCore.Server.Kestrel/1.0.0-rc2-final": { - "dependencies": { - "Libuv": "1.9.0-rc2-20901", - "Microsoft.AspNetCore.Hosting": "1.0.0-rc2-final", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc2-final", - "System.Buffers": "4.0.0-rc2-24027", - "System.Numerics.Vectors": "4.1.1-rc2-24027", - "System.Threading.Tasks.Extensions": "4.0.0-rc2-24027" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Server.Kestrel.dll": {} - } - }, - "Microsoft.AspNetCore.WebUtilities/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.Extensions.Primitives": "1.0.0-rc2-final", - "System.Buffers": "4.0.0-rc2-24027", - "System.Text.Encodings.Web": "4.0.0-rc2-24027" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.WebUtilities.dll": {} - } - }, - "Microsoft.CodeAnalysis.Analyzers/1.1.0": { - "dependencies": { - "System": "4.0.0.0" - } - }, - "Microsoft.CodeAnalysis.Common/1.3.0-beta1-20160429-01": { - "dependencies": { - "Microsoft.CodeAnalysis.Analyzers": "1.1.0", - "System.Collections.Immutable": "1.1.37", - "System.Reflection.Metadata": "1.2.0" - }, - "compile": { - "lib/net45/Microsoft.CodeAnalysis.dll": {} - } - }, - "Microsoft.CodeAnalysis.CSharp/1.3.0-beta1-20160429-01": { - "dependencies": { - "Microsoft.CodeAnalysis.Common": "1.3.0-beta1-20160429-01" - }, - "compile": { - "lib/net45/Microsoft.CodeAnalysis.CSharp.dll": {} - } - }, - "Microsoft.CSharp/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.2/Microsoft.CSharp.dll": {} - } - }, - "Microsoft.DotNet.InternalAbstractions/1.0.0-rc2-002702": { - "compile": { - "lib/net451/Microsoft.DotNet.InternalAbstractions.dll": {} - } - }, - "Microsoft.Extensions.Caching.Abstractions/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.Extensions.Primitives": "1.0.0-rc2-final", - "System.Collections": "4.0.0.0", - "System.Threading": "4.0.0.0", - "System.Threading.Tasks": "4.0.0.0" - }, - "compile": { - "lib/netstandard1.0/Microsoft.Extensions.Caching.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.Caching.Memory/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.Extensions.Caching.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.Options": "1.0.0-rc2-final" - }, - "compile": { - "lib/net451/Microsoft.Extensions.Caching.Memory.dll": {} - } - }, - "Microsoft.Extensions.Configuration/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "1.0.0-rc2-final", - "System.Collections": "4.0.0.0", - "System.Diagnostics.Debug": "4.0.0.0", - "System.IO": "4.0.0.0", - "System.Resources.ResourceManager": "4.0.0.0", - "System.Runtime.Extensions": "4.0.0.0", - "System.Runtime.InteropServices": "4.0.10.0", - "System.Threading": "4.0.0.0" - }, - "compile": { - "lib/netstandard1.1/Microsoft.Extensions.Configuration.dll": {} - } - }, - "Microsoft.Extensions.Configuration.Abstractions/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.Extensions.Primitives": "1.0.0-rc2-final", - "System.Linq": "4.0.0.0" - }, - "compile": { - "lib/netstandard1.0/Microsoft.Extensions.Configuration.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.Configuration.Binder/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.Extensions.Configuration": "1.0.0-rc2-final", - "System.ComponentModel.TypeConverter": "4.0.1-rc2-24027" - }, - "compile": { - "lib/netstandard1.1/Microsoft.Extensions.Configuration.Binder.dll": {} - } - }, - "Microsoft.Extensions.Configuration.EnvironmentVariables/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.Extensions.Configuration": "1.0.0-rc2-final" - }, - "compile": { - "lib/net451/Microsoft.Extensions.Configuration.EnvironmentVariables.dll": {} - } - }, - "Microsoft.Extensions.Configuration.FileExtensions/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.Extensions.Configuration": "1.0.0-rc2-final", - "Microsoft.Extensions.FileProviders.Physical": "1.0.0-rc2-final" - }, - "compile": { - "lib/net451/Microsoft.Extensions.Configuration.FileExtensions.dll": {} - } - }, - "Microsoft.Extensions.Configuration.Json/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.Extensions.Configuration": "1.0.0-rc2-final", - "Microsoft.Extensions.Configuration.FileExtensions": "1.0.0-rc2-final", - "Newtonsoft.Json": "8.0.3" - }, - "compile": { - "lib/net451/Microsoft.Extensions.Configuration.Json.dll": {} - } - }, - "Microsoft.Extensions.DependencyInjection/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc2-final", - "System.Collections": "4.0.0.0", - "System.Collections.Concurrent": "4.0.0.0", - "System.Runtime.Extensions": "4.0.0.0", - "System.Threading": "4.0.0.0", - "System.Threading.Tasks": "4.0.0.0" - }, - "compile": { - "lib/netstandard1.1/Microsoft.Extensions.DependencyInjection.dll": {} - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc2-final": { - "dependencies": { - "System.ComponentModel": "4.0.0.0", - "System.Diagnostics.Debug": "4.0.0.0", - "System.Globalization": "4.0.0.0", - "System.Linq": "4.0.0.0", - "System.Linq.Expressions": "4.0.0.0", - "System.Reflection": "4.0.0.0", - "System.Resources.ResourceManager": "4.0.0.0" - }, - "compile": { - "lib/netstandard1.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.DependencyModel/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.DotNet.InternalAbstractions": "1.0.0-rc2-002702", - "Newtonsoft.Json": "8.0.3" - }, - "compile": { - "lib/net451/Microsoft.Extensions.DependencyModel.dll": {} - } - }, - "Microsoft.Extensions.DiagnosticAdapter/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc2-final", - "System.Collections.Concurrent": "4.0.0.0", - "System.ComponentModel": "4.0.0.0", - "System.Diagnostics.DiagnosticSource": "4.0.0-rc2-24027", - "System.Reflection.Emit": "4.0.0.0", - "System.Reflection.Emit.Lightweight": "4.0.0.0", - "System.Reflection.Extensions": "4.0.0.0", - "System.Runtime.Extensions": "4.0.0.0" - }, - "compile": { - "lib/netstandard1.1/Microsoft.Extensions.DiagnosticAdapter.dll": {} - } - }, - "Microsoft.Extensions.FileProviders.Abstractions/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.Extensions.Primitives": "1.0.0-rc2-final", - "System.IO": "4.0.0.0", - "System.Resources.ResourceManager": "4.0.0.0" - }, - "compile": { - "lib/netstandard1.0/Microsoft.Extensions.FileProviders.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.FileProviders.Composite/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "1.0.0-rc2-final" - }, - "compile": { - "lib/netstandard1.0/Microsoft.Extensions.FileProviders.Composite.dll": {} - } - }, - "Microsoft.Extensions.FileProviders.Physical/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.FileSystemGlobbing": "1.0.0-rc2-final" - }, - "compile": { - "lib/net451/Microsoft.Extensions.FileProviders.Physical.dll": {} - } - }, - "Microsoft.Extensions.FileSystemGlobbing/1.0.0-rc2-final": { - "compile": { - "lib/net451/Microsoft.Extensions.FileSystemGlobbing.dll": {} - } - }, - "Microsoft.Extensions.Globalization.CultureInfoCache/1.0.0-rc2-final": { - "dependencies": { - "System.Collections.Concurrent": "4.0.0.0", - "System.Linq": "4.0.0.0", - "System.Resources.ResourceManager": "4.0.0.0" - }, - "compile": { - "lib/netstandard1.1/Microsoft.Extensions.Globalization.CultureInfoCache.dll": {} - } - }, - "Microsoft.Extensions.Localization/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.Localization.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.Options": "1.0.0-rc2-final" - }, - "compile": { - "lib/net451/Microsoft.Extensions.Localization.dll": {} - } - }, - "Microsoft.Extensions.Localization.Abstractions/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.CSharp": "4.0.0.0", - "System.Globalization": "4.0.0.0", - "System.Resources.ResourceManager": "4.0.0.0" - }, - "compile": { - "lib/netstandard1.0/Microsoft.Extensions.Localization.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.Logging/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc2-final", - "System.Threading": "4.0.0.0" - }, - "compile": { - "lib/netstandard1.1/Microsoft.Extensions.Logging.dll": {} - } - }, - "Microsoft.Extensions.Logging.Abstractions/1.0.0-rc2-final": { - "dependencies": { - "System.Collections": "4.0.0.0", - "System.Collections.Concurrent": "4.0.0.0", - "System.Globalization": "4.0.0.0", - "System.Linq": "4.0.0.0", - "System.Reflection": "4.0.0.0", - "System.Resources.ResourceManager": "4.0.0.0", - "System.Runtime.Extensions": "4.0.0.0", - "System.Runtime.InteropServices": "4.0.10.0" - }, - "compile": { - "lib/netstandard1.1/Microsoft.Extensions.Logging.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.Logging.Console/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc2-final" - }, - "compile": { - "lib/net451/Microsoft.Extensions.Logging.Console.dll": {} - } - }, - "Microsoft.Extensions.Logging.Debug/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc2-final" - }, - "compile": { - "lib/net451/Microsoft.Extensions.Logging.Debug.dll": {} - } - }, - "Microsoft.Extensions.ObjectPool/1.0.0-rc2-final": { - "compile": { - "lib/net451/Microsoft.Extensions.ObjectPool.dll": {} - } - }, - "Microsoft.Extensions.Options/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.Primitives": "1.0.0-rc2-final", - "System.ComponentModel": "4.0.0.0", - "System.Diagnostics.Debug": "4.0.0.0", - "System.Globalization": "4.0.0.0", - "System.Linq": "4.0.0.0", - "System.Linq.Expressions": "4.0.0.0", - "System.Reflection": "4.0.0.0", - "System.Resources.ResourceManager": "4.0.0.0", - "System.Runtime.Extensions": "4.0.0.0", - "System.Threading": "4.0.0.0" - }, - "compile": { - "lib/netstandard1.0/Microsoft.Extensions.Options.dll": {} - } - }, - "Microsoft.Extensions.Options.ConfigurationExtensions/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.Configuration.Binder": "1.0.0-rc2-final", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.Options": "1.0.0-rc2-final" - }, - "compile": { - "lib/netstandard1.1/Microsoft.Extensions.Options.ConfigurationExtensions.dll": {} - } - }, - "Microsoft.Extensions.PlatformAbstractions/1.0.0-rc2-final": { - "compile": { - "lib/net451/Microsoft.Extensions.PlatformAbstractions.dll": {} - } - }, - "Microsoft.Extensions.Primitives/1.0.0-rc2-final": { - "dependencies": { - "System.Resources.ResourceManager": "4.0.0.0", - "System.Runtime": "4.0.10.0" - }, - "compile": { - "lib/netstandard1.0/Microsoft.Extensions.Primitives.dll": {} - } - }, - "Microsoft.Extensions.WebEncoders/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.Options": "1.0.0-rc2-final", - "System.Text.Encodings.Web": "4.0.0-rc2-24027" - }, - "compile": { - "lib/netstandard1.0/Microsoft.Extensions.WebEncoders.dll": {} - } - }, - "Microsoft.Net.Http.Headers/1.0.0-rc2-final": { - "dependencies": { - "System.Buffers": "4.0.0-rc2-24027", - "System.Collections": "4.0.0.0", - "System.Diagnostics.Contracts": "4.0.0.0", - "System.Globalization": "4.0.0.0", - "System.Linq": "4.0.0.0", - "System.Resources.ResourceManager": "4.0.0.0", - "System.Runtime.Extensions": "4.0.0.0", - "System.Text.Encoding": "4.0.0.0" - }, - "compile": { - "lib/netstandard1.1/Microsoft.Net.Http.Headers.dll": {} - } - }, - "Microsoft.NETCore.Platforms/1.0.1-rc2-24027": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.0.1-rc2-24027" - } - }, - "Microsoft.NETCore.Runtime/1.0.2-rc2-24027": {}, - "Microsoft.NETCore.Targets/1.0.1-rc2-24027": {}, - "MongoDB.Bson/2.2.4": { - "compile": { - "lib/net45/MongoDB.Bson.dll": {} - } - }, - "MongoDB.Driver/2.2.4": { - "dependencies": { - "MongoDB.Bson": "2.2.4", - "MongoDB.Driver.Core": "2.2.4" - }, - "compile": { - "lib/net45/MongoDB.Driver.dll": {} - } - }, - "MongoDB.Driver.Core/2.2.4": { - "dependencies": { - "MongoDB.Bson": "2.2.4" - }, - "compile": { - "lib/net45/MongoDB.Driver.Core.dll": {} - } - }, - "MySql.Data/6.9.8": { - "compile": { - "lib/net45/MySql.Data.dll": {} - } - }, - "MySql.Data.Entity/6.9.8": { - "dependencies": { - "EntityFramework": "6.0.0", - "MySql.Data": "6.9.8" - }, - "compile": { - "lib/net45/MySql.Data.Entity.EF6.dll": {} - } - }, - "NETStandard.Library/1.5.0-rc2-24027": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-24027", - "Microsoft.NETCore.Runtime": "1.0.2-rc2-24027", - "System.Collections": "4.0.0.0", - "System.Collections.Concurrent": "4.0.0.0", - "System.Diagnostics.Debug": "4.0.0.0", - "System.Diagnostics.Tools": "4.0.0.0", - "System.Diagnostics.Tracing": "4.0.10.0", - "System.Globalization": "4.0.0.0", - "System.IO": "4.0.0.0", - "System.IO.Compression": "4.0.0.0", - "System.Linq": "4.0.0.0", - "System.Net.Http": "4.0.0.0", - "System.Net.Primitives": "4.0.0.0", - "System.ObjectModel": "4.0.0.0", - "System.Reflection": "4.0.0.0", - "System.Reflection.Extensions": "4.0.0.0", - "System.Reflection.Primitives": "4.0.0.0", - "System.Resources.ResourceManager": "4.0.0.0", - "System.Runtime": "4.0.10.0", - "System.Runtime.Extensions": "4.0.0.0", - "System.Runtime.InteropServices": "4.0.10.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.0.0-rc2-24027", - "System.Runtime.Numerics": "4.0.0.0", - "System.Text.Encoding": "4.0.0.0", - "System.Text.Encoding.Extensions": "4.0.0.0", - "System.Text.RegularExpressions": "4.0.0.0", - "System.Threading": "4.0.0.0", - "System.Threading.Tasks": "4.0.0.0", - "System.Threading.Timer": "4.0.0.0", - "System.Xml.ReaderWriter": "4.0.0.0", - "System.Xml.XDocument": "4.0.0.0" - } - }, - "Newtonsoft.Json/8.0.3": { - "compile": { - "lib/net45/Newtonsoft.Json.dll": {} - } - }, - "NHibernate/4.0.4.4000": { - "dependencies": { - "Iesi.Collections": "4.0.0.4000" - }, - "compile": { - "lib/net40/NHibernate.dll": {} - } - }, - "NHibernate.Linq/1.0.0": { - "dependencies": { - "NHibernate": "4.0.4.4000" - }, - "compile": { - "lib/NHibernate.Linq.dll": {} - } - }, - "OAuth/1.0.3": { - "compile": { - "lib/net40/OAuth.dll": {} - } - }, - "Serilog/2.0.0-rc-598": { - "compile": { - "lib/net45/Serilog.dll": {} - } - }, - "Serilog.Extensions.Logging/1.0.0-rc2-10110": { - "dependencies": { - "Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc2-final", - "Serilog": "2.0.0-rc-598", - "System.Runtime": "4.0.10.0" - }, - "compile": { - "lib/net45/Serilog.Extensions.Logging.dll": {} - } - }, - "Serilog.Sinks.ColoredConsole/2.0.0-beta-700": { - "dependencies": { - "Serilog": "2.0.0-rc-598", - "Microsoft.CSharp": "4.0.0.0", - "System": "4.0.0.0", - "System.Core": "4.0.0.0", - "mscorlib": "4.0.0.0" - }, - "compile": { - "lib/net45/Serilog.Sinks.ColoredConsole.dll": {} - } - }, - "Serilog.Sinks.File/2.0.0-rc-704": { - "dependencies": { - "Serilog": "2.0.0-rc-598" - }, - "compile": { - "lib/net45/Serilog.Sinks.File.dll": {} - } - }, - "Serilog.Sinks.RollingFile/2.0.0-rc-703": { - "dependencies": { - "Serilog": "2.0.0-rc-598", - "Serilog.Sinks.File": "2.0.0-rc-704" - }, - "compile": { - "lib/net45/Serilog.Sinks.RollingFile.dll": {} - } - }, - "StackExchange.Redis/1.1.603": { - "compile": { - "lib/net45/StackExchange.Redis.dll": {} - } - }, - "System.Buffers/4.0.0-rc2-24027": { - "compile": { - "lib/netstandard1.1/System.Buffers.dll": {} - } - }, - "System.Collections/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.2/Facades/System.Collections.dll": {} - } - }, - "System.Collections.Concurrent/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.2/Facades/System.Collections.Concurrent.dll": {} - } - }, - "System.Collections.Immutable/1.1.37": { - "dependencies": { - "System.Collections": "4.0.0.0", - "System.Diagnostics.Debug": "4.0.0.0", - "System.Globalization": "4.0.0.0", - "System.Linq": "4.0.0.0", - "System.Resources.ResourceManager": "4.0.0.0", - "System.Runtime": "4.0.10.0", - "System.Runtime.Extensions": "4.0.0.0", - "System.Threading": "4.0.0.0" - }, - "compile": { - "lib/dotnet/System.Collections.Immutable.dll": {} - } - }, - "System.ComponentModel/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.2/Facades/System.ComponentModel.dll": {} - } - }, - "System.ComponentModel.Primitives/4.0.1-rc2-24027": { - "dependencies": { - "System": "4.0.0.0", - "mscorlib": "4.0.0.0" - }, - "compile": { - "ref/net45/System.ComponentModel.Primitives.dll": {} - } - }, - "System.ComponentModel.TypeConverter/4.0.1-rc2-24027": { - "dependencies": { - "System.ComponentModel.Primitives": "4.0.1-rc2-24027", - "System": "4.0.0.0", - "mscorlib": "4.0.0.0" - }, - "compile": { - "ref/net45/System.ComponentModel.TypeConverter.dll": {} - } - }, - "System.Diagnostics.Contracts/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.2/Facades/System.Diagnostics.Contracts.dll": {} - } - }, - "System.Diagnostics.Debug/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.2/Facades/System.Diagnostics.Debug.dll": {} - } - }, - "System.Diagnostics.DiagnosticSource/4.0.0-rc2-24027": { - "compile": { - "lib/portable-net45+win8+wpa81/System.Diagnostics.DiagnosticSource.dll": {} - } - }, - "System.Diagnostics.Tools/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.2/Facades/System.Diagnostics.Tools.dll": {} - } - }, - "System.Diagnostics.Tracing/4.0.10.0": { - "compile": { - ".NETFramework/v4.5.2/Facades/System.Diagnostics.Tracing.dll": {} - } - }, - "System.Globalization/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.2/Facades/System.Globalization.dll": {} - } - }, - "System.IO/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.2/Facades/System.IO.dll": {} - } - }, - "System.IO.Compression/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.2/System.IO.Compression.dll": {} - } - }, - "System.Linq/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.2/Facades/System.Linq.dll": {} - } - }, - "System.Linq.Expressions/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.2/Facades/System.Linq.Expressions.dll": {} - } - }, - "System.Net.Http/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.2/System.Net.Http.dll": {} - } - }, - "System.Net.Primitives/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.2/Facades/System.Net.Primitives.dll": {} - } - }, - "System.Numerics.Vectors/4.1.1-rc2-24027": { - "compile": { - "ref/portable-net45+win8/System.Numerics.Vectors.dll": {} - } - }, - "System.ObjectModel/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.2/Facades/System.ObjectModel.dll": {} - } - }, - "System.Reflection/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.2/Facades/System.Reflection.dll": {} - } - }, - "System.Reflection.Emit/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.2/Facades/System.Reflection.Emit.dll": {} - } - }, - "System.Reflection.Emit.Lightweight/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.2/Facades/System.Reflection.Emit.Lightweight.dll": {} - } - }, - "System.Reflection.Extensions/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.2/Facades/System.Reflection.Extensions.dll": {} - } - }, - "System.Reflection.Metadata/1.2.0": { - "dependencies": { - "System.Collections.Immutable": "1.1.37" - }, - "compile": { - "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} - } - }, - "System.Reflection.Primitives/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.2/Facades/System.Reflection.Primitives.dll": {} - } - }, - "System.Resources.ResourceManager/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.2/Facades/System.Resources.ResourceManager.dll": {} - } - }, - "System.Runtime/4.0.10.0": { - "compile": { - ".NETFramework/v4.5.2/Facades/System.Runtime.dll": {} - } - }, - "System.Runtime.Extensions/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.2/Facades/System.Runtime.Extensions.dll": {} - } - }, - "System.Runtime.InteropServices/4.0.10.0": { - "compile": { - ".NETFramework/v4.5.2/Facades/System.Runtime.InteropServices.dll": {} - } - }, - "System.Runtime.InteropServices.RuntimeInformation/4.0.0-rc2-24027": { - "dependencies": { - "System.Runtime": "4.0.10.0" - }, - "compile": { - "ref/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll": {} - } - }, - "System.Runtime.Numerics/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.2/Facades/System.Runtime.Numerics.dll": {} - } - }, - "System.Runtime.Serialization.Primitives/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.2/Facades/System.Runtime.Serialization.Primitives.dll": {} - } - }, - "System.Text.Encoding/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.2/Facades/System.Text.Encoding.dll": {} - } - }, - "System.Text.Encoding.Extensions/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.2/Facades/System.Text.Encoding.Extensions.dll": {} - } - }, - "System.Text.Encodings.Web/4.0.0-rc2-24027": { - "compile": { - "lib/netstandard1.0/System.Text.Encodings.Web.dll": {} - } - }, - "System.Text.RegularExpressions/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.2/Facades/System.Text.RegularExpressions.dll": {} - } - }, - "System.Threading/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.2/Facades/System.Threading.dll": {} - } - }, - "System.Threading.Tasks/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.2/Facades/System.Threading.Tasks.dll": {} - } - }, - "System.Threading.Tasks.Extensions/4.0.0-rc2-24027": { - "compile": { - "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.dll": {} - } - }, - "System.Threading.Timer/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.2/Facades/System.Threading.Timer.dll": {} - } - }, - "System.Xml.ReaderWriter/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.2/Facades/System.Xml.ReaderWriter.dll": {} - } - }, - "System.Xml.XDocument/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.2/Facades/System.Xml.XDocument.dll": {} - } - }, - "Domain.Socioboard/1.0.0": { - "dependencies": { - "System.ComponentModel.DataAnnotations": "4.0.0.0", - "System.Net": "4.0.0.0", - "System.Security": "4.0.0.0", - "NETStandard.Library": "1.5.0-rc2-24027", - "Newtonsoft.Json": "8.0.3", - "MongoDB.Bson": "2.2.4" - }, - "compile": { - "Domain.Socioboard.dll": {} - } - }, - "Socioboard.Facebook/1.0.0": { - "dependencies": { - "Facebook": "7.0.10-beta", - "Newtonsoft.Json": "8.0.3", - "NETStandard.Library": "1.5.0-rc2-24027" - }, - "compile": { - "Socioboard.Facebook.dll": {} - } - }, - "Socioboard.Google/1.0.0": { - "dependencies": { - "Newtonsoft.Json": "8.0.3", - "System.Data": "4.0.0.0", - "System.Xml": "4.0.0.0", - "System.Xml.Linq": "4.0.0.0", - "NETStandard.Library": "1.5.0-rc2-24027" - }, - "compile": { - "Socioboard.Google.dll": {} - } - }, - "Socioboard.Twitter/1.0.0": { - "dependencies": { - "System.Xml": "4.0.0.0", - "System.Xml.Linq": "4.0.0.0", - "NETStandard.Library": "1.5.0-rc2-24027", - "Newtonsoft.Json": "8.0.3", - "Hammock": "1.2.3", - "OAuth": "1.0.3" - }, - "compile": { - "Socioboard.Twitter.dll": {} - } - }, - "System.Xml/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.2/System.Xml.dll": {} - } - }, - "mscorlib/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.2/mscorlib.dll": {} - } - }, - "System/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.2/System.dll": {} - } - }, - "System.Core/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.2/System.Core.dll": {} - } - }, - "System.ComponentModel.DataAnnotations/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.2/System.ComponentModel.DataAnnotations.dll": {} - } - }, - "System.Security/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.2/System.Security.dll": {} - } - }, - "System.Xml.Linq/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.2/System.Xml.Linq.dll": {} - } - }, - "System.Net/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.2/System.Net.dll": {} - } - }, - "System.Data/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.2/System.Data.dll": {} - } - } - }, - ".NETFramework,Version=v4.5.2/": { - "Api.Socioboard/1.0.0": { - "dependencies": { - "NHibernate": "4.0.4.4000", - "System.Xml": "4.0.0.0", - "Domain.Socioboard": "1.0.0", - "Microsoft.ApplicationInsights.AspNetCore": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Mvc": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Server.Kestrel": "1.0.0-rc2-final", - "Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0-rc2-final", - "Microsoft.Extensions.Configuration.FileExtensions": "1.0.0-rc2-final", - "Microsoft.Extensions.Configuration.Json": "1.0.0-rc2-final", - "Microsoft.Extensions.Logging": "1.0.0-rc2-final", - "Microsoft.Extensions.Logging.Console": "1.0.0-rc2-final", - "Microsoft.Extensions.Logging.Debug": "1.0.0-rc2-final", - "Socioboard.Facebook": "1.0.0", - "Socioboard.Google": "1.0.0", - "Socioboard.Twitter": "1.0.0", - "Serilog": "2.0.0-rc-598", - "Serilog.Extensions.Logging": "1.0.0-rc2-10110", - "Serilog.Sinks.ColoredConsole": "2.0.0-beta-700", - "Serilog.Sinks.RollingFile": "2.0.0-rc-703", - "Microsoft.Extensions.Options.ConfigurationExtensions": "1.0.0-rc2-final", - "Microsoft.Extensions.Options": "1.0.0-rc2-final", - "MongoDB.Bson": "2.2.4", - "MongoDB.Driver": "2.2.4", - "MySql.Data": "6.9.8", - "MySql.Data.Entity": "6.9.8", - "Newtonsoft.Json": "8.0.3", - "NHibernate.Linq": "1.0.0", - "StackExchange.Redis": "1.1.603", - "Microsoft.AspNetCore.Cors": "1.0.0-rc2-final" - }, - "runtime": { - "Api.Socioboard.exe": {} - } - }, - "EntityFramework/6.0.0": { - "dependencies": { - "System.ComponentModel.DataAnnotations": "4.0.0.0" - }, - "runtime": { - "lib/net45/EntityFramework.SqlServer.dll": {}, - "lib/net45/EntityFramework.dll": {} - } - }, - "Facebook/7.0.10-beta": { - "runtime": { - "lib/net45/Facebook.dll": {} - } - }, - "Hammock/1.2.3": { - "runtime": { - "lib/net40/Hammock.dll": {} - } - }, - "Iesi.Collections/4.0.0.4000": { - "runtime": { - "lib/net40/Iesi.Collections.dll": {} - } - }, - "Libuv/1.9.0-rc2-20901": {}, - "Microsoft.ApplicationInsights/2.1.0-beta4": { - "runtime": { - "lib/net45/Microsoft.ApplicationInsights.dll": {} - } - }, - "Microsoft.ApplicationInsights.Agent.Intercept/1.2.1": { - "runtime": { - "lib/net45/Microsoft.AI.Agent.Intercept.dll": {} - } - }, - "Microsoft.ApplicationInsights.AspNetCore/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.ApplicationInsights": "2.1.0-beta4", - "Microsoft.ApplicationInsights.DependencyCollector": "2.1.0-beta4", - "Microsoft.ApplicationInsights.PerfCounterCollector": "2.1.0-beta4", - "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel": "2.1.0-beta4", - "Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Http.Abstractions": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Mvc.ViewFeatures": "1.0.0-rc2-final", - "Microsoft.Extensions.Configuration": "1.0.0-rc2-final", - "Microsoft.Extensions.DiagnosticAdapter": "1.0.0-rc2-final", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc2-final" - }, - "runtime": { - "lib/net451/Microsoft.ApplicationInsights.AspNetCore.dll": {} - } - }, - "Microsoft.ApplicationInsights.DependencyCollector/2.1.0-beta4": { - "dependencies": { - "Microsoft.ApplicationInsights": "2.1.0-beta4", - "Microsoft.ApplicationInsights.Agent.Intercept": "1.2.1" - }, - "runtime": { - "lib/net45/Microsoft.AI.DependencyCollector.dll": {} - } - }, - "Microsoft.ApplicationInsights.PerfCounterCollector/2.1.0-beta4": { - "dependencies": { - "Microsoft.ApplicationInsights": "2.1.0-beta4" - }, - "runtime": { - "lib/net45/Microsoft.AI.PerfCounterCollector.dll": {} - } - }, - "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel/2.1.0-beta4": { - "dependencies": { - "Microsoft.ApplicationInsights": "2.1.0-beta4" - }, - "runtime": { - "lib/net45/Microsoft.AI.ServerTelemetryChannel.dll": {} - } - }, - "Microsoft.AspNetCore.Antiforgery/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.AspNetCore.DataProtection": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Http.Abstractions": "1.0.0-rc2-final", - "Microsoft.AspNetCore.WebUtilities": "1.0.0-rc2-final", - "Microsoft.Extensions.ObjectPool": "1.0.0-rc2-final" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Antiforgery.dll": {} - } - }, - "Microsoft.AspNetCore.Authorization/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.Options": "1.0.0-rc2-final" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Authorization.dll": {} - } - }, - "Microsoft.AspNetCore.Cors/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.AspNetCore.Http.Extensions": "1.0.0-rc2-final", - "Microsoft.Extensions.Configuration.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.Options": "1.0.0-rc2-final" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Cors.dll": {} - } - }, - "Microsoft.AspNetCore.Cryptography.Internal/1.0.0-rc2-final": { - "runtime": { - "lib/net451/Microsoft.AspNetCore.Cryptography.Internal.dll": {} - } - }, - "Microsoft.AspNetCore.DataProtection/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.AspNetCore.Cryptography.Internal": "1.0.0-rc2-final", - "Microsoft.AspNetCore.DataProtection.Abstractions": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.Options": "1.0.0-rc2-final", - "System.Security": "4.0.0.0", - "System.Xml": "4.0.0.0", - "System.Xml.Linq": "4.0.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.DataProtection.dll": {} - } - }, - "Microsoft.AspNetCore.DataProtection.Abstractions/1.0.0-rc2-final": { - "runtime": { - "lib/net451/Microsoft.AspNetCore.DataProtection.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Diagnostics.Abstractions/1.0.0-rc2-final": { - "dependencies": { - "System.Resources.ResourceManager": "4.0.0.0" - }, - "runtime": { - "lib/netstandard1.0/Microsoft.AspNetCore.Diagnostics.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Hosting/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Hosting.Server.Abstractions": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Http": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Http.Extensions": "1.0.0-rc2-final", - "Microsoft.Extensions.Configuration": "1.0.0-rc2-final", - "Microsoft.Extensions.DependencyInjection": "1.0.0-rc2-final", - "Microsoft.Extensions.FileProviders.Physical": "1.0.0-rc2-final", - "Microsoft.Extensions.Logging": "1.0.0-rc2-final", - "Microsoft.Extensions.Options": "1.0.0-rc2-final", - "Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc2-final", - "System.Diagnostics.DiagnosticSource": "4.0.0-rc2-24027" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Hosting.dll": {} - } - }, - "Microsoft.AspNetCore.Hosting.Abstractions/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.AspNetCore.Hosting.Server.Abstractions": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Http.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.Configuration.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.FileProviders.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc2-final" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Hosting.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Hosting.Server.Abstractions/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.AspNetCore.Http.Features": "1.0.0-rc2-final", - "Microsoft.Extensions.Configuration.Abstractions": "1.0.0-rc2-final" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Html.Abstractions/1.0.0-rc2-final": { - "dependencies": { - "System.Collections": "4.0.0.0", - "System.Resources.ResourceManager": "4.0.0.0", - "System.Text.Encodings.Web": "4.0.0-rc2-24027" - }, - "runtime": { - "lib/netstandard1.0/Microsoft.AspNetCore.Html.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Http/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.AspNetCore.Http.Abstractions": "1.0.0-rc2-final", - "Microsoft.AspNetCore.WebUtilities": "1.0.0-rc2-final", - "Microsoft.Extensions.ObjectPool": "1.0.0-rc2-final", - "Microsoft.Extensions.Options": "1.0.0-rc2-final", - "Microsoft.Net.Http.Headers": "1.0.0-rc2-final", - "System.Buffers": "4.0.0-rc2-24027" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Http.dll": {} - } - }, - "Microsoft.AspNetCore.Http.Abstractions/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.AspNetCore.Http.Features": "1.0.0-rc2-final", - "System.Text.Encodings.Web": "4.0.0-rc2-24027" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Http.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Http.Extensions/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.AspNetCore.Http.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.FileProviders.Abstractions": "1.0.0-rc2-final", - "Microsoft.Net.Http.Headers": "1.0.0-rc2-final", - "System.Buffers": "4.0.0-rc2-24027" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Http.Extensions.dll": {} - } - }, - "Microsoft.AspNetCore.Http.Features/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.Extensions.Primitives": "1.0.0-rc2-final" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Http.Features.dll": {} - } - }, - "Microsoft.AspNetCore.HttpOverrides/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.AspNetCore.Http.Extensions": "1.0.0-rc2-final", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.Options": "1.0.0-rc2-final" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.HttpOverrides.dll": {} - } - }, - "Microsoft.AspNetCore.JsonPatch/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.CSharp": "4.0.0.0", - "Newtonsoft.Json": "8.0.3", - "System.Collections.Concurrent": "4.0.0.0", - "System.ComponentModel.TypeConverter": "4.0.1-rc2-24027", - "System.Diagnostics.Debug": "4.0.0.0", - "System.Globalization": "4.0.0.0", - "System.Linq": "4.0.0.0", - "System.Reflection.Extensions": "4.0.0.0", - "System.Resources.ResourceManager": "4.0.0.0", - "System.Runtime.Extensions": "4.0.0.0", - "System.Runtime.Serialization.Primitives": "4.0.0.0", - "System.Text.Encoding.Extensions": "4.0.0.0" - }, - "runtime": { - "lib/netstandard1.1/Microsoft.AspNetCore.JsonPatch.dll": {} - } - }, - "Microsoft.AspNetCore.Localization/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.AspNetCore.Http.Extensions": "1.0.0-rc2-final", - "Microsoft.Extensions.Globalization.CultureInfoCache": "1.0.0-rc2-final", - "Microsoft.Extensions.Localization.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.Options": "1.0.0-rc2-final" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Localization.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.ApiExplorer": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Mvc.Cors": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Mvc.DataAnnotations": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Mvc.Formatters.Json": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Mvc.Localization": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Mvc.Razor": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Mvc.TagHelpers": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Mvc.ViewFeatures": "1.0.0-rc2-final", - "Microsoft.Extensions.Caching.Memory": "1.0.0-rc2-final", - "Microsoft.Extensions.DependencyInjection": "1.0.0-rc2-final" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Mvc.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Abstractions/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.AspNetCore.Routing.Abstractions": "1.0.0-rc2-final", - "Microsoft.Net.Http.Headers": "1.0.0-rc2-final" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Mvc.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.ApiExplorer/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.Core": "1.0.0-rc2-final" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Mvc.ApiExplorer.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Core/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.AspNetCore.Authorization": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Http": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Mvc.Abstractions": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Routing": "1.0.0-rc2-final", - "Microsoft.Extensions.DependencyModel": "1.0.0-rc2-final", - "Microsoft.Extensions.FileProviders.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc2-final", - "System.Buffers": "4.0.0-rc2-24027", - "System.Diagnostics.DiagnosticSource": "4.0.0-rc2-24027" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Mvc.Core.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Cors/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.AspNetCore.Cors": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Mvc.Core": "1.0.0-rc2-final" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Mvc.Cors.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.DataAnnotations/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.Core": "1.0.0-rc2-final", - "Microsoft.Extensions.Localization": "1.0.0-rc2-final", - "System.ComponentModel.DataAnnotations": "4.0.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Mvc.DataAnnotations.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Formatters.Json/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.AspNetCore.JsonPatch": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Mvc.Core": "1.0.0-rc2-final" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Mvc.Formatters.Json.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Localization/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.AspNetCore.Localization": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Mvc.Razor": "1.0.0-rc2-final", - "Microsoft.Extensions.DependencyInjection": "1.0.0-rc2-final", - "Microsoft.Extensions.Localization": "1.0.0-rc2-final" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Mvc.Localization.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Razor/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.Razor.Host": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Mvc.ViewFeatures": "1.0.0-rc2-final", - "Microsoft.CodeAnalysis.CSharp": "1.3.0-beta1-20160429-01", - "Microsoft.Extensions.FileProviders.Composite": "1.0.0-rc2-final" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Mvc.Razor.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Razor.Host/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.AspNetCore.Razor.Runtime": "1.0.0-rc2-final", - "Microsoft.Extensions.Caching.Memory": "1.0.0-rc2-final", - "Microsoft.Extensions.FileProviders.Physical": "1.0.0-rc2-final" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Mvc.Razor.Host.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.TagHelpers/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.Razor": "1.0.0-rc2-final", - "Microsoft.Extensions.Caching.Memory": "1.0.0-rc2-final", - "Microsoft.Extensions.FileSystemGlobbing": "1.0.0-rc2-final", - "Microsoft.Extensions.Primitives": "1.0.0-rc2-final" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Mvc.TagHelpers.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.ViewFeatures/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.AspNetCore.Antiforgery": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Diagnostics.Abstractions": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Html.Abstractions": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Mvc.Core": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Mvc.DataAnnotations": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Mvc.Formatters.Json": "1.0.0-rc2-final", - "Microsoft.Extensions.WebEncoders": "1.0.0-rc2-final", - "Newtonsoft.Json": "8.0.3", - "System.Buffers": "4.0.0-rc2-24027" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Mvc.ViewFeatures.dll": {} - } - }, - "Microsoft.AspNetCore.Razor/1.0.0-rc2-final": { - "runtime": { - "lib/net451/Microsoft.AspNetCore.Razor.dll": {} - } - }, - "Microsoft.AspNetCore.Razor.Runtime/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.AspNetCore.Html.Abstractions": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Razor": "1.0.0-rc2-final", - "System.Xml": "4.0.0.0", - "System.Xml.Linq": "4.0.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Razor.Runtime.dll": {} - } - }, - "Microsoft.AspNetCore.Routing/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.AspNetCore.Http.Extensions": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Routing.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.ObjectPool": "1.0.0-rc2-final", - "Microsoft.Extensions.Options": "1.0.0-rc2-final" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Routing.dll": {} - } - }, - "Microsoft.AspNetCore.Routing.Abstractions/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.AspNetCore.Http.Abstractions": "1.0.0-rc2-final" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Routing.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Server.IISIntegration/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.AspNetCore.Hosting": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Http": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Http.Extensions": "1.0.0-rc2-final", - "Microsoft.AspNetCore.HttpOverrides": "1.0.0-rc2-final", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.Options": "1.0.0-rc2-final" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Server.IISIntegration.dll": {} - } - }, - "Microsoft.AspNetCore.Server.Kestrel/1.0.0-rc2-final": { - "dependencies": { - "Libuv": "1.9.0-rc2-20901", - "Microsoft.AspNetCore.Hosting": "1.0.0-rc2-final", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc2-final", - "System.Buffers": "4.0.0-rc2-24027", - "System.Numerics.Vectors": "4.1.1-rc2-24027", - "System.Threading.Tasks.Extensions": "4.0.0-rc2-24027" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Server.Kestrel.dll": {} - } - }, - "Microsoft.AspNetCore.WebUtilities/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.Extensions.Primitives": "1.0.0-rc2-final", - "System.Buffers": "4.0.0-rc2-24027", - "System.Text.Encodings.Web": "4.0.0-rc2-24027" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.WebUtilities.dll": {} - } - }, - "Microsoft.CodeAnalysis.Analyzers/1.1.0": { - "dependencies": { - "System": "4.0.0.0" - } - }, - "Microsoft.CodeAnalysis.Common/1.3.0-beta1-20160429-01": { - "dependencies": { - "Microsoft.CodeAnalysis.Analyzers": "1.1.0", - "System.Collections.Immutable": "1.1.37", - "System.Reflection.Metadata": "1.2.0" - }, - "runtime": { - "lib/net45/Microsoft.CodeAnalysis.dll": {} - } - }, - "Microsoft.CodeAnalysis.CSharp/1.3.0-beta1-20160429-01": { - "dependencies": { - "Microsoft.CodeAnalysis.Common": "1.3.0-beta1-20160429-01" - }, - "runtime": { - "lib/net45/Microsoft.CodeAnalysis.CSharp.dll": {} - } - }, - "Microsoft.CSharp/4.0.0.0": {}, - "Microsoft.DotNet.InternalAbstractions/1.0.0-rc2-002702": { - "runtime": { - "lib/net451/Microsoft.DotNet.InternalAbstractions.dll": {} - } - }, - "Microsoft.Extensions.Caching.Abstractions/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.Extensions.Primitives": "1.0.0-rc2-final", - "System.Collections": "4.0.0.0", - "System.Threading": "4.0.0.0", - "System.Threading.Tasks": "4.0.0.0" - }, - "runtime": { - "lib/netstandard1.0/Microsoft.Extensions.Caching.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.Caching.Memory/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.Extensions.Caching.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.Options": "1.0.0-rc2-final" - }, - "runtime": { - "lib/net451/Microsoft.Extensions.Caching.Memory.dll": {} - } - }, - "Microsoft.Extensions.Configuration/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "1.0.0-rc2-final", - "System.Collections": "4.0.0.0", - "System.Diagnostics.Debug": "4.0.0.0", - "System.IO": "4.0.0.0", - "System.Resources.ResourceManager": "4.0.0.0", - "System.Runtime.Extensions": "4.0.0.0", - "System.Runtime.InteropServices": "4.0.10.0", - "System.Threading": "4.0.0.0" - }, - "runtime": { - "lib/netstandard1.1/Microsoft.Extensions.Configuration.dll": {} - } - }, - "Microsoft.Extensions.Configuration.Abstractions/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.Extensions.Primitives": "1.0.0-rc2-final", - "System.Linq": "4.0.0.0" - }, - "runtime": { - "lib/netstandard1.0/Microsoft.Extensions.Configuration.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.Configuration.Binder/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.Extensions.Configuration": "1.0.0-rc2-final", - "System.ComponentModel.TypeConverter": "4.0.1-rc2-24027" - }, - "runtime": { - "lib/netstandard1.1/Microsoft.Extensions.Configuration.Binder.dll": {} - } - }, - "Microsoft.Extensions.Configuration.EnvironmentVariables/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.Extensions.Configuration": "1.0.0-rc2-final" - }, - "runtime": { - "lib/net451/Microsoft.Extensions.Configuration.EnvironmentVariables.dll": {} - } - }, - "Microsoft.Extensions.Configuration.FileExtensions/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.Extensions.Configuration": "1.0.0-rc2-final", - "Microsoft.Extensions.FileProviders.Physical": "1.0.0-rc2-final" - }, - "runtime": { - "lib/net451/Microsoft.Extensions.Configuration.FileExtensions.dll": {} - } - }, - "Microsoft.Extensions.Configuration.Json/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.Extensions.Configuration": "1.0.0-rc2-final", - "Microsoft.Extensions.Configuration.FileExtensions": "1.0.0-rc2-final", - "Newtonsoft.Json": "8.0.3" - }, - "runtime": { - "lib/net451/Microsoft.Extensions.Configuration.Json.dll": {} - } - }, - "Microsoft.Extensions.DependencyInjection/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc2-final", - "System.Collections": "4.0.0.0", - "System.Collections.Concurrent": "4.0.0.0", - "System.Runtime.Extensions": "4.0.0.0", - "System.Threading": "4.0.0.0", - "System.Threading.Tasks": "4.0.0.0" - }, - "runtime": { - "lib/netstandard1.1/Microsoft.Extensions.DependencyInjection.dll": {} - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc2-final": { - "dependencies": { - "System.ComponentModel": "4.0.0.0", - "System.Diagnostics.Debug": "4.0.0.0", - "System.Globalization": "4.0.0.0", - "System.Linq": "4.0.0.0", - "System.Linq.Expressions": "4.0.0.0", - "System.Reflection": "4.0.0.0", - "System.Resources.ResourceManager": "4.0.0.0" - }, - "runtime": { - "lib/netstandard1.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.DependencyModel/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.DotNet.InternalAbstractions": "1.0.0-rc2-002702", - "Newtonsoft.Json": "8.0.3" - }, - "runtime": { - "lib/net451/Microsoft.Extensions.DependencyModel.dll": {} - } - }, - "Microsoft.Extensions.DiagnosticAdapter/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc2-final", - "System.Collections.Concurrent": "4.0.0.0", - "System.ComponentModel": "4.0.0.0", - "System.Diagnostics.DiagnosticSource": "4.0.0-rc2-24027", - "System.Reflection.Emit": "4.0.0.0", - "System.Reflection.Emit.Lightweight": "4.0.0.0", - "System.Reflection.Extensions": "4.0.0.0", - "System.Runtime.Extensions": "4.0.0.0" - }, - "runtime": { - "lib/netstandard1.1/Microsoft.Extensions.DiagnosticAdapter.dll": {} - } - }, - "Microsoft.Extensions.FileProviders.Abstractions/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.Extensions.Primitives": "1.0.0-rc2-final", - "System.IO": "4.0.0.0", - "System.Resources.ResourceManager": "4.0.0.0" - }, - "runtime": { - "lib/netstandard1.0/Microsoft.Extensions.FileProviders.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.FileProviders.Composite/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "1.0.0-rc2-final" - }, - "runtime": { - "lib/netstandard1.0/Microsoft.Extensions.FileProviders.Composite.dll": {} - } - }, - "Microsoft.Extensions.FileProviders.Physical/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.FileSystemGlobbing": "1.0.0-rc2-final" - }, - "runtime": { - "lib/net451/Microsoft.Extensions.FileProviders.Physical.dll": {} - } - }, - "Microsoft.Extensions.FileSystemGlobbing/1.0.0-rc2-final": { - "runtime": { - "lib/net451/Microsoft.Extensions.FileSystemGlobbing.dll": {} - } - }, - "Microsoft.Extensions.Globalization.CultureInfoCache/1.0.0-rc2-final": { - "dependencies": { - "System.Collections.Concurrent": "4.0.0.0", - "System.Linq": "4.0.0.0", - "System.Resources.ResourceManager": "4.0.0.0" - }, - "runtime": { - "lib/netstandard1.1/Microsoft.Extensions.Globalization.CultureInfoCache.dll": {} - } - }, - "Microsoft.Extensions.Localization/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.Localization.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.Options": "1.0.0-rc2-final" - }, - "runtime": { - "lib/net451/Microsoft.Extensions.Localization.dll": {} - } - }, - "Microsoft.Extensions.Localization.Abstractions/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.CSharp": "4.0.0.0", - "System.Globalization": "4.0.0.0", - "System.Resources.ResourceManager": "4.0.0.0" - }, - "runtime": { - "lib/netstandard1.0/Microsoft.Extensions.Localization.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.Logging/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc2-final", - "System.Threading": "4.0.0.0" - }, - "runtime": { - "lib/netstandard1.1/Microsoft.Extensions.Logging.dll": {} - } - }, - "Microsoft.Extensions.Logging.Abstractions/1.0.0-rc2-final": { - "dependencies": { - "System.Collections": "4.0.0.0", - "System.Collections.Concurrent": "4.0.0.0", - "System.Globalization": "4.0.0.0", - "System.Linq": "4.0.0.0", - "System.Reflection": "4.0.0.0", - "System.Resources.ResourceManager": "4.0.0.0", - "System.Runtime.Extensions": "4.0.0.0", - "System.Runtime.InteropServices": "4.0.10.0" - }, - "runtime": { - "lib/netstandard1.1/Microsoft.Extensions.Logging.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.Logging.Console/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc2-final" - }, - "runtime": { - "lib/net451/Microsoft.Extensions.Logging.Console.dll": {} - } - }, - "Microsoft.Extensions.Logging.Debug/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc2-final" - }, - "runtime": { - "lib/net451/Microsoft.Extensions.Logging.Debug.dll": {} - } - }, - "Microsoft.Extensions.ObjectPool/1.0.0-rc2-final": { - "runtime": { - "lib/net451/Microsoft.Extensions.ObjectPool.dll": {} - } - }, - "Microsoft.Extensions.Options/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.Primitives": "1.0.0-rc2-final", - "System.ComponentModel": "4.0.0.0", - "System.Diagnostics.Debug": "4.0.0.0", - "System.Globalization": "4.0.0.0", - "System.Linq": "4.0.0.0", - "System.Linq.Expressions": "4.0.0.0", - "System.Reflection": "4.0.0.0", - "System.Resources.ResourceManager": "4.0.0.0", - "System.Runtime.Extensions": "4.0.0.0", - "System.Threading": "4.0.0.0" - }, - "runtime": { - "lib/netstandard1.0/Microsoft.Extensions.Options.dll": {} - } - }, - "Microsoft.Extensions.Options.ConfigurationExtensions/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.Configuration.Binder": "1.0.0-rc2-final", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.Options": "1.0.0-rc2-final" - }, - "runtime": { - "lib/netstandard1.1/Microsoft.Extensions.Options.ConfigurationExtensions.dll": {} - } - }, - "Microsoft.Extensions.PlatformAbstractions/1.0.0-rc2-final": { - "runtime": { - "lib/net451/Microsoft.Extensions.PlatformAbstractions.dll": {} - } - }, - "Microsoft.Extensions.Primitives/1.0.0-rc2-final": { - "dependencies": { - "System.Resources.ResourceManager": "4.0.0.0", - "System.Runtime": "4.0.10.0" - }, - "runtime": { - "lib/netstandard1.0/Microsoft.Extensions.Primitives.dll": {} - } - }, - "Microsoft.Extensions.WebEncoders/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.Options": "1.0.0-rc2-final", - "System.Text.Encodings.Web": "4.0.0-rc2-24027" - }, - "runtime": { - "lib/netstandard1.0/Microsoft.Extensions.WebEncoders.dll": {} - } - }, - "Microsoft.Net.Http.Headers/1.0.0-rc2-final": { - "dependencies": { - "System.Buffers": "4.0.0-rc2-24027", - "System.Collections": "4.0.0.0", - "System.Diagnostics.Contracts": "4.0.0.0", - "System.Globalization": "4.0.0.0", - "System.Linq": "4.0.0.0", - "System.Resources.ResourceManager": "4.0.0.0", - "System.Runtime.Extensions": "4.0.0.0", - "System.Text.Encoding": "4.0.0.0" - }, - "runtime": { - "lib/netstandard1.1/Microsoft.Net.Http.Headers.dll": {} - } - }, - "Microsoft.NETCore.Platforms/1.0.1-rc2-24027": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.0.1-rc2-24027" - } - }, - "Microsoft.NETCore.Runtime/1.0.2-rc2-24027": {}, - "Microsoft.NETCore.Targets/1.0.1-rc2-24027": {}, - "MongoDB.Bson/2.2.4": { - "runtime": { - "lib/net45/MongoDB.Bson.dll": {} - } - }, - "MongoDB.Driver/2.2.4": { - "dependencies": { - "MongoDB.Bson": "2.2.4", - "MongoDB.Driver.Core": "2.2.4" - }, - "runtime": { - "lib/net45/MongoDB.Driver.dll": {} - } - }, - "MongoDB.Driver.Core/2.2.4": { - "dependencies": { - "MongoDB.Bson": "2.2.4" - }, - "runtime": { - "lib/net45/MongoDB.Driver.Core.dll": {} - } - }, - "MySql.Data/6.9.8": { - "runtime": { - "lib/net45/MySql.Data.dll": {} - } - }, - "MySql.Data.Entity/6.9.8": { - "dependencies": { - "EntityFramework": "6.0.0", - "MySql.Data": "6.9.8" - }, - "runtime": { - "lib/net45/MySql.Data.Entity.EF6.dll": {} - } - }, - "NETStandard.Library/1.5.0-rc2-24027": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-24027", - "Microsoft.NETCore.Runtime": "1.0.2-rc2-24027", - "System.Collections": "4.0.0.0", - "System.Collections.Concurrent": "4.0.0.0", - "System.Diagnostics.Debug": "4.0.0.0", - "System.Diagnostics.Tools": "4.0.0.0", - "System.Diagnostics.Tracing": "4.0.10.0", - "System.Globalization": "4.0.0.0", - "System.IO": "4.0.0.0", - "System.IO.Compression": "4.0.0.0", - "System.Linq": "4.0.0.0", - "System.Net.Http": "4.0.0.0", - "System.Net.Primitives": "4.0.0.0", - "System.ObjectModel": "4.0.0.0", - "System.Reflection": "4.0.0.0", - "System.Reflection.Extensions": "4.0.0.0", - "System.Reflection.Primitives": "4.0.0.0", - "System.Resources.ResourceManager": "4.0.0.0", - "System.Runtime": "4.0.10.0", - "System.Runtime.Extensions": "4.0.0.0", - "System.Runtime.InteropServices": "4.0.10.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.0.0-rc2-24027", - "System.Runtime.Numerics": "4.0.0.0", - "System.Text.Encoding": "4.0.0.0", - "System.Text.Encoding.Extensions": "4.0.0.0", - "System.Text.RegularExpressions": "4.0.0.0", - "System.Threading": "4.0.0.0", - "System.Threading.Tasks": "4.0.0.0", - "System.Threading.Timer": "4.0.0.0", - "System.Xml.ReaderWriter": "4.0.0.0", - "System.Xml.XDocument": "4.0.0.0" - } - }, - "Newtonsoft.Json/8.0.3": { - "runtime": { - "lib/net45/Newtonsoft.Json.dll": {} - } - }, - "NHibernate/4.0.4.4000": { - "dependencies": { - "Iesi.Collections": "4.0.0.4000" - }, - "runtime": { - "lib/net40/NHibernate.dll": {} - } - }, - "NHibernate.Linq/1.0.0": { - "dependencies": { - "NHibernate": "4.0.4.4000" - }, - "runtime": { - "lib/NHibernate.Linq.dll": {} - } - }, - "OAuth/1.0.3": { - "runtime": { - "lib/net40/OAuth.dll": {} - } - }, - "Serilog/2.0.0-rc-598": { - "runtime": { - "lib/net45/Serilog.dll": {} - } - }, - "Serilog.Extensions.Logging/1.0.0-rc2-10110": { - "dependencies": { - "Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc2-final", - "Serilog": "2.0.0-rc-598", - "System.Runtime": "4.0.10.0" - }, - "runtime": { - "lib/net45/Serilog.Extensions.Logging.dll": {} - } - }, - "Serilog.Sinks.ColoredConsole/2.0.0-beta-700": { - "dependencies": { - "Serilog": "2.0.0-rc-598", - "Microsoft.CSharp": "4.0.0.0", - "System": "4.0.0.0", - "System.Core": "4.0.0.0", - "mscorlib": "4.0.0.0" - }, - "runtime": { - "lib/net45/Serilog.Sinks.ColoredConsole.dll": {} - } - }, - "Serilog.Sinks.File/2.0.0-rc-704": { - "dependencies": { - "Serilog": "2.0.0-rc-598" - }, - "runtime": { - "lib/net45/Serilog.Sinks.File.dll": {} - } - }, - "Serilog.Sinks.RollingFile/2.0.0-rc-703": { - "dependencies": { - "Serilog": "2.0.0-rc-598", - "Serilog.Sinks.File": "2.0.0-rc-704" - }, - "runtime": { - "lib/net45/Serilog.Sinks.RollingFile.dll": {} - } - }, - "StackExchange.Redis/1.1.603": { - "runtime": { - "lib/net45/StackExchange.Redis.dll": {} - } - }, - "System.Buffers/4.0.0-rc2-24027": { - "runtime": { - "lib/netstandard1.1/System.Buffers.dll": {} - } - }, - "System.Collections/4.0.0.0": {}, - "System.Collections.Concurrent/4.0.0.0": {}, - "System.Collections.Immutable/1.1.37": { - "dependencies": { - "System.Collections": "4.0.0.0", - "System.Diagnostics.Debug": "4.0.0.0", - "System.Globalization": "4.0.0.0", - "System.Linq": "4.0.0.0", - "System.Resources.ResourceManager": "4.0.0.0", - "System.Runtime": "4.0.10.0", - "System.Runtime.Extensions": "4.0.0.0", - "System.Threading": "4.0.0.0" - }, - "runtime": { - "lib/dotnet/System.Collections.Immutable.dll": {} - } - }, - "System.ComponentModel/4.0.0.0": {}, - "System.ComponentModel.Primitives/4.0.1-rc2-24027": { - "dependencies": { - "System": "4.0.0.0", - "mscorlib": "4.0.0.0" - }, - "runtime": { - "lib/net45/System.ComponentModel.Primitives.dll": {} - } - }, - "System.ComponentModel.TypeConverter/4.0.1-rc2-24027": { - "dependencies": { - "System.ComponentModel.Primitives": "4.0.1-rc2-24027", - "System": "4.0.0.0", - "mscorlib": "4.0.0.0" - }, - "runtime": { - "lib/net45/System.ComponentModel.TypeConverter.dll": {} - } - }, - "System.Diagnostics.Contracts/4.0.0.0": {}, - "System.Diagnostics.Debug/4.0.0.0": {}, - "System.Diagnostics.DiagnosticSource/4.0.0-rc2-24027": { - "runtime": { - "lib/portable-net45+win8+wpa81/System.Diagnostics.DiagnosticSource.dll": {} - } - }, - "System.Diagnostics.Tools/4.0.0.0": {}, - "System.Diagnostics.Tracing/4.0.10.0": {}, - "System.Globalization/4.0.0.0": {}, - "System.IO/4.0.0.0": {}, - "System.IO.Compression/4.0.0.0": {}, - "System.Linq/4.0.0.0": {}, - "System.Linq.Expressions/4.0.0.0": {}, - "System.Net.Http/4.0.0.0": {}, - "System.Net.Primitives/4.0.0.0": {}, - "System.Numerics.Vectors/4.1.1-rc2-24027": { - "runtime": { - "lib/portable-net45+win8/System.Numerics.Vectors.dll": {} - } - }, - "System.ObjectModel/4.0.0.0": {}, - "System.Reflection/4.0.0.0": {}, - "System.Reflection.Emit/4.0.0.0": {}, - "System.Reflection.Emit.Lightweight/4.0.0.0": {}, - "System.Reflection.Extensions/4.0.0.0": {}, - "System.Reflection.Metadata/1.2.0": { - "dependencies": { - "System.Collections.Immutable": "1.1.37" - }, - "runtime": { - "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} - } - }, - "System.Reflection.Primitives/4.0.0.0": {}, - "System.Resources.ResourceManager/4.0.0.0": {}, - "System.Runtime/4.0.10.0": {}, - "System.Runtime.Extensions/4.0.0.0": {}, - "System.Runtime.InteropServices/4.0.10.0": {}, - "System.Runtime.InteropServices.RuntimeInformation/4.0.0-rc2-24027": { - "dependencies": { - "System.Runtime": "4.0.10.0" - } - }, - "System.Runtime.Numerics/4.0.0.0": {}, - "System.Runtime.Serialization.Primitives/4.0.0.0": {}, - "System.Text.Encoding/4.0.0.0": {}, - "System.Text.Encoding.Extensions/4.0.0.0": {}, - "System.Text.Encodings.Web/4.0.0-rc2-24027": { - "runtime": { - "lib/netstandard1.0/System.Text.Encodings.Web.dll": {} - } - }, - "System.Text.RegularExpressions/4.0.0.0": {}, - "System.Threading/4.0.0.0": {}, - "System.Threading.Tasks/4.0.0.0": {}, - "System.Threading.Tasks.Extensions/4.0.0-rc2-24027": { - "runtime": { - "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.dll": {} - } - }, - "System.Threading.Timer/4.0.0.0": {}, - "System.Xml.ReaderWriter/4.0.0.0": {}, - "System.Xml.XDocument/4.0.0.0": {}, - "Domain.Socioboard/1.0.0": { - "dependencies": { - "System.ComponentModel.DataAnnotations": "4.0.0.0", - "System.Net": "4.0.0.0", - "System.Security": "4.0.0.0", - "NETStandard.Library": "1.5.0-rc2-24027", - "Newtonsoft.Json": "8.0.3", - "MongoDB.Bson": "2.2.4" - }, - "runtime": { - "Domain.Socioboard.dll": {} - } - }, - "Socioboard.Facebook/1.0.0": { - "dependencies": { - "Facebook": "7.0.10-beta", - "Newtonsoft.Json": "8.0.3", - "NETStandard.Library": "1.5.0-rc2-24027" - }, - "runtime": { - "Socioboard.Facebook.dll": {} - } - }, - "Socioboard.Google/1.0.0": { - "dependencies": { - "Newtonsoft.Json": "8.0.3", - "System.Data": "4.0.0.0", - "System.Xml": "4.0.0.0", - "System.Xml.Linq": "4.0.0.0", - "NETStandard.Library": "1.5.0-rc2-24027" - }, - "runtime": { - "Socioboard.Google.dll": {} - } - }, - "Socioboard.Twitter/1.0.0": { - "dependencies": { - "System.Xml": "4.0.0.0", - "System.Xml.Linq": "4.0.0.0", - "NETStandard.Library": "1.5.0-rc2-24027", - "Newtonsoft.Json": "8.0.3", - "Hammock": "1.2.3", - "OAuth": "1.0.3" - }, - "runtime": { - "Socioboard.Twitter.dll": {} - } - }, - "System.Xml/4.0.0.0": {}, - "mscorlib/4.0.0.0": {}, - "System/4.0.0.0": {}, - "System.Core/4.0.0.0": {}, - "System.ComponentModel.DataAnnotations/4.0.0.0": {}, - "System.Security/4.0.0.0": {}, - "System.Xml.Linq/4.0.0.0": {}, - "System.Net/4.0.0.0": {}, - "System.Data/4.0.0.0": {} - } - }, - "libraries": { - "Api.Socioboard/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "EntityFramework/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-y6lX/VMghGBV6TvgQS4Q2WK6kAcOoyD+TQxObN9utd0JsMMdMxyqARxKbvgi7KEIbQ8osZ4ZvImaly7l3NDFDw==" - }, - "Facebook/7.0.10-beta": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ftsRUZcfIfIppN2EQwIBfqoB16Ze7hvSSNdSkkdQUdODY25BjCUGZs63MQEdzPxLp7Mn058k8dwOS3NQ/W7GxA==" - }, - "Hammock/1.2.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-JdYotigd2ZilatoSXL+PXFZERRHkhTN3vn/rkVLrm2FxbXJjW0lhD4qEXF/gTv1RUp4gjgBwCTxv/WxQmAessQ==" - }, - "Iesi.Collections/4.0.0.4000": { - "type": "package", - "serviceable": true, - "sha512": "sha512-fLQKwZovMOhjte47Op+2YWLpmncQ/siA7hOdmG2eBLTFjp81s+gGkkGnDetOhBqYnmWK8g2kyx1DP9uNaJ68Ew==" - }, - "Libuv/1.9.0-rc2-20901": { - "type": "package", - "serviceable": true, - "sha512": "sha512-NW+YOuRDrlmGM6yjSRjJUqlHukDEqUTuZKVJvEzWV4LH8wEKqrmVcxTqAab87+UiQ3KOLsyaBJ3ZNdmzxFUTig==" - }, - "Microsoft.ApplicationInsights/2.1.0-beta4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-u/X6t1k0okneE2+nG2q45dBoUiZJebpJqvVMHOW6/jGP7/WrSw1p/KMNZ486u17PU6abwpHe+Y/Yj3man6OrPg==" - }, - "Microsoft.ApplicationInsights.Agent.Intercept/1.2.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-nuqnTp+xechqRPBUi7sr4gxhyr+gJwMaxvSrhB4NyK1TbnT3yk1P5giSnaqQVvuIRHAdl9uD7lt2GRx/P/nlrA==" - }, - "Microsoft.ApplicationInsights.AspNetCore/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-QiffGiudrDD28/DowmD7XuRUDBhT1T/8g527eRqXj6efI0Yo/GCwM55dmk6SQjSUCYQLIDgRpmWEnzI0C3sy2Q==" - }, - "Microsoft.ApplicationInsights.DependencyCollector/2.1.0-beta4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-POhlZUp3I5N0OhNGN+vMTPt3Ez8UktOPKS1VoRS+opL8pchY6abrZv6YvL3FbGW9gP5raDJDZalSOGsE10IRWQ==" - }, - "Microsoft.ApplicationInsights.PerfCounterCollector/2.1.0-beta4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-DGlewsyEqb91rUbVHYR0VMafNR8GOP50n3Nkg9TlFyyxzSX1yQmXdIfb7g6FCf1VoRuCmL0WrMDkoGKmh7AR3Q==" - }, - "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel/2.1.0-beta4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-M3lC/KAWnevK/fmXQHdQ4jFWLurYdUpnOsF6m+HtjHcgJiprdsEohYXFImFp7u2ZodCqwIhxkVLIjFFvKSXoPw==" - }, - "Microsoft.AspNetCore.Antiforgery/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-dvmfV1ExR2oqTt9rxhaRrutFBfta7fXY4o5nA8OU0f8CYzdZ7vyw7hyebAEE1p9SFXH5Km8/WFWkZ8uu3GNGPg==" - }, - "Microsoft.AspNetCore.Authorization/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ZeV8YInPAMAM0IbbZUnjaNOSYWZVu8EuHd+PEUQENaMIJ6hLqPm06M4AM3CS2b07FGjPkV5WqjV5PckZDI9mkw==" - }, - "Microsoft.AspNetCore.Cors/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-9z1b66i3QNBVZSb5/f6QuRfiNEZuxcB3tub/ArFWugovnYu3ejgTZEdAQtnKSfnnlw6sIeyvHA1BCib+eUmH2g==" - }, - "Microsoft.AspNetCore.Cryptography.Internal/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pkxGrn5RCFGmJdAtydcjXong9KiqmOa7KDSX7yfVsqQ5UEdvnSPbhHSQvBMJrUtRWwrl6fuQ6caQzfGcBR9aFw==" - }, - "Microsoft.AspNetCore.DataProtection/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OfC2eQP22/etD/sFqrZ8FPxbmMTeERtWNxVdNT3LeQwuOvSyd642ckDagcyX20HglAwYpYbZ4MuQFsSl1pzuJA==" - }, - "Microsoft.AspNetCore.DataProtection.Abstractions/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-JFk890DtR1vYN0q/Iuork6zBNS7GlY8tdL7uE3lVVw15Xg8dz4AxYDoymWrSinbuOV9puwzKy+FZnQzDiSUFgQ==" - }, - "Microsoft.AspNetCore.Diagnostics.Abstractions/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-q2KCO4LYhp8DYff2+8TBSo/wCe2yWK8D9U5N5x+AJCcQu/XS42aPOfUyuiuf1YCDI71UZAeUa0JZa1wVdeJHSg==" - }, - "Microsoft.AspNetCore.Hosting/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-nFGSvCL9YXB9OeZxM2B2vM38+gbBNSICF4YTdbaoGDO39OZVT3w0PtmqZQIm8wGQ5rZE2BRSSrkDeDUS/hdddg==" - }, - "Microsoft.AspNetCore.Hosting.Abstractions/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-EZY6EF9MzSRAVJJNaMGrRDGjFXtd9x96gZY0M5J91Mn453GY+ray0SZBo9ED1uYqGqtvFg5uIiI9VBBrqZAElQ==" - }, - "Microsoft.AspNetCore.Hosting.Server.Abstractions/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-PI+9VZXqhPSRk5PslkeYmjp5R38KQo0N+TTfmRFSgQ1XQQYMyOkl1BcIVSNHUIPEz0o+MmNk3OqFp5QeV1vZyg==" - }, - "Microsoft.AspNetCore.Html.Abstractions/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-wVqhkopksHunVNaU8nTrX8h4L3hdPrkI5oWkDbvA0xD2hTNL82WmDWwG0YdDbq98XPJ/P/LCznZ45GnRz/lUbw==" - }, - "Microsoft.AspNetCore.Http/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-b2npuCnnmTijWXELJXTf9hzPvry82W/JbUiJ8TSdCSC1AUNuJu/3j6tAppUEkrq53KniExeJWqAVN1DNSzJuIw==" - }, - "Microsoft.AspNetCore.Http.Abstractions/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ndmI1ufOWIq7b9ntY5rX2D7GeLG1Y6yAycPdxzOnK5k9siKcEikr1dhiQpWjRIPv5EoehvkLeCuQ991rujInRw==" - }, - "Microsoft.AspNetCore.Http.Extensions/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-51WUpcbF7nhiZbxc4vM0sUGUo4E0uJ5LWLlKy3PYIIsja1APvJoiizK8S0/6EEYTgNi8RZpbv8b/yUyU/kJ5fg==" - }, - "Microsoft.AspNetCore.Http.Features/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Wcn5RF+ZQgxHOuyb9u7H1jHSn7cTVyzKCl51xwBNd3tZAnxVSLhpwANSLGeMRd+MgIpd8rFqRhd8LCeB+BrlQA==" - }, - "Microsoft.AspNetCore.HttpOverrides/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-0EEYIFULc/hz/thwEiwZGWToQlSt7/pIQPTiUKji9Ir1yhvugKBnCcKDQLhTOOAiqAWd9e5UfFuoP31NhojsxQ==" - }, - "Microsoft.AspNetCore.JsonPatch/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-6zCyIkw/nFox0zPPZ2RsBJgq7QdFLoDJ0pWe1IIIAVllIw8J+6n0sDcIfypXlEny3kpslGutaR4bWQPRuH/Y8w==" - }, - "Microsoft.AspNetCore.Localization/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-BilhBurHj/4K+yPUXqpalzOpTpgtN4VJIagULbE6LSS/AJFnm2E+qtks59cCHdvzJxuTCswOoWiNyvgnbqvnOQ==" - }, - "Microsoft.AspNetCore.Mvc/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-vzCC0/VzdxqaWidqconJFtScPGLiG+dIYzKgqCeJU884e3OujB3TPZGjzQNypZMBqLs5WX5sZA5l8PQC7OXYvg==" - }, - "Microsoft.AspNetCore.Mvc.Abstractions/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Xpj+GEStqZY3FfE10SK1W0Wrdek0uQZv/YS28kcWSKIu6aqojPcsP5sTow+JFnS8a27vxwVdn/iNVpmppN0cDw==" - }, - "Microsoft.AspNetCore.Mvc.ApiExplorer/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-FyFOVpiLAW8O0Ue9xbAZp0J85u3iA2bZ1TzpDUuIj5w9WDGjQnv0mTLl09uy8wBqIQYXMeOEKJyb/MfXY/SLow==" - }, - "Microsoft.AspNetCore.Mvc.Core/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-H3cNbfPq2JXxY6y8dW7OPbTZYGNJo4S119DLPPKsbf1z3VuHUkKEZNy9fBee1tHUj26ND/PBzZ5C4FXaFX989Q==" - }, - "Microsoft.AspNetCore.Mvc.Cors/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-p0Tg+BHfcbWzcJrdTc4T2Uy0Y1kMYQTSZJnoZ6HioQyuZnvYmgo+HR9NfcGSecgg1dM8Ea2ItF8pnh6yLRhNCQ==" - }, - "Microsoft.AspNetCore.Mvc.DataAnnotations/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-U40NtMeJpPraqiLv4/6P+a16bXCM36t72Epbp8x/V35Xr4NSIHZ8PkhtBSdI6eWInsdZPUV5vGXzNyT3BXB4rg==" - }, - "Microsoft.AspNetCore.Mvc.Formatters.Json/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-fO/lI6VCOJuQU4OoMxwwrsXcOQw3yqOKNVABxkP215GofEYrE9UjrJZjSKDl1JEh6014WYcOfbx6DDfw9/HrXQ==" - }, - "Microsoft.AspNetCore.Mvc.Localization/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-T6gPQgkwa380n8PnX5V9rFT6Zecup4NzK/MAaTMQ84QdJJXBoNNhZ5TfbydxG04IYpsZtikyezN3a2toR1NZlw==" - }, - "Microsoft.AspNetCore.Mvc.Razor/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-oGcGdt0c74TbcdKwcEO/uV4AevquW5Z+eIEKQGXmhb8KHAQh4eO7pRJepp5+5XrM+VPNED+FdvAGfe8YoVKeBw==" - }, - "Microsoft.AspNetCore.Mvc.Razor.Host/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-zREudJwjqm6pjuzOa+OFW0jtvE5pVHfcWd3P97DhivsWznF1afkYbE9r9jlmNpIc5swnyrKhes6jsnpbVbNcXw==" - }, - "Microsoft.AspNetCore.Mvc.TagHelpers/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-bePjw8Jc/k6bha7XNv9H2LZHjsuPm0n1ujHcRnUsz9v4xlicW4yV3UhQ/DmplFPWNVHMa0y0BgN5kEhlNqpUcQ==" - }, - "Microsoft.AspNetCore.Mvc.ViewFeatures/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-tXrY6gozRdfEaQu7oL/CBi/dvJYDPSqB+Uk4KwgpUbVgfNc6gxMQJURHHVg3k6eYvpVBM5DYlMXLGs7ME3hlzg==" - }, - "Microsoft.AspNetCore.Razor/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-6nsCyZ6GJKxmBBgc4daQvCMchJRh9+Q7oZBzp4jmfSD5Ju9Jd53y622G4bKQXZrEBSTujSJ+d8r4cqt71tcIkg==" - }, - "Microsoft.AspNetCore.Razor.Runtime/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ydM66tgqnydDcAxyPYqL+ww9yR4dDlBz9HeIpeFocV5MnygDlQwjOFDlD0vWQEKI6dt39802PHpoXa2K/OwVuw==" - }, - "Microsoft.AspNetCore.Routing/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-PkpR5hgMzoI2uLbng29ZVA+bVNaOnsUzHEY5TKnLmwY1FL7ll76lEkvDiQrTTyWT+Rp6Z3JFVxnAH4fSxDp27A==" - }, - "Microsoft.AspNetCore.Routing.Abstractions/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-5MIF0y7nIlBIUIxLUuC0S8pWHo5Xq3MbqUvjU5q0WFHSrHIg2K7AaVIS6IO+jV9O+GsxSvyYs2C9pqaHIcaCHA==" - }, - "Microsoft.AspNetCore.Server.IISIntegration/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-rJT7VnwAiMgk5B3kxxFagHpAlRlUC2XewNid6MJeiGQts28yKXIRY+346XjegthzpLa9PP4H7yTy0/72q3mWtA==" - }, - "Microsoft.AspNetCore.Server.Kestrel/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ojeLfBZ+H7uVImuzqErcNv8hN8Z8+k99jSl2U+cwEMddJXnzqjND20NlwNW/g4/3roLB3F3+6kYTy3wWMYFQCg==" - }, - "Microsoft.AspNetCore.WebUtilities/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-0VoDSZHObAEIbBeJEg01p1MjC5fllSDImgrFr9XNn18XKGkZSaFLIm1K4kv3kS38aUt5vjwq2qhstDMbKdUgLw==" - }, - "Microsoft.CodeAnalysis.Analyzers/1.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-HS3iRWZKcUw/8eZ/08GXKY2Bn7xNzQPzf8gRPHGSowX7u7XXu9i9YEaBeBNKUXWfI7qjvT2zXtLUvbN0hds8vg==" - }, - "Microsoft.CodeAnalysis.Common/1.3.0-beta1-20160429-01": { - "type": "package", - "serviceable": true, - "sha512": "sha512-TSrsz9ZhBpbO3HTK0kNSUQNVTqfSEcgbPXzB/0VrkEfrXLNESJzqmA94ddrf+51w5o9kMMH53/er1A1A+PmZVg==" - }, - "Microsoft.CodeAnalysis.CSharp/1.3.0-beta1-20160429-01": { - "type": "package", - "serviceable": true, - "sha512": "sha512-q0uOK8fa3CNYNKud8OygnYmOvgcBQxQAnS2irP9LbARMGkCB1qNpjhSeiC+eF402O5Xb5voGOXnrIQbdLUv5TA==" - }, - "Microsoft.CSharp/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.DotNet.InternalAbstractions/1.0.0-rc2-002702": { - "type": "package", - "serviceable": true, - "sha512": "sha512-81Zp6K3oJY5zyoCtf7eguaZ+EnM3zawCtUKszBCLob1KH6Bu44ET2hokkk/6eMhTI2aQhbGrV9SaSjJ2K8DUDg==" - }, - "Microsoft.Extensions.Caching.Abstractions/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Seu7cdYLYDFjYGd9KgzbAa5G6Xkzw6f6mSJjWemal1qNL505ktHMSbve6IPGScipL578rPwPTVqrTWWKIvmvLg==" - }, - "Microsoft.Extensions.Caching.Memory/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-G6KkTMUiChu9RaURYmNbkKc/cIvhj38jfVzoVtoSR0Aw2KzRCtJiW80xrLaNEgzl2Eu6BipCCy9DVNa7cFZhLQ==" - }, - "Microsoft.Extensions.Configuration/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-dHr1CJ3nkWxQAtIRk7pTX/0KCDC14DY580xC7RlMHt3EW9zUak4y31FQQIMgsE9oaeJMnJP2RtimN4FPzPaWdQ==" - }, - "Microsoft.Extensions.Configuration.Abstractions/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Q871jpweVxec1zvUuK4RoXGRRXCZsp/f+6SDUSi8DQ95KcT8yKe2ZSoq2S2xnwoKFUepg2B6Yr3ToXD2v27zNA==" - }, - "Microsoft.Extensions.Configuration.Binder/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-o1gYKuwXVDKhmTgQAqmVZARdJHNzccT5kbgzI1+bJmWumqxZWpAY+YASSHZdUsHaPzhdV2IOLwhAek2WFhaCmg==" - }, - "Microsoft.Extensions.Configuration.EnvironmentVariables/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-yIT43LuJRSVtSRdO+uuUrsyNZCA/qWg3sqBQs2zW64SUZKeLqncFa5bZz8FlCFelNjoTKEpHEhe3pQNuI3STlw==" - }, - "Microsoft.Extensions.Configuration.FileExtensions/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Ry1KQP2nv459lAiY2EsQ7i35u8XgD0ZMMgrvzGr9QlReXW8XWj5WLE2xuu7To3oFQIvCnDtZtZsr7dJ05KHr1Q==" - }, - "Microsoft.Extensions.Configuration.Json/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-1Y/3qSjHpuaLeyja+gSAZUtdj503tbc23699YzE8DxWMZ3urDztdpdWy0CFGGES15obfmsrm+oBxzEwtiHKPTw==" - }, - "Microsoft.Extensions.DependencyInjection/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-TreRt5BDwivHosFbDpfaJ9CArhyZUHWzv9dlqZx2e0+PSbZznXRBg0QWteh+Y5gEPmJy6hANuz4ZeVK52nLKXA==" - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-KRvRif+xioZSjml/O/Y6W/fksieNZ/hp+Bf/4Nau85gQleG8UJl+etaJXj18SWu8bQ3ApD4ikzq6qKXLlO8AMg==" - }, - "Microsoft.Extensions.DependencyModel/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-IFfLyVWxqGOA+ql+h6gvPjWbDMXClLORxgoeJab7WxpPHTcHut/5vFLu8+29iQklymlKfYefRo8tudtwjxjCRw==" - }, - "Microsoft.Extensions.DiagnosticAdapter/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3xDvI/Ea57DKb8kMCuXdfMvWC2lIb4Iq8WNVRge5aeXnoKC7zUi9RqRU1SaMMWRcwoIrN0OWQGtYlQz27i8Mng==" - }, - "Microsoft.Extensions.FileProviders.Abstractions/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pVcRuHzugJ1pn4LWpSJYOGXWdIMDcyj+AFIHFWUZ5CBGGXKfDCOPS0ztS5WshLYYc+9zDdAPmWSvQxVbTGljjg==" - }, - "Microsoft.Extensions.FileProviders.Composite/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-96d4CqD89j9mY3YTWry45PMhXNoxUJ83d1grVQjGvAo62UEOlj4lEg+4dzaLIpjU4ajVfOaEa/wFeV5JM31jWQ==" - }, - "Microsoft.Extensions.FileProviders.Physical/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-mGinPq86ouElAEY7K9Yww3bIJFD3k+UESFveOKCtXVbn9Z25rJOLoD7T0WRkJxzPZ+0MTipWpMh7jUJdsMV5Nw==" - }, - "Microsoft.Extensions.FileSystemGlobbing/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-xyrVmdjyFmGROsMkc50oI5KTie8V15ZJ8BdWbN/vpE45y+McRVpakGZDKzS2cLP7IaE67fGpr0jg4VvLQJ8Jhg==" - }, - "Microsoft.Extensions.Globalization.CultureInfoCache/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-aqjoyxHn0XynGkVXSPqHuUtWuNPAaIEubuVYdipr72Nj/zKQ0RWGssZsEHunrKxTe8Itdv8+MF+V2SLDdQn7/Q==" - }, - "Microsoft.Extensions.Localization/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-2KuamQ5Wndf/z1+cOmDGo39TNmVu5s0S7+opXUtFMN59oVFxPyTmh0txrr1MMUDd8n+1GSjs50b/gb4pYnbdQA==" - }, - "Microsoft.Extensions.Localization.Abstractions/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-E/eBmNoRTP99vmf6pW+mTQS0EiAmM62/rN9k32FRB4v5tSwuzGCw9YrMZ4UuoAztQQWcqgeLuS2Ymfw89sj9kA==" - }, - "Microsoft.Extensions.Logging/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-M9lTQcaxlV2RAlyzar4s+AsTtS3KzQy78TfQImdl7s1foCMwjDerF3tYtHa4HupWAfOYUPId0b/fXNVfIZwqxw==" - }, - "Microsoft.Extensions.Logging.Abstractions/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-cuBUcNmHGLqG7zT4ZpGY21w0/zQNJzfw6tz3eIEU2PNLBeA0EfV2b9LHfgrIFhn74+xmgoKhwo/0Th3d28Cubw==" - }, - "Microsoft.Extensions.Logging.Console/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-wzTVkE0h7xKPB7PF/XMgTIuvckjzscgDqvpr2QhqMYxXeni7dUqAO8FUy4DQ8MljXikgLbKSUvJS9HgMhFD3ng==" - }, - "Microsoft.Extensions.Logging.Debug/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-wCfdXWejxZNp3D7zBxbiC7+TKF4SWMMmLEYL12QbBUiNhV0DQzmMxZZuVWNjmAELofn6chec722uw2sh+uMdSw==" - }, - "Microsoft.Extensions.ObjectPool/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-78jJAea29pPuF7ydHXDNy/sR99OHVZ7U40K9ej6klAyEG12U7IftdF9b3nv/1Q6K8czYzll2in38BAdOeANRbw==" - }, - "Microsoft.Extensions.Options/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Sj7WVNsiMbULRas/DGKsZ3u6GA29AFAWGZwitVFQgIf/ppzM8VfnFyCRkSnwMA0gTD4u09scnQkKyl6Yi8kNuQ==" - }, - "Microsoft.Extensions.Options.ConfigurationExtensions/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-q8j1d04zyCmBkOoLenz+ptRKfATf42Vkn5jiFo06agkDVB3V8R3YxT0JstYxLvVuI9nko01vIiybXP9cAzAkaQ==" - }, - "Microsoft.Extensions.PlatformAbstractions/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OjXClhPcccu39GNAs6SH6J2iC2R883Wco7LKvPqnjo1aKJQRp9vFVFVueutJFABncZO7BZINgZCwgLxVQN3yIg==" - }, - "Microsoft.Extensions.Primitives/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-5lXETW9MI0CIOOCtgeJcrX3jODcFkX04tr+K/MB+cRspPvYD3URbf4MRIwWgI5r7cu+8+efPxEH0tG1g8ldhQA==" - }, - "Microsoft.Extensions.WebEncoders/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OCXr7Y9u/tmKhmNMJqbAlMcUQxtpzJvZ1Jvs8LJoSyCCFVmZlwZ8c6k7ileYpW2jvxGGOQ6N64V184HY2uQPHg==" - }, - "Microsoft.Net.Http.Headers/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-80kfOb0U8FKsKxv0fHtJFhcAWeYIvTAz4NCrKi84n5XXzMPNV7DLdy6d0g2f7UCj0iOtNGE5cGvAFiWqqZFeEA==" - }, - "Microsoft.NETCore.Platforms/1.0.1-rc2-24027": { - "type": "package", - "serviceable": true, - "sha512": "sha512-BIZpJMovdHgUbCrZR9suwwLpZMNehIkaFKiIb9X5+wPjXNHMSQ91ETSASAnEXERyU7+ptJAfJGqgr3Y9ly98MQ==" - }, - "Microsoft.NETCore.Runtime/1.0.2-rc2-24027": { - "type": "package", - "serviceable": true, - "sha512": "sha512-z/R3npq0vJi1urIComaxGXX2CCfv27N78pNa3dMG4fyCQZA6u50v8ttWFnPV1caSN1O5JvDavqpBXVT1FdHcrA==" - }, - "Microsoft.NETCore.Targets/1.0.1-rc2-24027": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pNy4HhkgeM1kE/IqtDQLfUcMpy3NB3B/p8J/71G9Wvu2p/ARRH2hjq1TkETiqQW7ER9aFUs86wmgHyk3dtDgVQ==" - }, - "MongoDB.Bson/2.2.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Q3TLxEVx5MsoXgqHqUFAh15kGJmgv1pvgXtm4/d9E22Ee8X9jVoPC8zIgIuQddO771Zbn9chJE+5QLfgxZl25Q==" - }, - "MongoDB.Driver/2.2.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-iWvQlPMSeA8oe7LqfgqZ0txY8+/Ns6qD/efR3tcMT4DgYT4W1vJZ4A8dfegeIZV3kKIiFA+L4ALgww5nfJtcBg==" - }, - "MongoDB.Driver.Core/2.2.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-gdqzKYas7RMBXt36N8UWTriVitRbX+8Y57yxdNDn6DzXe7aS1tcBofAtBO8FxOtmkGY3fD9CQUbqLLNDuAfjRQ==" - }, - "MySql.Data/6.9.8": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ZSkMKsB1J9Cb/nO3+GlfX/YttibU23y5ZQtn/xzzl3xfPK512wP1jNjiVG4AFvmeJrf02qHNc/GfXJGYYHN8Pg==" - }, - "MySql.Data.Entity/6.9.8": { - "type": "package", - "serviceable": true, - "sha512": "sha512-jdMn+++xLDtdrTy4QYIWWoIsf2EGC4UACEkPcvWloD9Zty5KmlY8Zee9csJB9BpO3mlGzSNzc15vJmrg/Vv1vQ==" - }, - "NETStandard.Library/1.5.0-rc2-24027": { - "type": "package", - "serviceable": true, - "sha512": "sha512-SD27bvP2gNnlpC7HZUbnPOXS1M7VbBZoi0bdlqe5tj7weJQ2EyGDGw8mi7K1yUmeqjL6jPWBLSC28TDaLnyqwA==" - }, - "Newtonsoft.Json/8.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-KGsYQdS2zLH+H8x2cZaSI7e+YZ4SFIbyy1YJQYl6GYBWjf5o4H1A68nxyq+WTyVSOJQ4GqS/DiPE+UseUizgMg==" - }, - "NHibernate/4.0.4.4000": { - "type": "package", - "serviceable": true, - "sha512": "sha512-jAKwpGLeGai8KWj1e3p1K882vlZUJaQeH4RTuscKTyXhsEsiQEe2uKs9S3bY91aPyygMiPXg1CyRopi1K+e5aA==" - }, - "NHibernate.Linq/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-iHt5IrvPWXEh90BV9XDPMBkiCKwlwJ/iCHY5fP7qAvJ512J59cya8eFAY1FJJ6QcTGa8bD5MlSJAXJDXx2VHaA==" - }, - "OAuth/1.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-hgYuURGgXcAmxg8Xn/wIlI85eCy4UuxujmR04uXpDQjUwFfgT25eM+j1FerJwI9FK+K8Mr1ViNXP4Vm9BsxW7A==" - }, - "Serilog/2.0.0-rc-598": { - "type": "package", - "serviceable": true, - "sha512": "sha512-B/ZKMiq6A5kkT4QKGRACLBQi2S6UKxz/y3LbnJz9h6iU6pvObbTkpFw5D8YCUPBaZv4yfQGxg8DnDtrsY9xdAQ==" - }, - "Serilog.Extensions.Logging/1.0.0-rc2-10110": { - "type": "package", - "serviceable": true, - "sha512": "sha512-IjKgWASewcq+ZDEzQCpMHxNN2QRw4KyY/olXtehGL2uPqdkpZ5NP/f2EoWneEAwXIDXaxGWH2ukhi+LQ2nrr5w==" - }, - "Serilog.Sinks.ColoredConsole/2.0.0-beta-700": { - "type": "package", - "serviceable": true, - "sha512": "sha512-GhVyZtqWpcc9hL4mIrTj6yDFadx+yQC4+Am4Ismx055yDu48U5YeYipI7jpvzWmTeN1aiSDih2VJXF5fjsUHkw==" - }, - "Serilog.Sinks.File/2.0.0-rc-704": { - "type": "package", - "serviceable": true, - "sha512": "sha512-WpxlNFeXT6Ek6tnZuPKaEXlAwIOapAjapW2GTcK2bybogdlvntovC7tPsflt2K4lRjB1b5L0bGb8sREfCovx6Q==" - }, - "Serilog.Sinks.RollingFile/2.0.0-rc-703": { - "type": "package", - "serviceable": true, - "sha512": "sha512-46EFh04XKNWQvm8cttWvWgPgmxbfJju0KbKjSKiuvcxaMptdJCEl9p7iEOGUshB9liXneg4gfiLzD0Xa90ZMXA==" - }, - "StackExchange.Redis/1.1.603": { - "type": "package", - "serviceable": true, - "sha512": "sha512-p1r0jd4HiJHQ72ynTJ/ypNzf4xvCKtPJdqpeS8h9Raa5wakJ8a0Bxw1f8iYvqUOLC2CMfZMkHv3IlNYijktSAw==" - }, - "System.Buffers/4.0.0-rc2-24027": { - "type": "package", - "serviceable": true, - "sha512": "sha512-eyzIgf8Mh/SjxN1gsGnH09ICA5U2TGWU5I3Rp1V0ayO9UmTf5XrsZo3+LwKbj+fycoh2yYg0leFa7IG0/+Bs3g==" - }, - "System.Collections/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Collections.Concurrent/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Collections.Immutable/1.1.37": { - "type": "package", - "serviceable": true, - "sha512": "sha512-fTpqwZYBzoklTT+XjTRK8KxvmrGkYHzBiylCcKyQcxiOM8k+QvhNBxRvFHDWzy4OEP5f8/9n+xQ9mEgEXY+muA==" - }, - "System.ComponentModel/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.ComponentModel.Primitives/4.0.1-rc2-24027": { - "type": "package", - "serviceable": true, - "sha512": "sha512-yTC0+qi9NaO0tt+1proIshyQ32slseRC6f/mrZLJU+pJRDY2k1nMage7AySH1qk9ZHw9KjiXMRjkRwgrQRQoSQ==" - }, - "System.ComponentModel.TypeConverter/4.0.1-rc2-24027": { - "type": "package", - "serviceable": true, - "sha512": "sha512-HGB9P4M6eAWPRzFE+F+OCaNnhr2+0trWbfhHS/OoJnrdf1f8Cl6FSYAV2B5C9fxUH326Ew57fcEKloMJY4Bimg==" - }, - "System.Diagnostics.Contracts/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Diagnostics.Debug/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Diagnostics.DiagnosticSource/4.0.0-rc2-24027": { - "type": "package", - "serviceable": true, - "sha512": "sha512-NPjXdTV6+9D0ZaHUn5JI0lxusxZAKOuHIVPmMXV+L4Ypm/nFaH+gDMn0o6ZNb9B3l46DfdxyrZYc0E2AfEHQrA==" - }, - "System.Diagnostics.Tools/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Diagnostics.Tracing/4.0.10.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Globalization/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.IO/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.IO.Compression/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Linq/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Linq.Expressions/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Net.Http/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Net.Primitives/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Numerics.Vectors/4.1.1-rc2-24027": { - "type": "package", - "serviceable": true, - "sha512": "sha512-9G+2IoDcQBas3kdySw4rz7XzI/dbUqPkC0yiOR9YAWZpOH52icM6YxcgTKiI3Weh3w1il/xMrplrTYuE6hqAaA==" - }, - "System.ObjectModel/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Reflection/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Reflection.Emit/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Reflection.Emit.Lightweight/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Reflection.Extensions/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Reflection.Metadata/1.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ubQKFCNYPwhqPXPLjRKCvTDR2UvL5L5+Tm181D/5kl/df7264AuXDi2j2Bf5DxplBxevq8eUH9LRomcFCXTQKw==" - }, - "System.Reflection.Primitives/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Resources.ResourceManager/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Runtime/4.0.10.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Runtime.Extensions/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Runtime.InteropServices/4.0.10.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Runtime.InteropServices.RuntimeInformation/4.0.0-rc2-24027": { - "type": "package", - "serviceable": true, - "sha512": "sha512-nsKC00hUZY8SbNHMK3RMu62zEmgdB9xKO+7B30DfLLy5R/10ICrfUVUJvvc/HQC/VSObPUdjYUsqAFoQMIaHHA==" - }, - "System.Runtime.Numerics/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Runtime.Serialization.Primitives/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Text.Encoding/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Text.Encoding.Extensions/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Text.Encodings.Web/4.0.0-rc2-24027": { - "type": "package", - "serviceable": true, - "sha512": "sha512-r8and4JvIHRMq1Zc1H+hRKhRearrYKogJ18hQRZRsq9dcRRuxIwsv3FB73N7tMflYA2eJDmcWeqlBlYzGhOSdQ==" - }, - "System.Text.RegularExpressions/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Threading/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Threading.Tasks/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Threading.Tasks.Extensions/4.0.0-rc2-24027": { - "type": "package", - "serviceable": true, - "sha512": "sha512-dfj0Fl7/0KeP1UwQvo7xu7LdRAHfJ/Pdvo2YL+sDHddCLaiu+1yNyijYBocaCgQ4H0t8nEg8he/dWsPpaTdfNg==" - }, - "System.Threading.Timer/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Xml.ReaderWriter/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Xml.XDocument/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Domain.Socioboard/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Socioboard.Facebook/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Socioboard.Google/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Socioboard.Twitter/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "System.Xml/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "mscorlib/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Core/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.ComponentModel.DataAnnotations/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Security/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Xml.Linq/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Net/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Data/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - } - } -} \ No newline at end of file diff --git a/src/Api.Socioboard/obj/Debug/net452/dotnet-compile-csc.rsp b/src/Api.Socioboard/obj/Debug/net452/dotnet-compile-csc.rsp deleted file mode 100644 index 897f3b6a6..000000000 --- a/src/Api.Socioboard/obj/Debug/net452/dotnet-compile-csc.rsp +++ /dev/null @@ -1,189 +0,0 @@ --d:DEBUG --d:TRACE --d:NET452 --nowarn:CS1701 --nowarn:CS1702 --nowarn:CS1705 --platform:x64 --debug:full --nostdlib --nologo -"D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Api.Socioboard\obj\Debug\net452\dotnet-compile.assemblyinfo.cs" --out:"D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Api.Socioboard\bin\Debug\net452\Api.Socioboard.exe" --r:"C:\Users\Murari\.nuget\packages\EntityFramework\6.0.0\lib\net45\EntityFramework.SqlServer.dll" --r:"C:\Users\Murari\.nuget\packages\EntityFramework\6.0.0\lib\net45\EntityFramework.dll" --r:"C:\Users\Murari\.nuget\packages\Facebook\7.0.10-beta\lib\net45\Facebook.dll" --r:"C:\Users\Murari\.nuget\packages\Hammock\1.2.3\lib\net40\Hammock.dll" --r:"C:\Users\Murari\.nuget\packages\Iesi.Collections\4.0.0.4000\lib\net40\Iesi.Collections.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.ApplicationInsights\2.1.0-beta4\lib\net45\Microsoft.ApplicationInsights.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.ApplicationInsights.Agent.Intercept\1.2.1\lib\net45\Microsoft.AI.Agent.Intercept.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.ApplicationInsights.AspNetCore\1.0.0-rc2-final\lib\net451\Microsoft.ApplicationInsights.AspNetCore.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.ApplicationInsights.DependencyCollector\2.1.0-beta4\lib\net45\Microsoft.AI.DependencyCollector.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.ApplicationInsights.PerfCounterCollector\2.1.0-beta4\lib\net45\Microsoft.AI.PerfCounterCollector.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel\2.1.0-beta4\lib\net45\Microsoft.AI.ServerTelemetryChannel.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Antiforgery\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.Antiforgery.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Authorization\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.Authorization.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Cors\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.Cors.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Cryptography.Internal\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.Cryptography.Internal.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.DataProtection\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.DataProtection.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.DataProtection.Abstractions\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.DataProtection.Abstractions.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Diagnostics.Abstractions\1.0.0-rc2-final\lib\netstandard1.0\Microsoft.AspNetCore.Diagnostics.Abstractions.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Hosting\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.Hosting.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Hosting.Abstractions\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.Hosting.Abstractions.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Hosting.Server.Abstractions\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.Hosting.Server.Abstractions.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Html.Abstractions\1.0.0-rc2-final\lib\netstandard1.0\Microsoft.AspNetCore.Html.Abstractions.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Http\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.Http.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Http.Abstractions\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.Http.Abstractions.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Http.Extensions\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.Http.Extensions.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Http.Features\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.Http.Features.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.HttpOverrides\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.HttpOverrides.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.JsonPatch\1.0.0-rc2-final\lib\netstandard1.1\Microsoft.AspNetCore.JsonPatch.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Localization\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.Localization.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Mvc\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.Mvc.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Mvc.Abstractions\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.Mvc.Abstractions.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Mvc.ApiExplorer\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.Mvc.ApiExplorer.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Mvc.Core\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.Mvc.Core.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Mvc.Cors\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.Mvc.Cors.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Mvc.DataAnnotations\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.Mvc.DataAnnotations.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Mvc.Formatters.Json\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.Mvc.Formatters.Json.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Mvc.Localization\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.Mvc.Localization.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Mvc.Razor\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.Mvc.Razor.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Mvc.Razor.Host\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.Mvc.Razor.Host.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Mvc.TagHelpers\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.Mvc.TagHelpers.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Mvc.ViewFeatures\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.Mvc.ViewFeatures.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Razor\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.Razor.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Razor.Runtime\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.Razor.Runtime.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Routing\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.Routing.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Routing.Abstractions\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.Routing.Abstractions.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Server.IISIntegration\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.Server.IISIntegration.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Server.Kestrel\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.Server.Kestrel.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.WebUtilities\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.WebUtilities.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.CodeAnalysis.Common\1.3.0-beta1-20160429-01\lib\net45\Microsoft.CodeAnalysis.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.CodeAnalysis.CSharp\1.3.0-beta1-20160429-01\lib\net45\Microsoft.CodeAnalysis.CSharp.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\Microsoft.CSharp.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.DotNet.InternalAbstractions\1.0.0-rc2-002702\lib\net451\Microsoft.DotNet.InternalAbstractions.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.Extensions.Caching.Abstractions\1.0.0-rc2-final\lib\netstandard1.0\Microsoft.Extensions.Caching.Abstractions.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.Extensions.Caching.Memory\1.0.0-rc2-final\lib\net451\Microsoft.Extensions.Caching.Memory.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.Extensions.Configuration\1.0.0-rc2-final\lib\netstandard1.1\Microsoft.Extensions.Configuration.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.Extensions.Configuration.Abstractions\1.0.0-rc2-final\lib\netstandard1.0\Microsoft.Extensions.Configuration.Abstractions.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.Extensions.Configuration.Binder\1.0.0-rc2-final\lib\netstandard1.1\Microsoft.Extensions.Configuration.Binder.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.Extensions.Configuration.EnvironmentVariables\1.0.0-rc2-final\lib\net451\Microsoft.Extensions.Configuration.EnvironmentVariables.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.Extensions.Configuration.FileExtensions\1.0.0-rc2-final\lib\net451\Microsoft.Extensions.Configuration.FileExtensions.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.Extensions.Configuration.Json\1.0.0-rc2-final\lib\net451\Microsoft.Extensions.Configuration.Json.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.Extensions.DependencyInjection\1.0.0-rc2-final\lib\netstandard1.1\Microsoft.Extensions.DependencyInjection.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.Extensions.DependencyInjection.Abstractions\1.0.0-rc2-final\lib\netstandard1.0\Microsoft.Extensions.DependencyInjection.Abstractions.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.Extensions.DependencyModel\1.0.0-rc2-final\lib\net451\Microsoft.Extensions.DependencyModel.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.Extensions.DiagnosticAdapter\1.0.0-rc2-final\lib\netstandard1.1\Microsoft.Extensions.DiagnosticAdapter.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.Extensions.FileProviders.Abstractions\1.0.0-rc2-final\lib\netstandard1.0\Microsoft.Extensions.FileProviders.Abstractions.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.Extensions.FileProviders.Composite\1.0.0-rc2-final\lib\netstandard1.0\Microsoft.Extensions.FileProviders.Composite.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.Extensions.FileProviders.Physical\1.0.0-rc2-final\lib\net451\Microsoft.Extensions.FileProviders.Physical.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.Extensions.FileSystemGlobbing\1.0.0-rc2-final\lib\net451\Microsoft.Extensions.FileSystemGlobbing.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.Extensions.Globalization.CultureInfoCache\1.0.0-rc2-final\lib\netstandard1.1\Microsoft.Extensions.Globalization.CultureInfoCache.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.Extensions.Localization\1.0.0-rc2-final\lib\net451\Microsoft.Extensions.Localization.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.Extensions.Localization.Abstractions\1.0.0-rc2-final\lib\netstandard1.0\Microsoft.Extensions.Localization.Abstractions.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.Extensions.Logging\1.0.0-rc2-final\lib\netstandard1.1\Microsoft.Extensions.Logging.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.Extensions.Logging.Abstractions\1.0.0-rc2-final\lib\netstandard1.1\Microsoft.Extensions.Logging.Abstractions.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.Extensions.Logging.Console\1.0.0-rc2-final\lib\net451\Microsoft.Extensions.Logging.Console.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.Extensions.Logging.Debug\1.0.0-rc2-final\lib\net451\Microsoft.Extensions.Logging.Debug.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.Extensions.ObjectPool\1.0.0-rc2-final\lib\net451\Microsoft.Extensions.ObjectPool.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.Extensions.Options\1.0.0-rc2-final\lib\netstandard1.0\Microsoft.Extensions.Options.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.Extensions.Options.ConfigurationExtensions\1.0.0-rc2-final\lib\netstandard1.1\Microsoft.Extensions.Options.ConfigurationExtensions.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.Extensions.PlatformAbstractions\1.0.0-rc2-final\lib\net451\Microsoft.Extensions.PlatformAbstractions.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.Extensions.Primitives\1.0.0-rc2-final\lib\netstandard1.0\Microsoft.Extensions.Primitives.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.Extensions.WebEncoders\1.0.0-rc2-final\lib\netstandard1.0\Microsoft.Extensions.WebEncoders.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.Net.Http.Headers\1.0.0-rc2-final\lib\netstandard1.1\Microsoft.Net.Http.Headers.dll" --r:"C:\Users\Murari\.nuget\packages\MongoDB.Bson\2.2.4\lib\net45\MongoDB.Bson.dll" --r:"C:\Users\Murari\.nuget\packages\MongoDB.Driver\2.2.4\lib\net45\MongoDB.Driver.dll" --r:"C:\Users\Murari\.nuget\packages\MongoDB.Driver.Core\2.2.4\lib\net45\MongoDB.Driver.Core.dll" --r:"C:\Users\Murari\.nuget\packages\MySql.Data\6.9.8\lib\net45\MySql.Data.dll" --r:"C:\Users\Murari\.nuget\packages\MySql.Data.Entity\6.9.8\lib\net45\MySql.Data.Entity.EF6.dll" --r:"C:\Users\Murari\.nuget\packages\Newtonsoft.Json\8.0.3\lib\net45\Newtonsoft.Json.dll" --r:"C:\Users\Murari\.nuget\packages\NHibernate\4.0.4.4000\lib\net40\NHibernate.dll" --r:"C:\Users\Murari\.nuget\packages\NHibernate.Linq\1.0.0\lib\NHibernate.Linq.dll" --r:"C:\Users\Murari\.nuget\packages\OAuth\1.0.3\lib\net40\OAuth.dll" --r:"C:\Users\Murari\.nuget\packages\Serilog\2.0.0-rc-598\lib\net45\Serilog.dll" --r:"C:\Users\Murari\.nuget\packages\Serilog.Extensions.Logging\1.0.0-rc2-10110\lib\net45\Serilog.Extensions.Logging.dll" --r:"C:\Users\Murari\.nuget\packages\Serilog.Sinks.ColoredConsole\2.0.0-beta-700\lib\net45\Serilog.Sinks.ColoredConsole.dll" --r:"C:\Users\Murari\.nuget\packages\Serilog.Sinks.File\2.0.0-rc-704\lib\net45\Serilog.Sinks.File.dll" --r:"C:\Users\Murari\.nuget\packages\Serilog.Sinks.RollingFile\2.0.0-rc-703\lib\net45\Serilog.Sinks.RollingFile.dll" --r:"C:\Users\Murari\.nuget\packages\StackExchange.Redis\1.1.603\lib\net45\StackExchange.Redis.dll" --r:"C:\Users\Murari\.nuget\packages\System.Buffers\4.0.0-rc2-24027\lib\netstandard1.1\System.Buffers.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\Facades\System.Collections.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\Facades\System.Collections.Concurrent.dll" --r:"C:\Users\Murari\.nuget\packages\System.Collections.Immutable\1.1.37\lib\dotnet\System.Collections.Immutable.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\Facades\System.ComponentModel.dll" --r:"C:\Users\Murari\.nuget\packages\System.ComponentModel.Primitives\4.0.1-rc2-24027\ref\net45\System.ComponentModel.Primitives.dll" --r:"C:\Users\Murari\.nuget\packages\System.ComponentModel.TypeConverter\4.0.1-rc2-24027\ref\net45\System.ComponentModel.TypeConverter.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\Facades\System.Diagnostics.Contracts.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\Facades\System.Diagnostics.Debug.dll" --r:"C:\Users\Murari\.nuget\packages\System.Diagnostics.DiagnosticSource\4.0.0-rc2-24027\lib\portable-net45+win8+wpa81\System.Diagnostics.DiagnosticSource.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\Facades\System.Diagnostics.Tools.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\Facades\System.Diagnostics.Tracing.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\Facades\System.Globalization.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\Facades\System.IO.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\System.IO.Compression.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\Facades\System.Linq.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\Facades\System.Linq.Expressions.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\System.Net.Http.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\Facades\System.Net.Primitives.dll" --r:"C:\Users\Murari\.nuget\packages\System.Numerics.Vectors\4.1.1-rc2-24027\ref\portable-net45+win8\System.Numerics.Vectors.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\Facades\System.ObjectModel.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\Facades\System.Reflection.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\Facades\System.Reflection.Emit.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\Facades\System.Reflection.Emit.Lightweight.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\Facades\System.Reflection.Extensions.dll" --r:"C:\Users\Murari\.nuget\packages\System.Reflection.Metadata\1.2.0\lib\portable-net45+win8\System.Reflection.Metadata.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\Facades\System.Reflection.Primitives.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\Facades\System.Resources.ResourceManager.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\Facades\System.Runtime.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\Facades\System.Runtime.Extensions.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\Facades\System.Runtime.InteropServices.dll" --r:"C:\Users\Murari\.nuget\packages\System.Runtime.InteropServices.RuntimeInformation\4.0.0-rc2-24027\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\Facades\System.Runtime.Numerics.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\Facades\System.Runtime.Serialization.Primitives.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\Facades\System.Text.Encoding.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\Facades\System.Text.Encoding.Extensions.dll" --r:"C:\Users\Murari\.nuget\packages\System.Text.Encodings.Web\4.0.0-rc2-24027\lib\netstandard1.0\System.Text.Encodings.Web.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\Facades\System.Text.RegularExpressions.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\Facades\System.Threading.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\Facades\System.Threading.Tasks.dll" --r:"C:\Users\Murari\.nuget\packages\System.Threading.Tasks.Extensions\4.0.0-rc2-24027\lib\portable-net45+win8+wp8+wpa81\System.Threading.Tasks.Extensions.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\Facades\System.Threading.Timer.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\Facades\System.Xml.ReaderWriter.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\Facades\System.Xml.XDocument.dll" --r:"D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Domain.Socioboard\bin\Debug\net452\Domain.Socioboard.dll" --r:"D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Socioboard.Facebook\bin\Debug\net452\Socioboard.Facebook.dll" --r:"D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Socioboard.Google\bin\Debug\net452\Socioboard.Google.dll" --r:"D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Socioboard.Twitter\bin\Debug\net452\Socioboard.Twitter.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\System.Xml.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\mscorlib.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\System.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\System.Core.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\System.ComponentModel.DataAnnotations.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\System.Security.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\System.Xml.Linq.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\System.Net.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\System.Data.dll" --resource:"D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Api.Socioboard\obj\Debug\net452\Api.Socioboarddotnet-compile.deps.json",Api.Socioboard.deps.json -"D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Api.Socioboard\Program.cs" -"D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Api.Socioboard\Startup.cs" -"D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Api.Socioboard\Controllers\FacebookController.cs" -"D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Api.Socioboard\Controllers\GoogleController.cs" -"D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Api.Socioboard\Controllers\GroupProfilesController.cs" -"D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Api.Socioboard\Controllers\GroupsController.cs" -"D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Api.Socioboard\Controllers\SocialMessagesController.cs" -"D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Api.Socioboard\Controllers\TwitterController.cs" -"D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Api.Socioboard\Controllers\UserController.cs" -"D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Api.Socioboard\Controllers\ValuesController.cs" -"D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Api.Socioboard\Helper\AppSettings.cs" -"D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Api.Socioboard\Helper\Cache.cs" -"D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Api.Socioboard\Helper\FacebookHelper.cs" -"D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Api.Socioboard\Helper\SessionFactory.cs" -"D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Api.Socioboard\Model\DatabaseRepository.cs" -"D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Api.Socioboard\Model\MongoRepository.cs" -"D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Api.Socioboard\Repositories\FacebookRepository.cs" -"D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Api.Socioboard\Repositories\GplusRepository.cs" -"D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Api.Socioboard\Repositories\GroupProfilesRepository.cs" -"D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Api.Socioboard\Repositories\GroupsRepository.cs" -"D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Api.Socioboard\Repositories\ScheduledMessageRepository.cs" -"D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Api.Socioboard\Repositories\TwitterRepository.cs" diff --git a/src/Api.Socioboard/obj/Debug/net452/dotnet-compile.assemblyinfo.cs b/src/Api.Socioboard/obj/Debug/net452/dotnet-compile.assemblyinfo.cs deleted file mode 100644 index ac29d86fd..000000000 --- a/src/Api.Socioboard/obj/Debug/net452/dotnet-compile.assemblyinfo.cs +++ /dev/null @@ -1,5 +0,0 @@ -// This file has been auto generated. -[assembly:System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly:System.Reflection.AssemblyVersionAttribute("1.0.0.0")] -[assembly:System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] -[assembly:System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.5.2")] \ No newline at end of file diff --git a/src/Api.Socioboard/obj/Debug/net452/dotnet-compile.rsp b/src/Api.Socioboard/obj/Debug/net452/dotnet-compile.rsp deleted file mode 100644 index a03e97762..000000000 --- a/src/Api.Socioboard/obj/Debug/net452/dotnet-compile.rsp +++ /dev/null @@ -1,193 +0,0 @@ ---temp-output:D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Api.Socioboard\obj\Debug\net452\ ---out:D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Api.Socioboard\bin\Debug\net452\Api.Socioboard.exe ---define:DEBUG ---define:TRACE ---define:NET452 ---suppress-warning:CS1701 ---suppress-warning:CS1702 ---suppress-warning:CS1705 ---platform:x64 ---optimize:False ---emit-entry-point:True ---output-name:Api.Socioboard ---file-version:1.0.0.0 ---version:1.0.0.0 ---informational-version:1.0.0 ---target-framework:.NETFramework,Version=v4.5.2 ---reference:C:\Users\Murari\.nuget\packages\EntityFramework\6.0.0\lib\net45\EntityFramework.SqlServer.dll ---reference:C:\Users\Murari\.nuget\packages\EntityFramework\6.0.0\lib\net45\EntityFramework.dll ---reference:C:\Users\Murari\.nuget\packages\Facebook\7.0.10-beta\lib\net45\Facebook.dll ---reference:C:\Users\Murari\.nuget\packages\Hammock\1.2.3\lib\net40\Hammock.dll ---reference:C:\Users\Murari\.nuget\packages\Iesi.Collections\4.0.0.4000\lib\net40\Iesi.Collections.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.ApplicationInsights\2.1.0-beta4\lib\net45\Microsoft.ApplicationInsights.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.ApplicationInsights.Agent.Intercept\1.2.1\lib\net45\Microsoft.AI.Agent.Intercept.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.ApplicationInsights.AspNetCore\1.0.0-rc2-final\lib\net451\Microsoft.ApplicationInsights.AspNetCore.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.ApplicationInsights.DependencyCollector\2.1.0-beta4\lib\net45\Microsoft.AI.DependencyCollector.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.ApplicationInsights.PerfCounterCollector\2.1.0-beta4\lib\net45\Microsoft.AI.PerfCounterCollector.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel\2.1.0-beta4\lib\net45\Microsoft.AI.ServerTelemetryChannel.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Antiforgery\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.Antiforgery.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Authorization\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.Authorization.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Cors\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.Cors.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Cryptography.Internal\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.Cryptography.Internal.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.DataProtection\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.DataProtection.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.DataProtection.Abstractions\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.DataProtection.Abstractions.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Diagnostics.Abstractions\1.0.0-rc2-final\lib\netstandard1.0\Microsoft.AspNetCore.Diagnostics.Abstractions.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Hosting\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.Hosting.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Hosting.Abstractions\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.Hosting.Abstractions.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Hosting.Server.Abstractions\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.Hosting.Server.Abstractions.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Html.Abstractions\1.0.0-rc2-final\lib\netstandard1.0\Microsoft.AspNetCore.Html.Abstractions.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Http\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.Http.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Http.Abstractions\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.Http.Abstractions.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Http.Extensions\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.Http.Extensions.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Http.Features\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.Http.Features.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.HttpOverrides\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.HttpOverrides.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.JsonPatch\1.0.0-rc2-final\lib\netstandard1.1\Microsoft.AspNetCore.JsonPatch.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Localization\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.Localization.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Mvc\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.Mvc.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Mvc.Abstractions\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.Mvc.Abstractions.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Mvc.ApiExplorer\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.Mvc.ApiExplorer.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Mvc.Core\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.Mvc.Core.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Mvc.Cors\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.Mvc.Cors.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Mvc.DataAnnotations\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.Mvc.DataAnnotations.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Mvc.Formatters.Json\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.Mvc.Formatters.Json.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Mvc.Localization\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.Mvc.Localization.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Mvc.Razor\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.Mvc.Razor.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Mvc.Razor.Host\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.Mvc.Razor.Host.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Mvc.TagHelpers\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.Mvc.TagHelpers.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Mvc.ViewFeatures\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.Mvc.ViewFeatures.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Razor\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.Razor.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Razor.Runtime\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.Razor.Runtime.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Routing\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.Routing.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Routing.Abstractions\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.Routing.Abstractions.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Server.IISIntegration\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.Server.IISIntegration.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Server.Kestrel\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.Server.Kestrel.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.WebUtilities\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.WebUtilities.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.CodeAnalysis.Common\1.3.0-beta1-20160429-01\lib\net45\Microsoft.CodeAnalysis.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.CodeAnalysis.CSharp\1.3.0-beta1-20160429-01\lib\net45\Microsoft.CodeAnalysis.CSharp.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\Microsoft.CSharp.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.DotNet.InternalAbstractions\1.0.0-rc2-002702\lib\net451\Microsoft.DotNet.InternalAbstractions.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.Extensions.Caching.Abstractions\1.0.0-rc2-final\lib\netstandard1.0\Microsoft.Extensions.Caching.Abstractions.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.Extensions.Caching.Memory\1.0.0-rc2-final\lib\net451\Microsoft.Extensions.Caching.Memory.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.Extensions.Configuration\1.0.0-rc2-final\lib\netstandard1.1\Microsoft.Extensions.Configuration.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.Extensions.Configuration.Abstractions\1.0.0-rc2-final\lib\netstandard1.0\Microsoft.Extensions.Configuration.Abstractions.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.Extensions.Configuration.Binder\1.0.0-rc2-final\lib\netstandard1.1\Microsoft.Extensions.Configuration.Binder.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.Extensions.Configuration.EnvironmentVariables\1.0.0-rc2-final\lib\net451\Microsoft.Extensions.Configuration.EnvironmentVariables.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.Extensions.Configuration.FileExtensions\1.0.0-rc2-final\lib\net451\Microsoft.Extensions.Configuration.FileExtensions.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.Extensions.Configuration.Json\1.0.0-rc2-final\lib\net451\Microsoft.Extensions.Configuration.Json.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.Extensions.DependencyInjection\1.0.0-rc2-final\lib\netstandard1.1\Microsoft.Extensions.DependencyInjection.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.Extensions.DependencyInjection.Abstractions\1.0.0-rc2-final\lib\netstandard1.0\Microsoft.Extensions.DependencyInjection.Abstractions.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.Extensions.DependencyModel\1.0.0-rc2-final\lib\net451\Microsoft.Extensions.DependencyModel.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.Extensions.DiagnosticAdapter\1.0.0-rc2-final\lib\netstandard1.1\Microsoft.Extensions.DiagnosticAdapter.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.Extensions.FileProviders.Abstractions\1.0.0-rc2-final\lib\netstandard1.0\Microsoft.Extensions.FileProviders.Abstractions.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.Extensions.FileProviders.Composite\1.0.0-rc2-final\lib\netstandard1.0\Microsoft.Extensions.FileProviders.Composite.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.Extensions.FileProviders.Physical\1.0.0-rc2-final\lib\net451\Microsoft.Extensions.FileProviders.Physical.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.Extensions.FileSystemGlobbing\1.0.0-rc2-final\lib\net451\Microsoft.Extensions.FileSystemGlobbing.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.Extensions.Globalization.CultureInfoCache\1.0.0-rc2-final\lib\netstandard1.1\Microsoft.Extensions.Globalization.CultureInfoCache.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.Extensions.Localization\1.0.0-rc2-final\lib\net451\Microsoft.Extensions.Localization.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.Extensions.Localization.Abstractions\1.0.0-rc2-final\lib\netstandard1.0\Microsoft.Extensions.Localization.Abstractions.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.Extensions.Logging\1.0.0-rc2-final\lib\netstandard1.1\Microsoft.Extensions.Logging.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.Extensions.Logging.Abstractions\1.0.0-rc2-final\lib\netstandard1.1\Microsoft.Extensions.Logging.Abstractions.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.Extensions.Logging.Console\1.0.0-rc2-final\lib\net451\Microsoft.Extensions.Logging.Console.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.Extensions.Logging.Debug\1.0.0-rc2-final\lib\net451\Microsoft.Extensions.Logging.Debug.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.Extensions.ObjectPool\1.0.0-rc2-final\lib\net451\Microsoft.Extensions.ObjectPool.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.Extensions.Options\1.0.0-rc2-final\lib\netstandard1.0\Microsoft.Extensions.Options.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.Extensions.Options.ConfigurationExtensions\1.0.0-rc2-final\lib\netstandard1.1\Microsoft.Extensions.Options.ConfigurationExtensions.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.Extensions.PlatformAbstractions\1.0.0-rc2-final\lib\net451\Microsoft.Extensions.PlatformAbstractions.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.Extensions.Primitives\1.0.0-rc2-final\lib\netstandard1.0\Microsoft.Extensions.Primitives.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.Extensions.WebEncoders\1.0.0-rc2-final\lib\netstandard1.0\Microsoft.Extensions.WebEncoders.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.Net.Http.Headers\1.0.0-rc2-final\lib\netstandard1.1\Microsoft.Net.Http.Headers.dll ---reference:C:\Users\Murari\.nuget\packages\MongoDB.Bson\2.2.4\lib\net45\MongoDB.Bson.dll ---reference:C:\Users\Murari\.nuget\packages\MongoDB.Driver\2.2.4\lib\net45\MongoDB.Driver.dll ---reference:C:\Users\Murari\.nuget\packages\MongoDB.Driver.Core\2.2.4\lib\net45\MongoDB.Driver.Core.dll ---reference:C:\Users\Murari\.nuget\packages\MySql.Data\6.9.8\lib\net45\MySql.Data.dll ---reference:C:\Users\Murari\.nuget\packages\MySql.Data.Entity\6.9.8\lib\net45\MySql.Data.Entity.EF6.dll ---reference:C:\Users\Murari\.nuget\packages\Newtonsoft.Json\8.0.3\lib\net45\Newtonsoft.Json.dll ---reference:C:\Users\Murari\.nuget\packages\NHibernate\4.0.4.4000\lib\net40\NHibernate.dll ---reference:C:\Users\Murari\.nuget\packages\NHibernate.Linq\1.0.0\lib\NHibernate.Linq.dll ---reference:C:\Users\Murari\.nuget\packages\OAuth\1.0.3\lib\net40\OAuth.dll ---reference:C:\Users\Murari\.nuget\packages\Serilog\2.0.0-rc-598\lib\net45\Serilog.dll ---reference:C:\Users\Murari\.nuget\packages\Serilog.Extensions.Logging\1.0.0-rc2-10110\lib\net45\Serilog.Extensions.Logging.dll ---reference:C:\Users\Murari\.nuget\packages\Serilog.Sinks.ColoredConsole\2.0.0-beta-700\lib\net45\Serilog.Sinks.ColoredConsole.dll ---reference:C:\Users\Murari\.nuget\packages\Serilog.Sinks.File\2.0.0-rc-704\lib\net45\Serilog.Sinks.File.dll ---reference:C:\Users\Murari\.nuget\packages\Serilog.Sinks.RollingFile\2.0.0-rc-703\lib\net45\Serilog.Sinks.RollingFile.dll ---reference:C:\Users\Murari\.nuget\packages\StackExchange.Redis\1.1.603\lib\net45\StackExchange.Redis.dll ---reference:C:\Users\Murari\.nuget\packages\System.Buffers\4.0.0-rc2-24027\lib\netstandard1.1\System.Buffers.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\Facades\System.Collections.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\Facades\System.Collections.Concurrent.dll ---reference:C:\Users\Murari\.nuget\packages\System.Collections.Immutable\1.1.37\lib\dotnet\System.Collections.Immutable.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\Facades\System.ComponentModel.dll ---reference:C:\Users\Murari\.nuget\packages\System.ComponentModel.Primitives\4.0.1-rc2-24027\ref\net45\System.ComponentModel.Primitives.dll ---reference:C:\Users\Murari\.nuget\packages\System.ComponentModel.TypeConverter\4.0.1-rc2-24027\ref\net45\System.ComponentModel.TypeConverter.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\Facades\System.Diagnostics.Contracts.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\Facades\System.Diagnostics.Debug.dll ---reference:C:\Users\Murari\.nuget\packages\System.Diagnostics.DiagnosticSource\4.0.0-rc2-24027\lib\portable-net45+win8+wpa81\System.Diagnostics.DiagnosticSource.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\Facades\System.Diagnostics.Tools.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\Facades\System.Diagnostics.Tracing.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\Facades\System.Globalization.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\Facades\System.IO.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\System.IO.Compression.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\Facades\System.Linq.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\Facades\System.Linq.Expressions.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\System.Net.Http.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\Facades\System.Net.Primitives.dll ---reference:C:\Users\Murari\.nuget\packages\System.Numerics.Vectors\4.1.1-rc2-24027\ref\portable-net45+win8\System.Numerics.Vectors.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\Facades\System.ObjectModel.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\Facades\System.Reflection.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\Facades\System.Reflection.Emit.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\Facades\System.Reflection.Emit.Lightweight.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\Facades\System.Reflection.Extensions.dll ---reference:C:\Users\Murari\.nuget\packages\System.Reflection.Metadata\1.2.0\lib\portable-net45+win8\System.Reflection.Metadata.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\Facades\System.Reflection.Primitives.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\Facades\System.Resources.ResourceManager.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\Facades\System.Runtime.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\Facades\System.Runtime.Extensions.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\Facades\System.Runtime.InteropServices.dll ---reference:C:\Users\Murari\.nuget\packages\System.Runtime.InteropServices.RuntimeInformation\4.0.0-rc2-24027\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\Facades\System.Runtime.Numerics.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\Facades\System.Runtime.Serialization.Primitives.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\Facades\System.Text.Encoding.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\Facades\System.Text.Encoding.Extensions.dll ---reference:C:\Users\Murari\.nuget\packages\System.Text.Encodings.Web\4.0.0-rc2-24027\lib\netstandard1.0\System.Text.Encodings.Web.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\Facades\System.Text.RegularExpressions.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\Facades\System.Threading.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\Facades\System.Threading.Tasks.dll ---reference:C:\Users\Murari\.nuget\packages\System.Threading.Tasks.Extensions\4.0.0-rc2-24027\lib\portable-net45+win8+wp8+wpa81\System.Threading.Tasks.Extensions.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\Facades\System.Threading.Timer.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\Facades\System.Xml.ReaderWriter.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\Facades\System.Xml.XDocument.dll ---reference:D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Domain.Socioboard\bin\Debug\net452\Domain.Socioboard.dll ---reference:D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Socioboard.Facebook\bin\Debug\net452\Socioboard.Facebook.dll ---reference:D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Socioboard.Google\bin\Debug\net452\Socioboard.Google.dll ---reference:D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Socioboard.Twitter\bin\Debug\net452\Socioboard.Twitter.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\System.Xml.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\mscorlib.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\System.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\System.Core.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\System.ComponentModel.DataAnnotations.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\System.Security.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\System.Xml.Linq.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\System.Net.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\System.Data.dll ---resource:"D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Api.Socioboard\obj\Debug\net452\Api.Socioboarddotnet-compile.deps.json",Api.Socioboard.deps.json -D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Api.Socioboard\Program.cs -D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Api.Socioboard\Startup.cs -D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Api.Socioboard\Controllers\FacebookController.cs -D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Api.Socioboard\Controllers\GoogleController.cs -D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Api.Socioboard\Controllers\GroupProfilesController.cs -D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Api.Socioboard\Controllers\GroupsController.cs -D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Api.Socioboard\Controllers\SocialMessagesController.cs -D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Api.Socioboard\Controllers\TwitterController.cs -D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Api.Socioboard\Controllers\UserController.cs -D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Api.Socioboard\Controllers\ValuesController.cs -D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Api.Socioboard\Helper\AppSettings.cs -D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Api.Socioboard\Helper\Cache.cs -D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Api.Socioboard\Helper\FacebookHelper.cs -D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Api.Socioboard\Helper\SessionFactory.cs -D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Api.Socioboard\Model\DatabaseRepository.cs -D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Api.Socioboard\Model\MongoRepository.cs -D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Api.Socioboard\Repositories\FacebookRepository.cs -D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Api.Socioboard\Repositories\GplusRepository.cs -D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Api.Socioboard\Repositories\GroupProfilesRepository.cs -D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Api.Socioboard\Repositories\GroupsRepository.cs -D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Api.Socioboard\Repositories\ScheduledMessageRepository.cs -D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Api.Socioboard\Repositories\TwitterRepository.cs diff --git a/src/Api.Socioboard/obj/Release/net451/.IncrementalCache b/src/Api.Socioboard/obj/Release/net451/.IncrementalCache deleted file mode 100644 index c9187ce59..000000000 --- a/src/Api.Socioboard/obj/Release/net451/.IncrementalCache +++ /dev/null @@ -1 +0,0 @@ -{"inputs":["D:\\bitbucket\\src\\Api.Socioboard\\project.json","D:\\bitbucket\\src\\Api.Socioboard\\project.lock.json","D:\\bitbucket\\src\\Api.Socioboard\\Program.cs","D:\\bitbucket\\src\\Api.Socioboard\\Startup.cs","D:\\bitbucket\\src\\Api.Socioboard\\Controllers\\AffiliatesController.cs","D:\\bitbucket\\src\\Api.Socioboard\\Controllers\\BoardMeController.cs","D:\\bitbucket\\src\\Api.Socioboard\\Controllers\\DiscoveryController.cs","D:\\bitbucket\\src\\Api.Socioboard\\Controllers\\DraftMessageController.cs","D:\\bitbucket\\src\\Api.Socioboard\\Controllers\\FacaebookPageReportsController.cs","D:\\bitbucket\\src\\Api.Socioboard\\Controllers\\FacebookController.cs","D:\\bitbucket\\src\\Api.Socioboard\\Controllers\\GoogleController.cs","D:\\bitbucket\\src\\Api.Socioboard\\Controllers\\GroupMemberController.cs","D:\\bitbucket\\src\\Api.Socioboard\\Controllers\\GroupProfilesController.cs","D:\\bitbucket\\src\\Api.Socioboard\\Controllers\\GroupReportController.cs","D:\\bitbucket\\src\\Api.Socioboard\\Controllers\\GroupsController.cs","D:\\bitbucket\\src\\Api.Socioboard\\Controllers\\InstagramController.cs","D:\\bitbucket\\src\\Api.Socioboard\\Controllers\\InstagramReportsController.cs","D:\\bitbucket\\src\\Api.Socioboard\\Controllers\\LinkedInController.cs","D:\\bitbucket\\src\\Api.Socioboard\\Controllers\\RssFeedController.cs","D:\\bitbucket\\src\\Api.Socioboard\\Controllers\\ShareathonController.cs","D:\\bitbucket\\src\\Api.Socioboard\\Controllers\\SocialMessagesController.cs","D:\\bitbucket\\src\\Api.Socioboard\\Controllers\\TaskController.cs","D:\\bitbucket\\src\\Api.Socioboard\\Controllers\\TwitterController.cs","D:\\bitbucket\\src\\Api.Socioboard\\Controllers\\TwitterReportsController.cs","D:\\bitbucket\\src\\Api.Socioboard\\Controllers\\UserController.cs","D:\\bitbucket\\src\\Api.Socioboard\\Controllers\\ValuesController.cs","D:\\bitbucket\\src\\Api.Socioboard\\Helper\\AppSettings.cs","D:\\bitbucket\\src\\Api.Socioboard\\Helper\\Cache.cs","D:\\bitbucket\\src\\Api.Socioboard\\Helper\\DiscoverySmart.cs","D:\\bitbucket\\src\\Api.Socioboard\\Helper\\FacebookHelper.cs","D:\\bitbucket\\src\\Api.Socioboard\\Helper\\GoogleAnaltyicsReportingHelper.cs","D:\\bitbucket\\src\\Api.Socioboard\\Helper\\GoogleAnalyticsAuthenticationHelper.cs","D:\\bitbucket\\src\\Api.Socioboard\\Helper\\GoogleAnalyticsRealTimeHelper.cs","D:\\bitbucket\\src\\Api.Socioboard\\Helper\\GoogleHelper.cs","D:\\bitbucket\\src\\Api.Socioboard\\Helper\\GplusDiscoverySearchHelper.cs","D:\\bitbucket\\src\\Api.Socioboard\\Helper\\InstagramHelper.cs","D:\\bitbucket\\src\\Api.Socioboard\\Helper\\LinkedInHelper.cs","D:\\bitbucket\\src\\Api.Socioboard\\Helper\\ScheduleMessageHelper.cs","D:\\bitbucket\\src\\Api.Socioboard\\Helper\\SessionFactory.cs","D:\\bitbucket\\src\\Api.Socioboard\\Helper\\TwitterHelper.cs","D:\\bitbucket\\src\\Api.Socioboard\\Helper\\Utility.cs","D:\\bitbucket\\src\\Api.Socioboard\\Model\\DatabaseRepository.cs","D:\\bitbucket\\src\\Api.Socioboard\\Model\\MongoRepository.cs","D:\\bitbucket\\src\\Api.Socioboard\\Repositories\\AffiliatesRepository.cs","D:\\bitbucket\\src\\Api.Socioboard\\Repositories\\DiscoveryRepository.cs","D:\\bitbucket\\src\\Api.Socioboard\\Repositories\\DraftMessageRepository.cs","D:\\bitbucket\\src\\Api.Socioboard\\Repositories\\EwalletWithdrawRepository.cs","D:\\bitbucket\\src\\Api.Socioboard\\Repositories\\FacaebookPageReportsRepositories.cs","D:\\bitbucket\\src\\Api.Socioboard\\Repositories\\FacebookRepository.cs","D:\\bitbucket\\src\\Api.Socioboard\\Repositories\\GplusRepository.cs","D:\\bitbucket\\src\\Api.Socioboard\\Repositories\\GroupMembersRepository.cs","D:\\bitbucket\\src\\Api.Socioboard\\Repositories\\GroupProfilesRepository.cs","D:\\bitbucket\\src\\Api.Socioboard\\Repositories\\GroupReportRepository.cs","D:\\bitbucket\\src\\Api.Socioboard\\Repositories\\GroupsRepository.cs","D:\\bitbucket\\src\\Api.Socioboard\\Repositories\\InstagramReportsRepository.cs","D:\\bitbucket\\src\\Api.Socioboard\\Repositories\\InstagramRepository.cs","D:\\bitbucket\\src\\Api.Socioboard\\Repositories\\LinkedInAccountRepository.cs","D:\\bitbucket\\src\\Api.Socioboard\\Repositories\\RssFeedRepository.cs","D:\\bitbucket\\src\\Api.Socioboard\\Repositories\\ScheduledMessageRepository.cs","D:\\bitbucket\\src\\Api.Socioboard\\Repositories\\ShareathonRepository.cs","D:\\bitbucket\\src\\Api.Socioboard\\Repositories\\TaskRepository.cs","D:\\bitbucket\\src\\Api.Socioboard\\Repositories\\TwitterReportsRepository.cs","D:\\bitbucket\\src\\Api.Socioboard\\Repositories\\TwitterRepository.cs","D:\\bitbucket\\src\\Api.Socioboard\\Repositories\\BoardMeRepository\\BoardMeRepository.cs","D:\\bitbucket\\src\\Api.Socioboard\\Repositories\\BoardMeRepository\\GplusRepository.cs","D:\\bitbucket\\src\\Api.Socioboard\\Repositories\\BoardMeRepository\\InstagramRepository.cs","D:\\bitbucket\\src\\Api.Socioboard\\Repositories\\BoardMeRepository\\TwitterRepository.cs","D:\\bitbucket\\src\\Domain.Socioboard\\bin\\Release\\net451\\Domain.Socioboard.dll","D:\\bitbucket\\src\\Socioboard.Facebook\\bin\\Release\\net451\\Socioboard.Facebook.dll","D:\\bitbucket\\src\\Socioboard.Google\\bin\\Release\\net451\\Socioboard.Google.dll","D:\\bitbucket\\src\\Socioboard.Instagram\\bin\\Release\\net451\\Socioboard.Instagram.dll","D:\\bitbucket\\src\\Socioboard.LinkedIn\\bin\\Release\\net451\\Socioboard.LinkedIn.dll","D:\\bitbucket\\src\\Socioboard.Twitter\\bin\\Release\\net451\\Socioboard.Twitter.dll"],"outputs":["D:\\bitbucket\\src\\Api.Socioboard\\bin\\Release\\net451\\Api.Socioboard.exe","D:\\bitbucket\\src\\Api.Socioboard\\bin\\Release\\net451\\Api.Socioboard.pdb","D:\\bitbucket\\src\\Api.Socioboard\\bin\\Release\\net451\\win7-x64\\Api.Socioboard.exe","D:\\bitbucket\\src\\Api.Socioboard\\bin\\Release\\net451\\win7-x64\\Api.Socioboard.pdb","D:\\bitbucket\\src\\Api.Socioboard\\bin\\Release\\net451\\win7-x64\\Api.Socioboard.exe.config"],"buildArguments":{"version-suffix":null}} \ No newline at end of file diff --git a/src/Api.Socioboard/obj/Release/net451/.SDKVersion b/src/Api.Socioboard/obj/Release/net451/.SDKVersion deleted file mode 100644 index 8fb21638c..000000000 --- a/src/Api.Socioboard/obj/Release/net451/.SDKVersion +++ /dev/null @@ -1,4 +0,0 @@ -1e9d529bc54ed49f33102199e109526ea9c6b3c4 -1.0.0-preview2-003121 - -win7-x64 \ No newline at end of file diff --git a/src/Api.Socioboard/obj/Release/net451/Api.Socioboarddotnet-compile.deps.json b/src/Api.Socioboard/obj/Release/net451/Api.Socioboarddotnet-compile.deps.json deleted file mode 100644 index ea9c466b0..000000000 --- a/src/Api.Socioboard/obj/Release/net451/Api.Socioboarddotnet-compile.deps.json +++ /dev/null @@ -1,3608 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETFramework,Version=v4.5.1/", - "signature": "368f33de3520202ec3683c58be2da21ab0726ef8" - }, - "compilationOptions": { - "defines": [ - "RELEASE", - "TRACE", - "NET451" - ], - "platform": "x64", - "optimize": true, - "emitEntryPoint": true - }, - "targets": { - ".NETFramework,Version=v4.5.1": { - "Api.Socioboard/1.0.0": { - "dependencies": { - "NHibernate": "4.0.4.4000", - "System.Xml": "4.0.0.0", - "Domain.Socioboard": "1.0.0", - "Microsoft.ApplicationInsights.AspNetCore": "1.0.0", - "Microsoft.AspNetCore.Mvc": "1.0.0", - "Microsoft.AspNetCore.Server.IISIntegration": "1.0.0", - "Microsoft.AspNetCore.Server.Kestrel": "1.0.0", - "Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0", - "Microsoft.Extensions.Configuration.FileExtensions": "1.0.0", - "Microsoft.Extensions.Configuration.Json": "1.0.0", - "Microsoft.Extensions.Logging": "1.0.0", - "Microsoft.Extensions.Logging.Console": "1.0.0", - "Microsoft.Extensions.Logging.Debug": "1.0.0", - "Microsoft.Extensions.Options.ConfigurationExtensions": "1.0.0", - "Socioboard.Facebook": "1.0.0", - "Socioboard.Google": "1.0.0", - "Socioboard.Instagram": "1.0.0", - "Socioboard.LinkedIn": "1.0.0", - "Socioboard.Twitter": "1.0.0", - "Serilog": "2.1.0", - "Serilog.Extensions.Logging": "1.1.0", - "Serilog.Sinks.ColoredConsole": "2.0.0", - "Serilog.Sinks.RollingFile": "2.1.0", - "Microsoft.Extensions.Options": "1.0.0", - "MongoDB.Driver": "2.2.4", - "MySql.Data": "6.9.8", - "MySql.Data.Entity": "6.9.8", - "Newtonsoft.Json": "9.0.1", - "NHibernate.Linq": "1.0.0", - "StackExchange.Redis": "1.1.603", - "Google.Apis.Analytics.v3": "1.14.0.456", - "Microsoft.AspNetCore.Cors": "1.0.0", - "MongoDB.Bson": "2.2.4", - "Microsoft.AspNetCore.Diagnostics": "1.0.0" - }, - "compile": { - "Api.Socioboard.exe": {} - } - }, - "BouncyCastle/1.7.0": { - "compile": { - "lib/Net40-Client/BouncyCastle.Crypto.dll": {} - } - }, - "EntityFramework/6.0.0": { - "dependencies": { - "System.ComponentModel.DataAnnotations": "4.0.0.0" - }, - "compile": { - "lib/net45/EntityFramework.SqlServer.dll": {}, - "lib/net45/EntityFramework.dll": {} - } - }, - "Facebook/7.0.10-beta": { - "compile": { - "lib/net45/Facebook.dll": {} - } - }, - "Google.Apis/1.14.0": { - "dependencies": { - "Google.Apis.Core": "1.14.0", - "Zlib.Portable.Signed": "1.11.0", - "log4net": "2.0.3" - }, - "compile": { - "lib/net45/Google.Apis.PlatformServices.dll": {}, - "lib/net45/Google.Apis.dll": {} - } - }, - "Google.Apis.Analytics.v3/1.14.0.456": { - "dependencies": { - "Google.Apis": "1.14.0", - "Google.Apis.Auth": "1.14.0" - }, - "compile": { - "lib/portable-net45+netcore45+wpa81+wp8/Google.Apis.Analytics.v3.dll": {} - } - }, - "Google.Apis.Auth/1.14.0": { - "dependencies": { - "BouncyCastle": "1.7.0", - "Google.Apis.Core": "1.14.0" - }, - "compile": { - "lib/net45/Google.Apis.Auth.PlatformServices.dll": {}, - "lib/net45/Google.Apis.Auth.dll": {} - } - }, - "Google.Apis.Core/1.14.0": { - "dependencies": { - "Newtonsoft.Json": "9.0.1" - }, - "compile": { - "lib/net45/Google.Apis.Core.dll": {} - } - }, - "Hammock/1.2.3": { - "compile": { - "lib/net40/Hammock.dll": {} - } - }, - "Iesi.Collections/4.0.0.4000": { - "compile": { - "lib/net40/Iesi.Collections.dll": {} - } - }, - "Libuv/1.9.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1" - } - }, - "log4net/2.0.3": { - "compile": { - "lib/net40-full/log4net.dll": {} - } - }, - "Microsoft.ApplicationInsights/2.1.0": { - "compile": { - "lib/net45/Microsoft.ApplicationInsights.dll": {} - } - }, - "Microsoft.ApplicationInsights.Agent.Intercept/1.2.1": { - "compile": { - "lib/net45/Microsoft.AI.Agent.Intercept.dll": {} - } - }, - "Microsoft.ApplicationInsights.AspNetCore/1.0.0": { - "dependencies": { - "Microsoft.ApplicationInsights": "2.1.0", - "Microsoft.ApplicationInsights.DependencyCollector": "2.1.0", - "Microsoft.ApplicationInsights.PerfCounterCollector": "2.1.0", - "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel": "2.1.0", - "Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Http.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Mvc.ViewFeatures": "1.0.0", - "Microsoft.Extensions.Configuration": "1.0.0", - "Microsoft.Extensions.DiagnosticAdapter": "1.0.0", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0" - }, - "compile": { - "lib/net451/Microsoft.ApplicationInsights.AspNetCore.dll": {} - } - }, - "Microsoft.ApplicationInsights.DependencyCollector/2.1.0": { - "dependencies": { - "Microsoft.ApplicationInsights": "2.1.0", - "Microsoft.ApplicationInsights.Agent.Intercept": "1.2.1" - }, - "compile": { - "lib/net45/Microsoft.AI.DependencyCollector.dll": {} - } - }, - "Microsoft.ApplicationInsights.PerfCounterCollector/2.1.0": { - "dependencies": { - "Microsoft.ApplicationInsights": "2.1.0" - }, - "compile": { - "lib/net45/Microsoft.AI.PerfCounterCollector.dll": {} - } - }, - "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel/2.1.0": { - "dependencies": { - "Microsoft.ApplicationInsights": "2.1.0" - }, - "compile": { - "lib/net45/Microsoft.AI.ServerTelemetryChannel.dll": {} - } - }, - "Microsoft.AspNet.WebApi.Client/5.2.3": { - "dependencies": { - "Newtonsoft.Json": "9.0.1", - "System.Net.Http": "4.0.0.0" - }, - "compile": { - "lib/net45/System.Net.Http.Formatting.dll": {} - } - }, - "Microsoft.AspNetCore.Antiforgery/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.DataProtection": "1.0.0", - "Microsoft.AspNetCore.Http.Abstractions": "1.0.0", - "Microsoft.AspNetCore.WebUtilities": "1.0.0", - "Microsoft.Extensions.ObjectPool": "1.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Antiforgery.dll": {} - } - }, - "Microsoft.AspNetCore.Authorization/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Authorization.dll": {} - } - }, - "Microsoft.AspNetCore.Cors/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Extensions": "1.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "1.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Cors.dll": {} - } - }, - "Microsoft.AspNetCore.Cryptography.Internal/1.0.0": { - "compile": { - "lib/net451/Microsoft.AspNetCore.Cryptography.Internal.dll": {} - } - }, - "Microsoft.AspNetCore.DataProtection/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Cryptography.Internal": "1.0.0", - "Microsoft.AspNetCore.DataProtection.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0", - "System.Security": "4.0.0.0", - "System.Xml": "4.0.0.0", - "System.Xml.Linq": "4.0.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.DataProtection.dll": {} - } - }, - "Microsoft.AspNetCore.DataProtection.Abstractions/1.0.0": { - "compile": { - "lib/net451/Microsoft.AspNetCore.DataProtection.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Diagnostics/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Diagnostics.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Http.Extensions": "1.0.0", - "Microsoft.AspNetCore.WebUtilities": "1.0.0", - "Microsoft.Extensions.FileProviders.Physical": "1.0.0", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0", - "System.Diagnostics.DiagnosticSource": "4.0.0", - "System.Reflection.Metadata": "1.3.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Diagnostics.dll": {} - } - }, - "Microsoft.AspNetCore.Diagnostics.Abstractions/1.0.0": { - "dependencies": { - "System.Resources.ResourceManager": "4.0.0.0" - }, - "compile": { - "lib/netstandard1.0/Microsoft.AspNetCore.Diagnostics.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Hosting/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Hosting.Server.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Http": "1.0.0", - "Microsoft.AspNetCore.Http.Extensions": "1.0.0", - "Microsoft.Extensions.Configuration": "1.0.0", - "Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0", - "Microsoft.Extensions.DependencyInjection": "1.0.0", - "Microsoft.Extensions.FileProviders.Physical": "1.0.0", - "Microsoft.Extensions.Logging": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0", - "Microsoft.Extensions.PlatformAbstractions": "1.0.0", - "System.Diagnostics.DiagnosticSource": "4.0.0", - "System.Reflection.Metadata": "1.3.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Hosting.dll": {} - } - }, - "Microsoft.AspNetCore.Hosting.Abstractions/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Hosting.Server.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Http.Abstractions": "1.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "1.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "1.0.0", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Hosting.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Hosting.Server.Abstractions/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Features": "1.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "1.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Html.Abstractions/1.0.0": { - "dependencies": { - "System.Collections": "4.0.0.0", - "System.Resources.ResourceManager": "4.0.0.0", - "System.Text.Encodings.Web": "4.0.0" - }, - "compile": { - "lib/netstandard1.0/Microsoft.AspNetCore.Html.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Http/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Abstractions": "1.0.0", - "Microsoft.AspNetCore.WebUtilities": "1.0.0", - "Microsoft.Extensions.ObjectPool": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0", - "Microsoft.Net.Http.Headers": "1.0.0", - "System.Buffers": "4.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Http.dll": {} - } - }, - "Microsoft.AspNetCore.Http.Abstractions/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Features": "1.0.0", - "System.Text.Encodings.Web": "4.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Http.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Http.Extensions/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Abstractions": "1.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "1.0.0", - "Microsoft.Net.Http.Headers": "1.0.0", - "System.Buffers": "4.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Http.Extensions.dll": {} - } - }, - "Microsoft.AspNetCore.Http.Features/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "1.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Http.Features.dll": {} - } - }, - "Microsoft.AspNetCore.HttpOverrides/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Extensions": "1.0.0", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.HttpOverrides.dll": {} - } - }, - "Microsoft.AspNetCore.JsonPatch/1.0.0": { - "dependencies": { - "Microsoft.CSharp": "4.0.0.0", - "Newtonsoft.Json": "9.0.1", - "System.Collections.Concurrent": "4.0.0.0", - "System.ComponentModel.TypeConverter": "4.1.0", - "System.Diagnostics.Debug": "4.0.0.0", - "System.Globalization": "4.0.0.0", - "System.Linq": "4.0.0.0", - "System.Reflection.Extensions": "4.0.0.0", - "System.Resources.ResourceManager": "4.0.0.0", - "System.Runtime.Extensions": "4.0.0.0", - "System.Runtime.Serialization.Primitives": "4.0.0.0", - "System.Text.Encoding.Extensions": "4.0.0.0" - }, - "compile": { - "lib/netstandard1.1/Microsoft.AspNetCore.JsonPatch.dll": {} - } - }, - "Microsoft.AspNetCore.Localization/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Extensions": "1.0.0", - "Microsoft.Extensions.Globalization.CultureInfoCache": "1.0.0", - "Microsoft.Extensions.Localization.Abstractions": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Localization.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.ApiExplorer": "1.0.0", - "Microsoft.AspNetCore.Mvc.Cors": "1.0.0", - "Microsoft.AspNetCore.Mvc.DataAnnotations": "1.0.0", - "Microsoft.AspNetCore.Mvc.Formatters.Json": "1.0.0", - "Microsoft.AspNetCore.Mvc.Localization": "1.0.0", - "Microsoft.AspNetCore.Mvc.Razor": "1.0.0", - "Microsoft.AspNetCore.Mvc.TagHelpers": "1.0.0", - "Microsoft.AspNetCore.Mvc.ViewFeatures": "1.0.0", - "Microsoft.Extensions.Caching.Memory": "1.0.0", - "Microsoft.Extensions.DependencyInjection": "1.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Mvc.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Abstractions/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Routing.Abstractions": "1.0.0", - "Microsoft.Net.Http.Headers": "1.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Mvc.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.ApiExplorer/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.Core": "1.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Mvc.ApiExplorer.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Core/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Authorization": "1.0.0", - "Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Http": "1.0.0", - "Microsoft.AspNetCore.Mvc.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Routing": "1.0.0", - "Microsoft.Extensions.DependencyModel": "1.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "1.0.0", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "Microsoft.Extensions.PlatformAbstractions": "1.0.0", - "System.Buffers": "4.0.0", - "System.Diagnostics.DiagnosticSource": "4.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Mvc.Core.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Cors/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Cors": "1.0.0", - "Microsoft.AspNetCore.Mvc.Core": "1.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Mvc.Cors.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.DataAnnotations/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.Core": "1.0.0", - "Microsoft.Extensions.Localization": "1.0.0", - "System.ComponentModel.DataAnnotations": "4.0.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Mvc.DataAnnotations.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Formatters.Json/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.JsonPatch": "1.0.0", - "Microsoft.AspNetCore.Mvc.Core": "1.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Mvc.Formatters.Json.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Localization/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Localization": "1.0.0", - "Microsoft.AspNetCore.Mvc.Razor": "1.0.0", - "Microsoft.Extensions.DependencyInjection": "1.0.0", - "Microsoft.Extensions.Localization": "1.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Mvc.Localization.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Razor/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.Razor.Host": "1.0.0", - "Microsoft.AspNetCore.Mvc.ViewFeatures": "1.0.0", - "Microsoft.CodeAnalysis.CSharp": "1.3.0", - "Microsoft.Extensions.FileProviders.Composite": "1.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Mvc.Razor.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Razor.Host/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Razor.Runtime": "1.0.0", - "Microsoft.Extensions.Caching.Memory": "1.0.0", - "Microsoft.Extensions.FileProviders.Physical": "1.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Mvc.Razor.Host.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.TagHelpers/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.Razor": "1.0.0", - "Microsoft.Extensions.Caching.Memory": "1.0.0", - "Microsoft.Extensions.FileSystemGlobbing": "1.0.0", - "Microsoft.Extensions.Primitives": "1.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Mvc.TagHelpers.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.ViewFeatures/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Antiforgery": "1.0.0", - "Microsoft.AspNetCore.Diagnostics.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Html.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Mvc.Core": "1.0.0", - "Microsoft.AspNetCore.Mvc.DataAnnotations": "1.0.0", - "Microsoft.AspNetCore.Mvc.Formatters.Json": "1.0.0", - "Microsoft.Extensions.WebEncoders": "1.0.0", - "Newtonsoft.Json": "9.0.1", - "System.Buffers": "4.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Mvc.ViewFeatures.dll": {} - } - }, - "Microsoft.AspNetCore.Razor/1.0.0": { - "compile": { - "lib/net451/Microsoft.AspNetCore.Razor.dll": {} - } - }, - "Microsoft.AspNetCore.Razor.Runtime/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Html.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Razor": "1.0.0", - "System.Xml": "4.0.0.0", - "System.Xml.Linq": "4.0.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Razor.Runtime.dll": {} - } - }, - "Microsoft.AspNetCore.Routing/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Extensions": "1.0.0", - "Microsoft.AspNetCore.Routing.Abstractions": "1.0.0", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "Microsoft.Extensions.ObjectPool": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Routing.dll": {} - } - }, - "Microsoft.AspNetCore.Routing.Abstractions/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Abstractions": "1.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Routing.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Server.IISIntegration/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Http": "1.0.0", - "Microsoft.AspNetCore.Http.Extensions": "1.0.0", - "Microsoft.AspNetCore.HttpOverrides": "1.0.0", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Server.IISIntegration.dll": {} - } - }, - "Microsoft.AspNetCore.Server.Kestrel/1.0.0": { - "dependencies": { - "Libuv": "1.9.0", - "Microsoft.AspNetCore.Hosting": "1.0.0", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "System.Buffers": "4.0.0", - "System.Numerics.Vectors": "4.1.1", - "System.Runtime.InteropServices.RuntimeInformation": "4.0.0", - "System.Threading.Tasks.Extensions": "4.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Server.Kestrel.dll": {} - } - }, - "Microsoft.AspNetCore.WebUtilities/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "1.0.0", - "System.Buffers": "4.0.0", - "System.Text.Encodings.Web": "4.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.WebUtilities.dll": {} - } - }, - "Microsoft.CodeAnalysis.Analyzers/1.1.0": { - "dependencies": { - "System": "4.0.0.0" - } - }, - "Microsoft.CodeAnalysis.Common/1.3.0": { - "dependencies": { - "Microsoft.CodeAnalysis.Analyzers": "1.1.0", - "System.Collections.Immutable": "1.2.0", - "System.Reflection.Metadata": "1.3.0" - }, - "compile": { - "lib/net45/Microsoft.CodeAnalysis.dll": {} - } - }, - "Microsoft.CodeAnalysis.CSharp/1.3.0": { - "dependencies": { - "Microsoft.CodeAnalysis.Common": "1.3.0" - }, - "compile": { - "lib/net45/Microsoft.CodeAnalysis.CSharp.dll": {} - } - }, - "Microsoft.CSharp/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/Microsoft.CSharp.dll": {} - } - }, - "Microsoft.DotNet.InternalAbstractions/1.0.0": { - "compile": { - "lib/net451/Microsoft.DotNet.InternalAbstractions.dll": {} - } - }, - "Microsoft.Extensions.Caching.Abstractions/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "1.0.0", - "System.Collections": "4.0.0.0", - "System.Threading": "4.0.0.0", - "System.Threading.Tasks": "4.0.0.0" - }, - "compile": { - "lib/netstandard1.0/Microsoft.Extensions.Caching.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.Caching.Memory/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Caching.Abstractions": "1.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0" - }, - "compile": { - "lib/net451/Microsoft.Extensions.Caching.Memory.dll": {} - } - }, - "Microsoft.Extensions.Configuration/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "1.0.0", - "System.Collections": "4.0.0.0", - "System.Diagnostics.Debug": "4.0.0.0", - "System.IO": "4.0.0.0", - "System.Resources.ResourceManager": "4.0.0.0", - "System.Runtime.Extensions": "4.0.0.0", - "System.Runtime.InteropServices": "4.0.10.0", - "System.Threading": "4.0.0.0" - }, - "compile": { - "lib/netstandard1.1/Microsoft.Extensions.Configuration.dll": {} - } - }, - "Microsoft.Extensions.Configuration.Abstractions/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "1.0.0", - "System.Linq": "4.0.0.0" - }, - "compile": { - "lib/netstandard1.0/Microsoft.Extensions.Configuration.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.Configuration.Binder/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "1.0.0", - "System.ComponentModel.TypeConverter": "4.1.0" - }, - "compile": { - "lib/netstandard1.1/Microsoft.Extensions.Configuration.Binder.dll": {} - } - }, - "Microsoft.Extensions.Configuration.EnvironmentVariables/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "1.0.0" - }, - "compile": { - "lib/net451/Microsoft.Extensions.Configuration.EnvironmentVariables.dll": {} - } - }, - "Microsoft.Extensions.Configuration.FileExtensions/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "1.0.0", - "Microsoft.Extensions.FileProviders.Physical": "1.0.0" - }, - "compile": { - "lib/net451/Microsoft.Extensions.Configuration.FileExtensions.dll": {} - } - }, - "Microsoft.Extensions.Configuration.Json/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "1.0.0", - "Microsoft.Extensions.Configuration.FileExtensions": "1.0.0", - "Newtonsoft.Json": "9.0.1" - }, - "compile": { - "lib/net451/Microsoft.Extensions.Configuration.Json.dll": {} - } - }, - "Microsoft.Extensions.DependencyInjection/1.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0", - "System.Collections": "4.0.0.0", - "System.Collections.Concurrent": "4.0.0.0", - "System.Runtime.Extensions": "4.0.0.0", - "System.Threading": "4.0.0.0", - "System.Threading.Tasks": "4.0.0.0" - }, - "compile": { - "lib/netstandard1.1/Microsoft.Extensions.DependencyInjection.dll": {} - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0": { - "dependencies": { - "System.ComponentModel": "4.0.0.0", - "System.Diagnostics.Debug": "4.0.0.0", - "System.Globalization": "4.0.0.0", - "System.Linq": "4.0.0.0", - "System.Linq.Expressions": "4.0.0.0", - "System.Reflection": "4.0.0.0", - "System.Resources.ResourceManager": "4.0.0.0" - }, - "compile": { - "lib/netstandard1.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.DependencyModel/1.0.0": { - "dependencies": { - "Microsoft.DotNet.InternalAbstractions": "1.0.0", - "Newtonsoft.Json": "9.0.1" - }, - "compile": { - "lib/net451/Microsoft.Extensions.DependencyModel.dll": {} - } - }, - "Microsoft.Extensions.DiagnosticAdapter/1.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0", - "System.Collections.Concurrent": "4.0.0.0", - "System.ComponentModel": "4.0.0.0", - "System.Diagnostics.DiagnosticSource": "4.0.0", - "System.Reflection.Emit": "4.0.0.0", - "System.Reflection.Emit.Lightweight": "4.0.0.0", - "System.Reflection.Extensions": "4.0.0.0", - "System.Runtime.Extensions": "4.0.0.0" - }, - "compile": { - "lib/netstandard1.1/Microsoft.Extensions.DiagnosticAdapter.dll": {} - } - }, - "Microsoft.Extensions.FileProviders.Abstractions/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "1.0.0", - "System.IO": "4.0.0.0", - "System.Resources.ResourceManager": "4.0.0.0" - }, - "compile": { - "lib/netstandard1.0/Microsoft.Extensions.FileProviders.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.FileProviders.Composite/1.0.0": { - "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "1.0.0" - }, - "compile": { - "lib/netstandard1.0/Microsoft.Extensions.FileProviders.Composite.dll": {} - } - }, - "Microsoft.Extensions.FileProviders.Physical/1.0.0": { - "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "1.0.0", - "Microsoft.Extensions.FileSystemGlobbing": "1.0.0" - }, - "compile": { - "lib/net451/Microsoft.Extensions.FileProviders.Physical.dll": {} - } - }, - "Microsoft.Extensions.FileSystemGlobbing/1.0.0": { - "compile": { - "lib/net451/Microsoft.Extensions.FileSystemGlobbing.dll": {} - } - }, - "Microsoft.Extensions.Globalization.CultureInfoCache/1.0.0": { - "dependencies": { - "System.Collections.Concurrent": "4.0.0.0", - "System.Linq": "4.0.0.0", - "System.Resources.ResourceManager": "4.0.0.0" - }, - "compile": { - "lib/netstandard1.1/Microsoft.Extensions.Globalization.CultureInfoCache.dll": {} - } - }, - "Microsoft.Extensions.Localization/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0", - "Microsoft.Extensions.Localization.Abstractions": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0" - }, - "compile": { - "lib/net451/Microsoft.Extensions.Localization.dll": {} - } - }, - "Microsoft.Extensions.Localization.Abstractions/1.0.0": { - "dependencies": { - "Microsoft.CSharp": "4.0.0.0", - "System.Globalization": "4.0.0.0", - "System.Resources.ResourceManager": "4.0.0.0" - }, - "compile": { - "lib/netstandard1.0/Microsoft.Extensions.Localization.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.Logging/1.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "System.Threading": "4.0.0.0" - }, - "compile": { - "lib/netstandard1.1/Microsoft.Extensions.Logging.dll": {} - } - }, - "Microsoft.Extensions.Logging.Abstractions/1.0.0": { - "dependencies": { - "System.Collections": "4.0.0.0", - "System.Collections.Concurrent": "4.0.0.0", - "System.Diagnostics.Debug": "4.0.0.0", - "System.Globalization": "4.0.0.0", - "System.Linq": "4.0.0.0", - "System.Reflection": "4.0.0.0", - "System.Resources.ResourceManager": "4.0.0.0", - "System.Runtime.Extensions": "4.0.0.0", - "System.Runtime.InteropServices": "4.0.10.0" - }, - "compile": { - "lib/netstandard1.1/Microsoft.Extensions.Logging.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.Logging.Console/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "1.0.0", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.0.0" - }, - "compile": { - "lib/net451/Microsoft.Extensions.Logging.Console.dll": {} - } - }, - "Microsoft.Extensions.Logging.Debug/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Logging.Abstractions": "1.0.0" - }, - "compile": { - "lib/net451/Microsoft.Extensions.Logging.Debug.dll": {} - } - }, - "Microsoft.Extensions.ObjectPool/1.0.0": { - "compile": { - "lib/net451/Microsoft.Extensions.ObjectPool.dll": {} - } - }, - "Microsoft.Extensions.Options/1.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0", - "Microsoft.Extensions.Primitives": "1.0.0", - "System.ComponentModel": "4.0.0.0", - "System.Diagnostics.Debug": "4.0.0.0", - "System.Globalization": "4.0.0.0", - "System.Linq": "4.0.0.0", - "System.Linq.Expressions": "4.0.0.0", - "System.Reflection": "4.0.0.0", - "System.Resources.ResourceManager": "4.0.0.0", - "System.Runtime.Extensions": "4.0.0.0", - "System.Threading": "4.0.0.0" - }, - "compile": { - "lib/netstandard1.0/Microsoft.Extensions.Options.dll": {} - } - }, - "Microsoft.Extensions.Options.ConfigurationExtensions/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "1.0.0", - "Microsoft.Extensions.Configuration.Binder": "1.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0" - }, - "compile": { - "lib/netstandard1.1/Microsoft.Extensions.Options.ConfigurationExtensions.dll": {} - } - }, - "Microsoft.Extensions.PlatformAbstractions/1.0.0": { - "compile": { - "lib/net451/Microsoft.Extensions.PlatformAbstractions.dll": {} - } - }, - "Microsoft.Extensions.Primitives/1.0.0": { - "dependencies": { - "System.Resources.ResourceManager": "4.0.0.0", - "System.Runtime": "4.0.10.0" - }, - "compile": { - "lib/netstandard1.0/Microsoft.Extensions.Primitives.dll": {} - } - }, - "Microsoft.Extensions.WebEncoders/1.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0", - "System.Text.Encodings.Web": "4.0.0" - }, - "compile": { - "lib/netstandard1.0/Microsoft.Extensions.WebEncoders.dll": {} - } - }, - "Microsoft.Net.Http.Headers/1.0.0": { - "dependencies": { - "System.Buffers": "4.0.0", - "System.Collections": "4.0.0.0", - "System.Diagnostics.Contracts": "4.0.0.0", - "System.Globalization": "4.0.0.0", - "System.Linq": "4.0.0.0", - "System.Resources.ResourceManager": "4.0.0.0", - "System.Runtime.Extensions": "4.0.0.0", - "System.Text.Encoding": "4.0.0.0" - }, - "compile": { - "lib/netstandard1.1/Microsoft.Net.Http.Headers.dll": {} - } - }, - "Microsoft.NETCore.Platforms/1.0.1": {}, - "MongoDB.Bson/2.2.4": { - "compile": { - "lib/net45/MongoDB.Bson.dll": {} - } - }, - "MongoDB.Driver/2.2.4": { - "dependencies": { - "MongoDB.Bson": "2.2.4", - "MongoDB.Driver.Core": "2.2.4" - }, - "compile": { - "lib/net45/MongoDB.Driver.dll": {} - } - }, - "MongoDB.Driver.Core/2.2.4": { - "dependencies": { - "MongoDB.Bson": "2.2.4" - }, - "compile": { - "lib/net45/MongoDB.Driver.Core.dll": {} - } - }, - "MySql.Data/6.9.8": { - "compile": { - "lib/net45/MySql.Data.dll": {} - } - }, - "MySql.Data.Entity/6.9.8": { - "dependencies": { - "EntityFramework": "6.0.0", - "MySql.Data": "6.9.8" - }, - "compile": { - "lib/net45/MySql.Data.Entity.EF6.dll": {} - } - }, - "NETStandard.Library/1.6.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "System.Collections": "4.0.0.0", - "System.Collections.Concurrent": "4.0.0.0", - "System.Diagnostics.Debug": "4.0.0.0", - "System.Diagnostics.Tools": "4.0.0.0", - "System.Diagnostics.Tracing": "4.0.10.0", - "System.Globalization": "4.0.0.0", - "System.IO": "4.0.0.0", - "System.IO.Compression": "4.0.0.0", - "System.Linq": "4.0.0.0", - "System.Linq.Expressions": "4.0.0.0", - "System.Net.Http": "4.0.0.0", - "System.Net.Primitives": "4.0.0.0", - "System.ObjectModel": "4.0.0.0", - "System.Reflection": "4.0.0.0", - "System.Reflection.Extensions": "4.0.0.0", - "System.Reflection.Primitives": "4.0.0.0", - "System.Resources.ResourceManager": "4.0.0.0", - "System.Runtime": "4.0.10.0", - "System.Runtime.Extensions": "4.0.0.0", - "System.Runtime.InteropServices": "4.0.10.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.0.0", - "System.Runtime.Numerics": "4.0.0.0", - "System.Text.Encoding": "4.0.0.0", - "System.Text.Encoding.Extensions": "4.0.0.0", - "System.Text.RegularExpressions": "4.0.0.0", - "System.Threading": "4.0.0.0", - "System.Threading.Tasks": "4.0.0.0", - "System.Threading.Timer": "4.0.0.0", - "System.Xml.ReaderWriter": "4.0.0.0", - "System.Xml.XDocument": "4.0.0.0" - } - }, - "Newtonsoft.Json/9.0.1": { - "compile": { - "lib/net45/Newtonsoft.Json.dll": {} - } - }, - "NHibernate/4.0.4.4000": { - "dependencies": { - "Iesi.Collections": "4.0.0.4000" - }, - "compile": { - "lib/net40/NHibernate.dll": {} - } - }, - "NHibernate.Linq/1.0.0": { - "dependencies": { - "NHibernate": "4.0.4.4000" - }, - "compile": { - "lib/NHibernate.Linq.dll": {} - } - }, - "OAuth/1.0.3": { - "compile": { - "lib/net40/OAuth.dll": {} - } - }, - "Serilog/2.1.0": { - "compile": { - "lib/net45/Serilog.dll": {} - } - }, - "Serilog.Extensions.Logging/1.1.0": { - "dependencies": { - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "Serilog": "2.1.0", - "System.Runtime": "4.0.10.0" - }, - "compile": { - "lib/net45/Serilog.Extensions.Logging.dll": {} - } - }, - "Serilog.Sinks.ColoredConsole/2.0.0": { - "dependencies": { - "Serilog": "2.1.0" - }, - "compile": { - "lib/net45/Serilog.Sinks.ColoredConsole.dll": {} - } - }, - "Serilog.Sinks.File/2.0.0": { - "dependencies": { - "Serilog": "2.1.0" - }, - "compile": { - "lib/net45/Serilog.Sinks.File.dll": {} - } - }, - "Serilog.Sinks.RollingFile/2.1.0": { - "dependencies": { - "Serilog": "2.1.0", - "Serilog.Sinks.File": "2.0.0" - }, - "compile": { - "lib/net45/Serilog.Sinks.RollingFile.dll": {} - } - }, - "StackExchange.Redis/1.1.603": { - "compile": { - "lib/net45/StackExchange.Redis.dll": {} - } - }, - "System.Buffers/4.0.0": { - "compile": { - "lib/netstandard1.1/System.Buffers.dll": {} - } - }, - "System.Collections/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/Facades/System.Collections.dll": {} - } - }, - "System.Collections.Concurrent/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/Facades/System.Collections.Concurrent.dll": {} - } - }, - "System.Collections.Immutable/1.2.0": { - "compile": { - "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll": {} - } - }, - "System.ComponentModel/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/Facades/System.ComponentModel.dll": {} - } - }, - "System.ComponentModel.Primitives/4.1.0": { - "dependencies": { - "System": "4.0.0.0", - "mscorlib": "4.0.0.0" - }, - "compile": { - "ref/net45/System.ComponentModel.Primitives.dll": {} - } - }, - "System.ComponentModel.TypeConverter/4.1.0": { - "dependencies": { - "System.ComponentModel.Primitives": "4.1.0", - "System": "4.0.0.0", - "mscorlib": "4.0.0.0" - }, - "compile": { - "ref/net45/System.ComponentModel.TypeConverter.dll": {} - } - }, - "System.Diagnostics.Contracts/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/Facades/System.Diagnostics.Contracts.dll": {} - } - }, - "System.Diagnostics.Debug/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/Facades/System.Diagnostics.Debug.dll": {} - } - }, - "System.Diagnostics.DiagnosticSource/4.0.0": { - "compile": { - "lib/portable-net45+win8+wpa81/System.Diagnostics.DiagnosticSource.dll": {} - } - }, - "System.Diagnostics.Tools/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/Facades/System.Diagnostics.Tools.dll": {} - } - }, - "System.Diagnostics.Tracing/4.0.10.0": { - "compile": { - ".NETFramework/v4.5.1/Facades/System.Diagnostics.Tracing.dll": {} - } - }, - "System.Globalization/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/Facades/System.Globalization.dll": {} - } - }, - "System.IO/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/Facades/System.IO.dll": {} - } - }, - "System.IO.Compression/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/System.IO.Compression.dll": {} - } - }, - "System.Linq/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/Facades/System.Linq.dll": {} - } - }, - "System.Linq.Expressions/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/Facades/System.Linq.Expressions.dll": {} - } - }, - "System.Net.Http/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/System.Net.Http.dll": {} - } - }, - "System.Net.Primitives/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/Facades/System.Net.Primitives.dll": {} - } - }, - "System.Numerics.Vectors/4.1.1": { - "compile": { - "ref/netstandard1.0/System.Numerics.Vectors.dll": {} - } - }, - "System.ObjectModel/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/Facades/System.ObjectModel.dll": {} - } - }, - "System.Reflection/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/Facades/System.Reflection.dll": {} - } - }, - "System.Reflection.Emit/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/Facades/System.Reflection.Emit.dll": {} - } - }, - "System.Reflection.Emit.Lightweight/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/Facades/System.Reflection.Emit.Lightweight.dll": {} - } - }, - "System.Reflection.Extensions/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/Facades/System.Reflection.Extensions.dll": {} - } - }, - "System.Reflection.Metadata/1.3.0": { - "dependencies": { - "System.Collections.Immutable": "1.2.0" - }, - "compile": { - "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} - } - }, - "System.Reflection.Primitives/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/Facades/System.Reflection.Primitives.dll": {} - } - }, - "System.Resources.ResourceManager/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/Facades/System.Resources.ResourceManager.dll": {} - } - }, - "System.Runtime/4.0.10.0": { - "compile": { - ".NETFramework/v4.5.1/Facades/System.Runtime.dll": {} - } - }, - "System.Runtime.Extensions/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/Facades/System.Runtime.Extensions.dll": {} - } - }, - "System.Runtime.InteropServices/4.0.10.0": { - "compile": { - ".NETFramework/v4.5.1/Facades/System.Runtime.InteropServices.dll": {} - } - }, - "System.Runtime.InteropServices.RuntimeInformation/4.0.0": { - "compile": { - "ref/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll": {} - } - }, - "System.Runtime.Numerics/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/Facades/System.Runtime.Numerics.dll": {} - } - }, - "System.Runtime.Serialization.Primitives/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/Facades/System.Runtime.Serialization.Primitives.dll": {} - } - }, - "System.Text.Encoding/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/Facades/System.Text.Encoding.dll": {} - } - }, - "System.Text.Encoding.Extensions/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/Facades/System.Text.Encoding.Extensions.dll": {} - } - }, - "System.Text.Encodings.Web/4.0.0": { - "compile": { - "lib/netstandard1.0/System.Text.Encodings.Web.dll": {} - } - }, - "System.Text.RegularExpressions/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/Facades/System.Text.RegularExpressions.dll": {} - } - }, - "System.Threading/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/Facades/System.Threading.dll": {} - } - }, - "System.Threading.Tasks/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/Facades/System.Threading.Tasks.dll": {} - } - }, - "System.Threading.Tasks.Extensions/4.0.0": { - "compile": { - "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.dll": {} - } - }, - "System.Threading.Timer/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/Facades/System.Threading.Timer.dll": {} - } - }, - "System.Xml.ReaderWriter/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/Facades/System.Xml.ReaderWriter.dll": {} - } - }, - "System.Xml.XDocument/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/Facades/System.Xml.XDocument.dll": {} - } - }, - "Zlib.Portable.Signed/1.11.0": { - "compile": { - "lib/portable-net4+sl5+wp8+win8+wpa81+MonoTouch+MonoAndroid/Zlib.Portable.dll": {} - } - }, - "Domain.Socioboard/1.0.0": { - "dependencies": { - "System.ComponentModel.DataAnnotations": "4.0.0.0", - "System.Net": "4.0.0.0", - "System.Security": "4.0.0.0", - "MongoDB.Bson": "2.2.4", - "NETStandard.Library": "1.6.0", - "Newtonsoft.Json": "9.0.1" - }, - "compile": { - "Domain.Socioboard.dll": {} - } - }, - "Socioboard.Facebook/1.0.0": { - "dependencies": { - "Facebook": "7.0.10-beta", - "Newtonsoft.Json": "9.0.1", - "Domain.Socioboard": "1.0.0", - "NETStandard.Library": "1.6.0" - }, - "compile": { - "Socioboard.Facebook.dll": {} - } - }, - "Socioboard.Google/1.0.0": { - "dependencies": { - "Microsoft.AspNet.WebApi.Client": "5.2.3", - "System.Data": "4.0.0.0", - "System.Xml": "4.0.0.0", - "System.Xml.Linq": "4.0.0.0", - "NETStandard.Library": "1.6.0" - }, - "compile": { - "Socioboard.Google.dll": {} - } - }, - "Socioboard.Instagram/1.0.0": { - "dependencies": { - "System.Xml": "4.0.0.0", - "System.Xml.Linq": "4.0.0.0", - "NETStandard.Library": "1.6.0", - "Newtonsoft.Json": "9.0.1", - "Hammock": "1.2.3", - "OAuth": "1.0.3" - }, - "compile": { - "Socioboard.Instagram.dll": {} - } - }, - "Socioboard.LinkedIn/1.0.0": { - "dependencies": { - "System.Web.Extensions": "4.0.0.0", - "System.Xml": "4.0.0.0", - "System.Xml.Linq": "4.0.0.0", - "NETStandard.Library": "1.6.0", - "Newtonsoft.Json": "9.0.1", - "Hammock": "1.2.3", - "OAuth": "1.0.3" - }, - "compile": { - "Socioboard.LinkedIn.dll": {} - } - }, - "Socioboard.Twitter/1.0.0": { - "dependencies": { - "System.Xml": "4.0.0.0", - "System.Xml.Linq": "4.0.0.0", - "NETStandard.Library": "1.6.0", - "Newtonsoft.Json": "9.0.1", - "Hammock": "1.2.3", - "OAuth": "1.0.3" - }, - "compile": { - "Socioboard.Twitter.dll": {} - } - }, - "System.Xml/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/System.Xml.dll": {} - } - }, - "mscorlib/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/mscorlib.dll": {} - } - }, - "System/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/System.dll": {} - } - }, - "System.Core/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/System.Core.dll": {} - } - }, - "System.ComponentModel.DataAnnotations/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/System.ComponentModel.DataAnnotations.dll": {} - } - }, - "System.Security/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/System.Security.dll": {} - } - }, - "System.Xml.Linq/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/System.Xml.Linq.dll": {} - } - }, - "System.Net/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/System.Net.dll": {} - } - }, - "System.Data/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/System.Data.dll": {} - } - }, - "System.Web.Extensions/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/System.Web.Extensions.dll": {} - } - } - }, - ".NETFramework,Version=v4.5.1/": { - "Api.Socioboard/1.0.0": { - "dependencies": { - "NHibernate": "4.0.4.4000", - "System.Xml": "4.0.0.0", - "Domain.Socioboard": "1.0.0", - "Microsoft.ApplicationInsights.AspNetCore": "1.0.0", - "Microsoft.AspNetCore.Mvc": "1.0.0", - "Microsoft.AspNetCore.Server.IISIntegration": "1.0.0", - "Microsoft.AspNetCore.Server.Kestrel": "1.0.0", - "Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0", - "Microsoft.Extensions.Configuration.FileExtensions": "1.0.0", - "Microsoft.Extensions.Configuration.Json": "1.0.0", - "Microsoft.Extensions.Logging": "1.0.0", - "Microsoft.Extensions.Logging.Console": "1.0.0", - "Microsoft.Extensions.Logging.Debug": "1.0.0", - "Microsoft.Extensions.Options.ConfigurationExtensions": "1.0.0", - "Socioboard.Facebook": "1.0.0", - "Socioboard.Google": "1.0.0", - "Socioboard.Instagram": "1.0.0", - "Socioboard.LinkedIn": "1.0.0", - "Socioboard.Twitter": "1.0.0", - "Serilog": "2.1.0", - "Serilog.Extensions.Logging": "1.1.0", - "Serilog.Sinks.ColoredConsole": "2.0.0", - "Serilog.Sinks.RollingFile": "2.1.0", - "Microsoft.Extensions.Options": "1.0.0", - "MongoDB.Driver": "2.2.4", - "MySql.Data": "6.9.8", - "MySql.Data.Entity": "6.9.8", - "Newtonsoft.Json": "9.0.1", - "NHibernate.Linq": "1.0.0", - "StackExchange.Redis": "1.1.603", - "Google.Apis.Analytics.v3": "1.14.0.456", - "Microsoft.AspNetCore.Cors": "1.0.0", - "MongoDB.Bson": "2.2.4", - "Microsoft.AspNetCore.Diagnostics": "1.0.0" - }, - "runtime": { - "Api.Socioboard.exe": {} - } - }, - "BouncyCastle/1.7.0": { - "runtime": { - "lib/Net40-Client/BouncyCastle.Crypto.dll": {} - } - }, - "EntityFramework/6.0.0": { - "dependencies": { - "System.ComponentModel.DataAnnotations": "4.0.0.0" - }, - "runtime": { - "lib/net45/EntityFramework.SqlServer.dll": {}, - "lib/net45/EntityFramework.dll": {} - } - }, - "Facebook/7.0.10-beta": { - "runtime": { - "lib/net45/Facebook.dll": {} - } - }, - "Google.Apis/1.14.0": { - "dependencies": { - "Google.Apis.Core": "1.14.0", - "Zlib.Portable.Signed": "1.11.0", - "log4net": "2.0.3" - }, - "runtime": { - "lib/net45/Google.Apis.PlatformServices.dll": {}, - "lib/net45/Google.Apis.dll": {} - } - }, - "Google.Apis.Analytics.v3/1.14.0.456": { - "dependencies": { - "Google.Apis": "1.14.0", - "Google.Apis.Auth": "1.14.0" - }, - "runtime": { - "lib/portable-net45+netcore45+wpa81+wp8/Google.Apis.Analytics.v3.dll": {} - } - }, - "Google.Apis.Auth/1.14.0": { - "dependencies": { - "BouncyCastle": "1.7.0", - "Google.Apis.Core": "1.14.0" - }, - "runtime": { - "lib/net45/Google.Apis.Auth.PlatformServices.dll": {}, - "lib/net45/Google.Apis.Auth.dll": {} - } - }, - "Google.Apis.Core/1.14.0": { - "dependencies": { - "Newtonsoft.Json": "9.0.1" - }, - "runtime": { - "lib/net45/Google.Apis.Core.dll": {} - } - }, - "Hammock/1.2.3": { - "runtime": { - "lib/net40/Hammock.dll": {} - } - }, - "Iesi.Collections/4.0.0.4000": { - "runtime": { - "lib/net40/Iesi.Collections.dll": {} - } - }, - "Libuv/1.9.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1" - } - }, - "log4net/2.0.3": { - "runtime": { - "lib/net40-full/log4net.dll": {} - } - }, - "Microsoft.ApplicationInsights/2.1.0": { - "runtime": { - "lib/net45/Microsoft.ApplicationInsights.dll": {} - } - }, - "Microsoft.ApplicationInsights.Agent.Intercept/1.2.1": { - "runtime": { - "lib/net45/Microsoft.AI.Agent.Intercept.dll": {} - } - }, - "Microsoft.ApplicationInsights.AspNetCore/1.0.0": { - "dependencies": { - "Microsoft.ApplicationInsights": "2.1.0", - "Microsoft.ApplicationInsights.DependencyCollector": "2.1.0", - "Microsoft.ApplicationInsights.PerfCounterCollector": "2.1.0", - "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel": "2.1.0", - "Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Http.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Mvc.ViewFeatures": "1.0.0", - "Microsoft.Extensions.Configuration": "1.0.0", - "Microsoft.Extensions.DiagnosticAdapter": "1.0.0", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0" - }, - "runtime": { - "lib/net451/Microsoft.ApplicationInsights.AspNetCore.dll": {} - } - }, - "Microsoft.ApplicationInsights.DependencyCollector/2.1.0": { - "dependencies": { - "Microsoft.ApplicationInsights": "2.1.0", - "Microsoft.ApplicationInsights.Agent.Intercept": "1.2.1" - }, - "runtime": { - "lib/net45/Microsoft.AI.DependencyCollector.dll": {} - } - }, - "Microsoft.ApplicationInsights.PerfCounterCollector/2.1.0": { - "dependencies": { - "Microsoft.ApplicationInsights": "2.1.0" - }, - "runtime": { - "lib/net45/Microsoft.AI.PerfCounterCollector.dll": {} - } - }, - "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel/2.1.0": { - "dependencies": { - "Microsoft.ApplicationInsights": "2.1.0" - }, - "runtime": { - "lib/net45/Microsoft.AI.ServerTelemetryChannel.dll": {} - } - }, - "Microsoft.AspNet.WebApi.Client/5.2.3": { - "dependencies": { - "Newtonsoft.Json": "9.0.1", - "System.Net.Http": "4.0.0.0" - }, - "runtime": { - "lib/net45/System.Net.Http.Formatting.dll": {} - } - }, - "Microsoft.AspNetCore.Antiforgery/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.DataProtection": "1.0.0", - "Microsoft.AspNetCore.Http.Abstractions": "1.0.0", - "Microsoft.AspNetCore.WebUtilities": "1.0.0", - "Microsoft.Extensions.ObjectPool": "1.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Antiforgery.dll": {} - } - }, - "Microsoft.AspNetCore.Authorization/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Authorization.dll": {} - } - }, - "Microsoft.AspNetCore.Cors/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Extensions": "1.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "1.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Cors.dll": {} - } - }, - "Microsoft.AspNetCore.Cryptography.Internal/1.0.0": { - "runtime": { - "lib/net451/Microsoft.AspNetCore.Cryptography.Internal.dll": {} - } - }, - "Microsoft.AspNetCore.DataProtection/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Cryptography.Internal": "1.0.0", - "Microsoft.AspNetCore.DataProtection.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0", - "System.Security": "4.0.0.0", - "System.Xml": "4.0.0.0", - "System.Xml.Linq": "4.0.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.DataProtection.dll": {} - } - }, - "Microsoft.AspNetCore.DataProtection.Abstractions/1.0.0": { - "runtime": { - "lib/net451/Microsoft.AspNetCore.DataProtection.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Diagnostics/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Diagnostics.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Http.Extensions": "1.0.0", - "Microsoft.AspNetCore.WebUtilities": "1.0.0", - "Microsoft.Extensions.FileProviders.Physical": "1.0.0", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0", - "System.Diagnostics.DiagnosticSource": "4.0.0", - "System.Reflection.Metadata": "1.3.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Diagnostics.dll": {} - } - }, - "Microsoft.AspNetCore.Diagnostics.Abstractions/1.0.0": { - "dependencies": { - "System.Resources.ResourceManager": "4.0.0.0" - }, - "runtime": { - "lib/netstandard1.0/Microsoft.AspNetCore.Diagnostics.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Hosting/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Hosting.Server.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Http": "1.0.0", - "Microsoft.AspNetCore.Http.Extensions": "1.0.0", - "Microsoft.Extensions.Configuration": "1.0.0", - "Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0", - "Microsoft.Extensions.DependencyInjection": "1.0.0", - "Microsoft.Extensions.FileProviders.Physical": "1.0.0", - "Microsoft.Extensions.Logging": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0", - "Microsoft.Extensions.PlatformAbstractions": "1.0.0", - "System.Diagnostics.DiagnosticSource": "4.0.0", - "System.Reflection.Metadata": "1.3.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Hosting.dll": {} - } - }, - "Microsoft.AspNetCore.Hosting.Abstractions/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Hosting.Server.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Http.Abstractions": "1.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "1.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "1.0.0", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Hosting.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Hosting.Server.Abstractions/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Features": "1.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "1.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Html.Abstractions/1.0.0": { - "dependencies": { - "System.Collections": "4.0.0.0", - "System.Resources.ResourceManager": "4.0.0.0", - "System.Text.Encodings.Web": "4.0.0" - }, - "runtime": { - "lib/netstandard1.0/Microsoft.AspNetCore.Html.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Http/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Abstractions": "1.0.0", - "Microsoft.AspNetCore.WebUtilities": "1.0.0", - "Microsoft.Extensions.ObjectPool": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0", - "Microsoft.Net.Http.Headers": "1.0.0", - "System.Buffers": "4.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Http.dll": {} - } - }, - "Microsoft.AspNetCore.Http.Abstractions/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Features": "1.0.0", - "System.Text.Encodings.Web": "4.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Http.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Http.Extensions/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Abstractions": "1.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "1.0.0", - "Microsoft.Net.Http.Headers": "1.0.0", - "System.Buffers": "4.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Http.Extensions.dll": {} - } - }, - "Microsoft.AspNetCore.Http.Features/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "1.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Http.Features.dll": {} - } - }, - "Microsoft.AspNetCore.HttpOverrides/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Extensions": "1.0.0", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.HttpOverrides.dll": {} - } - }, - "Microsoft.AspNetCore.JsonPatch/1.0.0": { - "dependencies": { - "Microsoft.CSharp": "4.0.0.0", - "Newtonsoft.Json": "9.0.1", - "System.Collections.Concurrent": "4.0.0.0", - "System.ComponentModel.TypeConverter": "4.1.0", - "System.Diagnostics.Debug": "4.0.0.0", - "System.Globalization": "4.0.0.0", - "System.Linq": "4.0.0.0", - "System.Reflection.Extensions": "4.0.0.0", - "System.Resources.ResourceManager": "4.0.0.0", - "System.Runtime.Extensions": "4.0.0.0", - "System.Runtime.Serialization.Primitives": "4.0.0.0", - "System.Text.Encoding.Extensions": "4.0.0.0" - }, - "runtime": { - "lib/netstandard1.1/Microsoft.AspNetCore.JsonPatch.dll": {} - } - }, - "Microsoft.AspNetCore.Localization/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Extensions": "1.0.0", - "Microsoft.Extensions.Globalization.CultureInfoCache": "1.0.0", - "Microsoft.Extensions.Localization.Abstractions": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Localization.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.ApiExplorer": "1.0.0", - "Microsoft.AspNetCore.Mvc.Cors": "1.0.0", - "Microsoft.AspNetCore.Mvc.DataAnnotations": "1.0.0", - "Microsoft.AspNetCore.Mvc.Formatters.Json": "1.0.0", - "Microsoft.AspNetCore.Mvc.Localization": "1.0.0", - "Microsoft.AspNetCore.Mvc.Razor": "1.0.0", - "Microsoft.AspNetCore.Mvc.TagHelpers": "1.0.0", - "Microsoft.AspNetCore.Mvc.ViewFeatures": "1.0.0", - "Microsoft.Extensions.Caching.Memory": "1.0.0", - "Microsoft.Extensions.DependencyInjection": "1.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Mvc.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Abstractions/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Routing.Abstractions": "1.0.0", - "Microsoft.Net.Http.Headers": "1.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Mvc.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.ApiExplorer/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.Core": "1.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Mvc.ApiExplorer.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Core/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Authorization": "1.0.0", - "Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Http": "1.0.0", - "Microsoft.AspNetCore.Mvc.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Routing": "1.0.0", - "Microsoft.Extensions.DependencyModel": "1.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "1.0.0", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "Microsoft.Extensions.PlatformAbstractions": "1.0.0", - "System.Buffers": "4.0.0", - "System.Diagnostics.DiagnosticSource": "4.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Mvc.Core.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Cors/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Cors": "1.0.0", - "Microsoft.AspNetCore.Mvc.Core": "1.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Mvc.Cors.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.DataAnnotations/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.Core": "1.0.0", - "Microsoft.Extensions.Localization": "1.0.0", - "System.ComponentModel.DataAnnotations": "4.0.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Mvc.DataAnnotations.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Formatters.Json/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.JsonPatch": "1.0.0", - "Microsoft.AspNetCore.Mvc.Core": "1.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Mvc.Formatters.Json.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Localization/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Localization": "1.0.0", - "Microsoft.AspNetCore.Mvc.Razor": "1.0.0", - "Microsoft.Extensions.DependencyInjection": "1.0.0", - "Microsoft.Extensions.Localization": "1.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Mvc.Localization.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Razor/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.Razor.Host": "1.0.0", - "Microsoft.AspNetCore.Mvc.ViewFeatures": "1.0.0", - "Microsoft.CodeAnalysis.CSharp": "1.3.0", - "Microsoft.Extensions.FileProviders.Composite": "1.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Mvc.Razor.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Razor.Host/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Razor.Runtime": "1.0.0", - "Microsoft.Extensions.Caching.Memory": "1.0.0", - "Microsoft.Extensions.FileProviders.Physical": "1.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Mvc.Razor.Host.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.TagHelpers/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.Razor": "1.0.0", - "Microsoft.Extensions.Caching.Memory": "1.0.0", - "Microsoft.Extensions.FileSystemGlobbing": "1.0.0", - "Microsoft.Extensions.Primitives": "1.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Mvc.TagHelpers.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.ViewFeatures/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Antiforgery": "1.0.0", - "Microsoft.AspNetCore.Diagnostics.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Html.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Mvc.Core": "1.0.0", - "Microsoft.AspNetCore.Mvc.DataAnnotations": "1.0.0", - "Microsoft.AspNetCore.Mvc.Formatters.Json": "1.0.0", - "Microsoft.Extensions.WebEncoders": "1.0.0", - "Newtonsoft.Json": "9.0.1", - "System.Buffers": "4.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Mvc.ViewFeatures.dll": {} - } - }, - "Microsoft.AspNetCore.Razor/1.0.0": { - "runtime": { - "lib/net451/Microsoft.AspNetCore.Razor.dll": {} - } - }, - "Microsoft.AspNetCore.Razor.Runtime/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Html.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Razor": "1.0.0", - "System.Xml": "4.0.0.0", - "System.Xml.Linq": "4.0.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Razor.Runtime.dll": {} - } - }, - "Microsoft.AspNetCore.Routing/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Extensions": "1.0.0", - "Microsoft.AspNetCore.Routing.Abstractions": "1.0.0", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "Microsoft.Extensions.ObjectPool": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Routing.dll": {} - } - }, - "Microsoft.AspNetCore.Routing.Abstractions/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Abstractions": "1.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Routing.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Server.IISIntegration/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Http": "1.0.0", - "Microsoft.AspNetCore.Http.Extensions": "1.0.0", - "Microsoft.AspNetCore.HttpOverrides": "1.0.0", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Server.IISIntegration.dll": {} - } - }, - "Microsoft.AspNetCore.Server.Kestrel/1.0.0": { - "dependencies": { - "Libuv": "1.9.0", - "Microsoft.AspNetCore.Hosting": "1.0.0", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "System.Buffers": "4.0.0", - "System.Numerics.Vectors": "4.1.1", - "System.Runtime.InteropServices.RuntimeInformation": "4.0.0", - "System.Threading.Tasks.Extensions": "4.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Server.Kestrel.dll": {} - } - }, - "Microsoft.AspNetCore.WebUtilities/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "1.0.0", - "System.Buffers": "4.0.0", - "System.Text.Encodings.Web": "4.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.WebUtilities.dll": {} - } - }, - "Microsoft.CodeAnalysis.Analyzers/1.1.0": { - "dependencies": { - "System": "4.0.0.0" - } - }, - "Microsoft.CodeAnalysis.Common/1.3.0": { - "dependencies": { - "Microsoft.CodeAnalysis.Analyzers": "1.1.0", - "System.Collections.Immutable": "1.2.0", - "System.Reflection.Metadata": "1.3.0" - }, - "runtime": { - "lib/net45/Microsoft.CodeAnalysis.dll": {} - } - }, - "Microsoft.CodeAnalysis.CSharp/1.3.0": { - "dependencies": { - "Microsoft.CodeAnalysis.Common": "1.3.0" - }, - "runtime": { - "lib/net45/Microsoft.CodeAnalysis.CSharp.dll": {} - } - }, - "Microsoft.CSharp/4.0.0.0": {}, - "Microsoft.DotNet.InternalAbstractions/1.0.0": { - "runtime": { - "lib/net451/Microsoft.DotNet.InternalAbstractions.dll": {} - } - }, - "Microsoft.Extensions.Caching.Abstractions/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "1.0.0", - "System.Collections": "4.0.0.0", - "System.Threading": "4.0.0.0", - "System.Threading.Tasks": "4.0.0.0" - }, - "runtime": { - "lib/netstandard1.0/Microsoft.Extensions.Caching.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.Caching.Memory/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Caching.Abstractions": "1.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0" - }, - "runtime": { - "lib/net451/Microsoft.Extensions.Caching.Memory.dll": {} - } - }, - "Microsoft.Extensions.Configuration/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "1.0.0", - "System.Collections": "4.0.0.0", - "System.Diagnostics.Debug": "4.0.0.0", - "System.IO": "4.0.0.0", - "System.Resources.ResourceManager": "4.0.0.0", - "System.Runtime.Extensions": "4.0.0.0", - "System.Runtime.InteropServices": "4.0.10.0", - "System.Threading": "4.0.0.0" - }, - "runtime": { - "lib/netstandard1.1/Microsoft.Extensions.Configuration.dll": {} - } - }, - "Microsoft.Extensions.Configuration.Abstractions/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "1.0.0", - "System.Linq": "4.0.0.0" - }, - "runtime": { - "lib/netstandard1.0/Microsoft.Extensions.Configuration.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.Configuration.Binder/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "1.0.0", - "System.ComponentModel.TypeConverter": "4.1.0" - }, - "runtime": { - "lib/netstandard1.1/Microsoft.Extensions.Configuration.Binder.dll": {} - } - }, - "Microsoft.Extensions.Configuration.EnvironmentVariables/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "1.0.0" - }, - "runtime": { - "lib/net451/Microsoft.Extensions.Configuration.EnvironmentVariables.dll": {} - } - }, - "Microsoft.Extensions.Configuration.FileExtensions/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "1.0.0", - "Microsoft.Extensions.FileProviders.Physical": "1.0.0" - }, - "runtime": { - "lib/net451/Microsoft.Extensions.Configuration.FileExtensions.dll": {} - } - }, - "Microsoft.Extensions.Configuration.Json/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "1.0.0", - "Microsoft.Extensions.Configuration.FileExtensions": "1.0.0", - "Newtonsoft.Json": "9.0.1" - }, - "runtime": { - "lib/net451/Microsoft.Extensions.Configuration.Json.dll": {} - } - }, - "Microsoft.Extensions.DependencyInjection/1.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0", - "System.Collections": "4.0.0.0", - "System.Collections.Concurrent": "4.0.0.0", - "System.Runtime.Extensions": "4.0.0.0", - "System.Threading": "4.0.0.0", - "System.Threading.Tasks": "4.0.0.0" - }, - "runtime": { - "lib/netstandard1.1/Microsoft.Extensions.DependencyInjection.dll": {} - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0": { - "dependencies": { - "System.ComponentModel": "4.0.0.0", - "System.Diagnostics.Debug": "4.0.0.0", - "System.Globalization": "4.0.0.0", - "System.Linq": "4.0.0.0", - "System.Linq.Expressions": "4.0.0.0", - "System.Reflection": "4.0.0.0", - "System.Resources.ResourceManager": "4.0.0.0" - }, - "runtime": { - "lib/netstandard1.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.DependencyModel/1.0.0": { - "dependencies": { - "Microsoft.DotNet.InternalAbstractions": "1.0.0", - "Newtonsoft.Json": "9.0.1" - }, - "runtime": { - "lib/net451/Microsoft.Extensions.DependencyModel.dll": {} - } - }, - "Microsoft.Extensions.DiagnosticAdapter/1.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0", - "System.Collections.Concurrent": "4.0.0.0", - "System.ComponentModel": "4.0.0.0", - "System.Diagnostics.DiagnosticSource": "4.0.0", - "System.Reflection.Emit": "4.0.0.0", - "System.Reflection.Emit.Lightweight": "4.0.0.0", - "System.Reflection.Extensions": "4.0.0.0", - "System.Runtime.Extensions": "4.0.0.0" - }, - "runtime": { - "lib/netstandard1.1/Microsoft.Extensions.DiagnosticAdapter.dll": {} - } - }, - "Microsoft.Extensions.FileProviders.Abstractions/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "1.0.0", - "System.IO": "4.0.0.0", - "System.Resources.ResourceManager": "4.0.0.0" - }, - "runtime": { - "lib/netstandard1.0/Microsoft.Extensions.FileProviders.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.FileProviders.Composite/1.0.0": { - "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "1.0.0" - }, - "runtime": { - "lib/netstandard1.0/Microsoft.Extensions.FileProviders.Composite.dll": {} - } - }, - "Microsoft.Extensions.FileProviders.Physical/1.0.0": { - "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "1.0.0", - "Microsoft.Extensions.FileSystemGlobbing": "1.0.0" - }, - "runtime": { - "lib/net451/Microsoft.Extensions.FileProviders.Physical.dll": {} - } - }, - "Microsoft.Extensions.FileSystemGlobbing/1.0.0": { - "runtime": { - "lib/net451/Microsoft.Extensions.FileSystemGlobbing.dll": {} - } - }, - "Microsoft.Extensions.Globalization.CultureInfoCache/1.0.0": { - "dependencies": { - "System.Collections.Concurrent": "4.0.0.0", - "System.Linq": "4.0.0.0", - "System.Resources.ResourceManager": "4.0.0.0" - }, - "runtime": { - "lib/netstandard1.1/Microsoft.Extensions.Globalization.CultureInfoCache.dll": {} - } - }, - "Microsoft.Extensions.Localization/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0", - "Microsoft.Extensions.Localization.Abstractions": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0" - }, - "runtime": { - "lib/net451/Microsoft.Extensions.Localization.dll": {} - } - }, - "Microsoft.Extensions.Localization.Abstractions/1.0.0": { - "dependencies": { - "Microsoft.CSharp": "4.0.0.0", - "System.Globalization": "4.0.0.0", - "System.Resources.ResourceManager": "4.0.0.0" - }, - "runtime": { - "lib/netstandard1.0/Microsoft.Extensions.Localization.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.Logging/1.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "System.Threading": "4.0.0.0" - }, - "runtime": { - "lib/netstandard1.1/Microsoft.Extensions.Logging.dll": {} - } - }, - "Microsoft.Extensions.Logging.Abstractions/1.0.0": { - "dependencies": { - "System.Collections": "4.0.0.0", - "System.Collections.Concurrent": "4.0.0.0", - "System.Diagnostics.Debug": "4.0.0.0", - "System.Globalization": "4.0.0.0", - "System.Linq": "4.0.0.0", - "System.Reflection": "4.0.0.0", - "System.Resources.ResourceManager": "4.0.0.0", - "System.Runtime.Extensions": "4.0.0.0", - "System.Runtime.InteropServices": "4.0.10.0" - }, - "runtime": { - "lib/netstandard1.1/Microsoft.Extensions.Logging.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.Logging.Console/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "1.0.0", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.0.0" - }, - "runtime": { - "lib/net451/Microsoft.Extensions.Logging.Console.dll": {} - } - }, - "Microsoft.Extensions.Logging.Debug/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Logging.Abstractions": "1.0.0" - }, - "runtime": { - "lib/net451/Microsoft.Extensions.Logging.Debug.dll": {} - } - }, - "Microsoft.Extensions.ObjectPool/1.0.0": { - "runtime": { - "lib/net451/Microsoft.Extensions.ObjectPool.dll": {} - } - }, - "Microsoft.Extensions.Options/1.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0", - "Microsoft.Extensions.Primitives": "1.0.0", - "System.ComponentModel": "4.0.0.0", - "System.Diagnostics.Debug": "4.0.0.0", - "System.Globalization": "4.0.0.0", - "System.Linq": "4.0.0.0", - "System.Linq.Expressions": "4.0.0.0", - "System.Reflection": "4.0.0.0", - "System.Resources.ResourceManager": "4.0.0.0", - "System.Runtime.Extensions": "4.0.0.0", - "System.Threading": "4.0.0.0" - }, - "runtime": { - "lib/netstandard1.0/Microsoft.Extensions.Options.dll": {} - } - }, - "Microsoft.Extensions.Options.ConfigurationExtensions/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "1.0.0", - "Microsoft.Extensions.Configuration.Binder": "1.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0" - }, - "runtime": { - "lib/netstandard1.1/Microsoft.Extensions.Options.ConfigurationExtensions.dll": {} - } - }, - "Microsoft.Extensions.PlatformAbstractions/1.0.0": { - "runtime": { - "lib/net451/Microsoft.Extensions.PlatformAbstractions.dll": {} - } - }, - "Microsoft.Extensions.Primitives/1.0.0": { - "dependencies": { - "System.Resources.ResourceManager": "4.0.0.0", - "System.Runtime": "4.0.10.0" - }, - "runtime": { - "lib/netstandard1.0/Microsoft.Extensions.Primitives.dll": {} - } - }, - "Microsoft.Extensions.WebEncoders/1.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0", - "System.Text.Encodings.Web": "4.0.0" - }, - "runtime": { - "lib/netstandard1.0/Microsoft.Extensions.WebEncoders.dll": {} - } - }, - "Microsoft.Net.Http.Headers/1.0.0": { - "dependencies": { - "System.Buffers": "4.0.0", - "System.Collections": "4.0.0.0", - "System.Diagnostics.Contracts": "4.0.0.0", - "System.Globalization": "4.0.0.0", - "System.Linq": "4.0.0.0", - "System.Resources.ResourceManager": "4.0.0.0", - "System.Runtime.Extensions": "4.0.0.0", - "System.Text.Encoding": "4.0.0.0" - }, - "runtime": { - "lib/netstandard1.1/Microsoft.Net.Http.Headers.dll": {} - } - }, - "Microsoft.NETCore.Platforms/1.0.1": {}, - "MongoDB.Bson/2.2.4": { - "runtime": { - "lib/net45/MongoDB.Bson.dll": {} - } - }, - "MongoDB.Driver/2.2.4": { - "dependencies": { - "MongoDB.Bson": "2.2.4", - "MongoDB.Driver.Core": "2.2.4" - }, - "runtime": { - "lib/net45/MongoDB.Driver.dll": {} - } - }, - "MongoDB.Driver.Core/2.2.4": { - "dependencies": { - "MongoDB.Bson": "2.2.4" - }, - "runtime": { - "lib/net45/MongoDB.Driver.Core.dll": {} - } - }, - "MySql.Data/6.9.8": { - "runtime": { - "lib/net45/MySql.Data.dll": {} - } - }, - "MySql.Data.Entity/6.9.8": { - "dependencies": { - "EntityFramework": "6.0.0", - "MySql.Data": "6.9.8" - }, - "runtime": { - "lib/net45/MySql.Data.Entity.EF6.dll": {} - } - }, - "NETStandard.Library/1.6.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "System.Collections": "4.0.0.0", - "System.Collections.Concurrent": "4.0.0.0", - "System.Diagnostics.Debug": "4.0.0.0", - "System.Diagnostics.Tools": "4.0.0.0", - "System.Diagnostics.Tracing": "4.0.10.0", - "System.Globalization": "4.0.0.0", - "System.IO": "4.0.0.0", - "System.IO.Compression": "4.0.0.0", - "System.Linq": "4.0.0.0", - "System.Linq.Expressions": "4.0.0.0", - "System.Net.Http": "4.0.0.0", - "System.Net.Primitives": "4.0.0.0", - "System.ObjectModel": "4.0.0.0", - "System.Reflection": "4.0.0.0", - "System.Reflection.Extensions": "4.0.0.0", - "System.Reflection.Primitives": "4.0.0.0", - "System.Resources.ResourceManager": "4.0.0.0", - "System.Runtime": "4.0.10.0", - "System.Runtime.Extensions": "4.0.0.0", - "System.Runtime.InteropServices": "4.0.10.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.0.0", - "System.Runtime.Numerics": "4.0.0.0", - "System.Text.Encoding": "4.0.0.0", - "System.Text.Encoding.Extensions": "4.0.0.0", - "System.Text.RegularExpressions": "4.0.0.0", - "System.Threading": "4.0.0.0", - "System.Threading.Tasks": "4.0.0.0", - "System.Threading.Timer": "4.0.0.0", - "System.Xml.ReaderWriter": "4.0.0.0", - "System.Xml.XDocument": "4.0.0.0" - } - }, - "Newtonsoft.Json/9.0.1": { - "runtime": { - "lib/net45/Newtonsoft.Json.dll": {} - } - }, - "NHibernate/4.0.4.4000": { - "dependencies": { - "Iesi.Collections": "4.0.0.4000" - }, - "runtime": { - "lib/net40/NHibernate.dll": {} - } - }, - "NHibernate.Linq/1.0.0": { - "dependencies": { - "NHibernate": "4.0.4.4000" - }, - "runtime": { - "lib/NHibernate.Linq.dll": {} - } - }, - "OAuth/1.0.3": { - "runtime": { - "lib/net40/OAuth.dll": {} - } - }, - "Serilog/2.1.0": { - "runtime": { - "lib/net45/Serilog.dll": {} - } - }, - "Serilog.Extensions.Logging/1.1.0": { - "dependencies": { - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "Serilog": "2.1.0", - "System.Runtime": "4.0.10.0" - }, - "runtime": { - "lib/net45/Serilog.Extensions.Logging.dll": {} - } - }, - "Serilog.Sinks.ColoredConsole/2.0.0": { - "dependencies": { - "Serilog": "2.1.0" - }, - "runtime": { - "lib/net45/Serilog.Sinks.ColoredConsole.dll": {} - } - }, - "Serilog.Sinks.File/2.0.0": { - "dependencies": { - "Serilog": "2.1.0" - }, - "runtime": { - "lib/net45/Serilog.Sinks.File.dll": {} - } - }, - "Serilog.Sinks.RollingFile/2.1.0": { - "dependencies": { - "Serilog": "2.1.0", - "Serilog.Sinks.File": "2.0.0" - }, - "runtime": { - "lib/net45/Serilog.Sinks.RollingFile.dll": {} - } - }, - "StackExchange.Redis/1.1.603": { - "runtime": { - "lib/net45/StackExchange.Redis.dll": {} - } - }, - "System.Buffers/4.0.0": { - "runtime": { - "lib/netstandard1.1/System.Buffers.dll": {} - } - }, - "System.Collections/4.0.0.0": {}, - "System.Collections.Concurrent/4.0.0.0": {}, - "System.Collections.Immutable/1.2.0": { - "runtime": { - "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll": {} - } - }, - "System.ComponentModel/4.0.0.0": {}, - "System.ComponentModel.Primitives/4.1.0": { - "dependencies": { - "System": "4.0.0.0", - "mscorlib": "4.0.0.0" - }, - "runtime": { - "lib/net45/System.ComponentModel.Primitives.dll": {} - } - }, - "System.ComponentModel.TypeConverter/4.1.0": { - "dependencies": { - "System.ComponentModel.Primitives": "4.1.0", - "System": "4.0.0.0", - "mscorlib": "4.0.0.0" - }, - "runtime": { - "lib/net45/System.ComponentModel.TypeConverter.dll": {} - } - }, - "System.Diagnostics.Contracts/4.0.0.0": {}, - "System.Diagnostics.Debug/4.0.0.0": {}, - "System.Diagnostics.DiagnosticSource/4.0.0": { - "runtime": { - "lib/portable-net45+win8+wpa81/System.Diagnostics.DiagnosticSource.dll": {} - } - }, - "System.Diagnostics.Tools/4.0.0.0": {}, - "System.Diagnostics.Tracing/4.0.10.0": {}, - "System.Globalization/4.0.0.0": {}, - "System.IO/4.0.0.0": {}, - "System.IO.Compression/4.0.0.0": {}, - "System.Linq/4.0.0.0": {}, - "System.Linq.Expressions/4.0.0.0": {}, - "System.Net.Http/4.0.0.0": {}, - "System.Net.Primitives/4.0.0.0": {}, - "System.Numerics.Vectors/4.1.1": { - "runtime": { - "lib/portable-net45+win8+wp8+wpa81/System.Numerics.Vectors.dll": {} - } - }, - "System.ObjectModel/4.0.0.0": {}, - "System.Reflection/4.0.0.0": {}, - "System.Reflection.Emit/4.0.0.0": {}, - "System.Reflection.Emit.Lightweight/4.0.0.0": {}, - "System.Reflection.Extensions/4.0.0.0": {}, - "System.Reflection.Metadata/1.3.0": { - "dependencies": { - "System.Collections.Immutable": "1.2.0" - }, - "runtime": { - "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} - } - }, - "System.Reflection.Primitives/4.0.0.0": {}, - "System.Resources.ResourceManager/4.0.0.0": {}, - "System.Runtime/4.0.10.0": {}, - "System.Runtime.Extensions/4.0.0.0": {}, - "System.Runtime.InteropServices/4.0.10.0": {}, - "System.Runtime.InteropServices.RuntimeInformation/4.0.0": { - "runtime": { - "lib/net45/System.Runtime.InteropServices.RuntimeInformation.dll": {} - } - }, - "System.Runtime.Numerics/4.0.0.0": {}, - "System.Runtime.Serialization.Primitives/4.0.0.0": {}, - "System.Text.Encoding/4.0.0.0": {}, - "System.Text.Encoding.Extensions/4.0.0.0": {}, - "System.Text.Encodings.Web/4.0.0": { - "runtime": { - "lib/netstandard1.0/System.Text.Encodings.Web.dll": {} - } - }, - "System.Text.RegularExpressions/4.0.0.0": {}, - "System.Threading/4.0.0.0": {}, - "System.Threading.Tasks/4.0.0.0": {}, - "System.Threading.Tasks.Extensions/4.0.0": { - "runtime": { - "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.dll": {} - } - }, - "System.Threading.Timer/4.0.0.0": {}, - "System.Xml.ReaderWriter/4.0.0.0": {}, - "System.Xml.XDocument/4.0.0.0": {}, - "Zlib.Portable.Signed/1.11.0": { - "runtime": { - "lib/portable-net4+sl5+wp8+win8+wpa81+MonoTouch+MonoAndroid/Zlib.Portable.dll": {} - } - }, - "Domain.Socioboard/1.0.0": { - "dependencies": { - "System.ComponentModel.DataAnnotations": "4.0.0.0", - "System.Net": "4.0.0.0", - "System.Security": "4.0.0.0", - "MongoDB.Bson": "2.2.4", - "NETStandard.Library": "1.6.0", - "Newtonsoft.Json": "9.0.1" - }, - "runtime": { - "Domain.Socioboard.dll": {} - } - }, - "Socioboard.Facebook/1.0.0": { - "dependencies": { - "Facebook": "7.0.10-beta", - "Newtonsoft.Json": "9.0.1", - "Domain.Socioboard": "1.0.0", - "NETStandard.Library": "1.6.0" - }, - "runtime": { - "Socioboard.Facebook.dll": {} - } - }, - "Socioboard.Google/1.0.0": { - "dependencies": { - "Microsoft.AspNet.WebApi.Client": "5.2.3", - "System.Data": "4.0.0.0", - "System.Xml": "4.0.0.0", - "System.Xml.Linq": "4.0.0.0", - "NETStandard.Library": "1.6.0" - }, - "runtime": { - "Socioboard.Google.dll": {} - } - }, - "Socioboard.Instagram/1.0.0": { - "dependencies": { - "System.Xml": "4.0.0.0", - "System.Xml.Linq": "4.0.0.0", - "NETStandard.Library": "1.6.0", - "Newtonsoft.Json": "9.0.1", - "Hammock": "1.2.3", - "OAuth": "1.0.3" - }, - "runtime": { - "Socioboard.Instagram.dll": {} - } - }, - "Socioboard.LinkedIn/1.0.0": { - "dependencies": { - "System.Web.Extensions": "4.0.0.0", - "System.Xml": "4.0.0.0", - "System.Xml.Linq": "4.0.0.0", - "NETStandard.Library": "1.6.0", - "Newtonsoft.Json": "9.0.1", - "Hammock": "1.2.3", - "OAuth": "1.0.3" - }, - "runtime": { - "Socioboard.LinkedIn.dll": {} - } - }, - "Socioboard.Twitter/1.0.0": { - "dependencies": { - "System.Xml": "4.0.0.0", - "System.Xml.Linq": "4.0.0.0", - "NETStandard.Library": "1.6.0", - "Newtonsoft.Json": "9.0.1", - "Hammock": "1.2.3", - "OAuth": "1.0.3" - }, - "runtime": { - "Socioboard.Twitter.dll": {} - } - }, - "System.Xml/4.0.0.0": {}, - "mscorlib/4.0.0.0": {}, - "System/4.0.0.0": {}, - "System.Core/4.0.0.0": {}, - "System.ComponentModel.DataAnnotations/4.0.0.0": {}, - "System.Security/4.0.0.0": {}, - "System.Xml.Linq/4.0.0.0": {}, - "System.Net/4.0.0.0": {}, - "System.Data/4.0.0.0": {}, - "System.Web.Extensions/4.0.0.0": {} - } - }, - "libraries": { - "Api.Socioboard/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "BouncyCastle/1.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-yvrW1NCFBC+l53Kchlk1iRYlnafpZ+o6oy0tFpFM2G28gz3H0PubyJFLc8KoYys3N0UPYo6TN2NRegpouDxRTw==" - }, - "EntityFramework/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-y6lX/VMghGBV6TvgQS4Q2WK6kAcOoyD+TQxObN9utd0JsMMdMxyqARxKbvgi7KEIbQ8osZ4ZvImaly7l3NDFDw==" - }, - "Facebook/7.0.10-beta": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ftsRUZcfIfIppN2EQwIBfqoB16Ze7hvSSNdSkkdQUdODY25BjCUGZs63MQEdzPxLp7Mn058k8dwOS3NQ/W7GxA==" - }, - "Google.Apis/1.14.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-xaOjRZ84LLfr31b5hEnslynuH4kZO4tg8aKE7cIwx+eOOmk7lqmIK/IkzETgFvt6fIYkXDalu2PxrLWwDRgoHg==" - }, - "Google.Apis.Analytics.v3/1.14.0.456": { - "type": "package", - "serviceable": true, - "sha512": "sha512-fKOx2HjpMW7zWu1m0rluPKFBsPehN9AqWgMRsiLPLXXSdf6nAxsw07xl13S7D1nLkUppyIQrjZ+jdvzvhBjJoA==" - }, - "Google.Apis.Auth/1.14.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-M5N+E8CFat9ZnXkESPOjung62Eb6hZM0/gZXbwWxN/Ds/ls5/LKCR04D7ceh2vVCWQk6ImymvAMEmzQQ0/U/uQ==" - }, - "Google.Apis.Core/1.14.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-5nYOq10bTyoawN6U04BB67kkjR/tnv6pFrkV2jzcuK6nBv5rIF7vUdF7NDgDKOFFgLHOOOFWBLOjjVp3Vv3XaA==" - }, - "Hammock/1.2.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-JdYotigd2ZilatoSXL+PXFZERRHkhTN3vn/rkVLrm2FxbXJjW0lhD4qEXF/gTv1RUp4gjgBwCTxv/WxQmAessQ==" - }, - "Iesi.Collections/4.0.0.4000": { - "type": "package", - "serviceable": true, - "sha512": "sha512-fLQKwZovMOhjte47Op+2YWLpmncQ/siA7hOdmG2eBLTFjp81s+gGkkGnDetOhBqYnmWK8g2kyx1DP9uNaJ68Ew==" - }, - "Libuv/1.9.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-9Q7AaqtQhS8JDSIvRBt6ODSLWDBI4c8YxNxyCQemWebBFUtBbc6M5Vi5Gz1ZyIUlTW3rZK9bIr5gnVyv0z7a2Q==" - }, - "log4net/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-rxMHzK5efGPo5XtRnuUGO4tfW5l74Aji6kVmtMAt2SgcB5PHBNtNY7yj2LCI2VtKrLPO7kCKR6kH6lIZggq3Gg==" - }, - "Microsoft.ApplicationInsights/2.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-mviO8PLQd3r22Pmv8JfjYzTCQ9ByhkU9wdC4fwd6WmAARwAMgMw9HEbHeYS3r+8pB3w+fZMi7p4LKijzgNybRQ==" - }, - "Microsoft.ApplicationInsights.Agent.Intercept/1.2.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-nuqnTp+xechqRPBUi7sr4gxhyr+gJwMaxvSrhB4NyK1TbnT3yk1P5giSnaqQVvuIRHAdl9uD7lt2GRx/P/nlrA==" - }, - "Microsoft.ApplicationInsights.AspNetCore/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-t1O4hbatuHU4BJnuBZ4zmx6fNoTryyZO/NwxwqmMUbuHyvil3elkOZvX3pJWlUTOk6/wyRXItGKBiW4uDET6Kw==" - }, - "Microsoft.ApplicationInsights.DependencyCollector/2.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-WwZGU7P4D1VcF1+9CpUkveDAb2lCxzXnlPf0q9rtovSCHrGUa38JI7yldytTLhR4djN0y2TDFbuJP2EYsXgmnw==" - }, - "Microsoft.ApplicationInsights.PerfCounterCollector/2.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-UXZkWyBbvkUMU2CRUxGNqryqakxTppV/f60a2qolrNllalzLgXvNojFNHi+1C7gm1hJ82KgftCnOISsgWNwScQ==" - }, - "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel/2.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-cxvFUPc83qaPjvcr0cAT8EElPVvg+hSzCmCxSPEXRt5PnPGTafv/ra4sw8na/D3fQHmnMLuj1R0mMZiOLnSw9A==" - }, - "Microsoft.AspNet.WebApi.Client/5.2.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3kiI8peSXbXHDDrRuo+QaX0iCEVRe0nvn2dBDRw656uPX32UalbBlSIDUDlJxu05eau4tnuhsikiUuugvvoUoQ==" - }, - "Microsoft.AspNetCore.Antiforgery/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-oJnrSvL6S7jM2eD/TR/Kyp/7O6pKvN+8FcnYvUaxaHbKlISwl98o44uidzePBjGxTf4fh9NFEx/q3OuuxAvBzw==" - }, - "Microsoft.AspNetCore.Authorization/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-iVFQ5xHSyxmfWYdl5B/xIFzXgm4SRgYQUKlLFVNGfEhbbjw0Ur2pfVrEvpENrhHFOQ2XAZcuFlGxSIzZwsVrMg==" - }, - "Microsoft.AspNetCore.Cors/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-fC8lWOU3+ltkbgQyD1P7eRQ66fGfZkPNU2UkwOI8tyF5FUsd8nRTfzvsO4mSyQfgmgfk2Hc8TGzx/okevZwXkg==" - }, - "Microsoft.AspNetCore.Cryptography.Internal/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-0btvxwOqYNpKTUQrD7LA3p6Wi0vrhfWGBVqIKPS1KtEdkCv3QoVgFO4eJYuClGDS9NXhqk7TWh46/8x8wtZHaw==" - }, - "Microsoft.AspNetCore.DataProtection/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-gt4URT+8ljPk0ePspLqOGPJBm+s6iMvsZqweplhf7wiZSjFiG1uYBNpQ/0dFY7wSx3NMRjekyXzCjvkGAV570g==" - }, - "Microsoft.AspNetCore.DataProtection.Abstractions/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-h5ycDgkqmRdManmYMQVJgzNI7YtVp2X2/os1cKmdfrpfq+m9L8bMKhbd7PCksoLci+aYTOSn45khPl+hpPb9ug==" - }, - "Microsoft.AspNetCore.Diagnostics/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-nGmsbmax1PsMyOzeE+4UyA7dZZ4SlRa5j4eMbt1HArvUaec3Z7ldb7fASyCrC/tlpfKf9Jeruv1qy+yGyjUeQw==" - }, - "Microsoft.AspNetCore.Diagnostics.Abstractions/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-RrXsm5Xzvxs0OFDhRcIIUNOM5rXKnRWj/bIkuDkXNIBniGcPDrfGbACIatA127I6pmybNAE84puFAt3wsU2kww==" - }, - "Microsoft.AspNetCore.Hosting/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-0M7ZRAxTmGHOQV3B5Lm30VBg33uxxkPIKAxMc/C9yFBMPWPfk6V1uvb2ZL5eEPlo9/MZooITyMcGBQUHiakFjg==" - }, - "Microsoft.AspNetCore.Hosting.Abstractions/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-8r6qOl1jYyC523ZKM1QNl+6ijIoYWELWm0tpEWqtTIOg9DytHJWshB7usgqiuRmfHXM0EUziR6ouFY7iP7Tuzw==" - }, - "Microsoft.AspNetCore.Hosting.Server.Abstractions/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-sHZyhQEoW15T9E36rfdm5Ux6a6RZB0KNM79ccf2IplWASqmlRGhX4ydU3dzQRLhkHpLx16fnWOL0KScsO6BevQ==" - }, - "Microsoft.AspNetCore.Html.Abstractions/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/JLMu2k8FiInLZC0SHXT+Cmdzi7AYa3B5v9w32Kd0mPTH4RYIQo/XNPIOr2HsPTXp3I9cZo1DajaMVGnJMN2QA==" - }, - "Microsoft.AspNetCore.Http/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-c/+eWVWQ8fX5hBHhL1BY4k2n4kVyUnqJLSCj0sTTXwRTU6IKoGbTOUqHT9as8C71Vk54YpAsi/VPmGW7T/ap3A==" - }, - "Microsoft.AspNetCore.Http.Abstractions/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OJHlqdJOWKKBfsiVdX4Z4KCNuqvBIu6+1MVKuejRDyHnGyMkNHNoP/dtVzhPqvJXaJg9N4HlD0XNc6GDCFVffg==" - }, - "Microsoft.AspNetCore.Http.Extensions/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-GlvCPRpnw2jjHLdbGf/C28NQZLMeX1mugv5BS1a3FCQOJYyuwQZil4JwblR0frLyVrUVoJQ7UXRNZIzEVlO5XA==" - }, - "Microsoft.AspNetCore.Http.Features/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-6x7zgfbTo1gL9xMEb7EMO2ES/48bqwnWyfH09z+ubWhnzxdhHls8rtqstPylu5FPD9nid6Vo2pgDm5vufRAy5Q==" - }, - "Microsoft.AspNetCore.HttpOverrides/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-gHpdaaAzhaTWJZuJVo3ler2zzdQWrm8wnsoSjcNtoZZdTOkwImndRwK8o4GYoM18dfmfNheM7i4EENI7XHM/lA==" - }, - "Microsoft.AspNetCore.JsonPatch/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-WVaSVS+dDlWCR/qerHnBxU9tIeJ9GMA3M5tg4cxH7/cJYZZLnr2zvaFHGB+cRRNCKKTJ0pFRxT7ES8knhgAAaA==" - }, - "Microsoft.AspNetCore.Localization/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-DF/maMd9f6ZPoTlU8n6/AGm3fpZNPiiip34bPrBQuloX2a5O0KwyV72qKhJhJNqmVVnDnTu8XYT16ysoFXRxQA==" - }, - "Microsoft.AspNetCore.Mvc/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-nNiMnzdXHpMrsjnBRiYaVy5EMsCmTsqSIIOtJvMbqJldh1i3NCM9jgvp4Da+Ke1gkGd2/MK8rXp+8a5yF+QOOQ==" - }, - "Microsoft.AspNetCore.Mvc.Abstractions/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-d7KEexDwxSwVeZv+SDbsMRPl2WuKMVckOCp/KTGuI1NJhd/7GvNGW101iRIC3tC/yym0PaajcWwTZNVfjhyoJw==" - }, - "Microsoft.AspNetCore.Mvc.ApiExplorer/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-46aWHLmZ37c44bJzLdbSEmIxCwQo7BljHBoK8C9CPCEPOLPWmg0XyPhGyMSGY4woDmm9ukBOEpqT899BWSxhRw==" - }, - "Microsoft.AspNetCore.Mvc.Core/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-tjCOZJheOAKStHs4LIcrLsbF/00wEwSinC+vCFpsmdqGVl3/tX9jnID20E1NlkKOW68DOLBavoC23BWFiHa0JA==" - }, - "Microsoft.AspNetCore.Mvc.Cors/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-jz3au6mm/O0ahotfUqZTGtsftcd4UYKIzl2l0+WRG817UJdMGLmnmgmUPcAQR1nrI0Dg49MsfTkjWoMQM9CsUw==" - }, - "Microsoft.AspNetCore.Mvc.DataAnnotations/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ZU02Y2tnKu/lVv2ywnNO+nSRzDWiTlq+ZhSuR9L3Q9NqlCyQJXOgX+iD/BGshnMQ7ZTstjyO4h8WeF7Ii9vBWQ==" - }, - "Microsoft.AspNetCore.Mvc.Formatters.Json/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-XQQLbxYLmdRj2U685NxFIrxVxqsXHLO5zN4ZIhTQ23VxzI6Qk2WN9ska0tl4ZMDV/4pSyE8SlmNeKPCN3pW86w==" - }, - "Microsoft.AspNetCore.Mvc.Localization/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-+w4s6j88pzJmc++3IozCmo0AIOF8ks/LrOAuMTRm6ve/l+wTp/oqXu2tjLA3QAvP6n6hC3cm40qW69UhYUtSIQ==" - }, - "Microsoft.AspNetCore.Mvc.Razor/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-G17pVnANhBj6AdpzTnJV36MRx4KNLQao0NqGUyKFvtKjy77KR55Fmt6/MVykbOB5xH33fbMIveTiSF3h4kWSQA==" - }, - "Microsoft.AspNetCore.Mvc.Razor.Host/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-cMdbvKf56IRyviirKFAgwcUSxwzLVASRA8cgxQD6Bw/JO9uwpG33mWjMnsdmZveW0y/ek1FjHTx6Zd4UpZfQ6A==" - }, - "Microsoft.AspNetCore.Mvc.TagHelpers/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-5IT4kddg3Tz3Ki53HvP3fvjnpYzKjY5mFWhmpPQvE2vzfMr7zU6X1Cls2SnJPMcV6sAqzTB4j6AmUmcEpFNMqg==" - }, - "Microsoft.AspNetCore.Mvc.ViewFeatures/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-DNMCqY+TX5jgO3M1C7Lf5E61llWZ+QgtjLYfrIkq7yfZjhzI52nprFE3mh66HahKU1EvyOz9+ISdaSmTimfNbQ==" - }, - "Microsoft.AspNetCore.Razor/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-+vhlFn8n45hj1M91HYVm2ryLMZ+ZYR/OUdBVE8aUzkvkTVF+3UnNxSY3hAEugcgcbf9/XQTE+DDxEgN4LdYEjg==" - }, - "Microsoft.AspNetCore.Razor.Runtime/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-hsq6xJeqDDb78akZuy79QE3kaCxcigD3vccbIaNrrz7JSXOzayfteF06ToK+J1SXSDRtrBj3XZZfrjiqIY/vCw==" - }, - "Microsoft.AspNetCore.Routing/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-NvFvRtYHXWjBbXz5/7F7JDNcdhrE+tG1/Q9R6LmMxFgu8tkl1bqtFZQbMy17FYFkmm8Fn/T81blRGE2nxCbDRA==" - }, - "Microsoft.AspNetCore.Routing.Abstractions/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Ne5CFiD1xCGSHrGICw7PsVnj7gijfkMfsw52AO6ingcUhE01dc87cJPpfGLnY22MIvqn11ECLbNZYmzFp/Rs+A==" - }, - "Microsoft.AspNetCore.Server.IISIntegration/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-xmn6EivvL4Ymo7LP+Jc49WLcIiYsUiujZo0loEbAg473nY2dIHxcxncpFAKzPf/MzqN0qBtaXEP0igYJ813H3Q==" - }, - "Microsoft.AspNetCore.Server.Kestrel/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-TNRTsufpdeoa88kR2NU+mO0IZIyJCcBurkdLx4I9d7MpLV1MCnRCrIeTgFIOWpB+j6kytUUXblzhsd0rfk6+bQ==" - }, - "Microsoft.AspNetCore.WebUtilities/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-D0licSnS1JgqQ/gYlN41wXbeYG3dFIdjY781YzMHZ5gBB7kczacshW+H6plZkXRr/cCnAJWGa31o1R8c5GEy/A==" - }, - "Microsoft.CodeAnalysis.Analyzers/1.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-HS3iRWZKcUw/8eZ/08GXKY2Bn7xNzQPzf8gRPHGSowX7u7XXu9i9YEaBeBNKUXWfI7qjvT2zXtLUvbN0hds8vg==" - }, - "Microsoft.CodeAnalysis.Common/1.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-V09G35cs0CT1C4Dr1IEOh8IGfnWALEVAOO5JXsqagxXwmYR012TlorQ+vx2eXxfZRKs3gAS/r92gN9kRBLba5A==" - }, - "Microsoft.CodeAnalysis.CSharp/1.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-BgWDIAbSFsHuGeLSn/rljLi51nXqkSo4DZ0qEIrHyPVasrhxEVq7aV8KKZ3HEfSFB+GIhBmOogE+mlOLYg19eg==" - }, - "Microsoft.CSharp/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.DotNet.InternalAbstractions/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-AAguUq7YyKk3yDWPoWA8DrLZvURxB/LrDdTn1h5lmPeznkFUpfC3p459w5mQYQE0qpquf/CkSQZ0etiV5vRHFA==" - }, - "Microsoft.Extensions.Caching.Abstractions/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-IxlFDVOchL6tdR05bk7EiJvMtvZrVkZXBhkbXqc3GxOHOrHFGcN+92WoWFPeBpdpy8ot/Px5ZdXzt7k+2n1Bdg==" - }, - "Microsoft.Extensions.Caching.Memory/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-6+7zTufCnZ+tfrUo7RbIRR3LB0BxwOwxfXuo0IbLyIvgoToGpWuz5wYEDfCYNOvpig9tY8FA0I1uRHYmITMXMQ==" - }, - "Microsoft.Extensions.Configuration/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-hR4yYebruRp6qyFnV3RW4qrnEb0J1LnMmQbj50AUA423V8dMs4E3YAohsyRyGBFnpbJ+KKzieSG/n2A6T0klZQ==" - }, - "Microsoft.Extensions.Configuration.Abstractions/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-nJ+Et/rnDMDmGhxvFAKdN3va7y+YDPICv1nUEP8I4IKgOkWwr/dCZHMqxVhJFrkbW9ux8Kd7erC4mvxfZh0WnA==" - }, - "Microsoft.Extensions.Configuration.Binder/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-kK8QuBcPQtmKJCkC9enc1uMRFa++mPTuVNm2K5jDVXcAYKRBcFSbdEBvIe1JIgA6dEsAQeqjfHfKSaUJ8f5NFQ==" - }, - "Microsoft.Extensions.Configuration.EnvironmentVariables/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-A0yqS98VtPNlFkFI7YBlwkAekUHE/9mMeNc+K4RmgTjCrskuk6pX3LGhDU7aD5CPYc9Px7M2To/2u4xDSnRikg==" - }, - "Microsoft.Extensions.Configuration.FileExtensions/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-MO7XtmLiqnpgVTX34uzFPvIS7jPmBUGLN0MP5MsYu6CqYTIs90ULjtrV5TegH5mTqKTXWjZRGXL26R6apTyc4w==" - }, - "Microsoft.Extensions.Configuration.Json/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-KRyEOe5/Xi3qyDMdEVh++e2pQRsI6C3wzINVExOcu9lOsFmXK/k4qOf244fyo59rnn6s5xKnIW3WbhxWS1hu2w==" - }, - "Microsoft.Extensions.DependencyInjection/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-zdtkiZNV6LB8xtpmfyUjP/9N9ZCL/ydQ+0bfjun38fbrk+MDEm9M2yeLzRdq+OIt5xExw/KU04wFaVwJ1bhQPg==" - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-+XwaNo3o9RhLQhUnnOBCaukeRi1X9yYc0Fzye9RlErSflKZdw0VgHtn6rvKo0FTionsW0x8QVULhKH+nkqVjQA==" - }, - "Microsoft.Extensions.DependencyModel/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-n55Y2T4qMgCNMrJaqAN+nlG2EH4XL+e9uxIg4vdFsQeF+L8UKxRdD3C35Bt+xk3vO3Zwp3g+6KFq2VPH2COSmg==" - }, - "Microsoft.Extensions.DiagnosticAdapter/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-GGI4Pp9DpRBFlAXDcZRz5e+R+TqLFBWzToTDXqxPjQiRq6DwPvDYuKD10rlJD4QxxeX8fcjakTlKO1RfC+DmFg==" - }, - "Microsoft.Extensions.FileProviders.Abstractions/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-4jsqTxG3py/hYSsOtZMkNJ2/CQqPdpwyK7bDUkrwHgqowCFSmx/C+R4IzQ+2AK2Up1fVcu+ldC0gktwidL828A==" - }, - "Microsoft.Extensions.FileProviders.Composite/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-4nbDQfagNr1eILXSFZbTNuAKuZ6SsOyK6ySTMryo67ECi8+EcZBQ12E0aXcxX/aT3v+3pbWSt71NXlEm8tKIxw==" - }, - "Microsoft.Extensions.FileProviders.Physical/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Ej5hGWtK3xM9YU+B2O8EdlMcJf5utbDQs9ecnfvwhENQeeNU7iI2jjnRB2d7V6o9SQZmNHPzdPvaNb3PlSMz+Q==" - }, - "Microsoft.Extensions.FileSystemGlobbing/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-scXp1Y+hmhQKLe57Z7cSjsAEFtE4zSHHydkg1SpvG56nWwWQVpVcRAbRZsv1qIBR5/vNB4LA9xiOKnvKO/Halg==" - }, - "Microsoft.Extensions.Globalization.CultureInfoCache/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-nxGoN8o+4clQk103krYRqS5FVVCZc3Tlc09AYj4W8gZ9Q5Jxa2BLW7ss+ogKU/hvNSg2NkJyQTfi9SegGU6ssQ==" - }, - "Microsoft.Extensions.Localization/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-nkDgz++GXjMSEIiVS6CpeirV8m8zvc/vUN2sq5sPnqG8PZltCMSNmqrwyL1onx6A6aRNdTr1nVfvYHwWAmS4vg==" - }, - "Microsoft.Extensions.Localization.Abstractions/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-hQ2sEJf7swsD5jk4DogLI3DazGvsvbz0IuSbxPFDjcvP0PRdxgCsyGpg70LD+3tRmxZcE1uh5jtcAi4X2BcB9w==" - }, - "Microsoft.Extensions.Logging/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-0mDuASVrd/nMeBYIJSK+9lT3TSmWxUXP/ipVB1pF1ApMN5fqGCckPTNwmOfT4Z9wPkXGnhbwFTGrxZvbzTWxOg==" - }, - "Microsoft.Extensions.Logging.Abstractions/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-wHT6oY50q36mAXBRKtFaB7u07WxKC5u2M8fi3PqHOOnHyUo9gD0u1TlCNR8UObHQxKMYwqlgI8TLcErpt29n8A==" - }, - "Microsoft.Extensions.Logging.Console/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-GN4gFFONP12KbFEG9rNFpXuz6D2Tybcm8+c1wilaQ1eSl9zVX0gVRrKw/YRwxdwbM3eK7nWfRRqJaQPzOjtLnA==" - }, - "Microsoft.Extensions.Logging.Debug/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-V8fP8pGJxieGa1DAYOF1RX+cCGGqdOGNoAQUzxmy27+qNzbHB/cUXc7mCZT72jPZMB4U12zSVWlIt26GMsUIOg==" - }, - "Microsoft.Extensions.ObjectPool/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-BTXoWSTrv/saLlNSg8l41YOoSKeUUanQLykUqRTtiUJz2xxQOCgm4ckPzrdmSK6w0mdjR2h7IrUDGdBF78Z7yg==" - }, - "Microsoft.Extensions.Options/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-SdP3yPKF++JTkoa91pBDiE70uQkR/gdXWzOnMPbSj+eOqY1vgY+b8RVl+gh7TrJ2wlCK2QqnQtvCQlPPZRK36w==" - }, - "Microsoft.Extensions.Options.ConfigurationExtensions/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ov+cv1w81/lVrjqorjSpUvTzJhRVFu2GSRyRQYcGfGWPwrCz6473YoiqK/XNbeBmmF9VVyGPHVMubAH+Atsr3g==" - }, - "Microsoft.Extensions.PlatformAbstractions/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-zyjUzrOmuevOAJpIo3Mt5GmpALVYCVdLZ99keMbmCxxgQH7oxzU58kGHzE6hAgYEiWsdfMJLjVR7r+vSmaJmtg==" - }, - "Microsoft.Extensions.Primitives/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3q2vzfKEDjL6JFkRpk5SFA3zarYsO6+ZYgoucNImrUMzDn0mFbEOL5p9oPoWiypwypbJVVjWTf557bXZ0YFLig==" - }, - "Microsoft.Extensions.WebEncoders/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-NSSIBREmHHiyoAFXV2LMA+a6RMZtTHxgUbHJGHRtnjmTKnRyticx5HAzNpy8VG9+HCCHenL9QD7zSA8jjgAi5A==" - }, - "Microsoft.Net.Http.Headers/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-1lr92itF1fKR2oEQ6gk1IUsuCgp7UMlf/b1sjlAyuDeUnttj39ra59GQHYpomglJX1UVNpi1/cSBbEsXoNeIhw==" - }, - "Microsoft.NETCore.Platforms/1.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-2G6OjjJzwBfNOO8myRV/nFrbTw5iA+DEm0N+qUqhrOmaVtn4pC77h38I1jsXGw5VH55+dPfQsqHD0We9sCl9FQ==" - }, - "MongoDB.Bson/2.2.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Q3TLxEVx5MsoXgqHqUFAh15kGJmgv1pvgXtm4/d9E22Ee8X9jVoPC8zIgIuQddO771Zbn9chJE+5QLfgxZl25Q==" - }, - "MongoDB.Driver/2.2.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-iWvQlPMSeA8oe7LqfgqZ0txY8+/Ns6qD/efR3tcMT4DgYT4W1vJZ4A8dfegeIZV3kKIiFA+L4ALgww5nfJtcBg==" - }, - "MongoDB.Driver.Core/2.2.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-gdqzKYas7RMBXt36N8UWTriVitRbX+8Y57yxdNDn6DzXe7aS1tcBofAtBO8FxOtmkGY3fD9CQUbqLLNDuAfjRQ==" - }, - "MySql.Data/6.9.8": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ZSkMKsB1J9Cb/nO3+GlfX/YttibU23y5ZQtn/xzzl3xfPK512wP1jNjiVG4AFvmeJrf02qHNc/GfXJGYYHN8Pg==" - }, - "MySql.Data.Entity/6.9.8": { - "type": "package", - "serviceable": true, - "sha512": "sha512-jdMn+++xLDtdrTy4QYIWWoIsf2EGC4UACEkPcvWloD9Zty5KmlY8Zee9csJB9BpO3mlGzSNzc15vJmrg/Vv1vQ==" - }, - "NETStandard.Library/1.6.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ypsCvIdCZ4IoYASJHt6tF2fMo7N30NLgV1EbmC+snO490OMl9FvVxmumw14rhReWU3j3g7BYudG6YCrchwHJlA==" - }, - "Newtonsoft.Json/9.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-U82mHQSKaIk+lpSVCbWYKNavmNH1i5xrExDEquU1i6I5pV6UMOqRnJRSlKO3cMPfcpp0RgDY+8jUXHdQ4IfXvw==" - }, - "NHibernate/4.0.4.4000": { - "type": "package", - "serviceable": true, - "sha512": "sha512-jAKwpGLeGai8KWj1e3p1K882vlZUJaQeH4RTuscKTyXhsEsiQEe2uKs9S3bY91aPyygMiPXg1CyRopi1K+e5aA==" - }, - "NHibernate.Linq/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-iHt5IrvPWXEh90BV9XDPMBkiCKwlwJ/iCHY5fP7qAvJ512J59cya8eFAY1FJJ6QcTGa8bD5MlSJAXJDXx2VHaA==" - }, - "OAuth/1.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-hgYuURGgXcAmxg8Xn/wIlI85eCy4UuxujmR04uXpDQjUwFfgT25eM+j1FerJwI9FK+K8Mr1ViNXP4Vm9BsxW7A==" - }, - "Serilog/2.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OgcPRKdML09vZ2TCsExktklCa4fyj5nxghz1SL1oKArAZnm0rojIHTsb93hckJnNbc9IfQ1jtFp3M7fE0nIvGg==" - }, - "Serilog.Extensions.Logging/1.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-6fvXcoX6qarOjItiJfkdGsFF1WvJbHpWuz+s7/HirtwYONSYd4xLOF/PCqKjnyT44AFAB9EedUaz74wvCf/xRw==" - }, - "Serilog.Sinks.ColoredConsole/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pAH8MO/6oPPToCnwKpSAszIVF0tPpYjKLNhAJlTxAinpcRjPrKT/1bGTW/ZqoCluVyZQl5eg1gIxEkhHEd6Uww==" - }, - "Serilog.Sinks.File/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-atGnXIHSM5Lg9E14mXc1Yf8CuKnNSaenW+ZPVCrM1O/+lXwl3BgZ6ZXvLE1n4XF71ZU1U9dx/Yg47ci90QbjrQ==" - }, - "Serilog.Sinks.RollingFile/2.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-bBCGuXxlLq2yho3QLdRzEsW2sp7zQKcrNb7gmyqLtNwE3K20MolNYWoWqEmZJGGBktPt8quFYQJCFXSPdpGkTQ==" - }, - "StackExchange.Redis/1.1.603": { - "type": "package", - "serviceable": true, - "sha512": "sha512-p1r0jd4HiJHQ72ynTJ/ypNzf4xvCKtPJdqpeS8h9Raa5wakJ8a0Bxw1f8iYvqUOLC2CMfZMkHv3IlNYijktSAw==" - }, - "System.Buffers/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-msXumHfjjURSkvxUjYuq4N2ghHoRi2VpXcKMA7gK6ujQfU3vGpl+B6ld0ATRg+FZFpRyA6PgEPA+VlIkTeNf2w==" - }, - "System.Collections/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Collections.Concurrent/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Collections.Immutable/1.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Cma8cBW6di16ZLibL8LYQ+cLjGzoKxpOTu/faZfDcx94ZjAGq6Nv5RO7+T1YZXqEXTZP9rt1wLVEONVpURtUqw==" - }, - "System.ComponentModel/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.ComponentModel.Primitives/4.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-sc/7eVCdxPrp3ljpgTKVaQGUXiW05phNWvtv/m2kocXqrUQvTVWKou1Edas2aDjTThLPZOxPYIGNb/HN0QjURg==" - }, - "System.ComponentModel.TypeConverter/4.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-MnDAlaeJZy9pdB5ZdOlwdxfpI+LJQ6e0hmH7d2+y2LkiD8DRJynyDYl4Xxf3fWFm7SbEwBZh4elcfzONQLOoQw==" - }, - "System.Diagnostics.Contracts/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Diagnostics.Debug/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Diagnostics.DiagnosticSource/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-YKglnq4BMTJxfcr6nuT08g+yJ0UxdePIHxosiLuljuHIUR6t4KhFsyaHOaOc1Ofqp0PUvJ0EmcgiEz6T7vEx3w==" - }, - "System.Diagnostics.Tools/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Diagnostics.Tracing/4.0.10.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Globalization/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.IO/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.IO.Compression/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Linq/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Linq.Expressions/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Net.Http/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Net.Primitives/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Numerics.Vectors/4.1.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Ex1NSKycC2wi5XBMWUGWPc3lumh6OQWFFmmpZFZz0oLht5lQ+wWPHVZumOrMJuckfUiVMd4p67BrkBos8lcF+Q==" - }, - "System.ObjectModel/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Reflection/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Reflection.Emit/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Reflection.Emit.Lightweight/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Reflection.Extensions/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Reflection.Metadata/1.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-jMSCxA4LSyKBGRDm/WtfkO03FkcgRzHxwvQRib1bm2GZ8ifKM1MX1al6breGCEQK280mdl9uQS7JNPXRYk90jw==" - }, - "System.Reflection.Primitives/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Resources.ResourceManager/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Runtime/4.0.10.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Runtime.Extensions/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Runtime.InteropServices/4.0.10.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Runtime.InteropServices.RuntimeInformation/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-hWPhJxc453RCa8Z29O91EmfGeZIHX1ZH2A8L6lYQVSaKzku2DfArSfMEb1/MYYzPQRJZeu0c9dmYeJKxW5Fgng==" - }, - "System.Runtime.Numerics/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Runtime.Serialization.Primitives/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Text.Encoding/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Text.Encoding.Extensions/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Text.Encodings.Web/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-TWZnuiJgPDAEEUfobD7njXvSVR2Toz+jvKWds6yL4oSztmKQfnWzucczjzA+6Dv1bktBdY71sZW1YN0X6m9chQ==" - }, - "System.Text.RegularExpressions/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Threading/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Threading.Tasks/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Threading.Tasks.Extensions/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pH4FZDsZQ/WmgJtN4LWYmRdJAEeVkyriSwrv2Teoe5FOU0Yxlb6II6GL8dBPOfRmutHGATduj3ooMt7dJ2+i+w==" - }, - "System.Threading.Timer/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Xml.ReaderWriter/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Xml.XDocument/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Zlib.Portable.Signed/1.11.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-1f4itCxlSBxU8kf85qUmx1+d0iHKLeZK8S7ilb4w0t+uV+/xtOUUVOEAnFMG5uHVBc7L+ycZjWQoA+a1GZKYjg==" - }, - "Domain.Socioboard/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Socioboard.Facebook/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Socioboard.Google/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Socioboard.Instagram/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Socioboard.LinkedIn/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Socioboard.Twitter/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "System.Xml/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "mscorlib/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Core/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.ComponentModel.DataAnnotations/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Security/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Xml.Linq/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Net/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Data/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Web.Extensions/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - } - } -} \ No newline at end of file diff --git a/src/Api.Socioboard/obj/Release/net451/dotnet-compile-csc.rsp b/src/Api.Socioboard/obj/Release/net451/dotnet-compile-csc.rsp deleted file mode 100644 index 188bd2e52..000000000 --- a/src/Api.Socioboard/obj/Release/net451/dotnet-compile-csc.rsp +++ /dev/null @@ -1,247 +0,0 @@ --d:RELEASE --d:TRACE --d:NET451 --nowarn:CS1701 --nowarn:CS1702 --nowarn:CS1705 --platform:x64 --optimize --debug:full --nostdlib --nologo -"D:\bitbucket\src\Api.Socioboard\obj\Release\net451\dotnet-compile.assemblyinfo.cs" --out:"D:\bitbucket\src\Api.Socioboard\bin\Release\net451\Api.Socioboard.exe" --r:"C:\Users\hp\.nuget\packages\BouncyCastle\1.7.0\lib\Net40-Client\BouncyCastle.Crypto.dll" --r:"C:\Users\hp\.nuget\packages\EntityFramework\6.0.0\lib\net45\EntityFramework.SqlServer.dll" --r:"C:\Users\hp\.nuget\packages\EntityFramework\6.0.0\lib\net45\EntityFramework.dll" --r:"C:\Users\hp\.nuget\packages\Facebook\7.0.10-beta\lib\net45\Facebook.dll" --r:"C:\Users\hp\.nuget\packages\Google.Apis\1.14.0\lib\net45\Google.Apis.PlatformServices.dll" --r:"C:\Users\hp\.nuget\packages\Google.Apis\1.14.0\lib\net45\Google.Apis.dll" --r:"C:\Users\hp\.nuget\packages\Google.Apis.Analytics.v3\1.14.0.456\lib\portable-net45+netcore45+wpa81+wp8\Google.Apis.Analytics.v3.dll" --r:"C:\Users\hp\.nuget\packages\Google.Apis.Auth\1.14.0\lib\net45\Google.Apis.Auth.PlatformServices.dll" --r:"C:\Users\hp\.nuget\packages\Google.Apis.Auth\1.14.0\lib\net45\Google.Apis.Auth.dll" --r:"C:\Users\hp\.nuget\packages\Google.Apis.Core\1.14.0\lib\net45\Google.Apis.Core.dll" --r:"C:\Users\hp\.nuget\packages\Hammock\1.2.3\lib\net40\Hammock.dll" --r:"C:\Users\hp\.nuget\packages\Iesi.Collections\4.0.0.4000\lib\net40\Iesi.Collections.dll" --r:"C:\Users\hp\.nuget\packages\log4net\2.0.3\lib\net40-full\log4net.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.ApplicationInsights\2.1.0\lib\net45\Microsoft.ApplicationInsights.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.ApplicationInsights.Agent.Intercept\1.2.1\lib\net45\Microsoft.AI.Agent.Intercept.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.ApplicationInsights.AspNetCore\1.0.0\lib\net451\Microsoft.ApplicationInsights.AspNetCore.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.ApplicationInsights.DependencyCollector\2.1.0\lib\net45\Microsoft.AI.DependencyCollector.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.ApplicationInsights.PerfCounterCollector\2.1.0\lib\net45\Microsoft.AI.PerfCounterCollector.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel\2.1.0\lib\net45\Microsoft.AI.ServerTelemetryChannel.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.AspNet.WebApi.Client\5.2.3\lib\net45\System.Net.Http.Formatting.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.Antiforgery\1.0.0\lib\net451\Microsoft.AspNetCore.Antiforgery.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.Authorization\1.0.0\lib\net451\Microsoft.AspNetCore.Authorization.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.Cors\1.0.0\lib\net451\Microsoft.AspNetCore.Cors.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.Cryptography.Internal\1.0.0\lib\net451\Microsoft.AspNetCore.Cryptography.Internal.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.DataProtection\1.0.0\lib\net451\Microsoft.AspNetCore.DataProtection.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.DataProtection.Abstractions\1.0.0\lib\net451\Microsoft.AspNetCore.DataProtection.Abstractions.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.Diagnostics\1.0.0\lib\net451\Microsoft.AspNetCore.Diagnostics.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.Diagnostics.Abstractions\1.0.0\lib\netstandard1.0\Microsoft.AspNetCore.Diagnostics.Abstractions.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.Hosting\1.0.0\lib\net451\Microsoft.AspNetCore.Hosting.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.Hosting.Abstractions\1.0.0\lib\net451\Microsoft.AspNetCore.Hosting.Abstractions.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.Hosting.Server.Abstractions\1.0.0\lib\net451\Microsoft.AspNetCore.Hosting.Server.Abstractions.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.Html.Abstractions\1.0.0\lib\netstandard1.0\Microsoft.AspNetCore.Html.Abstractions.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.Http\1.0.0\lib\net451\Microsoft.AspNetCore.Http.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.Http.Abstractions\1.0.0\lib\net451\Microsoft.AspNetCore.Http.Abstractions.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.Http.Extensions\1.0.0\lib\net451\Microsoft.AspNetCore.Http.Extensions.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.Http.Features\1.0.0\lib\net451\Microsoft.AspNetCore.Http.Features.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.HttpOverrides\1.0.0\lib\net451\Microsoft.AspNetCore.HttpOverrides.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.JsonPatch\1.0.0\lib\netstandard1.1\Microsoft.AspNetCore.JsonPatch.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.Localization\1.0.0\lib\net451\Microsoft.AspNetCore.Localization.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.Mvc\1.0.0\lib\net451\Microsoft.AspNetCore.Mvc.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.Mvc.Abstractions\1.0.0\lib\net451\Microsoft.AspNetCore.Mvc.Abstractions.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.Mvc.ApiExplorer\1.0.0\lib\net451\Microsoft.AspNetCore.Mvc.ApiExplorer.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.Mvc.Core\1.0.0\lib\net451\Microsoft.AspNetCore.Mvc.Core.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.Mvc.Cors\1.0.0\lib\net451\Microsoft.AspNetCore.Mvc.Cors.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.Mvc.DataAnnotations\1.0.0\lib\net451\Microsoft.AspNetCore.Mvc.DataAnnotations.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.Mvc.Formatters.Json\1.0.0\lib\net451\Microsoft.AspNetCore.Mvc.Formatters.Json.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.Mvc.Localization\1.0.0\lib\net451\Microsoft.AspNetCore.Mvc.Localization.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.Mvc.Razor\1.0.0\lib\net451\Microsoft.AspNetCore.Mvc.Razor.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.Mvc.Razor.Host\1.0.0\lib\net451\Microsoft.AspNetCore.Mvc.Razor.Host.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.Mvc.TagHelpers\1.0.0\lib\net451\Microsoft.AspNetCore.Mvc.TagHelpers.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.Mvc.ViewFeatures\1.0.0\lib\net451\Microsoft.AspNetCore.Mvc.ViewFeatures.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.Razor\1.0.0\lib\net451\Microsoft.AspNetCore.Razor.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.Razor.Runtime\1.0.0\lib\net451\Microsoft.AspNetCore.Razor.Runtime.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.Routing\1.0.0\lib\net451\Microsoft.AspNetCore.Routing.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.Routing.Abstractions\1.0.0\lib\net451\Microsoft.AspNetCore.Routing.Abstractions.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.Server.IISIntegration\1.0.0\lib\net451\Microsoft.AspNetCore.Server.IISIntegration.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.Server.Kestrel\1.0.0\lib\net451\Microsoft.AspNetCore.Server.Kestrel.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.WebUtilities\1.0.0\lib\net451\Microsoft.AspNetCore.WebUtilities.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.CodeAnalysis.Common\1.3.0\lib\net45\Microsoft.CodeAnalysis.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.CodeAnalysis.CSharp\1.3.0\lib\net45\Microsoft.CodeAnalysis.CSharp.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Microsoft.CSharp.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.DotNet.InternalAbstractions\1.0.0\lib\net451\Microsoft.DotNet.InternalAbstractions.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.Extensions.Caching.Abstractions\1.0.0\lib\netstandard1.0\Microsoft.Extensions.Caching.Abstractions.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.Extensions.Caching.Memory\1.0.0\lib\net451\Microsoft.Extensions.Caching.Memory.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.Extensions.Configuration\1.0.0\lib\netstandard1.1\Microsoft.Extensions.Configuration.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.Extensions.Configuration.Abstractions\1.0.0\lib\netstandard1.0\Microsoft.Extensions.Configuration.Abstractions.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.Extensions.Configuration.Binder\1.0.0\lib\netstandard1.1\Microsoft.Extensions.Configuration.Binder.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.Extensions.Configuration.EnvironmentVariables\1.0.0\lib\net451\Microsoft.Extensions.Configuration.EnvironmentVariables.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.Extensions.Configuration.FileExtensions\1.0.0\lib\net451\Microsoft.Extensions.Configuration.FileExtensions.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.Extensions.Configuration.Json\1.0.0\lib\net451\Microsoft.Extensions.Configuration.Json.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.Extensions.DependencyInjection\1.0.0\lib\netstandard1.1\Microsoft.Extensions.DependencyInjection.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.Extensions.DependencyInjection.Abstractions\1.0.0\lib\netstandard1.0\Microsoft.Extensions.DependencyInjection.Abstractions.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.Extensions.DependencyModel\1.0.0\lib\net451\Microsoft.Extensions.DependencyModel.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.Extensions.DiagnosticAdapter\1.0.0\lib\netstandard1.1\Microsoft.Extensions.DiagnosticAdapter.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.Extensions.FileProviders.Abstractions\1.0.0\lib\netstandard1.0\Microsoft.Extensions.FileProviders.Abstractions.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.Extensions.FileProviders.Composite\1.0.0\lib\netstandard1.0\Microsoft.Extensions.FileProviders.Composite.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.Extensions.FileProviders.Physical\1.0.0\lib\net451\Microsoft.Extensions.FileProviders.Physical.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.Extensions.FileSystemGlobbing\1.0.0\lib\net451\Microsoft.Extensions.FileSystemGlobbing.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.Extensions.Globalization.CultureInfoCache\1.0.0\lib\netstandard1.1\Microsoft.Extensions.Globalization.CultureInfoCache.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.Extensions.Localization\1.0.0\lib\net451\Microsoft.Extensions.Localization.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.Extensions.Localization.Abstractions\1.0.0\lib\netstandard1.0\Microsoft.Extensions.Localization.Abstractions.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.Extensions.Logging\1.0.0\lib\netstandard1.1\Microsoft.Extensions.Logging.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.Extensions.Logging.Abstractions\1.0.0\lib\netstandard1.1\Microsoft.Extensions.Logging.Abstractions.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.Extensions.Logging.Console\1.0.0\lib\net451\Microsoft.Extensions.Logging.Console.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.Extensions.Logging.Debug\1.0.0\lib\net451\Microsoft.Extensions.Logging.Debug.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.Extensions.ObjectPool\1.0.0\lib\net451\Microsoft.Extensions.ObjectPool.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.Extensions.Options\1.0.0\lib\netstandard1.0\Microsoft.Extensions.Options.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.Extensions.Options.ConfigurationExtensions\1.0.0\lib\netstandard1.1\Microsoft.Extensions.Options.ConfigurationExtensions.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.Extensions.PlatformAbstractions\1.0.0\lib\net451\Microsoft.Extensions.PlatformAbstractions.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.Extensions.Primitives\1.0.0\lib\netstandard1.0\Microsoft.Extensions.Primitives.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.Extensions.WebEncoders\1.0.0\lib\netstandard1.0\Microsoft.Extensions.WebEncoders.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.Net.Http.Headers\1.0.0\lib\netstandard1.1\Microsoft.Net.Http.Headers.dll" --r:"C:\Users\hp\.nuget\packages\MongoDB.Bson\2.2.4\lib\net45\MongoDB.Bson.dll" --r:"C:\Users\hp\.nuget\packages\MongoDB.Driver\2.2.4\lib\net45\MongoDB.Driver.dll" --r:"C:\Users\hp\.nuget\packages\MongoDB.Driver.Core\2.2.4\lib\net45\MongoDB.Driver.Core.dll" --r:"C:\Users\hp\.nuget\packages\MySql.Data\6.9.8\lib\net45\MySql.Data.dll" --r:"C:\Users\hp\.nuget\packages\MySql.Data.Entity\6.9.8\lib\net45\MySql.Data.Entity.EF6.dll" --r:"C:\Users\hp\.nuget\packages\Newtonsoft.Json\9.0.1\lib\net45\Newtonsoft.Json.dll" --r:"C:\Users\hp\.nuget\packages\NHibernate\4.0.4.4000\lib\net40\NHibernate.dll" --r:"C:\Users\hp\.nuget\packages\NHibernate.Linq\1.0.0\lib\NHibernate.Linq.dll" --r:"C:\Users\hp\.nuget\packages\OAuth\1.0.3\lib\net40\OAuth.dll" --r:"C:\Users\hp\.nuget\packages\Serilog\2.1.0\lib\net45\Serilog.dll" --r:"C:\Users\hp\.nuget\packages\Serilog.Extensions.Logging\1.1.0\lib\net45\Serilog.Extensions.Logging.dll" --r:"C:\Users\hp\.nuget\packages\Serilog.Sinks.ColoredConsole\2.0.0\lib\net45\Serilog.Sinks.ColoredConsole.dll" --r:"C:\Users\hp\.nuget\packages\Serilog.Sinks.File\2.0.0\lib\net45\Serilog.Sinks.File.dll" --r:"C:\Users\hp\.nuget\packages\Serilog.Sinks.RollingFile\2.1.0\lib\net45\Serilog.Sinks.RollingFile.dll" --r:"C:\Users\hp\.nuget\packages\StackExchange.Redis\1.1.603\lib\net45\StackExchange.Redis.dll" --r:"C:\Users\hp\.nuget\packages\System.Buffers\4.0.0\lib\netstandard1.1\System.Buffers.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Collections.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Collections.Concurrent.dll" --r:"C:\Users\hp\.nuget\packages\System.Collections.Immutable\1.2.0\lib\portable-net45+win8+wp8+wpa81\System.Collections.Immutable.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.ComponentModel.dll" --r:"C:\Users\hp\.nuget\packages\System.ComponentModel.Primitives\4.1.0\ref\net45\System.ComponentModel.Primitives.dll" --r:"C:\Users\hp\.nuget\packages\System.ComponentModel.TypeConverter\4.1.0\ref\net45\System.ComponentModel.TypeConverter.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Diagnostics.Contracts.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Diagnostics.Debug.dll" --r:"C:\Users\hp\.nuget\packages\System.Diagnostics.DiagnosticSource\4.0.0\lib\portable-net45+win8+wpa81\System.Diagnostics.DiagnosticSource.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Diagnostics.Tools.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Diagnostics.Tracing.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Globalization.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.IO.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.IO.Compression.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Linq.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Linq.Expressions.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.Net.Http.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Net.Primitives.dll" --r:"C:\Users\hp\.nuget\packages\System.Numerics.Vectors\4.1.1\ref\netstandard1.0\System.Numerics.Vectors.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.ObjectModel.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Reflection.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Reflection.Emit.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Reflection.Emit.Lightweight.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Reflection.Extensions.dll" --r:"C:\Users\hp\.nuget\packages\System.Reflection.Metadata\1.3.0\lib\portable-net45+win8\System.Reflection.Metadata.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Reflection.Primitives.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Resources.ResourceManager.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Runtime.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Runtime.Extensions.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Runtime.InteropServices.dll" --r:"C:\Users\hp\.nuget\packages\System.Runtime.InteropServices.RuntimeInformation\4.0.0\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Runtime.Numerics.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Runtime.Serialization.Primitives.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Text.Encoding.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Text.Encoding.Extensions.dll" --r:"C:\Users\hp\.nuget\packages\System.Text.Encodings.Web\4.0.0\lib\netstandard1.0\System.Text.Encodings.Web.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Text.RegularExpressions.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Threading.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Threading.Tasks.dll" --r:"C:\Users\hp\.nuget\packages\System.Threading.Tasks.Extensions\4.0.0\lib\portable-net45+win8+wp8+wpa81\System.Threading.Tasks.Extensions.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Threading.Timer.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Xml.ReaderWriter.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Xml.XDocument.dll" --r:"C:\Users\hp\.nuget\packages\Zlib.Portable.Signed\1.11.0\lib\portable-net4+sl5+wp8+win8+wpa81+MonoTouch+MonoAndroid\Zlib.Portable.dll" --r:"D:\bitbucket\src\Domain.Socioboard\bin\Release\net451\Domain.Socioboard.dll" --r:"D:\bitbucket\src\Socioboard.Facebook\bin\Release\net451\Socioboard.Facebook.dll" --r:"D:\bitbucket\src\Socioboard.Google\bin\Release\net451\Socioboard.Google.dll" --r:"D:\bitbucket\src\Socioboard.Instagram\bin\Release\net451\Socioboard.Instagram.dll" --r:"D:\bitbucket\src\Socioboard.LinkedIn\bin\Release\net451\Socioboard.LinkedIn.dll" --r:"D:\bitbucket\src\Socioboard.Twitter\bin\Release\net451\Socioboard.Twitter.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.Xml.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\mscorlib.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.Core.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.ComponentModel.DataAnnotations.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.Security.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.Xml.Linq.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.Net.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.Data.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.Web.Extensions.dll" --resource:"D:\bitbucket\src\Api.Socioboard\obj\Release\net451\Api.Socioboarddotnet-compile.deps.json",Api.Socioboard.deps.json -"D:\bitbucket\src\Api.Socioboard\Program.cs" -"D:\bitbucket\src\Api.Socioboard\Startup.cs" -"D:\bitbucket\src\Api.Socioboard\Controllers\AffiliatesController.cs" -"D:\bitbucket\src\Api.Socioboard\Controllers\BoardMeController.cs" -"D:\bitbucket\src\Api.Socioboard\Controllers\DiscoveryController.cs" -"D:\bitbucket\src\Api.Socioboard\Controllers\DraftMessageController.cs" -"D:\bitbucket\src\Api.Socioboard\Controllers\FacaebookPageReportsController.cs" -"D:\bitbucket\src\Api.Socioboard\Controllers\FacebookController.cs" -"D:\bitbucket\src\Api.Socioboard\Controllers\GoogleController.cs" -"D:\bitbucket\src\Api.Socioboard\Controllers\GroupMemberController.cs" -"D:\bitbucket\src\Api.Socioboard\Controllers\GroupProfilesController.cs" -"D:\bitbucket\src\Api.Socioboard\Controllers\GroupReportController.cs" -"D:\bitbucket\src\Api.Socioboard\Controllers\GroupsController.cs" -"D:\bitbucket\src\Api.Socioboard\Controllers\InstagramController.cs" -"D:\bitbucket\src\Api.Socioboard\Controllers\InstagramReportsController.cs" -"D:\bitbucket\src\Api.Socioboard\Controllers\LinkedInController.cs" -"D:\bitbucket\src\Api.Socioboard\Controllers\RssFeedController.cs" -"D:\bitbucket\src\Api.Socioboard\Controllers\ShareathonController.cs" -"D:\bitbucket\src\Api.Socioboard\Controllers\SocialMessagesController.cs" -"D:\bitbucket\src\Api.Socioboard\Controllers\TaskController.cs" -"D:\bitbucket\src\Api.Socioboard\Controllers\TwitterController.cs" -"D:\bitbucket\src\Api.Socioboard\Controllers\TwitterReportsController.cs" -"D:\bitbucket\src\Api.Socioboard\Controllers\UserController.cs" -"D:\bitbucket\src\Api.Socioboard\Controllers\ValuesController.cs" -"D:\bitbucket\src\Api.Socioboard\Helper\AppSettings.cs" -"D:\bitbucket\src\Api.Socioboard\Helper\Cache.cs" -"D:\bitbucket\src\Api.Socioboard\Helper\DiscoverySmart.cs" -"D:\bitbucket\src\Api.Socioboard\Helper\FacebookHelper.cs" -"D:\bitbucket\src\Api.Socioboard\Helper\GoogleAnaltyicsReportingHelper.cs" -"D:\bitbucket\src\Api.Socioboard\Helper\GoogleAnalyticsAuthenticationHelper.cs" -"D:\bitbucket\src\Api.Socioboard\Helper\GoogleAnalyticsRealTimeHelper.cs" -"D:\bitbucket\src\Api.Socioboard\Helper\GoogleHelper.cs" -"D:\bitbucket\src\Api.Socioboard\Helper\GplusDiscoverySearchHelper.cs" -"D:\bitbucket\src\Api.Socioboard\Helper\InstagramHelper.cs" -"D:\bitbucket\src\Api.Socioboard\Helper\LinkedInHelper.cs" -"D:\bitbucket\src\Api.Socioboard\Helper\ScheduleMessageHelper.cs" -"D:\bitbucket\src\Api.Socioboard\Helper\SessionFactory.cs" -"D:\bitbucket\src\Api.Socioboard\Helper\TwitterHelper.cs" -"D:\bitbucket\src\Api.Socioboard\Helper\Utility.cs" -"D:\bitbucket\src\Api.Socioboard\Model\DatabaseRepository.cs" -"D:\bitbucket\src\Api.Socioboard\Model\MongoRepository.cs" -"D:\bitbucket\src\Api.Socioboard\Repositories\AffiliatesRepository.cs" -"D:\bitbucket\src\Api.Socioboard\Repositories\DiscoveryRepository.cs" -"D:\bitbucket\src\Api.Socioboard\Repositories\DraftMessageRepository.cs" -"D:\bitbucket\src\Api.Socioboard\Repositories\EwalletWithdrawRepository.cs" -"D:\bitbucket\src\Api.Socioboard\Repositories\FacaebookPageReportsRepositories.cs" -"D:\bitbucket\src\Api.Socioboard\Repositories\FacebookRepository.cs" -"D:\bitbucket\src\Api.Socioboard\Repositories\GplusRepository.cs" -"D:\bitbucket\src\Api.Socioboard\Repositories\GroupMembersRepository.cs" -"D:\bitbucket\src\Api.Socioboard\Repositories\GroupProfilesRepository.cs" -"D:\bitbucket\src\Api.Socioboard\Repositories\GroupReportRepository.cs" -"D:\bitbucket\src\Api.Socioboard\Repositories\GroupsRepository.cs" -"D:\bitbucket\src\Api.Socioboard\Repositories\InstagramReportsRepository.cs" -"D:\bitbucket\src\Api.Socioboard\Repositories\InstagramRepository.cs" -"D:\bitbucket\src\Api.Socioboard\Repositories\LinkedInAccountRepository.cs" -"D:\bitbucket\src\Api.Socioboard\Repositories\RssFeedRepository.cs" -"D:\bitbucket\src\Api.Socioboard\Repositories\ScheduledMessageRepository.cs" -"D:\bitbucket\src\Api.Socioboard\Repositories\ShareathonRepository.cs" -"D:\bitbucket\src\Api.Socioboard\Repositories\TaskRepository.cs" -"D:\bitbucket\src\Api.Socioboard\Repositories\TwitterReportsRepository.cs" -"D:\bitbucket\src\Api.Socioboard\Repositories\TwitterRepository.cs" -"D:\bitbucket\src\Api.Socioboard\Repositories\BoardMeRepository\BoardMeRepository.cs" -"D:\bitbucket\src\Api.Socioboard\Repositories\BoardMeRepository\GplusRepository.cs" -"D:\bitbucket\src\Api.Socioboard\Repositories\BoardMeRepository\InstagramRepository.cs" -"D:\bitbucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs" diff --git a/src/Api.Socioboard/obj/Release/net451/dotnet-compile.assemblyinfo.cs b/src/Api.Socioboard/obj/Release/net451/dotnet-compile.assemblyinfo.cs deleted file mode 100644 index c2688e152..000000000 --- a/src/Api.Socioboard/obj/Release/net451/dotnet-compile.assemblyinfo.cs +++ /dev/null @@ -1,5 +0,0 @@ -// This file has been auto generated. -[assembly:System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly:System.Reflection.AssemblyVersionAttribute("1.0.0.0")] -[assembly:System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] -[assembly:System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.5.1")] \ No newline at end of file diff --git a/src/Api.Socioboard/obj/Release/net451/dotnet-compile.rsp b/src/Api.Socioboard/obj/Release/net451/dotnet-compile.rsp deleted file mode 100644 index 27aac5dbe..000000000 --- a/src/Api.Socioboard/obj/Release/net451/dotnet-compile.rsp +++ /dev/null @@ -1,250 +0,0 @@ ---temp-output:D:\bitbucket\src\Api.Socioboard\obj\Release\net451\ ---out:D:\bitbucket\src\Api.Socioboard\bin\Release\net451\Api.Socioboard.exe ---define:RELEASE ---define:TRACE ---define:NET451 ---suppress-warning:CS1701 ---suppress-warning:CS1702 ---suppress-warning:CS1705 ---platform:x64 ---optimize:True ---emit-entry-point:True ---output-name:Api.Socioboard ---file-version:1.0.0.0 ---version:1.0.0.0 ---informational-version:1.0.0 ---target-framework:.NETFramework,Version=v4.5.1 ---reference:C:\Users\hp\.nuget\packages\BouncyCastle\1.7.0\lib\Net40-Client\BouncyCastle.Crypto.dll ---reference:C:\Users\hp\.nuget\packages\EntityFramework\6.0.0\lib\net45\EntityFramework.SqlServer.dll ---reference:C:\Users\hp\.nuget\packages\EntityFramework\6.0.0\lib\net45\EntityFramework.dll ---reference:C:\Users\hp\.nuget\packages\Facebook\7.0.10-beta\lib\net45\Facebook.dll ---reference:C:\Users\hp\.nuget\packages\Google.Apis\1.14.0\lib\net45\Google.Apis.PlatformServices.dll ---reference:C:\Users\hp\.nuget\packages\Google.Apis\1.14.0\lib\net45\Google.Apis.dll ---reference:C:\Users\hp\.nuget\packages\Google.Apis.Analytics.v3\1.14.0.456\lib\portable-net45+netcore45+wpa81+wp8\Google.Apis.Analytics.v3.dll ---reference:C:\Users\hp\.nuget\packages\Google.Apis.Auth\1.14.0\lib\net45\Google.Apis.Auth.PlatformServices.dll ---reference:C:\Users\hp\.nuget\packages\Google.Apis.Auth\1.14.0\lib\net45\Google.Apis.Auth.dll ---reference:C:\Users\hp\.nuget\packages\Google.Apis.Core\1.14.0\lib\net45\Google.Apis.Core.dll ---reference:C:\Users\hp\.nuget\packages\Hammock\1.2.3\lib\net40\Hammock.dll ---reference:C:\Users\hp\.nuget\packages\Iesi.Collections\4.0.0.4000\lib\net40\Iesi.Collections.dll ---reference:C:\Users\hp\.nuget\packages\log4net\2.0.3\lib\net40-full\log4net.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.ApplicationInsights\2.1.0\lib\net45\Microsoft.ApplicationInsights.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.ApplicationInsights.Agent.Intercept\1.2.1\lib\net45\Microsoft.AI.Agent.Intercept.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.ApplicationInsights.AspNetCore\1.0.0\lib\net451\Microsoft.ApplicationInsights.AspNetCore.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.ApplicationInsights.DependencyCollector\2.1.0\lib\net45\Microsoft.AI.DependencyCollector.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.ApplicationInsights.PerfCounterCollector\2.1.0\lib\net45\Microsoft.AI.PerfCounterCollector.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel\2.1.0\lib\net45\Microsoft.AI.ServerTelemetryChannel.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.AspNet.WebApi.Client\5.2.3\lib\net45\System.Net.Http.Formatting.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.Antiforgery\1.0.0\lib\net451\Microsoft.AspNetCore.Antiforgery.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.Authorization\1.0.0\lib\net451\Microsoft.AspNetCore.Authorization.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.Cors\1.0.0\lib\net451\Microsoft.AspNetCore.Cors.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.Cryptography.Internal\1.0.0\lib\net451\Microsoft.AspNetCore.Cryptography.Internal.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.DataProtection\1.0.0\lib\net451\Microsoft.AspNetCore.DataProtection.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.DataProtection.Abstractions\1.0.0\lib\net451\Microsoft.AspNetCore.DataProtection.Abstractions.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.Diagnostics\1.0.0\lib\net451\Microsoft.AspNetCore.Diagnostics.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.Diagnostics.Abstractions\1.0.0\lib\netstandard1.0\Microsoft.AspNetCore.Diagnostics.Abstractions.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.Hosting\1.0.0\lib\net451\Microsoft.AspNetCore.Hosting.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.Hosting.Abstractions\1.0.0\lib\net451\Microsoft.AspNetCore.Hosting.Abstractions.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.Hosting.Server.Abstractions\1.0.0\lib\net451\Microsoft.AspNetCore.Hosting.Server.Abstractions.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.Html.Abstractions\1.0.0\lib\netstandard1.0\Microsoft.AspNetCore.Html.Abstractions.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.Http\1.0.0\lib\net451\Microsoft.AspNetCore.Http.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.Http.Abstractions\1.0.0\lib\net451\Microsoft.AspNetCore.Http.Abstractions.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.Http.Extensions\1.0.0\lib\net451\Microsoft.AspNetCore.Http.Extensions.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.Http.Features\1.0.0\lib\net451\Microsoft.AspNetCore.Http.Features.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.HttpOverrides\1.0.0\lib\net451\Microsoft.AspNetCore.HttpOverrides.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.JsonPatch\1.0.0\lib\netstandard1.1\Microsoft.AspNetCore.JsonPatch.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.Localization\1.0.0\lib\net451\Microsoft.AspNetCore.Localization.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.Mvc\1.0.0\lib\net451\Microsoft.AspNetCore.Mvc.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.Mvc.Abstractions\1.0.0\lib\net451\Microsoft.AspNetCore.Mvc.Abstractions.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.Mvc.ApiExplorer\1.0.0\lib\net451\Microsoft.AspNetCore.Mvc.ApiExplorer.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.Mvc.Core\1.0.0\lib\net451\Microsoft.AspNetCore.Mvc.Core.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.Mvc.Cors\1.0.0\lib\net451\Microsoft.AspNetCore.Mvc.Cors.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.Mvc.DataAnnotations\1.0.0\lib\net451\Microsoft.AspNetCore.Mvc.DataAnnotations.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.Mvc.Formatters.Json\1.0.0\lib\net451\Microsoft.AspNetCore.Mvc.Formatters.Json.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.Mvc.Localization\1.0.0\lib\net451\Microsoft.AspNetCore.Mvc.Localization.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.Mvc.Razor\1.0.0\lib\net451\Microsoft.AspNetCore.Mvc.Razor.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.Mvc.Razor.Host\1.0.0\lib\net451\Microsoft.AspNetCore.Mvc.Razor.Host.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.Mvc.TagHelpers\1.0.0\lib\net451\Microsoft.AspNetCore.Mvc.TagHelpers.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.Mvc.ViewFeatures\1.0.0\lib\net451\Microsoft.AspNetCore.Mvc.ViewFeatures.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.Razor\1.0.0\lib\net451\Microsoft.AspNetCore.Razor.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.Razor.Runtime\1.0.0\lib\net451\Microsoft.AspNetCore.Razor.Runtime.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.Routing\1.0.0\lib\net451\Microsoft.AspNetCore.Routing.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.Routing.Abstractions\1.0.0\lib\net451\Microsoft.AspNetCore.Routing.Abstractions.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.Server.IISIntegration\1.0.0\lib\net451\Microsoft.AspNetCore.Server.IISIntegration.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.Server.Kestrel\1.0.0\lib\net451\Microsoft.AspNetCore.Server.Kestrel.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.WebUtilities\1.0.0\lib\net451\Microsoft.AspNetCore.WebUtilities.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.CodeAnalysis.Common\1.3.0\lib\net45\Microsoft.CodeAnalysis.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.CodeAnalysis.CSharp\1.3.0\lib\net45\Microsoft.CodeAnalysis.CSharp.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Microsoft.CSharp.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.DotNet.InternalAbstractions\1.0.0\lib\net451\Microsoft.DotNet.InternalAbstractions.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.Extensions.Caching.Abstractions\1.0.0\lib\netstandard1.0\Microsoft.Extensions.Caching.Abstractions.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.Extensions.Caching.Memory\1.0.0\lib\net451\Microsoft.Extensions.Caching.Memory.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.Extensions.Configuration\1.0.0\lib\netstandard1.1\Microsoft.Extensions.Configuration.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.Extensions.Configuration.Abstractions\1.0.0\lib\netstandard1.0\Microsoft.Extensions.Configuration.Abstractions.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.Extensions.Configuration.Binder\1.0.0\lib\netstandard1.1\Microsoft.Extensions.Configuration.Binder.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.Extensions.Configuration.EnvironmentVariables\1.0.0\lib\net451\Microsoft.Extensions.Configuration.EnvironmentVariables.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.Extensions.Configuration.FileExtensions\1.0.0\lib\net451\Microsoft.Extensions.Configuration.FileExtensions.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.Extensions.Configuration.Json\1.0.0\lib\net451\Microsoft.Extensions.Configuration.Json.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.Extensions.DependencyInjection\1.0.0\lib\netstandard1.1\Microsoft.Extensions.DependencyInjection.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.Extensions.DependencyInjection.Abstractions\1.0.0\lib\netstandard1.0\Microsoft.Extensions.DependencyInjection.Abstractions.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.Extensions.DependencyModel\1.0.0\lib\net451\Microsoft.Extensions.DependencyModel.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.Extensions.DiagnosticAdapter\1.0.0\lib\netstandard1.1\Microsoft.Extensions.DiagnosticAdapter.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.Extensions.FileProviders.Abstractions\1.0.0\lib\netstandard1.0\Microsoft.Extensions.FileProviders.Abstractions.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.Extensions.FileProviders.Composite\1.0.0\lib\netstandard1.0\Microsoft.Extensions.FileProviders.Composite.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.Extensions.FileProviders.Physical\1.0.0\lib\net451\Microsoft.Extensions.FileProviders.Physical.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.Extensions.FileSystemGlobbing\1.0.0\lib\net451\Microsoft.Extensions.FileSystemGlobbing.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.Extensions.Globalization.CultureInfoCache\1.0.0\lib\netstandard1.1\Microsoft.Extensions.Globalization.CultureInfoCache.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.Extensions.Localization\1.0.0\lib\net451\Microsoft.Extensions.Localization.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.Extensions.Localization.Abstractions\1.0.0\lib\netstandard1.0\Microsoft.Extensions.Localization.Abstractions.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.Extensions.Logging\1.0.0\lib\netstandard1.1\Microsoft.Extensions.Logging.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.Extensions.Logging.Abstractions\1.0.0\lib\netstandard1.1\Microsoft.Extensions.Logging.Abstractions.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.Extensions.Logging.Console\1.0.0\lib\net451\Microsoft.Extensions.Logging.Console.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.Extensions.Logging.Debug\1.0.0\lib\net451\Microsoft.Extensions.Logging.Debug.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.Extensions.ObjectPool\1.0.0\lib\net451\Microsoft.Extensions.ObjectPool.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.Extensions.Options\1.0.0\lib\netstandard1.0\Microsoft.Extensions.Options.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.Extensions.Options.ConfigurationExtensions\1.0.0\lib\netstandard1.1\Microsoft.Extensions.Options.ConfigurationExtensions.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.Extensions.PlatformAbstractions\1.0.0\lib\net451\Microsoft.Extensions.PlatformAbstractions.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.Extensions.Primitives\1.0.0\lib\netstandard1.0\Microsoft.Extensions.Primitives.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.Extensions.WebEncoders\1.0.0\lib\netstandard1.0\Microsoft.Extensions.WebEncoders.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.Net.Http.Headers\1.0.0\lib\netstandard1.1\Microsoft.Net.Http.Headers.dll ---reference:C:\Users\hp\.nuget\packages\MongoDB.Bson\2.2.4\lib\net45\MongoDB.Bson.dll ---reference:C:\Users\hp\.nuget\packages\MongoDB.Driver\2.2.4\lib\net45\MongoDB.Driver.dll ---reference:C:\Users\hp\.nuget\packages\MongoDB.Driver.Core\2.2.4\lib\net45\MongoDB.Driver.Core.dll ---reference:C:\Users\hp\.nuget\packages\MySql.Data\6.9.8\lib\net45\MySql.Data.dll ---reference:C:\Users\hp\.nuget\packages\MySql.Data.Entity\6.9.8\lib\net45\MySql.Data.Entity.EF6.dll ---reference:C:\Users\hp\.nuget\packages\Newtonsoft.Json\9.0.1\lib\net45\Newtonsoft.Json.dll ---reference:C:\Users\hp\.nuget\packages\NHibernate\4.0.4.4000\lib\net40\NHibernate.dll ---reference:C:\Users\hp\.nuget\packages\NHibernate.Linq\1.0.0\lib\NHibernate.Linq.dll ---reference:C:\Users\hp\.nuget\packages\OAuth\1.0.3\lib\net40\OAuth.dll ---reference:C:\Users\hp\.nuget\packages\Serilog\2.1.0\lib\net45\Serilog.dll ---reference:C:\Users\hp\.nuget\packages\Serilog.Extensions.Logging\1.1.0\lib\net45\Serilog.Extensions.Logging.dll ---reference:C:\Users\hp\.nuget\packages\Serilog.Sinks.ColoredConsole\2.0.0\lib\net45\Serilog.Sinks.ColoredConsole.dll ---reference:C:\Users\hp\.nuget\packages\Serilog.Sinks.File\2.0.0\lib\net45\Serilog.Sinks.File.dll ---reference:C:\Users\hp\.nuget\packages\Serilog.Sinks.RollingFile\2.1.0\lib\net45\Serilog.Sinks.RollingFile.dll ---reference:C:\Users\hp\.nuget\packages\StackExchange.Redis\1.1.603\lib\net45\StackExchange.Redis.dll ---reference:C:\Users\hp\.nuget\packages\System.Buffers\4.0.0\lib\netstandard1.1\System.Buffers.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Collections.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Collections.Concurrent.dll ---reference:C:\Users\hp\.nuget\packages\System.Collections.Immutable\1.2.0\lib\portable-net45+win8+wp8+wpa81\System.Collections.Immutable.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.ComponentModel.dll ---reference:C:\Users\hp\.nuget\packages\System.ComponentModel.Primitives\4.1.0\ref\net45\System.ComponentModel.Primitives.dll ---reference:C:\Users\hp\.nuget\packages\System.ComponentModel.TypeConverter\4.1.0\ref\net45\System.ComponentModel.TypeConverter.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Diagnostics.Contracts.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Diagnostics.Debug.dll ---reference:C:\Users\hp\.nuget\packages\System.Diagnostics.DiagnosticSource\4.0.0\lib\portable-net45+win8+wpa81\System.Diagnostics.DiagnosticSource.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Diagnostics.Tools.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Diagnostics.Tracing.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Globalization.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.IO.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.IO.Compression.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Linq.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Linq.Expressions.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.Net.Http.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Net.Primitives.dll ---reference:C:\Users\hp\.nuget\packages\System.Numerics.Vectors\4.1.1\ref\netstandard1.0\System.Numerics.Vectors.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.ObjectModel.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Reflection.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Reflection.Emit.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Reflection.Emit.Lightweight.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Reflection.Extensions.dll ---reference:C:\Users\hp\.nuget\packages\System.Reflection.Metadata\1.3.0\lib\portable-net45+win8\System.Reflection.Metadata.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Reflection.Primitives.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Resources.ResourceManager.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Runtime.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Runtime.Extensions.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Runtime.InteropServices.dll ---reference:C:\Users\hp\.nuget\packages\System.Runtime.InteropServices.RuntimeInformation\4.0.0\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Runtime.Numerics.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Runtime.Serialization.Primitives.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Text.Encoding.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Text.Encoding.Extensions.dll ---reference:C:\Users\hp\.nuget\packages\System.Text.Encodings.Web\4.0.0\lib\netstandard1.0\System.Text.Encodings.Web.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Text.RegularExpressions.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Threading.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Threading.Tasks.dll ---reference:C:\Users\hp\.nuget\packages\System.Threading.Tasks.Extensions\4.0.0\lib\portable-net45+win8+wp8+wpa81\System.Threading.Tasks.Extensions.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Threading.Timer.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Xml.ReaderWriter.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Xml.XDocument.dll ---reference:C:\Users\hp\.nuget\packages\Zlib.Portable.Signed\1.11.0\lib\portable-net4+sl5+wp8+win8+wpa81+MonoTouch+MonoAndroid\Zlib.Portable.dll ---reference:D:\bitbucket\src\Domain.Socioboard\bin\Release\net451\Domain.Socioboard.dll ---reference:D:\bitbucket\src\Socioboard.Facebook\bin\Release\net451\Socioboard.Facebook.dll ---reference:D:\bitbucket\src\Socioboard.Google\bin\Release\net451\Socioboard.Google.dll ---reference:D:\bitbucket\src\Socioboard.Instagram\bin\Release\net451\Socioboard.Instagram.dll ---reference:D:\bitbucket\src\Socioboard.LinkedIn\bin\Release\net451\Socioboard.LinkedIn.dll ---reference:D:\bitbucket\src\Socioboard.Twitter\bin\Release\net451\Socioboard.Twitter.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.Xml.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\mscorlib.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.Core.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.ComponentModel.DataAnnotations.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.Security.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.Xml.Linq.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.Net.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.Data.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.Web.Extensions.dll ---resource:"D:\bitbucket\src\Api.Socioboard\obj\Release\net451\Api.Socioboarddotnet-compile.deps.json",Api.Socioboard.deps.json -D:\bitbucket\src\Api.Socioboard\Program.cs -D:\bitbucket\src\Api.Socioboard\Startup.cs -D:\bitbucket\src\Api.Socioboard\Controllers\AffiliatesController.cs -D:\bitbucket\src\Api.Socioboard\Controllers\BoardMeController.cs -D:\bitbucket\src\Api.Socioboard\Controllers\DiscoveryController.cs -D:\bitbucket\src\Api.Socioboard\Controllers\DraftMessageController.cs -D:\bitbucket\src\Api.Socioboard\Controllers\FacaebookPageReportsController.cs -D:\bitbucket\src\Api.Socioboard\Controllers\FacebookController.cs -D:\bitbucket\src\Api.Socioboard\Controllers\GoogleController.cs -D:\bitbucket\src\Api.Socioboard\Controllers\GroupMemberController.cs -D:\bitbucket\src\Api.Socioboard\Controllers\GroupProfilesController.cs -D:\bitbucket\src\Api.Socioboard\Controllers\GroupReportController.cs -D:\bitbucket\src\Api.Socioboard\Controllers\GroupsController.cs -D:\bitbucket\src\Api.Socioboard\Controllers\InstagramController.cs -D:\bitbucket\src\Api.Socioboard\Controllers\InstagramReportsController.cs -D:\bitbucket\src\Api.Socioboard\Controllers\LinkedInController.cs -D:\bitbucket\src\Api.Socioboard\Controllers\RssFeedController.cs -D:\bitbucket\src\Api.Socioboard\Controllers\ShareathonController.cs -D:\bitbucket\src\Api.Socioboard\Controllers\SocialMessagesController.cs -D:\bitbucket\src\Api.Socioboard\Controllers\TaskController.cs -D:\bitbucket\src\Api.Socioboard\Controllers\TwitterController.cs -D:\bitbucket\src\Api.Socioboard\Controllers\TwitterReportsController.cs -D:\bitbucket\src\Api.Socioboard\Controllers\UserController.cs -D:\bitbucket\src\Api.Socioboard\Controllers\ValuesController.cs -D:\bitbucket\src\Api.Socioboard\Helper\AppSettings.cs -D:\bitbucket\src\Api.Socioboard\Helper\Cache.cs -D:\bitbucket\src\Api.Socioboard\Helper\DiscoverySmart.cs -D:\bitbucket\src\Api.Socioboard\Helper\FacebookHelper.cs -D:\bitbucket\src\Api.Socioboard\Helper\GoogleAnaltyicsReportingHelper.cs -D:\bitbucket\src\Api.Socioboard\Helper\GoogleAnalyticsAuthenticationHelper.cs -D:\bitbucket\src\Api.Socioboard\Helper\GoogleAnalyticsRealTimeHelper.cs -D:\bitbucket\src\Api.Socioboard\Helper\GoogleHelper.cs -D:\bitbucket\src\Api.Socioboard\Helper\GplusDiscoverySearchHelper.cs -D:\bitbucket\src\Api.Socioboard\Helper\InstagramHelper.cs -D:\bitbucket\src\Api.Socioboard\Helper\LinkedInHelper.cs -D:\bitbucket\src\Api.Socioboard\Helper\ScheduleMessageHelper.cs -D:\bitbucket\src\Api.Socioboard\Helper\SessionFactory.cs -D:\bitbucket\src\Api.Socioboard\Helper\TwitterHelper.cs -D:\bitbucket\src\Api.Socioboard\Helper\Utility.cs -D:\bitbucket\src\Api.Socioboard\Model\DatabaseRepository.cs -D:\bitbucket\src\Api.Socioboard\Model\MongoRepository.cs -D:\bitbucket\src\Api.Socioboard\Repositories\AffiliatesRepository.cs -D:\bitbucket\src\Api.Socioboard\Repositories\DiscoveryRepository.cs -D:\bitbucket\src\Api.Socioboard\Repositories\DraftMessageRepository.cs -D:\bitbucket\src\Api.Socioboard\Repositories\EwalletWithdrawRepository.cs -D:\bitbucket\src\Api.Socioboard\Repositories\FacaebookPageReportsRepositories.cs -D:\bitbucket\src\Api.Socioboard\Repositories\FacebookRepository.cs -D:\bitbucket\src\Api.Socioboard\Repositories\GplusRepository.cs -D:\bitbucket\src\Api.Socioboard\Repositories\GroupMembersRepository.cs -D:\bitbucket\src\Api.Socioboard\Repositories\GroupProfilesRepository.cs -D:\bitbucket\src\Api.Socioboard\Repositories\GroupReportRepository.cs -D:\bitbucket\src\Api.Socioboard\Repositories\GroupsRepository.cs -D:\bitbucket\src\Api.Socioboard\Repositories\InstagramReportsRepository.cs -D:\bitbucket\src\Api.Socioboard\Repositories\InstagramRepository.cs -D:\bitbucket\src\Api.Socioboard\Repositories\LinkedInAccountRepository.cs -D:\bitbucket\src\Api.Socioboard\Repositories\RssFeedRepository.cs -D:\bitbucket\src\Api.Socioboard\Repositories\ScheduledMessageRepository.cs -D:\bitbucket\src\Api.Socioboard\Repositories\ShareathonRepository.cs -D:\bitbucket\src\Api.Socioboard\Repositories\TaskRepository.cs -D:\bitbucket\src\Api.Socioboard\Repositories\TwitterReportsRepository.cs -D:\bitbucket\src\Api.Socioboard\Repositories\TwitterRepository.cs -D:\bitbucket\src\Api.Socioboard\Repositories\BoardMeRepository\BoardMeRepository.cs -D:\bitbucket\src\Api.Socioboard\Repositories\BoardMeRepository\GplusRepository.cs -D:\bitbucket\src\Api.Socioboard\Repositories\BoardMeRepository\InstagramRepository.cs -D:\bitbucket\src\Api.Socioboard\Repositories\BoardMeRepository\TwitterRepository.cs diff --git a/src/Socioboard.Facebook/bin/Debug/net451/Domain.Socioboard.dll b/src/Socioboard.Facebook/bin/Debug/net451/Domain.Socioboard.dll index 4f3d18ab1..e690c4ef3 100644 Binary files a/src/Socioboard.Facebook/bin/Debug/net451/Domain.Socioboard.dll and b/src/Socioboard.Facebook/bin/Debug/net451/Domain.Socioboard.dll differ diff --git a/src/Socioboard.Facebook/bin/Debug/net451/Domain.Socioboard.pdb b/src/Socioboard.Facebook/bin/Debug/net451/Domain.Socioboard.pdb index 46c46dff7..15e6b9025 100644 Binary files a/src/Socioboard.Facebook/bin/Debug/net451/Domain.Socioboard.pdb and b/src/Socioboard.Facebook/bin/Debug/net451/Domain.Socioboard.pdb differ diff --git a/src/Socioboard.Facebook/bin/Debug/net451/Socioboard.Facebook.dll b/src/Socioboard.Facebook/bin/Debug/net451/Socioboard.Facebook.dll index de8f5863c..4358ca2ac 100644 Binary files a/src/Socioboard.Facebook/bin/Debug/net451/Socioboard.Facebook.dll and b/src/Socioboard.Facebook/bin/Debug/net451/Socioboard.Facebook.dll differ diff --git a/src/Socioboard.Facebook/bin/Debug/net451/Socioboard.Facebook.pdb b/src/Socioboard.Facebook/bin/Debug/net451/Socioboard.Facebook.pdb index f8c261c75..55d2441a5 100644 Binary files a/src/Socioboard.Facebook/bin/Debug/net451/Socioboard.Facebook.pdb and b/src/Socioboard.Facebook/bin/Debug/net451/Socioboard.Facebook.pdb differ diff --git a/src/Socioboard.Facebook/obj/Debug/net451/.IncrementalCache b/src/Socioboard.Facebook/obj/Debug/net451/.IncrementalCache index a04353c9e..1d7edffb9 100644 --- a/src/Socioboard.Facebook/obj/Debug/net451/.IncrementalCache +++ b/src/Socioboard.Facebook/obj/Debug/net451/.IncrementalCache @@ -1 +1 @@ -{"inputs":["D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Facebook\\project.json","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Facebook\\project.lock.json","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Facebook\\Auth\\Authentication.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Facebook\\Data\\Fbpages.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Facebook\\Data\\FbUser.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Facebook\\Properties\\AssemblyInfo.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Domain.Socioboard\\bin\\Debug\\net451\\Domain.Socioboard.dll"],"outputs":["D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Facebook\\bin\\Debug\\net451\\Socioboard.Facebook.dll","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Facebook\\bin\\Debug\\net451\\Socioboard.Facebook.pdb"],"buildArguments":{"version-suffix":null}} \ No newline at end of file +{"inputs":["C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.Facebook\\project.json","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.Facebook\\project.lock.json","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.Facebook\\Auth\\Authentication.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.Facebook\\Data\\Fbpages.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.Facebook\\Data\\FbUser.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.Facebook\\Properties\\AssemblyInfo.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Domain.Socioboard\\bin\\Debug\\net451\\Domain.Socioboard.dll"],"outputs":["C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.Facebook\\bin\\Debug\\net451\\Socioboard.Facebook.dll","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.Facebook\\bin\\Debug\\net451\\Socioboard.Facebook.pdb"],"buildArguments":{"version-suffix":null}} \ No newline at end of file diff --git a/src/Socioboard.Facebook/obj/Debug/net451/dotnet-compile-csc.rsp b/src/Socioboard.Facebook/obj/Debug/net451/dotnet-compile-csc.rsp index 687d7d6c7..20713a4c6 100644 --- a/src/Socioboard.Facebook/obj/Debug/net451/dotnet-compile-csc.rsp +++ b/src/Socioboard.Facebook/obj/Debug/net451/dotnet-compile-csc.rsp @@ -8,8 +8,8 @@ -debug:full -nostdlib -nologo -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Facebook\obj\Debug\net451\dotnet-compile.assemblyinfo.cs" --out:"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Facebook\bin\Debug\net451\Socioboard.Facebook.dll" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Facebook\obj\Debug\net451\dotnet-compile.assemblyinfo.cs" +-out:"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Facebook\bin\Debug\net451\Socioboard.Facebook.dll" -r:"C:\Users\GLB-008-PC\.nuget\packages\Facebook\7.0.10-beta\lib\net45\Facebook.dll" -r:"C:\Users\GLB-008-PC\.nuget\packages\MongoDB.Bson\2.2.4\lib\net45\MongoDB.Bson.dll" -r:"C:\Users\GLB-008-PC\.nuget\packages\Newtonsoft.Json\9.0.1\lib\net45\Newtonsoft.Json.dll" @@ -43,7 +43,7 @@ -r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Threading.Timer.dll" -r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Xml.ReaderWriter.dll" -r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Xml.XDocument.dll" --r:"D:\socioboardgithub\Socioboard-Core-3.0\src\Domain.Socioboard\bin\Debug\net451\Domain.Socioboard.dll" +-r:"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Domain.Socioboard\bin\Debug\net451\Domain.Socioboard.dll" -r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\mscorlib.dll" -r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.dll" -r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.Core.dll" @@ -51,7 +51,7 @@ -r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.ComponentModel.DataAnnotations.dll" -r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.Net.dll" -r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.Security.dll" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Facebook\Auth\Authentication.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Facebook\Data\Fbpages.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Facebook\Data\FbUser.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Facebook\Properties\AssemblyInfo.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Facebook\Auth\Authentication.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Facebook\Data\Fbpages.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Facebook\Data\FbUser.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Facebook\Properties\AssemblyInfo.cs" diff --git a/src/Socioboard.Facebook/obj/Debug/net451/dotnet-compile.rsp b/src/Socioboard.Facebook/obj/Debug/net451/dotnet-compile.rsp index 6de02f1ce..2c70a47d7 100644 --- a/src/Socioboard.Facebook/obj/Debug/net451/dotnet-compile.rsp +++ b/src/Socioboard.Facebook/obj/Debug/net451/dotnet-compile.rsp @@ -1,5 +1,5 @@ ---temp-output:D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Facebook\obj\Debug\net451\ ---out:D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Facebook\bin\Debug\net451\Socioboard.Facebook.dll +--temp-output:C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Facebook\obj\Debug\net451\ +--out:C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Facebook\bin\Debug\net451\Socioboard.Facebook.dll --define:DEBUG --define:TRACE --define:NET451 @@ -45,7 +45,7 @@ --reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Threading.Timer.dll --reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Xml.ReaderWriter.dll --reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Xml.XDocument.dll ---reference:D:\socioboardgithub\Socioboard-Core-3.0\src\Domain.Socioboard\bin\Debug\net451\Domain.Socioboard.dll +--reference:C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Domain.Socioboard\bin\Debug\net451\Domain.Socioboard.dll --reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\mscorlib.dll --reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.dll --reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.Core.dll @@ -53,7 +53,7 @@ --reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.ComponentModel.DataAnnotations.dll --reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.Net.dll --reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.Security.dll -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Facebook\Auth\Authentication.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Facebook\Data\Fbpages.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Facebook\Data\FbUser.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Facebook\Properties\AssemblyInfo.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Facebook\Auth\Authentication.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Facebook\Data\Fbpages.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Facebook\Data\FbUser.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Facebook\Properties\AssemblyInfo.cs diff --git a/src/Socioboard.Google/bin/Debug/net451/Socioboard.Google.dll b/src/Socioboard.Google/bin/Debug/net451/Socioboard.Google.dll index 196045734..51c433a29 100644 Binary files a/src/Socioboard.Google/bin/Debug/net451/Socioboard.Google.dll and b/src/Socioboard.Google/bin/Debug/net451/Socioboard.Google.dll differ diff --git a/src/Socioboard.Google/bin/Debug/net451/Socioboard.Google.pdb b/src/Socioboard.Google/bin/Debug/net451/Socioboard.Google.pdb index 53f13ac66..6f32b0312 100644 Binary files a/src/Socioboard.Google/bin/Debug/net451/Socioboard.Google.pdb and b/src/Socioboard.Google/bin/Debug/net451/Socioboard.Google.pdb differ diff --git a/src/Socioboard.Google/obj/Debug/net451/.IncrementalCache b/src/Socioboard.Google/obj/Debug/net451/.IncrementalCache index bdd32b351..a875e40b0 100644 --- a/src/Socioboard.Google/obj/Debug/net451/.IncrementalCache +++ b/src/Socioboard.Google/obj/Debug/net451/.IncrementalCache @@ -1 +1 @@ -{"inputs":["D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Google\\project.json","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Google\\project.lock.json","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Google\\App.Core\\AccountsController.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Google\\App.Core\\ActivitiesController.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Google\\App.Core\\CommentsController.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Google\\App.Core\\Globals.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Google\\App.Core\\MomentsController.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Google\\App.Core\\PeopleController.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Google\\Authentication\\oAuthToken.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Google\\Authentication\\oAuthTokenBlogger.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Google\\Authentication\\oAuthTokenGa.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Google\\Authentication\\oAuthTokenGPlus.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Google\\Authentication\\oAuthTokenYoutube.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Google\\Blogger.Core\\BloggerPost.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Google\\Custom\\GplusTagSearch.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Google\\GAnalytics.Core\\AccountsMethod\\Accounts.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Google\\GAnalytics.Core\\AnalyticsMethod\\Analytics.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Google\\Gplus.Core\\ActivitiesMethod\\Activities.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Google\\Gplus.Core\\CommentsMethod\\Comments.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Google\\Gplus.Core\\MomentsMethod\\Moments.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Google\\Gplus.Core\\PeopleMethod\\People.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Google\\Properties\\AssemblyInfo.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Google\\Youtube.Core\\Activities.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Google\\Youtube.Core\\Channels.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Google\\Youtube.Core\\PlaylistItems.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Google\\Youtube.Core\\Playlists.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Google\\Youtube.Core\\Search.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Google\\Youtube.Core\\Subscriptions.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Google\\Youtube.Core\\Video.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Google\\Youtube.Core\\YAnalytics.cs"],"outputs":["D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Google\\bin\\Debug\\net451\\Socioboard.Google.dll","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Google\\bin\\Debug\\net451\\Socioboard.Google.pdb"],"buildArguments":{"version-suffix":null}} \ No newline at end of file +{"inputs":["C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.Google\\project.json","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.Google\\project.lock.json","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.Google\\App.Core\\AccountsController.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.Google\\App.Core\\ActivitiesController.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.Google\\App.Core\\CommentsController.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.Google\\App.Core\\Globals.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.Google\\App.Core\\MomentsController.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.Google\\App.Core\\PeopleController.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.Google\\Authentication\\oAuthToken.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.Google\\Authentication\\oAuthTokenBlogger.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.Google\\Authentication\\oAuthTokenGa.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.Google\\Authentication\\oAuthTokenGPlus.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.Google\\Authentication\\oAuthTokenYoutube.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.Google\\Blogger.Core\\BloggerPost.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.Google\\Custom\\GplusTagSearch.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.Google\\GAnalytics.Core\\AccountsMethod\\Accounts.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.Google\\GAnalytics.Core\\AnalyticsMethod\\Analytics.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.Google\\Gplus.Core\\ActivitiesMethod\\Activities.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.Google\\Gplus.Core\\CommentsMethod\\Comments.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.Google\\Gplus.Core\\MomentsMethod\\Moments.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.Google\\Gplus.Core\\PeopleMethod\\People.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.Google\\Properties\\AssemblyInfo.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.Google\\Youtube.Core\\Activities.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.Google\\Youtube.Core\\Channels.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.Google\\Youtube.Core\\PlaylistItems.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.Google\\Youtube.Core\\Playlists.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.Google\\Youtube.Core\\Search.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.Google\\Youtube.Core\\Subscriptions.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.Google\\Youtube.Core\\Video.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.Google\\Youtube.Core\\YAnalytics.cs"],"outputs":["C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.Google\\bin\\Debug\\net451\\Socioboard.Google.dll","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.Google\\bin\\Debug\\net451\\Socioboard.Google.pdb"],"buildArguments":{"version-suffix":null}} \ No newline at end of file diff --git a/src/Socioboard.Google/obj/Debug/net451/dotnet-compile-csc.rsp b/src/Socioboard.Google/obj/Debug/net451/dotnet-compile-csc.rsp index 29576a611..fcbad31cd 100644 --- a/src/Socioboard.Google/obj/Debug/net451/dotnet-compile-csc.rsp +++ b/src/Socioboard.Google/obj/Debug/net451/dotnet-compile-csc.rsp @@ -8,8 +8,8 @@ -debug:full -nostdlib -nologo -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Google\obj\Debug\net451\dotnet-compile.assemblyinfo.cs" --out:"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Google\bin\Debug\net451\Socioboard.Google.dll" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Google\obj\Debug\net451\dotnet-compile.assemblyinfo.cs" +-out:"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Google\bin\Debug\net451\Socioboard.Google.dll" -r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNet.WebApi.Client\5.2.3\lib\net45\System.Net.Http.Formatting.dll" -r:"C:\Users\GLB-008-PC\.nuget\packages\Newtonsoft.Json\6.0.4\lib\net45\Newtonsoft.Json.dll" -r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Collections.dll" @@ -49,31 +49,31 @@ -r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.dll" -r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.Core.dll" -r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Microsoft.CSharp.dll" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Google\App.Core\AccountsController.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Google\App.Core\ActivitiesController.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Google\App.Core\CommentsController.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Google\App.Core\Globals.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Google\App.Core\MomentsController.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Google\App.Core\PeopleController.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Google\Authentication\oAuthToken.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Google\Authentication\oAuthTokenBlogger.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Google\Authentication\oAuthTokenGa.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Google\Authentication\oAuthTokenGPlus.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Google\Authentication\oAuthTokenYoutube.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Google\Blogger.Core\BloggerPost.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Google\Custom\GplusTagSearch.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Google\GAnalytics.Core\AccountsMethod\Accounts.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Google\GAnalytics.Core\AnalyticsMethod\Analytics.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Google\Gplus.Core\ActivitiesMethod\Activities.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Google\Gplus.Core\CommentsMethod\Comments.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Google\Gplus.Core\MomentsMethod\Moments.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Google\Gplus.Core\PeopleMethod\People.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Google\Properties\AssemblyInfo.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Google\Youtube.Core\Activities.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Google\Youtube.Core\Channels.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Google\Youtube.Core\PlaylistItems.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Google\Youtube.Core\Playlists.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Google\Youtube.Core\Search.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Google\Youtube.Core\Subscriptions.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Google\Youtube.Core\Video.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Google\Youtube.Core\YAnalytics.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Google\App.Core\AccountsController.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Google\App.Core\ActivitiesController.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Google\App.Core\CommentsController.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Google\App.Core\Globals.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Google\App.Core\MomentsController.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Google\App.Core\PeopleController.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Google\Authentication\oAuthToken.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Google\Authentication\oAuthTokenBlogger.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Google\Authentication\oAuthTokenGa.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Google\Authentication\oAuthTokenGPlus.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Google\Authentication\oAuthTokenYoutube.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Google\Blogger.Core\BloggerPost.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Google\Custom\GplusTagSearch.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Google\GAnalytics.Core\AccountsMethod\Accounts.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Google\GAnalytics.Core\AnalyticsMethod\Analytics.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Google\Gplus.Core\ActivitiesMethod\Activities.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Google\Gplus.Core\CommentsMethod\Comments.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Google\Gplus.Core\MomentsMethod\Moments.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Google\Gplus.Core\PeopleMethod\People.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Google\Properties\AssemblyInfo.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Google\Youtube.Core\Activities.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Google\Youtube.Core\Channels.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Google\Youtube.Core\PlaylistItems.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Google\Youtube.Core\Playlists.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Google\Youtube.Core\Search.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Google\Youtube.Core\Subscriptions.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Google\Youtube.Core\Video.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Google\Youtube.Core\YAnalytics.cs" diff --git a/src/Socioboard.Google/obj/Debug/net451/dotnet-compile.rsp b/src/Socioboard.Google/obj/Debug/net451/dotnet-compile.rsp index 10c56d0fa..68c52527d 100644 --- a/src/Socioboard.Google/obj/Debug/net451/dotnet-compile.rsp +++ b/src/Socioboard.Google/obj/Debug/net451/dotnet-compile.rsp @@ -1,5 +1,5 @@ ---temp-output:D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Google\obj\Debug\net451\ ---out:D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Google\bin\Debug\net451\Socioboard.Google.dll +--temp-output:C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Google\obj\Debug\net451\ +--out:C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Google\bin\Debug\net451\Socioboard.Google.dll --define:DEBUG --define:TRACE --define:NET451 @@ -51,31 +51,31 @@ --reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.dll --reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.Core.dll --reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Microsoft.CSharp.dll -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Google\App.Core\AccountsController.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Google\App.Core\ActivitiesController.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Google\App.Core\CommentsController.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Google\App.Core\Globals.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Google\App.Core\MomentsController.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Google\App.Core\PeopleController.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Google\Authentication\oAuthToken.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Google\Authentication\oAuthTokenBlogger.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Google\Authentication\oAuthTokenGa.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Google\Authentication\oAuthTokenGPlus.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Google\Authentication\oAuthTokenYoutube.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Google\Blogger.Core\BloggerPost.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Google\Custom\GplusTagSearch.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Google\GAnalytics.Core\AccountsMethod\Accounts.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Google\GAnalytics.Core\AnalyticsMethod\Analytics.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Google\Gplus.Core\ActivitiesMethod\Activities.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Google\Gplus.Core\CommentsMethod\Comments.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Google\Gplus.Core\MomentsMethod\Moments.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Google\Gplus.Core\PeopleMethod\People.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Google\Properties\AssemblyInfo.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Google\Youtube.Core\Activities.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Google\Youtube.Core\Channels.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Google\Youtube.Core\PlaylistItems.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Google\Youtube.Core\Playlists.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Google\Youtube.Core\Search.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Google\Youtube.Core\Subscriptions.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Google\Youtube.Core\Video.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Google\Youtube.Core\YAnalytics.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Google\App.Core\AccountsController.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Google\App.Core\ActivitiesController.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Google\App.Core\CommentsController.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Google\App.Core\Globals.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Google\App.Core\MomentsController.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Google\App.Core\PeopleController.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Google\Authentication\oAuthToken.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Google\Authentication\oAuthTokenBlogger.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Google\Authentication\oAuthTokenGa.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Google\Authentication\oAuthTokenGPlus.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Google\Authentication\oAuthTokenYoutube.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Google\Blogger.Core\BloggerPost.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Google\Custom\GplusTagSearch.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Google\GAnalytics.Core\AccountsMethod\Accounts.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Google\GAnalytics.Core\AnalyticsMethod\Analytics.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Google\Gplus.Core\ActivitiesMethod\Activities.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Google\Gplus.Core\CommentsMethod\Comments.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Google\Gplus.Core\MomentsMethod\Moments.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Google\Gplus.Core\PeopleMethod\People.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Google\Properties\AssemblyInfo.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Google\Youtube.Core\Activities.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Google\Youtube.Core\Channels.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Google\Youtube.Core\PlaylistItems.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Google\Youtube.Core\Playlists.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Google\Youtube.Core\Search.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Google\Youtube.Core\Subscriptions.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Google\Youtube.Core\Video.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Google\Youtube.Core\YAnalytics.cs diff --git a/src/Socioboard.Instagram/bin/Debug/net451/Socioboard.Instagram.dll b/src/Socioboard.Instagram/bin/Debug/net451/Socioboard.Instagram.dll index b86924997..5ae29a02a 100644 Binary files a/src/Socioboard.Instagram/bin/Debug/net451/Socioboard.Instagram.dll and b/src/Socioboard.Instagram/bin/Debug/net451/Socioboard.Instagram.dll differ diff --git a/src/Socioboard.Instagram/bin/Debug/net451/Socioboard.Instagram.pdb b/src/Socioboard.Instagram/bin/Debug/net451/Socioboard.Instagram.pdb index 884311638..5e5936f8d 100644 Binary files a/src/Socioboard.Instagram/bin/Debug/net451/Socioboard.Instagram.pdb and b/src/Socioboard.Instagram/bin/Debug/net451/Socioboard.Instagram.pdb differ diff --git a/src/Socioboard.Instagram/obj/Debug/net451/.IncrementalCache b/src/Socioboard.Instagram/obj/Debug/net451/.IncrementalCache index c2a69302e..a2e1f0803 100644 --- a/src/Socioboard.Instagram/obj/Debug/net451/.IncrementalCache +++ b/src/Socioboard.Instagram/obj/Debug/net451/.IncrementalCache @@ -1 +1 @@ -{"inputs":["D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Instagram\\project.json","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Instagram\\project.lock.json","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Instagram\\App.Core\\Caption.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Instagram\\App.Core\\Comment.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Instagram\\App.Core\\CommentController.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Instagram\\App.Core\\CommentList.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Instagram\\App.Core\\GeographiesController.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Instagram\\App.Core\\ImageLink.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Instagram\\App.Core\\ImagesList.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Instagram\\App.Core\\InstagramMedia.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Instagram\\App.Core\\InstagramResponse.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Instagram\\App.Core\\LikesController.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Instagram\\App.Core\\LikesList.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Instagram\\App.Core\\Location.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Instagram\\App.Core\\LocationController.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Instagram\\App.Core\\MediaController.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Instagram\\App.Core\\Metadata.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Instagram\\App.Core\\Pagination.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Instagram\\App.Core\\Relation.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Instagram\\App.Core\\RelationShipsController.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Instagram\\App.Core\\Tag.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Instagram\\App.Core\\TagController.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Instagram\\App.Core\\User.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Instagram\\App.Core\\UserController.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Instagram\\App.Core\\VideoLink.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Instagram\\App.Core\\VideoList.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Instagram\\Authentication\\AccessToken.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Instagram\\Authentication\\Base.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Instagram\\Authentication\\BaseObject.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Instagram\\Authentication\\ConfigurationIns.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Instagram\\Authentication\\ICache.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Instagram\\Authentication\\oAuthBase.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Instagram\\Authentication\\oAuthInstagram.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Instagram\\Custom\\TagSearch.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Instagram\\Instagram.Core\\CommentsMethods\\Comments.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Instagram\\Instagram.Core\\GeographiesMethods\\Geographies.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Instagram\\Instagram.Core\\LikesMethods\\Likes.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Instagram\\Instagram.Core\\LocationsMethods\\Locations.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Instagram\\Instagram.Core\\MediaMethods\\Media.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Instagram\\Instagram.Core\\RelationshipMethods\\Relationship.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Instagram\\Instagram.Core\\TagsMethods\\Tags.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Instagram\\Instagram.Core\\UsersMethods\\Users.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Instagram\\Properties\\AssemblyInfo.cs"],"outputs":["D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Instagram\\bin\\Debug\\net451\\Socioboard.Instagram.dll","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Instagram\\bin\\Debug\\net451\\Socioboard.Instagram.pdb"],"buildArguments":{"version-suffix":null}} \ No newline at end of file +{"inputs":["C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.Instagram\\project.json","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.Instagram\\project.lock.json","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.Instagram\\App.Core\\Caption.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.Instagram\\App.Core\\Comment.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.Instagram\\App.Core\\CommentController.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.Instagram\\App.Core\\CommentList.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.Instagram\\App.Core\\GeographiesController.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.Instagram\\App.Core\\ImageLink.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.Instagram\\App.Core\\ImagesList.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.Instagram\\App.Core\\InstagramMedia.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.Instagram\\App.Core\\InstagramResponse.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.Instagram\\App.Core\\LikesController.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.Instagram\\App.Core\\LikesList.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.Instagram\\App.Core\\Location.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.Instagram\\App.Core\\LocationController.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.Instagram\\App.Core\\MediaController.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.Instagram\\App.Core\\Metadata.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.Instagram\\App.Core\\Pagination.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.Instagram\\App.Core\\Relation.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.Instagram\\App.Core\\RelationShipsController.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.Instagram\\App.Core\\Tag.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.Instagram\\App.Core\\TagController.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.Instagram\\App.Core\\User.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.Instagram\\App.Core\\UserController.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.Instagram\\App.Core\\VideoLink.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.Instagram\\App.Core\\VideoList.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.Instagram\\Authentication\\AccessToken.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.Instagram\\Authentication\\Base.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.Instagram\\Authentication\\BaseObject.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.Instagram\\Authentication\\ConfigurationIns.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.Instagram\\Authentication\\ICache.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.Instagram\\Authentication\\oAuthBase.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.Instagram\\Authentication\\oAuthInstagram.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.Instagram\\Custom\\TagSearch.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.Instagram\\Instagram.Core\\CommentsMethods\\Comments.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.Instagram\\Instagram.Core\\GeographiesMethods\\Geographies.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.Instagram\\Instagram.Core\\LikesMethods\\Likes.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.Instagram\\Instagram.Core\\LocationsMethods\\Locations.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.Instagram\\Instagram.Core\\MediaMethods\\Media.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.Instagram\\Instagram.Core\\RelationshipMethods\\Relationship.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.Instagram\\Instagram.Core\\TagsMethods\\Tags.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.Instagram\\Instagram.Core\\UsersMethods\\Users.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.Instagram\\Properties\\AssemblyInfo.cs"],"outputs":["C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.Instagram\\bin\\Debug\\net451\\Socioboard.Instagram.dll","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.Instagram\\bin\\Debug\\net451\\Socioboard.Instagram.pdb"],"buildArguments":{"version-suffix":null}} \ No newline at end of file diff --git a/src/Socioboard.Instagram/obj/Debug/net451/dotnet-compile-csc.rsp b/src/Socioboard.Instagram/obj/Debug/net451/dotnet-compile-csc.rsp index e12d95bdf..81a6fbec5 100644 --- a/src/Socioboard.Instagram/obj/Debug/net451/dotnet-compile-csc.rsp +++ b/src/Socioboard.Instagram/obj/Debug/net451/dotnet-compile-csc.rsp @@ -8,8 +8,8 @@ -debug:full -nostdlib -nologo -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Instagram\obj\Debug\net451\dotnet-compile.assemblyinfo.cs" --out:"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Instagram\bin\Debug\net451\Socioboard.Instagram.dll" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Instagram\obj\Debug\net451\dotnet-compile.assemblyinfo.cs" +-out:"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Instagram\bin\Debug\net451\Socioboard.Instagram.dll" -r:"C:\Users\GLB-008-PC\.nuget\packages\Hammock\1.2.3\lib\net40\Hammock.dll" -r:"C:\Users\GLB-008-PC\.nuget\packages\Newtonsoft.Json\9.0.1\lib\net45\Newtonsoft.Json.dll" -r:"C:\Users\GLB-008-PC\.nuget\packages\OAuth\1.0.3\lib\net40\OAuth.dll" @@ -49,44 +49,44 @@ -r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.dll" -r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.Core.dll" -r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Microsoft.CSharp.dll" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Instagram\App.Core\Caption.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Instagram\App.Core\Comment.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Instagram\App.Core\CommentController.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Instagram\App.Core\CommentList.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Instagram\App.Core\GeographiesController.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Instagram\App.Core\ImageLink.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Instagram\App.Core\ImagesList.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Instagram\App.Core\InstagramMedia.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Instagram\App.Core\InstagramResponse.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Instagram\App.Core\LikesController.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Instagram\App.Core\LikesList.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Instagram\App.Core\Location.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Instagram\App.Core\LocationController.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Instagram\App.Core\MediaController.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Instagram\App.Core\Metadata.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Instagram\App.Core\Pagination.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Instagram\App.Core\Relation.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Instagram\App.Core\RelationShipsController.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Instagram\App.Core\Tag.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Instagram\App.Core\TagController.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Instagram\App.Core\User.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Instagram\App.Core\UserController.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Instagram\App.Core\VideoLink.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Instagram\App.Core\VideoList.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Instagram\Authentication\AccessToken.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Instagram\Authentication\Base.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Instagram\Authentication\BaseObject.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Instagram\Authentication\ConfigurationIns.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Instagram\Authentication\ICache.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Instagram\Authentication\oAuthBase.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Instagram\Authentication\oAuthInstagram.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Instagram\Custom\TagSearch.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Instagram\Instagram.Core\CommentsMethods\Comments.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Instagram\Instagram.Core\GeographiesMethods\Geographies.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Instagram\Instagram.Core\LikesMethods\Likes.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Instagram\Instagram.Core\LocationsMethods\Locations.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Instagram\Instagram.Core\MediaMethods\Media.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Instagram\Instagram.Core\RelationshipMethods\Relationship.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Instagram\Instagram.Core\TagsMethods\Tags.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Instagram\Instagram.Core\UsersMethods\Users.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Instagram\Properties\AssemblyInfo.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Instagram\App.Core\Caption.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Instagram\App.Core\Comment.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Instagram\App.Core\CommentController.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Instagram\App.Core\CommentList.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Instagram\App.Core\GeographiesController.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Instagram\App.Core\ImageLink.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Instagram\App.Core\ImagesList.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Instagram\App.Core\InstagramMedia.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Instagram\App.Core\InstagramResponse.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Instagram\App.Core\LikesController.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Instagram\App.Core\LikesList.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Instagram\App.Core\Location.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Instagram\App.Core\LocationController.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Instagram\App.Core\MediaController.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Instagram\App.Core\Metadata.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Instagram\App.Core\Pagination.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Instagram\App.Core\Relation.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Instagram\App.Core\RelationShipsController.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Instagram\App.Core\Tag.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Instagram\App.Core\TagController.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Instagram\App.Core\User.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Instagram\App.Core\UserController.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Instagram\App.Core\VideoLink.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Instagram\App.Core\VideoList.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Instagram\Authentication\AccessToken.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Instagram\Authentication\Base.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Instagram\Authentication\BaseObject.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Instagram\Authentication\ConfigurationIns.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Instagram\Authentication\ICache.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Instagram\Authentication\oAuthBase.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Instagram\Authentication\oAuthInstagram.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Instagram\Custom\TagSearch.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Instagram\Instagram.Core\CommentsMethods\Comments.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Instagram\Instagram.Core\GeographiesMethods\Geographies.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Instagram\Instagram.Core\LikesMethods\Likes.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Instagram\Instagram.Core\LocationsMethods\Locations.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Instagram\Instagram.Core\MediaMethods\Media.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Instagram\Instagram.Core\RelationshipMethods\Relationship.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Instagram\Instagram.Core\TagsMethods\Tags.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Instagram\Instagram.Core\UsersMethods\Users.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Instagram\Properties\AssemblyInfo.cs" diff --git a/src/Socioboard.Instagram/obj/Debug/net451/dotnet-compile.rsp b/src/Socioboard.Instagram/obj/Debug/net451/dotnet-compile.rsp index 02d9a643e..03aa9be94 100644 --- a/src/Socioboard.Instagram/obj/Debug/net451/dotnet-compile.rsp +++ b/src/Socioboard.Instagram/obj/Debug/net451/dotnet-compile.rsp @@ -1,5 +1,5 @@ ---temp-output:D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Instagram\obj\Debug\net451\ ---out:D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Instagram\bin\Debug\net451\Socioboard.Instagram.dll +--temp-output:C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Instagram\obj\Debug\net451\ +--out:C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Instagram\bin\Debug\net451\Socioboard.Instagram.dll --define:DEBUG --define:TRACE --define:NET451 @@ -51,44 +51,44 @@ --reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.dll --reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.Core.dll --reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Microsoft.CSharp.dll -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Instagram\App.Core\Caption.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Instagram\App.Core\Comment.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Instagram\App.Core\CommentController.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Instagram\App.Core\CommentList.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Instagram\App.Core\GeographiesController.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Instagram\App.Core\ImageLink.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Instagram\App.Core\ImagesList.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Instagram\App.Core\InstagramMedia.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Instagram\App.Core\InstagramResponse.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Instagram\App.Core\LikesController.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Instagram\App.Core\LikesList.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Instagram\App.Core\Location.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Instagram\App.Core\LocationController.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Instagram\App.Core\MediaController.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Instagram\App.Core\Metadata.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Instagram\App.Core\Pagination.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Instagram\App.Core\Relation.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Instagram\App.Core\RelationShipsController.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Instagram\App.Core\Tag.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Instagram\App.Core\TagController.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Instagram\App.Core\User.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Instagram\App.Core\UserController.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Instagram\App.Core\VideoLink.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Instagram\App.Core\VideoList.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Instagram\Authentication\AccessToken.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Instagram\Authentication\Base.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Instagram\Authentication\BaseObject.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Instagram\Authentication\ConfigurationIns.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Instagram\Authentication\ICache.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Instagram\Authentication\oAuthBase.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Instagram\Authentication\oAuthInstagram.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Instagram\Custom\TagSearch.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Instagram\Instagram.Core\CommentsMethods\Comments.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Instagram\Instagram.Core\GeographiesMethods\Geographies.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Instagram\Instagram.Core\LikesMethods\Likes.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Instagram\Instagram.Core\LocationsMethods\Locations.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Instagram\Instagram.Core\MediaMethods\Media.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Instagram\Instagram.Core\RelationshipMethods\Relationship.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Instagram\Instagram.Core\TagsMethods\Tags.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Instagram\Instagram.Core\UsersMethods\Users.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Instagram\Properties\AssemblyInfo.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Instagram\App.Core\Caption.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Instagram\App.Core\Comment.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Instagram\App.Core\CommentController.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Instagram\App.Core\CommentList.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Instagram\App.Core\GeographiesController.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Instagram\App.Core\ImageLink.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Instagram\App.Core\ImagesList.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Instagram\App.Core\InstagramMedia.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Instagram\App.Core\InstagramResponse.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Instagram\App.Core\LikesController.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Instagram\App.Core\LikesList.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Instagram\App.Core\Location.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Instagram\App.Core\LocationController.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Instagram\App.Core\MediaController.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Instagram\App.Core\Metadata.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Instagram\App.Core\Pagination.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Instagram\App.Core\Relation.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Instagram\App.Core\RelationShipsController.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Instagram\App.Core\Tag.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Instagram\App.Core\TagController.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Instagram\App.Core\User.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Instagram\App.Core\UserController.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Instagram\App.Core\VideoLink.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Instagram\App.Core\VideoList.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Instagram\Authentication\AccessToken.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Instagram\Authentication\Base.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Instagram\Authentication\BaseObject.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Instagram\Authentication\ConfigurationIns.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Instagram\Authentication\ICache.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Instagram\Authentication\oAuthBase.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Instagram\Authentication\oAuthInstagram.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Instagram\Custom\TagSearch.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Instagram\Instagram.Core\CommentsMethods\Comments.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Instagram\Instagram.Core\GeographiesMethods\Geographies.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Instagram\Instagram.Core\LikesMethods\Likes.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Instagram\Instagram.Core\LocationsMethods\Locations.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Instagram\Instagram.Core\MediaMethods\Media.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Instagram\Instagram.Core\RelationshipMethods\Relationship.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Instagram\Instagram.Core\TagsMethods\Tags.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Instagram\Instagram.Core\UsersMethods\Users.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Instagram\Properties\AssemblyInfo.cs diff --git a/src/Socioboard.LinkedIn/bin/Debug/net451/Socioboard.LinkedIn.dll b/src/Socioboard.LinkedIn/bin/Debug/net451/Socioboard.LinkedIn.dll index c0599bc4a..9149e72f0 100644 Binary files a/src/Socioboard.LinkedIn/bin/Debug/net451/Socioboard.LinkedIn.dll and b/src/Socioboard.LinkedIn/bin/Debug/net451/Socioboard.LinkedIn.dll differ diff --git a/src/Socioboard.LinkedIn/bin/Debug/net451/Socioboard.LinkedIn.pdb b/src/Socioboard.LinkedIn/bin/Debug/net451/Socioboard.LinkedIn.pdb index ac63458b9..aa90f287e 100644 Binary files a/src/Socioboard.LinkedIn/bin/Debug/net451/Socioboard.LinkedIn.pdb and b/src/Socioboard.LinkedIn/bin/Debug/net451/Socioboard.LinkedIn.pdb differ diff --git a/src/Socioboard.LinkedIn/obj/Debug/net451/.IncrementalCache b/src/Socioboard.LinkedIn/obj/Debug/net451/.IncrementalCache index bf0aa0945..c746d8d66 100644 --- a/src/Socioboard.LinkedIn/obj/Debug/net451/.IncrementalCache +++ b/src/Socioboard.LinkedIn/obj/Debug/net451/.IncrementalCache @@ -1 +1 @@ -{"inputs":["D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.LinkedIn\\project.json","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.LinkedIn\\project.lock.json","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.LinkedIn\\App.Core\\Global.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.LinkedIn\\App.Core\\LinkedinCompanyPage.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.LinkedIn\\App.Core\\LinkedInGroup.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.LinkedIn\\App.Core\\LinkedInJob.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.LinkedIn\\App.Core\\LinkedInNetwork.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.LinkedIn\\App.Core\\LinkedinPageComment.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.LinkedIn\\App.Core\\LinkedinPageUpdate.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.LinkedIn\\App.Core\\LinkedInProfile.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.LinkedIn\\App.Core\\LinkedInUser.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.LinkedIn\\Authentication\\oAuthBase2.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.LinkedIn\\Authentication\\oAuthLinkedIn.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.LinkedIn\\LinkedIn.Core\\CompanyMethods\\Company.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.LinkedIn\\LinkedIn.Core\\JobsMethods\\Jobs.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.LinkedIn\\LinkedIn.Core\\JobsMethods\\JobSearch.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.LinkedIn\\LinkedIn.Core\\PeopleAndConnectionMethods\\PeopleAndConnection.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.LinkedIn\\LinkedIn.Core\\PeopleMethods\\People.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.LinkedIn\\LinkedIn.Core\\ShareAndSocialStreamMethods\\ShareAndSocialStream.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.LinkedIn\\LinkedIn.Core\\SocialStreamMethods\\SocialStream.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.LinkedIn\\Properties\\AssemblyInfo.cs"],"outputs":["D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.LinkedIn\\bin\\Debug\\net451\\Socioboard.LinkedIn.dll","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.LinkedIn\\bin\\Debug\\net451\\Socioboard.LinkedIn.pdb"],"buildArguments":{"version-suffix":null}} \ No newline at end of file +{"inputs":["C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.LinkedIn\\project.json","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.LinkedIn\\project.lock.json","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.LinkedIn\\App.Core\\Global.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.LinkedIn\\App.Core\\LinkedinCompanyPage.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.LinkedIn\\App.Core\\LinkedInGroup.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.LinkedIn\\App.Core\\LinkedInJob.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.LinkedIn\\App.Core\\LinkedInNetwork.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.LinkedIn\\App.Core\\LinkedinPageComment.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.LinkedIn\\App.Core\\LinkedinPageUpdate.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.LinkedIn\\App.Core\\LinkedInProfile.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.LinkedIn\\App.Core\\LinkedInUser.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.LinkedIn\\Authentication\\oAuthBase2.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.LinkedIn\\Authentication\\oAuthLinkedIn.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.LinkedIn\\LinkedIn.Core\\CompanyMethods\\Company.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.LinkedIn\\LinkedIn.Core\\JobsMethods\\Jobs.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.LinkedIn\\LinkedIn.Core\\JobsMethods\\JobSearch.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.LinkedIn\\LinkedIn.Core\\PeopleAndConnectionMethods\\PeopleAndConnection.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.LinkedIn\\LinkedIn.Core\\PeopleMethods\\People.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.LinkedIn\\LinkedIn.Core\\ShareAndSocialStreamMethods\\ShareAndSocialStream.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.LinkedIn\\LinkedIn.Core\\SocialStreamMethods\\SocialStream.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.LinkedIn\\Properties\\AssemblyInfo.cs"],"outputs":["C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.LinkedIn\\bin\\Debug\\net451\\Socioboard.LinkedIn.dll","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.LinkedIn\\bin\\Debug\\net451\\Socioboard.LinkedIn.pdb"],"buildArguments":{"version-suffix":null}} \ No newline at end of file diff --git a/src/Socioboard.LinkedIn/obj/Debug/net451/dotnet-compile-csc.rsp b/src/Socioboard.LinkedIn/obj/Debug/net451/dotnet-compile-csc.rsp index c00c45d62..2f4195ecd 100644 --- a/src/Socioboard.LinkedIn/obj/Debug/net451/dotnet-compile-csc.rsp +++ b/src/Socioboard.LinkedIn/obj/Debug/net451/dotnet-compile-csc.rsp @@ -8,8 +8,8 @@ -debug:full -nostdlib -nologo -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.LinkedIn\obj\Debug\net451\dotnet-compile.assemblyinfo.cs" --out:"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.LinkedIn\bin\Debug\net451\Socioboard.LinkedIn.dll" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.LinkedIn\obj\Debug\net451\dotnet-compile.assemblyinfo.cs" +-out:"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.LinkedIn\bin\Debug\net451\Socioboard.LinkedIn.dll" -r:"C:\Users\GLB-008-PC\.nuget\packages\Hammock\1.2.3\lib\net40\Hammock.dll" -r:"C:\Users\GLB-008-PC\.nuget\packages\Newtonsoft.Json\9.0.1\lib\net45\Newtonsoft.Json.dll" -r:"C:\Users\GLB-008-PC\.nuget\packages\OAuth\1.0.3\lib\net40\OAuth.dll" @@ -50,22 +50,22 @@ -r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.dll" -r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.Core.dll" -r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Microsoft.CSharp.dll" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.LinkedIn\App.Core\Global.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.LinkedIn\App.Core\LinkedinCompanyPage.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.LinkedIn\App.Core\LinkedInGroup.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.LinkedIn\App.Core\LinkedInJob.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.LinkedIn\App.Core\LinkedInNetwork.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.LinkedIn\App.Core\LinkedinPageComment.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.LinkedIn\App.Core\LinkedinPageUpdate.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.LinkedIn\App.Core\LinkedInProfile.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.LinkedIn\App.Core\LinkedInUser.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.LinkedIn\Authentication\oAuthBase2.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.LinkedIn\Authentication\oAuthLinkedIn.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.LinkedIn\LinkedIn.Core\CompanyMethods\Company.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.LinkedIn\LinkedIn.Core\JobsMethods\Jobs.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.LinkedIn\LinkedIn.Core\JobsMethods\JobSearch.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.LinkedIn\LinkedIn.Core\PeopleAndConnectionMethods\PeopleAndConnection.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.LinkedIn\LinkedIn.Core\PeopleMethods\People.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.LinkedIn\LinkedIn.Core\ShareAndSocialStreamMethods\ShareAndSocialStream.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.LinkedIn\LinkedIn.Core\SocialStreamMethods\SocialStream.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.LinkedIn\Properties\AssemblyInfo.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.LinkedIn\App.Core\Global.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.LinkedIn\App.Core\LinkedinCompanyPage.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.LinkedIn\App.Core\LinkedInGroup.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.LinkedIn\App.Core\LinkedInJob.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.LinkedIn\App.Core\LinkedInNetwork.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.LinkedIn\App.Core\LinkedinPageComment.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.LinkedIn\App.Core\LinkedinPageUpdate.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.LinkedIn\App.Core\LinkedInProfile.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.LinkedIn\App.Core\LinkedInUser.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.LinkedIn\Authentication\oAuthBase2.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.LinkedIn\Authentication\oAuthLinkedIn.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.LinkedIn\LinkedIn.Core\CompanyMethods\Company.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.LinkedIn\LinkedIn.Core\JobsMethods\Jobs.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.LinkedIn\LinkedIn.Core\JobsMethods\JobSearch.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.LinkedIn\LinkedIn.Core\PeopleAndConnectionMethods\PeopleAndConnection.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.LinkedIn\LinkedIn.Core\PeopleMethods\People.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.LinkedIn\LinkedIn.Core\ShareAndSocialStreamMethods\ShareAndSocialStream.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.LinkedIn\LinkedIn.Core\SocialStreamMethods\SocialStream.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.LinkedIn\Properties\AssemblyInfo.cs" diff --git a/src/Socioboard.LinkedIn/obj/Debug/net451/dotnet-compile.rsp b/src/Socioboard.LinkedIn/obj/Debug/net451/dotnet-compile.rsp index 2613fa8d7..148fe8c6a 100644 --- a/src/Socioboard.LinkedIn/obj/Debug/net451/dotnet-compile.rsp +++ b/src/Socioboard.LinkedIn/obj/Debug/net451/dotnet-compile.rsp @@ -1,5 +1,5 @@ ---temp-output:D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.LinkedIn\obj\Debug\net451\ ---out:D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.LinkedIn\bin\Debug\net451\Socioboard.LinkedIn.dll +--temp-output:C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.LinkedIn\obj\Debug\net451\ +--out:C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.LinkedIn\bin\Debug\net451\Socioboard.LinkedIn.dll --define:DEBUG --define:TRACE --define:NET451 @@ -52,22 +52,22 @@ --reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.dll --reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.Core.dll --reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Microsoft.CSharp.dll -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.LinkedIn\App.Core\Global.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.LinkedIn\App.Core\LinkedinCompanyPage.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.LinkedIn\App.Core\LinkedInGroup.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.LinkedIn\App.Core\LinkedInJob.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.LinkedIn\App.Core\LinkedInNetwork.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.LinkedIn\App.Core\LinkedinPageComment.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.LinkedIn\App.Core\LinkedinPageUpdate.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.LinkedIn\App.Core\LinkedInProfile.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.LinkedIn\App.Core\LinkedInUser.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.LinkedIn\Authentication\oAuthBase2.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.LinkedIn\Authentication\oAuthLinkedIn.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.LinkedIn\LinkedIn.Core\CompanyMethods\Company.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.LinkedIn\LinkedIn.Core\JobsMethods\Jobs.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.LinkedIn\LinkedIn.Core\JobsMethods\JobSearch.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.LinkedIn\LinkedIn.Core\PeopleAndConnectionMethods\PeopleAndConnection.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.LinkedIn\LinkedIn.Core\PeopleMethods\People.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.LinkedIn\LinkedIn.Core\ShareAndSocialStreamMethods\ShareAndSocialStream.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.LinkedIn\LinkedIn.Core\SocialStreamMethods\SocialStream.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.LinkedIn\Properties\AssemblyInfo.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.LinkedIn\App.Core\Global.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.LinkedIn\App.Core\LinkedinCompanyPage.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.LinkedIn\App.Core\LinkedInGroup.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.LinkedIn\App.Core\LinkedInJob.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.LinkedIn\App.Core\LinkedInNetwork.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.LinkedIn\App.Core\LinkedinPageComment.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.LinkedIn\App.Core\LinkedinPageUpdate.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.LinkedIn\App.Core\LinkedInProfile.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.LinkedIn\App.Core\LinkedInUser.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.LinkedIn\Authentication\oAuthBase2.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.LinkedIn\Authentication\oAuthLinkedIn.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.LinkedIn\LinkedIn.Core\CompanyMethods\Company.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.LinkedIn\LinkedIn.Core\JobsMethods\Jobs.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.LinkedIn\LinkedIn.Core\JobsMethods\JobSearch.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.LinkedIn\LinkedIn.Core\PeopleAndConnectionMethods\PeopleAndConnection.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.LinkedIn\LinkedIn.Core\PeopleMethods\People.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.LinkedIn\LinkedIn.Core\ShareAndSocialStreamMethods\ShareAndSocialStream.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.LinkedIn\LinkedIn.Core\SocialStreamMethods\SocialStream.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.LinkedIn\Properties\AssemblyInfo.cs diff --git a/src/Socioboard.Pinterest/bin/Debug/net451/Socioboard.Pinterest.dll b/src/Socioboard.Pinterest/bin/Debug/net451/Socioboard.Pinterest.dll index 9ffedafff..b01a8abcd 100644 Binary files a/src/Socioboard.Pinterest/bin/Debug/net451/Socioboard.Pinterest.dll and b/src/Socioboard.Pinterest/bin/Debug/net451/Socioboard.Pinterest.dll differ diff --git a/src/Socioboard.Pinterest/bin/Debug/net451/Socioboard.Pinterest.pdb b/src/Socioboard.Pinterest/bin/Debug/net451/Socioboard.Pinterest.pdb index 4555c4594..04c8dd8d8 100644 Binary files a/src/Socioboard.Pinterest/bin/Debug/net451/Socioboard.Pinterest.pdb and b/src/Socioboard.Pinterest/bin/Debug/net451/Socioboard.Pinterest.pdb differ diff --git a/src/Socioboard.Pinterest/obj/Debug/net451/.IncrementalCache b/src/Socioboard.Pinterest/obj/Debug/net451/.IncrementalCache index 014ab15c2..3ab89b1fc 100644 --- a/src/Socioboard.Pinterest/obj/Debug/net451/.IncrementalCache +++ b/src/Socioboard.Pinterest/obj/Debug/net451/.IncrementalCache @@ -1 +1 @@ -{"inputs":["D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Pinterest\\project.json","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Pinterest\\project.lock.json","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Pinterest\\Global.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Pinterest\\Auth\\Authentication.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Pinterest\\Board\\Board.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Pinterest\\Pin\\Pin.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Pinterest\\Properties\\AssemblyInfo.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Pinterest\\User\\User.cs"],"outputs":["D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Pinterest\\bin\\Debug\\net451\\Socioboard.Pinterest.dll","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Pinterest\\bin\\Debug\\net451\\Socioboard.Pinterest.pdb"],"buildArguments":{"version-suffix":null}} \ No newline at end of file +{"inputs":["C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.Pinterest\\project.json","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.Pinterest\\project.lock.json","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.Pinterest\\Global.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.Pinterest\\Auth\\Authentication.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.Pinterest\\Board\\Board.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.Pinterest\\Pin\\Pin.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.Pinterest\\Properties\\AssemblyInfo.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.Pinterest\\User\\User.cs"],"outputs":["C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.Pinterest\\bin\\Debug\\net451\\Socioboard.Pinterest.dll","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.Pinterest\\bin\\Debug\\net451\\Socioboard.Pinterest.pdb"],"buildArguments":{"version-suffix":null}} \ No newline at end of file diff --git a/src/Socioboard.Pinterest/obj/Debug/net451/dotnet-compile-csc.rsp b/src/Socioboard.Pinterest/obj/Debug/net451/dotnet-compile-csc.rsp index 95c684c4d..a295c5970 100644 --- a/src/Socioboard.Pinterest/obj/Debug/net451/dotnet-compile-csc.rsp +++ b/src/Socioboard.Pinterest/obj/Debug/net451/dotnet-compile-csc.rsp @@ -8,8 +8,8 @@ -debug:full -nostdlib -nologo -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Pinterest\obj\Debug\net451\dotnet-compile.assemblyinfo.cs" --out:"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Pinterest\bin\Debug\net451\Socioboard.Pinterest.dll" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Pinterest\obj\Debug\net451\dotnet-compile.assemblyinfo.cs" +-out:"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Pinterest\bin\Debug\net451\Socioboard.Pinterest.dll" -r:"C:\Users\GLB-008-PC\.nuget\packages\Newtonsoft.Json\9.0.1\lib\net45\Newtonsoft.Json.dll" -r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Collections.dll" -r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Collections.Concurrent.dll" @@ -47,9 +47,9 @@ -r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.dll" -r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.Core.dll" -r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Microsoft.CSharp.dll" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Pinterest\Global.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Pinterest\Auth\Authentication.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Pinterest\Board\Board.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Pinterest\Pin\Pin.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Pinterest\Properties\AssemblyInfo.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Pinterest\User\User.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Pinterest\Global.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Pinterest\Auth\Authentication.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Pinterest\Board\Board.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Pinterest\Pin\Pin.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Pinterest\Properties\AssemblyInfo.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Pinterest\User\User.cs" diff --git a/src/Socioboard.Pinterest/obj/Debug/net451/dotnet-compile.rsp b/src/Socioboard.Pinterest/obj/Debug/net451/dotnet-compile.rsp index b62bff0f7..70562e65a 100644 --- a/src/Socioboard.Pinterest/obj/Debug/net451/dotnet-compile.rsp +++ b/src/Socioboard.Pinterest/obj/Debug/net451/dotnet-compile.rsp @@ -1,5 +1,5 @@ ---temp-output:D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Pinterest\obj\Debug\net451\ ---out:D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Pinterest\bin\Debug\net451\Socioboard.Pinterest.dll +--temp-output:C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Pinterest\obj\Debug\net451\ +--out:C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Pinterest\bin\Debug\net451\Socioboard.Pinterest.dll --define:DEBUG --define:TRACE --define:NET451 @@ -49,9 +49,9 @@ --reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.dll --reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.Core.dll --reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Microsoft.CSharp.dll -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Pinterest\Global.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Pinterest\Auth\Authentication.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Pinterest\Board\Board.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Pinterest\Pin\Pin.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Pinterest\Properties\AssemblyInfo.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Pinterest\User\User.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Pinterest\Global.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Pinterest\Auth\Authentication.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Pinterest\Board\Board.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Pinterest\Pin\Pin.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Pinterest\Properties\AssemblyInfo.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Pinterest\User\User.cs diff --git a/src/Socioboard.Twitter/bin/Debug/net451/Socioboard.Twitter.dll b/src/Socioboard.Twitter/bin/Debug/net451/Socioboard.Twitter.dll index b5527667c..841d10a2e 100644 Binary files a/src/Socioboard.Twitter/bin/Debug/net451/Socioboard.Twitter.dll and b/src/Socioboard.Twitter/bin/Debug/net451/Socioboard.Twitter.dll differ diff --git a/src/Socioboard.Twitter/bin/Debug/net451/Socioboard.Twitter.pdb b/src/Socioboard.Twitter/bin/Debug/net451/Socioboard.Twitter.pdb index 4f8a1f592..33f873c06 100644 Binary files a/src/Socioboard.Twitter/bin/Debug/net451/Socioboard.Twitter.pdb and b/src/Socioboard.Twitter/bin/Debug/net451/Socioboard.Twitter.pdb differ diff --git a/src/Socioboard.Twitter/obj/Debug/net451/.IncrementalCache b/src/Socioboard.Twitter/obj/Debug/net451/.IncrementalCache index bfbd296ba..3130a35f9 100644 --- a/src/Socioboard.Twitter/obj/Debug/net451/.IncrementalCache +++ b/src/Socioboard.Twitter/obj/Debug/net451/.IncrementalCache @@ -1 +1 @@ -{"inputs":["D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Twitter\\project.json","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Twitter\\project.lock.json","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Twitter\\JavaScriptSerializer.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Twitter\\App.Core\\Globals.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Twitter\\App.Core\\PhotoUpload.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Twitter\\App.Core\\TwitterErrorConroller.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Twitter\\App.Core\\TwitterFriendsController.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Twitter\\App.Core\\TwitterHashTag.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Twitter\\App.Core\\TwitterSearchController.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Twitter\\App.Core\\TwitterUser.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Twitter\\App.Core\\TwitterUserController.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Twitter\\App.Core\\TwitterWebRequest.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Twitter\\Authentication\\BasicAuth.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Twitter\\Authentication\\IAuthentication.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Twitter\\Authentication\\OAuthBase.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Twitter\\Authentication\\oAuthTwitter.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Twitter\\Properties\\AssemblyInfo.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Twitter\\Twitter.Core\\Enumerations.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Twitter\\Twitter.Core\\AccountMethods\\Account.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Twitter\\Twitter.Core\\DirectMessageMethods\\DirectMessage.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Twitter\\Twitter.Core\\FollowersMethods\\Blocks.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Twitter\\Twitter.Core\\FollowersMethods\\FollowerManage.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Twitter\\Twitter.Core\\FriendshipMethods\\Friendship.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Twitter\\Twitter.Core\\SearchMethods\\Search.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Twitter\\Twitter.Core\\SocialGraphMethods\\SocialGraph.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Twitter\\Twitter.Core\\StatusMethods\\Status.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Twitter\\Twitter.Core\\TimeLineMethods\\TimeLine.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Twitter\\Twitter.Core\\TweetMethods\\Tweet.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Twitter\\Twitter.Core\\UserMethods\\Account.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Twitter\\Twitter.Core\\UserMethods\\Users.cs"],"outputs":["D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Twitter\\bin\\Debug\\net451\\Socioboard.Twitter.dll","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Twitter\\bin\\Debug\\net451\\Socioboard.Twitter.pdb"],"buildArguments":{"version-suffix":null}} \ No newline at end of file +{"inputs":["C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.Twitter\\project.json","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.Twitter\\project.lock.json","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.Twitter\\JavaScriptSerializer.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.Twitter\\App.Core\\Globals.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.Twitter\\App.Core\\PhotoUpload.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.Twitter\\App.Core\\TwitterErrorConroller.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.Twitter\\App.Core\\TwitterFriendsController.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.Twitter\\App.Core\\TwitterHashTag.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.Twitter\\App.Core\\TwitterSearchController.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.Twitter\\App.Core\\TwitterUser.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.Twitter\\App.Core\\TwitterUserController.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.Twitter\\App.Core\\TwitterWebRequest.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.Twitter\\Authentication\\BasicAuth.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.Twitter\\Authentication\\IAuthentication.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.Twitter\\Authentication\\OAuthBase.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.Twitter\\Authentication\\oAuthTwitter.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.Twitter\\Properties\\AssemblyInfo.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.Twitter\\Twitter.Core\\Enumerations.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.Twitter\\Twitter.Core\\AccountMethods\\Account.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.Twitter\\Twitter.Core\\DirectMessageMethods\\DirectMessage.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.Twitter\\Twitter.Core\\FollowersMethods\\Blocks.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.Twitter\\Twitter.Core\\FollowersMethods\\FollowerManage.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.Twitter\\Twitter.Core\\FriendshipMethods\\Friendship.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.Twitter\\Twitter.Core\\SearchMethods\\Search.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.Twitter\\Twitter.Core\\SocialGraphMethods\\SocialGraph.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.Twitter\\Twitter.Core\\StatusMethods\\Status.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.Twitter\\Twitter.Core\\TimeLineMethods\\TimeLine.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.Twitter\\Twitter.Core\\TweetMethods\\Tweet.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.Twitter\\Twitter.Core\\UserMethods\\Account.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.Twitter\\Twitter.Core\\UserMethods\\Users.cs"],"outputs":["C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.Twitter\\bin\\Debug\\net451\\Socioboard.Twitter.dll","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.Twitter\\bin\\Debug\\net451\\Socioboard.Twitter.pdb"],"buildArguments":{"version-suffix":null}} \ No newline at end of file diff --git a/src/Socioboard.Twitter/obj/Debug/net451/dotnet-compile-csc.rsp b/src/Socioboard.Twitter/obj/Debug/net451/dotnet-compile-csc.rsp index e11eb7ee1..d8cefe443 100644 --- a/src/Socioboard.Twitter/obj/Debug/net451/dotnet-compile-csc.rsp +++ b/src/Socioboard.Twitter/obj/Debug/net451/dotnet-compile-csc.rsp @@ -8,8 +8,8 @@ -debug:full -nostdlib -nologo -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Twitter\obj\Debug\net451\dotnet-compile.assemblyinfo.cs" --out:"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Twitter\bin\Debug\net451\Socioboard.Twitter.dll" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Twitter\obj\Debug\net451\dotnet-compile.assemblyinfo.cs" +-out:"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Twitter\bin\Debug\net451\Socioboard.Twitter.dll" -r:"C:\Users\GLB-008-PC\.nuget\packages\Hammock\1.2.3\lib\net40\Hammock.dll" -r:"C:\Users\GLB-008-PC\.nuget\packages\Newtonsoft.Json\9.0.1\lib\net45\Newtonsoft.Json.dll" -r:"C:\Users\GLB-008-PC\.nuget\packages\OAuth\1.0.3\lib\net40\OAuth.dll" @@ -49,31 +49,31 @@ -r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.dll" -r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.Core.dll" -r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Microsoft.CSharp.dll" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Twitter\JavaScriptSerializer.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Twitter\App.Core\Globals.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Twitter\App.Core\PhotoUpload.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Twitter\App.Core\TwitterErrorConroller.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Twitter\App.Core\TwitterFriendsController.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Twitter\App.Core\TwitterHashTag.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Twitter\App.Core\TwitterSearchController.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Twitter\App.Core\TwitterUser.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Twitter\App.Core\TwitterUserController.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Twitter\App.Core\TwitterWebRequest.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Twitter\Authentication\BasicAuth.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Twitter\Authentication\IAuthentication.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Twitter\Authentication\OAuthBase.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Twitter\Authentication\oAuthTwitter.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Twitter\Properties\AssemblyInfo.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Twitter\Twitter.Core\Enumerations.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Twitter\Twitter.Core\AccountMethods\Account.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Twitter\Twitter.Core\DirectMessageMethods\DirectMessage.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Twitter\Twitter.Core\FollowersMethods\Blocks.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Twitter\Twitter.Core\FollowersMethods\FollowerManage.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Twitter\Twitter.Core\FriendshipMethods\Friendship.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Twitter\Twitter.Core\SearchMethods\Search.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Twitter\Twitter.Core\SocialGraphMethods\SocialGraph.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Twitter\Twitter.Core\StatusMethods\Status.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Twitter\Twitter.Core\TimeLineMethods\TimeLine.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Twitter\Twitter.Core\TweetMethods\Tweet.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Twitter\Twitter.Core\UserMethods\Account.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Twitter\Twitter.Core\UserMethods\Users.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Twitter\JavaScriptSerializer.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Twitter\App.Core\Globals.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Twitter\App.Core\PhotoUpload.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Twitter\App.Core\TwitterErrorConroller.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Twitter\App.Core\TwitterFriendsController.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Twitter\App.Core\TwitterHashTag.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Twitter\App.Core\TwitterSearchController.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Twitter\App.Core\TwitterUser.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Twitter\App.Core\TwitterUserController.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Twitter\App.Core\TwitterWebRequest.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Twitter\Authentication\BasicAuth.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Twitter\Authentication\IAuthentication.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Twitter\Authentication\OAuthBase.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Twitter\Authentication\oAuthTwitter.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Twitter\Properties\AssemblyInfo.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Twitter\Twitter.Core\Enumerations.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Twitter\Twitter.Core\AccountMethods\Account.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Twitter\Twitter.Core\DirectMessageMethods\DirectMessage.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Twitter\Twitter.Core\FollowersMethods\Blocks.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Twitter\Twitter.Core\FollowersMethods\FollowerManage.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Twitter\Twitter.Core\FriendshipMethods\Friendship.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Twitter\Twitter.Core\SearchMethods\Search.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Twitter\Twitter.Core\SocialGraphMethods\SocialGraph.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Twitter\Twitter.Core\StatusMethods\Status.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Twitter\Twitter.Core\TimeLineMethods\TimeLine.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Twitter\Twitter.Core\TweetMethods\Tweet.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Twitter\Twitter.Core\UserMethods\Account.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Twitter\Twitter.Core\UserMethods\Users.cs" diff --git a/src/Socioboard.Twitter/obj/Debug/net451/dotnet-compile.rsp b/src/Socioboard.Twitter/obj/Debug/net451/dotnet-compile.rsp index 5f7a04111..c952d8575 100644 --- a/src/Socioboard.Twitter/obj/Debug/net451/dotnet-compile.rsp +++ b/src/Socioboard.Twitter/obj/Debug/net451/dotnet-compile.rsp @@ -1,5 +1,5 @@ ---temp-output:D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Twitter\obj\Debug\net451\ ---out:D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Twitter\bin\Debug\net451\Socioboard.Twitter.dll +--temp-output:C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Twitter\obj\Debug\net451\ +--out:C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Twitter\bin\Debug\net451\Socioboard.Twitter.dll --define:DEBUG --define:TRACE --define:NET451 @@ -51,31 +51,31 @@ --reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.dll --reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.Core.dll --reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Microsoft.CSharp.dll -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Twitter\JavaScriptSerializer.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Twitter\App.Core\Globals.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Twitter\App.Core\PhotoUpload.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Twitter\App.Core\TwitterErrorConroller.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Twitter\App.Core\TwitterFriendsController.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Twitter\App.Core\TwitterHashTag.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Twitter\App.Core\TwitterSearchController.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Twitter\App.Core\TwitterUser.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Twitter\App.Core\TwitterUserController.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Twitter\App.Core\TwitterWebRequest.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Twitter\Authentication\BasicAuth.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Twitter\Authentication\IAuthentication.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Twitter\Authentication\OAuthBase.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Twitter\Authentication\oAuthTwitter.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Twitter\Properties\AssemblyInfo.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Twitter\Twitter.Core\Enumerations.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Twitter\Twitter.Core\AccountMethods\Account.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Twitter\Twitter.Core\DirectMessageMethods\DirectMessage.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Twitter\Twitter.Core\FollowersMethods\Blocks.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Twitter\Twitter.Core\FollowersMethods\FollowerManage.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Twitter\Twitter.Core\FriendshipMethods\Friendship.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Twitter\Twitter.Core\SearchMethods\Search.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Twitter\Twitter.Core\SocialGraphMethods\SocialGraph.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Twitter\Twitter.Core\StatusMethods\Status.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Twitter\Twitter.Core\TimeLineMethods\TimeLine.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Twitter\Twitter.Core\TweetMethods\Tweet.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Twitter\Twitter.Core\UserMethods\Account.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Twitter\Twitter.Core\UserMethods\Users.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Twitter\JavaScriptSerializer.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Twitter\App.Core\Globals.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Twitter\App.Core\PhotoUpload.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Twitter\App.Core\TwitterErrorConroller.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Twitter\App.Core\TwitterFriendsController.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Twitter\App.Core\TwitterHashTag.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Twitter\App.Core\TwitterSearchController.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Twitter\App.Core\TwitterUser.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Twitter\App.Core\TwitterUserController.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Twitter\App.Core\TwitterWebRequest.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Twitter\Authentication\BasicAuth.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Twitter\Authentication\IAuthentication.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Twitter\Authentication\OAuthBase.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Twitter\Authentication\oAuthTwitter.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Twitter\Properties\AssemblyInfo.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Twitter\Twitter.Core\Enumerations.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Twitter\Twitter.Core\AccountMethods\Account.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Twitter\Twitter.Core\DirectMessageMethods\DirectMessage.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Twitter\Twitter.Core\FollowersMethods\Blocks.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Twitter\Twitter.Core\FollowersMethods\FollowerManage.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Twitter\Twitter.Core\FriendshipMethods\Friendship.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Twitter\Twitter.Core\SearchMethods\Search.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Twitter\Twitter.Core\SocialGraphMethods\SocialGraph.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Twitter\Twitter.Core\StatusMethods\Status.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Twitter\Twitter.Core\TimeLineMethods\TimeLine.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Twitter\Twitter.Core\TweetMethods\Tweet.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Twitter\Twitter.Core\UserMethods\Account.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Twitter\Twitter.Core\UserMethods\Users.cs diff --git a/src/Socioboard/Themes/Socioboard/Views/Shared/_SocioboardLayout.cshtml b/src/Socioboard/Themes/Socioboard/Views/Shared/_SocioboardLayout.cshtml index 755d24041..3d0af81ce 100644 --- a/src/Socioboard/Themes/Socioboard/Views/Shared/_SocioboardLayout.cshtml +++ b/src/Socioboard/Themes/Socioboard/Views/Shared/_SocioboardLayout.cshtml @@ -544,7 +544,7 @@ *@
- +
diff --git a/src/Socioboard/bin/Debug/net451/Socioboard.exe b/src/Socioboard/bin/Debug/net451/Socioboard.exe deleted file mode 100644 index 14322ef1c..000000000 Binary files a/src/Socioboard/bin/Debug/net451/Socioboard.exe and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/Socioboard.pdb b/src/Socioboard/bin/Debug/net451/Socioboard.pdb deleted file mode 100644 index b921c73c8..000000000 Binary files a/src/Socioboard/bin/Debug/net451/Socioboard.pdb and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/Domain.Socioboard.dll b/src/Socioboard/bin/Debug/net451/win7-x64/Domain.Socioboard.dll deleted file mode 100644 index 4f3d18ab1..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/Domain.Socioboard.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/Domain.Socioboard.pdb b/src/Socioboard/bin/Debug/net451/win7-x64/Domain.Socioboard.pdb deleted file mode 100644 index 46c46dff7..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/Domain.Socioboard.pdb and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/Facebook.dll b/src/Socioboard/bin/Debug/net451/win7-x64/Facebook.dll deleted file mode 100644 index 6704719bd..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/Facebook.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/Hammock.dll b/src/Socioboard/bin/Debug/net451/win7-x64/Hammock.dll deleted file mode 100644 index 41b6a79d5..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/Hammock.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/HtmlAgilityPack.dll b/src/Socioboard/bin/Debug/net451/win7-x64/HtmlAgilityPack.dll deleted file mode 100644 index 204a6f8b4..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/HtmlAgilityPack.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AI.Agent.Intercept.dll b/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AI.Agent.Intercept.dll deleted file mode 100644 index 58f3452e3..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AI.Agent.Intercept.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AI.DependencyCollector.dll b/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AI.DependencyCollector.dll deleted file mode 100644 index 0efc656d1..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AI.DependencyCollector.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AI.PerfCounterCollector.dll b/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AI.PerfCounterCollector.dll deleted file mode 100644 index 3ed40439b..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AI.PerfCounterCollector.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AI.ServerTelemetryChannel.dll b/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AI.ServerTelemetryChannel.dll deleted file mode 100644 index 4d5dae14c..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AI.ServerTelemetryChannel.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.ApplicationInsights.AspNetCore.dll b/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.ApplicationInsights.AspNetCore.dll deleted file mode 100644 index 9655d8139..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.ApplicationInsights.AspNetCore.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.ApplicationInsights.dll b/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.ApplicationInsights.dll deleted file mode 100644 index afdbf80d6..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.ApplicationInsights.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Antiforgery.dll b/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Antiforgery.dll deleted file mode 100644 index 3de98ec9a..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Antiforgery.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Authentication.Cookies.dll b/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Authentication.Cookies.dll deleted file mode 100644 index 046d0733c..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Authentication.Cookies.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Authentication.dll b/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Authentication.dll deleted file mode 100644 index 602a68e56..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Authentication.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Authorization.dll b/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Authorization.dll deleted file mode 100644 index bc3a377e6..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Authorization.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Cors.dll b/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Cors.dll deleted file mode 100644 index 806ba12d4..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Cors.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Cryptography.Internal.dll b/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Cryptography.Internal.dll deleted file mode 100644 index b60cac5df..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Cryptography.Internal.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll b/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll deleted file mode 100644 index 756f0f408..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.DataProtection.Abstractions.dll b/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.DataProtection.Abstractions.dll deleted file mode 100644 index 1f8c7c907..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.DataProtection.Abstractions.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.DataProtection.dll b/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.DataProtection.dll deleted file mode 100644 index 9108b15c0..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.DataProtection.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Diagnostics.Abstractions.dll b/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Diagnostics.Abstractions.dll deleted file mode 100644 index b04da7548..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Diagnostics.Abstractions.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore.dll b/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore.dll deleted file mode 100644 index f174e65d5..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Diagnostics.dll b/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Diagnostics.dll deleted file mode 100644 index 3c41b1f8b..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Diagnostics.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Hosting.Abstractions.dll b/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Hosting.Abstractions.dll deleted file mode 100644 index 81fdfd830..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Hosting.Abstractions.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll b/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll deleted file mode 100644 index 8d0ad1d4b..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Hosting.dll b/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Hosting.dll deleted file mode 100644 index bcb30c46a..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Hosting.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Html.Abstractions.dll b/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Html.Abstractions.dll deleted file mode 100644 index bcc64f5a4..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Html.Abstractions.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Http.Abstractions.dll b/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Http.Abstractions.dll deleted file mode 100644 index 245f4f907..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Http.Abstractions.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Http.Extensions.dll b/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Http.Extensions.dll deleted file mode 100644 index d6fd46e9a..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Http.Extensions.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Http.Features.dll b/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Http.Features.dll deleted file mode 100644 index 51b023b77..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Http.Features.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Http.dll b/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Http.dll deleted file mode 100644 index fb5d88307..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Http.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.HttpOverrides.dll b/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.HttpOverrides.dll deleted file mode 100644 index 05e5988bc..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.HttpOverrides.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Identity.EntityFrameworkCore.dll b/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Identity.EntityFrameworkCore.dll deleted file mode 100644 index 130fa538f..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Identity.EntityFrameworkCore.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Identity.dll b/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Identity.dll deleted file mode 100644 index 29d4207d1..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Identity.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.JsonPatch.dll b/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.JsonPatch.dll deleted file mode 100644 index 30252e12d..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.JsonPatch.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Localization.dll b/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Localization.dll deleted file mode 100644 index 903dadead..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Localization.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Mvc.Abstractions.dll b/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Mvc.Abstractions.dll deleted file mode 100644 index ab7d884c6..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Mvc.Abstractions.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Mvc.ApiExplorer.dll b/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Mvc.ApiExplorer.dll deleted file mode 100644 index efc3b8652..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Mvc.ApiExplorer.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Mvc.Core.dll b/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Mvc.Core.dll deleted file mode 100644 index ff5c52ea5..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Mvc.Core.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Mvc.Cors.dll b/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Mvc.Cors.dll deleted file mode 100644 index 6b1d7c57c..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Mvc.Cors.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Mvc.DataAnnotations.dll b/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Mvc.DataAnnotations.dll deleted file mode 100644 index 2ba22b27f..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Mvc.DataAnnotations.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Mvc.Formatters.Json.dll b/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Mvc.Formatters.Json.dll deleted file mode 100644 index 5087c17e7..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Mvc.Formatters.Json.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Mvc.Localization.dll b/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Mvc.Localization.dll deleted file mode 100644 index b572dc3b1..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Mvc.Localization.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Mvc.Razor.Host.dll b/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Mvc.Razor.Host.dll deleted file mode 100644 index 1c77d353c..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Mvc.Razor.Host.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Mvc.Razor.dll b/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Mvc.Razor.dll deleted file mode 100644 index 4b74d77fc..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Mvc.Razor.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Mvc.TagHelpers.dll b/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Mvc.TagHelpers.dll deleted file mode 100644 index cba920baf..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Mvc.TagHelpers.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Mvc.ViewFeatures.dll b/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Mvc.ViewFeatures.dll deleted file mode 100644 index 37218ddb7..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Mvc.ViewFeatures.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Mvc.dll b/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Mvc.dll deleted file mode 100644 index 2ba223433..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Mvc.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Razor.Runtime.dll b/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Razor.Runtime.dll deleted file mode 100644 index d98807dac..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Razor.Runtime.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Razor.dll b/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Razor.dll deleted file mode 100644 index 39bae77bd..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Razor.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Routing.Abstractions.dll b/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Routing.Abstractions.dll deleted file mode 100644 index 266564399..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Routing.Abstractions.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Routing.dll b/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Routing.dll deleted file mode 100644 index 7660f00be..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Routing.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Server.IISIntegration.dll b/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Server.IISIntegration.dll deleted file mode 100644 index 7776e12d4..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Server.IISIntegration.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Server.Kestrel.dll b/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Server.Kestrel.dll deleted file mode 100644 index 1e6f088e2..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Server.Kestrel.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Session.dll b/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Session.dll deleted file mode 100644 index 4f4c1c0e7..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.Session.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.StaticFiles.dll b/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.StaticFiles.dll deleted file mode 100644 index 881979ea2..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.StaticFiles.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.WebUtilities.dll b/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.WebUtilities.dll deleted file mode 100644 index 62e99481b..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.AspNetCore.WebUtilities.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.CodeAnalysis.CSharp.Workspaces.dll b/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.CodeAnalysis.CSharp.Workspaces.dll deleted file mode 100644 index a29572f13..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.CodeAnalysis.CSharp.Workspaces.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.CodeAnalysis.CSharp.dll b/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.CodeAnalysis.CSharp.dll deleted file mode 100644 index d9ac0e277..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.CodeAnalysis.CSharp.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.CodeAnalysis.Workspaces.Desktop.dll b/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.CodeAnalysis.Workspaces.Desktop.dll deleted file mode 100644 index 432845980..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.CodeAnalysis.Workspaces.Desktop.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.CodeAnalysis.Workspaces.dll b/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.CodeAnalysis.Workspaces.dll deleted file mode 100644 index efb7b6115..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.CodeAnalysis.Workspaces.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.CodeAnalysis.dll b/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.CodeAnalysis.dll deleted file mode 100644 index 6e4775e5d..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.CodeAnalysis.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.DotNet.Cli.Utils.dll b/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.DotNet.Cli.Utils.dll deleted file mode 100644 index 8a3615a9b..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.DotNet.Cli.Utils.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.DotNet.InternalAbstractions.dll b/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.DotNet.InternalAbstractions.dll deleted file mode 100644 index a41b928b8..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.DotNet.InternalAbstractions.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.DotNet.ProjectModel.dll b/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.DotNet.ProjectModel.dll deleted file mode 100644 index 24d84ba27..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.DotNet.ProjectModel.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.EntityFrameworkCore.Relational.Design.dll b/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.EntityFrameworkCore.Relational.Design.dll deleted file mode 100644 index 4063d6699..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.EntityFrameworkCore.Relational.Design.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.EntityFrameworkCore.Relational.dll b/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.EntityFrameworkCore.Relational.dll deleted file mode 100644 index f381952c0..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.EntityFrameworkCore.Relational.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.EntityFrameworkCore.SqlServer.dll b/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.EntityFrameworkCore.SqlServer.dll deleted file mode 100644 index dc4023cb0..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.EntityFrameworkCore.SqlServer.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.EntityFrameworkCore.Tools.Cli.exe b/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.EntityFrameworkCore.Tools.Cli.exe deleted file mode 100644 index 3e89ef99e..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.EntityFrameworkCore.Tools.Cli.exe and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.EntityFrameworkCore.Tools.Cli.exe.config b/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.EntityFrameworkCore.Tools.Cli.exe.config deleted file mode 100644 index b6603b88e..000000000 --- a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.EntityFrameworkCore.Tools.Cli.exe.config +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.EntityFrameworkCore.Tools.Core.dll b/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.EntityFrameworkCore.Tools.Core.dll deleted file mode 100644 index 5162ce77d..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.EntityFrameworkCore.Tools.Core.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.EntityFrameworkCore.Tools.dll b/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.EntityFrameworkCore.Tools.dll deleted file mode 100644 index f83d4436f..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.EntityFrameworkCore.Tools.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.EntityFrameworkCore.dll b/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.EntityFrameworkCore.dll deleted file mode 100644 index 848f1b43e..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.EntityFrameworkCore.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.Caching.Abstractions.dll b/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.Caching.Abstractions.dll deleted file mode 100644 index 78e8a5a4b..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.Caching.Abstractions.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.Caching.Memory.dll b/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.Caching.Memory.dll deleted file mode 100644 index ea97474ae..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.Caching.Memory.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.CommandLineUtils.dll b/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.CommandLineUtils.dll deleted file mode 100644 index 1b3e23393..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.CommandLineUtils.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.Configuration.Abstractions.dll b/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.Configuration.Abstractions.dll deleted file mode 100644 index f13b2079e..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.Configuration.Abstractions.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.Configuration.Binder.dll b/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.Configuration.Binder.dll deleted file mode 100644 index f86eb7aa8..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.Configuration.Binder.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.Configuration.EnvironmentVariables.dll b/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.Configuration.EnvironmentVariables.dll deleted file mode 100644 index a609480a4..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.Configuration.EnvironmentVariables.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.Configuration.FileExtensions.dll b/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.Configuration.FileExtensions.dll deleted file mode 100644 index b8a7da871..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.Configuration.FileExtensions.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.Configuration.Json.dll b/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.Configuration.Json.dll deleted file mode 100644 index 5e1384bac..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.Configuration.Json.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.Configuration.UserSecrets.dll b/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.Configuration.UserSecrets.dll deleted file mode 100644 index c7b08fa28..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.Configuration.UserSecrets.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.Configuration.dll b/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.Configuration.dll deleted file mode 100644 index eec4b063c..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.Configuration.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.DependencyInjection.Abstractions.dll b/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.DependencyInjection.Abstractions.dll deleted file mode 100644 index 011f07d6a..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.DependencyInjection.Abstractions.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.DependencyInjection.dll b/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.DependencyInjection.dll deleted file mode 100644 index 64b225d70..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.DependencyInjection.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.DependencyModel.dll b/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.DependencyModel.dll deleted file mode 100644 index a31b0d101..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.DependencyModel.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.DiagnosticAdapter.dll b/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.DiagnosticAdapter.dll deleted file mode 100644 index edaf534c0..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.DiagnosticAdapter.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.FileProviders.Abstractions.dll b/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.FileProviders.Abstractions.dll deleted file mode 100644 index 688823be5..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.FileProviders.Abstractions.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.FileProviders.Composite.dll b/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.FileProviders.Composite.dll deleted file mode 100644 index c79ea2efc..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.FileProviders.Composite.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.FileProviders.Physical.dll b/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.FileProviders.Physical.dll deleted file mode 100644 index 175d44753..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.FileProviders.Physical.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.FileSystemGlobbing.dll b/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.FileSystemGlobbing.dll deleted file mode 100644 index c2db539ae..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.FileSystemGlobbing.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.Globalization.CultureInfoCache.dll b/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.Globalization.CultureInfoCache.dll deleted file mode 100644 index c8a6563a5..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.Globalization.CultureInfoCache.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.Localization.Abstractions.dll b/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.Localization.Abstractions.dll deleted file mode 100644 index 4cd35cfa0..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.Localization.Abstractions.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.Localization.dll b/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.Localization.dll deleted file mode 100644 index eb2d0283f..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.Localization.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.Logging.Abstractions.dll b/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.Logging.Abstractions.dll deleted file mode 100644 index 2673abdce..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.Logging.Abstractions.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.Logging.Console.dll b/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.Logging.Console.dll deleted file mode 100644 index 41d544a2a..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.Logging.Console.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.Logging.Debug.dll b/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.Logging.Debug.dll deleted file mode 100644 index aeec56066..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.Logging.Debug.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.Logging.dll b/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.Logging.dll deleted file mode 100644 index 235330b92..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.Logging.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.ObjectPool.dll b/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.ObjectPool.dll deleted file mode 100644 index ef1c82e74..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.ObjectPool.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.Options.ConfigurationExtensions.dll b/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.Options.ConfigurationExtensions.dll deleted file mode 100644 index 95f06c546..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.Options.ConfigurationExtensions.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.Options.dll b/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.Options.dll deleted file mode 100644 index 476d0e0d2..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.Options.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.PlatformAbstractions.dll b/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.PlatformAbstractions.dll deleted file mode 100644 index f0adccf6d..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.PlatformAbstractions.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.Primitives.dll b/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.Primitives.dll deleted file mode 100644 index 4dbad7dff..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.Primitives.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.WebEncoders.dll b/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.WebEncoders.dll deleted file mode 100644 index 5b0ea3a8c..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.Extensions.WebEncoders.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.Net.Http.Headers.dll b/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.Net.Http.Headers.dll deleted file mode 100644 index 5053dab1a..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.Net.Http.Headers.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.VisualStudio.Web.BrowserLink.Loader.dll b/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.VisualStudio.Web.BrowserLink.Loader.dll deleted file mode 100644 index 3b58dafd9..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.VisualStudio.Web.BrowserLink.Loader.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.VisualStudio.Web.CodeGeneration.Core.dll b/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.VisualStudio.Web.CodeGeneration.Core.dll deleted file mode 100644 index d8c14e6ab..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.VisualStudio.Web.CodeGeneration.Core.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore.dll b/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore.dll deleted file mode 100644 index add17db5d..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.VisualStudio.Web.CodeGeneration.Templating.dll b/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.VisualStudio.Web.CodeGeneration.Templating.dll deleted file mode 100644 index 4e4303e96..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.VisualStudio.Web.CodeGeneration.Templating.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.VisualStudio.Web.CodeGeneration.Utils.dll b/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.VisualStudio.Web.CodeGeneration.Utils.dll deleted file mode 100644 index 40e986da9..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.VisualStudio.Web.CodeGeneration.Utils.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.VisualStudio.Web.CodeGeneration.dll b/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.VisualStudio.Web.CodeGeneration.dll deleted file mode 100644 index fef5f01ca..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.VisualStudio.Web.CodeGeneration.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.VisualStudio.Web.CodeGenerators.Mvc.dll b/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.VisualStudio.Web.CodeGenerators.Mvc.dll deleted file mode 100644 index 31f981a35..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/Microsoft.VisualStudio.Web.CodeGenerators.Mvc.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/MongoDB.Bson.dll b/src/Socioboard/bin/Debug/net451/win7-x64/MongoDB.Bson.dll deleted file mode 100644 index 687411c0d..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/MongoDB.Bson.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/Newtonsoft.Json.dll b/src/Socioboard/bin/Debug/net451/win7-x64/Newtonsoft.Json.dll deleted file mode 100644 index be6558d2d..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/Newtonsoft.Json.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/NuGet.Common.dll b/src/Socioboard/bin/Debug/net451/win7-x64/NuGet.Common.dll deleted file mode 100644 index 9ecdf12cf..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/NuGet.Common.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/NuGet.Configuration.dll b/src/Socioboard/bin/Debug/net451/win7-x64/NuGet.Configuration.dll deleted file mode 100644 index fa99e450a..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/NuGet.Configuration.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/NuGet.DependencyResolver.Core.dll b/src/Socioboard/bin/Debug/net451/win7-x64/NuGet.DependencyResolver.Core.dll deleted file mode 100644 index 89b5e75e0..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/NuGet.DependencyResolver.Core.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/NuGet.Frameworks.dll b/src/Socioboard/bin/Debug/net451/win7-x64/NuGet.Frameworks.dll deleted file mode 100644 index 9d23a6685..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/NuGet.Frameworks.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/NuGet.LibraryModel.dll b/src/Socioboard/bin/Debug/net451/win7-x64/NuGet.LibraryModel.dll deleted file mode 100644 index 48417afd2..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/NuGet.LibraryModel.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/NuGet.Packaging.Core.Types.dll b/src/Socioboard/bin/Debug/net451/win7-x64/NuGet.Packaging.Core.Types.dll deleted file mode 100644 index 7819e7887..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/NuGet.Packaging.Core.Types.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/NuGet.Packaging.Core.dll b/src/Socioboard/bin/Debug/net451/win7-x64/NuGet.Packaging.Core.dll deleted file mode 100644 index 1490d97f4..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/NuGet.Packaging.Core.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/NuGet.Packaging.dll b/src/Socioboard/bin/Debug/net451/win7-x64/NuGet.Packaging.dll deleted file mode 100644 index 16337ec39..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/NuGet.Packaging.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/NuGet.ProjectModel.dll b/src/Socioboard/bin/Debug/net451/win7-x64/NuGet.ProjectModel.dll deleted file mode 100644 index f1d4f432d..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/NuGet.ProjectModel.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/NuGet.Protocol.Core.Types.dll b/src/Socioboard/bin/Debug/net451/win7-x64/NuGet.Protocol.Core.Types.dll deleted file mode 100644 index 4bf0f336d..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/NuGet.Protocol.Core.Types.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/NuGet.Protocol.Core.v3.dll b/src/Socioboard/bin/Debug/net451/win7-x64/NuGet.Protocol.Core.v3.dll deleted file mode 100644 index be6f6bdda..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/NuGet.Protocol.Core.v3.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/NuGet.Repositories.dll b/src/Socioboard/bin/Debug/net451/win7-x64/NuGet.Repositories.dll deleted file mode 100644 index 802711dd2..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/NuGet.Repositories.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/NuGet.RuntimeModel.dll b/src/Socioboard/bin/Debug/net451/win7-x64/NuGet.RuntimeModel.dll deleted file mode 100644 index 1dc9cde7e..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/NuGet.RuntimeModel.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/NuGet.Versioning.dll b/src/Socioboard/bin/Debug/net451/win7-x64/NuGet.Versioning.dll deleted file mode 100644 index 40f0121ef..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/NuGet.Versioning.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/Remotion.Linq.dll b/src/Socioboard/bin/Debug/net451/win7-x64/Remotion.Linq.dll deleted file mode 100644 index ff7eb1ed4..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/Remotion.Linq.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/Serilog.Extensions.Logging.dll b/src/Socioboard/bin/Debug/net451/win7-x64/Serilog.Extensions.Logging.dll deleted file mode 100644 index 49e51105f..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/Serilog.Extensions.Logging.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/Serilog.Sinks.ColoredConsole.dll b/src/Socioboard/bin/Debug/net451/win7-x64/Serilog.Sinks.ColoredConsole.dll deleted file mode 100644 index 6a949d2b9..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/Serilog.Sinks.ColoredConsole.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/Serilog.Sinks.File.dll b/src/Socioboard/bin/Debug/net451/win7-x64/Serilog.Sinks.File.dll deleted file mode 100644 index 82b583bcb..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/Serilog.Sinks.File.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/Serilog.Sinks.RollingFile.dll b/src/Socioboard/bin/Debug/net451/win7-x64/Serilog.Sinks.RollingFile.dll deleted file mode 100644 index 1dd54c718..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/Serilog.Sinks.RollingFile.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/Serilog.dll b/src/Socioboard/bin/Debug/net451/win7-x64/Serilog.dll deleted file mode 100644 index ee08c7645..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/Serilog.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/Socioboard.Facebook.dll b/src/Socioboard/bin/Debug/net451/win7-x64/Socioboard.Facebook.dll deleted file mode 100644 index de8f5863c..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/Socioboard.Facebook.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/Socioboard.Facebook.pdb b/src/Socioboard/bin/Debug/net451/win7-x64/Socioboard.Facebook.pdb deleted file mode 100644 index f8c261c75..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/Socioboard.Facebook.pdb and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/Socioboard.Pinterest.dll b/src/Socioboard/bin/Debug/net451/win7-x64/Socioboard.Pinterest.dll deleted file mode 100644 index 9ffedafff..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/Socioboard.Pinterest.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/Socioboard.Pinterest.pdb b/src/Socioboard/bin/Debug/net451/win7-x64/Socioboard.Pinterest.pdb deleted file mode 100644 index 4555c4594..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/Socioboard.Pinterest.pdb and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/Socioboard.exe b/src/Socioboard/bin/Debug/net451/win7-x64/Socioboard.exe deleted file mode 100644 index 14322ef1c..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/Socioboard.exe and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/Socioboard.exe.config b/src/Socioboard/bin/Debug/net451/win7-x64/Socioboard.exe.config deleted file mode 100644 index 395d3fc8c..000000000 --- a/src/Socioboard/bin/Debug/net451/win7-x64/Socioboard.exe.config +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/Socioboard.pdb b/src/Socioboard/bin/Debug/net451/win7-x64/Socioboard.pdb deleted file mode 100644 index b921c73c8..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/Socioboard.pdb and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/System.Buffers.dll b/src/Socioboard/bin/Debug/net451/win7-x64/System.Buffers.dll deleted file mode 100644 index 0688ef3f2..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/System.Buffers.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/System.Collections.Immutable.dll b/src/Socioboard/bin/Debug/net451/win7-x64/System.Collections.Immutable.dll deleted file mode 100644 index e9f8f6a45..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/System.Collections.Immutable.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/System.ComponentModel.Primitives.dll b/src/Socioboard/bin/Debug/net451/win7-x64/System.ComponentModel.Primitives.dll deleted file mode 100644 index 74190569c..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/System.ComponentModel.Primitives.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/System.ComponentModel.TypeConverter.dll b/src/Socioboard/bin/Debug/net451/win7-x64/System.ComponentModel.TypeConverter.dll deleted file mode 100644 index fcf08ab4e..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/System.ComponentModel.TypeConverter.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/System.Composition.AttributedModel.dll b/src/Socioboard/bin/Debug/net451/win7-x64/System.Composition.AttributedModel.dll deleted file mode 100644 index af0aa13f3..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/System.Composition.AttributedModel.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/System.Composition.Convention.dll b/src/Socioboard/bin/Debug/net451/win7-x64/System.Composition.Convention.dll deleted file mode 100644 index 108179cf3..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/System.Composition.Convention.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/System.Composition.Hosting.dll b/src/Socioboard/bin/Debug/net451/win7-x64/System.Composition.Hosting.dll deleted file mode 100644 index 2b25a90cd..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/System.Composition.Hosting.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/System.Composition.Runtime.dll b/src/Socioboard/bin/Debug/net451/win7-x64/System.Composition.Runtime.dll deleted file mode 100644 index 660ac75ae..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/System.Composition.Runtime.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/System.Composition.TypedParts.dll b/src/Socioboard/bin/Debug/net451/win7-x64/System.Composition.TypedParts.dll deleted file mode 100644 index 4435eaabd..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/System.Composition.TypedParts.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/System.Diagnostics.DiagnosticSource.dll b/src/Socioboard/bin/Debug/net451/win7-x64/System.Diagnostics.DiagnosticSource.dll deleted file mode 100644 index 47fb590f9..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/System.Diagnostics.DiagnosticSource.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/System.Interactive.Async.dll b/src/Socioboard/bin/Debug/net451/win7-x64/System.Interactive.Async.dll deleted file mode 100644 index 4e8a9d526..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/System.Interactive.Async.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/System.Net.Http.Formatting.dll b/src/Socioboard/bin/Debug/net451/win7-x64/System.Net.Http.Formatting.dll deleted file mode 100644 index 3b76acd6b..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/System.Net.Http.Formatting.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/System.Numerics.Vectors.dll b/src/Socioboard/bin/Debug/net451/win7-x64/System.Numerics.Vectors.dll deleted file mode 100644 index fa383b88a..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/System.Numerics.Vectors.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/System.Reflection.Metadata.dll b/src/Socioboard/bin/Debug/net451/win7-x64/System.Reflection.Metadata.dll deleted file mode 100644 index accf84dd5..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/System.Reflection.Metadata.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/System.Runtime.InteropServices.RuntimeInformation.dll b/src/Socioboard/bin/Debug/net451/win7-x64/System.Runtime.InteropServices.RuntimeInformation.dll deleted file mode 100644 index 86fa29f9c..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/System.Runtime.InteropServices.RuntimeInformation.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/System.Text.Encodings.Web.dll b/src/Socioboard/bin/Debug/net451/win7-x64/System.Text.Encodings.Web.dll deleted file mode 100644 index 8f104e2f6..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/System.Text.Encodings.Web.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/System.Threading.Tasks.Extensions.dll b/src/Socioboard/bin/Debug/net451/win7-x64/System.Threading.Tasks.Extensions.dll deleted file mode 100644 index 42a11c81b..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/System.Threading.Tasks.Extensions.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/dotnet-aspnet-codegenerator.exe b/src/Socioboard/bin/Debug/net451/win7-x64/dotnet-aspnet-codegenerator.exe deleted file mode 100644 index e58ccbbf0..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/dotnet-aspnet-codegenerator.exe and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/dotnet-aspnet-codegenerator.exe.config b/src/Socioboard/bin/Debug/net451/win7-x64/dotnet-aspnet-codegenerator.exe.config deleted file mode 100644 index b6603b88e..000000000 --- a/src/Socioboard/bin/Debug/net451/win7-x64/dotnet-aspnet-codegenerator.exe.config +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/dotnet-razor-tooling.exe b/src/Socioboard/bin/Debug/net451/win7-x64/dotnet-razor-tooling.exe deleted file mode 100644 index e5de70ac8..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/dotnet-razor-tooling.exe and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/dotnet-razor-tooling.exe.config b/src/Socioboard/bin/Debug/net451/win7-x64/dotnet-razor-tooling.exe.config deleted file mode 100644 index 395d3fc8c..000000000 --- a/src/Socioboard/bin/Debug/net451/win7-x64/dotnet-razor-tooling.exe.config +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/itextsharp.dll b/src/Socioboard/bin/Debug/net451/win7-x64/itextsharp.dll deleted file mode 100644 index 7e76a4a8f..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/itextsharp.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x64/libuv.dll b/src/Socioboard/bin/Debug/net451/win7-x64/libuv.dll deleted file mode 100644 index dba44f87d..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x64/libuv.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x86/Domain.Socioboard.dll b/src/Socioboard/bin/Debug/net451/win7-x86/Domain.Socioboard.dll deleted file mode 100644 index 8902a89f5..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x86/Domain.Socioboard.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x86/Domain.Socioboard.pdb b/src/Socioboard/bin/Debug/net451/win7-x86/Domain.Socioboard.pdb deleted file mode 100644 index e06c7c9b6..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x86/Domain.Socioboard.pdb and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x86/Facebook.dll b/src/Socioboard/bin/Debug/net451/win7-x86/Facebook.dll deleted file mode 100644 index 6704719bd..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x86/Facebook.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x86/Hammock.dll b/src/Socioboard/bin/Debug/net451/win7-x86/Hammock.dll deleted file mode 100644 index 41b6a79d5..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x86/Hammock.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x86/HtmlAgilityPack.dll b/src/Socioboard/bin/Debug/net451/win7-x86/HtmlAgilityPack.dll deleted file mode 100644 index 204a6f8b4..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x86/HtmlAgilityPack.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.AI.Agent.Intercept.dll b/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.AI.Agent.Intercept.dll deleted file mode 100644 index 58f3452e3..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.AI.Agent.Intercept.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.AI.DependencyCollector.dll b/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.AI.DependencyCollector.dll deleted file mode 100644 index 0efc656d1..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.AI.DependencyCollector.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.AI.PerfCounterCollector.dll b/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.AI.PerfCounterCollector.dll deleted file mode 100644 index 3ed40439b..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.AI.PerfCounterCollector.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.AI.ServerTelemetryChannel.dll b/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.AI.ServerTelemetryChannel.dll deleted file mode 100644 index 4d5dae14c..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.AI.ServerTelemetryChannel.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.ApplicationInsights.AspNetCore.dll b/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.ApplicationInsights.AspNetCore.dll deleted file mode 100644 index 9655d8139..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.ApplicationInsights.AspNetCore.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.ApplicationInsights.dll b/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.ApplicationInsights.dll deleted file mode 100644 index afdbf80d6..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.ApplicationInsights.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Antiforgery.dll b/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Antiforgery.dll deleted file mode 100644 index 3de98ec9a..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Antiforgery.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Authentication.Cookies.dll b/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Authentication.Cookies.dll deleted file mode 100644 index 046d0733c..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Authentication.Cookies.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Authentication.dll b/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Authentication.dll deleted file mode 100644 index 602a68e56..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Authentication.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Authorization.dll b/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Authorization.dll deleted file mode 100644 index bc3a377e6..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Authorization.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Cors.dll b/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Cors.dll deleted file mode 100644 index 806ba12d4..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Cors.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Cryptography.Internal.dll b/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Cryptography.Internal.dll deleted file mode 100644 index b60cac5df..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Cryptography.Internal.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.DataProtection.Abstractions.dll b/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.DataProtection.Abstractions.dll deleted file mode 100644 index 1f8c7c907..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.DataProtection.Abstractions.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.DataProtection.dll b/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.DataProtection.dll deleted file mode 100644 index 9108b15c0..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.DataProtection.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Diagnostics.Abstractions.dll b/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Diagnostics.Abstractions.dll deleted file mode 100644 index b04da7548..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Diagnostics.Abstractions.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Diagnostics.dll b/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Diagnostics.dll deleted file mode 100644 index 3c41b1f8b..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Diagnostics.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Hosting.Abstractions.dll b/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Hosting.Abstractions.dll deleted file mode 100644 index 81fdfd830..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Hosting.Abstractions.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll b/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll deleted file mode 100644 index 8d0ad1d4b..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Hosting.dll b/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Hosting.dll deleted file mode 100644 index bcb30c46a..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Hosting.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Html.Abstractions.dll b/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Html.Abstractions.dll deleted file mode 100644 index bcc64f5a4..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Html.Abstractions.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Http.Abstractions.dll b/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Http.Abstractions.dll deleted file mode 100644 index 245f4f907..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Http.Abstractions.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Http.Extensions.dll b/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Http.Extensions.dll deleted file mode 100644 index d6fd46e9a..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Http.Extensions.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Http.Features.dll b/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Http.Features.dll deleted file mode 100644 index 51b023b77..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Http.Features.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Http.dll b/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Http.dll deleted file mode 100644 index fb5d88307..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Http.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.HttpOverrides.dll b/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.HttpOverrides.dll deleted file mode 100644 index 05e5988bc..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.HttpOverrides.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.JsonPatch.dll b/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.JsonPatch.dll deleted file mode 100644 index 30252e12d..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.JsonPatch.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Localization.dll b/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Localization.dll deleted file mode 100644 index 903dadead..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Localization.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Mvc.Abstractions.dll b/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Mvc.Abstractions.dll deleted file mode 100644 index ab7d884c6..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Mvc.Abstractions.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Mvc.ApiExplorer.dll b/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Mvc.ApiExplorer.dll deleted file mode 100644 index efc3b8652..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Mvc.ApiExplorer.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Mvc.Core.dll b/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Mvc.Core.dll deleted file mode 100644 index ff5c52ea5..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Mvc.Core.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Mvc.Cors.dll b/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Mvc.Cors.dll deleted file mode 100644 index 6b1d7c57c..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Mvc.Cors.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Mvc.DataAnnotations.dll b/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Mvc.DataAnnotations.dll deleted file mode 100644 index 2ba22b27f..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Mvc.DataAnnotations.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Mvc.Formatters.Json.dll b/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Mvc.Formatters.Json.dll deleted file mode 100644 index 5087c17e7..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Mvc.Formatters.Json.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Mvc.Localization.dll b/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Mvc.Localization.dll deleted file mode 100644 index b572dc3b1..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Mvc.Localization.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Mvc.Razor.Host.dll b/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Mvc.Razor.Host.dll deleted file mode 100644 index 1c77d353c..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Mvc.Razor.Host.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Mvc.Razor.dll b/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Mvc.Razor.dll deleted file mode 100644 index 4b74d77fc..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Mvc.Razor.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Mvc.TagHelpers.dll b/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Mvc.TagHelpers.dll deleted file mode 100644 index cba920baf..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Mvc.TagHelpers.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Mvc.ViewFeatures.dll b/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Mvc.ViewFeatures.dll deleted file mode 100644 index 37218ddb7..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Mvc.ViewFeatures.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Mvc.dll b/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Mvc.dll deleted file mode 100644 index 2ba223433..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Mvc.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Razor.Runtime.dll b/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Razor.Runtime.dll deleted file mode 100644 index d98807dac..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Razor.Runtime.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Razor.dll b/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Razor.dll deleted file mode 100644 index 39bae77bd..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Razor.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Routing.Abstractions.dll b/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Routing.Abstractions.dll deleted file mode 100644 index 266564399..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Routing.Abstractions.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Routing.dll b/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Routing.dll deleted file mode 100644 index 7660f00be..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Routing.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Server.IISIntegration.dll b/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Server.IISIntegration.dll deleted file mode 100644 index 7776e12d4..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Server.IISIntegration.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Server.Kestrel.dll b/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Server.Kestrel.dll deleted file mode 100644 index 1e6f088e2..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Server.Kestrel.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Session.dll b/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Session.dll deleted file mode 100644 index 4f4c1c0e7..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.Session.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.StaticFiles.dll b/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.StaticFiles.dll deleted file mode 100644 index 881979ea2..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.StaticFiles.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.WebUtilities.dll b/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.WebUtilities.dll deleted file mode 100644 index 62e99481b..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.AspNetCore.WebUtilities.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.CodeAnalysis.CSharp.dll b/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.CodeAnalysis.CSharp.dll deleted file mode 100644 index d9ac0e277..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.CodeAnalysis.CSharp.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.CodeAnalysis.dll b/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.CodeAnalysis.dll deleted file mode 100644 index 6e4775e5d..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.CodeAnalysis.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.DotNet.Cli.Utils.dll b/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.DotNet.Cli.Utils.dll deleted file mode 100644 index 8a3615a9b..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.DotNet.Cli.Utils.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.DotNet.InternalAbstractions.dll b/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.DotNet.InternalAbstractions.dll deleted file mode 100644 index a41b928b8..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.DotNet.InternalAbstractions.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.DotNet.ProjectModel.dll b/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.DotNet.ProjectModel.dll deleted file mode 100644 index 24d84ba27..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.DotNet.ProjectModel.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.Caching.Abstractions.dll b/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.Caching.Abstractions.dll deleted file mode 100644 index 78e8a5a4b..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.Caching.Abstractions.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.Caching.Memory.dll b/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.Caching.Memory.dll deleted file mode 100644 index ea97474ae..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.Caching.Memory.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.CommandLineUtils.dll b/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.CommandLineUtils.dll deleted file mode 100644 index 1b3e23393..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.CommandLineUtils.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.Configuration.Abstractions.dll b/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.Configuration.Abstractions.dll deleted file mode 100644 index f13b2079e..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.Configuration.Abstractions.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.Configuration.Binder.dll b/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.Configuration.Binder.dll deleted file mode 100644 index f86eb7aa8..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.Configuration.Binder.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.Configuration.EnvironmentVariables.dll b/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.Configuration.EnvironmentVariables.dll deleted file mode 100644 index a609480a4..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.Configuration.EnvironmentVariables.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.Configuration.FileExtensions.dll b/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.Configuration.FileExtensions.dll deleted file mode 100644 index b8a7da871..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.Configuration.FileExtensions.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.Configuration.Json.dll b/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.Configuration.Json.dll deleted file mode 100644 index 5e1384bac..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.Configuration.Json.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.Configuration.dll b/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.Configuration.dll deleted file mode 100644 index eec4b063c..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.Configuration.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.DependencyInjection.Abstractions.dll b/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.DependencyInjection.Abstractions.dll deleted file mode 100644 index 011f07d6a..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.DependencyInjection.Abstractions.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.DependencyInjection.dll b/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.DependencyInjection.dll deleted file mode 100644 index 64b225d70..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.DependencyInjection.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.DependencyModel.dll b/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.DependencyModel.dll deleted file mode 100644 index a31b0d101..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.DependencyModel.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.DiagnosticAdapter.dll b/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.DiagnosticAdapter.dll deleted file mode 100644 index edaf534c0..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.DiagnosticAdapter.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.FileProviders.Abstractions.dll b/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.FileProviders.Abstractions.dll deleted file mode 100644 index 688823be5..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.FileProviders.Abstractions.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.FileProviders.Composite.dll b/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.FileProviders.Composite.dll deleted file mode 100644 index c79ea2efc..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.FileProviders.Composite.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.FileProviders.Physical.dll b/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.FileProviders.Physical.dll deleted file mode 100644 index 175d44753..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.FileProviders.Physical.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.FileSystemGlobbing.dll b/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.FileSystemGlobbing.dll deleted file mode 100644 index c2db539ae..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.FileSystemGlobbing.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.Globalization.CultureInfoCache.dll b/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.Globalization.CultureInfoCache.dll deleted file mode 100644 index c8a6563a5..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.Globalization.CultureInfoCache.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.Localization.Abstractions.dll b/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.Localization.Abstractions.dll deleted file mode 100644 index 4cd35cfa0..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.Localization.Abstractions.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.Localization.dll b/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.Localization.dll deleted file mode 100644 index eb2d0283f..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.Localization.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.Logging.Abstractions.dll b/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.Logging.Abstractions.dll deleted file mode 100644 index 2673abdce..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.Logging.Abstractions.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.Logging.Console.dll b/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.Logging.Console.dll deleted file mode 100644 index 41d544a2a..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.Logging.Console.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.Logging.Debug.dll b/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.Logging.Debug.dll deleted file mode 100644 index aeec56066..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.Logging.Debug.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.Logging.dll b/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.Logging.dll deleted file mode 100644 index 235330b92..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.Logging.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.ObjectPool.dll b/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.ObjectPool.dll deleted file mode 100644 index ef1c82e74..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.ObjectPool.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.Options.ConfigurationExtensions.dll b/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.Options.ConfigurationExtensions.dll deleted file mode 100644 index 95f06c546..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.Options.ConfigurationExtensions.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.Options.dll b/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.Options.dll deleted file mode 100644 index 476d0e0d2..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.Options.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.PlatformAbstractions.dll b/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.PlatformAbstractions.dll deleted file mode 100644 index f0adccf6d..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.PlatformAbstractions.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.Primitives.dll b/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.Primitives.dll deleted file mode 100644 index 4dbad7dff..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.Primitives.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.WebEncoders.dll b/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.WebEncoders.dll deleted file mode 100644 index 5b0ea3a8c..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.Extensions.WebEncoders.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.Net.Http.Headers.dll b/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.Net.Http.Headers.dll deleted file mode 100644 index 5053dab1a..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.Net.Http.Headers.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.VisualStudio.Web.BrowserLink.Loader.dll b/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.VisualStudio.Web.BrowserLink.Loader.dll deleted file mode 100644 index 3b58dafd9..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x86/Microsoft.VisualStudio.Web.BrowserLink.Loader.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x86/MongoDB.Bson.dll b/src/Socioboard/bin/Debug/net451/win7-x86/MongoDB.Bson.dll deleted file mode 100644 index 687411c0d..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x86/MongoDB.Bson.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x86/Newtonsoft.Json.dll b/src/Socioboard/bin/Debug/net451/win7-x86/Newtonsoft.Json.dll deleted file mode 100644 index be6558d2d..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x86/Newtonsoft.Json.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x86/NuGet.Common.dll b/src/Socioboard/bin/Debug/net451/win7-x86/NuGet.Common.dll deleted file mode 100644 index 9ecdf12cf..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x86/NuGet.Common.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x86/NuGet.Configuration.dll b/src/Socioboard/bin/Debug/net451/win7-x86/NuGet.Configuration.dll deleted file mode 100644 index fa99e450a..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x86/NuGet.Configuration.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x86/NuGet.DependencyResolver.Core.dll b/src/Socioboard/bin/Debug/net451/win7-x86/NuGet.DependencyResolver.Core.dll deleted file mode 100644 index 89b5e75e0..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x86/NuGet.DependencyResolver.Core.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x86/NuGet.Frameworks.dll b/src/Socioboard/bin/Debug/net451/win7-x86/NuGet.Frameworks.dll deleted file mode 100644 index 9d23a6685..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x86/NuGet.Frameworks.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x86/NuGet.LibraryModel.dll b/src/Socioboard/bin/Debug/net451/win7-x86/NuGet.LibraryModel.dll deleted file mode 100644 index 48417afd2..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x86/NuGet.LibraryModel.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x86/NuGet.Packaging.Core.Types.dll b/src/Socioboard/bin/Debug/net451/win7-x86/NuGet.Packaging.Core.Types.dll deleted file mode 100644 index 7819e7887..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x86/NuGet.Packaging.Core.Types.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x86/NuGet.Packaging.Core.dll b/src/Socioboard/bin/Debug/net451/win7-x86/NuGet.Packaging.Core.dll deleted file mode 100644 index 1490d97f4..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x86/NuGet.Packaging.Core.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x86/NuGet.Packaging.dll b/src/Socioboard/bin/Debug/net451/win7-x86/NuGet.Packaging.dll deleted file mode 100644 index 16337ec39..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x86/NuGet.Packaging.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x86/NuGet.ProjectModel.dll b/src/Socioboard/bin/Debug/net451/win7-x86/NuGet.ProjectModel.dll deleted file mode 100644 index f1d4f432d..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x86/NuGet.ProjectModel.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x86/NuGet.Protocol.Core.Types.dll b/src/Socioboard/bin/Debug/net451/win7-x86/NuGet.Protocol.Core.Types.dll deleted file mode 100644 index 4bf0f336d..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x86/NuGet.Protocol.Core.Types.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x86/NuGet.Protocol.Core.v3.dll b/src/Socioboard/bin/Debug/net451/win7-x86/NuGet.Protocol.Core.v3.dll deleted file mode 100644 index be6f6bdda..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x86/NuGet.Protocol.Core.v3.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x86/NuGet.Repositories.dll b/src/Socioboard/bin/Debug/net451/win7-x86/NuGet.Repositories.dll deleted file mode 100644 index 802711dd2..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x86/NuGet.Repositories.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x86/NuGet.RuntimeModel.dll b/src/Socioboard/bin/Debug/net451/win7-x86/NuGet.RuntimeModel.dll deleted file mode 100644 index 1dc9cde7e..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x86/NuGet.RuntimeModel.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x86/NuGet.Versioning.dll b/src/Socioboard/bin/Debug/net451/win7-x86/NuGet.Versioning.dll deleted file mode 100644 index 40f0121ef..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x86/NuGet.Versioning.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x86/Serilog.Extensions.Logging.dll b/src/Socioboard/bin/Debug/net451/win7-x86/Serilog.Extensions.Logging.dll deleted file mode 100644 index 49e51105f..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x86/Serilog.Extensions.Logging.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x86/Serilog.Sinks.ColoredConsole.dll b/src/Socioboard/bin/Debug/net451/win7-x86/Serilog.Sinks.ColoredConsole.dll deleted file mode 100644 index 6a949d2b9..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x86/Serilog.Sinks.ColoredConsole.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x86/Serilog.Sinks.File.dll b/src/Socioboard/bin/Debug/net451/win7-x86/Serilog.Sinks.File.dll deleted file mode 100644 index 82b583bcb..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x86/Serilog.Sinks.File.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x86/Serilog.Sinks.RollingFile.dll b/src/Socioboard/bin/Debug/net451/win7-x86/Serilog.Sinks.RollingFile.dll deleted file mode 100644 index 1dd54c718..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x86/Serilog.Sinks.RollingFile.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x86/Serilog.dll b/src/Socioboard/bin/Debug/net451/win7-x86/Serilog.dll deleted file mode 100644 index ee08c7645..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x86/Serilog.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x86/Socioboard.Facebook.dll b/src/Socioboard/bin/Debug/net451/win7-x86/Socioboard.Facebook.dll deleted file mode 100644 index 86c29a5e9..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x86/Socioboard.Facebook.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x86/Socioboard.Facebook.pdb b/src/Socioboard/bin/Debug/net451/win7-x86/Socioboard.Facebook.pdb deleted file mode 100644 index 96e36ad9d..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x86/Socioboard.Facebook.pdb and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x86/Socioboard.exe b/src/Socioboard/bin/Debug/net451/win7-x86/Socioboard.exe deleted file mode 100644 index 6020ee350..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x86/Socioboard.exe and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x86/Socioboard.exe.config b/src/Socioboard/bin/Debug/net451/win7-x86/Socioboard.exe.config deleted file mode 100644 index 395d3fc8c..000000000 --- a/src/Socioboard/bin/Debug/net451/win7-x86/Socioboard.exe.config +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/Socioboard/bin/Debug/net451/win7-x86/Socioboard.pdb b/src/Socioboard/bin/Debug/net451/win7-x86/Socioboard.pdb deleted file mode 100644 index 0776fb971..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x86/Socioboard.pdb and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x86/System.Buffers.dll b/src/Socioboard/bin/Debug/net451/win7-x86/System.Buffers.dll deleted file mode 100644 index 0688ef3f2..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x86/System.Buffers.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x86/System.Collections.Immutable.dll b/src/Socioboard/bin/Debug/net451/win7-x86/System.Collections.Immutable.dll deleted file mode 100644 index e9f8f6a45..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x86/System.Collections.Immutable.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x86/System.ComponentModel.Primitives.dll b/src/Socioboard/bin/Debug/net451/win7-x86/System.ComponentModel.Primitives.dll deleted file mode 100644 index 74190569c..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x86/System.ComponentModel.Primitives.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x86/System.ComponentModel.TypeConverter.dll b/src/Socioboard/bin/Debug/net451/win7-x86/System.ComponentModel.TypeConverter.dll deleted file mode 100644 index fcf08ab4e..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x86/System.ComponentModel.TypeConverter.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x86/System.Diagnostics.DiagnosticSource.dll b/src/Socioboard/bin/Debug/net451/win7-x86/System.Diagnostics.DiagnosticSource.dll deleted file mode 100644 index 47fb590f9..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x86/System.Diagnostics.DiagnosticSource.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x86/System.Net.Http.Formatting.dll b/src/Socioboard/bin/Debug/net451/win7-x86/System.Net.Http.Formatting.dll deleted file mode 100644 index 3b76acd6b..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x86/System.Net.Http.Formatting.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x86/System.Numerics.Vectors.dll b/src/Socioboard/bin/Debug/net451/win7-x86/System.Numerics.Vectors.dll deleted file mode 100644 index fa383b88a..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x86/System.Numerics.Vectors.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x86/System.Reflection.Metadata.dll b/src/Socioboard/bin/Debug/net451/win7-x86/System.Reflection.Metadata.dll deleted file mode 100644 index accf84dd5..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x86/System.Reflection.Metadata.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x86/System.Runtime.InteropServices.RuntimeInformation.dll b/src/Socioboard/bin/Debug/net451/win7-x86/System.Runtime.InteropServices.RuntimeInformation.dll deleted file mode 100644 index 86fa29f9c..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x86/System.Runtime.InteropServices.RuntimeInformation.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x86/System.Text.Encodings.Web.dll b/src/Socioboard/bin/Debug/net451/win7-x86/System.Text.Encodings.Web.dll deleted file mode 100644 index 8f104e2f6..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x86/System.Text.Encodings.Web.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x86/System.Threading.Tasks.Extensions.dll b/src/Socioboard/bin/Debug/net451/win7-x86/System.Threading.Tasks.Extensions.dll deleted file mode 100644 index 42a11c81b..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x86/System.Threading.Tasks.Extensions.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x86/dotnet-razor-tooling.exe b/src/Socioboard/bin/Debug/net451/win7-x86/dotnet-razor-tooling.exe deleted file mode 100644 index e2968fca9..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x86/dotnet-razor-tooling.exe and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net451/win7-x86/dotnet-razor-tooling.exe.config b/src/Socioboard/bin/Debug/net451/win7-x86/dotnet-razor-tooling.exe.config deleted file mode 100644 index 395d3fc8c..000000000 --- a/src/Socioboard/bin/Debug/net451/win7-x86/dotnet-razor-tooling.exe.config +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/Socioboard/bin/Debug/net451/win7-x86/libuv.dll b/src/Socioboard/bin/Debug/net451/win7-x86/libuv.dll deleted file mode 100644 index b6da974c0..000000000 Binary files a/src/Socioboard/bin/Debug/net451/win7-x86/libuv.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/Socioboard.exe b/src/Socioboard/bin/Debug/net452/Socioboard.exe deleted file mode 100644 index 9c0de24bd..000000000 Binary files a/src/Socioboard/bin/Debug/net452/Socioboard.exe and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/Socioboard.pdb b/src/Socioboard/bin/Debug/net452/Socioboard.pdb deleted file mode 100644 index 4ee32eb23..000000000 Binary files a/src/Socioboard/bin/Debug/net452/Socioboard.pdb and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/Domain.Socioboard.dll b/src/Socioboard/bin/Debug/net452/win7-x64/Domain.Socioboard.dll deleted file mode 100644 index c68bf05c5..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/Domain.Socioboard.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/Domain.Socioboard.pdb b/src/Socioboard/bin/Debug/net452/win7-x64/Domain.Socioboard.pdb deleted file mode 100644 index 4cce30252..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/Domain.Socioboard.pdb and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/Facebook.dll b/src/Socioboard/bin/Debug/net452/win7-x64/Facebook.dll deleted file mode 100644 index 6704719bd..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/Facebook.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/Hammock.dll b/src/Socioboard/bin/Debug/net452/win7-x64/Hammock.dll deleted file mode 100644 index 41b6a79d5..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/Hammock.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AI.Agent.Intercept.dll b/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AI.Agent.Intercept.dll deleted file mode 100644 index 58f3452e3..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AI.Agent.Intercept.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AI.DependencyCollector.dll b/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AI.DependencyCollector.dll deleted file mode 100644 index 52988d5c7..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AI.DependencyCollector.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AI.PerfCounterCollector.dll b/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AI.PerfCounterCollector.dll deleted file mode 100644 index 06a4d2d49..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AI.PerfCounterCollector.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AI.ServerTelemetryChannel.dll b/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AI.ServerTelemetryChannel.dll deleted file mode 100644 index 4b0b51dbe..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AI.ServerTelemetryChannel.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.ApplicationInsights.AspNetCore.dll b/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.ApplicationInsights.AspNetCore.dll deleted file mode 100644 index 0476dec83..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.ApplicationInsights.AspNetCore.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.ApplicationInsights.dll b/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.ApplicationInsights.dll deleted file mode 100644 index 431ea06f3..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.ApplicationInsights.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNet.FileProviders.Abstractions.dll b/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNet.FileProviders.Abstractions.dll deleted file mode 100644 index eec9087ed..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNet.FileProviders.Abstractions.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNet.FileProviders.Physical.dll b/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNet.FileProviders.Physical.dll deleted file mode 100644 index 996d5b62d..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNet.FileProviders.Physical.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Antiforgery.dll b/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Antiforgery.dll deleted file mode 100644 index 7f802baa6..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Antiforgery.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Authentication.Cookies.dll b/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Authentication.Cookies.dll deleted file mode 100644 index 58b5a9c53..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Authentication.Cookies.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Authentication.dll b/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Authentication.dll deleted file mode 100644 index daa4e2df6..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Authentication.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Authorization.dll b/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Authorization.dll deleted file mode 100644 index 54785b03a..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Authorization.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Cors.dll b/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Cors.dll deleted file mode 100644 index 925bffdc0..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Cors.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Cryptography.Internal.dll b/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Cryptography.Internal.dll deleted file mode 100644 index eab87f127..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Cryptography.Internal.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll b/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll deleted file mode 100644 index 756f0f408..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.DataProtection.Abstractions.dll b/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.DataProtection.Abstractions.dll deleted file mode 100644 index 460665686..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.DataProtection.Abstractions.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.DataProtection.dll b/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.DataProtection.dll deleted file mode 100644 index 4daf01e09..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.DataProtection.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Diagnostics.Abstractions.dll b/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Diagnostics.Abstractions.dll deleted file mode 100644 index 8f1dcfd51..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Diagnostics.Abstractions.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore.dll b/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore.dll deleted file mode 100644 index f174e65d5..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Diagnostics.dll b/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Diagnostics.dll deleted file mode 100644 index 6ee0e21eb..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Diagnostics.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Hosting.Abstractions.dll b/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Hosting.Abstractions.dll deleted file mode 100644 index bfdf8c7be..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Hosting.Abstractions.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll b/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll deleted file mode 100644 index ba1b73212..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Hosting.dll b/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Hosting.dll deleted file mode 100644 index e804f4e69..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Hosting.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Html.Abstractions.dll b/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Html.Abstractions.dll deleted file mode 100644 index 7617c9470..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Html.Abstractions.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Http.Abstractions.dll b/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Http.Abstractions.dll deleted file mode 100644 index 1d1d0f688..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Http.Abstractions.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Http.Extensions.dll b/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Http.Extensions.dll deleted file mode 100644 index 1cdc8bfc0..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Http.Extensions.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Http.Features.dll b/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Http.Features.dll deleted file mode 100644 index f5a8e66b3..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Http.Features.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Http.dll b/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Http.dll deleted file mode 100644 index d236e0241..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Http.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.HttpOverrides.dll b/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.HttpOverrides.dll deleted file mode 100644 index 21fecf317..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.HttpOverrides.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Identity.EntityFrameworkCore.dll b/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Identity.EntityFrameworkCore.dll deleted file mode 100644 index 130fa538f..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Identity.EntityFrameworkCore.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Identity.dll b/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Identity.dll deleted file mode 100644 index 29d4207d1..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Identity.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.JsonPatch.dll b/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.JsonPatch.dll deleted file mode 100644 index 7646e99b2..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.JsonPatch.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Localization.dll b/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Localization.dll deleted file mode 100644 index 1a281ac99..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Localization.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Mvc.Abstractions.dll b/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Mvc.Abstractions.dll deleted file mode 100644 index a74a69975..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Mvc.Abstractions.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Mvc.ApiExplorer.dll b/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Mvc.ApiExplorer.dll deleted file mode 100644 index f6aea8ac9..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Mvc.ApiExplorer.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Mvc.Core.dll b/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Mvc.Core.dll deleted file mode 100644 index df596f27d..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Mvc.Core.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Mvc.Cors.dll b/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Mvc.Cors.dll deleted file mode 100644 index d4c3f3a8f..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Mvc.Cors.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Mvc.DataAnnotations.dll b/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Mvc.DataAnnotations.dll deleted file mode 100644 index 1bec35423..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Mvc.DataAnnotations.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Mvc.Formatters.Json.dll b/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Mvc.Formatters.Json.dll deleted file mode 100644 index a03e7bef1..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Mvc.Formatters.Json.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Mvc.Localization.dll b/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Mvc.Localization.dll deleted file mode 100644 index 41d8c097c..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Mvc.Localization.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Mvc.Razor.Host.dll b/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Mvc.Razor.Host.dll deleted file mode 100644 index 31b38c78e..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Mvc.Razor.Host.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Mvc.Razor.dll b/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Mvc.Razor.dll deleted file mode 100644 index 56991f656..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Mvc.Razor.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Mvc.TagHelpers.dll b/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Mvc.TagHelpers.dll deleted file mode 100644 index b8abf90f3..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Mvc.TagHelpers.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Mvc.ViewFeatures.dll b/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Mvc.ViewFeatures.dll deleted file mode 100644 index 9f5ff5b07..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Mvc.ViewFeatures.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Mvc.dll b/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Mvc.dll deleted file mode 100644 index 439aa0cd3..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Mvc.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Razor.Runtime.dll b/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Razor.Runtime.dll deleted file mode 100644 index 392c06e83..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Razor.Runtime.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Razor.dll b/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Razor.dll deleted file mode 100644 index 02ef69511..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Razor.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Routing.Abstractions.dll b/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Routing.Abstractions.dll deleted file mode 100644 index a7050d596..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Routing.Abstractions.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Routing.dll b/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Routing.dll deleted file mode 100644 index cb0e1034d..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Routing.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Server.IISIntegration.dll b/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Server.IISIntegration.dll deleted file mode 100644 index fd4bea5e2..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Server.IISIntegration.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Server.Kestrel.dll b/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Server.Kestrel.dll deleted file mode 100644 index a6b41a691..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Server.Kestrel.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Session.dll b/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Session.dll deleted file mode 100644 index 6ce3aa803..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.Session.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.StaticFiles.dll b/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.StaticFiles.dll deleted file mode 100644 index d05e0954f..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.StaticFiles.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.WebUtilities.dll b/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.WebUtilities.dll deleted file mode 100644 index 54c3f82af..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.AspNetCore.WebUtilities.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.CodeAnalysis.CSharp.Workspaces.dll b/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.CodeAnalysis.CSharp.Workspaces.dll deleted file mode 100644 index a29572f13..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.CodeAnalysis.CSharp.Workspaces.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.CodeAnalysis.CSharp.dll b/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.CodeAnalysis.CSharp.dll deleted file mode 100644 index 6fc6d37db..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.CodeAnalysis.CSharp.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.CodeAnalysis.Workspaces.Desktop.dll b/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.CodeAnalysis.Workspaces.Desktop.dll deleted file mode 100644 index 432845980..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.CodeAnalysis.Workspaces.Desktop.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.CodeAnalysis.Workspaces.dll b/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.CodeAnalysis.Workspaces.dll deleted file mode 100644 index efb7b6115..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.CodeAnalysis.Workspaces.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.CodeAnalysis.dll b/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.CodeAnalysis.dll deleted file mode 100644 index 313ef4344..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.CodeAnalysis.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.DotNet.Cli.Utils.dll b/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.DotNet.Cli.Utils.dll deleted file mode 100644 index 64ca6ddad..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.DotNet.Cli.Utils.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.DotNet.InternalAbstractions.dll b/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.DotNet.InternalAbstractions.dll deleted file mode 100644 index 36938cd40..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.DotNet.InternalAbstractions.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.DotNet.ProjectModel.dll b/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.DotNet.ProjectModel.dll deleted file mode 100644 index 8ebe676b6..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.DotNet.ProjectModel.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.EntityFrameworkCore.Relational.Design.dll b/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.EntityFrameworkCore.Relational.Design.dll deleted file mode 100644 index 4063d6699..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.EntityFrameworkCore.Relational.Design.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.EntityFrameworkCore.Relational.dll b/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.EntityFrameworkCore.Relational.dll deleted file mode 100644 index f381952c0..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.EntityFrameworkCore.Relational.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.EntityFrameworkCore.SqlServer.dll b/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.EntityFrameworkCore.SqlServer.dll deleted file mode 100644 index dc4023cb0..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.EntityFrameworkCore.SqlServer.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.EntityFrameworkCore.Tools.Cli.exe b/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.EntityFrameworkCore.Tools.Cli.exe deleted file mode 100644 index 3e89ef99e..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.EntityFrameworkCore.Tools.Cli.exe and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.EntityFrameworkCore.Tools.Cli.exe.config b/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.EntityFrameworkCore.Tools.Cli.exe.config deleted file mode 100644 index b6603b88e..000000000 --- a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.EntityFrameworkCore.Tools.Cli.exe.config +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.EntityFrameworkCore.Tools.Core.dll b/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.EntityFrameworkCore.Tools.Core.dll deleted file mode 100644 index 5162ce77d..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.EntityFrameworkCore.Tools.Core.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.EntityFrameworkCore.Tools.dll b/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.EntityFrameworkCore.Tools.dll deleted file mode 100644 index f83d4436f..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.EntityFrameworkCore.Tools.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.EntityFrameworkCore.dll b/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.EntityFrameworkCore.dll deleted file mode 100644 index 848f1b43e..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.EntityFrameworkCore.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.Caching.Abstractions.dll b/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.Caching.Abstractions.dll deleted file mode 100644 index 866a0f375..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.Caching.Abstractions.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.Caching.Memory.dll b/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.Caching.Memory.dll deleted file mode 100644 index 214486ff3..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.Caching.Memory.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.CommandLineUtils.dll b/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.CommandLineUtils.dll deleted file mode 100644 index 72a4e66ff..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.CommandLineUtils.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.Configuration.Abstractions.dll b/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.Configuration.Abstractions.dll deleted file mode 100644 index 7b6b3a6ce..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.Configuration.Abstractions.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.Configuration.Binder.dll b/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.Configuration.Binder.dll deleted file mode 100644 index b351a2a41..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.Configuration.Binder.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.Configuration.EnvironmentVariables.dll b/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.Configuration.EnvironmentVariables.dll deleted file mode 100644 index e797de1ab..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.Configuration.EnvironmentVariables.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.Configuration.FileExtensions.dll b/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.Configuration.FileExtensions.dll deleted file mode 100644 index 4dbc192f4..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.Configuration.FileExtensions.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.Configuration.FileProviderExtensions.dll b/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.Configuration.FileProviderExtensions.dll deleted file mode 100644 index b76126ea5..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.Configuration.FileProviderExtensions.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.Configuration.Json.dll b/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.Configuration.Json.dll deleted file mode 100644 index 6fe1f9822..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.Configuration.Json.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.Configuration.UserSecrets.dll b/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.Configuration.UserSecrets.dll deleted file mode 100644 index c7b08fa28..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.Configuration.UserSecrets.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.Configuration.dll b/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.Configuration.dll deleted file mode 100644 index 1d204b7c9..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.Configuration.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.DependencyInjection.Abstractions.dll b/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.DependencyInjection.Abstractions.dll deleted file mode 100644 index e5e693a20..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.DependencyInjection.Abstractions.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.DependencyInjection.dll b/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.DependencyInjection.dll deleted file mode 100644 index 3d9bea75b..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.DependencyInjection.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.DependencyModel.dll b/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.DependencyModel.dll deleted file mode 100644 index 84763c58a..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.DependencyModel.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.DiagnosticAdapter.dll b/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.DiagnosticAdapter.dll deleted file mode 100644 index 7064304cb..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.DiagnosticAdapter.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.FileProviders.Abstractions.dll b/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.FileProviders.Abstractions.dll deleted file mode 100644 index b3d18f173..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.FileProviders.Abstractions.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.FileProviders.Composite.dll b/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.FileProviders.Composite.dll deleted file mode 100644 index 4f57f649c..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.FileProviders.Composite.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.FileProviders.Physical.dll b/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.FileProviders.Physical.dll deleted file mode 100644 index 55057024d..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.FileProviders.Physical.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.FileSystemGlobbing.dll b/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.FileSystemGlobbing.dll deleted file mode 100644 index 83cb51ddd..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.FileSystemGlobbing.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.Globalization.CultureInfoCache.dll b/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.Globalization.CultureInfoCache.dll deleted file mode 100644 index af5881b2e..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.Globalization.CultureInfoCache.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.Localization.Abstractions.dll b/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.Localization.Abstractions.dll deleted file mode 100644 index f1b34eda0..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.Localization.Abstractions.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.Localization.dll b/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.Localization.dll deleted file mode 100644 index 9a99e6be5..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.Localization.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.Logging.Abstractions.dll b/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.Logging.Abstractions.dll deleted file mode 100644 index 175c2c126..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.Logging.Abstractions.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.Logging.Console.dll b/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.Logging.Console.dll deleted file mode 100644 index fba82817d..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.Logging.Console.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.Logging.Debug.dll b/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.Logging.Debug.dll deleted file mode 100644 index e594793c6..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.Logging.Debug.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.Logging.dll b/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.Logging.dll deleted file mode 100644 index 138d95afe..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.Logging.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.ObjectPool.dll b/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.ObjectPool.dll deleted file mode 100644 index a5633ff5a..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.ObjectPool.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.Options.ConfigurationExtensions.dll b/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.Options.ConfigurationExtensions.dll deleted file mode 100644 index e2fd40b15..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.Options.ConfigurationExtensions.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.Options.dll b/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.Options.dll deleted file mode 100644 index 2765a7af4..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.Options.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.OptionsModel.dll b/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.OptionsModel.dll deleted file mode 100644 index 79d40e310..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.OptionsModel.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.PlatformAbstractions.dll b/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.PlatformAbstractions.dll deleted file mode 100644 index 4972a696d..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.PlatformAbstractions.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.Primitives.dll b/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.Primitives.dll deleted file mode 100644 index e2b86703c..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.Primitives.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.WebEncoders.dll b/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.WebEncoders.dll deleted file mode 100644 index f6985c9ce..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.Extensions.WebEncoders.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.Net.Http.Headers.dll b/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.Net.Http.Headers.dll deleted file mode 100644 index a57822bf8..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.Net.Http.Headers.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.VisualStudio.Web.BrowserLink.Loader.dll b/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.VisualStudio.Web.BrowserLink.Loader.dll deleted file mode 100644 index 063121191..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.VisualStudio.Web.BrowserLink.Loader.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.VisualStudio.Web.CodeGeneration.Core.dll b/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.VisualStudio.Web.CodeGeneration.Core.dll deleted file mode 100644 index d8c14e6ab..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.VisualStudio.Web.CodeGeneration.Core.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore.dll b/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore.dll deleted file mode 100644 index add17db5d..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.VisualStudio.Web.CodeGeneration.Templating.dll b/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.VisualStudio.Web.CodeGeneration.Templating.dll deleted file mode 100644 index 4e4303e96..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.VisualStudio.Web.CodeGeneration.Templating.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.VisualStudio.Web.CodeGeneration.Utils.dll b/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.VisualStudio.Web.CodeGeneration.Utils.dll deleted file mode 100644 index 40e986da9..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.VisualStudio.Web.CodeGeneration.Utils.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.VisualStudio.Web.CodeGeneration.dll b/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.VisualStudio.Web.CodeGeneration.dll deleted file mode 100644 index fef5f01ca..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.VisualStudio.Web.CodeGeneration.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.VisualStudio.Web.CodeGenerators.Mvc.dll b/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.VisualStudio.Web.CodeGenerators.Mvc.dll deleted file mode 100644 index 31f981a35..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/Microsoft.VisualStudio.Web.CodeGenerators.Mvc.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/MongoDB.Bson.dll b/src/Socioboard/bin/Debug/net452/win7-x64/MongoDB.Bson.dll deleted file mode 100644 index 687411c0d..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/MongoDB.Bson.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/Newtonsoft.Json.dll b/src/Socioboard/bin/Debug/net452/win7-x64/Newtonsoft.Json.dll deleted file mode 100644 index b7ef414f3..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/Newtonsoft.Json.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/NuGet.Common.dll b/src/Socioboard/bin/Debug/net452/win7-x64/NuGet.Common.dll deleted file mode 100644 index be9842ffe..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/NuGet.Common.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/NuGet.Configuration.dll b/src/Socioboard/bin/Debug/net452/win7-x64/NuGet.Configuration.dll deleted file mode 100644 index 5cca7da34..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/NuGet.Configuration.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/NuGet.DependencyResolver.Core.dll b/src/Socioboard/bin/Debug/net452/win7-x64/NuGet.DependencyResolver.Core.dll deleted file mode 100644 index a6373abb8..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/NuGet.DependencyResolver.Core.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/NuGet.Frameworks.dll b/src/Socioboard/bin/Debug/net452/win7-x64/NuGet.Frameworks.dll deleted file mode 100644 index 07fe426de..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/NuGet.Frameworks.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/NuGet.LibraryModel.dll b/src/Socioboard/bin/Debug/net452/win7-x64/NuGet.LibraryModel.dll deleted file mode 100644 index 1f8bfa9ef..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/NuGet.LibraryModel.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/NuGet.Packaging.Core.Types.dll b/src/Socioboard/bin/Debug/net452/win7-x64/NuGet.Packaging.Core.Types.dll deleted file mode 100644 index 7242f8ceb..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/NuGet.Packaging.Core.Types.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/NuGet.Packaging.Core.dll b/src/Socioboard/bin/Debug/net452/win7-x64/NuGet.Packaging.Core.dll deleted file mode 100644 index 361bf4c94..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/NuGet.Packaging.Core.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/NuGet.Packaging.dll b/src/Socioboard/bin/Debug/net452/win7-x64/NuGet.Packaging.dll deleted file mode 100644 index e80ec4db9..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/NuGet.Packaging.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/NuGet.ProjectModel.dll b/src/Socioboard/bin/Debug/net452/win7-x64/NuGet.ProjectModel.dll deleted file mode 100644 index 61408624d..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/NuGet.ProjectModel.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/NuGet.Protocol.Core.Types.dll b/src/Socioboard/bin/Debug/net452/win7-x64/NuGet.Protocol.Core.Types.dll deleted file mode 100644 index 4a3f5762c..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/NuGet.Protocol.Core.Types.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/NuGet.Protocol.Core.v3.dll b/src/Socioboard/bin/Debug/net452/win7-x64/NuGet.Protocol.Core.v3.dll deleted file mode 100644 index fa19ce8cc..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/NuGet.Protocol.Core.v3.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/NuGet.Repositories.dll b/src/Socioboard/bin/Debug/net452/win7-x64/NuGet.Repositories.dll deleted file mode 100644 index 64497f218..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/NuGet.Repositories.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/NuGet.RuntimeModel.dll b/src/Socioboard/bin/Debug/net452/win7-x64/NuGet.RuntimeModel.dll deleted file mode 100644 index 7a5370b95..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/NuGet.RuntimeModel.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/NuGet.Versioning.dll b/src/Socioboard/bin/Debug/net452/win7-x64/NuGet.Versioning.dll deleted file mode 100644 index 1662b4644..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/NuGet.Versioning.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/Remotion.Linq.dll b/src/Socioboard/bin/Debug/net452/win7-x64/Remotion.Linq.dll deleted file mode 100644 index ff7eb1ed4..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/Remotion.Linq.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/Serilog.Extensions.Logging.dll b/src/Socioboard/bin/Debug/net452/win7-x64/Serilog.Extensions.Logging.dll deleted file mode 100644 index 8126719aa..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/Serilog.Extensions.Logging.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/Serilog.Sinks.ColoredConsole.dll b/src/Socioboard/bin/Debug/net452/win7-x64/Serilog.Sinks.ColoredConsole.dll deleted file mode 100644 index 5959f7a65..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/Serilog.Sinks.ColoredConsole.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/Serilog.Sinks.File.dll b/src/Socioboard/bin/Debug/net452/win7-x64/Serilog.Sinks.File.dll deleted file mode 100644 index 8bfbc11ed..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/Serilog.Sinks.File.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/Serilog.Sinks.RollingFile.dll b/src/Socioboard/bin/Debug/net452/win7-x64/Serilog.Sinks.RollingFile.dll deleted file mode 100644 index 713bb5c76..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/Serilog.Sinks.RollingFile.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/Serilog.dll b/src/Socioboard/bin/Debug/net452/win7-x64/Serilog.dll deleted file mode 100644 index ed4f366ad..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/Serilog.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/Socioboard.Facebook.dll b/src/Socioboard/bin/Debug/net452/win7-x64/Socioboard.Facebook.dll deleted file mode 100644 index 7b84b7eca..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/Socioboard.Facebook.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/Socioboard.Facebook.pdb b/src/Socioboard/bin/Debug/net452/win7-x64/Socioboard.Facebook.pdb deleted file mode 100644 index 837d9d788..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/Socioboard.Facebook.pdb and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/Socioboard.exe b/src/Socioboard/bin/Debug/net452/win7-x64/Socioboard.exe deleted file mode 100644 index 9c0de24bd..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/Socioboard.exe and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/Socioboard.exe.config b/src/Socioboard/bin/Debug/net452/win7-x64/Socioboard.exe.config deleted file mode 100644 index b6603b88e..000000000 --- a/src/Socioboard/bin/Debug/net452/win7-x64/Socioboard.exe.config +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/Socioboard.pdb b/src/Socioboard/bin/Debug/net452/win7-x64/Socioboard.pdb deleted file mode 100644 index 4ee32eb23..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/Socioboard.pdb and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/System.Buffers.dll b/src/Socioboard/bin/Debug/net452/win7-x64/System.Buffers.dll deleted file mode 100644 index cf0de2ab7..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/System.Buffers.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/System.Collections.Immutable.dll b/src/Socioboard/bin/Debug/net452/win7-x64/System.Collections.Immutable.dll deleted file mode 100644 index 4ebe0b4a3..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/System.Collections.Immutable.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/System.ComponentModel.Primitives.dll b/src/Socioboard/bin/Debug/net452/win7-x64/System.ComponentModel.Primitives.dll deleted file mode 100644 index 5832d008c..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/System.ComponentModel.Primitives.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/System.ComponentModel.TypeConverter.dll b/src/Socioboard/bin/Debug/net452/win7-x64/System.ComponentModel.TypeConverter.dll deleted file mode 100644 index 093d15b58..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/System.ComponentModel.TypeConverter.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/System.Composition.AttributedModel.dll b/src/Socioboard/bin/Debug/net452/win7-x64/System.Composition.AttributedModel.dll deleted file mode 100644 index af0aa13f3..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/System.Composition.AttributedModel.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/System.Composition.Convention.dll b/src/Socioboard/bin/Debug/net452/win7-x64/System.Composition.Convention.dll deleted file mode 100644 index 108179cf3..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/System.Composition.Convention.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/System.Composition.Hosting.dll b/src/Socioboard/bin/Debug/net452/win7-x64/System.Composition.Hosting.dll deleted file mode 100644 index 2b25a90cd..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/System.Composition.Hosting.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/System.Composition.Runtime.dll b/src/Socioboard/bin/Debug/net452/win7-x64/System.Composition.Runtime.dll deleted file mode 100644 index 660ac75ae..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/System.Composition.Runtime.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/System.Composition.TypedParts.dll b/src/Socioboard/bin/Debug/net452/win7-x64/System.Composition.TypedParts.dll deleted file mode 100644 index 4435eaabd..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/System.Composition.TypedParts.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/System.Diagnostics.DiagnosticSource.dll b/src/Socioboard/bin/Debug/net452/win7-x64/System.Diagnostics.DiagnosticSource.dll deleted file mode 100644 index a8bb5e629..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/System.Diagnostics.DiagnosticSource.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/System.Interactive.Async.dll b/src/Socioboard/bin/Debug/net452/win7-x64/System.Interactive.Async.dll deleted file mode 100644 index 4e8a9d526..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/System.Interactive.Async.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/System.Net.Http.Formatting.dll b/src/Socioboard/bin/Debug/net452/win7-x64/System.Net.Http.Formatting.dll deleted file mode 100644 index 3b76acd6b..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/System.Net.Http.Formatting.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/System.Numerics.Vectors.dll b/src/Socioboard/bin/Debug/net452/win7-x64/System.Numerics.Vectors.dll deleted file mode 100644 index c6cdf5f68..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/System.Numerics.Vectors.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/System.Reflection.Metadata.dll b/src/Socioboard/bin/Debug/net452/win7-x64/System.Reflection.Metadata.dll deleted file mode 100644 index 1d8546158..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/System.Reflection.Metadata.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/System.Text.Encodings.Web.dll b/src/Socioboard/bin/Debug/net452/win7-x64/System.Text.Encodings.Web.dll deleted file mode 100644 index f2c3baf6d..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/System.Text.Encodings.Web.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/System.Threading.Tasks.Extensions.dll b/src/Socioboard/bin/Debug/net452/win7-x64/System.Threading.Tasks.Extensions.dll deleted file mode 100644 index d0882c284..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/System.Threading.Tasks.Extensions.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/dotnet-aspnet-codegenerator.exe b/src/Socioboard/bin/Debug/net452/win7-x64/dotnet-aspnet-codegenerator.exe deleted file mode 100644 index e58ccbbf0..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/dotnet-aspnet-codegenerator.exe and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/dotnet-aspnet-codegenerator.exe.config b/src/Socioboard/bin/Debug/net452/win7-x64/dotnet-aspnet-codegenerator.exe.config deleted file mode 100644 index b6603b88e..000000000 --- a/src/Socioboard/bin/Debug/net452/win7-x64/dotnet-aspnet-codegenerator.exe.config +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/dotnet-razor-tooling.exe b/src/Socioboard/bin/Debug/net452/win7-x64/dotnet-razor-tooling.exe deleted file mode 100644 index 68dfc710e..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/dotnet-razor-tooling.exe and /dev/null differ diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/dotnet-razor-tooling.exe.config b/src/Socioboard/bin/Debug/net452/win7-x64/dotnet-razor-tooling.exe.config deleted file mode 100644 index b6603b88e..000000000 --- a/src/Socioboard/bin/Debug/net452/win7-x64/dotnet-razor-tooling.exe.config +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/Socioboard/bin/Debug/net452/win7-x64/libuv.dll b/src/Socioboard/bin/Debug/net452/win7-x64/libuv.dll deleted file mode 100644 index 0f0d32dc6..000000000 Binary files a/src/Socioboard/bin/Debug/net452/win7-x64/libuv.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/netcoreapp1.0/Socioboard.deps.json b/src/Socioboard/bin/Debug/netcoreapp1.0/Socioboard.deps.json deleted file mode 100644 index 1ae609c8e..000000000 --- a/src/Socioboard/bin/Debug/netcoreapp1.0/Socioboard.deps.json +++ /dev/null @@ -1,4338 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v1.0", - "signature": "7291bf62e00b5d7178313899967f568905e3efb3" - }, - "compilationOptions": { - "defines": [ - "DEBUG", - "TRACE", - "NETCOREAPP1_0" - ], - "optimize": false, - "emitEntryPoint": true - }, - "targets": { - ".NETCoreApp,Version=v1.0": { - "Socioboard/1.0.0": { - "dependencies": { - "Microsoft.NETCore.App": "1.0.0", - "Microsoft.ApplicationInsights.AspNetCore": "1.0.0", - "Microsoft.AspNetCore.Diagnostics": "1.0.0", - "Microsoft.AspNetCore.Mvc": "1.0.0", - "Microsoft.AspNetCore.Server.IISIntegration": "1.0.0", - "Microsoft.AspNetCore.Server.Kestrel": "1.0.0", - "Microsoft.AspNetCore.StaticFiles": "1.0.0", - "Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0", - "Microsoft.Extensions.Configuration.Json": "1.0.0", - "Microsoft.Extensions.Logging": "1.0.0", - "Microsoft.Extensions.Logging.Console": "1.0.0", - "Microsoft.Extensions.Logging.Debug": "1.0.0", - "Microsoft.Extensions.Options.ConfigurationExtensions": "1.0.0", - "Microsoft.VisualStudio.Web.BrowserLink.Loader": "14.0.0" - }, - "runtime": { - "Socioboard.dll": {} - }, - "compile": { - "Socioboard.dll": {} - } - }, - "Microsoft.ApplicationInsights/2.1.0": { - "dependencies": { - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.Diagnostics.Tools": "4.0.1", - "System.Diagnostics.Tracing": "4.1.0", - "System.Globalization": "4.0.11", - "System.IO": "4.1.0", - "System.IO.Compression": "4.1.0", - "System.Linq": "4.1.0", - "System.Net.Http": "4.1.0", - "System.Reflection": "4.1.0", - "System.Reflection.Extensions": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Text.Encoding": "4.0.11", - "System.Text.Encoding.Extensions": "4.0.11", - "System.Text.RegularExpressions": "4.1.0", - "System.Threading": "4.0.11", - "System.Threading.Tasks": "4.0.11", - "System.Xml.XDocument": "4.0.11" - }, - "runtime": { - "lib/dotnet5.4/Microsoft.ApplicationInsights.dll": {} - }, - "compile": { - "lib/dotnet5.4/Microsoft.ApplicationInsights.dll": {} - } - }, - "Microsoft.ApplicationInsights.AspNetCore/1.0.0": { - "dependencies": { - "Microsoft.ApplicationInsights": "2.1.0", - "Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Http.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Mvc.ViewFeatures": "1.0.0", - "Microsoft.Extensions.Configuration": "1.0.0", - "Microsoft.Extensions.DiagnosticAdapter": "1.0.0", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "System.Net.NameResolution": "4.0.0" - }, - "runtime": { - "lib/netstandard1.6/Microsoft.ApplicationInsights.AspNetCore.dll": {} - }, - "compile": { - "lib/netstandard1.6/Microsoft.ApplicationInsights.AspNetCore.dll": {} - } - }, - "Microsoft.AspNetCore.Antiforgery/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.DataProtection": "1.0.0", - "Microsoft.AspNetCore.Http.Abstractions": "1.0.0", - "Microsoft.AspNetCore.WebUtilities": "1.0.0", - "Microsoft.Extensions.ObjectPool": "1.0.0" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.AspNetCore.Antiforgery.dll": {} - }, - "compile": { - "lib/netstandard1.3/Microsoft.AspNetCore.Antiforgery.dll": {} - } - }, - "Microsoft.AspNetCore.Authorization/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0", - "System.Security.Claims": "4.0.1" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.AspNetCore.Authorization.dll": {} - }, - "compile": { - "lib/netstandard1.3/Microsoft.AspNetCore.Authorization.dll": {} - } - }, - "Microsoft.AspNetCore.Cors/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Extensions": "1.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "1.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.AspNetCore.Cors.dll": {} - }, - "compile": { - "lib/netstandard1.3/Microsoft.AspNetCore.Cors.dll": {} - } - }, - "Microsoft.AspNetCore.Cryptography.Internal/1.0.0": { - "dependencies": { - "System.Diagnostics.Debug": "4.0.11", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0", - "System.Security.Cryptography.Primitives": "4.0.0", - "System.Threading": "4.0.11" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.AspNetCore.Cryptography.Internal.dll": {} - }, - "compile": { - "lib/netstandard1.3/Microsoft.AspNetCore.Cryptography.Internal.dll": {} - } - }, - "Microsoft.AspNetCore.DataProtection/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Cryptography.Internal": "1.0.0", - "Microsoft.AspNetCore.DataProtection.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0", - "Microsoft.Win32.Registry": "4.0.0", - "System.IO.FileSystem": "4.0.1", - "System.Reflection.Extensions": "4.0.1", - "System.Security.Claims": "4.0.1", - "System.Security.Cryptography.X509Certificates": "4.1.0", - "System.Security.Principal.Windows": "4.0.0", - "System.Xml.XDocument": "4.0.11" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.AspNetCore.DataProtection.dll": {} - }, - "compile": { - "lib/netstandard1.3/Microsoft.AspNetCore.DataProtection.dll": {} - } - }, - "Microsoft.AspNetCore.DataProtection.Abstractions/1.0.0": { - "dependencies": { - "System.ComponentModel": "4.0.1", - "System.Diagnostics.Debug": "4.0.11", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime.Extensions": "4.1.0" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.AspNetCore.DataProtection.Abstractions.dll": {} - }, - "compile": { - "lib/netstandard1.3/Microsoft.AspNetCore.DataProtection.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Diagnostics/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Diagnostics.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Http.Extensions": "1.0.0", - "Microsoft.AspNetCore.WebUtilities": "1.0.0", - "Microsoft.Extensions.FileProviders.Physical": "1.0.0", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0", - "System.Diagnostics.DiagnosticSource": "4.0.0", - "System.Diagnostics.StackTrace": "4.0.1", - "System.Reflection.Extensions": "4.0.1", - "System.Reflection.Metadata": "1.3.0" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.AspNetCore.Diagnostics.dll": {} - }, - "compile": { - "lib/netstandard1.3/Microsoft.AspNetCore.Diagnostics.dll": {} - } - }, - "Microsoft.AspNetCore.Diagnostics.Abstractions/1.0.0": { - "dependencies": { - "System.Resources.ResourceManager": "4.0.1" - }, - "runtime": { - "lib/netstandard1.0/Microsoft.AspNetCore.Diagnostics.Abstractions.dll": {} - }, - "compile": { - "lib/netstandard1.0/Microsoft.AspNetCore.Diagnostics.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Hosting/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Hosting.Server.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Http": "1.0.0", - "Microsoft.AspNetCore.Http.Extensions": "1.0.0", - "Microsoft.Extensions.Configuration": "1.0.0", - "Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0", - "Microsoft.Extensions.DependencyInjection": "1.0.0", - "Microsoft.Extensions.FileProviders.Physical": "1.0.0", - "Microsoft.Extensions.Logging": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0", - "Microsoft.Extensions.PlatformAbstractions": "1.0.0", - "System.Console": "4.0.0", - "System.Diagnostics.DiagnosticSource": "4.0.0", - "System.Diagnostics.StackTrace": "4.0.1", - "System.Reflection.Extensions": "4.0.1", - "System.Reflection.Metadata": "1.3.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.0.0" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.AspNetCore.Hosting.dll": {} - }, - "compile": { - "lib/netstandard1.3/Microsoft.AspNetCore.Hosting.dll": {} - } - }, - "Microsoft.AspNetCore.Hosting.Abstractions/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Hosting.Server.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Http.Abstractions": "1.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "1.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "1.0.0", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.AspNetCore.Hosting.Abstractions.dll": {} - }, - "compile": { - "lib/netstandard1.3/Microsoft.AspNetCore.Hosting.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Hosting.Server.Abstractions/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Features": "1.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "1.0.0" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll": {} - }, - "compile": { - "lib/netstandard1.3/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Html.Abstractions/1.0.0": { - "dependencies": { - "System.Collections": "4.0.11", - "System.Resources.ResourceManager": "4.0.1", - "System.Text.Encodings.Web": "4.0.0" - }, - "runtime": { - "lib/netstandard1.0/Microsoft.AspNetCore.Html.Abstractions.dll": {} - }, - "compile": { - "lib/netstandard1.0/Microsoft.AspNetCore.Html.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Http/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Abstractions": "1.0.0", - "Microsoft.AspNetCore.WebUtilities": "1.0.0", - "Microsoft.Extensions.ObjectPool": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0", - "Microsoft.Net.Http.Headers": "1.0.0", - "System.Buffers": "4.0.0", - "System.Threading": "4.0.11" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.AspNetCore.Http.dll": {} - }, - "compile": { - "lib/netstandard1.3/Microsoft.AspNetCore.Http.dll": {} - } - }, - "Microsoft.AspNetCore.Http.Abstractions/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Features": "1.0.0", - "System.Globalization.Extensions": "4.0.1", - "System.Linq.Expressions": "4.1.0", - "System.Reflection.TypeExtensions": "4.1.0", - "System.Runtime.InteropServices": "4.1.0", - "System.Text.Encodings.Web": "4.0.0" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.AspNetCore.Http.Abstractions.dll": {} - }, - "compile": { - "lib/netstandard1.3/Microsoft.AspNetCore.Http.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Http.Extensions/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Abstractions": "1.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "1.0.0", - "Microsoft.Net.Http.Headers": "1.0.0", - "System.Buffers": "4.0.0", - "System.IO.FileSystem": "4.0.1" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.AspNetCore.Http.Extensions.dll": {} - }, - "compile": { - "lib/netstandard1.3/Microsoft.AspNetCore.Http.Extensions.dll": {} - } - }, - "Microsoft.AspNetCore.Http.Features/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "1.0.0", - "System.Collections": "4.0.11", - "System.ComponentModel": "4.0.1", - "System.Linq": "4.1.0", - "System.Net.Primitives": "4.0.11", - "System.Net.WebSockets": "4.0.0", - "System.Runtime.Extensions": "4.1.0", - "System.Security.Claims": "4.0.1", - "System.Security.Cryptography.X509Certificates": "4.1.0", - "System.Security.Principal": "4.0.1" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.AspNetCore.Http.Features.dll": {} - }, - "compile": { - "lib/netstandard1.3/Microsoft.AspNetCore.Http.Features.dll": {} - } - }, - "Microsoft.AspNetCore.HttpOverrides/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Extensions": "1.0.0", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.AspNetCore.HttpOverrides.dll": {} - }, - "compile": { - "lib/netstandard1.3/Microsoft.AspNetCore.HttpOverrides.dll": {} - } - }, - "Microsoft.AspNetCore.JsonPatch/1.0.0": { - "dependencies": { - "Microsoft.CSharp": "4.0.1", - "Newtonsoft.Json": "9.0.1", - "System.Collections.Concurrent": "4.0.12", - "System.ComponentModel.TypeConverter": "4.1.0", - "System.Diagnostics.Debug": "4.0.11", - "System.Globalization": "4.0.11", - "System.Linq": "4.1.0", - "System.Reflection.Extensions": "4.0.1", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.Serialization.Primitives": "4.1.1", - "System.Text.Encoding.Extensions": "4.0.11" - }, - "runtime": { - "lib/netstandard1.1/Microsoft.AspNetCore.JsonPatch.dll": {} - }, - "compile": { - "lib/netstandard1.1/Microsoft.AspNetCore.JsonPatch.dll": {} - } - }, - "Microsoft.AspNetCore.Localization/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Extensions": "1.0.0", - "Microsoft.Extensions.Globalization.CultureInfoCache": "1.0.0", - "Microsoft.Extensions.Localization.Abstractions": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.AspNetCore.Localization.dll": {} - }, - "compile": { - "lib/netstandard1.3/Microsoft.AspNetCore.Localization.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.ApiExplorer": "1.0.0", - "Microsoft.AspNetCore.Mvc.Cors": "1.0.0", - "Microsoft.AspNetCore.Mvc.DataAnnotations": "1.0.0", - "Microsoft.AspNetCore.Mvc.Formatters.Json": "1.0.0", - "Microsoft.AspNetCore.Mvc.Localization": "1.0.0", - "Microsoft.AspNetCore.Mvc.Razor": "1.0.0", - "Microsoft.AspNetCore.Mvc.TagHelpers": "1.0.0", - "Microsoft.AspNetCore.Mvc.ViewFeatures": "1.0.0", - "Microsoft.Extensions.Caching.Memory": "1.0.0", - "Microsoft.Extensions.DependencyInjection": "1.0.0" - }, - "runtime": { - "lib/netstandard1.6/Microsoft.AspNetCore.Mvc.dll": {} - }, - "compile": { - "lib/netstandard1.6/Microsoft.AspNetCore.Mvc.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Abstractions/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Routing.Abstractions": "1.0.0", - "Microsoft.CSharp": "4.0.1", - "Microsoft.Net.Http.Headers": "1.0.0", - "System.ComponentModel.TypeConverter": "4.1.0", - "System.Reflection.Extensions": "4.0.1", - "System.Text.Encoding.Extensions": "4.0.11" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.AspNetCore.Mvc.Abstractions.dll": {} - }, - "compile": { - "lib/netstandard1.3/Microsoft.AspNetCore.Mvc.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.ApiExplorer/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.Core": "1.0.0" - }, - "runtime": { - "lib/netstandard1.6/Microsoft.AspNetCore.Mvc.ApiExplorer.dll": {} - }, - "compile": { - "lib/netstandard1.6/Microsoft.AspNetCore.Mvc.ApiExplorer.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Core/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Authorization": "1.0.0", - "Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Http": "1.0.0", - "Microsoft.AspNetCore.Mvc.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Routing": "1.0.0", - "Microsoft.Extensions.DependencyModel": "1.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "1.0.0", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "Microsoft.Extensions.PlatformAbstractions": "1.0.0", - "System.Buffers": "4.0.0", - "System.Diagnostics.DiagnosticSource": "4.0.0", - "System.Text.Encoding": "4.0.11" - }, - "runtime": { - "lib/netstandard1.6/Microsoft.AspNetCore.Mvc.Core.dll": {} - }, - "compile": { - "lib/netstandard1.6/Microsoft.AspNetCore.Mvc.Core.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Cors/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Cors": "1.0.0", - "Microsoft.AspNetCore.Mvc.Core": "1.0.0" - }, - "runtime": { - "lib/netstandard1.6/Microsoft.AspNetCore.Mvc.Cors.dll": {} - }, - "compile": { - "lib/netstandard1.6/Microsoft.AspNetCore.Mvc.Cors.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.DataAnnotations/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.Core": "1.0.0", - "Microsoft.Extensions.Localization": "1.0.0", - "System.ComponentModel.Annotations": "4.1.0" - }, - "runtime": { - "lib/netstandard1.6/Microsoft.AspNetCore.Mvc.DataAnnotations.dll": {} - }, - "compile": { - "lib/netstandard1.6/Microsoft.AspNetCore.Mvc.DataAnnotations.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Formatters.Json/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.JsonPatch": "1.0.0", - "Microsoft.AspNetCore.Mvc.Core": "1.0.0" - }, - "runtime": { - "lib/netstandard1.6/Microsoft.AspNetCore.Mvc.Formatters.Json.dll": {} - }, - "compile": { - "lib/netstandard1.6/Microsoft.AspNetCore.Mvc.Formatters.Json.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Localization/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Localization": "1.0.0", - "Microsoft.AspNetCore.Mvc.Razor": "1.0.0", - "Microsoft.Extensions.DependencyInjection": "1.0.0", - "Microsoft.Extensions.Localization": "1.0.0" - }, - "runtime": { - "lib/netstandard1.6/Microsoft.AspNetCore.Mvc.Localization.dll": {} - }, - "compile": { - "lib/netstandard1.6/Microsoft.AspNetCore.Mvc.Localization.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Razor/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.Razor.Host": "1.0.0", - "Microsoft.AspNetCore.Mvc.ViewFeatures": "1.0.0", - "Microsoft.CodeAnalysis.CSharp": "1.3.0", - "Microsoft.Extensions.FileProviders.Composite": "1.0.0", - "System.Runtime.Loader": "4.0.0", - "System.Text.Encoding": "4.0.11" - }, - "runtime": { - "lib/netstandard1.6/Microsoft.AspNetCore.Mvc.Razor.dll": {} - }, - "compile": { - "lib/netstandard1.6/Microsoft.AspNetCore.Mvc.Razor.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Razor.Host/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Razor.Runtime": "1.0.0", - "Microsoft.Extensions.Caching.Memory": "1.0.0", - "Microsoft.Extensions.FileProviders.Physical": "1.0.0", - "System.Collections.Concurrent": "4.0.12", - "System.ComponentModel.TypeConverter": "4.1.0", - "System.Reflection.Extensions": "4.0.1", - "System.Text.Encoding.Extensions": "4.0.11" - }, - "runtime": { - "lib/netstandard1.6/Microsoft.AspNetCore.Mvc.Razor.Host.dll": {} - }, - "compile": { - "lib/netstandard1.6/Microsoft.AspNetCore.Mvc.Razor.Host.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.TagHelpers/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.Razor": "1.0.0", - "Microsoft.Extensions.Caching.Memory": "1.0.0", - "Microsoft.Extensions.FileSystemGlobbing": "1.0.0", - "Microsoft.Extensions.Primitives": "1.0.0" - }, - "runtime": { - "lib/netstandard1.6/Microsoft.AspNetCore.Mvc.TagHelpers.dll": {} - }, - "compile": { - "lib/netstandard1.6/Microsoft.AspNetCore.Mvc.TagHelpers.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.ViewFeatures/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Antiforgery": "1.0.0", - "Microsoft.AspNetCore.Diagnostics.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Html.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Mvc.Core": "1.0.0", - "Microsoft.AspNetCore.Mvc.DataAnnotations": "1.0.0", - "Microsoft.AspNetCore.Mvc.Formatters.Json": "1.0.0", - "Microsoft.Extensions.WebEncoders": "1.0.0", - "Newtonsoft.Json": "9.0.1", - "System.Buffers": "4.0.0", - "System.Runtime.Serialization.Primitives": "4.1.1" - }, - "runtime": { - "lib/netstandard1.6/Microsoft.AspNetCore.Mvc.ViewFeatures.dll": {} - }, - "compile": { - "lib/netstandard1.6/Microsoft.AspNetCore.Mvc.ViewFeatures.dll": {} - } - }, - "Microsoft.AspNetCore.Razor/1.0.0": { - "dependencies": { - "System.Diagnostics.Debug": "4.0.11", - "System.Linq": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime.Extensions": "4.1.0", - "System.Security.Cryptography.Algorithms": "4.2.0", - "System.Threading": "4.0.11", - "System.Threading.Thread": "4.0.0" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.AspNetCore.Razor.dll": {} - }, - "compile": { - "lib/netstandard1.3/Microsoft.AspNetCore.Razor.dll": {} - } - }, - "Microsoft.AspNetCore.Razor.Runtime/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Html.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Razor": "1.0.0", - "System.Collections.Concurrent": "4.0.12", - "System.IO.FileSystem": "4.0.1", - "System.Reflection": "4.1.0", - "System.Reflection.Extensions": "4.0.1", - "System.Reflection.TypeExtensions": "4.1.0", - "System.Text.RegularExpressions": "4.1.0", - "System.Xml.XDocument": "4.0.11" - }, - "runtime": { - "lib/netstandard1.5/Microsoft.AspNetCore.Razor.Runtime.dll": {} - }, - "compile": { - "lib/netstandard1.5/Microsoft.AspNetCore.Razor.Runtime.dll": {} - } - }, - "Microsoft.AspNetCore.Razor.Tools/1.0.0-preview2-final": { - "dependencies": { - "Microsoft.AspNetCore.Razor.Runtime": "1.0.0", - "Microsoft.DotNet.Cli.Utils": "1.0.0-preview2-003121", - "Microsoft.DotNet.ProjectModel.Loader": "1.0.0-preview2-003121", - "Microsoft.Extensions.CommandLineUtils": "1.0.0", - "Microsoft.Extensions.PlatformAbstractions": "1.0.0", - "Microsoft.NETCore.App": "1.0.0", - "Newtonsoft.Json": "9.0.1", - "System.Diagnostics.Process": "4.1.0", - "System.Runtime.Serialization.Primitives": "4.1.1" - }, - "runtime": { - "lib/netcoreapp1.0/dotnet-razor-tooling.dll": {} - }, - "compile": { - "lib/netcoreapp1.0/dotnet-razor-tooling.dll": {} - } - }, - "Microsoft.AspNetCore.Routing/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Extensions": "1.0.0", - "Microsoft.AspNetCore.Routing.Abstractions": "1.0.0", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "Microsoft.Extensions.ObjectPool": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0", - "System.Collections": "4.0.11", - "System.Text.RegularExpressions": "4.1.0" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.AspNetCore.Routing.dll": {} - }, - "compile": { - "lib/netstandard1.3/Microsoft.AspNetCore.Routing.dll": {} - } - }, - "Microsoft.AspNetCore.Routing.Abstractions/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Abstractions": "1.0.0", - "System.Collections.Concurrent": "4.0.12", - "System.Reflection.Extensions": "4.0.1", - "System.Threading.Tasks": "4.0.11" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.AspNetCore.Routing.Abstractions.dll": {} - }, - "compile": { - "lib/netstandard1.3/Microsoft.AspNetCore.Routing.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Server.IISIntegration/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Http": "1.0.0", - "Microsoft.AspNetCore.Http.Extensions": "1.0.0", - "Microsoft.AspNetCore.HttpOverrides": "1.0.0", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0", - "System.Security.Principal.Windows": "4.0.0" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.AspNetCore.Server.IISIntegration.dll": {} - }, - "compile": { - "lib/netstandard1.3/Microsoft.AspNetCore.Server.IISIntegration.dll": {} - } - }, - "Microsoft.AspNetCore.Server.Kestrel/1.0.0": { - "dependencies": { - "Libuv": "1.9.0", - "Microsoft.AspNetCore.Hosting": "1.0.0", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "System.Buffers": "4.0.0", - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.Globalization": "4.0.11", - "System.IO": "4.1.0", - "System.Linq": "4.1.0", - "System.Net.Primitives": "4.0.11", - "System.Numerics.Vectors": "4.1.1", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.InteropServices": "4.1.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.0.0", - "System.Text.Encoding": "4.0.11", - "System.Threading": "4.0.11", - "System.Threading.Tasks": "4.0.11", - "System.Threading.Tasks.Extensions": "4.0.0", - "System.Threading.Thread": "4.0.0", - "System.Threading.ThreadPool": "4.0.10", - "System.Threading.Timer": "4.0.1" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.AspNetCore.Server.Kestrel.dll": {} - }, - "compile": { - "lib/netstandard1.3/Microsoft.AspNetCore.Server.Kestrel.dll": {} - } - }, - "Microsoft.AspNetCore.StaticFiles/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Http.Extensions": "1.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "1.0.0", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "Microsoft.Extensions.WebEncoders": "1.0.0" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.AspNetCore.StaticFiles.dll": {} - }, - "compile": { - "lib/netstandard1.3/Microsoft.AspNetCore.StaticFiles.dll": {} - } - }, - "Microsoft.AspNetCore.WebUtilities/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "1.0.0", - "System.Buffers": "4.0.0", - "System.Collections": "4.0.11", - "System.IO": "4.1.0", - "System.IO.FileSystem": "4.0.1", - "System.Text.Encodings.Web": "4.0.0" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.AspNetCore.WebUtilities.dll": {} - }, - "compile": { - "lib/netstandard1.3/Microsoft.AspNetCore.WebUtilities.dll": {} - } - }, - "Microsoft.DotNet.Cli.Utils/1.0.0-preview2-003121": { - "dependencies": { - "Microsoft.DotNet.ProjectModel": "1.0.0-rc3-003121", - "NuGet.Frameworks": "3.5.0-beta2-1484", - "NuGet.Packaging": "3.5.0-beta2-1484", - "NuGet.ProjectModel": "3.5.0-beta2-1484", - "NuGet.Versioning": "3.5.0-beta2-1484", - "System.Diagnostics.Process": "4.1.0" - }, - "runtime": { - "lib/netstandard1.6/Microsoft.DotNet.Cli.Utils.dll": {} - }, - "compile": { - "lib/netstandard1.6/Microsoft.DotNet.Cli.Utils.dll": {} - } - }, - "Microsoft.DotNet.InternalAbstractions/1.0.0": { - "dependencies": { - "System.AppContext": "4.1.0", - "System.Collections": "4.0.11", - "System.IO": "4.1.0", - "System.IO.FileSystem": "4.0.1", - "System.Reflection.TypeExtensions": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.InteropServices": "4.1.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.0.0" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.DotNet.InternalAbstractions.dll": {} - }, - "compile": { - "lib/netstandard1.3/Microsoft.DotNet.InternalAbstractions.dll": {} - } - }, - "Microsoft.DotNet.ProjectModel/1.0.0-rc3-003121": { - "dependencies": { - "Microsoft.CSharp": "4.0.1", - "Microsoft.Extensions.DependencyModel": "1.0.0", - "Newtonsoft.Json": "9.0.1", - "NuGet.Packaging": "3.5.0-beta2-1484", - "NuGet.RuntimeModel": "3.5.0-beta2-1484", - "System.Dynamic.Runtime": "4.0.11", - "System.Reflection.Metadata": "1.3.0", - "System.Runtime.Loader": "4.0.0", - "System.Runtime.Serialization.Primitives": "4.1.1", - "System.Security.Cryptography.Algorithms": "4.2.0", - "System.Threading.Thread": "4.0.0", - "System.Xml.XDocument": "4.0.11" - }, - "runtime": { - "lib/netstandard1.6/Microsoft.DotNet.ProjectModel.dll": {} - }, - "compile": { - "lib/netstandard1.6/Microsoft.DotNet.ProjectModel.dll": {} - } - }, - "Microsoft.DotNet.ProjectModel.Loader/1.0.0-preview2-003121": { - "dependencies": { - "Microsoft.DotNet.ProjectModel": "1.0.0-rc3-003121", - "System.Runtime.Loader": "4.0.0" - }, - "runtime": { - "lib/netstandard1.6/Microsoft.DotNet.ProjectModel.Loader.dll": {} - }, - "compile": { - "lib/netstandard1.6/Microsoft.DotNet.ProjectModel.Loader.dll": {} - } - }, - "Microsoft.Extensions.Caching.Abstractions/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "1.0.0", - "System.Collections": "4.0.11", - "System.Threading": "4.0.11", - "System.Threading.Tasks": "4.0.11" - }, - "runtime": { - "lib/netstandard1.0/Microsoft.Extensions.Caching.Abstractions.dll": {} - }, - "compile": { - "lib/netstandard1.0/Microsoft.Extensions.Caching.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.Caching.Memory/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Caching.Abstractions": "1.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0", - "System.Linq": "4.1.0", - "System.Threading": "4.0.11" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.Extensions.Caching.Memory.dll": {} - }, - "compile": { - "lib/netstandard1.3/Microsoft.Extensions.Caching.Memory.dll": {} - } - }, - "Microsoft.Extensions.CommandLineUtils/1.0.0": { - "dependencies": { - "System.Collections": "4.0.11", - "System.Console": "4.0.0", - "System.IO": "4.1.0", - "System.Linq": "4.1.0", - "System.Resources.ResourceManager": "4.0.1" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.Extensions.CommandLineUtils.dll": {} - }, - "compile": { - "lib/netstandard1.3/Microsoft.Extensions.CommandLineUtils.dll": {} - } - }, - "Microsoft.Extensions.Configuration/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "1.0.0", - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.IO": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.InteropServices": "4.1.0", - "System.Threading": "4.0.11" - }, - "runtime": { - "lib/netstandard1.1/Microsoft.Extensions.Configuration.dll": {} - }, - "compile": { - "lib/netstandard1.1/Microsoft.Extensions.Configuration.dll": {} - } - }, - "Microsoft.Extensions.Configuration.Abstractions/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "1.0.0", - "System.Linq": "4.1.0" - }, - "runtime": { - "lib/netstandard1.0/Microsoft.Extensions.Configuration.Abstractions.dll": {} - }, - "compile": { - "lib/netstandard1.0/Microsoft.Extensions.Configuration.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.Configuration.Binder/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "1.0.0", - "System.ComponentModel.TypeConverter": "4.1.0" - }, - "runtime": { - "lib/netstandard1.1/Microsoft.Extensions.Configuration.Binder.dll": {} - }, - "compile": { - "lib/netstandard1.1/Microsoft.Extensions.Configuration.Binder.dll": {} - } - }, - "Microsoft.Extensions.Configuration.EnvironmentVariables/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "1.0.0" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.Extensions.Configuration.EnvironmentVariables.dll": {} - }, - "compile": { - "lib/netstandard1.3/Microsoft.Extensions.Configuration.EnvironmentVariables.dll": {} - } - }, - "Microsoft.Extensions.Configuration.FileExtensions/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "1.0.0", - "Microsoft.Extensions.FileProviders.Physical": "1.0.0", - "System.AppContext": "4.1.0" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.Extensions.Configuration.FileExtensions.dll": {} - }, - "compile": { - "lib/netstandard1.3/Microsoft.Extensions.Configuration.FileExtensions.dll": {} - } - }, - "Microsoft.Extensions.Configuration.Json/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "1.0.0", - "Microsoft.Extensions.Configuration.FileExtensions": "1.0.0", - "Newtonsoft.Json": "9.0.1", - "System.Dynamic.Runtime": "4.0.11", - "System.IO.FileSystem": "4.0.1", - "System.Runtime.Serialization.Primitives": "4.1.1" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.Extensions.Configuration.Json.dll": {} - }, - "compile": { - "lib/netstandard1.3/Microsoft.Extensions.Configuration.Json.dll": {} - } - }, - "Microsoft.Extensions.DependencyInjection/1.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0", - "System.Collections": "4.0.11", - "System.Collections.Concurrent": "4.0.12", - "System.Runtime.Extensions": "4.1.0", - "System.Threading": "4.0.11", - "System.Threading.Tasks": "4.0.11" - }, - "runtime": { - "lib/netstandard1.1/Microsoft.Extensions.DependencyInjection.dll": {} - }, - "compile": { - "lib/netstandard1.1/Microsoft.Extensions.DependencyInjection.dll": {} - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0": { - "dependencies": { - "System.ComponentModel": "4.0.1", - "System.Diagnostics.Debug": "4.0.11", - "System.Globalization": "4.0.11", - "System.Linq": "4.1.0", - "System.Linq.Expressions": "4.1.0", - "System.Reflection": "4.1.0", - "System.Resources.ResourceManager": "4.0.1" - }, - "runtime": { - "lib/netstandard1.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} - }, - "compile": { - "lib/netstandard1.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.DependencyModel/1.0.0": { - "dependencies": { - "Microsoft.DotNet.InternalAbstractions": "1.0.0", - "Newtonsoft.Json": "9.0.1", - "System.Diagnostics.Debug": "4.0.11", - "System.Dynamic.Runtime": "4.0.11", - "System.Linq": "4.1.0" - }, - "runtime": { - "lib/netstandard1.6/Microsoft.Extensions.DependencyModel.dll": {} - }, - "compile": { - "lib/netstandard1.6/Microsoft.Extensions.DependencyModel.dll": {} - } - }, - "Microsoft.Extensions.DiagnosticAdapter/1.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0", - "System.Collections.Concurrent": "4.0.12", - "System.ComponentModel": "4.0.1", - "System.Diagnostics.DiagnosticSource": "4.0.0", - "System.Reflection.Emit": "4.0.1", - "System.Reflection.Emit.Lightweight": "4.0.1", - "System.Reflection.Extensions": "4.0.1", - "System.Runtime.Extensions": "4.1.0" - }, - "runtime": { - "lib/netstandard1.1/Microsoft.Extensions.DiagnosticAdapter.dll": {} - }, - "compile": { - "lib/netstandard1.1/Microsoft.Extensions.DiagnosticAdapter.dll": {} - } - }, - "Microsoft.Extensions.FileProviders.Abstractions/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "1.0.0", - "System.IO": "4.1.0", - "System.Resources.ResourceManager": "4.0.1" - }, - "runtime": { - "lib/netstandard1.0/Microsoft.Extensions.FileProviders.Abstractions.dll": {} - }, - "compile": { - "lib/netstandard1.0/Microsoft.Extensions.FileProviders.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.FileProviders.Composite/1.0.0": { - "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "1.0.0" - }, - "runtime": { - "lib/netstandard1.0/Microsoft.Extensions.FileProviders.Composite.dll": {} - }, - "compile": { - "lib/netstandard1.0/Microsoft.Extensions.FileProviders.Composite.dll": {} - } - }, - "Microsoft.Extensions.FileProviders.Physical/1.0.0": { - "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "1.0.0", - "Microsoft.Extensions.FileSystemGlobbing": "1.0.0", - "System.Collections.Concurrent": "4.0.12", - "System.IO.FileSystem": "4.0.1", - "System.IO.FileSystem.Watcher": "4.0.0", - "System.Runtime.Extensions": "4.1.0", - "System.Threading": "4.0.11" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.Extensions.FileProviders.Physical.dll": {} - }, - "compile": { - "lib/netstandard1.3/Microsoft.Extensions.FileProviders.Physical.dll": {} - } - }, - "Microsoft.Extensions.FileSystemGlobbing/1.0.0": { - "dependencies": { - "System.Collections": "4.0.11", - "System.IO.FileSystem": "4.0.1", - "System.Linq": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime.Extensions": "4.1.0" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.Extensions.FileSystemGlobbing.dll": {} - }, - "compile": { - "lib/netstandard1.3/Microsoft.Extensions.FileSystemGlobbing.dll": {} - } - }, - "Microsoft.Extensions.Globalization.CultureInfoCache/1.0.0": { - "dependencies": { - "System.Collections.Concurrent": "4.0.12", - "System.Linq": "4.1.0", - "System.Resources.ResourceManager": "4.0.1" - }, - "runtime": { - "lib/netstandard1.1/Microsoft.Extensions.Globalization.CultureInfoCache.dll": {} - }, - "compile": { - "lib/netstandard1.1/Microsoft.Extensions.Globalization.CultureInfoCache.dll": {} - } - }, - "Microsoft.Extensions.Localization/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0", - "Microsoft.Extensions.Localization.Abstractions": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0", - "System.Collections.Concurrent": "4.0.12", - "System.Resources.Reader": "4.0.0" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.Extensions.Localization.dll": {} - }, - "compile": { - "lib/netstandard1.3/Microsoft.Extensions.Localization.dll": {} - } - }, - "Microsoft.Extensions.Localization.Abstractions/1.0.0": { - "dependencies": { - "Microsoft.CSharp": "4.0.1", - "System.Globalization": "4.0.11", - "System.Resources.ResourceManager": "4.0.1" - }, - "runtime": { - "lib/netstandard1.0/Microsoft.Extensions.Localization.Abstractions.dll": {} - }, - "compile": { - "lib/netstandard1.0/Microsoft.Extensions.Localization.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.Logging/1.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "System.Threading": "4.0.11" - }, - "runtime": { - "lib/netstandard1.1/Microsoft.Extensions.Logging.dll": {} - }, - "compile": { - "lib/netstandard1.1/Microsoft.Extensions.Logging.dll": {} - } - }, - "Microsoft.Extensions.Logging.Abstractions/1.0.0": { - "dependencies": { - "System.Collections": "4.0.11", - "System.Collections.Concurrent": "4.0.12", - "System.Diagnostics.Debug": "4.0.11", - "System.Globalization": "4.0.11", - "System.Linq": "4.1.0", - "System.Reflection": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.InteropServices": "4.1.0" - }, - "runtime": { - "lib/netstandard1.1/Microsoft.Extensions.Logging.Abstractions.dll": {} - }, - "compile": { - "lib/netstandard1.1/Microsoft.Extensions.Logging.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.Logging.Console/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "1.0.0", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "System.Console": "4.0.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.0.0", - "System.Threading": "4.0.11" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.Extensions.Logging.Console.dll": {} - }, - "compile": { - "lib/netstandard1.3/Microsoft.Extensions.Logging.Console.dll": {} - } - }, - "Microsoft.Extensions.Logging.Debug/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "System.Diagnostics.Debug": "4.0.11" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.Extensions.Logging.Debug.dll": {} - }, - "compile": { - "lib/netstandard1.3/Microsoft.Extensions.Logging.Debug.dll": {} - } - }, - "Microsoft.Extensions.ObjectPool/1.0.0": { - "dependencies": { - "System.Diagnostics.Debug": "4.0.11", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime.Extensions": "4.1.0", - "System.Threading": "4.0.11" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.Extensions.ObjectPool.dll": {} - }, - "compile": { - "lib/netstandard1.3/Microsoft.Extensions.ObjectPool.dll": {} - } - }, - "Microsoft.Extensions.Options/1.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0", - "Microsoft.Extensions.Primitives": "1.0.0", - "System.ComponentModel": "4.0.1", - "System.Diagnostics.Debug": "4.0.11", - "System.Globalization": "4.0.11", - "System.Linq": "4.1.0", - "System.Linq.Expressions": "4.1.0", - "System.Reflection": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime.Extensions": "4.1.0", - "System.Threading": "4.0.11" - }, - "runtime": { - "lib/netstandard1.0/Microsoft.Extensions.Options.dll": {} - }, - "compile": { - "lib/netstandard1.0/Microsoft.Extensions.Options.dll": {} - } - }, - "Microsoft.Extensions.Options.ConfigurationExtensions/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "1.0.0", - "Microsoft.Extensions.Configuration.Binder": "1.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0" - }, - "runtime": { - "lib/netstandard1.1/Microsoft.Extensions.Options.ConfigurationExtensions.dll": {} - }, - "compile": { - "lib/netstandard1.1/Microsoft.Extensions.Options.ConfigurationExtensions.dll": {} - } - }, - "Microsoft.Extensions.PlatformAbstractions/1.0.0": { - "dependencies": { - "System.AppContext": "4.1.0", - "System.Reflection": "4.1.0", - "System.Reflection.Extensions": "4.0.1", - "System.Reflection.TypeExtensions": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime.Extensions": "4.1.0" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.Extensions.PlatformAbstractions.dll": {} - }, - "compile": { - "lib/netstandard1.3/Microsoft.Extensions.PlatformAbstractions.dll": {} - } - }, - "Microsoft.Extensions.Primitives/1.0.0": { - "dependencies": { - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0" - }, - "runtime": { - "lib/netstandard1.0/Microsoft.Extensions.Primitives.dll": {} - }, - "compile": { - "lib/netstandard1.0/Microsoft.Extensions.Primitives.dll": {} - } - }, - "Microsoft.Extensions.WebEncoders/1.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0", - "System.Text.Encodings.Web": "4.0.0" - }, - "runtime": { - "lib/netstandard1.0/Microsoft.Extensions.WebEncoders.dll": {} - }, - "compile": { - "lib/netstandard1.0/Microsoft.Extensions.WebEncoders.dll": {} - } - }, - "Microsoft.Net.Http.Headers/1.0.0": { - "dependencies": { - "System.Buffers": "4.0.0", - "System.Collections": "4.0.11", - "System.Diagnostics.Contracts": "4.0.1", - "System.Globalization": "4.0.11", - "System.Linq": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime.Extensions": "4.1.0", - "System.Text.Encoding": "4.0.11" - }, - "runtime": { - "lib/netstandard1.1/Microsoft.Net.Http.Headers.dll": {} - }, - "compile": { - "lib/netstandard1.1/Microsoft.Net.Http.Headers.dll": {} - } - }, - "Microsoft.VisualStudio.Web.BrowserLink.Loader/14.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Abstractions": "1.0.0", - "Microsoft.Extensions.FileProviders.Physical": "1.0.0", - "Microsoft.Extensions.PlatformAbstractions": "1.0.0", - "Microsoft.Win32.Registry": "4.0.0", - "System.Collections": "4.0.11", - "System.Net.Sockets": "4.1.0", - "System.Runtime.Loader": "4.0.0", - "System.Text.Encoding": "4.0.11", - "System.Threading": "4.0.11" - }, - "runtime": { - "lib/netstandard1.5/Microsoft.VisualStudio.Web.BrowserLink.Loader.dll": {} - }, - "compile": { - "lib/netstandard1.5/Microsoft.VisualStudio.Web.BrowserLink.Loader.dll": {} - } - }, - "Newtonsoft.Json/9.0.1": { - "dependencies": { - "Microsoft.CSharp": "4.0.1", - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.Dynamic.Runtime": "4.0.11", - "System.Globalization": "4.0.11", - "System.IO": "4.1.0", - "System.Linq": "4.1.0", - "System.Linq.Expressions": "4.1.0", - "System.ObjectModel": "4.0.12", - "System.Reflection": "4.1.0", - "System.Reflection.Extensions": "4.0.1", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.Serialization.Primitives": "4.1.1", - "System.Text.Encoding": "4.0.11", - "System.Text.Encoding.Extensions": "4.0.11", - "System.Text.RegularExpressions": "4.1.0", - "System.Threading": "4.0.11", - "System.Threading.Tasks": "4.0.11", - "System.Xml.ReaderWriter": "4.0.11", - "System.Xml.XDocument": "4.0.11" - }, - "runtime": { - "lib/netstandard1.0/Newtonsoft.Json.dll": {} - }, - "compile": { - "lib/netstandard1.0/Newtonsoft.Json.dll": {} - } - }, - "NuGet.Common/3.5.0-beta2-1484": { - "dependencies": { - "NETStandard.Library": "1.6.0", - "System.Diagnostics.Process": "4.1.0", - "System.Security.Cryptography.Algorithms": "4.2.0", - "System.Threading.Thread": "4.0.0" - }, - "runtime": { - "lib/netstandard1.3/NuGet.Common.dll": {} - }, - "compile": { - "lib/netstandard1.3/NuGet.Common.dll": {} - } - }, - "NuGet.Configuration/3.5.0-beta2-1484": { - "dependencies": { - "NETStandard.Library": "1.6.0", - "NuGet.Common": "3.5.0-beta2-1484", - "System.Xml.XDocument": "4.0.11" - }, - "runtime": { - "lib/netstandard1.3/NuGet.Configuration.dll": {} - }, - "compile": { - "lib/netstandard1.3/NuGet.Configuration.dll": {} - } - }, - "NuGet.DependencyResolver.Core/3.5.0-beta2-1484": { - "dependencies": { - "NETStandard.Library": "1.6.0", - "NuGet.Frameworks": "3.5.0-beta2-1484", - "NuGet.LibraryModel": "3.5.0-beta2-1484", - "NuGet.Protocol.Core.v3": "3.5.0-beta2-1484", - "NuGet.Repositories": "3.5.0-beta2-1484", - "NuGet.RuntimeModel": "3.5.0-beta2-1484" - }, - "runtime": { - "lib/netstandard1.3/NuGet.DependencyResolver.Core.dll": {} - }, - "compile": { - "lib/netstandard1.3/NuGet.DependencyResolver.Core.dll": {} - } - }, - "NuGet.Frameworks/3.5.0-beta2-1484": { - "dependencies": { - "NETStandard.Library": "1.6.0" - }, - "runtime": { - "lib/netstandard1.3/NuGet.Frameworks.dll": {} - }, - "compile": { - "lib/netstandard1.3/NuGet.Frameworks.dll": {} - } - }, - "NuGet.LibraryModel/3.5.0-beta2-1484": { - "dependencies": { - "NETStandard.Library": "1.6.0", - "NuGet.Frameworks": "3.5.0-beta2-1484", - "NuGet.Versioning": "3.5.0-beta2-1484" - }, - "runtime": { - "lib/netstandard1.3/NuGet.LibraryModel.dll": {} - }, - "compile": { - "lib/netstandard1.3/NuGet.LibraryModel.dll": {} - } - }, - "NuGet.Packaging/3.5.0-beta2-1484": { - "dependencies": { - "NETStandard.Library": "1.6.0", - "NuGet.Common": "3.5.0-beta2-1484", - "NuGet.Packaging.Core": "3.5.0-beta2-1484", - "System.IO.Compression": "4.1.0" - }, - "runtime": { - "lib/netstandard1.3/NuGet.Packaging.dll": {} - }, - "compile": { - "lib/netstandard1.3/NuGet.Packaging.dll": {} - } - }, - "NuGet.Packaging.Core/3.5.0-beta2-1484": { - "dependencies": { - "NETStandard.Library": "1.6.0", - "NuGet.Common": "3.5.0-beta2-1484", - "NuGet.Packaging.Core.Types": "3.5.0-beta2-1484", - "System.Xml.XDocument": "4.0.11" - }, - "runtime": { - "lib/netstandard1.3/NuGet.Packaging.Core.dll": {} - }, - "compile": { - "lib/netstandard1.3/NuGet.Packaging.Core.dll": {} - } - }, - "NuGet.Packaging.Core.Types/3.5.0-beta2-1484": { - "dependencies": { - "NETStandard.Library": "1.6.0", - "NuGet.Frameworks": "3.5.0-beta2-1484", - "NuGet.Versioning": "3.5.0-beta2-1484" - }, - "runtime": { - "lib/netstandard1.3/NuGet.Packaging.Core.Types.dll": {} - }, - "compile": { - "lib/netstandard1.3/NuGet.Packaging.Core.Types.dll": {} - } - }, - "NuGet.ProjectModel/3.5.0-beta2-1484": { - "dependencies": { - "NETStandard.Library": "1.6.0", - "Newtonsoft.Json": "9.0.1", - "NuGet.DependencyResolver.Core": "3.5.0-beta2-1484", - "System.Dynamic.Runtime": "4.0.11", - "System.Threading.Thread": "4.0.0" - }, - "runtime": { - "lib/netstandard1.3/NuGet.ProjectModel.dll": {} - }, - "compile": { - "lib/netstandard1.3/NuGet.ProjectModel.dll": {} - } - }, - "NuGet.Protocol.Core.Types/3.5.0-beta2-1484": { - "dependencies": { - "NETStandard.Library": "1.6.0", - "NuGet.Common": "3.5.0-beta2-1484", - "NuGet.Configuration": "3.5.0-beta2-1484", - "NuGet.Packaging": "3.5.0-beta2-1484", - "System.Net.Http": "4.1.0" - }, - "runtime": { - "lib/netstandard1.3/NuGet.Protocol.Core.Types.dll": {} - }, - "compile": { - "lib/netstandard1.3/NuGet.Protocol.Core.Types.dll": {} - } - }, - "NuGet.Protocol.Core.v3/3.5.0-beta2-1484": { - "dependencies": { - "NETStandard.Library": "1.6.0", - "Newtonsoft.Json": "9.0.1", - "NuGet.Common": "3.5.0-beta2-1484", - "NuGet.Packaging": "3.5.0-beta2-1484", - "NuGet.Protocol.Core.Types": "3.5.0-beta2-1484", - "System.Dynamic.Runtime": "4.0.11" - }, - "runtime": { - "lib/netstandard1.3/NuGet.Protocol.Core.v3.dll": {} - }, - "compile": { - "lib/netstandard1.3/NuGet.Protocol.Core.v3.dll": {} - } - }, - "NuGet.Repositories/3.5.0-beta2-1484": { - "dependencies": { - "NETStandard.Library": "1.6.0", - "NuGet.Packaging": "3.5.0-beta2-1484" - }, - "runtime": { - "lib/netstandard1.3/NuGet.Repositories.dll": {} - }, - "compile": { - "lib/netstandard1.3/NuGet.Repositories.dll": {} - } - }, - "NuGet.RuntimeModel/3.5.0-beta2-1484": { - "dependencies": { - "NETStandard.Library": "1.6.0", - "Newtonsoft.Json": "9.0.1", - "NuGet.Frameworks": "3.5.0-beta2-1484", - "NuGet.Versioning": "3.5.0-beta2-1484", - "System.Dynamic.Runtime": "4.0.11", - "System.ObjectModel": "4.0.12" - }, - "runtime": { - "lib/netstandard1.3/NuGet.RuntimeModel.dll": {} - }, - "compile": { - "lib/netstandard1.3/NuGet.RuntimeModel.dll": {} - } - }, - "NuGet.Versioning/3.5.0-beta2-1484": { - "dependencies": { - "NETStandard.Library": "1.6.0" - }, - "runtime": { - "lib/netstandard1.0/NuGet.Versioning.dll": {} - }, - "compile": { - "lib/netstandard1.0/NuGet.Versioning.dll": {} - } - }, - "System.Collections.NonGeneric/4.0.1": { - "dependencies": { - "System.Diagnostics.Debug": "4.0.11", - "System.Globalization": "4.0.11", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Threading": "4.0.11" - }, - "runtime": { - "lib/netstandard1.3/System.Collections.NonGeneric.dll": {} - }, - "compile": { - "ref/netstandard1.3/System.Collections.NonGeneric.dll": {} - } - }, - "System.Collections.Specialized/4.0.1": { - "dependencies": { - "System.Collections.NonGeneric": "4.0.1", - "System.Globalization": "4.0.11", - "System.Globalization.Extensions": "4.0.1", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Threading": "4.0.11" - }, - "runtime": { - "lib/netstandard1.3/System.Collections.Specialized.dll": {} - } - }, - "System.ComponentModel.Primitives/4.1.0": { - "dependencies": { - "System.ComponentModel": "4.0.1", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0" - }, - "runtime": { - "lib/netstandard1.0/System.ComponentModel.Primitives.dll": {} - }, - "compile": { - "ref/netstandard1.0/System.ComponentModel.Primitives.dll": {} - } - }, - "System.ComponentModel.TypeConverter/4.1.0": { - "dependencies": { - "System.Collections": "4.0.11", - "System.Collections.NonGeneric": "4.0.1", - "System.Collections.Specialized": "4.0.1", - "System.ComponentModel": "4.0.1", - "System.ComponentModel.Primitives": "4.1.0", - "System.Globalization": "4.0.11", - "System.Linq": "4.1.0", - "System.Reflection": "4.1.0", - "System.Reflection.Extensions": "4.0.1", - "System.Reflection.Primitives": "4.0.1", - "System.Reflection.TypeExtensions": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Threading": "4.0.11" - }, - "runtime": { - "lib/netstandard1.5/System.ComponentModel.TypeConverter.dll": {} - }, - "compile": { - "ref/netstandard1.5/System.ComponentModel.TypeConverter.dll": {} - } - }, - "System.Diagnostics.Contracts/4.0.1": { - "dependencies": { - "System.Runtime": "4.1.0" - }, - "runtime": { - "lib/netstandard1.0/System.Diagnostics.Contracts.dll": {} - }, - "compile": { - "ref/netstandard1.0/System.Diagnostics.Contracts.dll": {} - } - }, - "System.Net.WebSockets/4.0.0": { - "dependencies": { - "Microsoft.Win32.Primitives": "4.0.1", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Threading.Tasks": "4.0.11" - }, - "runtime": { - "lib/netstandard1.3/System.Net.WebSockets.dll": {} - }, - "compile": { - "ref/netstandard1.3/System.Net.WebSockets.dll": {} - } - }, - "System.Runtime.Serialization.Primitives/4.1.1": { - "dependencies": { - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0" - }, - "runtime": { - "lib/netstandard1.3/System.Runtime.Serialization.Primitives.dll": {} - }, - "compile": { - "ref/netstandard1.3/System.Runtime.Serialization.Primitives.dll": {} - } - }, - "System.Text.Encodings.Web/4.0.0": { - "dependencies": { - "System.Diagnostics.Debug": "4.0.11", - "System.IO": "4.1.0", - "System.Reflection": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Threading": "4.0.11" - }, - "runtime": { - "lib/netstandard1.0/System.Text.Encodings.Web.dll": {} - }, - "compile": { - "lib/netstandard1.0/System.Text.Encodings.Web.dll": {} - } - }, - "Libuv/1.9.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1" - }, - "compileOnly": true - }, - "Microsoft.CodeAnalysis.Analyzers/1.1.0": { - "compileOnly": true - }, - "Microsoft.CodeAnalysis.Common/1.3.0": { - "dependencies": { - "Microsoft.CodeAnalysis.Analyzers": "1.1.0", - "System.AppContext": "4.1.0", - "System.Collections": "4.0.11", - "System.Collections.Concurrent": "4.0.12", - "System.Collections.Immutable": "1.2.0", - "System.Console": "4.0.0", - "System.Diagnostics.Debug": "4.0.11", - "System.Diagnostics.FileVersionInfo": "4.0.0", - "System.Diagnostics.StackTrace": "4.0.1", - "System.Diagnostics.Tools": "4.0.1", - "System.Dynamic.Runtime": "4.0.11", - "System.Globalization": "4.0.11", - "System.IO.FileSystem": "4.0.1", - "System.IO.FileSystem.Primitives": "4.0.1", - "System.Linq": "4.1.0", - "System.Linq.Expressions": "4.1.0", - "System.Reflection": "4.1.0", - "System.Reflection.Metadata": "1.3.0", - "System.Reflection.Primitives": "4.0.1", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0", - "System.Runtime.Numerics": "4.0.1", - "System.Security.Cryptography.Algorithms": "4.2.0", - "System.Security.Cryptography.Encoding": "4.0.0", - "System.Security.Cryptography.X509Certificates": "4.1.0", - "System.Text.Encoding": "4.0.11", - "System.Text.Encoding.CodePages": "4.0.1", - "System.Text.Encoding.Extensions": "4.0.11", - "System.Threading": "4.0.11", - "System.Threading.Tasks": "4.0.11", - "System.Threading.Tasks.Parallel": "4.0.1", - "System.Threading.Thread": "4.0.0", - "System.Xml.ReaderWriter": "4.0.11", - "System.Xml.XDocument": "4.0.11", - "System.Xml.XPath.XDocument": "4.0.1", - "System.Xml.XmlDocument": "4.0.1" - }, - "compile": { - "lib/netstandard1.3/Microsoft.CodeAnalysis.dll": {} - }, - "compileOnly": true - }, - "Microsoft.CodeAnalysis.CSharp/1.3.0": { - "dependencies": { - "Microsoft.CodeAnalysis.Common": "1.3.0" - }, - "compile": { - "lib/netstandard1.3/Microsoft.CodeAnalysis.CSharp.dll": {} - }, - "compileOnly": true - }, - "Microsoft.CodeAnalysis.VisualBasic/1.3.0": { - "dependencies": { - "Microsoft.CodeAnalysis.Common": "1.3.0" - }, - "compileOnly": true - }, - "Microsoft.CSharp/4.0.1": { - "dependencies": { - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.Dynamic.Runtime": "4.0.11", - "System.Globalization": "4.0.11", - "System.Linq": "4.1.0", - "System.Linq.Expressions": "4.1.0", - "System.ObjectModel": "4.0.12", - "System.Reflection": "4.1.0", - "System.Reflection.Extensions": "4.0.1", - "System.Reflection.Primitives": "4.0.1", - "System.Reflection.TypeExtensions": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.InteropServices": "4.1.0", - "System.Threading": "4.0.11" - }, - "compile": { - "ref/netstandard1.0/Microsoft.CSharp.dll": {} - }, - "compileOnly": true - }, - "Microsoft.NETCore.App/1.0.0": { - "dependencies": { - "Libuv": "1.9.0", - "Microsoft.CSharp": "4.0.1", - "Microsoft.CodeAnalysis.CSharp": "1.3.0", - "Microsoft.CodeAnalysis.VisualBasic": "1.3.0", - "Microsoft.NETCore.DotNetHostPolicy": "1.0.1", - "Microsoft.NETCore.Runtime.CoreCLR": "1.0.2", - "Microsoft.VisualBasic": "10.0.1", - "NETStandard.Library": "1.6.0", - "System.Buffers": "4.0.0", - "System.Collections.Immutable": "1.2.0", - "System.ComponentModel": "4.0.1", - "System.ComponentModel.Annotations": "4.1.0", - "System.Diagnostics.DiagnosticSource": "4.0.0", - "System.Diagnostics.Process": "4.1.0", - "System.Dynamic.Runtime": "4.0.11", - "System.Globalization.Extensions": "4.0.1", - "System.IO.FileSystem.Watcher": "4.0.0", - "System.IO.MemoryMappedFiles": "4.0.0", - "System.IO.UnmanagedMemoryStream": "4.0.1", - "System.Linq.Expressions": "4.1.0", - "System.Linq.Parallel": "4.0.1", - "System.Linq.Queryable": "4.0.1", - "System.Net.NameResolution": "4.0.0", - "System.Net.Requests": "4.0.11", - "System.Net.Security": "4.0.0", - "System.Net.WebHeaderCollection": "4.0.1", - "System.Numerics.Vectors": "4.1.1", - "System.Reflection.DispatchProxy": "4.0.1", - "System.Reflection.Metadata": "1.3.0", - "System.Reflection.TypeExtensions": "4.1.0", - "System.Resources.Reader": "4.0.0", - "System.Runtime.Loader": "4.0.0", - "System.Security.Cryptography.Algorithms": "4.2.0", - "System.Security.Cryptography.Encoding": "4.0.0", - "System.Security.Cryptography.Primitives": "4.0.0", - "System.Security.Cryptography.X509Certificates": "4.1.0", - "System.Threading.Tasks.Dataflow": "4.6.0", - "System.Threading.Tasks.Extensions": "4.0.0", - "System.Threading.Tasks.Parallel": "4.0.1", - "System.Threading.Thread": "4.0.0", - "System.Threading.ThreadPool": "4.0.10" - }, - "compileOnly": true - }, - "Microsoft.NETCore.DotNetHost/1.0.1": { - "compileOnly": true - }, - "Microsoft.NETCore.DotNetHostPolicy/1.0.1": { - "dependencies": { - "Microsoft.NETCore.DotNetHostResolver": "1.0.1" - }, - "compileOnly": true - }, - "Microsoft.NETCore.DotNetHostResolver/1.0.1": { - "dependencies": { - "Microsoft.NETCore.DotNetHost": "1.0.1" - }, - "compileOnly": true - }, - "Microsoft.NETCore.Jit/1.0.2": { - "compileOnly": true - }, - "Microsoft.NETCore.Platforms/1.0.1": { - "compileOnly": true - }, - "Microsoft.NETCore.Runtime.CoreCLR/1.0.2": { - "dependencies": { - "Microsoft.NETCore.Jit": "1.0.2", - "Microsoft.NETCore.Windows.ApiSets": "1.0.1" - }, - "compileOnly": true - }, - "Microsoft.NETCore.Targets/1.0.1": { - "compileOnly": true - }, - "Microsoft.NETCore.Windows.ApiSets/1.0.1": { - "compileOnly": true - }, - "Microsoft.VisualBasic/10.0.1": { - "dependencies": { - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.Dynamic.Runtime": "4.0.11", - "System.Globalization": "4.0.11", - "System.Linq": "4.1.0", - "System.Linq.Expressions": "4.1.0", - "System.ObjectModel": "4.0.12", - "System.Reflection": "4.1.0", - "System.Reflection.Extensions": "4.0.1", - "System.Reflection.Primitives": "4.0.1", - "System.Reflection.TypeExtensions": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.InteropServices": "4.1.0", - "System.Threading": "4.0.11" - }, - "compile": { - "ref/netstandard1.1/Microsoft.VisualBasic.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Win32.Primitives/4.0.1": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.NETCore.Targets": "1.0.1", - "System.Runtime": "4.1.0" - }, - "compile": { - "ref/netstandard1.3/Microsoft.Win32.Primitives.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Win32.Registry/4.0.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "System.Collections": "4.0.11", - "System.Globalization": "4.0.11", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0" - }, - "compile": { - "ref/netstandard1.3/Microsoft.Win32.Registry.dll": {} - }, - "compileOnly": true - }, - "NETStandard.Library/1.6.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.Win32.Primitives": "4.0.1", - "System.AppContext": "4.1.0", - "System.Collections": "4.0.11", - "System.Collections.Concurrent": "4.0.12", - "System.Console": "4.0.0", - "System.Diagnostics.Debug": "4.0.11", - "System.Diagnostics.Tools": "4.0.1", - "System.Diagnostics.Tracing": "4.1.0", - "System.Globalization": "4.0.11", - "System.Globalization.Calendars": "4.0.1", - "System.IO": "4.1.0", - "System.IO.Compression": "4.1.0", - "System.IO.Compression.ZipFile": "4.0.1", - "System.IO.FileSystem": "4.0.1", - "System.IO.FileSystem.Primitives": "4.0.1", - "System.Linq": "4.1.0", - "System.Linq.Expressions": "4.1.0", - "System.Net.Http": "4.1.0", - "System.Net.Primitives": "4.0.11", - "System.Net.Sockets": "4.1.0", - "System.ObjectModel": "4.0.12", - "System.Reflection": "4.1.0", - "System.Reflection.Extensions": "4.0.1", - "System.Reflection.Primitives": "4.0.1", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.0.0", - "System.Runtime.Numerics": "4.0.1", - "System.Security.Cryptography.Algorithms": "4.2.0", - "System.Security.Cryptography.Encoding": "4.0.0", - "System.Security.Cryptography.Primitives": "4.0.0", - "System.Security.Cryptography.X509Certificates": "4.1.0", - "System.Text.Encoding": "4.0.11", - "System.Text.Encoding.Extensions": "4.0.11", - "System.Text.RegularExpressions": "4.1.0", - "System.Threading": "4.0.11", - "System.Threading.Tasks": "4.0.11", - "System.Threading.Timer": "4.0.1", - "System.Xml.ReaderWriter": "4.0.11", - "System.Xml.XDocument": "4.0.11" - }, - "compileOnly": true - }, - "runtime.native.System/4.0.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.NETCore.Targets": "1.0.1" - }, - "compileOnly": true - }, - "runtime.native.System.IO.Compression/4.1.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.NETCore.Targets": "1.0.1" - }, - "compileOnly": true - }, - "runtime.native.System.Net.Http/4.0.1": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.NETCore.Targets": "1.0.1" - }, - "compileOnly": true - }, - "runtime.native.System.Net.Security/4.0.1": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.NETCore.Targets": "1.0.1" - }, - "compileOnly": true - }, - "runtime.native.System.Security.Cryptography/4.0.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.NETCore.Targets": "1.0.1" - }, - "compileOnly": true - }, - "System.AppContext/4.1.0": { - "dependencies": { - "System.Runtime": "4.1.0" - }, - "compile": { - "ref/netstandard1.6/System.AppContext.dll": {} - }, - "compileOnly": true - }, - "System.Buffers/4.0.0": { - "dependencies": { - "System.Diagnostics.Debug": "4.0.11", - "System.Diagnostics.Tracing": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Threading": "4.0.11" - }, - "compile": { - "lib/netstandard1.1/System.Buffers.dll": {} - }, - "compileOnly": true - }, - "System.Collections/4.0.11": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.NETCore.Targets": "1.0.1", - "System.Runtime": "4.1.0" - }, - "compile": { - "ref/netstandard1.3/System.Collections.dll": {} - }, - "compileOnly": true - }, - "System.Collections.Concurrent/4.0.12": { - "dependencies": { - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.Diagnostics.Tracing": "4.1.0", - "System.Globalization": "4.0.11", - "System.Reflection": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Threading": "4.0.11", - "System.Threading.Tasks": "4.0.11" - }, - "compile": { - "ref/netstandard1.3/System.Collections.Concurrent.dll": {} - }, - "compileOnly": true - }, - "System.Collections.Immutable/1.2.0": { - "dependencies": { - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.Globalization": "4.0.11", - "System.Linq": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Threading": "4.0.11" - }, - "compile": { - "lib/netstandard1.0/System.Collections.Immutable.dll": {} - }, - "compileOnly": true - }, - "System.ComponentModel/4.0.1": { - "dependencies": { - "System.Runtime": "4.1.0" - }, - "compile": { - "ref/netstandard1.0/System.ComponentModel.dll": {} - }, - "compileOnly": true - }, - "System.ComponentModel.Annotations/4.1.0": { - "dependencies": { - "System.Collections": "4.0.11", - "System.ComponentModel": "4.0.1", - "System.Globalization": "4.0.11", - "System.Linq": "4.1.0", - "System.Reflection": "4.1.0", - "System.Reflection.Extensions": "4.0.1", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Text.RegularExpressions": "4.1.0", - "System.Threading": "4.0.11" - }, - "compile": { - "ref/netstandard1.4/System.ComponentModel.Annotations.dll": {} - }, - "compileOnly": true - }, - "System.Console/4.0.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.NETCore.Targets": "1.0.1", - "System.IO": "4.1.0", - "System.Runtime": "4.1.0", - "System.Text.Encoding": "4.0.11" - }, - "compile": { - "ref/netstandard1.3/System.Console.dll": {} - }, - "compileOnly": true - }, - "System.Diagnostics.Debug/4.0.11": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.NETCore.Targets": "1.0.1", - "System.Runtime": "4.1.0" - }, - "compile": { - "ref/netstandard1.3/System.Diagnostics.Debug.dll": {} - }, - "compileOnly": true - }, - "System.Diagnostics.DiagnosticSource/4.0.0": { - "dependencies": { - "System.Collections": "4.0.11", - "System.Diagnostics.Tracing": "4.1.0", - "System.Reflection": "4.1.0", - "System.Runtime": "4.1.0", - "System.Threading": "4.0.11" - }, - "compile": { - "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll": {} - }, - "compileOnly": true - }, - "System.Diagnostics.FileVersionInfo/4.0.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "System.Globalization": "4.0.11", - "System.IO": "4.1.0", - "System.IO.FileSystem": "4.0.1", - "System.IO.FileSystem.Primitives": "4.0.1", - "System.Reflection.Metadata": "1.3.0", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.InteropServices": "4.1.0" - }, - "compileOnly": true - }, - "System.Diagnostics.Process/4.1.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.Win32.Primitives": "4.0.1", - "Microsoft.Win32.Registry": "4.0.0", - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.Globalization": "4.0.11", - "System.IO": "4.1.0", - "System.IO.FileSystem": "4.0.1", - "System.IO.FileSystem.Primitives": "4.0.1", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0", - "System.Text.Encoding": "4.0.11", - "System.Text.Encoding.Extensions": "4.0.11", - "System.Threading": "4.0.11", - "System.Threading.Tasks": "4.0.11", - "System.Threading.Thread": "4.0.0", - "System.Threading.ThreadPool": "4.0.10", - "runtime.native.System": "4.0.0" - }, - "compile": { - "ref/netstandard1.4/System.Diagnostics.Process.dll": {} - }, - "compileOnly": true - }, - "System.Diagnostics.StackTrace/4.0.1": { - "dependencies": { - "System.Collections.Immutable": "1.2.0", - "System.IO.FileSystem": "4.0.1", - "System.Reflection": "4.1.0", - "System.Reflection.Metadata": "1.3.0", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0" - }, - "compile": { - "ref/netstandard1.3/System.Diagnostics.StackTrace.dll": {} - }, - "compileOnly": true - }, - "System.Diagnostics.Tools/4.0.1": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.NETCore.Targets": "1.0.1", - "System.Runtime": "4.1.0" - }, - "compile": { - "ref/netstandard1.0/System.Diagnostics.Tools.dll": {} - }, - "compileOnly": true - }, - "System.Diagnostics.Tracing/4.1.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.NETCore.Targets": "1.0.1", - "System.Runtime": "4.1.0" - }, - "compile": { - "ref/netstandard1.5/System.Diagnostics.Tracing.dll": {} - }, - "compileOnly": true - }, - "System.Dynamic.Runtime/4.0.11": { - "dependencies": { - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.Globalization": "4.0.11", - "System.Linq": "4.1.0", - "System.Linq.Expressions": "4.1.0", - "System.ObjectModel": "4.0.12", - "System.Reflection": "4.1.0", - "System.Reflection.Emit": "4.0.1", - "System.Reflection.Emit.ILGeneration": "4.0.1", - "System.Reflection.Primitives": "4.0.1", - "System.Reflection.TypeExtensions": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Threading": "4.0.11" - }, - "compile": { - "ref/netstandard1.3/System.Dynamic.Runtime.dll": {} - }, - "compileOnly": true - }, - "System.Globalization/4.0.11": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.NETCore.Targets": "1.0.1", - "System.Runtime": "4.1.0" - }, - "compile": { - "ref/netstandard1.3/System.Globalization.dll": {} - }, - "compileOnly": true - }, - "System.Globalization.Calendars/4.0.1": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.NETCore.Targets": "1.0.1", - "System.Globalization": "4.0.11", - "System.Runtime": "4.1.0" - }, - "compile": { - "ref/netstandard1.3/System.Globalization.Calendars.dll": {} - }, - "compileOnly": true - }, - "System.Globalization.Extensions/4.0.1": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "System.Globalization": "4.0.11", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.InteropServices": "4.1.0" - }, - "compile": { - "ref/netstandard1.3/System.Globalization.Extensions.dll": {} - }, - "compileOnly": true - }, - "System.IO/4.1.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.NETCore.Targets": "1.0.1", - "System.Runtime": "4.1.0", - "System.Text.Encoding": "4.0.11", - "System.Threading.Tasks": "4.0.11" - }, - "compile": { - "ref/netstandard1.5/System.IO.dll": {} - }, - "compileOnly": true - }, - "System.IO.Compression/4.1.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.IO": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0", - "System.Text.Encoding": "4.0.11", - "System.Threading": "4.0.11", - "System.Threading.Tasks": "4.0.11", - "runtime.native.System": "4.0.0", - "runtime.native.System.IO.Compression": "4.1.0" - }, - "compile": { - "ref/netstandard1.3/System.IO.Compression.dll": {} - }, - "compileOnly": true - }, - "System.IO.Compression.ZipFile/4.0.1": { - "dependencies": { - "System.Buffers": "4.0.0", - "System.IO": "4.1.0", - "System.IO.Compression": "4.1.0", - "System.IO.FileSystem": "4.0.1", - "System.IO.FileSystem.Primitives": "4.0.1", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Text.Encoding": "4.0.11" - }, - "compile": { - "ref/netstandard1.3/System.IO.Compression.ZipFile.dll": {} - }, - "compileOnly": true - }, - "System.IO.FileSystem/4.0.1": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.NETCore.Targets": "1.0.1", - "System.IO": "4.1.0", - "System.IO.FileSystem.Primitives": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Text.Encoding": "4.0.11", - "System.Threading.Tasks": "4.0.11" - }, - "compile": { - "ref/netstandard1.3/System.IO.FileSystem.dll": {} - }, - "compileOnly": true - }, - "System.IO.FileSystem.Primitives/4.0.1": { - "dependencies": { - "System.Runtime": "4.1.0" - }, - "compile": { - "ref/netstandard1.3/System.IO.FileSystem.Primitives.dll": {} - }, - "compileOnly": true - }, - "System.IO.FileSystem.Watcher/4.0.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.Win32.Primitives": "4.0.1", - "System.Collections": "4.0.11", - "System.IO.FileSystem": "4.0.1", - "System.IO.FileSystem.Primitives": "4.0.1", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0", - "System.Text.Encoding": "4.0.11", - "System.Threading": "4.0.11", - "System.Threading.Overlapped": "4.0.1", - "System.Threading.Tasks": "4.0.11", - "System.Threading.Thread": "4.0.0", - "runtime.native.System": "4.0.0" - }, - "compile": { - "ref/netstandard1.3/System.IO.FileSystem.Watcher.dll": {} - }, - "compileOnly": true - }, - "System.IO.MemoryMappedFiles/4.0.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "System.IO": "4.1.0", - "System.IO.FileSystem": "4.0.1", - "System.IO.FileSystem.Primitives": "4.0.1", - "System.IO.UnmanagedMemoryStream": "4.0.1", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0", - "System.Threading": "4.0.11", - "System.Threading.Tasks": "4.0.11", - "runtime.native.System": "4.0.0" - }, - "compile": { - "ref/netstandard1.3/System.IO.MemoryMappedFiles.dll": {} - }, - "compileOnly": true - }, - "System.IO.UnmanagedMemoryStream/4.0.1": { - "dependencies": { - "System.IO": "4.1.0", - "System.IO.FileSystem.Primitives": "4.0.1", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.InteropServices": "4.1.0", - "System.Threading": "4.0.11", - "System.Threading.Tasks": "4.0.11" - }, - "compile": { - "ref/netstandard1.3/System.IO.UnmanagedMemoryStream.dll": {} - }, - "compileOnly": true - }, - "System.Linq/4.1.0": { - "dependencies": { - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0" - }, - "compile": { - "ref/netstandard1.6/System.Linq.dll": {} - }, - "compileOnly": true - }, - "System.Linq.Expressions/4.1.0": { - "dependencies": { - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.Globalization": "4.0.11", - "System.IO": "4.1.0", - "System.Linq": "4.1.0", - "System.ObjectModel": "4.0.12", - "System.Reflection": "4.1.0", - "System.Reflection.Emit": "4.0.1", - "System.Reflection.Emit.ILGeneration": "4.0.1", - "System.Reflection.Emit.Lightweight": "4.0.1", - "System.Reflection.Extensions": "4.0.1", - "System.Reflection.Primitives": "4.0.1", - "System.Reflection.TypeExtensions": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Threading": "4.0.11" - }, - "compile": { - "ref/netstandard1.6/System.Linq.Expressions.dll": {} - }, - "compileOnly": true - }, - "System.Linq.Parallel/4.0.1": { - "dependencies": { - "System.Collections": "4.0.11", - "System.Collections.Concurrent": "4.0.12", - "System.Diagnostics.Debug": "4.0.11", - "System.Diagnostics.Tracing": "4.1.0", - "System.Linq": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Threading": "4.0.11", - "System.Threading.Tasks": "4.0.11" - }, - "compile": { - "ref/netstandard1.1/System.Linq.Parallel.dll": {} - }, - "compileOnly": true - }, - "System.Linq.Queryable/4.0.1": { - "dependencies": { - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.Linq": "4.1.0", - "System.Linq.Expressions": "4.1.0", - "System.Reflection": "4.1.0", - "System.Reflection.Extensions": "4.0.1", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0" - }, - "compile": { - "ref/netstandard1.0/System.Linq.Queryable.dll": {} - }, - "compileOnly": true - }, - "System.Net.Http/4.1.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.Diagnostics.DiagnosticSource": "4.0.0", - "System.Diagnostics.Tracing": "4.1.0", - "System.Globalization": "4.0.11", - "System.Globalization.Extensions": "4.0.1", - "System.IO": "4.1.0", - "System.IO.FileSystem": "4.0.1", - "System.Net.Primitives": "4.0.11", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0", - "System.Security.Cryptography.Algorithms": "4.2.0", - "System.Security.Cryptography.Encoding": "4.0.0", - "System.Security.Cryptography.OpenSsl": "4.0.0", - "System.Security.Cryptography.Primitives": "4.0.0", - "System.Security.Cryptography.X509Certificates": "4.1.0", - "System.Text.Encoding": "4.0.11", - "System.Threading": "4.0.11", - "System.Threading.Tasks": "4.0.11", - "runtime.native.System": "4.0.0", - "runtime.native.System.Net.Http": "4.0.1", - "runtime.native.System.Security.Cryptography": "4.0.0" - }, - "compile": { - "ref/netstandard1.3/System.Net.Http.dll": {} - }, - "compileOnly": true - }, - "System.Net.NameResolution/4.0.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "System.Collections": "4.0.11", - "System.Diagnostics.Tracing": "4.1.0", - "System.Globalization": "4.0.11", - "System.Net.Primitives": "4.0.11", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0", - "System.Security.Principal.Windows": "4.0.0", - "System.Threading": "4.0.11", - "System.Threading.Tasks": "4.0.11", - "runtime.native.System": "4.0.0" - }, - "compile": { - "ref/netstandard1.3/System.Net.NameResolution.dll": {} - }, - "compileOnly": true - }, - "System.Net.Primitives/4.0.11": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.NETCore.Targets": "1.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Handles": "4.0.1" - }, - "compile": { - "ref/netstandard1.3/System.Net.Primitives.dll": {} - }, - "compileOnly": true - }, - "System.Net.Requests/4.0.11": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.Diagnostics.Tracing": "4.1.0", - "System.Globalization": "4.0.11", - "System.IO": "4.1.0", - "System.Net.Http": "4.1.0", - "System.Net.Primitives": "4.0.11", - "System.Net.WebHeaderCollection": "4.0.1", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Threading": "4.0.11", - "System.Threading.Tasks": "4.0.11" - }, - "compile": { - "ref/netstandard1.3/System.Net.Requests.dll": {} - }, - "compileOnly": true - }, - "System.Net.Security/4.0.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.Win32.Primitives": "4.0.1", - "System.Collections": "4.0.11", - "System.Collections.Concurrent": "4.0.12", - "System.Diagnostics.Tracing": "4.1.0", - "System.Globalization": "4.0.11", - "System.Globalization.Extensions": "4.0.1", - "System.IO": "4.1.0", - "System.Net.Primitives": "4.0.11", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0", - "System.Security.Claims": "4.0.1", - "System.Security.Cryptography.Algorithms": "4.2.0", - "System.Security.Cryptography.Encoding": "4.0.0", - "System.Security.Cryptography.OpenSsl": "4.0.0", - "System.Security.Cryptography.Primitives": "4.0.0", - "System.Security.Cryptography.X509Certificates": "4.1.0", - "System.Security.Principal": "4.0.1", - "System.Text.Encoding": "4.0.11", - "System.Threading": "4.0.11", - "System.Threading.Tasks": "4.0.11", - "System.Threading.ThreadPool": "4.0.10", - "runtime.native.System": "4.0.0", - "runtime.native.System.Net.Security": "4.0.1", - "runtime.native.System.Security.Cryptography": "4.0.0" - }, - "compile": { - "ref/netstandard1.3/System.Net.Security.dll": {} - }, - "compileOnly": true - }, - "System.Net.Sockets/4.1.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.NETCore.Targets": "1.0.1", - "System.IO": "4.1.0", - "System.Net.Primitives": "4.0.11", - "System.Runtime": "4.1.0", - "System.Threading.Tasks": "4.0.11" - }, - "compile": { - "ref/netstandard1.3/System.Net.Sockets.dll": {} - }, - "compileOnly": true - }, - "System.Net.WebHeaderCollection/4.0.1": { - "dependencies": { - "System.Collections": "4.0.11", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0" - }, - "compile": { - "ref/netstandard1.3/System.Net.WebHeaderCollection.dll": {} - }, - "compileOnly": true - }, - "System.Numerics.Vectors/4.1.1": { - "dependencies": { - "System.Globalization": "4.0.11", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0" - }, - "compile": { - "ref/netstandard1.0/System.Numerics.Vectors.dll": {} - }, - "compileOnly": true - }, - "System.ObjectModel/4.0.12": { - "dependencies": { - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Threading": "4.0.11" - }, - "compile": { - "ref/netstandard1.3/System.ObjectModel.dll": {} - }, - "compileOnly": true - }, - "System.Reflection/4.1.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.NETCore.Targets": "1.0.1", - "System.IO": "4.1.0", - "System.Reflection.Primitives": "4.0.1", - "System.Runtime": "4.1.0" - }, - "compile": { - "ref/netstandard1.5/System.Reflection.dll": {} - }, - "compileOnly": true - }, - "System.Reflection.DispatchProxy/4.0.1": { - "dependencies": { - "System.Collections": "4.0.11", - "System.Linq": "4.1.0", - "System.Reflection": "4.1.0", - "System.Reflection.Emit": "4.0.1", - "System.Reflection.Emit.ILGeneration": "4.0.1", - "System.Reflection.Extensions": "4.0.1", - "System.Reflection.Primitives": "4.0.1", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Threading": "4.0.11" - }, - "compile": { - "ref/netstandard1.3/System.Reflection.DispatchProxy.dll": {} - }, - "compileOnly": true - }, - "System.Reflection.Emit/4.0.1": { - "dependencies": { - "System.IO": "4.1.0", - "System.Reflection": "4.1.0", - "System.Reflection.Emit.ILGeneration": "4.0.1", - "System.Reflection.Primitives": "4.0.1", - "System.Runtime": "4.1.0" - }, - "compile": { - "ref/netstandard1.1/System.Reflection.Emit.dll": {} - }, - "compileOnly": true - }, - "System.Reflection.Emit.ILGeneration/4.0.1": { - "dependencies": { - "System.Reflection": "4.1.0", - "System.Reflection.Primitives": "4.0.1", - "System.Runtime": "4.1.0" - }, - "compile": { - "ref/netstandard1.0/System.Reflection.Emit.ILGeneration.dll": {} - }, - "compileOnly": true - }, - "System.Reflection.Emit.Lightweight/4.0.1": { - "dependencies": { - "System.Reflection": "4.1.0", - "System.Reflection.Emit.ILGeneration": "4.0.1", - "System.Reflection.Primitives": "4.0.1", - "System.Runtime": "4.1.0" - }, - "compile": { - "ref/netstandard1.0/System.Reflection.Emit.Lightweight.dll": {} - }, - "compileOnly": true - }, - "System.Reflection.Extensions/4.0.1": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.NETCore.Targets": "1.0.1", - "System.Reflection": "4.1.0", - "System.Runtime": "4.1.0" - }, - "compile": { - "ref/netstandard1.0/System.Reflection.Extensions.dll": {} - }, - "compileOnly": true - }, - "System.Reflection.Metadata/1.3.0": { - "dependencies": { - "System.Collections": "4.0.11", - "System.Collections.Immutable": "1.2.0", - "System.Diagnostics.Debug": "4.0.11", - "System.IO": "4.1.0", - "System.Linq": "4.1.0", - "System.Reflection": "4.1.0", - "System.Reflection.Extensions": "4.0.1", - "System.Reflection.Primitives": "4.0.1", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.InteropServices": "4.1.0", - "System.Text.Encoding": "4.0.11", - "System.Text.Encoding.Extensions": "4.0.11", - "System.Threading": "4.0.11" - }, - "compile": { - "lib/netstandard1.1/System.Reflection.Metadata.dll": {} - }, - "compileOnly": true - }, - "System.Reflection.Primitives/4.0.1": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.NETCore.Targets": "1.0.1", - "System.Runtime": "4.1.0" - }, - "compile": { - "ref/netstandard1.0/System.Reflection.Primitives.dll": {} - }, - "compileOnly": true - }, - "System.Reflection.TypeExtensions/4.1.0": { - "dependencies": { - "System.Reflection": "4.1.0", - "System.Runtime": "4.1.0" - }, - "compile": { - "ref/netstandard1.5/System.Reflection.TypeExtensions.dll": {} - }, - "compileOnly": true - }, - "System.Resources.Reader/4.0.0": { - "dependencies": { - "System.IO": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Text.Encoding": "4.0.11", - "System.Threading": "4.0.11" - }, - "compile": { - "lib/netstandard1.0/System.Resources.Reader.dll": {} - }, - "compileOnly": true - }, - "System.Resources.ResourceManager/4.0.1": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.NETCore.Targets": "1.0.1", - "System.Globalization": "4.0.11", - "System.Reflection": "4.1.0", - "System.Runtime": "4.1.0" - }, - "compile": { - "ref/netstandard1.0/System.Resources.ResourceManager.dll": {} - }, - "compileOnly": true - }, - "System.Runtime/4.1.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.NETCore.Targets": "1.0.1" - }, - "compile": { - "ref/netstandard1.5/System.Runtime.dll": {} - }, - "compileOnly": true - }, - "System.Runtime.Extensions/4.1.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.NETCore.Targets": "1.0.1", - "System.Runtime": "4.1.0" - }, - "compile": { - "ref/netstandard1.5/System.Runtime.Extensions.dll": {} - }, - "compileOnly": true - }, - "System.Runtime.Handles/4.0.1": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.NETCore.Targets": "1.0.1", - "System.Runtime": "4.1.0" - }, - "compile": { - "ref/netstandard1.3/System.Runtime.Handles.dll": {} - }, - "compileOnly": true - }, - "System.Runtime.InteropServices/4.1.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.NETCore.Targets": "1.0.1", - "System.Reflection": "4.1.0", - "System.Reflection.Primitives": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Handles": "4.0.1" - }, - "compile": { - "ref/netstandard1.5/System.Runtime.InteropServices.dll": {} - }, - "compileOnly": true - }, - "System.Runtime.InteropServices.RuntimeInformation/4.0.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "System.Reflection": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.InteropServices": "4.1.0", - "System.Threading": "4.0.11", - "runtime.native.System": "4.0.0" - }, - "compile": { - "ref/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll": {} - }, - "compileOnly": true - }, - "System.Runtime.Loader/4.0.0": { - "dependencies": { - "System.IO": "4.1.0", - "System.Reflection": "4.1.0", - "System.Runtime": "4.1.0" - }, - "compile": { - "ref/netstandard1.5/System.Runtime.Loader.dll": {} - }, - "compileOnly": true - }, - "System.Runtime.Numerics/4.0.1": { - "dependencies": { - "System.Globalization": "4.0.11", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0" - }, - "compile": { - "ref/netstandard1.1/System.Runtime.Numerics.dll": {} - }, - "compileOnly": true - }, - "System.Security.Claims/4.0.1": { - "dependencies": { - "System.Collections": "4.0.11", - "System.Globalization": "4.0.11", - "System.IO": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Security.Principal": "4.0.1" - }, - "compile": { - "ref/netstandard1.3/System.Security.Claims.dll": {} - }, - "compileOnly": true - }, - "System.Security.Cryptography.Algorithms/4.2.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "System.Collections": "4.0.11", - "System.IO": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0", - "System.Runtime.Numerics": "4.0.1", - "System.Security.Cryptography.Encoding": "4.0.0", - "System.Security.Cryptography.Primitives": "4.0.0", - "System.Text.Encoding": "4.0.11", - "runtime.native.System.Security.Cryptography": "4.0.0" - }, - "compile": { - "ref/netstandard1.6/System.Security.Cryptography.Algorithms.dll": {} - }, - "compileOnly": true - }, - "System.Security.Cryptography.Cng/4.2.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "System.IO": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0", - "System.Security.Cryptography.Algorithms": "4.2.0", - "System.Security.Cryptography.Encoding": "4.0.0", - "System.Security.Cryptography.Primitives": "4.0.0", - "System.Text.Encoding": "4.0.11" - }, - "compileOnly": true - }, - "System.Security.Cryptography.Csp/4.0.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "System.IO": "4.1.0", - "System.Reflection": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0", - "System.Security.Cryptography.Algorithms": "4.2.0", - "System.Security.Cryptography.Encoding": "4.0.0", - "System.Security.Cryptography.Primitives": "4.0.0", - "System.Text.Encoding": "4.0.11", - "System.Threading": "4.0.11" - }, - "compileOnly": true - }, - "System.Security.Cryptography.Encoding/4.0.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "System.Collections": "4.0.11", - "System.Collections.Concurrent": "4.0.12", - "System.Linq": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0", - "System.Security.Cryptography.Primitives": "4.0.0", - "System.Text.Encoding": "4.0.11", - "runtime.native.System.Security.Cryptography": "4.0.0" - }, - "compile": { - "ref/netstandard1.3/System.Security.Cryptography.Encoding.dll": {} - }, - "compileOnly": true - }, - "System.Security.Cryptography.OpenSsl/4.0.0": { - "dependencies": { - "System.Collections": "4.0.11", - "System.IO": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0", - "System.Runtime.Numerics": "4.0.1", - "System.Security.Cryptography.Algorithms": "4.2.0", - "System.Security.Cryptography.Encoding": "4.0.0", - "System.Security.Cryptography.Primitives": "4.0.0", - "System.Text.Encoding": "4.0.11", - "runtime.native.System.Security.Cryptography": "4.0.0" - }, - "compileOnly": true - }, - "System.Security.Cryptography.Primitives/4.0.0": { - "dependencies": { - "System.Diagnostics.Debug": "4.0.11", - "System.Globalization": "4.0.11", - "System.IO": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Threading": "4.0.11", - "System.Threading.Tasks": "4.0.11" - }, - "compile": { - "ref/netstandard1.3/System.Security.Cryptography.Primitives.dll": {} - }, - "compileOnly": true - }, - "System.Security.Cryptography.X509Certificates/4.1.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.Globalization": "4.0.11", - "System.Globalization.Calendars": "4.0.1", - "System.IO": "4.1.0", - "System.IO.FileSystem": "4.0.1", - "System.IO.FileSystem.Primitives": "4.0.1", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0", - "System.Runtime.Numerics": "4.0.1", - "System.Security.Cryptography.Algorithms": "4.2.0", - "System.Security.Cryptography.Cng": "4.2.0", - "System.Security.Cryptography.Csp": "4.0.0", - "System.Security.Cryptography.Encoding": "4.0.0", - "System.Security.Cryptography.OpenSsl": "4.0.0", - "System.Security.Cryptography.Primitives": "4.0.0", - "System.Text.Encoding": "4.0.11", - "System.Threading": "4.0.11", - "runtime.native.System": "4.0.0", - "runtime.native.System.Net.Http": "4.0.1", - "runtime.native.System.Security.Cryptography": "4.0.0" - }, - "compile": { - "ref/netstandard1.4/System.Security.Cryptography.X509Certificates.dll": {} - }, - "compileOnly": true - }, - "System.Security.Principal/4.0.1": { - "dependencies": { - "System.Runtime": "4.1.0" - }, - "compile": { - "ref/netstandard1.0/System.Security.Principal.dll": {} - }, - "compileOnly": true - }, - "System.Security.Principal.Windows/4.0.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.Win32.Primitives": "4.0.1", - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.Reflection": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0", - "System.Security.Claims": "4.0.1", - "System.Security.Principal": "4.0.1", - "System.Text.Encoding": "4.0.11", - "System.Threading": "4.0.11" - }, - "compile": { - "ref/netstandard1.3/System.Security.Principal.Windows.dll": {} - }, - "compileOnly": true - }, - "System.Text.Encoding/4.0.11": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.NETCore.Targets": "1.0.1", - "System.Runtime": "4.1.0" - }, - "compile": { - "ref/netstandard1.3/System.Text.Encoding.dll": {} - }, - "compileOnly": true - }, - "System.Text.Encoding.CodePages/4.0.1": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "System.Collections": "4.0.11", - "System.Globalization": "4.0.11", - "System.IO": "4.1.0", - "System.Reflection": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0", - "System.Text.Encoding": "4.0.11", - "System.Threading": "4.0.11" - }, - "compileOnly": true - }, - "System.Text.Encoding.Extensions/4.0.11": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.NETCore.Targets": "1.0.1", - "System.Runtime": "4.1.0", - "System.Text.Encoding": "4.0.11" - }, - "compile": { - "ref/netstandard1.3/System.Text.Encoding.Extensions.dll": {} - }, - "compileOnly": true - }, - "System.Text.RegularExpressions/4.1.0": { - "dependencies": { - "System.Collections": "4.0.11", - "System.Globalization": "4.0.11", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Threading": "4.0.11" - }, - "compile": { - "ref/netstandard1.6/System.Text.RegularExpressions.dll": {} - }, - "compileOnly": true - }, - "System.Threading/4.0.11": { - "dependencies": { - "System.Runtime": "4.1.0", - "System.Threading.Tasks": "4.0.11" - }, - "compile": { - "ref/netstandard1.3/System.Threading.dll": {} - }, - "compileOnly": true - }, - "System.Threading.Overlapped/4.0.1": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Handles": "4.0.1" - }, - "compileOnly": true - }, - "System.Threading.Tasks/4.0.11": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.NETCore.Targets": "1.0.1", - "System.Runtime": "4.1.0" - }, - "compile": { - "ref/netstandard1.3/System.Threading.Tasks.dll": {} - }, - "compileOnly": true - }, - "System.Threading.Tasks.Dataflow/4.6.0": { - "dependencies": { - "System.Collections": "4.0.11", - "System.Collections.Concurrent": "4.0.12", - "System.Diagnostics.Debug": "4.0.11", - "System.Diagnostics.Tracing": "4.1.0", - "System.Dynamic.Runtime": "4.0.11", - "System.Linq": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Threading": "4.0.11", - "System.Threading.Tasks": "4.0.11" - }, - "compile": { - "lib/netstandard1.1/System.Threading.Tasks.Dataflow.dll": {} - }, - "compileOnly": true - }, - "System.Threading.Tasks.Extensions/4.0.0": { - "dependencies": { - "System.Collections": "4.0.11", - "System.Runtime": "4.1.0", - "System.Threading.Tasks": "4.0.11" - }, - "compile": { - "lib/netstandard1.0/System.Threading.Tasks.Extensions.dll": {} - }, - "compileOnly": true - }, - "System.Threading.Tasks.Parallel/4.0.1": { - "dependencies": { - "System.Collections.Concurrent": "4.0.12", - "System.Diagnostics.Debug": "4.0.11", - "System.Diagnostics.Tracing": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Threading": "4.0.11", - "System.Threading.Tasks": "4.0.11" - }, - "compile": { - "ref/netstandard1.1/System.Threading.Tasks.Parallel.dll": {} - }, - "compileOnly": true - }, - "System.Threading.Thread/4.0.0": { - "dependencies": { - "System.Runtime": "4.1.0" - }, - "compile": { - "ref/netstandard1.3/System.Threading.Thread.dll": {} - }, - "compileOnly": true - }, - "System.Threading.ThreadPool/4.0.10": { - "dependencies": { - "System.Runtime": "4.1.0", - "System.Runtime.Handles": "4.0.1" - }, - "compile": { - "ref/netstandard1.3/System.Threading.ThreadPool.dll": {} - }, - "compileOnly": true - }, - "System.Threading.Timer/4.0.1": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.NETCore.Targets": "1.0.1", - "System.Runtime": "4.1.0" - }, - "compile": { - "ref/netstandard1.2/System.Threading.Timer.dll": {} - }, - "compileOnly": true - }, - "System.Xml.ReaderWriter/4.0.11": { - "dependencies": { - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.Globalization": "4.0.11", - "System.IO": "4.1.0", - "System.IO.FileSystem": "4.0.1", - "System.IO.FileSystem.Primitives": "4.0.1", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.InteropServices": "4.1.0", - "System.Text.Encoding": "4.0.11", - "System.Text.Encoding.Extensions": "4.0.11", - "System.Text.RegularExpressions": "4.1.0", - "System.Threading.Tasks": "4.0.11", - "System.Threading.Tasks.Extensions": "4.0.0" - }, - "compile": { - "ref/netstandard1.3/System.Xml.ReaderWriter.dll": {} - }, - "compileOnly": true - }, - "System.Xml.XDocument/4.0.11": { - "dependencies": { - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.Diagnostics.Tools": "4.0.1", - "System.Globalization": "4.0.11", - "System.IO": "4.1.0", - "System.Reflection": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Text.Encoding": "4.0.11", - "System.Threading": "4.0.11", - "System.Xml.ReaderWriter": "4.0.11" - }, - "compile": { - "ref/netstandard1.3/System.Xml.XDocument.dll": {} - }, - "compileOnly": true - }, - "System.Xml.XmlDocument/4.0.1": { - "dependencies": { - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.Globalization": "4.0.11", - "System.IO": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Text.Encoding": "4.0.11", - "System.Threading": "4.0.11", - "System.Xml.ReaderWriter": "4.0.11" - }, - "compileOnly": true - }, - "System.Xml.XPath/4.0.1": { - "dependencies": { - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.Globalization": "4.0.11", - "System.IO": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Threading": "4.0.11", - "System.Xml.ReaderWriter": "4.0.11" - }, - "compileOnly": true - }, - "System.Xml.XPath.XDocument/4.0.1": { - "dependencies": { - "System.Diagnostics.Debug": "4.0.11", - "System.Linq": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Threading": "4.0.11", - "System.Xml.ReaderWriter": "4.0.11", - "System.Xml.XDocument": "4.0.11", - "System.Xml.XPath": "4.0.1" - }, - "compileOnly": true - } - } - }, - "libraries": { - "Socioboard/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Microsoft.ApplicationInsights/2.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-mviO8PLQd3r22Pmv8JfjYzTCQ9ByhkU9wdC4fwd6WmAARwAMgMw9HEbHeYS3r+8pB3w+fZMi7p4LKijzgNybRQ==" - }, - "Microsoft.ApplicationInsights.AspNetCore/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-t1O4hbatuHU4BJnuBZ4zmx6fNoTryyZO/NwxwqmMUbuHyvil3elkOZvX3pJWlUTOk6/wyRXItGKBiW4uDET6Kw==" - }, - "Microsoft.AspNetCore.Antiforgery/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-oJnrSvL6S7jM2eD/TR/Kyp/7O6pKvN+8FcnYvUaxaHbKlISwl98o44uidzePBjGxTf4fh9NFEx/q3OuuxAvBzw==" - }, - "Microsoft.AspNetCore.Authorization/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-iVFQ5xHSyxmfWYdl5B/xIFzXgm4SRgYQUKlLFVNGfEhbbjw0Ur2pfVrEvpENrhHFOQ2XAZcuFlGxSIzZwsVrMg==" - }, - "Microsoft.AspNetCore.Cors/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-fC8lWOU3+ltkbgQyD1P7eRQ66fGfZkPNU2UkwOI8tyF5FUsd8nRTfzvsO4mSyQfgmgfk2Hc8TGzx/okevZwXkg==" - }, - "Microsoft.AspNetCore.Cryptography.Internal/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-0btvxwOqYNpKTUQrD7LA3p6Wi0vrhfWGBVqIKPS1KtEdkCv3QoVgFO4eJYuClGDS9NXhqk7TWh46/8x8wtZHaw==" - }, - "Microsoft.AspNetCore.DataProtection/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-gt4URT+8ljPk0ePspLqOGPJBm+s6iMvsZqweplhf7wiZSjFiG1uYBNpQ/0dFY7wSx3NMRjekyXzCjvkGAV570g==" - }, - "Microsoft.AspNetCore.DataProtection.Abstractions/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-h5ycDgkqmRdManmYMQVJgzNI7YtVp2X2/os1cKmdfrpfq+m9L8bMKhbd7PCksoLci+aYTOSn45khPl+hpPb9ug==" - }, - "Microsoft.AspNetCore.Diagnostics/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-nGmsbmax1PsMyOzeE+4UyA7dZZ4SlRa5j4eMbt1HArvUaec3Z7ldb7fASyCrC/tlpfKf9Jeruv1qy+yGyjUeQw==" - }, - "Microsoft.AspNetCore.Diagnostics.Abstractions/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-RrXsm5Xzvxs0OFDhRcIIUNOM5rXKnRWj/bIkuDkXNIBniGcPDrfGbACIatA127I6pmybNAE84puFAt3wsU2kww==" - }, - "Microsoft.AspNetCore.Hosting/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-0M7ZRAxTmGHOQV3B5Lm30VBg33uxxkPIKAxMc/C9yFBMPWPfk6V1uvb2ZL5eEPlo9/MZooITyMcGBQUHiakFjg==" - }, - "Microsoft.AspNetCore.Hosting.Abstractions/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-8r6qOl1jYyC523ZKM1QNl+6ijIoYWELWm0tpEWqtTIOg9DytHJWshB7usgqiuRmfHXM0EUziR6ouFY7iP7Tuzw==" - }, - "Microsoft.AspNetCore.Hosting.Server.Abstractions/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-sHZyhQEoW15T9E36rfdm5Ux6a6RZB0KNM79ccf2IplWASqmlRGhX4ydU3dzQRLhkHpLx16fnWOL0KScsO6BevQ==" - }, - "Microsoft.AspNetCore.Html.Abstractions/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/JLMu2k8FiInLZC0SHXT+Cmdzi7AYa3B5v9w32Kd0mPTH4RYIQo/XNPIOr2HsPTXp3I9cZo1DajaMVGnJMN2QA==" - }, - "Microsoft.AspNetCore.Http/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-c/+eWVWQ8fX5hBHhL1BY4k2n4kVyUnqJLSCj0sTTXwRTU6IKoGbTOUqHT9as8C71Vk54YpAsi/VPmGW7T/ap3A==" - }, - "Microsoft.AspNetCore.Http.Abstractions/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OJHlqdJOWKKBfsiVdX4Z4KCNuqvBIu6+1MVKuejRDyHnGyMkNHNoP/dtVzhPqvJXaJg9N4HlD0XNc6GDCFVffg==" - }, - "Microsoft.AspNetCore.Http.Extensions/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-GlvCPRpnw2jjHLdbGf/C28NQZLMeX1mugv5BS1a3FCQOJYyuwQZil4JwblR0frLyVrUVoJQ7UXRNZIzEVlO5XA==" - }, - "Microsoft.AspNetCore.Http.Features/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-6x7zgfbTo1gL9xMEb7EMO2ES/48bqwnWyfH09z+ubWhnzxdhHls8rtqstPylu5FPD9nid6Vo2pgDm5vufRAy5Q==" - }, - "Microsoft.AspNetCore.HttpOverrides/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-gHpdaaAzhaTWJZuJVo3ler2zzdQWrm8wnsoSjcNtoZZdTOkwImndRwK8o4GYoM18dfmfNheM7i4EENI7XHM/lA==" - }, - "Microsoft.AspNetCore.JsonPatch/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-WVaSVS+dDlWCR/qerHnBxU9tIeJ9GMA3M5tg4cxH7/cJYZZLnr2zvaFHGB+cRRNCKKTJ0pFRxT7ES8knhgAAaA==" - }, - "Microsoft.AspNetCore.Localization/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-DF/maMd9f6ZPoTlU8n6/AGm3fpZNPiiip34bPrBQuloX2a5O0KwyV72qKhJhJNqmVVnDnTu8XYT16ysoFXRxQA==" - }, - "Microsoft.AspNetCore.Mvc/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-nNiMnzdXHpMrsjnBRiYaVy5EMsCmTsqSIIOtJvMbqJldh1i3NCM9jgvp4Da+Ke1gkGd2/MK8rXp+8a5yF+QOOQ==" - }, - "Microsoft.AspNetCore.Mvc.Abstractions/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-d7KEexDwxSwVeZv+SDbsMRPl2WuKMVckOCp/KTGuI1NJhd/7GvNGW101iRIC3tC/yym0PaajcWwTZNVfjhyoJw==" - }, - "Microsoft.AspNetCore.Mvc.ApiExplorer/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-46aWHLmZ37c44bJzLdbSEmIxCwQo7BljHBoK8C9CPCEPOLPWmg0XyPhGyMSGY4woDmm9ukBOEpqT899BWSxhRw==" - }, - "Microsoft.AspNetCore.Mvc.Core/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-tjCOZJheOAKStHs4LIcrLsbF/00wEwSinC+vCFpsmdqGVl3/tX9jnID20E1NlkKOW68DOLBavoC23BWFiHa0JA==" - }, - "Microsoft.AspNetCore.Mvc.Cors/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-jz3au6mm/O0ahotfUqZTGtsftcd4UYKIzl2l0+WRG817UJdMGLmnmgmUPcAQR1nrI0Dg49MsfTkjWoMQM9CsUw==" - }, - "Microsoft.AspNetCore.Mvc.DataAnnotations/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ZU02Y2tnKu/lVv2ywnNO+nSRzDWiTlq+ZhSuR9L3Q9NqlCyQJXOgX+iD/BGshnMQ7ZTstjyO4h8WeF7Ii9vBWQ==" - }, - "Microsoft.AspNetCore.Mvc.Formatters.Json/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-XQQLbxYLmdRj2U685NxFIrxVxqsXHLO5zN4ZIhTQ23VxzI6Qk2WN9ska0tl4ZMDV/4pSyE8SlmNeKPCN3pW86w==" - }, - "Microsoft.AspNetCore.Mvc.Localization/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-+w4s6j88pzJmc++3IozCmo0AIOF8ks/LrOAuMTRm6ve/l+wTp/oqXu2tjLA3QAvP6n6hC3cm40qW69UhYUtSIQ==" - }, - "Microsoft.AspNetCore.Mvc.Razor/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-G17pVnANhBj6AdpzTnJV36MRx4KNLQao0NqGUyKFvtKjy77KR55Fmt6/MVykbOB5xH33fbMIveTiSF3h4kWSQA==" - }, - "Microsoft.AspNetCore.Mvc.Razor.Host/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-cMdbvKf56IRyviirKFAgwcUSxwzLVASRA8cgxQD6Bw/JO9uwpG33mWjMnsdmZveW0y/ek1FjHTx6Zd4UpZfQ6A==" - }, - "Microsoft.AspNetCore.Mvc.TagHelpers/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-5IT4kddg3Tz3Ki53HvP3fvjnpYzKjY5mFWhmpPQvE2vzfMr7zU6X1Cls2SnJPMcV6sAqzTB4j6AmUmcEpFNMqg==" - }, - "Microsoft.AspNetCore.Mvc.ViewFeatures/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-DNMCqY+TX5jgO3M1C7Lf5E61llWZ+QgtjLYfrIkq7yfZjhzI52nprFE3mh66HahKU1EvyOz9+ISdaSmTimfNbQ==" - }, - "Microsoft.AspNetCore.Razor/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-+vhlFn8n45hj1M91HYVm2ryLMZ+ZYR/OUdBVE8aUzkvkTVF+3UnNxSY3hAEugcgcbf9/XQTE+DDxEgN4LdYEjg==" - }, - "Microsoft.AspNetCore.Razor.Runtime/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-hsq6xJeqDDb78akZuy79QE3kaCxcigD3vccbIaNrrz7JSXOzayfteF06ToK+J1SXSDRtrBj3XZZfrjiqIY/vCw==" - }, - "Microsoft.AspNetCore.Razor.Tools/1.0.0-preview2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-gUFr7P3hVd7ILgY5Q5AnBHxatElop3kpn7uYX7kPVktvWMkL0HK2DKw66hqYTy5BNz41BTuxCn0Foa7aKwvTVA==" - }, - "Microsoft.AspNetCore.Routing/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-NvFvRtYHXWjBbXz5/7F7JDNcdhrE+tG1/Q9R6LmMxFgu8tkl1bqtFZQbMy17FYFkmm8Fn/T81blRGE2nxCbDRA==" - }, - "Microsoft.AspNetCore.Routing.Abstractions/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Ne5CFiD1xCGSHrGICw7PsVnj7gijfkMfsw52AO6ingcUhE01dc87cJPpfGLnY22MIvqn11ECLbNZYmzFp/Rs+A==" - }, - "Microsoft.AspNetCore.Server.IISIntegration/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-xmn6EivvL4Ymo7LP+Jc49WLcIiYsUiujZo0loEbAg473nY2dIHxcxncpFAKzPf/MzqN0qBtaXEP0igYJ813H3Q==" - }, - "Microsoft.AspNetCore.Server.Kestrel/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-TNRTsufpdeoa88kR2NU+mO0IZIyJCcBurkdLx4I9d7MpLV1MCnRCrIeTgFIOWpB+j6kytUUXblzhsd0rfk6+bQ==" - }, - "Microsoft.AspNetCore.StaticFiles/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pXiUBJtpO0fIlGEg/ESykhbIZ2+I+9Y+3qXzN19zZDDF+tD88eATg3A5MHMXu/VmqaROLfvpGJmJ6uOLUGsBVQ==" - }, - "Microsoft.AspNetCore.WebUtilities/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-D0licSnS1JgqQ/gYlN41wXbeYG3dFIdjY781YzMHZ5gBB7kczacshW+H6plZkXRr/cCnAJWGa31o1R8c5GEy/A==" - }, - "Microsoft.DotNet.Cli.Utils/1.0.0-preview2-003121": { - "type": "package", - "serviceable": true, - "sha512": "sha512-FLXqhQjkjj83Sh0TRlLEyMIMtAhDRJuPRWnDONtnCv5bozk1jPzflLEXYbk2xsnsOMpnYrUvKQbwUKUWyaXuFQ==" - }, - "Microsoft.DotNet.InternalAbstractions/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-AAguUq7YyKk3yDWPoWA8DrLZvURxB/LrDdTn1h5lmPeznkFUpfC3p459w5mQYQE0qpquf/CkSQZ0etiV5vRHFA==" - }, - "Microsoft.DotNet.ProjectModel/1.0.0-rc3-003121": { - "type": "package", - "serviceable": true, - "sha512": "sha512-wnWw5KsKinG2wWxdoQIJXZlMFvPNhL7WmIyW9q6xrZFUi/uld5PC3ksq2QDZepF148FUjCIyTP+TnRwU3RJqUg==" - }, - "Microsoft.DotNet.ProjectModel.Loader/1.0.0-preview2-003121": { - "type": "package", - "serviceable": true, - "sha512": "sha512-dpGbzFkk6se2DLkKjyycSBNlFFzjZWc3gxrviVq6UyOJDDUBKuiOk0si41dkRtfIGHB7dcPBlZHXUiEC7tPhKQ==" - }, - "Microsoft.Extensions.Caching.Abstractions/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-IxlFDVOchL6tdR05bk7EiJvMtvZrVkZXBhkbXqc3GxOHOrHFGcN+92WoWFPeBpdpy8ot/Px5ZdXzt7k+2n1Bdg==" - }, - "Microsoft.Extensions.Caching.Memory/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-6+7zTufCnZ+tfrUo7RbIRR3LB0BxwOwxfXuo0IbLyIvgoToGpWuz5wYEDfCYNOvpig9tY8FA0I1uRHYmITMXMQ==" - }, - "Microsoft.Extensions.CommandLineUtils/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-kXJ8+YvEjp1j7ezJ7yvQMLYbRL6QlpBUjRoBfqghoe80yqZ5azYB90lL4iNeyRCznWF+cGm41aaIoFU0aOq7TQ==" - }, - "Microsoft.Extensions.Configuration/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-hR4yYebruRp6qyFnV3RW4qrnEb0J1LnMmQbj50AUA423V8dMs4E3YAohsyRyGBFnpbJ+KKzieSG/n2A6T0klZQ==" - }, - "Microsoft.Extensions.Configuration.Abstractions/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-nJ+Et/rnDMDmGhxvFAKdN3va7y+YDPICv1nUEP8I4IKgOkWwr/dCZHMqxVhJFrkbW9ux8Kd7erC4mvxfZh0WnA==" - }, - "Microsoft.Extensions.Configuration.Binder/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-kK8QuBcPQtmKJCkC9enc1uMRFa++mPTuVNm2K5jDVXcAYKRBcFSbdEBvIe1JIgA6dEsAQeqjfHfKSaUJ8f5NFQ==" - }, - "Microsoft.Extensions.Configuration.EnvironmentVariables/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-A0yqS98VtPNlFkFI7YBlwkAekUHE/9mMeNc+K4RmgTjCrskuk6pX3LGhDU7aD5CPYc9Px7M2To/2u4xDSnRikg==" - }, - "Microsoft.Extensions.Configuration.FileExtensions/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-MO7XtmLiqnpgVTX34uzFPvIS7jPmBUGLN0MP5MsYu6CqYTIs90ULjtrV5TegH5mTqKTXWjZRGXL26R6apTyc4w==" - }, - "Microsoft.Extensions.Configuration.Json/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-KRyEOe5/Xi3qyDMdEVh++e2pQRsI6C3wzINVExOcu9lOsFmXK/k4qOf244fyo59rnn6s5xKnIW3WbhxWS1hu2w==" - }, - "Microsoft.Extensions.DependencyInjection/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-zdtkiZNV6LB8xtpmfyUjP/9N9ZCL/ydQ+0bfjun38fbrk+MDEm9M2yeLzRdq+OIt5xExw/KU04wFaVwJ1bhQPg==" - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-+XwaNo3o9RhLQhUnnOBCaukeRi1X9yYc0Fzye9RlErSflKZdw0VgHtn6rvKo0FTionsW0x8QVULhKH+nkqVjQA==" - }, - "Microsoft.Extensions.DependencyModel/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-n55Y2T4qMgCNMrJaqAN+nlG2EH4XL+e9uxIg4vdFsQeF+L8UKxRdD3C35Bt+xk3vO3Zwp3g+6KFq2VPH2COSmg==" - }, - "Microsoft.Extensions.DiagnosticAdapter/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-GGI4Pp9DpRBFlAXDcZRz5e+R+TqLFBWzToTDXqxPjQiRq6DwPvDYuKD10rlJD4QxxeX8fcjakTlKO1RfC+DmFg==" - }, - "Microsoft.Extensions.FileProviders.Abstractions/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-4jsqTxG3py/hYSsOtZMkNJ2/CQqPdpwyK7bDUkrwHgqowCFSmx/C+R4IzQ+2AK2Up1fVcu+ldC0gktwidL828A==" - }, - "Microsoft.Extensions.FileProviders.Composite/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-4nbDQfagNr1eILXSFZbTNuAKuZ6SsOyK6ySTMryo67ECi8+EcZBQ12E0aXcxX/aT3v+3pbWSt71NXlEm8tKIxw==" - }, - "Microsoft.Extensions.FileProviders.Physical/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Ej5hGWtK3xM9YU+B2O8EdlMcJf5utbDQs9ecnfvwhENQeeNU7iI2jjnRB2d7V6o9SQZmNHPzdPvaNb3PlSMz+Q==" - }, - "Microsoft.Extensions.FileSystemGlobbing/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-scXp1Y+hmhQKLe57Z7cSjsAEFtE4zSHHydkg1SpvG56nWwWQVpVcRAbRZsv1qIBR5/vNB4LA9xiOKnvKO/Halg==" - }, - "Microsoft.Extensions.Globalization.CultureInfoCache/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-nxGoN8o+4clQk103krYRqS5FVVCZc3Tlc09AYj4W8gZ9Q5Jxa2BLW7ss+ogKU/hvNSg2NkJyQTfi9SegGU6ssQ==" - }, - "Microsoft.Extensions.Localization/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-nkDgz++GXjMSEIiVS6CpeirV8m8zvc/vUN2sq5sPnqG8PZltCMSNmqrwyL1onx6A6aRNdTr1nVfvYHwWAmS4vg==" - }, - "Microsoft.Extensions.Localization.Abstractions/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-hQ2sEJf7swsD5jk4DogLI3DazGvsvbz0IuSbxPFDjcvP0PRdxgCsyGpg70LD+3tRmxZcE1uh5jtcAi4X2BcB9w==" - }, - "Microsoft.Extensions.Logging/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-0mDuASVrd/nMeBYIJSK+9lT3TSmWxUXP/ipVB1pF1ApMN5fqGCckPTNwmOfT4Z9wPkXGnhbwFTGrxZvbzTWxOg==" - }, - "Microsoft.Extensions.Logging.Abstractions/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-wHT6oY50q36mAXBRKtFaB7u07WxKC5u2M8fi3PqHOOnHyUo9gD0u1TlCNR8UObHQxKMYwqlgI8TLcErpt29n8A==" - }, - "Microsoft.Extensions.Logging.Console/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-GN4gFFONP12KbFEG9rNFpXuz6D2Tybcm8+c1wilaQ1eSl9zVX0gVRrKw/YRwxdwbM3eK7nWfRRqJaQPzOjtLnA==" - }, - "Microsoft.Extensions.Logging.Debug/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-V8fP8pGJxieGa1DAYOF1RX+cCGGqdOGNoAQUzxmy27+qNzbHB/cUXc7mCZT72jPZMB4U12zSVWlIt26GMsUIOg==" - }, - "Microsoft.Extensions.ObjectPool/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-BTXoWSTrv/saLlNSg8l41YOoSKeUUanQLykUqRTtiUJz2xxQOCgm4ckPzrdmSK6w0mdjR2h7IrUDGdBF78Z7yg==" - }, - "Microsoft.Extensions.Options/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-SdP3yPKF++JTkoa91pBDiE70uQkR/gdXWzOnMPbSj+eOqY1vgY+b8RVl+gh7TrJ2wlCK2QqnQtvCQlPPZRK36w==" - }, - "Microsoft.Extensions.Options.ConfigurationExtensions/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ov+cv1w81/lVrjqorjSpUvTzJhRVFu2GSRyRQYcGfGWPwrCz6473YoiqK/XNbeBmmF9VVyGPHVMubAH+Atsr3g==" - }, - "Microsoft.Extensions.PlatformAbstractions/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-zyjUzrOmuevOAJpIo3Mt5GmpALVYCVdLZ99keMbmCxxgQH7oxzU58kGHzE6hAgYEiWsdfMJLjVR7r+vSmaJmtg==" - }, - "Microsoft.Extensions.Primitives/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3q2vzfKEDjL6JFkRpk5SFA3zarYsO6+ZYgoucNImrUMzDn0mFbEOL5p9oPoWiypwypbJVVjWTf557bXZ0YFLig==" - }, - "Microsoft.Extensions.WebEncoders/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-NSSIBREmHHiyoAFXV2LMA+a6RMZtTHxgUbHJGHRtnjmTKnRyticx5HAzNpy8VG9+HCCHenL9QD7zSA8jjgAi5A==" - }, - "Microsoft.Net.Http.Headers/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-1lr92itF1fKR2oEQ6gk1IUsuCgp7UMlf/b1sjlAyuDeUnttj39ra59GQHYpomglJX1UVNpi1/cSBbEsXoNeIhw==" - }, - "Microsoft.VisualStudio.Web.BrowserLink.Loader/14.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-f01OAOfsctcN7gSa05qYK8AgU1E/BFeZizvszNJMXY3BMJbYSj+3+YqyLunkMSf7LN92kcl7gQsAY9FayEH3ag==" - }, - "Newtonsoft.Json/9.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-U82mHQSKaIk+lpSVCbWYKNavmNH1i5xrExDEquU1i6I5pV6UMOqRnJRSlKO3cMPfcpp0RgDY+8jUXHdQ4IfXvw==" - }, - "NuGet.Common/3.5.0-beta2-1484": { - "type": "package", - "serviceable": true, - "sha512": "sha512-rLBmcZOPVF7Mne/LumDNACZZyI5B67hjylt+Z/WSEUQ/IXE9nLv8IVL0+T9xljIaSSQCjO8cOtmJ6ztqrsQKcQ==" - }, - "NuGet.Configuration/3.5.0-beta2-1484": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ee2jhTjPMztWmUIuaM1pdVRytXO7n8V/ZlENzJ/uTsZcnAbPZZLasAUoKJf7kKacBNTfSHd1MmWII/YweHWPGQ==" - }, - "NuGet.DependencyResolver.Core/3.5.0-beta2-1484": { - "type": "package", - "serviceable": true, - "sha512": "sha512-C33r3vl2eMbo3YFi7mKMnyFBSVzXxaQA045913UpQQi6oIFkNn8m9Ozztbfv7wQXQGlG+ftopObFE/Ig5I2e8Q==" - }, - "NuGet.Frameworks/3.5.0-beta2-1484": { - "type": "package", - "serviceable": true, - "sha512": "sha512-AZoX0c05qgSfx0IOGTbLXa2fD7eM2WUqKP3osMMvSxK+tOGmctHuFlvjXxMHBv9yg0/13KdH0osV/zI7+SjzOA==" - }, - "NuGet.LibraryModel/3.5.0-beta2-1484": { - "type": "package", - "serviceable": true, - "sha512": "sha512-DliyPvB2O5sLAjhlBceACSm6fzzPDoWRdzbs/7Z89TWqp2JRQ98I5ds5HzeMJjfqO6t1BYoCVDV0h1ymoTuyVQ==" - }, - "NuGet.Packaging/3.5.0-beta2-1484": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/+7d3vvCel4KhJo6AyOneg07fbAkUsy/ORgIaxW3nNdJubCXSrAdg1wfQpwzBygmErjrPcdYzzk2y2Sc6m7hwQ==" - }, - "NuGet.Packaging.Core/3.5.0-beta2-1484": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Lsz2lgYH0mdOvuL8C3G4XLm9EaAheBOqrgLgnBNxCeLGLU+n+Zu8Lt6K1bpzgkeKyTyAhJdWbv/3lS4w7s04gw==" - }, - "NuGet.Packaging.Core.Types/3.5.0-beta2-1484": { - "type": "package", - "serviceable": true, - "sha512": "sha512-4mEXZBoe/RKTDVQGwdrl/f5gqolU2d1JWjpbGdQv5EG/xQCC8IQ8FTNYzk0+ydV/vuRM1yaNe+6UQ90nGE+1kQ==" - }, - "NuGet.ProjectModel/3.5.0-beta2-1484": { - "type": "package", - "serviceable": true, - "sha512": "sha512-7SFxD1wBRusat8rJm/hICDues0Fm9ECNJLaxbzq6xdPBBN3NljGMp3V3ZeyEose6ItetqPBY9+ZcKhiPIsmx6A==" - }, - "NuGet.Protocol.Core.Types/3.5.0-beta2-1484": { - "type": "package", - "serviceable": true, - "sha512": "sha512-y+HMFeV4/vqryIhRQATC1HZvE9QOGgOwesCUWlVAY24yi4HcTTVWWSv0WVX8OzJj+uobYWVfICFyC28JnuMEoA==" - }, - "NuGet.Protocol.Core.v3/3.5.0-beta2-1484": { - "type": "package", - "serviceable": true, - "sha512": "sha512-DsLSsObYuTF9CJ22/ti5femoz1H5zZiQ5SjnZjhoNrz26Af0M9y3fcLvJGTFO7xPDU6QC1G9lZ0fNW7ucH/GpQ==" - }, - "NuGet.Repositories/3.5.0-beta2-1484": { - "type": "package", - "serviceable": true, - "sha512": "sha512-+3ozgJleYPKL2VG44XRzVyFGu8dLOIJ2Kohg2VY87DzTJEnH3kLOMhudZERowNxxzfJpwiSDUXNsDNiWH4EujA==" - }, - "NuGet.RuntimeModel/3.5.0-beta2-1484": { - "type": "package", - "serviceable": true, - "sha512": "sha512-vg29WbKcExD9AJrKMr7NB9pnp+0MTAcDHB6gFHCqRynSo6jgjC8q+ZPAlxC115rQiO8fqzOEP59Q8hx20anUtA==" - }, - "NuGet.Versioning/3.5.0-beta2-1484": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Stok+SI5lWxOkTgZZM7jT4xuAZogm5+j85mKJeHSXb8o0OAbB+qDX9jkdM2wIEnjoR8R29J0nQYwk2Kl2lWFpA==" - }, - "System.Collections.NonGeneric/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-hMxFT2RhhlffyCdKLDXjx8WEC5JfCvNozAZxCablAuFRH74SCV4AgzE8yJCh/73bFnEoZgJ9MJmkjQ0dJmnKqA==" - }, - "System.Collections.Specialized/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/HKQyVP0yH1I0YtK7KJL/28snxHNH/bi+0lgk/+MbURF6ULhAE31MDI+NZDerNWu264YbxklXCCygISgm+HMug==" - }, - "System.ComponentModel.Primitives/4.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-sc/7eVCdxPrp3ljpgTKVaQGUXiW05phNWvtv/m2kocXqrUQvTVWKou1Edas2aDjTThLPZOxPYIGNb/HN0QjURg==" - }, - "System.ComponentModel.TypeConverter/4.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-MnDAlaeJZy9pdB5ZdOlwdxfpI+LJQ6e0hmH7d2+y2LkiD8DRJynyDYl4Xxf3fWFm7SbEwBZh4elcfzONQLOoQw==" - }, - "System.Diagnostics.Contracts/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-HvQQjy712vnlpPxaloZYkuE78Gn353L0SJLJVeLcNASeg9c4qla2a1Xq8I7B3jZoDzKPtHTkyVO7AZ5tpeQGuA==" - }, - "System.Net.WebSockets/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-2KJo8hir6Edi9jnMDAMhiJoI691xRBmKcbNpwjrvpIMOCTYOtBpSsSEGBxBDV7PKbasJNaFp1+PZz1D7xS41Hg==" - }, - "System.Runtime.Serialization.Primitives/4.1.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-HZ6Du5QrTG8MNJbf4e4qMO3JRAkIboGT5Fk804uZtg3Gq516S7hAqTm2UZKUHa7/6HUGdVy3AqMQKbns06G/cg==" - }, - "System.Text.Encodings.Web/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-TWZnuiJgPDAEEUfobD7njXvSVR2Toz+jvKWds6yL4oSztmKQfnWzucczjzA+6Dv1bktBdY71sZW1YN0X6m9chQ==" - }, - "Libuv/1.9.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-9Q7AaqtQhS8JDSIvRBt6ODSLWDBI4c8YxNxyCQemWebBFUtBbc6M5Vi5Gz1ZyIUlTW3rZK9bIr5gnVyv0z7a2Q==" - }, - "Microsoft.CodeAnalysis.Analyzers/1.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-HS3iRWZKcUw/8eZ/08GXKY2Bn7xNzQPzf8gRPHGSowX7u7XXu9i9YEaBeBNKUXWfI7qjvT2zXtLUvbN0hds8vg==" - }, - "Microsoft.CodeAnalysis.Common/1.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-V09G35cs0CT1C4Dr1IEOh8IGfnWALEVAOO5JXsqagxXwmYR012TlorQ+vx2eXxfZRKs3gAS/r92gN9kRBLba5A==" - }, - "Microsoft.CodeAnalysis.CSharp/1.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-BgWDIAbSFsHuGeLSn/rljLi51nXqkSo4DZ0qEIrHyPVasrhxEVq7aV8KKZ3HEfSFB+GIhBmOogE+mlOLYg19eg==" - }, - "Microsoft.CodeAnalysis.VisualBasic/1.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Sf3k8PkTkWqBmXnnblJbvb7ewO6mJzX6WO2t7m04BmOY5qBq6yhhyXnn/BMM+QCec3Arw3X35Zd8f9eBql0qgg==" - }, - "Microsoft.CSharp/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-17h8b5mXa87XYKrrVqdgZ38JefSUqLChUQpXgSnpzsM0nDOhE40FTeNWOJ/YmySGV6tG6T8+hjz6vxbknHJr6A==" - }, - "Microsoft.NETCore.App/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Bv40dLDrT+Igcg1e6otW3D8voeJCfcAxOlsxSVlDz+J+cdWls5kblZvPHHvx7gX3/oJoQVIkEeO3sMyv5PSVJA==" - }, - "Microsoft.NETCore.DotNetHost/1.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-uaMgykq6AckP3hZW4dsD6zjocxyXPz0tcTl8OX7mlSUWsyFXdtf45sjdwI0JIHxt3gnI6GihAlOAwYK8HE4niQ==" - }, - "Microsoft.NETCore.DotNetHostPolicy/1.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-d8AQ+ZVj2iK9sbgl3IEsshCSaumhM1PNTPHxldZAQLOoI1BKF8QZ1zPCNqwBGisPiWOE3f/1SHDbQi1BTRBxuA==" - }, - "Microsoft.NETCore.DotNetHostResolver/1.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-GEXgpAHB9E0OhfcmNJ664Xcd2bJkz2qkGIAFmCgEI5ANlQy4qEEmBVfUqA+Z9HB85ZwWxZc1eIJ6fxdxcjrctg==" - }, - "Microsoft.NETCore.Jit/1.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Ok2vWofa6X8WD9vc4pfLHwvJz1/B6t3gOAoZcjrjrQf7lQOlNIuZIZtLn3wnWX28DuQGpPJkRlBxFj7Z5txNqw==" - }, - "Microsoft.NETCore.Platforms/1.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-2G6OjjJzwBfNOO8myRV/nFrbTw5iA+DEm0N+qUqhrOmaVtn4pC77h38I1jsXGw5VH55+dPfQsqHD0We9sCl9FQ==" - }, - "Microsoft.NETCore.Runtime.CoreCLR/1.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-A0x1xtTjYJWZr2DRzgfCOXgB0JkQg8twnmtTJ79wFje+IihlLbXtx6Z2AxyVokBM5ruwTedR6YdCmHk39QJdtQ==" - }, - "Microsoft.NETCore.Targets/1.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-rkn+fKobF/cbWfnnfBOQHKVKIOpxMZBvlSHkqDWgBpwGDcLRduvs3D9OLGeV6GWGvVwNlVi2CBbTjuPmtHvyNw==" - }, - "Microsoft.NETCore.Windows.ApiSets/1.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-SaToCvvsGMxTgtLv/BrFQ5IFMPRE1zpWbnqbpwykJa8W5XiX82CXI6K2o7yf5xS7EP6t/JzFLV0SIDuWpvBZVw==" - }, - "Microsoft.VisualBasic/10.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-HpNyOf/4Tp2lh4FyywB55VITk0SqVxEjDzsVDDyF1yafDN6Bq18xcHowzCPINyYHUTgGcEtmpYiRsFdSo0KKdQ==" - }, - "Microsoft.Win32.Primitives/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-fQnBHO9DgcmkC9dYSJoBqo6sH1VJwJprUHh8F3hbcRlxiQiBUuTntdk8tUwV490OqC2kQUrinGwZyQHTieuXRA==" - }, - "Microsoft.Win32.Registry/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-q+eLtROUAQ3OxYA5mpQrgyFgzLQxIyrfT2eLpYX5IEPlHmIio2nh4F5bgOaQoGOV865kFKZZso9Oq9RlazvXtg==" - }, - "NETStandard.Library/1.6.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ypsCvIdCZ4IoYASJHt6tF2fMo7N30NLgV1EbmC+snO490OMl9FvVxmumw14rhReWU3j3g7BYudG6YCrchwHJlA==" - }, - "runtime.native.System/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-QfS/nQI7k/BLgmLrw7qm7YBoULEvgWnPI+cYsbfCVFTW8Aj+i8JhccxcFMu1RWms0YZzF+UHguNBK4Qn89e2Sg==" - }, - "runtime.native.System.IO.Compression/4.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Ob7nvnJBox1aaB222zSVZSkf4WrebPG4qFscfK7vmD7P7NxoSxACQLtO7ytWpqXDn2wcd/+45+EAZ7xjaPip8A==" - }, - "runtime.native.System.Net.Http/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Nh0UPZx2Vifh8r+J+H2jxifZUD3sBrmolgiFWJd2yiNrxO0xTa6bAw3YwRn1VOiSen/tUXMS31ttNItCZ6lKuA==" - }, - "runtime.native.System.Net.Security/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Az6Ff6rZFb8nYGAaejFR6jr8ktt9f3e1Q/yKdw0pwHNTLaO/1eCAC9vzBoR9YAb0QeZD6fZXl1A9tRB5stpzXA==" - }, - "runtime.native.System.Security.Cryptography/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-2CQK0jmO6Eu7ZeMgD+LOFbNJSXHFVQbCJJkEyEwowh1SCgYnrn9W9RykMfpeeVGw7h4IBvYikzpGUlmZTUafJw==" - }, - "System.AppContext/4.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3QjO4jNV7PdKkmQAVp9atA+usVnKRwI3Kx1nMwJ93T0LcQfx7pKAYk0nKz5wn1oP5iqlhZuy6RXOFdhr7rDwow==" - }, - "System.Buffers/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-msXumHfjjURSkvxUjYuq4N2ghHoRi2VpXcKMA7gK6ujQfU3vGpl+B6ld0ATRg+FZFpRyA6PgEPA+VlIkTeNf2w==" - }, - "System.Collections/4.0.11": { - "type": "package", - "serviceable": true, - "sha512": "sha512-YUJGz6eFKqS0V//mLt25vFGrrCvOnsXjlvFQs+KimpwNxug9x0Pzy4PlFMU3Q2IzqAa9G2L4LsK3+9vCBK7oTg==" - }, - "System.Collections.Concurrent/4.0.12": { - "type": "package", - "serviceable": true, - "sha512": "sha512-2gBcbb3drMLgxlI0fBfxMA31ec6AEyYCHygGse4vxceJan8mRIWeKJ24BFzN7+bi/NFTgdIgufzb94LWO5EERQ==" - }, - "System.Collections.Immutable/1.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Cma8cBW6di16ZLibL8LYQ+cLjGzoKxpOTu/faZfDcx94ZjAGq6Nv5RO7+T1YZXqEXTZP9rt1wLVEONVpURtUqw==" - }, - "System.ComponentModel/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-oBZFnm7seFiVfugsIyOvQCWobNZs7FzqDV/B7tx20Ep/l3UUFCPDkdTnCNaJZTU27zjeODmy2C/cP60u3D4c9w==" - }, - "System.ComponentModel.Annotations/4.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-rhnz80h8NnHJzoi0nbQJLRR2cJznyqG168q1bgoSpe5qpaME2SguXzuEzpY68nFCi2kBgHpbU4bRN2cP3unYRA==" - }, - "System.Console/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-qSKUSOIiYA/a0g5XXdxFcUFmv1hNICBD7QZ0QhGYVipPIhvpiydY8VZqr1thmCXvmn8aipMg64zuanB4eotK9A==" - }, - "System.Diagnostics.Debug/4.0.11": { - "type": "package", - "serviceable": true, - "sha512": "sha512-w5U95fVKHY4G8ASs/K5iK3J5LY+/dLFd4vKejsnI/ZhBsWS9hQakfx3Zr7lRWKg4tAw9r4iktyvsTagWkqYCiw==" - }, - "System.Diagnostics.DiagnosticSource/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-YKglnq4BMTJxfcr6nuT08g+yJ0UxdePIHxosiLuljuHIUR6t4KhFsyaHOaOc1Ofqp0PUvJ0EmcgiEz6T7vEx3w==" - }, - "System.Diagnostics.FileVersionInfo/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-qjF74OTAU+mRhLaL4YSfiWy3vj6T3AOz8AW37l5zCwfbBfj0k7E94XnEsRaf2TnhE/7QaV6Hvqakoy2LoV8MVg==" - }, - "System.Diagnostics.Process/4.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-mpVZ5bnlSs3tTeJ6jYyDJEIa6tavhAd88lxq1zbYhkkCu0Pno2+gHXcvZcoygq2d8JxW3gojXqNJMTAshduqZA==" - }, - "System.Diagnostics.StackTrace/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-6i2EbRq0lgGfiZ+FDf0gVaw9qeEU+7IS2+wbZJmFVpvVzVOgZEt0ScZtyenuBvs6iDYbGiF51bMAa0oDP/tujQ==" - }, - "System.Diagnostics.Tools/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-xBfJ8pnd4C17dWaC9FM6aShzbJcRNMChUMD42I6772KGGrqaFdumwhn9OdM68erj1ueNo3xdQ1EwiFjK5k8p0g==" - }, - "System.Diagnostics.Tracing/4.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-vDN1PoMZCkkdNjvZLql592oYJZgS7URcJzJ7bxeBgGtx5UtR5leNm49VmfHGqIffX4FKacHbI3H6UyNSHQknBg==" - }, - "System.Dynamic.Runtime/4.0.11": { - "type": "package", - "serviceable": true, - "sha512": "sha512-db34f6LHYM0U0JpE+sOmjar27BnqTVkbLJhgfwMpTdgTigG/Hna3m2MYVwnFzGGKnEJk2UXFuoVTr8WUbU91/A==" - }, - "System.Globalization/4.0.11": { - "type": "package", - "serviceable": true, - "sha512": "sha512-B95h0YLEL2oSnwF/XjqSWKnwKOy/01VWkNlsCeMTFJLLabflpGV26nK164eRs5GiaRSBGpOxQ3pKoSnnyZN5pg==" - }, - "System.Globalization.Calendars/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-L1c6IqeQ88vuzC1P81JeHmHA8mxq8a18NUBNXnIY/BVb+TCyAaGIFbhpZt60h9FJNmisymoQkHEFSE9Vslja1Q==" - }, - "System.Globalization.Extensions/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-KKo23iKeOaIg61SSXwjANN7QYDr/3op3OWGGzDzz7mypx0Za0fZSeG0l6cco8Ntp8YMYkIQcAqlk8yhm5/Uhcg==" - }, - "System.IO/4.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3KlTJceQc3gnGIaHZ7UBZO26SHL1SHE4ddrmiwumFnId+CEHP+O8r386tZKaE6zlk5/mF8vifMBzHj9SaXN+mQ==" - }, - "System.IO.Compression/4.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-TjnBS6eztThSzeSib+WyVbLzEdLKUcEHN69VtS3u8aAsSc18FU6xCZlNWWsEd8SKcXAE+y1sOu7VbU8sUeM0sg==" - }, - "System.IO.Compression.ZipFile/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-hBQYJzfTbQURF10nLhd+az2NHxsU6MU7AB8RUf4IolBP5lOAm4Luho851xl+CqslmhI5ZH/el8BlngEk4lBkaQ==" - }, - "System.IO.FileSystem/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-IBErlVq5jOggAD69bg1t0pJcHaDbJbWNUZTPI96fkYWzwYbN6D9wRHMULLDd9dHsl7C2YsxXL31LMfPI1SWt8w==" - }, - "System.IO.FileSystem.Primitives/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-kWkKD203JJKxJeE74p8aF8y4Qc9r9WQx4C0cHzHPrY3fv/L/IhWnyCHaFJ3H1QPOH6A93whlQ2vG5nHlBDvzWQ==" - }, - "System.IO.FileSystem.Watcher/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-qM4Wr3La+RYb/03B0mZZjbA7tHsGzDffnuXP8Sl48HW2JwCjn3kfD5qdw0sqyNNowUipcJMi9/q6sMUrOIJ6UQ==" - }, - "System.IO.MemoryMappedFiles/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Xqj4xaFAnLVpss9ZSUIvB/VdJAA7GxZDnFGDKJfiGAnZ5VnFROn6eOHWepFpujCYTsh6wlZ3B33bqYkF0QJ7Eg==" - }, - "System.IO.UnmanagedMemoryStream/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-wcq0kXcpfJwdl1Y4/ZjDk7Dhx5HdLyRYYWYmD8Nn8skoGYYQd2BQWbXwjWSczip8AL4Z57o2dWWXAl4aABAKiQ==" - }, - "System.Linq/4.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-bQ0iYFOQI0nuTnt+NQADns6ucV4DUvMdwN6CbkB1yj8i7arTGiTN5eok1kQwdnnNWSDZfIUySQY+J3d5KjWn0g==" - }, - "System.Linq.Expressions/4.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-I+y02iqkgmCAyfbqOmSDOgqdZQ5tTj80Akm5BPSS8EeB0VGWdy6X1KCoYe8Pk6pwDoAKZUOdLVxnTJcExiv5zw==" - }, - "System.Linq.Parallel/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-J7XCa7n2cFn32uLbtceXfBFhgCk5M++50lylHKNbqTiJkw5y4Tglpi6amuJNPCvj9bLzNSI7rs1fi4joLMNRgg==" - }, - "System.Linq.Queryable/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Yn/WfYe9RoRfmSLvUt2JerP0BTGGykCZkQPgojaxgzF2N0oPo+/AhB8TXOpdCcNlrG3VRtsamtK2uzsp3cqRVw==" - }, - "System.Net.Http/4.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ULq9g3SOPVuupt+Y3U+A37coXzdNisB1neFCSKzBwo182u0RDddKJF8I5+HfyXqK6OhJPgeoAwWXrbiUXuRDsg==" - }, - "System.Net.NameResolution/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-JdqRdM1Qym3YehqdKIi5LHrpypP4JMfxKQSNCJ2z4WawkG0il+N3XfNeJOxll2XrTnG7WgYYPoeiu/KOwg0DQw==" - }, - "System.Net.Primitives/4.0.11": { - "type": "package", - "serviceable": true, - "sha512": "sha512-hVvfl4405DRjA2408luZekbPhplJK03j2Y2lSfMlny7GHXlkByw1iLnc9mgKW0GdQn73vvMcWrWewAhylXA4Nw==" - }, - "System.Net.Requests/4.0.11": { - "type": "package", - "serviceable": true, - "sha512": "sha512-vxGt7C0cZixN+VqoSW4Yakc1Y9WknmxauDqzxgpw/FnBdz4kQNN51l4wxdXX5VY1xjqy//+G+4CvJWp1+f+y6Q==" - }, - "System.Net.Security/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-uM1JaYJciCc2w7efD6du0EpQ1n5ZQqE6/P43/aI4H5E59qvP+wt3l70KIUF/Ha7NaeXGoGNFPVO0MB80pVHk2g==" - }, - "System.Net.Sockets/4.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-xAz0N3dAV/aR/9g8r0Y5oEqU1JRsz29F5EGb/WVHmX3jVSLqi2/92M5hTad2aNWovruXrJpJtgZ9fccPMG9uSw==" - }, - "System.Net.WebHeaderCollection/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-XX2TIAN+wBSAIV51BU2FvvXMdstUa8b0FBSZmDWjZdwUMmggQSifpTOZ5fNH20z9ZCg2fkV1L5SsZnpO2RQDRQ==" - }, - "System.Numerics.Vectors/4.1.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Ex1NSKycC2wi5XBMWUGWPc3lumh6OQWFFmmpZFZz0oLht5lQ+wWPHVZumOrMJuckfUiVMd4p67BrkBos8lcF+Q==" - }, - "System.ObjectModel/4.0.12": { - "type": "package", - "serviceable": true, - "sha512": "sha512-tAgJM1xt3ytyMoW4qn4wIqgJYm7L7TShRZG4+Q4Qsi2PCcj96pXN7nRywS9KkB3p/xDUjc2HSwP9SROyPYDYKQ==" - }, - "System.Reflection/4.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-JCKANJ0TI7kzoQzuwB/OoJANy1Lg338B6+JVacPl4TpUwi3cReg3nMLplMq2uqYfHFQpKIlHAUVAJlImZz/4ng==" - }, - "System.Reflection.DispatchProxy/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-GPPgWoSxQEU3aCKSOvsAc1dhTTi4iq92PUVEVfnGPGwqCf6synaAJGYLKMs5E3CuRfel8ufACWUijXqDpOlGrA==" - }, - "System.Reflection.Emit/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-P2wqAj72fFjpP6wb9nSfDqNBMab+2ovzSDzUZK7MVIm54tBJEPr9jWfSjjoTpPwj1LeKcmX3vr0ttyjSSFM47g==" - }, - "System.Reflection.Emit.ILGeneration/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Ov6dU8Bu15Bc7zuqttgHF12J5lwSWyTf1S+FJouUXVMSqImLZzYaQ+vRr1rQ0OZ0HqsrwWl4dsKHELckQkVpgA==" - }, - "System.Reflection.Emit.Lightweight/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-sSzHHXueZ5Uh0OLpUQprhr+ZYJrLPA2Cmr4gn0wj9+FftNKXx8RIMKvO9qnjk2ebPYUjZ+F2ulGdPOsvj+MEjA==" - }, - "System.Reflection.Extensions/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-GYrtRsZcMuHF3sbmRHfMYpvxZoIN2bQGrYGerUiWLEkqdEUQZhH3TRSaC/oI4wO0II1RKBPlpIa1TOMxIcOOzQ==" - }, - "System.Reflection.Metadata/1.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-jMSCxA4LSyKBGRDm/WtfkO03FkcgRzHxwvQRib1bm2GZ8ifKM1MX1al6breGCEQK280mdl9uQS7JNPXRYk90jw==" - }, - "System.Reflection.Primitives/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-4inTox4wTBaDhB7V3mPvp9XlCbeGYWVEM9/fXALd52vNEAVisc1BoVWQPuUuD0Ga//dNbA/WeMy9u9mzLxGTHQ==" - }, - "System.Reflection.TypeExtensions/4.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-tsQ/ptQ3H5FYfON8lL4MxRk/8kFyE0A+tGPXmVP967cT/gzLHYxIejIYSxp4JmIeFHVP78g/F2FE1mUUTbDtrg==" - }, - "System.Resources.Reader/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VX1iHAoHxgrLZv+nq/9drCZI6Q4SSCzSVyUm1e0U60sqWdj6XhY7wvKmy3RvsSal9h+/vqSWwxxJsm0J4vn/jA==" - }, - "System.Resources.ResourceManager/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-TxwVeUNoTgUOdQ09gfTjvW411MF+w9MBYL7AtNVc+HtBCFlutPLhUCdZjNkjbhj3bNQWMdHboF0KIWEOjJssbA==" - }, - "System.Runtime/4.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-v6c/4Yaa9uWsq+JMhnOFewrYkgdNHNG2eMKuNqRn8P733rNXeRCGvV5FkkjBXn2dbVkPXOsO0xjsEeM1q2zC0g==" - }, - "System.Runtime.Extensions/4.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-CUOHjTT/vgP0qGW22U4/hDlOqXmcPq5YicBaXdUR2UiUoLwBT+olO6we4DVbq57jeX5uXH2uerVZhf0qGj+sVQ==" - }, - "System.Runtime.Handles/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-nCJvEKguXEvk2ymk1gqj625vVnlK3/xdGzx0vOKicQkoquaTBJTP13AIYkocSUwHCLNBwUbXTqTWGDxBTWpt7g==" - }, - "System.Runtime.InteropServices/4.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-16eu3kjHS633yYdkjwShDHZLRNMKVi/s0bY8ODiqJ2RfMhDMAwxZaUaWVnZ2P71kr/or+X9o/xFWtNqz8ivieQ==" - }, - "System.Runtime.InteropServices.RuntimeInformation/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-hWPhJxc453RCa8Z29O91EmfGeZIHX1ZH2A8L6lYQVSaKzku2DfArSfMEb1/MYYzPQRJZeu0c9dmYeJKxW5Fgng==" - }, - "System.Runtime.Loader/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-4UN78GOVU/mbDFcXkEWtetJT/sJ0yic2gGk1HSlSpWI0TDf421xnrZTDZnwNBapk1GQeYN7U1lTj/aQB1by6ow==" - }, - "System.Runtime.Numerics/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-+XbKFuzdmLP3d1o9pdHu2nxjNr2OEPqGzKeegPLCUMM71a0t50A/rOcIRmGs9wR7a8KuHX6hYs/7/TymIGLNqg==" - }, - "System.Security.Claims/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-4Jlp0OgJLS/Voj1kyFP6MJlIYp3crgfH8kNQk2p7+4JYfc1aAmh9PZyAMMbDhuoolGNtux9HqSOazsioRiDvCw==" - }, - "System.Security.Cryptography.Algorithms/4.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-8JQFxbLVdrtIOKMDN38Fn0GWnqYZw/oMlwOUG/qz1jqChvyZlnUmu+0s7wLx7JYua/nAXoESpHA3iw11QFWhXg==" - }, - "System.Security.Cryptography.Cng/4.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-cUJ2h+ZvONDe28Szw3st5dOHdjndhJzQ2WObDEXAWRPEQBtVItVoxbXM/OEsTthl3cNn2dk2k0I3y45igCQcLw==" - }, - "System.Security.Cryptography.Csp/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/i1Usuo4PgAqgbPNC0NjbO3jPW//BoBlTpcWFD1EHVbidH21y4c1ap5bbEMSGAXjAShhMH4abi/K8fILrnu4BQ==" - }, - "System.Security.Cryptography.Encoding/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-FbKgE5MbxSQMPcSVRgwM6bXN3GtyAh04NkV8E5zKCBE26X0vYW0UtTa2FIgkH33WVqBVxRgxljlVYumWtU+HcQ==" - }, - "System.Security.Cryptography.OpenSsl/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-HUG/zNUJwEiLkoURDixzkzZdB5yGA5pQhDP93ArOpDPQMteURIGERRNzzoJlmTreLBWr5lkFSjjMSk8ySEpQMw==" - }, - "System.Security.Cryptography.Primitives/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Wkd7QryWYjkQclX0bngpntW5HSlMzeJU24UaLJQ7YTfI8ydAVAaU2J+HXLLABOVJlKTVvAeL0Aj39VeTe7L+oA==" - }, - "System.Security.Cryptography.X509Certificates/4.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-4HEfsQIKAhA1+ApNn729Gi09zh+lYWwyIuViihoMDWp1vQnEkL2ct7mAbhBlLYm+x/L4Rr/pyGge1lIY635e0w==" - }, - "System.Security.Principal/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-On+SKhXY5rzxh/S8wlH1Rm0ogBlu7zyHNxeNBiXauNrhHRXAe9EuX8Yl5IOzLPGU5Z4kLWHMvORDOCG8iu9hww==" - }, - "System.Security.Principal.Windows/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-iFx15AF3RMEPZn3COh8+Bb2Thv2zsmLd93RchS1b8Mj5SNYeGqbYNCSn5AES1+gq56p4ujGZPrl0xN7ngkXOHg==" - }, - "System.Text.Encoding/4.0.11": { - "type": "package", - "serviceable": true, - "sha512": "sha512-U3gGeMlDZXxCEiY4DwVLSacg+DFWCvoiX+JThA/rvw37Sqrku7sEFeVBBBMBnfB6FeZHsyDx85HlKL19x0HtZA==" - }, - "System.Text.Encoding.CodePages/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-h4z6rrA/hxWf4655D18IIZ0eaLRa3tQC/j+e26W+VinIHY0l07iEXaAvO0YSYq3MvCjMYy8Zs5AdC1sxNQOB7Q==" - }, - "System.Text.Encoding.Extensions/4.0.11": { - "type": "package", - "serviceable": true, - "sha512": "sha512-jtbiTDtvfLYgXn8PTfWI+SiBs51rrmO4AAckx4KR6vFK9Wzf6tI8kcRdsYQNwriUeQ1+CtQbM1W4cMbLXnj/OQ==" - }, - "System.Text.RegularExpressions/4.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-i88YCXpRTjCnoSQZtdlHkAOx4KNNik4hMy83n0+Ftlb7jvV6ZiZWMpnEZHhjBp6hQVh8gWd/iKNPzlPF7iyA2g==" - }, - "System.Threading/4.0.11": { - "type": "package", - "serviceable": true, - "sha512": "sha512-N+3xqIcg3VDKyjwwCGaZ9HawG9aC6cSDI+s7ROma310GQo8vilFZa86hqKppwTHleR/G0sfOzhvgnUxWCR/DrQ==" - }, - "System.Threading.Overlapped/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-f7aLuLkBoCQM2kng7zqLFBXz9Gk48gDK8lk1ih9rH/1arJJzZK9gJwNvPDhL6Ps/l6rwOr8jw+4FCHL0KKWiEg==" - }, - "System.Threading.Tasks/4.0.11": { - "type": "package", - "serviceable": true, - "sha512": "sha512-k1S4Gc6IGwtHGT8188RSeGaX86Qw/wnrgNLshJvsdNUOPP9etMmo8S07c+UlOAx4K/xLuN9ivA1bD0LVurtIxQ==" - }, - "System.Threading.Tasks.Dataflow/4.6.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-2hRjGu2r2jxRZ55wmcHO/WbdX+YAOz9x6FE8xqkHZgPaoFMKQZRe9dk8xTZIas8fRjxRmzawnTEWIrhlM+Un7w==" - }, - "System.Threading.Tasks.Extensions/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pH4FZDsZQ/WmgJtN4LWYmRdJAEeVkyriSwrv2Teoe5FOU0Yxlb6II6GL8dBPOfRmutHGATduj3ooMt7dJ2+i+w==" - }, - "System.Threading.Tasks.Parallel/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-7Pc9t25bcynT9FpMvkUw4ZjYwUiGup/5cJFW72/5MgCG+np2cfVUMdh29u8d7onxX7d8PS3J+wL73zQRqkdrSA==" - }, - "System.Threading.Thread/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-gIdJqDXlOr5W9zeqFErLw3dsOsiShSCYtF9SEHitACycmvNvY8odf9kiKvp6V7aibc8C4HzzNBkWXjyfn7plbQ==" - }, - "System.Threading.ThreadPool/4.0.10": { - "type": "package", - "serviceable": true, - "sha512": "sha512-IMXgB5Vf/5Qw1kpoVgJMOvUO1l32aC+qC3OaIZjWJOjvcxuxNWOK2ZTWWYXfij22NHxT2j1yWX5vlAeQWld9vA==" - }, - "System.Threading.Timer/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-saGfUV8uqVW6LeURiqxcGhZ24PzuRNaUBtbhVeuUAvky1naH395A/1nY0P2bWvrw/BreRtIB/EzTDkGBpqCwEw==" - }, - "System.Xml.ReaderWriter/4.0.11": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ZIiLPsf67YZ9zgr31vzrFaYQqxRPX9cVHjtPSnmx4eN6lbS/yEyYNr2vs1doGDEscF0tjCZFsk9yUg1sC9e8tg==" - }, - "System.Xml.XDocument/4.0.11": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Mk2mKmPi0nWaoiYeotq1dgeNK1fqWh61+EK+w4Wu8SWuTYLzpUnschb59bJtGywaPq7SmTuPf44wrXRwbIrukg==" - }, - "System.Xml.XmlDocument/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-2eZu6IP+etFVBBFUFzw2w6J21DqIN5eL9Y8r8JfJWUmV28Z5P0SNU01oCisVHQgHsDhHPnmq2s1hJrJCFZWloQ==" - }, - "System.Xml.XPath/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-UWd1H+1IJ9Wlq5nognZ/XJdyj8qPE4XufBUkAW59ijsCPjZkZe0MUzKKJFBr+ZWBe5Wq1u1d5f2CYgE93uH7DA==" - }, - "System.Xml.XPath.XDocument/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-FLhdYJx4331oGovQypQ8JIw2kEmNzCsjVOVYY/16kZTUoquZG85oVn7yUhBE2OZt1yGPSXAL0HTEfzjlbNpM7Q==" - } - } -} \ No newline at end of file diff --git a/src/Socioboard/bin/Debug/netcoreapp1.0/Socioboard.dll b/src/Socioboard/bin/Debug/netcoreapp1.0/Socioboard.dll deleted file mode 100644 index 29003830c..000000000 Binary files a/src/Socioboard/bin/Debug/netcoreapp1.0/Socioboard.dll and /dev/null differ diff --git a/src/Socioboard/bin/Debug/netcoreapp1.0/Socioboard.pdb b/src/Socioboard/bin/Debug/netcoreapp1.0/Socioboard.pdb deleted file mode 100644 index 78cade8bb..000000000 Binary files a/src/Socioboard/bin/Debug/netcoreapp1.0/Socioboard.pdb and /dev/null differ diff --git a/src/Socioboard/bin/Debug/netcoreapp1.0/Socioboard.runtimeconfig.dev.json b/src/Socioboard/bin/Debug/netcoreapp1.0/Socioboard.runtimeconfig.dev.json deleted file mode 100644 index cadf2e151..000000000 --- a/src/Socioboard/bin/Debug/netcoreapp1.0/Socioboard.runtimeconfig.dev.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "runtimeOptions": { - "additionalProbingPaths": [ - "C:\\Users\\GLB-008\\.nuget\\packages" - ] - } -} \ No newline at end of file diff --git a/src/Socioboard/bin/Debug/netcoreapp1.0/Socioboard.runtimeconfig.json b/src/Socioboard/bin/Debug/netcoreapp1.0/Socioboard.runtimeconfig.json deleted file mode 100644 index 59b5b5919..000000000 --- a/src/Socioboard/bin/Debug/netcoreapp1.0/Socioboard.runtimeconfig.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "runtimeOptions": { - "framework": { - "name": "Microsoft.NETCore.App", - "version": "1.0.0" - }, - "configProperties": { - "System.GC.Server": true - } - } -} \ No newline at end of file diff --git a/src/Socioboard/bin/Release/net451/Socioboard.exe b/src/Socioboard/bin/Release/net451/Socioboard.exe deleted file mode 100644 index 2c662885f..000000000 Binary files a/src/Socioboard/bin/Release/net451/Socioboard.exe and /dev/null differ diff --git a/src/Socioboard/bin/Release/net451/Socioboard.pdb b/src/Socioboard/bin/Release/net451/Socioboard.pdb deleted file mode 100644 index 3d4c80819..000000000 Binary files a/src/Socioboard/bin/Release/net451/Socioboard.pdb and /dev/null differ diff --git a/src/Socioboard/bin/Release/net451/win7-x64/Domain.Socioboard.dll b/src/Socioboard/bin/Release/net451/win7-x64/Domain.Socioboard.dll deleted file mode 100644 index 7d9b071e0..000000000 Binary files a/src/Socioboard/bin/Release/net451/win7-x64/Domain.Socioboard.dll and /dev/null differ diff --git a/src/Socioboard/bin/Release/net451/win7-x64/Domain.Socioboard.pdb b/src/Socioboard/bin/Release/net451/win7-x64/Domain.Socioboard.pdb deleted file mode 100644 index 85d8edecc..000000000 Binary files a/src/Socioboard/bin/Release/net451/win7-x64/Domain.Socioboard.pdb and /dev/null differ diff --git a/src/Socioboard/bin/Release/net451/win7-x64/Facebook.dll b/src/Socioboard/bin/Release/net451/win7-x64/Facebook.dll deleted file mode 100644 index 6704719bd..000000000 Binary files a/src/Socioboard/bin/Release/net451/win7-x64/Facebook.dll and /dev/null differ diff --git a/src/Socioboard/bin/Release/net451/win7-x64/Hammock.dll b/src/Socioboard/bin/Release/net451/win7-x64/Hammock.dll deleted file mode 100644 index 41b6a79d5..000000000 Binary files a/src/Socioboard/bin/Release/net451/win7-x64/Hammock.dll and /dev/null differ diff --git a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.AI.Agent.Intercept.dll b/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.AI.Agent.Intercept.dll deleted file mode 100644 index 58f3452e3..000000000 Binary files a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.AI.Agent.Intercept.dll and /dev/null differ diff --git a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.AI.DependencyCollector.dll b/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.AI.DependencyCollector.dll deleted file mode 100644 index 0efc656d1..000000000 Binary files a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.AI.DependencyCollector.dll and /dev/null differ diff --git a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.AI.PerfCounterCollector.dll b/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.AI.PerfCounterCollector.dll deleted file mode 100644 index 3ed40439b..000000000 Binary files a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.AI.PerfCounterCollector.dll and /dev/null differ diff --git a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.AI.ServerTelemetryChannel.dll b/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.AI.ServerTelemetryChannel.dll deleted file mode 100644 index 4d5dae14c..000000000 Binary files a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.AI.ServerTelemetryChannel.dll and /dev/null differ diff --git a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.ApplicationInsights.AspNetCore.dll b/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.ApplicationInsights.AspNetCore.dll deleted file mode 100644 index 9655d8139..000000000 Binary files a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.ApplicationInsights.AspNetCore.dll and /dev/null differ diff --git a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.ApplicationInsights.dll b/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.ApplicationInsights.dll deleted file mode 100644 index afdbf80d6..000000000 Binary files a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.ApplicationInsights.dll and /dev/null differ diff --git a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Antiforgery.dll b/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Antiforgery.dll deleted file mode 100644 index 3de98ec9a..000000000 Binary files a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Antiforgery.dll and /dev/null differ diff --git a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Authentication.Cookies.dll b/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Authentication.Cookies.dll deleted file mode 100644 index 046d0733c..000000000 Binary files a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Authentication.Cookies.dll and /dev/null differ diff --git a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Authentication.dll b/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Authentication.dll deleted file mode 100644 index 602a68e56..000000000 Binary files a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Authentication.dll and /dev/null differ diff --git a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Authorization.dll b/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Authorization.dll deleted file mode 100644 index bc3a377e6..000000000 Binary files a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Authorization.dll and /dev/null differ diff --git a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Cors.dll b/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Cors.dll deleted file mode 100644 index 806ba12d4..000000000 Binary files a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Cors.dll and /dev/null differ diff --git a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Cryptography.Internal.dll b/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Cryptography.Internal.dll deleted file mode 100644 index b60cac5df..000000000 Binary files a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Cryptography.Internal.dll and /dev/null differ diff --git a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.DataProtection.Abstractions.dll b/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.DataProtection.Abstractions.dll deleted file mode 100644 index 1f8c7c907..000000000 Binary files a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.DataProtection.Abstractions.dll and /dev/null differ diff --git a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.DataProtection.dll b/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.DataProtection.dll deleted file mode 100644 index 9108b15c0..000000000 Binary files a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.DataProtection.dll and /dev/null differ diff --git a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Diagnostics.Abstractions.dll b/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Diagnostics.Abstractions.dll deleted file mode 100644 index b04da7548..000000000 Binary files a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Diagnostics.Abstractions.dll and /dev/null differ diff --git a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Diagnostics.dll b/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Diagnostics.dll deleted file mode 100644 index 3c41b1f8b..000000000 Binary files a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Diagnostics.dll and /dev/null differ diff --git a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Hosting.Abstractions.dll b/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Hosting.Abstractions.dll deleted file mode 100644 index 81fdfd830..000000000 Binary files a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Hosting.Abstractions.dll and /dev/null differ diff --git a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll b/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll deleted file mode 100644 index 8d0ad1d4b..000000000 Binary files a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll and /dev/null differ diff --git a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Hosting.dll b/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Hosting.dll deleted file mode 100644 index bcb30c46a..000000000 Binary files a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Hosting.dll and /dev/null differ diff --git a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Html.Abstractions.dll b/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Html.Abstractions.dll deleted file mode 100644 index bcc64f5a4..000000000 Binary files a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Html.Abstractions.dll and /dev/null differ diff --git a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Http.Abstractions.dll b/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Http.Abstractions.dll deleted file mode 100644 index 245f4f907..000000000 Binary files a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Http.Abstractions.dll and /dev/null differ diff --git a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Http.Extensions.dll b/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Http.Extensions.dll deleted file mode 100644 index d6fd46e9a..000000000 Binary files a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Http.Extensions.dll and /dev/null differ diff --git a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Http.Features.dll b/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Http.Features.dll deleted file mode 100644 index 51b023b77..000000000 Binary files a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Http.Features.dll and /dev/null differ diff --git a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Http.dll b/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Http.dll deleted file mode 100644 index fb5d88307..000000000 Binary files a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Http.dll and /dev/null differ diff --git a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.HttpOverrides.dll b/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.HttpOverrides.dll deleted file mode 100644 index 05e5988bc..000000000 Binary files a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.HttpOverrides.dll and /dev/null differ diff --git a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.JsonPatch.dll b/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.JsonPatch.dll deleted file mode 100644 index 30252e12d..000000000 Binary files a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.JsonPatch.dll and /dev/null differ diff --git a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Localization.dll b/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Localization.dll deleted file mode 100644 index 903dadead..000000000 Binary files a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Localization.dll and /dev/null differ diff --git a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Mvc.Abstractions.dll b/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Mvc.Abstractions.dll deleted file mode 100644 index ab7d884c6..000000000 Binary files a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Mvc.Abstractions.dll and /dev/null differ diff --git a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Mvc.ApiExplorer.dll b/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Mvc.ApiExplorer.dll deleted file mode 100644 index efc3b8652..000000000 Binary files a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Mvc.ApiExplorer.dll and /dev/null differ diff --git a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Mvc.Core.dll b/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Mvc.Core.dll deleted file mode 100644 index ff5c52ea5..000000000 Binary files a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Mvc.Core.dll and /dev/null differ diff --git a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Mvc.Cors.dll b/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Mvc.Cors.dll deleted file mode 100644 index 6b1d7c57c..000000000 Binary files a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Mvc.Cors.dll and /dev/null differ diff --git a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Mvc.DataAnnotations.dll b/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Mvc.DataAnnotations.dll deleted file mode 100644 index 2ba22b27f..000000000 Binary files a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Mvc.DataAnnotations.dll and /dev/null differ diff --git a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Mvc.Formatters.Json.dll b/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Mvc.Formatters.Json.dll deleted file mode 100644 index 5087c17e7..000000000 Binary files a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Mvc.Formatters.Json.dll and /dev/null differ diff --git a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Mvc.Localization.dll b/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Mvc.Localization.dll deleted file mode 100644 index b572dc3b1..000000000 Binary files a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Mvc.Localization.dll and /dev/null differ diff --git a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Mvc.Razor.Host.dll b/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Mvc.Razor.Host.dll deleted file mode 100644 index 1c77d353c..000000000 Binary files a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Mvc.Razor.Host.dll and /dev/null differ diff --git a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Mvc.Razor.dll b/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Mvc.Razor.dll deleted file mode 100644 index 4b74d77fc..000000000 Binary files a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Mvc.Razor.dll and /dev/null differ diff --git a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Mvc.TagHelpers.dll b/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Mvc.TagHelpers.dll deleted file mode 100644 index cba920baf..000000000 Binary files a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Mvc.TagHelpers.dll and /dev/null differ diff --git a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Mvc.ViewFeatures.dll b/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Mvc.ViewFeatures.dll deleted file mode 100644 index 37218ddb7..000000000 Binary files a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Mvc.ViewFeatures.dll and /dev/null differ diff --git a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Mvc.dll b/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Mvc.dll deleted file mode 100644 index 2ba223433..000000000 Binary files a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Mvc.dll and /dev/null differ diff --git a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Razor.Runtime.dll b/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Razor.Runtime.dll deleted file mode 100644 index d98807dac..000000000 Binary files a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Razor.Runtime.dll and /dev/null differ diff --git a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Razor.dll b/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Razor.dll deleted file mode 100644 index 39bae77bd..000000000 Binary files a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Razor.dll and /dev/null differ diff --git a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Routing.Abstractions.dll b/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Routing.Abstractions.dll deleted file mode 100644 index 266564399..000000000 Binary files a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Routing.Abstractions.dll and /dev/null differ diff --git a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Routing.dll b/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Routing.dll deleted file mode 100644 index 7660f00be..000000000 Binary files a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Routing.dll and /dev/null differ diff --git a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Server.IISIntegration.dll b/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Server.IISIntegration.dll deleted file mode 100644 index 7776e12d4..000000000 Binary files a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Server.IISIntegration.dll and /dev/null differ diff --git a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Server.Kestrel.dll b/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Server.Kestrel.dll deleted file mode 100644 index 1e6f088e2..000000000 Binary files a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Server.Kestrel.dll and /dev/null differ diff --git a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Session.dll b/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Session.dll deleted file mode 100644 index 4f4c1c0e7..000000000 Binary files a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.Session.dll and /dev/null differ diff --git a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.StaticFiles.dll b/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.StaticFiles.dll deleted file mode 100644 index 881979ea2..000000000 Binary files a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.StaticFiles.dll and /dev/null differ diff --git a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.WebUtilities.dll b/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.WebUtilities.dll deleted file mode 100644 index 62e99481b..000000000 Binary files a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.AspNetCore.WebUtilities.dll and /dev/null differ diff --git a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.CodeAnalysis.CSharp.dll b/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.CodeAnalysis.CSharp.dll deleted file mode 100644 index d9ac0e277..000000000 Binary files a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.CodeAnalysis.CSharp.dll and /dev/null differ diff --git a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.CodeAnalysis.dll b/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.CodeAnalysis.dll deleted file mode 100644 index 6e4775e5d..000000000 Binary files a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.CodeAnalysis.dll and /dev/null differ diff --git a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.DotNet.Cli.Utils.dll b/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.DotNet.Cli.Utils.dll deleted file mode 100644 index 8a3615a9b..000000000 Binary files a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.DotNet.Cli.Utils.dll and /dev/null differ diff --git a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.DotNet.InternalAbstractions.dll b/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.DotNet.InternalAbstractions.dll deleted file mode 100644 index a41b928b8..000000000 Binary files a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.DotNet.InternalAbstractions.dll and /dev/null differ diff --git a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.DotNet.ProjectModel.dll b/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.DotNet.ProjectModel.dll deleted file mode 100644 index 24d84ba27..000000000 Binary files a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.DotNet.ProjectModel.dll and /dev/null differ diff --git a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.Caching.Abstractions.dll b/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.Caching.Abstractions.dll deleted file mode 100644 index 78e8a5a4b..000000000 Binary files a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.Caching.Abstractions.dll and /dev/null differ diff --git a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.Caching.Memory.dll b/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.Caching.Memory.dll deleted file mode 100644 index ea97474ae..000000000 Binary files a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.Caching.Memory.dll and /dev/null differ diff --git a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.CommandLineUtils.dll b/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.CommandLineUtils.dll deleted file mode 100644 index 1b3e23393..000000000 Binary files a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.CommandLineUtils.dll and /dev/null differ diff --git a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.Configuration.Abstractions.dll b/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.Configuration.Abstractions.dll deleted file mode 100644 index f13b2079e..000000000 Binary files a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.Configuration.Abstractions.dll and /dev/null differ diff --git a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.Configuration.Binder.dll b/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.Configuration.Binder.dll deleted file mode 100644 index f86eb7aa8..000000000 Binary files a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.Configuration.Binder.dll and /dev/null differ diff --git a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.Configuration.EnvironmentVariables.dll b/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.Configuration.EnvironmentVariables.dll deleted file mode 100644 index a609480a4..000000000 Binary files a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.Configuration.EnvironmentVariables.dll and /dev/null differ diff --git a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.Configuration.FileExtensions.dll b/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.Configuration.FileExtensions.dll deleted file mode 100644 index b8a7da871..000000000 Binary files a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.Configuration.FileExtensions.dll and /dev/null differ diff --git a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.Configuration.Json.dll b/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.Configuration.Json.dll deleted file mode 100644 index 5e1384bac..000000000 Binary files a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.Configuration.Json.dll and /dev/null differ diff --git a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.Configuration.dll b/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.Configuration.dll deleted file mode 100644 index eec4b063c..000000000 Binary files a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.Configuration.dll and /dev/null differ diff --git a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.DependencyInjection.Abstractions.dll b/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.DependencyInjection.Abstractions.dll deleted file mode 100644 index 011f07d6a..000000000 Binary files a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.DependencyInjection.Abstractions.dll and /dev/null differ diff --git a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.DependencyInjection.dll b/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.DependencyInjection.dll deleted file mode 100644 index 64b225d70..000000000 Binary files a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.DependencyInjection.dll and /dev/null differ diff --git a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.DependencyModel.dll b/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.DependencyModel.dll deleted file mode 100644 index a31b0d101..000000000 Binary files a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.DependencyModel.dll and /dev/null differ diff --git a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.DiagnosticAdapter.dll b/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.DiagnosticAdapter.dll deleted file mode 100644 index edaf534c0..000000000 Binary files a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.DiagnosticAdapter.dll and /dev/null differ diff --git a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.FileProviders.Abstractions.dll b/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.FileProviders.Abstractions.dll deleted file mode 100644 index 688823be5..000000000 Binary files a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.FileProviders.Abstractions.dll and /dev/null differ diff --git a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.FileProviders.Composite.dll b/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.FileProviders.Composite.dll deleted file mode 100644 index c79ea2efc..000000000 Binary files a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.FileProviders.Composite.dll and /dev/null differ diff --git a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.FileProviders.Physical.dll b/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.FileProviders.Physical.dll deleted file mode 100644 index 175d44753..000000000 Binary files a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.FileProviders.Physical.dll and /dev/null differ diff --git a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.FileSystemGlobbing.dll b/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.FileSystemGlobbing.dll deleted file mode 100644 index c2db539ae..000000000 Binary files a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.FileSystemGlobbing.dll and /dev/null differ diff --git a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.Globalization.CultureInfoCache.dll b/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.Globalization.CultureInfoCache.dll deleted file mode 100644 index c8a6563a5..000000000 Binary files a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.Globalization.CultureInfoCache.dll and /dev/null differ diff --git a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.Localization.Abstractions.dll b/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.Localization.Abstractions.dll deleted file mode 100644 index 4cd35cfa0..000000000 Binary files a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.Localization.Abstractions.dll and /dev/null differ diff --git a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.Localization.dll b/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.Localization.dll deleted file mode 100644 index eb2d0283f..000000000 Binary files a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.Localization.dll and /dev/null differ diff --git a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.Logging.Abstractions.dll b/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.Logging.Abstractions.dll deleted file mode 100644 index 2673abdce..000000000 Binary files a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.Logging.Abstractions.dll and /dev/null differ diff --git a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.Logging.Console.dll b/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.Logging.Console.dll deleted file mode 100644 index 41d544a2a..000000000 Binary files a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.Logging.Console.dll and /dev/null differ diff --git a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.Logging.Debug.dll b/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.Logging.Debug.dll deleted file mode 100644 index aeec56066..000000000 Binary files a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.Logging.Debug.dll and /dev/null differ diff --git a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.Logging.dll b/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.Logging.dll deleted file mode 100644 index 235330b92..000000000 Binary files a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.Logging.dll and /dev/null differ diff --git a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.ObjectPool.dll b/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.ObjectPool.dll deleted file mode 100644 index ef1c82e74..000000000 Binary files a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.ObjectPool.dll and /dev/null differ diff --git a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.Options.ConfigurationExtensions.dll b/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.Options.ConfigurationExtensions.dll deleted file mode 100644 index 95f06c546..000000000 Binary files a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.Options.ConfigurationExtensions.dll and /dev/null differ diff --git a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.Options.dll b/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.Options.dll deleted file mode 100644 index 476d0e0d2..000000000 Binary files a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.Options.dll and /dev/null differ diff --git a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.PlatformAbstractions.dll b/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.PlatformAbstractions.dll deleted file mode 100644 index f0adccf6d..000000000 Binary files a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.PlatformAbstractions.dll and /dev/null differ diff --git a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.Primitives.dll b/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.Primitives.dll deleted file mode 100644 index 4dbad7dff..000000000 Binary files a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.Primitives.dll and /dev/null differ diff --git a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.WebEncoders.dll b/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.WebEncoders.dll deleted file mode 100644 index 5b0ea3a8c..000000000 Binary files a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.Extensions.WebEncoders.dll and /dev/null differ diff --git a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.Net.Http.Headers.dll b/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.Net.Http.Headers.dll deleted file mode 100644 index 5053dab1a..000000000 Binary files a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.Net.Http.Headers.dll and /dev/null differ diff --git a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.VisualStudio.Web.BrowserLink.Loader.dll b/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.VisualStudio.Web.BrowserLink.Loader.dll deleted file mode 100644 index 3b58dafd9..000000000 Binary files a/src/Socioboard/bin/Release/net451/win7-x64/Microsoft.VisualStudio.Web.BrowserLink.Loader.dll and /dev/null differ diff --git a/src/Socioboard/bin/Release/net451/win7-x64/MongoDB.Bson.dll b/src/Socioboard/bin/Release/net451/win7-x64/MongoDB.Bson.dll deleted file mode 100644 index 687411c0d..000000000 Binary files a/src/Socioboard/bin/Release/net451/win7-x64/MongoDB.Bson.dll and /dev/null differ diff --git a/src/Socioboard/bin/Release/net451/win7-x64/Newtonsoft.Json.dll b/src/Socioboard/bin/Release/net451/win7-x64/Newtonsoft.Json.dll deleted file mode 100644 index be6558d2d..000000000 Binary files a/src/Socioboard/bin/Release/net451/win7-x64/Newtonsoft.Json.dll and /dev/null differ diff --git a/src/Socioboard/bin/Release/net451/win7-x64/NuGet.Common.dll b/src/Socioboard/bin/Release/net451/win7-x64/NuGet.Common.dll deleted file mode 100644 index 9ecdf12cf..000000000 Binary files a/src/Socioboard/bin/Release/net451/win7-x64/NuGet.Common.dll and /dev/null differ diff --git a/src/Socioboard/bin/Release/net451/win7-x64/NuGet.Configuration.dll b/src/Socioboard/bin/Release/net451/win7-x64/NuGet.Configuration.dll deleted file mode 100644 index fa99e450a..000000000 Binary files a/src/Socioboard/bin/Release/net451/win7-x64/NuGet.Configuration.dll and /dev/null differ diff --git a/src/Socioboard/bin/Release/net451/win7-x64/NuGet.DependencyResolver.Core.dll b/src/Socioboard/bin/Release/net451/win7-x64/NuGet.DependencyResolver.Core.dll deleted file mode 100644 index 89b5e75e0..000000000 Binary files a/src/Socioboard/bin/Release/net451/win7-x64/NuGet.DependencyResolver.Core.dll and /dev/null differ diff --git a/src/Socioboard/bin/Release/net451/win7-x64/NuGet.Frameworks.dll b/src/Socioboard/bin/Release/net451/win7-x64/NuGet.Frameworks.dll deleted file mode 100644 index 9d23a6685..000000000 Binary files a/src/Socioboard/bin/Release/net451/win7-x64/NuGet.Frameworks.dll and /dev/null differ diff --git a/src/Socioboard/bin/Release/net451/win7-x64/NuGet.LibraryModel.dll b/src/Socioboard/bin/Release/net451/win7-x64/NuGet.LibraryModel.dll deleted file mode 100644 index 48417afd2..000000000 Binary files a/src/Socioboard/bin/Release/net451/win7-x64/NuGet.LibraryModel.dll and /dev/null differ diff --git a/src/Socioboard/bin/Release/net451/win7-x64/NuGet.Packaging.Core.Types.dll b/src/Socioboard/bin/Release/net451/win7-x64/NuGet.Packaging.Core.Types.dll deleted file mode 100644 index 7819e7887..000000000 Binary files a/src/Socioboard/bin/Release/net451/win7-x64/NuGet.Packaging.Core.Types.dll and /dev/null differ diff --git a/src/Socioboard/bin/Release/net451/win7-x64/NuGet.Packaging.Core.dll b/src/Socioboard/bin/Release/net451/win7-x64/NuGet.Packaging.Core.dll deleted file mode 100644 index 1490d97f4..000000000 Binary files a/src/Socioboard/bin/Release/net451/win7-x64/NuGet.Packaging.Core.dll and /dev/null differ diff --git a/src/Socioboard/bin/Release/net451/win7-x64/NuGet.Packaging.dll b/src/Socioboard/bin/Release/net451/win7-x64/NuGet.Packaging.dll deleted file mode 100644 index 16337ec39..000000000 Binary files a/src/Socioboard/bin/Release/net451/win7-x64/NuGet.Packaging.dll and /dev/null differ diff --git a/src/Socioboard/bin/Release/net451/win7-x64/NuGet.ProjectModel.dll b/src/Socioboard/bin/Release/net451/win7-x64/NuGet.ProjectModel.dll deleted file mode 100644 index f1d4f432d..000000000 Binary files a/src/Socioboard/bin/Release/net451/win7-x64/NuGet.ProjectModel.dll and /dev/null differ diff --git a/src/Socioboard/bin/Release/net451/win7-x64/NuGet.Protocol.Core.Types.dll b/src/Socioboard/bin/Release/net451/win7-x64/NuGet.Protocol.Core.Types.dll deleted file mode 100644 index 4bf0f336d..000000000 Binary files a/src/Socioboard/bin/Release/net451/win7-x64/NuGet.Protocol.Core.Types.dll and /dev/null differ diff --git a/src/Socioboard/bin/Release/net451/win7-x64/NuGet.Protocol.Core.v3.dll b/src/Socioboard/bin/Release/net451/win7-x64/NuGet.Protocol.Core.v3.dll deleted file mode 100644 index be6f6bdda..000000000 Binary files a/src/Socioboard/bin/Release/net451/win7-x64/NuGet.Protocol.Core.v3.dll and /dev/null differ diff --git a/src/Socioboard/bin/Release/net451/win7-x64/NuGet.Repositories.dll b/src/Socioboard/bin/Release/net451/win7-x64/NuGet.Repositories.dll deleted file mode 100644 index 802711dd2..000000000 Binary files a/src/Socioboard/bin/Release/net451/win7-x64/NuGet.Repositories.dll and /dev/null differ diff --git a/src/Socioboard/bin/Release/net451/win7-x64/NuGet.RuntimeModel.dll b/src/Socioboard/bin/Release/net451/win7-x64/NuGet.RuntimeModel.dll deleted file mode 100644 index 1dc9cde7e..000000000 Binary files a/src/Socioboard/bin/Release/net451/win7-x64/NuGet.RuntimeModel.dll and /dev/null differ diff --git a/src/Socioboard/bin/Release/net451/win7-x64/NuGet.Versioning.dll b/src/Socioboard/bin/Release/net451/win7-x64/NuGet.Versioning.dll deleted file mode 100644 index 40f0121ef..000000000 Binary files a/src/Socioboard/bin/Release/net451/win7-x64/NuGet.Versioning.dll and /dev/null differ diff --git a/src/Socioboard/bin/Release/net451/win7-x64/Serilog.Extensions.Logging.dll b/src/Socioboard/bin/Release/net451/win7-x64/Serilog.Extensions.Logging.dll deleted file mode 100644 index 49e51105f..000000000 Binary files a/src/Socioboard/bin/Release/net451/win7-x64/Serilog.Extensions.Logging.dll and /dev/null differ diff --git a/src/Socioboard/bin/Release/net451/win7-x64/Serilog.Sinks.ColoredConsole.dll b/src/Socioboard/bin/Release/net451/win7-x64/Serilog.Sinks.ColoredConsole.dll deleted file mode 100644 index 6a949d2b9..000000000 Binary files a/src/Socioboard/bin/Release/net451/win7-x64/Serilog.Sinks.ColoredConsole.dll and /dev/null differ diff --git a/src/Socioboard/bin/Release/net451/win7-x64/Serilog.Sinks.File.dll b/src/Socioboard/bin/Release/net451/win7-x64/Serilog.Sinks.File.dll deleted file mode 100644 index 82b583bcb..000000000 Binary files a/src/Socioboard/bin/Release/net451/win7-x64/Serilog.Sinks.File.dll and /dev/null differ diff --git a/src/Socioboard/bin/Release/net451/win7-x64/Serilog.Sinks.RollingFile.dll b/src/Socioboard/bin/Release/net451/win7-x64/Serilog.Sinks.RollingFile.dll deleted file mode 100644 index 1dd54c718..000000000 Binary files a/src/Socioboard/bin/Release/net451/win7-x64/Serilog.Sinks.RollingFile.dll and /dev/null differ diff --git a/src/Socioboard/bin/Release/net451/win7-x64/Serilog.dll b/src/Socioboard/bin/Release/net451/win7-x64/Serilog.dll deleted file mode 100644 index ee08c7645..000000000 Binary files a/src/Socioboard/bin/Release/net451/win7-x64/Serilog.dll and /dev/null differ diff --git a/src/Socioboard/bin/Release/net451/win7-x64/Socioboard.Facebook.dll b/src/Socioboard/bin/Release/net451/win7-x64/Socioboard.Facebook.dll deleted file mode 100644 index 791efac67..000000000 Binary files a/src/Socioboard/bin/Release/net451/win7-x64/Socioboard.Facebook.dll and /dev/null differ diff --git a/src/Socioboard/bin/Release/net451/win7-x64/Socioboard.Facebook.pdb b/src/Socioboard/bin/Release/net451/win7-x64/Socioboard.Facebook.pdb deleted file mode 100644 index 604934941..000000000 Binary files a/src/Socioboard/bin/Release/net451/win7-x64/Socioboard.Facebook.pdb and /dev/null differ diff --git a/src/Socioboard/bin/Release/net451/win7-x64/Socioboard.exe b/src/Socioboard/bin/Release/net451/win7-x64/Socioboard.exe deleted file mode 100644 index 2c662885f..000000000 Binary files a/src/Socioboard/bin/Release/net451/win7-x64/Socioboard.exe and /dev/null differ diff --git a/src/Socioboard/bin/Release/net451/win7-x64/Socioboard.exe.config b/src/Socioboard/bin/Release/net451/win7-x64/Socioboard.exe.config deleted file mode 100644 index 395d3fc8c..000000000 --- a/src/Socioboard/bin/Release/net451/win7-x64/Socioboard.exe.config +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/Socioboard/bin/Release/net451/win7-x64/Socioboard.pdb b/src/Socioboard/bin/Release/net451/win7-x64/Socioboard.pdb deleted file mode 100644 index 3d4c80819..000000000 Binary files a/src/Socioboard/bin/Release/net451/win7-x64/Socioboard.pdb and /dev/null differ diff --git a/src/Socioboard/bin/Release/net451/win7-x64/System.Buffers.dll b/src/Socioboard/bin/Release/net451/win7-x64/System.Buffers.dll deleted file mode 100644 index 0688ef3f2..000000000 Binary files a/src/Socioboard/bin/Release/net451/win7-x64/System.Buffers.dll and /dev/null differ diff --git a/src/Socioboard/bin/Release/net451/win7-x64/System.Collections.Immutable.dll b/src/Socioboard/bin/Release/net451/win7-x64/System.Collections.Immutable.dll deleted file mode 100644 index e9f8f6a45..000000000 Binary files a/src/Socioboard/bin/Release/net451/win7-x64/System.Collections.Immutable.dll and /dev/null differ diff --git a/src/Socioboard/bin/Release/net451/win7-x64/System.ComponentModel.Primitives.dll b/src/Socioboard/bin/Release/net451/win7-x64/System.ComponentModel.Primitives.dll deleted file mode 100644 index 74190569c..000000000 Binary files a/src/Socioboard/bin/Release/net451/win7-x64/System.ComponentModel.Primitives.dll and /dev/null differ diff --git a/src/Socioboard/bin/Release/net451/win7-x64/System.ComponentModel.TypeConverter.dll b/src/Socioboard/bin/Release/net451/win7-x64/System.ComponentModel.TypeConverter.dll deleted file mode 100644 index fcf08ab4e..000000000 Binary files a/src/Socioboard/bin/Release/net451/win7-x64/System.ComponentModel.TypeConverter.dll and /dev/null differ diff --git a/src/Socioboard/bin/Release/net451/win7-x64/System.Diagnostics.DiagnosticSource.dll b/src/Socioboard/bin/Release/net451/win7-x64/System.Diagnostics.DiagnosticSource.dll deleted file mode 100644 index 47fb590f9..000000000 Binary files a/src/Socioboard/bin/Release/net451/win7-x64/System.Diagnostics.DiagnosticSource.dll and /dev/null differ diff --git a/src/Socioboard/bin/Release/net451/win7-x64/System.Net.Http.Formatting.dll b/src/Socioboard/bin/Release/net451/win7-x64/System.Net.Http.Formatting.dll deleted file mode 100644 index 3b76acd6b..000000000 Binary files a/src/Socioboard/bin/Release/net451/win7-x64/System.Net.Http.Formatting.dll and /dev/null differ diff --git a/src/Socioboard/bin/Release/net451/win7-x64/System.Numerics.Vectors.dll b/src/Socioboard/bin/Release/net451/win7-x64/System.Numerics.Vectors.dll deleted file mode 100644 index fa383b88a..000000000 Binary files a/src/Socioboard/bin/Release/net451/win7-x64/System.Numerics.Vectors.dll and /dev/null differ diff --git a/src/Socioboard/bin/Release/net451/win7-x64/System.Reflection.Metadata.dll b/src/Socioboard/bin/Release/net451/win7-x64/System.Reflection.Metadata.dll deleted file mode 100644 index accf84dd5..000000000 Binary files a/src/Socioboard/bin/Release/net451/win7-x64/System.Reflection.Metadata.dll and /dev/null differ diff --git a/src/Socioboard/bin/Release/net451/win7-x64/System.Runtime.InteropServices.RuntimeInformation.dll b/src/Socioboard/bin/Release/net451/win7-x64/System.Runtime.InteropServices.RuntimeInformation.dll deleted file mode 100644 index 86fa29f9c..000000000 Binary files a/src/Socioboard/bin/Release/net451/win7-x64/System.Runtime.InteropServices.RuntimeInformation.dll and /dev/null differ diff --git a/src/Socioboard/bin/Release/net451/win7-x64/System.Text.Encodings.Web.dll b/src/Socioboard/bin/Release/net451/win7-x64/System.Text.Encodings.Web.dll deleted file mode 100644 index 8f104e2f6..000000000 Binary files a/src/Socioboard/bin/Release/net451/win7-x64/System.Text.Encodings.Web.dll and /dev/null differ diff --git a/src/Socioboard/bin/Release/net451/win7-x64/System.Threading.Tasks.Extensions.dll b/src/Socioboard/bin/Release/net451/win7-x64/System.Threading.Tasks.Extensions.dll deleted file mode 100644 index 42a11c81b..000000000 Binary files a/src/Socioboard/bin/Release/net451/win7-x64/System.Threading.Tasks.Extensions.dll and /dev/null differ diff --git a/src/Socioboard/bin/Release/net451/win7-x64/dotnet-razor-tooling.exe b/src/Socioboard/bin/Release/net451/win7-x64/dotnet-razor-tooling.exe deleted file mode 100644 index e5de70ac8..000000000 Binary files a/src/Socioboard/bin/Release/net451/win7-x64/dotnet-razor-tooling.exe and /dev/null differ diff --git a/src/Socioboard/bin/Release/net451/win7-x64/dotnet-razor-tooling.exe.config b/src/Socioboard/bin/Release/net451/win7-x64/dotnet-razor-tooling.exe.config deleted file mode 100644 index 395d3fc8c..000000000 --- a/src/Socioboard/bin/Release/net451/win7-x64/dotnet-razor-tooling.exe.config +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/Socioboard/bin/Release/net451/win7-x64/libuv.dll b/src/Socioboard/bin/Release/net451/win7-x64/libuv.dll deleted file mode 100644 index dba44f87d..000000000 Binary files a/src/Socioboard/bin/Release/net451/win7-x64/libuv.dll and /dev/null differ diff --git a/src/Socioboard/obj/Debug/net451/.IncrementalCache b/src/Socioboard/obj/Debug/net451/.IncrementalCache deleted file mode 100644 index 68adfc529..000000000 --- a/src/Socioboard/obj/Debug/net451/.IncrementalCache +++ /dev/null @@ -1 +0,0 @@ -{"inputs":["D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard\\project.json","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard\\project.lock.json","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard\\Program.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard\\Startup.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard\\Controllers\\BoardMeController.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard\\Controllers\\DropboxManagerController.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard\\Controllers\\FacebookManagerController.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard\\Controllers\\GoogleManagerController.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard\\Controllers\\HomeController.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard\\Controllers\\IndexController.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard\\Controllers\\InstagramManagerController.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard\\Controllers\\LinkedinManagerController.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard\\Controllers\\LogoutController.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard\\Controllers\\OauthLogin.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard\\Controllers\\PinterestManagerController.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard\\Controllers\\TwitterManagerController.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard\\Controllers\\Admin\\AdminCouponsController.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard\\Controllers\\Admin\\AdminElasticmailController.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard\\Controllers\\Admin\\AdminHomeController.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard\\Controllers\\Admin\\AdminNewsLetterController.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard\\Controllers\\Admin\\AdminPakagesController.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard\\Controllers\\Admin\\AdminSehduledMesssageController.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard\\Controllers\\Admin\\AdminUserController.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard\\Extensions\\MyExtension.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard\\Extensions\\SessionExtensions.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard\\Helpers\\AppSettings.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard\\Helpers\\CustomHttpWebRequest.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard\\Helpers\\Facebook.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard\\Helpers\\Payment.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard\\Helpers\\PluginHelper.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard\\Helpers\\ProfilesHelper.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard\\Helpers\\WebApiReq.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard\\Services\\CustomViewLocationRazorViewEngine.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard\\Services\\IEmailSender.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard\\Services\\ISmsSender.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard\\Services\\MessageServices.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard\\Services\\SendMessage.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Facebook\\bin\\Debug\\net451\\Socioboard.Facebook.dll","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Pinterest\\bin\\Debug\\net451\\Socioboard.Pinterest.dll"],"outputs":["D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard\\bin\\Debug\\net451\\Socioboard.exe","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard\\bin\\Debug\\net451\\Socioboard.pdb","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard\\bin\\Debug\\net451\\win7-x64\\Socioboard.exe","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard\\bin\\Debug\\net451\\win7-x64\\Socioboard.pdb","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard\\bin\\Debug\\net451\\win7-x64\\Socioboard.exe.config"],"buildArguments":{"version-suffix":null}} \ No newline at end of file diff --git a/src/Socioboard/obj/Debug/net451/.SDKVersion b/src/Socioboard/obj/Debug/net451/.SDKVersion deleted file mode 100644 index 5e5dfd6a9..000000000 --- a/src/Socioboard/obj/Debug/net451/.SDKVersion +++ /dev/null @@ -1,4 +0,0 @@ -635cf40e58ede8a53e8b9555e19a6e1ccd6f9fbe -1.0.0-preview2-003131 - -win81-x64 \ No newline at end of file diff --git a/src/Socioboard/obj/Debug/net451/Socioboarddotnet-compile.deps.json b/src/Socioboard/obj/Debug/net451/Socioboarddotnet-compile.deps.json deleted file mode 100644 index c9f12b472..000000000 --- a/src/Socioboard/obj/Debug/net451/Socioboarddotnet-compile.deps.json +++ /dev/null @@ -1,3348 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETFramework,Version=v4.5.1/", - "signature": "5fddc8259f9d031ec812da40a230125947a35fc2" - }, - "compilationOptions": { - "defines": [ - "DEBUG", - "TRACE", - "NET451" - ], - "platform": "x64", - "optimize": false, - "emitEntryPoint": true - }, - "targets": { - ".NETFramework,Version=v4.5.1": { - "Socioboard/1.0.0": { - "dependencies": { - "Microsoft.AspNet.WebApi.Client": "5.2.3", - "Microsoft.ApplicationInsights.AspNetCore": "1.0.0", - "Microsoft.AspNetCore.Diagnostics": "1.0.0", - "Microsoft.AspNetCore.Mvc": "1.0.0", - "Microsoft.AspNetCore.Server.IISIntegration": "1.0.0", - "Microsoft.AspNetCore.Server.Kestrel": "1.0.0", - "Microsoft.AspNetCore.Session": "1.0.0", - "Microsoft.AspNetCore.StaticFiles": "1.0.0", - "Microsoft.Extensions.Caching.Memory": "1.0.0", - "Microsoft.Extensions.Configuration": "1.0.0", - "Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0", - "Microsoft.Extensions.Configuration.Json": "1.0.0", - "Microsoft.Extensions.Logging": "1.0.0", - "Microsoft.Extensions.Logging.Console": "1.0.0", - "Microsoft.Extensions.Logging.Debug": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0", - "Microsoft.Extensions.Options.ConfigurationExtensions": "1.0.0", - "Microsoft.VisualStudio.Web.BrowserLink.Loader": "14.0.0", - "Serilog.Extensions.Logging": "1.1.0", - "Serilog.Sinks.ColoredConsole": "2.0.0", - "Serilog.Sinks.RollingFile": "2.1.0", - "Hammock": "1.2.3", - "Microsoft.AspNetCore.Authentication.Cookies": "1.0.0", - "Socioboard.Facebook": "1.0.0", - "Serilog": "2.1.0", - "HtmlAgilityPack": "1.4.9.5", - "Socioboard.Pinterest": "1.0.0", - "iTextSharp": "5.5.11" - }, - "compile": { - "Socioboard.exe": {} - } - }, - "Facebook/7.0.10-beta": { - "compile": { - "lib/net45/Facebook.dll": {} - } - }, - "Hammock/1.2.3": { - "compile": { - "lib/net40/Hammock.dll": {} - } - }, - "HtmlAgilityPack/1.4.9.5": { - "compile": { - "lib/Net45/HtmlAgilityPack.dll": {} - } - }, - "iTextSharp/5.5.11": { - "compile": { - "lib/itextsharp.dll": {} - } - }, - "Libuv/1.9.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1" - } - }, - "Microsoft.ApplicationInsights/2.1.0": { - "compile": { - "lib/net45/Microsoft.ApplicationInsights.dll": {} - } - }, - "Microsoft.ApplicationInsights.Agent.Intercept/1.2.1": { - "compile": { - "lib/net45/Microsoft.AI.Agent.Intercept.dll": {} - } - }, - "Microsoft.ApplicationInsights.AspNetCore/1.0.0": { - "dependencies": { - "Microsoft.ApplicationInsights": "2.1.0", - "Microsoft.ApplicationInsights.DependencyCollector": "2.1.0", - "Microsoft.ApplicationInsights.PerfCounterCollector": "2.1.0", - "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel": "2.1.0", - "Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Http.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Mvc.ViewFeatures": "1.0.0", - "Microsoft.Extensions.Configuration": "1.0.0", - "Microsoft.Extensions.DiagnosticAdapter": "1.0.0", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0" - }, - "compile": { - "lib/net451/Microsoft.ApplicationInsights.AspNetCore.dll": {} - } - }, - "Microsoft.ApplicationInsights.DependencyCollector/2.1.0": { - "dependencies": { - "Microsoft.ApplicationInsights": "2.1.0", - "Microsoft.ApplicationInsights.Agent.Intercept": "1.2.1" - }, - "compile": { - "lib/net45/Microsoft.AI.DependencyCollector.dll": {} - } - }, - "Microsoft.ApplicationInsights.PerfCounterCollector/2.1.0": { - "dependencies": { - "Microsoft.ApplicationInsights": "2.1.0" - }, - "compile": { - "lib/net45/Microsoft.AI.PerfCounterCollector.dll": {} - } - }, - "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel/2.1.0": { - "dependencies": { - "Microsoft.ApplicationInsights": "2.1.0" - }, - "compile": { - "lib/net45/Microsoft.AI.ServerTelemetryChannel.dll": {} - } - }, - "Microsoft.AspNet.WebApi.Client/5.2.3": { - "dependencies": { - "Newtonsoft.Json": "9.0.1", - "System.Net.Http": "4.0.0.0" - }, - "compile": { - "lib/net45/System.Net.Http.Formatting.dll": {} - } - }, - "Microsoft.AspNetCore.Antiforgery/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.DataProtection": "1.0.0", - "Microsoft.AspNetCore.Http.Abstractions": "1.0.0", - "Microsoft.AspNetCore.WebUtilities": "1.0.0", - "Microsoft.Extensions.ObjectPool": "1.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Antiforgery.dll": {} - } - }, - "Microsoft.AspNetCore.Authentication/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.DataProtection": "1.0.0", - "Microsoft.AspNetCore.Http": "1.0.0", - "Microsoft.AspNetCore.Http.Extensions": "1.0.0", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0", - "Microsoft.Extensions.WebEncoders": "1.0.0", - "System.Net.Http": "4.0.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Authentication.dll": {} - } - }, - "Microsoft.AspNetCore.Authentication.Cookies/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Authentication": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0", - "Microsoft.Extensions.WebEncoders": "1.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Authentication.Cookies.dll": {} - } - }, - "Microsoft.AspNetCore.Authorization/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Authorization.dll": {} - } - }, - "Microsoft.AspNetCore.Cors/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Extensions": "1.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "1.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Cors.dll": {} - } - }, - "Microsoft.AspNetCore.Cryptography.Internal/1.0.0": { - "compile": { - "lib/net451/Microsoft.AspNetCore.Cryptography.Internal.dll": {} - } - }, - "Microsoft.AspNetCore.DataProtection/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Cryptography.Internal": "1.0.0", - "Microsoft.AspNetCore.DataProtection.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0", - "System.Security": "4.0.0.0", - "System.Xml": "4.0.0.0", - "System.Xml.Linq": "4.0.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.DataProtection.dll": {} - } - }, - "Microsoft.AspNetCore.DataProtection.Abstractions/1.0.0": { - "compile": { - "lib/net451/Microsoft.AspNetCore.DataProtection.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Diagnostics/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Diagnostics.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Http.Extensions": "1.0.0", - "Microsoft.AspNetCore.WebUtilities": "1.0.0", - "Microsoft.Extensions.FileProviders.Physical": "1.0.0", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0", - "System.Diagnostics.DiagnosticSource": "4.0.0", - "System.Reflection.Metadata": "1.3.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Diagnostics.dll": {} - } - }, - "Microsoft.AspNetCore.Diagnostics.Abstractions/1.0.0": { - "dependencies": { - "System.Resources.ResourceManager": "4.0.0.0" - }, - "compile": { - "lib/netstandard1.0/Microsoft.AspNetCore.Diagnostics.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Hosting/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Hosting.Server.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Http": "1.0.0", - "Microsoft.AspNetCore.Http.Extensions": "1.0.0", - "Microsoft.Extensions.Configuration": "1.0.0", - "Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0", - "Microsoft.Extensions.DependencyInjection": "1.0.0", - "Microsoft.Extensions.FileProviders.Physical": "1.0.0", - "Microsoft.Extensions.Logging": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0", - "Microsoft.Extensions.PlatformAbstractions": "1.0.0", - "System.Diagnostics.DiagnosticSource": "4.0.0", - "System.Reflection.Metadata": "1.3.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Hosting.dll": {} - } - }, - "Microsoft.AspNetCore.Hosting.Abstractions/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Hosting.Server.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Http.Abstractions": "1.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "1.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "1.0.0", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Hosting.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Hosting.Server.Abstractions/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Features": "1.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "1.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Html.Abstractions/1.0.0": { - "dependencies": { - "System.Collections": "4.0.0.0", - "System.Resources.ResourceManager": "4.0.0.0", - "System.Text.Encodings.Web": "4.0.0" - }, - "compile": { - "lib/netstandard1.0/Microsoft.AspNetCore.Html.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Http/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Abstractions": "1.0.0", - "Microsoft.AspNetCore.WebUtilities": "1.0.0", - "Microsoft.Extensions.ObjectPool": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0", - "Microsoft.Net.Http.Headers": "1.0.0", - "System.Buffers": "4.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Http.dll": {} - } - }, - "Microsoft.AspNetCore.Http.Abstractions/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Features": "1.0.0", - "System.Text.Encodings.Web": "4.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Http.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Http.Extensions/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Abstractions": "1.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "1.0.0", - "Microsoft.Net.Http.Headers": "1.0.0", - "System.Buffers": "4.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Http.Extensions.dll": {} - } - }, - "Microsoft.AspNetCore.Http.Features/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "1.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Http.Features.dll": {} - } - }, - "Microsoft.AspNetCore.HttpOverrides/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Extensions": "1.0.0", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.HttpOverrides.dll": {} - } - }, - "Microsoft.AspNetCore.JsonPatch/1.0.0": { - "dependencies": { - "Microsoft.CSharp": "4.0.0.0", - "Newtonsoft.Json": "9.0.1", - "System.Collections.Concurrent": "4.0.0.0", - "System.ComponentModel.TypeConverter": "4.1.0", - "System.Diagnostics.Debug": "4.0.0.0", - "System.Globalization": "4.0.0.0", - "System.Linq": "4.0.0.0", - "System.Reflection.Extensions": "4.0.0.0", - "System.Resources.ResourceManager": "4.0.0.0", - "System.Runtime.Extensions": "4.0.0.0", - "System.Runtime.Serialization.Primitives": "4.0.0.0", - "System.Text.Encoding.Extensions": "4.0.0.0" - }, - "compile": { - "lib/netstandard1.1/Microsoft.AspNetCore.JsonPatch.dll": {} - } - }, - "Microsoft.AspNetCore.Localization/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Extensions": "1.0.0", - "Microsoft.Extensions.Globalization.CultureInfoCache": "1.0.0", - "Microsoft.Extensions.Localization.Abstractions": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Localization.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.ApiExplorer": "1.0.0", - "Microsoft.AspNetCore.Mvc.Cors": "1.0.0", - "Microsoft.AspNetCore.Mvc.DataAnnotations": "1.0.0", - "Microsoft.AspNetCore.Mvc.Formatters.Json": "1.0.0", - "Microsoft.AspNetCore.Mvc.Localization": "1.0.0", - "Microsoft.AspNetCore.Mvc.Razor": "1.0.0", - "Microsoft.AspNetCore.Mvc.TagHelpers": "1.0.0", - "Microsoft.AspNetCore.Mvc.ViewFeatures": "1.0.0", - "Microsoft.Extensions.Caching.Memory": "1.0.0", - "Microsoft.Extensions.DependencyInjection": "1.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Mvc.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Abstractions/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Routing.Abstractions": "1.0.0", - "Microsoft.Net.Http.Headers": "1.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Mvc.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.ApiExplorer/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.Core": "1.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Mvc.ApiExplorer.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Core/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Authorization": "1.0.0", - "Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Http": "1.0.0", - "Microsoft.AspNetCore.Mvc.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Routing": "1.0.0", - "Microsoft.Extensions.DependencyModel": "1.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "1.0.0", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "Microsoft.Extensions.PlatformAbstractions": "1.0.0", - "System.Buffers": "4.0.0", - "System.Diagnostics.DiagnosticSource": "4.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Mvc.Core.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Cors/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Cors": "1.0.0", - "Microsoft.AspNetCore.Mvc.Core": "1.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Mvc.Cors.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.DataAnnotations/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.Core": "1.0.0", - "Microsoft.Extensions.Localization": "1.0.0", - "System.ComponentModel.DataAnnotations": "4.0.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Mvc.DataAnnotations.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Formatters.Json/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.JsonPatch": "1.0.0", - "Microsoft.AspNetCore.Mvc.Core": "1.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Mvc.Formatters.Json.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Localization/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Localization": "1.0.0", - "Microsoft.AspNetCore.Mvc.Razor": "1.0.0", - "Microsoft.Extensions.DependencyInjection": "1.0.0", - "Microsoft.Extensions.Localization": "1.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Mvc.Localization.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Razor/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.Razor.Host": "1.0.0", - "Microsoft.AspNetCore.Mvc.ViewFeatures": "1.0.0", - "Microsoft.CodeAnalysis.CSharp": "1.3.0", - "Microsoft.Extensions.FileProviders.Composite": "1.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Mvc.Razor.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Razor.Host/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Razor.Runtime": "1.0.0", - "Microsoft.Extensions.Caching.Memory": "1.0.0", - "Microsoft.Extensions.FileProviders.Physical": "1.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Mvc.Razor.Host.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.TagHelpers/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.Razor": "1.0.0", - "Microsoft.Extensions.Caching.Memory": "1.0.0", - "Microsoft.Extensions.FileSystemGlobbing": "1.0.0", - "Microsoft.Extensions.Primitives": "1.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Mvc.TagHelpers.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.ViewFeatures/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Antiforgery": "1.0.0", - "Microsoft.AspNetCore.Diagnostics.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Html.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Mvc.Core": "1.0.0", - "Microsoft.AspNetCore.Mvc.DataAnnotations": "1.0.0", - "Microsoft.AspNetCore.Mvc.Formatters.Json": "1.0.0", - "Microsoft.Extensions.WebEncoders": "1.0.0", - "Newtonsoft.Json": "9.0.1", - "System.Buffers": "4.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Mvc.ViewFeatures.dll": {} - } - }, - "Microsoft.AspNetCore.Razor/1.0.0": { - "compile": { - "lib/net451/Microsoft.AspNetCore.Razor.dll": {} - } - }, - "Microsoft.AspNetCore.Razor.Runtime/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Html.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Razor": "1.0.0", - "System.Xml": "4.0.0.0", - "System.Xml.Linq": "4.0.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Razor.Runtime.dll": {} - } - }, - "Microsoft.AspNetCore.Routing/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Extensions": "1.0.0", - "Microsoft.AspNetCore.Routing.Abstractions": "1.0.0", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "Microsoft.Extensions.ObjectPool": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Routing.dll": {} - } - }, - "Microsoft.AspNetCore.Routing.Abstractions/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Abstractions": "1.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Routing.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Server.IISIntegration/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Http": "1.0.0", - "Microsoft.AspNetCore.Http.Extensions": "1.0.0", - "Microsoft.AspNetCore.HttpOverrides": "1.0.0", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Server.IISIntegration.dll": {} - } - }, - "Microsoft.AspNetCore.Server.Kestrel/1.0.0": { - "dependencies": { - "Libuv": "1.9.0", - "Microsoft.AspNetCore.Hosting": "1.0.0", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "System.Buffers": "4.0.0", - "System.Numerics.Vectors": "4.1.1", - "System.Runtime.InteropServices.RuntimeInformation": "4.0.0", - "System.Threading.Tasks.Extensions": "4.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Server.Kestrel.dll": {} - } - }, - "Microsoft.AspNetCore.Session/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.DataProtection": "1.0.0", - "Microsoft.AspNetCore.Http.Abstractions": "1.0.0", - "Microsoft.Extensions.Caching.Abstractions": "1.0.0", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Session.dll": {} - } - }, - "Microsoft.AspNetCore.StaticFiles/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Http.Extensions": "1.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "1.0.0", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "Microsoft.Extensions.WebEncoders": "1.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.StaticFiles.dll": {} - } - }, - "Microsoft.AspNetCore.WebUtilities/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "1.0.0", - "System.Buffers": "4.0.0", - "System.Text.Encodings.Web": "4.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.WebUtilities.dll": {} - } - }, - "Microsoft.CodeAnalysis.Analyzers/1.1.0": { - "dependencies": { - "System": "4.0.0.0" - } - }, - "Microsoft.CodeAnalysis.Common/1.3.0": { - "dependencies": { - "Microsoft.CodeAnalysis.Analyzers": "1.1.0", - "System.Collections.Immutable": "1.2.0", - "System.Reflection.Metadata": "1.3.0" - }, - "compile": { - "lib/net45/Microsoft.CodeAnalysis.dll": {} - } - }, - "Microsoft.CodeAnalysis.CSharp/1.3.0": { - "dependencies": { - "Microsoft.CodeAnalysis.Common": "1.3.0" - }, - "compile": { - "lib/net45/Microsoft.CodeAnalysis.CSharp.dll": {} - } - }, - "Microsoft.CSharp/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/Microsoft.CSharp.dll": {} - } - }, - "Microsoft.DotNet.InternalAbstractions/1.0.0": { - "compile": { - "lib/net451/Microsoft.DotNet.InternalAbstractions.dll": {} - } - }, - "Microsoft.Extensions.Caching.Abstractions/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "1.0.0", - "System.Collections": "4.0.0.0", - "System.Threading": "4.0.0.0", - "System.Threading.Tasks": "4.0.0.0" - }, - "compile": { - "lib/netstandard1.0/Microsoft.Extensions.Caching.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.Caching.Memory/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Caching.Abstractions": "1.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0" - }, - "compile": { - "lib/net451/Microsoft.Extensions.Caching.Memory.dll": {} - } - }, - "Microsoft.Extensions.Configuration/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "1.0.0", - "System.Collections": "4.0.0.0", - "System.Diagnostics.Debug": "4.0.0.0", - "System.IO": "4.0.0.0", - "System.Resources.ResourceManager": "4.0.0.0", - "System.Runtime.Extensions": "4.0.0.0", - "System.Runtime.InteropServices": "4.0.10.0", - "System.Threading": "4.0.0.0" - }, - "compile": { - "lib/netstandard1.1/Microsoft.Extensions.Configuration.dll": {} - } - }, - "Microsoft.Extensions.Configuration.Abstractions/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "1.0.0", - "System.Linq": "4.0.0.0" - }, - "compile": { - "lib/netstandard1.0/Microsoft.Extensions.Configuration.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.Configuration.Binder/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "1.0.0", - "System.ComponentModel.TypeConverter": "4.1.0" - }, - "compile": { - "lib/netstandard1.1/Microsoft.Extensions.Configuration.Binder.dll": {} - } - }, - "Microsoft.Extensions.Configuration.EnvironmentVariables/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "1.0.0" - }, - "compile": { - "lib/net451/Microsoft.Extensions.Configuration.EnvironmentVariables.dll": {} - } - }, - "Microsoft.Extensions.Configuration.FileExtensions/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "1.0.0", - "Microsoft.Extensions.FileProviders.Physical": "1.0.0" - }, - "compile": { - "lib/net451/Microsoft.Extensions.Configuration.FileExtensions.dll": {} - } - }, - "Microsoft.Extensions.Configuration.Json/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "1.0.0", - "Microsoft.Extensions.Configuration.FileExtensions": "1.0.0", - "Newtonsoft.Json": "9.0.1" - }, - "compile": { - "lib/net451/Microsoft.Extensions.Configuration.Json.dll": {} - } - }, - "Microsoft.Extensions.DependencyInjection/1.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0", - "System.Collections": "4.0.0.0", - "System.Collections.Concurrent": "4.0.0.0", - "System.Runtime.Extensions": "4.0.0.0", - "System.Threading": "4.0.0.0", - "System.Threading.Tasks": "4.0.0.0" - }, - "compile": { - "lib/netstandard1.1/Microsoft.Extensions.DependencyInjection.dll": {} - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0": { - "dependencies": { - "System.ComponentModel": "4.0.0.0", - "System.Diagnostics.Debug": "4.0.0.0", - "System.Globalization": "4.0.0.0", - "System.Linq": "4.0.0.0", - "System.Linq.Expressions": "4.0.0.0", - "System.Reflection": "4.0.0.0", - "System.Resources.ResourceManager": "4.0.0.0" - }, - "compile": { - "lib/netstandard1.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.DependencyModel/1.0.0": { - "dependencies": { - "Microsoft.DotNet.InternalAbstractions": "1.0.0", - "Newtonsoft.Json": "9.0.1" - }, - "compile": { - "lib/net451/Microsoft.Extensions.DependencyModel.dll": {} - } - }, - "Microsoft.Extensions.DiagnosticAdapter/1.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0", - "System.Collections.Concurrent": "4.0.0.0", - "System.ComponentModel": "4.0.0.0", - "System.Diagnostics.DiagnosticSource": "4.0.0", - "System.Reflection.Emit": "4.0.0.0", - "System.Reflection.Emit.Lightweight": "4.0.0.0", - "System.Reflection.Extensions": "4.0.0.0", - "System.Runtime.Extensions": "4.0.0.0" - }, - "compile": { - "lib/netstandard1.1/Microsoft.Extensions.DiagnosticAdapter.dll": {} - } - }, - "Microsoft.Extensions.FileProviders.Abstractions/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "1.0.0", - "System.IO": "4.0.0.0", - "System.Resources.ResourceManager": "4.0.0.0" - }, - "compile": { - "lib/netstandard1.0/Microsoft.Extensions.FileProviders.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.FileProviders.Composite/1.0.0": { - "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "1.0.0" - }, - "compile": { - "lib/netstandard1.0/Microsoft.Extensions.FileProviders.Composite.dll": {} - } - }, - "Microsoft.Extensions.FileProviders.Physical/1.0.0": { - "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "1.0.0", - "Microsoft.Extensions.FileSystemGlobbing": "1.0.0" - }, - "compile": { - "lib/net451/Microsoft.Extensions.FileProviders.Physical.dll": {} - } - }, - "Microsoft.Extensions.FileSystemGlobbing/1.0.0": { - "compile": { - "lib/net451/Microsoft.Extensions.FileSystemGlobbing.dll": {} - } - }, - "Microsoft.Extensions.Globalization.CultureInfoCache/1.0.0": { - "dependencies": { - "System.Collections.Concurrent": "4.0.0.0", - "System.Linq": "4.0.0.0", - "System.Resources.ResourceManager": "4.0.0.0" - }, - "compile": { - "lib/netstandard1.1/Microsoft.Extensions.Globalization.CultureInfoCache.dll": {} - } - }, - "Microsoft.Extensions.Localization/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0", - "Microsoft.Extensions.Localization.Abstractions": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0" - }, - "compile": { - "lib/net451/Microsoft.Extensions.Localization.dll": {} - } - }, - "Microsoft.Extensions.Localization.Abstractions/1.0.0": { - "dependencies": { - "Microsoft.CSharp": "4.0.0.0", - "System.Globalization": "4.0.0.0", - "System.Resources.ResourceManager": "4.0.0.0" - }, - "compile": { - "lib/netstandard1.0/Microsoft.Extensions.Localization.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.Logging/1.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "System.Threading": "4.0.0.0" - }, - "compile": { - "lib/netstandard1.1/Microsoft.Extensions.Logging.dll": {} - } - }, - "Microsoft.Extensions.Logging.Abstractions/1.0.0": { - "dependencies": { - "System.Collections": "4.0.0.0", - "System.Collections.Concurrent": "4.0.0.0", - "System.Diagnostics.Debug": "4.0.0.0", - "System.Globalization": "4.0.0.0", - "System.Linq": "4.0.0.0", - "System.Reflection": "4.0.0.0", - "System.Resources.ResourceManager": "4.0.0.0", - "System.Runtime.Extensions": "4.0.0.0", - "System.Runtime.InteropServices": "4.0.10.0" - }, - "compile": { - "lib/netstandard1.1/Microsoft.Extensions.Logging.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.Logging.Console/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "1.0.0", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.0.0" - }, - "compile": { - "lib/net451/Microsoft.Extensions.Logging.Console.dll": {} - } - }, - "Microsoft.Extensions.Logging.Debug/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Logging.Abstractions": "1.0.0" - }, - "compile": { - "lib/net451/Microsoft.Extensions.Logging.Debug.dll": {} - } - }, - "Microsoft.Extensions.ObjectPool/1.0.0": { - "compile": { - "lib/net451/Microsoft.Extensions.ObjectPool.dll": {} - } - }, - "Microsoft.Extensions.Options/1.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0", - "Microsoft.Extensions.Primitives": "1.0.0", - "System.ComponentModel": "4.0.0.0", - "System.Diagnostics.Debug": "4.0.0.0", - "System.Globalization": "4.0.0.0", - "System.Linq": "4.0.0.0", - "System.Linq.Expressions": "4.0.0.0", - "System.Reflection": "4.0.0.0", - "System.Resources.ResourceManager": "4.0.0.0", - "System.Runtime.Extensions": "4.0.0.0", - "System.Threading": "4.0.0.0" - }, - "compile": { - "lib/netstandard1.0/Microsoft.Extensions.Options.dll": {} - } - }, - "Microsoft.Extensions.Options.ConfigurationExtensions/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "1.0.0", - "Microsoft.Extensions.Configuration.Binder": "1.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0" - }, - "compile": { - "lib/netstandard1.1/Microsoft.Extensions.Options.ConfigurationExtensions.dll": {} - } - }, - "Microsoft.Extensions.PlatformAbstractions/1.0.0": { - "compile": { - "lib/net451/Microsoft.Extensions.PlatformAbstractions.dll": {} - } - }, - "Microsoft.Extensions.Primitives/1.0.0": { - "dependencies": { - "System.Resources.ResourceManager": "4.0.0.0", - "System.Runtime": "4.0.10.0" - }, - "compile": { - "lib/netstandard1.0/Microsoft.Extensions.Primitives.dll": {} - } - }, - "Microsoft.Extensions.WebEncoders/1.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0", - "System.Text.Encodings.Web": "4.0.0" - }, - "compile": { - "lib/netstandard1.0/Microsoft.Extensions.WebEncoders.dll": {} - } - }, - "Microsoft.Net.Http.Headers/1.0.0": { - "dependencies": { - "System.Buffers": "4.0.0", - "System.Collections": "4.0.0.0", - "System.Diagnostics.Contracts": "4.0.0.0", - "System.Globalization": "4.0.0.0", - "System.Linq": "4.0.0.0", - "System.Resources.ResourceManager": "4.0.0.0", - "System.Runtime.Extensions": "4.0.0.0", - "System.Text.Encoding": "4.0.0.0" - }, - "compile": { - "lib/netstandard1.1/Microsoft.Net.Http.Headers.dll": {} - } - }, - "Microsoft.NETCore.Platforms/1.0.1": {}, - "Microsoft.VisualStudio.Web.BrowserLink.Loader/14.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Abstractions": "1.0.0", - "Microsoft.Extensions.FileProviders.Physical": "1.0.0", - "Microsoft.Extensions.PlatformAbstractions": "1.0.0" - }, - "compile": { - "lib/net451/Microsoft.VisualStudio.Web.BrowserLink.Loader.dll": {} - } - }, - "MongoDB.Bson/2.2.4": { - "compile": { - "lib/net45/MongoDB.Bson.dll": {} - } - }, - "NETStandard.Library/1.6.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "System.Collections": "4.0.0.0", - "System.Collections.Concurrent": "4.0.0.0", - "System.Diagnostics.Debug": "4.0.0.0", - "System.Diagnostics.Tools": "4.0.0.0", - "System.Diagnostics.Tracing": "4.0.10.0", - "System.Globalization": "4.0.0.0", - "System.IO": "4.0.0.0", - "System.IO.Compression": "4.0.0.0", - "System.Linq": "4.0.0.0", - "System.Linq.Expressions": "4.0.0.0", - "System.Net.Http": "4.0.0.0", - "System.Net.Primitives": "4.0.0.0", - "System.ObjectModel": "4.0.0.0", - "System.Reflection": "4.0.0.0", - "System.Reflection.Extensions": "4.0.0.0", - "System.Reflection.Primitives": "4.0.0.0", - "System.Resources.ResourceManager": "4.0.0.0", - "System.Runtime": "4.0.10.0", - "System.Runtime.Extensions": "4.0.0.0", - "System.Runtime.InteropServices": "4.0.10.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.0.0", - "System.Runtime.Numerics": "4.0.0.0", - "System.Text.Encoding": "4.0.0.0", - "System.Text.Encoding.Extensions": "4.0.0.0", - "System.Text.RegularExpressions": "4.0.0.0", - "System.Threading": "4.0.0.0", - "System.Threading.Tasks": "4.0.0.0", - "System.Threading.Timer": "4.0.0.0", - "System.Xml.ReaderWriter": "4.0.0.0", - "System.Xml.XDocument": "4.0.0.0" - } - }, - "Newtonsoft.Json/9.0.1": { - "compile": { - "lib/net45/Newtonsoft.Json.dll": {} - } - }, - "Serilog/2.1.0": { - "compile": { - "lib/net45/Serilog.dll": {} - } - }, - "Serilog.Extensions.Logging/1.1.0": { - "dependencies": { - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "Serilog": "2.1.0", - "System.Runtime": "4.0.10.0" - }, - "compile": { - "lib/net45/Serilog.Extensions.Logging.dll": {} - } - }, - "Serilog.Sinks.ColoredConsole/2.0.0": { - "dependencies": { - "Serilog": "2.1.0" - }, - "compile": { - "lib/net45/Serilog.Sinks.ColoredConsole.dll": {} - } - }, - "Serilog.Sinks.File/2.0.0": { - "dependencies": { - "Serilog": "2.1.0" - }, - "compile": { - "lib/net45/Serilog.Sinks.File.dll": {} - } - }, - "Serilog.Sinks.RollingFile/2.1.0": { - "dependencies": { - "Serilog": "2.1.0", - "Serilog.Sinks.File": "2.0.0" - }, - "compile": { - "lib/net45/Serilog.Sinks.RollingFile.dll": {} - } - }, - "System.Buffers/4.0.0": { - "compile": { - "lib/netstandard1.1/System.Buffers.dll": {} - } - }, - "System.Collections/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/Facades/System.Collections.dll": {} - } - }, - "System.Collections.Concurrent/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/Facades/System.Collections.Concurrent.dll": {} - } - }, - "System.Collections.Immutable/1.2.0": { - "compile": { - "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll": {} - } - }, - "System.ComponentModel/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/Facades/System.ComponentModel.dll": {} - } - }, - "System.ComponentModel.Primitives/4.1.0": { - "dependencies": { - "System": "4.0.0.0", - "mscorlib": "4.0.0.0" - }, - "compile": { - "ref/net45/System.ComponentModel.Primitives.dll": {} - } - }, - "System.ComponentModel.TypeConverter/4.1.0": { - "dependencies": { - "System.ComponentModel.Primitives": "4.1.0", - "System": "4.0.0.0", - "mscorlib": "4.0.0.0" - }, - "compile": { - "ref/net45/System.ComponentModel.TypeConverter.dll": {} - } - }, - "System.Diagnostics.Contracts/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/Facades/System.Diagnostics.Contracts.dll": {} - } - }, - "System.Diagnostics.Debug/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/Facades/System.Diagnostics.Debug.dll": {} - } - }, - "System.Diagnostics.DiagnosticSource/4.0.0": { - "compile": { - "lib/portable-net45+win8+wpa81/System.Diagnostics.DiagnosticSource.dll": {} - } - }, - "System.Diagnostics.Tools/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/Facades/System.Diagnostics.Tools.dll": {} - } - }, - "System.Diagnostics.Tracing/4.0.10.0": { - "compile": { - ".NETFramework/v4.5.1/Facades/System.Diagnostics.Tracing.dll": {} - } - }, - "System.Globalization/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/Facades/System.Globalization.dll": {} - } - }, - "System.IO/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/Facades/System.IO.dll": {} - } - }, - "System.IO.Compression/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/System.IO.Compression.dll": {} - } - }, - "System.Linq/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/Facades/System.Linq.dll": {} - } - }, - "System.Linq.Expressions/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/Facades/System.Linq.Expressions.dll": {} - } - }, - "System.Net.Http/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/System.Net.Http.dll": {} - } - }, - "System.Net.Primitives/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/Facades/System.Net.Primitives.dll": {} - } - }, - "System.Numerics.Vectors/4.1.1": { - "compile": { - "ref/netstandard1.0/System.Numerics.Vectors.dll": {} - } - }, - "System.ObjectModel/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/Facades/System.ObjectModel.dll": {} - } - }, - "System.Reflection/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/Facades/System.Reflection.dll": {} - } - }, - "System.Reflection.Emit/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/Facades/System.Reflection.Emit.dll": {} - } - }, - "System.Reflection.Emit.Lightweight/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/Facades/System.Reflection.Emit.Lightweight.dll": {} - } - }, - "System.Reflection.Extensions/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/Facades/System.Reflection.Extensions.dll": {} - } - }, - "System.Reflection.Metadata/1.3.0": { - "dependencies": { - "System.Collections.Immutable": "1.2.0" - }, - "compile": { - "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} - } - }, - "System.Reflection.Primitives/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/Facades/System.Reflection.Primitives.dll": {} - } - }, - "System.Resources.ResourceManager/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/Facades/System.Resources.ResourceManager.dll": {} - } - }, - "System.Runtime/4.0.10.0": { - "compile": { - ".NETFramework/v4.5.1/Facades/System.Runtime.dll": {} - } - }, - "System.Runtime.Extensions/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/Facades/System.Runtime.Extensions.dll": {} - } - }, - "System.Runtime.InteropServices/4.0.10.0": { - "compile": { - ".NETFramework/v4.5.1/Facades/System.Runtime.InteropServices.dll": {} - } - }, - "System.Runtime.InteropServices.RuntimeInformation/4.0.0": { - "compile": { - "ref/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll": {} - } - }, - "System.Runtime.Numerics/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/Facades/System.Runtime.Numerics.dll": {} - } - }, - "System.Runtime.Serialization.Primitives/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/Facades/System.Runtime.Serialization.Primitives.dll": {} - } - }, - "System.Text.Encoding/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/Facades/System.Text.Encoding.dll": {} - } - }, - "System.Text.Encoding.Extensions/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/Facades/System.Text.Encoding.Extensions.dll": {} - } - }, - "System.Text.Encodings.Web/4.0.0": { - "compile": { - "lib/netstandard1.0/System.Text.Encodings.Web.dll": {} - } - }, - "System.Text.RegularExpressions/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/Facades/System.Text.RegularExpressions.dll": {} - } - }, - "System.Threading/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/Facades/System.Threading.dll": {} - } - }, - "System.Threading.Tasks/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/Facades/System.Threading.Tasks.dll": {} - } - }, - "System.Threading.Tasks.Extensions/4.0.0": { - "compile": { - "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.dll": {} - } - }, - "System.Threading.Timer/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/Facades/System.Threading.Timer.dll": {} - } - }, - "System.Xml.ReaderWriter/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/Facades/System.Xml.ReaderWriter.dll": {} - } - }, - "System.Xml.XDocument/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/Facades/System.Xml.XDocument.dll": {} - } - }, - "Domain.Socioboard/1.0.0": { - "dependencies": { - "System.ComponentModel.DataAnnotations": "4.0.0.0", - "System.Net": "4.0.0.0", - "System.Security": "4.0.0.0", - "MongoDB.Bson": "2.2.4", - "NETStandard.Library": "1.6.0", - "Newtonsoft.Json": "9.0.1" - }, - "compile": { - "Domain.Socioboard.dll": {} - } - }, - "Socioboard.Facebook/1.0.0": { - "dependencies": { - "Facebook": "7.0.10-beta", - "Newtonsoft.Json": "9.0.1", - "Domain.Socioboard": "1.0.0", - "NETStandard.Library": "1.6.0" - }, - "compile": { - "Socioboard.Facebook.dll": {} - } - }, - "Socioboard.Pinterest/1.0.0": { - "dependencies": { - "System.Xml": "4.0.0.0", - "System.Xml.Linq": "4.0.0.0", - "NETStandard.Library": "1.6.0", - "Newtonsoft.Json": "9.0.1" - }, - "compile": { - "Socioboard.Pinterest.dll": {} - } - }, - "mscorlib/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/mscorlib.dll": {} - } - }, - "System/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/System.dll": {} - } - }, - "System.Core/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/System.Core.dll": {} - } - }, - "System.Security/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/System.Security.dll": {} - } - }, - "System.Xml/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/System.Xml.dll": {} - } - }, - "System.Xml.Linq/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/System.Xml.Linq.dll": {} - } - }, - "System.ComponentModel.DataAnnotations/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/System.ComponentModel.DataAnnotations.dll": {} - } - }, - "System.IdentityModel/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/System.IdentityModel.dll": {} - } - }, - "System.Net.Http.WebRequest/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/System.Net.Http.WebRequest.dll": {} - } - }, - "System.ServiceModel/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/System.ServiceModel.dll": {} - } - }, - "System.Net/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/System.Net.dll": {} - } - } - }, - ".NETFramework,Version=v4.5.1/": { - "Socioboard/1.0.0": { - "dependencies": { - "Microsoft.AspNet.WebApi.Client": "5.2.3", - "Microsoft.ApplicationInsights.AspNetCore": "1.0.0", - "Microsoft.AspNetCore.Diagnostics": "1.0.0", - "Microsoft.AspNetCore.Mvc": "1.0.0", - "Microsoft.AspNetCore.Server.IISIntegration": "1.0.0", - "Microsoft.AspNetCore.Server.Kestrel": "1.0.0", - "Microsoft.AspNetCore.Session": "1.0.0", - "Microsoft.AspNetCore.StaticFiles": "1.0.0", - "Microsoft.Extensions.Caching.Memory": "1.0.0", - "Microsoft.Extensions.Configuration": "1.0.0", - "Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0", - "Microsoft.Extensions.Configuration.Json": "1.0.0", - "Microsoft.Extensions.Logging": "1.0.0", - "Microsoft.Extensions.Logging.Console": "1.0.0", - "Microsoft.Extensions.Logging.Debug": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0", - "Microsoft.Extensions.Options.ConfigurationExtensions": "1.0.0", - "Microsoft.VisualStudio.Web.BrowserLink.Loader": "14.0.0", - "Serilog.Extensions.Logging": "1.1.0", - "Serilog.Sinks.ColoredConsole": "2.0.0", - "Serilog.Sinks.RollingFile": "2.1.0", - "Hammock": "1.2.3", - "Microsoft.AspNetCore.Authentication.Cookies": "1.0.0", - "Socioboard.Facebook": "1.0.0", - "Serilog": "2.1.0", - "HtmlAgilityPack": "1.4.9.5", - "Socioboard.Pinterest": "1.0.0", - "iTextSharp": "5.5.11" - }, - "runtime": { - "Socioboard.exe": {} - } - }, - "Facebook/7.0.10-beta": { - "runtime": { - "lib/net45/Facebook.dll": {} - } - }, - "Hammock/1.2.3": { - "runtime": { - "lib/net40/Hammock.dll": {} - } - }, - "HtmlAgilityPack/1.4.9.5": { - "runtime": { - "lib/Net45/HtmlAgilityPack.dll": {} - } - }, - "iTextSharp/5.5.11": { - "runtime": { - "lib/itextsharp.dll": {} - } - }, - "Libuv/1.9.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1" - } - }, - "Microsoft.ApplicationInsights/2.1.0": { - "runtime": { - "lib/net45/Microsoft.ApplicationInsights.dll": {} - } - }, - "Microsoft.ApplicationInsights.Agent.Intercept/1.2.1": { - "runtime": { - "lib/net45/Microsoft.AI.Agent.Intercept.dll": {} - } - }, - "Microsoft.ApplicationInsights.AspNetCore/1.0.0": { - "dependencies": { - "Microsoft.ApplicationInsights": "2.1.0", - "Microsoft.ApplicationInsights.DependencyCollector": "2.1.0", - "Microsoft.ApplicationInsights.PerfCounterCollector": "2.1.0", - "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel": "2.1.0", - "Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Http.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Mvc.ViewFeatures": "1.0.0", - "Microsoft.Extensions.Configuration": "1.0.0", - "Microsoft.Extensions.DiagnosticAdapter": "1.0.0", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0" - }, - "runtime": { - "lib/net451/Microsoft.ApplicationInsights.AspNetCore.dll": {} - } - }, - "Microsoft.ApplicationInsights.DependencyCollector/2.1.0": { - "dependencies": { - "Microsoft.ApplicationInsights": "2.1.0", - "Microsoft.ApplicationInsights.Agent.Intercept": "1.2.1" - }, - "runtime": { - "lib/net45/Microsoft.AI.DependencyCollector.dll": {} - } - }, - "Microsoft.ApplicationInsights.PerfCounterCollector/2.1.0": { - "dependencies": { - "Microsoft.ApplicationInsights": "2.1.0" - }, - "runtime": { - "lib/net45/Microsoft.AI.PerfCounterCollector.dll": {} - } - }, - "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel/2.1.0": { - "dependencies": { - "Microsoft.ApplicationInsights": "2.1.0" - }, - "runtime": { - "lib/net45/Microsoft.AI.ServerTelemetryChannel.dll": {} - } - }, - "Microsoft.AspNet.WebApi.Client/5.2.3": { - "dependencies": { - "Newtonsoft.Json": "9.0.1", - "System.Net.Http": "4.0.0.0" - }, - "runtime": { - "lib/net45/System.Net.Http.Formatting.dll": {} - } - }, - "Microsoft.AspNetCore.Antiforgery/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.DataProtection": "1.0.0", - "Microsoft.AspNetCore.Http.Abstractions": "1.0.0", - "Microsoft.AspNetCore.WebUtilities": "1.0.0", - "Microsoft.Extensions.ObjectPool": "1.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Antiforgery.dll": {} - } - }, - "Microsoft.AspNetCore.Authentication/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.DataProtection": "1.0.0", - "Microsoft.AspNetCore.Http": "1.0.0", - "Microsoft.AspNetCore.Http.Extensions": "1.0.0", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0", - "Microsoft.Extensions.WebEncoders": "1.0.0", - "System.Net.Http": "4.0.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Authentication.dll": {} - } - }, - "Microsoft.AspNetCore.Authentication.Cookies/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Authentication": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0", - "Microsoft.Extensions.WebEncoders": "1.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Authentication.Cookies.dll": {} - } - }, - "Microsoft.AspNetCore.Authorization/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Authorization.dll": {} - } - }, - "Microsoft.AspNetCore.Cors/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Extensions": "1.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "1.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Cors.dll": {} - } - }, - "Microsoft.AspNetCore.Cryptography.Internal/1.0.0": { - "runtime": { - "lib/net451/Microsoft.AspNetCore.Cryptography.Internal.dll": {} - } - }, - "Microsoft.AspNetCore.DataProtection/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Cryptography.Internal": "1.0.0", - "Microsoft.AspNetCore.DataProtection.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0", - "System.Security": "4.0.0.0", - "System.Xml": "4.0.0.0", - "System.Xml.Linq": "4.0.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.DataProtection.dll": {} - } - }, - "Microsoft.AspNetCore.DataProtection.Abstractions/1.0.0": { - "runtime": { - "lib/net451/Microsoft.AspNetCore.DataProtection.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Diagnostics/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Diagnostics.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Http.Extensions": "1.0.0", - "Microsoft.AspNetCore.WebUtilities": "1.0.0", - "Microsoft.Extensions.FileProviders.Physical": "1.0.0", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0", - "System.Diagnostics.DiagnosticSource": "4.0.0", - "System.Reflection.Metadata": "1.3.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Diagnostics.dll": {} - } - }, - "Microsoft.AspNetCore.Diagnostics.Abstractions/1.0.0": { - "dependencies": { - "System.Resources.ResourceManager": "4.0.0.0" - }, - "runtime": { - "lib/netstandard1.0/Microsoft.AspNetCore.Diagnostics.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Hosting/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Hosting.Server.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Http": "1.0.0", - "Microsoft.AspNetCore.Http.Extensions": "1.0.0", - "Microsoft.Extensions.Configuration": "1.0.0", - "Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0", - "Microsoft.Extensions.DependencyInjection": "1.0.0", - "Microsoft.Extensions.FileProviders.Physical": "1.0.0", - "Microsoft.Extensions.Logging": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0", - "Microsoft.Extensions.PlatformAbstractions": "1.0.0", - "System.Diagnostics.DiagnosticSource": "4.0.0", - "System.Reflection.Metadata": "1.3.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Hosting.dll": {} - } - }, - "Microsoft.AspNetCore.Hosting.Abstractions/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Hosting.Server.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Http.Abstractions": "1.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "1.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "1.0.0", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Hosting.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Hosting.Server.Abstractions/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Features": "1.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "1.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Html.Abstractions/1.0.0": { - "dependencies": { - "System.Collections": "4.0.0.0", - "System.Resources.ResourceManager": "4.0.0.0", - "System.Text.Encodings.Web": "4.0.0" - }, - "runtime": { - "lib/netstandard1.0/Microsoft.AspNetCore.Html.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Http/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Abstractions": "1.0.0", - "Microsoft.AspNetCore.WebUtilities": "1.0.0", - "Microsoft.Extensions.ObjectPool": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0", - "Microsoft.Net.Http.Headers": "1.0.0", - "System.Buffers": "4.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Http.dll": {} - } - }, - "Microsoft.AspNetCore.Http.Abstractions/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Features": "1.0.0", - "System.Text.Encodings.Web": "4.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Http.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Http.Extensions/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Abstractions": "1.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "1.0.0", - "Microsoft.Net.Http.Headers": "1.0.0", - "System.Buffers": "4.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Http.Extensions.dll": {} - } - }, - "Microsoft.AspNetCore.Http.Features/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "1.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Http.Features.dll": {} - } - }, - "Microsoft.AspNetCore.HttpOverrides/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Extensions": "1.0.0", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.HttpOverrides.dll": {} - } - }, - "Microsoft.AspNetCore.JsonPatch/1.0.0": { - "dependencies": { - "Microsoft.CSharp": "4.0.0.0", - "Newtonsoft.Json": "9.0.1", - "System.Collections.Concurrent": "4.0.0.0", - "System.ComponentModel.TypeConverter": "4.1.0", - "System.Diagnostics.Debug": "4.0.0.0", - "System.Globalization": "4.0.0.0", - "System.Linq": "4.0.0.0", - "System.Reflection.Extensions": "4.0.0.0", - "System.Resources.ResourceManager": "4.0.0.0", - "System.Runtime.Extensions": "4.0.0.0", - "System.Runtime.Serialization.Primitives": "4.0.0.0", - "System.Text.Encoding.Extensions": "4.0.0.0" - }, - "runtime": { - "lib/netstandard1.1/Microsoft.AspNetCore.JsonPatch.dll": {} - } - }, - "Microsoft.AspNetCore.Localization/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Extensions": "1.0.0", - "Microsoft.Extensions.Globalization.CultureInfoCache": "1.0.0", - "Microsoft.Extensions.Localization.Abstractions": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Localization.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.ApiExplorer": "1.0.0", - "Microsoft.AspNetCore.Mvc.Cors": "1.0.0", - "Microsoft.AspNetCore.Mvc.DataAnnotations": "1.0.0", - "Microsoft.AspNetCore.Mvc.Formatters.Json": "1.0.0", - "Microsoft.AspNetCore.Mvc.Localization": "1.0.0", - "Microsoft.AspNetCore.Mvc.Razor": "1.0.0", - "Microsoft.AspNetCore.Mvc.TagHelpers": "1.0.0", - "Microsoft.AspNetCore.Mvc.ViewFeatures": "1.0.0", - "Microsoft.Extensions.Caching.Memory": "1.0.0", - "Microsoft.Extensions.DependencyInjection": "1.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Mvc.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Abstractions/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Routing.Abstractions": "1.0.0", - "Microsoft.Net.Http.Headers": "1.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Mvc.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.ApiExplorer/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.Core": "1.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Mvc.ApiExplorer.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Core/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Authorization": "1.0.0", - "Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Http": "1.0.0", - "Microsoft.AspNetCore.Mvc.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Routing": "1.0.0", - "Microsoft.Extensions.DependencyModel": "1.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "1.0.0", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "Microsoft.Extensions.PlatformAbstractions": "1.0.0", - "System.Buffers": "4.0.0", - "System.Diagnostics.DiagnosticSource": "4.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Mvc.Core.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Cors/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Cors": "1.0.0", - "Microsoft.AspNetCore.Mvc.Core": "1.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Mvc.Cors.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.DataAnnotations/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.Core": "1.0.0", - "Microsoft.Extensions.Localization": "1.0.0", - "System.ComponentModel.DataAnnotations": "4.0.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Mvc.DataAnnotations.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Formatters.Json/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.JsonPatch": "1.0.0", - "Microsoft.AspNetCore.Mvc.Core": "1.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Mvc.Formatters.Json.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Localization/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Localization": "1.0.0", - "Microsoft.AspNetCore.Mvc.Razor": "1.0.0", - "Microsoft.Extensions.DependencyInjection": "1.0.0", - "Microsoft.Extensions.Localization": "1.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Mvc.Localization.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Razor/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.Razor.Host": "1.0.0", - "Microsoft.AspNetCore.Mvc.ViewFeatures": "1.0.0", - "Microsoft.CodeAnalysis.CSharp": "1.3.0", - "Microsoft.Extensions.FileProviders.Composite": "1.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Mvc.Razor.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Razor.Host/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Razor.Runtime": "1.0.0", - "Microsoft.Extensions.Caching.Memory": "1.0.0", - "Microsoft.Extensions.FileProviders.Physical": "1.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Mvc.Razor.Host.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.TagHelpers/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.Razor": "1.0.0", - "Microsoft.Extensions.Caching.Memory": "1.0.0", - "Microsoft.Extensions.FileSystemGlobbing": "1.0.0", - "Microsoft.Extensions.Primitives": "1.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Mvc.TagHelpers.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.ViewFeatures/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Antiforgery": "1.0.0", - "Microsoft.AspNetCore.Diagnostics.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Html.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Mvc.Core": "1.0.0", - "Microsoft.AspNetCore.Mvc.DataAnnotations": "1.0.0", - "Microsoft.AspNetCore.Mvc.Formatters.Json": "1.0.0", - "Microsoft.Extensions.WebEncoders": "1.0.0", - "Newtonsoft.Json": "9.0.1", - "System.Buffers": "4.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Mvc.ViewFeatures.dll": {} - } - }, - "Microsoft.AspNetCore.Razor/1.0.0": { - "runtime": { - "lib/net451/Microsoft.AspNetCore.Razor.dll": {} - } - }, - "Microsoft.AspNetCore.Razor.Runtime/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Html.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Razor": "1.0.0", - "System.Xml": "4.0.0.0", - "System.Xml.Linq": "4.0.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Razor.Runtime.dll": {} - } - }, - "Microsoft.AspNetCore.Routing/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Extensions": "1.0.0", - "Microsoft.AspNetCore.Routing.Abstractions": "1.0.0", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "Microsoft.Extensions.ObjectPool": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Routing.dll": {} - } - }, - "Microsoft.AspNetCore.Routing.Abstractions/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Abstractions": "1.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Routing.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Server.IISIntegration/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Http": "1.0.0", - "Microsoft.AspNetCore.Http.Extensions": "1.0.0", - "Microsoft.AspNetCore.HttpOverrides": "1.0.0", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Server.IISIntegration.dll": {} - } - }, - "Microsoft.AspNetCore.Server.Kestrel/1.0.0": { - "dependencies": { - "Libuv": "1.9.0", - "Microsoft.AspNetCore.Hosting": "1.0.0", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "System.Buffers": "4.0.0", - "System.Numerics.Vectors": "4.1.1", - "System.Runtime.InteropServices.RuntimeInformation": "4.0.0", - "System.Threading.Tasks.Extensions": "4.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Server.Kestrel.dll": {} - } - }, - "Microsoft.AspNetCore.Session/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.DataProtection": "1.0.0", - "Microsoft.AspNetCore.Http.Abstractions": "1.0.0", - "Microsoft.Extensions.Caching.Abstractions": "1.0.0", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Session.dll": {} - } - }, - "Microsoft.AspNetCore.StaticFiles/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Http.Extensions": "1.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "1.0.0", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "Microsoft.Extensions.WebEncoders": "1.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.StaticFiles.dll": {} - } - }, - "Microsoft.AspNetCore.WebUtilities/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "1.0.0", - "System.Buffers": "4.0.0", - "System.Text.Encodings.Web": "4.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.WebUtilities.dll": {} - } - }, - "Microsoft.CodeAnalysis.Analyzers/1.1.0": { - "dependencies": { - "System": "4.0.0.0" - } - }, - "Microsoft.CodeAnalysis.Common/1.3.0": { - "dependencies": { - "Microsoft.CodeAnalysis.Analyzers": "1.1.0", - "System.Collections.Immutable": "1.2.0", - "System.Reflection.Metadata": "1.3.0" - }, - "runtime": { - "lib/net45/Microsoft.CodeAnalysis.dll": {} - } - }, - "Microsoft.CodeAnalysis.CSharp/1.3.0": { - "dependencies": { - "Microsoft.CodeAnalysis.Common": "1.3.0" - }, - "runtime": { - "lib/net45/Microsoft.CodeAnalysis.CSharp.dll": {} - } - }, - "Microsoft.CSharp/4.0.0.0": {}, - "Microsoft.DotNet.InternalAbstractions/1.0.0": { - "runtime": { - "lib/net451/Microsoft.DotNet.InternalAbstractions.dll": {} - } - }, - "Microsoft.Extensions.Caching.Abstractions/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "1.0.0", - "System.Collections": "4.0.0.0", - "System.Threading": "4.0.0.0", - "System.Threading.Tasks": "4.0.0.0" - }, - "runtime": { - "lib/netstandard1.0/Microsoft.Extensions.Caching.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.Caching.Memory/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Caching.Abstractions": "1.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0" - }, - "runtime": { - "lib/net451/Microsoft.Extensions.Caching.Memory.dll": {} - } - }, - "Microsoft.Extensions.Configuration/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "1.0.0", - "System.Collections": "4.0.0.0", - "System.Diagnostics.Debug": "4.0.0.0", - "System.IO": "4.0.0.0", - "System.Resources.ResourceManager": "4.0.0.0", - "System.Runtime.Extensions": "4.0.0.0", - "System.Runtime.InteropServices": "4.0.10.0", - "System.Threading": "4.0.0.0" - }, - "runtime": { - "lib/netstandard1.1/Microsoft.Extensions.Configuration.dll": {} - } - }, - "Microsoft.Extensions.Configuration.Abstractions/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "1.0.0", - "System.Linq": "4.0.0.0" - }, - "runtime": { - "lib/netstandard1.0/Microsoft.Extensions.Configuration.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.Configuration.Binder/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "1.0.0", - "System.ComponentModel.TypeConverter": "4.1.0" - }, - "runtime": { - "lib/netstandard1.1/Microsoft.Extensions.Configuration.Binder.dll": {} - } - }, - "Microsoft.Extensions.Configuration.EnvironmentVariables/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "1.0.0" - }, - "runtime": { - "lib/net451/Microsoft.Extensions.Configuration.EnvironmentVariables.dll": {} - } - }, - "Microsoft.Extensions.Configuration.FileExtensions/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "1.0.0", - "Microsoft.Extensions.FileProviders.Physical": "1.0.0" - }, - "runtime": { - "lib/net451/Microsoft.Extensions.Configuration.FileExtensions.dll": {} - } - }, - "Microsoft.Extensions.Configuration.Json/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "1.0.0", - "Microsoft.Extensions.Configuration.FileExtensions": "1.0.0", - "Newtonsoft.Json": "9.0.1" - }, - "runtime": { - "lib/net451/Microsoft.Extensions.Configuration.Json.dll": {} - } - }, - "Microsoft.Extensions.DependencyInjection/1.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0", - "System.Collections": "4.0.0.0", - "System.Collections.Concurrent": "4.0.0.0", - "System.Runtime.Extensions": "4.0.0.0", - "System.Threading": "4.0.0.0", - "System.Threading.Tasks": "4.0.0.0" - }, - "runtime": { - "lib/netstandard1.1/Microsoft.Extensions.DependencyInjection.dll": {} - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0": { - "dependencies": { - "System.ComponentModel": "4.0.0.0", - "System.Diagnostics.Debug": "4.0.0.0", - "System.Globalization": "4.0.0.0", - "System.Linq": "4.0.0.0", - "System.Linq.Expressions": "4.0.0.0", - "System.Reflection": "4.0.0.0", - "System.Resources.ResourceManager": "4.0.0.0" - }, - "runtime": { - "lib/netstandard1.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.DependencyModel/1.0.0": { - "dependencies": { - "Microsoft.DotNet.InternalAbstractions": "1.0.0", - "Newtonsoft.Json": "9.0.1" - }, - "runtime": { - "lib/net451/Microsoft.Extensions.DependencyModel.dll": {} - } - }, - "Microsoft.Extensions.DiagnosticAdapter/1.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0", - "System.Collections.Concurrent": "4.0.0.0", - "System.ComponentModel": "4.0.0.0", - "System.Diagnostics.DiagnosticSource": "4.0.0", - "System.Reflection.Emit": "4.0.0.0", - "System.Reflection.Emit.Lightweight": "4.0.0.0", - "System.Reflection.Extensions": "4.0.0.0", - "System.Runtime.Extensions": "4.0.0.0" - }, - "runtime": { - "lib/netstandard1.1/Microsoft.Extensions.DiagnosticAdapter.dll": {} - } - }, - "Microsoft.Extensions.FileProviders.Abstractions/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "1.0.0", - "System.IO": "4.0.0.0", - "System.Resources.ResourceManager": "4.0.0.0" - }, - "runtime": { - "lib/netstandard1.0/Microsoft.Extensions.FileProviders.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.FileProviders.Composite/1.0.0": { - "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "1.0.0" - }, - "runtime": { - "lib/netstandard1.0/Microsoft.Extensions.FileProviders.Composite.dll": {} - } - }, - "Microsoft.Extensions.FileProviders.Physical/1.0.0": { - "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "1.0.0", - "Microsoft.Extensions.FileSystemGlobbing": "1.0.0" - }, - "runtime": { - "lib/net451/Microsoft.Extensions.FileProviders.Physical.dll": {} - } - }, - "Microsoft.Extensions.FileSystemGlobbing/1.0.0": { - "runtime": { - "lib/net451/Microsoft.Extensions.FileSystemGlobbing.dll": {} - } - }, - "Microsoft.Extensions.Globalization.CultureInfoCache/1.0.0": { - "dependencies": { - "System.Collections.Concurrent": "4.0.0.0", - "System.Linq": "4.0.0.0", - "System.Resources.ResourceManager": "4.0.0.0" - }, - "runtime": { - "lib/netstandard1.1/Microsoft.Extensions.Globalization.CultureInfoCache.dll": {} - } - }, - "Microsoft.Extensions.Localization/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0", - "Microsoft.Extensions.Localization.Abstractions": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0" - }, - "runtime": { - "lib/net451/Microsoft.Extensions.Localization.dll": {} - } - }, - "Microsoft.Extensions.Localization.Abstractions/1.0.0": { - "dependencies": { - "Microsoft.CSharp": "4.0.0.0", - "System.Globalization": "4.0.0.0", - "System.Resources.ResourceManager": "4.0.0.0" - }, - "runtime": { - "lib/netstandard1.0/Microsoft.Extensions.Localization.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.Logging/1.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "System.Threading": "4.0.0.0" - }, - "runtime": { - "lib/netstandard1.1/Microsoft.Extensions.Logging.dll": {} - } - }, - "Microsoft.Extensions.Logging.Abstractions/1.0.0": { - "dependencies": { - "System.Collections": "4.0.0.0", - "System.Collections.Concurrent": "4.0.0.0", - "System.Diagnostics.Debug": "4.0.0.0", - "System.Globalization": "4.0.0.0", - "System.Linq": "4.0.0.0", - "System.Reflection": "4.0.0.0", - "System.Resources.ResourceManager": "4.0.0.0", - "System.Runtime.Extensions": "4.0.0.0", - "System.Runtime.InteropServices": "4.0.10.0" - }, - "runtime": { - "lib/netstandard1.1/Microsoft.Extensions.Logging.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.Logging.Console/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "1.0.0", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.0.0" - }, - "runtime": { - "lib/net451/Microsoft.Extensions.Logging.Console.dll": {} - } - }, - "Microsoft.Extensions.Logging.Debug/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Logging.Abstractions": "1.0.0" - }, - "runtime": { - "lib/net451/Microsoft.Extensions.Logging.Debug.dll": {} - } - }, - "Microsoft.Extensions.ObjectPool/1.0.0": { - "runtime": { - "lib/net451/Microsoft.Extensions.ObjectPool.dll": {} - } - }, - "Microsoft.Extensions.Options/1.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0", - "Microsoft.Extensions.Primitives": "1.0.0", - "System.ComponentModel": "4.0.0.0", - "System.Diagnostics.Debug": "4.0.0.0", - "System.Globalization": "4.0.0.0", - "System.Linq": "4.0.0.0", - "System.Linq.Expressions": "4.0.0.0", - "System.Reflection": "4.0.0.0", - "System.Resources.ResourceManager": "4.0.0.0", - "System.Runtime.Extensions": "4.0.0.0", - "System.Threading": "4.0.0.0" - }, - "runtime": { - "lib/netstandard1.0/Microsoft.Extensions.Options.dll": {} - } - }, - "Microsoft.Extensions.Options.ConfigurationExtensions/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "1.0.0", - "Microsoft.Extensions.Configuration.Binder": "1.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0" - }, - "runtime": { - "lib/netstandard1.1/Microsoft.Extensions.Options.ConfigurationExtensions.dll": {} - } - }, - "Microsoft.Extensions.PlatformAbstractions/1.0.0": { - "runtime": { - "lib/net451/Microsoft.Extensions.PlatformAbstractions.dll": {} - } - }, - "Microsoft.Extensions.Primitives/1.0.0": { - "dependencies": { - "System.Resources.ResourceManager": "4.0.0.0", - "System.Runtime": "4.0.10.0" - }, - "runtime": { - "lib/netstandard1.0/Microsoft.Extensions.Primitives.dll": {} - } - }, - "Microsoft.Extensions.WebEncoders/1.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0", - "System.Text.Encodings.Web": "4.0.0" - }, - "runtime": { - "lib/netstandard1.0/Microsoft.Extensions.WebEncoders.dll": {} - } - }, - "Microsoft.Net.Http.Headers/1.0.0": { - "dependencies": { - "System.Buffers": "4.0.0", - "System.Collections": "4.0.0.0", - "System.Diagnostics.Contracts": "4.0.0.0", - "System.Globalization": "4.0.0.0", - "System.Linq": "4.0.0.0", - "System.Resources.ResourceManager": "4.0.0.0", - "System.Runtime.Extensions": "4.0.0.0", - "System.Text.Encoding": "4.0.0.0" - }, - "runtime": { - "lib/netstandard1.1/Microsoft.Net.Http.Headers.dll": {} - } - }, - "Microsoft.NETCore.Platforms/1.0.1": {}, - "Microsoft.VisualStudio.Web.BrowserLink.Loader/14.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Abstractions": "1.0.0", - "Microsoft.Extensions.FileProviders.Physical": "1.0.0", - "Microsoft.Extensions.PlatformAbstractions": "1.0.0" - }, - "runtime": { - "lib/net451/Microsoft.VisualStudio.Web.BrowserLink.Loader.dll": {} - } - }, - "MongoDB.Bson/2.2.4": { - "runtime": { - "lib/net45/MongoDB.Bson.dll": {} - } - }, - "NETStandard.Library/1.6.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "System.Collections": "4.0.0.0", - "System.Collections.Concurrent": "4.0.0.0", - "System.Diagnostics.Debug": "4.0.0.0", - "System.Diagnostics.Tools": "4.0.0.0", - "System.Diagnostics.Tracing": "4.0.10.0", - "System.Globalization": "4.0.0.0", - "System.IO": "4.0.0.0", - "System.IO.Compression": "4.0.0.0", - "System.Linq": "4.0.0.0", - "System.Linq.Expressions": "4.0.0.0", - "System.Net.Http": "4.0.0.0", - "System.Net.Primitives": "4.0.0.0", - "System.ObjectModel": "4.0.0.0", - "System.Reflection": "4.0.0.0", - "System.Reflection.Extensions": "4.0.0.0", - "System.Reflection.Primitives": "4.0.0.0", - "System.Resources.ResourceManager": "4.0.0.0", - "System.Runtime": "4.0.10.0", - "System.Runtime.Extensions": "4.0.0.0", - "System.Runtime.InteropServices": "4.0.10.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.0.0", - "System.Runtime.Numerics": "4.0.0.0", - "System.Text.Encoding": "4.0.0.0", - "System.Text.Encoding.Extensions": "4.0.0.0", - "System.Text.RegularExpressions": "4.0.0.0", - "System.Threading": "4.0.0.0", - "System.Threading.Tasks": "4.0.0.0", - "System.Threading.Timer": "4.0.0.0", - "System.Xml.ReaderWriter": "4.0.0.0", - "System.Xml.XDocument": "4.0.0.0" - } - }, - "Newtonsoft.Json/9.0.1": { - "runtime": { - "lib/net45/Newtonsoft.Json.dll": {} - } - }, - "Serilog/2.1.0": { - "runtime": { - "lib/net45/Serilog.dll": {} - } - }, - "Serilog.Extensions.Logging/1.1.0": { - "dependencies": { - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "Serilog": "2.1.0", - "System.Runtime": "4.0.10.0" - }, - "runtime": { - "lib/net45/Serilog.Extensions.Logging.dll": {} - } - }, - "Serilog.Sinks.ColoredConsole/2.0.0": { - "dependencies": { - "Serilog": "2.1.0" - }, - "runtime": { - "lib/net45/Serilog.Sinks.ColoredConsole.dll": {} - } - }, - "Serilog.Sinks.File/2.0.0": { - "dependencies": { - "Serilog": "2.1.0" - }, - "runtime": { - "lib/net45/Serilog.Sinks.File.dll": {} - } - }, - "Serilog.Sinks.RollingFile/2.1.0": { - "dependencies": { - "Serilog": "2.1.0", - "Serilog.Sinks.File": "2.0.0" - }, - "runtime": { - "lib/net45/Serilog.Sinks.RollingFile.dll": {} - } - }, - "System.Buffers/4.0.0": { - "runtime": { - "lib/netstandard1.1/System.Buffers.dll": {} - } - }, - "System.Collections/4.0.0.0": {}, - "System.Collections.Concurrent/4.0.0.0": {}, - "System.Collections.Immutable/1.2.0": { - "runtime": { - "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll": {} - } - }, - "System.ComponentModel/4.0.0.0": {}, - "System.ComponentModel.Primitives/4.1.0": { - "dependencies": { - "System": "4.0.0.0", - "mscorlib": "4.0.0.0" - }, - "runtime": { - "lib/net45/System.ComponentModel.Primitives.dll": {} - } - }, - "System.ComponentModel.TypeConverter/4.1.0": { - "dependencies": { - "System.ComponentModel.Primitives": "4.1.0", - "System": "4.0.0.0", - "mscorlib": "4.0.0.0" - }, - "runtime": { - "lib/net45/System.ComponentModel.TypeConverter.dll": {} - } - }, - "System.Diagnostics.Contracts/4.0.0.0": {}, - "System.Diagnostics.Debug/4.0.0.0": {}, - "System.Diagnostics.DiagnosticSource/4.0.0": { - "runtime": { - "lib/portable-net45+win8+wpa81/System.Diagnostics.DiagnosticSource.dll": {} - } - }, - "System.Diagnostics.Tools/4.0.0.0": {}, - "System.Diagnostics.Tracing/4.0.10.0": {}, - "System.Globalization/4.0.0.0": {}, - "System.IO/4.0.0.0": {}, - "System.IO.Compression/4.0.0.0": {}, - "System.Linq/4.0.0.0": {}, - "System.Linq.Expressions/4.0.0.0": {}, - "System.Net.Http/4.0.0.0": {}, - "System.Net.Primitives/4.0.0.0": {}, - "System.Numerics.Vectors/4.1.1": { - "runtime": { - "lib/portable-net45+win8+wp8+wpa81/System.Numerics.Vectors.dll": {} - } - }, - "System.ObjectModel/4.0.0.0": {}, - "System.Reflection/4.0.0.0": {}, - "System.Reflection.Emit/4.0.0.0": {}, - "System.Reflection.Emit.Lightweight/4.0.0.0": {}, - "System.Reflection.Extensions/4.0.0.0": {}, - "System.Reflection.Metadata/1.3.0": { - "dependencies": { - "System.Collections.Immutable": "1.2.0" - }, - "runtime": { - "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} - } - }, - "System.Reflection.Primitives/4.0.0.0": {}, - "System.Resources.ResourceManager/4.0.0.0": {}, - "System.Runtime/4.0.10.0": {}, - "System.Runtime.Extensions/4.0.0.0": {}, - "System.Runtime.InteropServices/4.0.10.0": {}, - "System.Runtime.InteropServices.RuntimeInformation/4.0.0": { - "runtime": { - "lib/net45/System.Runtime.InteropServices.RuntimeInformation.dll": {} - } - }, - "System.Runtime.Numerics/4.0.0.0": {}, - "System.Runtime.Serialization.Primitives/4.0.0.0": {}, - "System.Text.Encoding/4.0.0.0": {}, - "System.Text.Encoding.Extensions/4.0.0.0": {}, - "System.Text.Encodings.Web/4.0.0": { - "runtime": { - "lib/netstandard1.0/System.Text.Encodings.Web.dll": {} - } - }, - "System.Text.RegularExpressions/4.0.0.0": {}, - "System.Threading/4.0.0.0": {}, - "System.Threading.Tasks/4.0.0.0": {}, - "System.Threading.Tasks.Extensions/4.0.0": { - "runtime": { - "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.dll": {} - } - }, - "System.Threading.Timer/4.0.0.0": {}, - "System.Xml.ReaderWriter/4.0.0.0": {}, - "System.Xml.XDocument/4.0.0.0": {}, - "Domain.Socioboard/1.0.0": { - "dependencies": { - "System.ComponentModel.DataAnnotations": "4.0.0.0", - "System.Net": "4.0.0.0", - "System.Security": "4.0.0.0", - "MongoDB.Bson": "2.2.4", - "NETStandard.Library": "1.6.0", - "Newtonsoft.Json": "9.0.1" - }, - "runtime": { - "Domain.Socioboard.dll": {} - } - }, - "Socioboard.Facebook/1.0.0": { - "dependencies": { - "Facebook": "7.0.10-beta", - "Newtonsoft.Json": "9.0.1", - "Domain.Socioboard": "1.0.0", - "NETStandard.Library": "1.6.0" - }, - "runtime": { - "Socioboard.Facebook.dll": {} - } - }, - "Socioboard.Pinterest/1.0.0": { - "dependencies": { - "System.Xml": "4.0.0.0", - "System.Xml.Linq": "4.0.0.0", - "NETStandard.Library": "1.6.0", - "Newtonsoft.Json": "9.0.1" - }, - "runtime": { - "Socioboard.Pinterest.dll": {} - } - }, - "mscorlib/4.0.0.0": {}, - "System/4.0.0.0": {}, - "System.Core/4.0.0.0": {}, - "System.Security/4.0.0.0": {}, - "System.Xml/4.0.0.0": {}, - "System.Xml.Linq/4.0.0.0": {}, - "System.ComponentModel.DataAnnotations/4.0.0.0": {}, - "System.IdentityModel/4.0.0.0": {}, - "System.Net.Http.WebRequest/4.0.0.0": {}, - "System.ServiceModel/4.0.0.0": {}, - "System.Net/4.0.0.0": {} - } - }, - "libraries": { - "Socioboard/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Facebook/7.0.10-beta": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ftsRUZcfIfIppN2EQwIBfqoB16Ze7hvSSNdSkkdQUdODY25BjCUGZs63MQEdzPxLp7Mn058k8dwOS3NQ/W7GxA==" - }, - "Hammock/1.2.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-JdYotigd2ZilatoSXL+PXFZERRHkhTN3vn/rkVLrm2FxbXJjW0lhD4qEXF/gTv1RUp4gjgBwCTxv/WxQmAessQ==" - }, - "HtmlAgilityPack/1.4.9.5": { - "type": "package", - "serviceable": true, - "sha512": "sha512-i5di/J7GO4y2kx/hhVzctPrBI8G2cefWZDMDU/FdOUD3iVkiidN1q1NDZ0FvqrhB28LSaYaM4Z0hs86Tnp0IzA==" - }, - "iTextSharp/5.5.11": { - "type": "package", - "serviceable": true, - "sha512": "sha512-zL+YDlwSmD/kcU1uoWHE7Ph2hEsnVaV2ICnB5nYXm86v6+KKxjO5zOEh2jCotz0IlqaTLlv5XCInU5Czc2mzDw==" - }, - "Libuv/1.9.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-9Q7AaqtQhS8JDSIvRBt6ODSLWDBI4c8YxNxyCQemWebBFUtBbc6M5Vi5Gz1ZyIUlTW3rZK9bIr5gnVyv0z7a2Q==" - }, - "Microsoft.ApplicationInsights/2.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-mviO8PLQd3r22Pmv8JfjYzTCQ9ByhkU9wdC4fwd6WmAARwAMgMw9HEbHeYS3r+8pB3w+fZMi7p4LKijzgNybRQ==" - }, - "Microsoft.ApplicationInsights.Agent.Intercept/1.2.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-nuqnTp+xechqRPBUi7sr4gxhyr+gJwMaxvSrhB4NyK1TbnT3yk1P5giSnaqQVvuIRHAdl9uD7lt2GRx/P/nlrA==" - }, - "Microsoft.ApplicationInsights.AspNetCore/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-t1O4hbatuHU4BJnuBZ4zmx6fNoTryyZO/NwxwqmMUbuHyvil3elkOZvX3pJWlUTOk6/wyRXItGKBiW4uDET6Kw==" - }, - "Microsoft.ApplicationInsights.DependencyCollector/2.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-WwZGU7P4D1VcF1+9CpUkveDAb2lCxzXnlPf0q9rtovSCHrGUa38JI7yldytTLhR4djN0y2TDFbuJP2EYsXgmnw==" - }, - "Microsoft.ApplicationInsights.PerfCounterCollector/2.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-UXZkWyBbvkUMU2CRUxGNqryqakxTppV/f60a2qolrNllalzLgXvNojFNHi+1C7gm1hJ82KgftCnOISsgWNwScQ==" - }, - "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel/2.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-cxvFUPc83qaPjvcr0cAT8EElPVvg+hSzCmCxSPEXRt5PnPGTafv/ra4sw8na/D3fQHmnMLuj1R0mMZiOLnSw9A==" - }, - "Microsoft.AspNet.WebApi.Client/5.2.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3kiI8peSXbXHDDrRuo+QaX0iCEVRe0nvn2dBDRw656uPX32UalbBlSIDUDlJxu05eau4tnuhsikiUuugvvoUoQ==" - }, - "Microsoft.AspNetCore.Antiforgery/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-oJnrSvL6S7jM2eD/TR/Kyp/7O6pKvN+8FcnYvUaxaHbKlISwl98o44uidzePBjGxTf4fh9NFEx/q3OuuxAvBzw==" - }, - "Microsoft.AspNetCore.Authentication/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3af/pZSoaIkZPjGPTlpvIXKDA4NCN6O7++iSO4N2rnKjC5OFHnCX5CLzRxO6721kqovIssRPo84q1HvT4IL6GQ==" - }, - "Microsoft.AspNetCore.Authentication.Cookies/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-zWhEmMwAqLnQIn3eWGlfioBkKngLB/cEqhqw+jAPPrelH8nNNCnHKIoC6ZQf5oSPmpTX9vZU7XEOrpXHFxSQGw==" - }, - "Microsoft.AspNetCore.Authorization/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-iVFQ5xHSyxmfWYdl5B/xIFzXgm4SRgYQUKlLFVNGfEhbbjw0Ur2pfVrEvpENrhHFOQ2XAZcuFlGxSIzZwsVrMg==" - }, - "Microsoft.AspNetCore.Cors/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-fC8lWOU3+ltkbgQyD1P7eRQ66fGfZkPNU2UkwOI8tyF5FUsd8nRTfzvsO4mSyQfgmgfk2Hc8TGzx/okevZwXkg==" - }, - "Microsoft.AspNetCore.Cryptography.Internal/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-0btvxwOqYNpKTUQrD7LA3p6Wi0vrhfWGBVqIKPS1KtEdkCv3QoVgFO4eJYuClGDS9NXhqk7TWh46/8x8wtZHaw==" - }, - "Microsoft.AspNetCore.DataProtection/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-gt4URT+8ljPk0ePspLqOGPJBm+s6iMvsZqweplhf7wiZSjFiG1uYBNpQ/0dFY7wSx3NMRjekyXzCjvkGAV570g==" - }, - "Microsoft.AspNetCore.DataProtection.Abstractions/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-h5ycDgkqmRdManmYMQVJgzNI7YtVp2X2/os1cKmdfrpfq+m9L8bMKhbd7PCksoLci+aYTOSn45khPl+hpPb9ug==" - }, - "Microsoft.AspNetCore.Diagnostics/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-nGmsbmax1PsMyOzeE+4UyA7dZZ4SlRa5j4eMbt1HArvUaec3Z7ldb7fASyCrC/tlpfKf9Jeruv1qy+yGyjUeQw==" - }, - "Microsoft.AspNetCore.Diagnostics.Abstractions/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-RrXsm5Xzvxs0OFDhRcIIUNOM5rXKnRWj/bIkuDkXNIBniGcPDrfGbACIatA127I6pmybNAE84puFAt3wsU2kww==" - }, - "Microsoft.AspNetCore.Hosting/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-0M7ZRAxTmGHOQV3B5Lm30VBg33uxxkPIKAxMc/C9yFBMPWPfk6V1uvb2ZL5eEPlo9/MZooITyMcGBQUHiakFjg==" - }, - "Microsoft.AspNetCore.Hosting.Abstractions/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-8r6qOl1jYyC523ZKM1QNl+6ijIoYWELWm0tpEWqtTIOg9DytHJWshB7usgqiuRmfHXM0EUziR6ouFY7iP7Tuzw==" - }, - "Microsoft.AspNetCore.Hosting.Server.Abstractions/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-sHZyhQEoW15T9E36rfdm5Ux6a6RZB0KNM79ccf2IplWASqmlRGhX4ydU3dzQRLhkHpLx16fnWOL0KScsO6BevQ==" - }, - "Microsoft.AspNetCore.Html.Abstractions/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/JLMu2k8FiInLZC0SHXT+Cmdzi7AYa3B5v9w32Kd0mPTH4RYIQo/XNPIOr2HsPTXp3I9cZo1DajaMVGnJMN2QA==" - }, - "Microsoft.AspNetCore.Http/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-c/+eWVWQ8fX5hBHhL1BY4k2n4kVyUnqJLSCj0sTTXwRTU6IKoGbTOUqHT9as8C71Vk54YpAsi/VPmGW7T/ap3A==" - }, - "Microsoft.AspNetCore.Http.Abstractions/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OJHlqdJOWKKBfsiVdX4Z4KCNuqvBIu6+1MVKuejRDyHnGyMkNHNoP/dtVzhPqvJXaJg9N4HlD0XNc6GDCFVffg==" - }, - "Microsoft.AspNetCore.Http.Extensions/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-GlvCPRpnw2jjHLdbGf/C28NQZLMeX1mugv5BS1a3FCQOJYyuwQZil4JwblR0frLyVrUVoJQ7UXRNZIzEVlO5XA==" - }, - "Microsoft.AspNetCore.Http.Features/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-6x7zgfbTo1gL9xMEb7EMO2ES/48bqwnWyfH09z+ubWhnzxdhHls8rtqstPylu5FPD9nid6Vo2pgDm5vufRAy5Q==" - }, - "Microsoft.AspNetCore.HttpOverrides/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-gHpdaaAzhaTWJZuJVo3ler2zzdQWrm8wnsoSjcNtoZZdTOkwImndRwK8o4GYoM18dfmfNheM7i4EENI7XHM/lA==" - }, - "Microsoft.AspNetCore.JsonPatch/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-WVaSVS+dDlWCR/qerHnBxU9tIeJ9GMA3M5tg4cxH7/cJYZZLnr2zvaFHGB+cRRNCKKTJ0pFRxT7ES8knhgAAaA==" - }, - "Microsoft.AspNetCore.Localization/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-DF/maMd9f6ZPoTlU8n6/AGm3fpZNPiiip34bPrBQuloX2a5O0KwyV72qKhJhJNqmVVnDnTu8XYT16ysoFXRxQA==" - }, - "Microsoft.AspNetCore.Mvc/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-nNiMnzdXHpMrsjnBRiYaVy5EMsCmTsqSIIOtJvMbqJldh1i3NCM9jgvp4Da+Ke1gkGd2/MK8rXp+8a5yF+QOOQ==" - }, - "Microsoft.AspNetCore.Mvc.Abstractions/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-d7KEexDwxSwVeZv+SDbsMRPl2WuKMVckOCp/KTGuI1NJhd/7GvNGW101iRIC3tC/yym0PaajcWwTZNVfjhyoJw==" - }, - "Microsoft.AspNetCore.Mvc.ApiExplorer/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-46aWHLmZ37c44bJzLdbSEmIxCwQo7BljHBoK8C9CPCEPOLPWmg0XyPhGyMSGY4woDmm9ukBOEpqT899BWSxhRw==" - }, - "Microsoft.AspNetCore.Mvc.Core/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-tjCOZJheOAKStHs4LIcrLsbF/00wEwSinC+vCFpsmdqGVl3/tX9jnID20E1NlkKOW68DOLBavoC23BWFiHa0JA==" - }, - "Microsoft.AspNetCore.Mvc.Cors/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-jz3au6mm/O0ahotfUqZTGtsftcd4UYKIzl2l0+WRG817UJdMGLmnmgmUPcAQR1nrI0Dg49MsfTkjWoMQM9CsUw==" - }, - "Microsoft.AspNetCore.Mvc.DataAnnotations/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ZU02Y2tnKu/lVv2ywnNO+nSRzDWiTlq+ZhSuR9L3Q9NqlCyQJXOgX+iD/BGshnMQ7ZTstjyO4h8WeF7Ii9vBWQ==" - }, - "Microsoft.AspNetCore.Mvc.Formatters.Json/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-XQQLbxYLmdRj2U685NxFIrxVxqsXHLO5zN4ZIhTQ23VxzI6Qk2WN9ska0tl4ZMDV/4pSyE8SlmNeKPCN3pW86w==" - }, - "Microsoft.AspNetCore.Mvc.Localization/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-+w4s6j88pzJmc++3IozCmo0AIOF8ks/LrOAuMTRm6ve/l+wTp/oqXu2tjLA3QAvP6n6hC3cm40qW69UhYUtSIQ==" - }, - "Microsoft.AspNetCore.Mvc.Razor/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-G17pVnANhBj6AdpzTnJV36MRx4KNLQao0NqGUyKFvtKjy77KR55Fmt6/MVykbOB5xH33fbMIveTiSF3h4kWSQA==" - }, - "Microsoft.AspNetCore.Mvc.Razor.Host/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-cMdbvKf56IRyviirKFAgwcUSxwzLVASRA8cgxQD6Bw/JO9uwpG33mWjMnsdmZveW0y/ek1FjHTx6Zd4UpZfQ6A==" - }, - "Microsoft.AspNetCore.Mvc.TagHelpers/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-5IT4kddg3Tz3Ki53HvP3fvjnpYzKjY5mFWhmpPQvE2vzfMr7zU6X1Cls2SnJPMcV6sAqzTB4j6AmUmcEpFNMqg==" - }, - "Microsoft.AspNetCore.Mvc.ViewFeatures/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-DNMCqY+TX5jgO3M1C7Lf5E61llWZ+QgtjLYfrIkq7yfZjhzI52nprFE3mh66HahKU1EvyOz9+ISdaSmTimfNbQ==" - }, - "Microsoft.AspNetCore.Razor/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-+vhlFn8n45hj1M91HYVm2ryLMZ+ZYR/OUdBVE8aUzkvkTVF+3UnNxSY3hAEugcgcbf9/XQTE+DDxEgN4LdYEjg==" - }, - "Microsoft.AspNetCore.Razor.Runtime/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-hsq6xJeqDDb78akZuy79QE3kaCxcigD3vccbIaNrrz7JSXOzayfteF06ToK+J1SXSDRtrBj3XZZfrjiqIY/vCw==" - }, - "Microsoft.AspNetCore.Routing/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-NvFvRtYHXWjBbXz5/7F7JDNcdhrE+tG1/Q9R6LmMxFgu8tkl1bqtFZQbMy17FYFkmm8Fn/T81blRGE2nxCbDRA==" - }, - "Microsoft.AspNetCore.Routing.Abstractions/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Ne5CFiD1xCGSHrGICw7PsVnj7gijfkMfsw52AO6ingcUhE01dc87cJPpfGLnY22MIvqn11ECLbNZYmzFp/Rs+A==" - }, - "Microsoft.AspNetCore.Server.IISIntegration/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-xmn6EivvL4Ymo7LP+Jc49WLcIiYsUiujZo0loEbAg473nY2dIHxcxncpFAKzPf/MzqN0qBtaXEP0igYJ813H3Q==" - }, - "Microsoft.AspNetCore.Server.Kestrel/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-TNRTsufpdeoa88kR2NU+mO0IZIyJCcBurkdLx4I9d7MpLV1MCnRCrIeTgFIOWpB+j6kytUUXblzhsd0rfk6+bQ==" - }, - "Microsoft.AspNetCore.Session/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-RPoUeyNC0OXCcelURzsf5PZnrFC97HNUhQJMMEhBjmDNSAhFpKxgLJydKC3J/G7FxPkO4ciXu37zafPlA8AZqw==" - }, - "Microsoft.AspNetCore.StaticFiles/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pXiUBJtpO0fIlGEg/ESykhbIZ2+I+9Y+3qXzN19zZDDF+tD88eATg3A5MHMXu/VmqaROLfvpGJmJ6uOLUGsBVQ==" - }, - "Microsoft.AspNetCore.WebUtilities/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-D0licSnS1JgqQ/gYlN41wXbeYG3dFIdjY781YzMHZ5gBB7kczacshW+H6plZkXRr/cCnAJWGa31o1R8c5GEy/A==" - }, - "Microsoft.CodeAnalysis.Analyzers/1.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-HS3iRWZKcUw/8eZ/08GXKY2Bn7xNzQPzf8gRPHGSowX7u7XXu9i9YEaBeBNKUXWfI7qjvT2zXtLUvbN0hds8vg==" - }, - "Microsoft.CodeAnalysis.Common/1.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-V09G35cs0CT1C4Dr1IEOh8IGfnWALEVAOO5JXsqagxXwmYR012TlorQ+vx2eXxfZRKs3gAS/r92gN9kRBLba5A==" - }, - "Microsoft.CodeAnalysis.CSharp/1.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-BgWDIAbSFsHuGeLSn/rljLi51nXqkSo4DZ0qEIrHyPVasrhxEVq7aV8KKZ3HEfSFB+GIhBmOogE+mlOLYg19eg==" - }, - "Microsoft.CSharp/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.DotNet.InternalAbstractions/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-AAguUq7YyKk3yDWPoWA8DrLZvURxB/LrDdTn1h5lmPeznkFUpfC3p459w5mQYQE0qpquf/CkSQZ0etiV5vRHFA==" - }, - "Microsoft.Extensions.Caching.Abstractions/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-IxlFDVOchL6tdR05bk7EiJvMtvZrVkZXBhkbXqc3GxOHOrHFGcN+92WoWFPeBpdpy8ot/Px5ZdXzt7k+2n1Bdg==" - }, - "Microsoft.Extensions.Caching.Memory/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-6+7zTufCnZ+tfrUo7RbIRR3LB0BxwOwxfXuo0IbLyIvgoToGpWuz5wYEDfCYNOvpig9tY8FA0I1uRHYmITMXMQ==" - }, - "Microsoft.Extensions.Configuration/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-hR4yYebruRp6qyFnV3RW4qrnEb0J1LnMmQbj50AUA423V8dMs4E3YAohsyRyGBFnpbJ+KKzieSG/n2A6T0klZQ==" - }, - "Microsoft.Extensions.Configuration.Abstractions/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-nJ+Et/rnDMDmGhxvFAKdN3va7y+YDPICv1nUEP8I4IKgOkWwr/dCZHMqxVhJFrkbW9ux8Kd7erC4mvxfZh0WnA==" - }, - "Microsoft.Extensions.Configuration.Binder/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-kK8QuBcPQtmKJCkC9enc1uMRFa++mPTuVNm2K5jDVXcAYKRBcFSbdEBvIe1JIgA6dEsAQeqjfHfKSaUJ8f5NFQ==" - }, - "Microsoft.Extensions.Configuration.EnvironmentVariables/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-A0yqS98VtPNlFkFI7YBlwkAekUHE/9mMeNc+K4RmgTjCrskuk6pX3LGhDU7aD5CPYc9Px7M2To/2u4xDSnRikg==" - }, - "Microsoft.Extensions.Configuration.FileExtensions/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-MO7XtmLiqnpgVTX34uzFPvIS7jPmBUGLN0MP5MsYu6CqYTIs90ULjtrV5TegH5mTqKTXWjZRGXL26R6apTyc4w==" - }, - "Microsoft.Extensions.Configuration.Json/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-KRyEOe5/Xi3qyDMdEVh++e2pQRsI6C3wzINVExOcu9lOsFmXK/k4qOf244fyo59rnn6s5xKnIW3WbhxWS1hu2w==" - }, - "Microsoft.Extensions.DependencyInjection/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-zdtkiZNV6LB8xtpmfyUjP/9N9ZCL/ydQ+0bfjun38fbrk+MDEm9M2yeLzRdq+OIt5xExw/KU04wFaVwJ1bhQPg==" - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-+XwaNo3o9RhLQhUnnOBCaukeRi1X9yYc0Fzye9RlErSflKZdw0VgHtn6rvKo0FTionsW0x8QVULhKH+nkqVjQA==" - }, - "Microsoft.Extensions.DependencyModel/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-n55Y2T4qMgCNMrJaqAN+nlG2EH4XL+e9uxIg4vdFsQeF+L8UKxRdD3C35Bt+xk3vO3Zwp3g+6KFq2VPH2COSmg==" - }, - "Microsoft.Extensions.DiagnosticAdapter/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-GGI4Pp9DpRBFlAXDcZRz5e+R+TqLFBWzToTDXqxPjQiRq6DwPvDYuKD10rlJD4QxxeX8fcjakTlKO1RfC+DmFg==" - }, - "Microsoft.Extensions.FileProviders.Abstractions/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-4jsqTxG3py/hYSsOtZMkNJ2/CQqPdpwyK7bDUkrwHgqowCFSmx/C+R4IzQ+2AK2Up1fVcu+ldC0gktwidL828A==" - }, - "Microsoft.Extensions.FileProviders.Composite/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-4nbDQfagNr1eILXSFZbTNuAKuZ6SsOyK6ySTMryo67ECi8+EcZBQ12E0aXcxX/aT3v+3pbWSt71NXlEm8tKIxw==" - }, - "Microsoft.Extensions.FileProviders.Physical/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Ej5hGWtK3xM9YU+B2O8EdlMcJf5utbDQs9ecnfvwhENQeeNU7iI2jjnRB2d7V6o9SQZmNHPzdPvaNb3PlSMz+Q==" - }, - "Microsoft.Extensions.FileSystemGlobbing/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-scXp1Y+hmhQKLe57Z7cSjsAEFtE4zSHHydkg1SpvG56nWwWQVpVcRAbRZsv1qIBR5/vNB4LA9xiOKnvKO/Halg==" - }, - "Microsoft.Extensions.Globalization.CultureInfoCache/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-nxGoN8o+4clQk103krYRqS5FVVCZc3Tlc09AYj4W8gZ9Q5Jxa2BLW7ss+ogKU/hvNSg2NkJyQTfi9SegGU6ssQ==" - }, - "Microsoft.Extensions.Localization/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-nkDgz++GXjMSEIiVS6CpeirV8m8zvc/vUN2sq5sPnqG8PZltCMSNmqrwyL1onx6A6aRNdTr1nVfvYHwWAmS4vg==" - }, - "Microsoft.Extensions.Localization.Abstractions/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-hQ2sEJf7swsD5jk4DogLI3DazGvsvbz0IuSbxPFDjcvP0PRdxgCsyGpg70LD+3tRmxZcE1uh5jtcAi4X2BcB9w==" - }, - "Microsoft.Extensions.Logging/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-0mDuASVrd/nMeBYIJSK+9lT3TSmWxUXP/ipVB1pF1ApMN5fqGCckPTNwmOfT4Z9wPkXGnhbwFTGrxZvbzTWxOg==" - }, - "Microsoft.Extensions.Logging.Abstractions/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-wHT6oY50q36mAXBRKtFaB7u07WxKC5u2M8fi3PqHOOnHyUo9gD0u1TlCNR8UObHQxKMYwqlgI8TLcErpt29n8A==" - }, - "Microsoft.Extensions.Logging.Console/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-GN4gFFONP12KbFEG9rNFpXuz6D2Tybcm8+c1wilaQ1eSl9zVX0gVRrKw/YRwxdwbM3eK7nWfRRqJaQPzOjtLnA==" - }, - "Microsoft.Extensions.Logging.Debug/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-V8fP8pGJxieGa1DAYOF1RX+cCGGqdOGNoAQUzxmy27+qNzbHB/cUXc7mCZT72jPZMB4U12zSVWlIt26GMsUIOg==" - }, - "Microsoft.Extensions.ObjectPool/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-BTXoWSTrv/saLlNSg8l41YOoSKeUUanQLykUqRTtiUJz2xxQOCgm4ckPzrdmSK6w0mdjR2h7IrUDGdBF78Z7yg==" - }, - "Microsoft.Extensions.Options/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-SdP3yPKF++JTkoa91pBDiE70uQkR/gdXWzOnMPbSj+eOqY1vgY+b8RVl+gh7TrJ2wlCK2QqnQtvCQlPPZRK36w==" - }, - "Microsoft.Extensions.Options.ConfigurationExtensions/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ov+cv1w81/lVrjqorjSpUvTzJhRVFu2GSRyRQYcGfGWPwrCz6473YoiqK/XNbeBmmF9VVyGPHVMubAH+Atsr3g==" - }, - "Microsoft.Extensions.PlatformAbstractions/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-zyjUzrOmuevOAJpIo3Mt5GmpALVYCVdLZ99keMbmCxxgQH7oxzU58kGHzE6hAgYEiWsdfMJLjVR7r+vSmaJmtg==" - }, - "Microsoft.Extensions.Primitives/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3q2vzfKEDjL6JFkRpk5SFA3zarYsO6+ZYgoucNImrUMzDn0mFbEOL5p9oPoWiypwypbJVVjWTf557bXZ0YFLig==" - }, - "Microsoft.Extensions.WebEncoders/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-NSSIBREmHHiyoAFXV2LMA+a6RMZtTHxgUbHJGHRtnjmTKnRyticx5HAzNpy8VG9+HCCHenL9QD7zSA8jjgAi5A==" - }, - "Microsoft.Net.Http.Headers/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-1lr92itF1fKR2oEQ6gk1IUsuCgp7UMlf/b1sjlAyuDeUnttj39ra59GQHYpomglJX1UVNpi1/cSBbEsXoNeIhw==" - }, - "Microsoft.NETCore.Platforms/1.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-2G6OjjJzwBfNOO8myRV/nFrbTw5iA+DEm0N+qUqhrOmaVtn4pC77h38I1jsXGw5VH55+dPfQsqHD0We9sCl9FQ==" - }, - "Microsoft.VisualStudio.Web.BrowserLink.Loader/14.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-f01OAOfsctcN7gSa05qYK8AgU1E/BFeZizvszNJMXY3BMJbYSj+3+YqyLunkMSf7LN92kcl7gQsAY9FayEH3ag==" - }, - "MongoDB.Bson/2.2.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Q3TLxEVx5MsoXgqHqUFAh15kGJmgv1pvgXtm4/d9E22Ee8X9jVoPC8zIgIuQddO771Zbn9chJE+5QLfgxZl25Q==" - }, - "NETStandard.Library/1.6.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ypsCvIdCZ4IoYASJHt6tF2fMo7N30NLgV1EbmC+snO490OMl9FvVxmumw14rhReWU3j3g7BYudG6YCrchwHJlA==" - }, - "Newtonsoft.Json/9.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-U82mHQSKaIk+lpSVCbWYKNavmNH1i5xrExDEquU1i6I5pV6UMOqRnJRSlKO3cMPfcpp0RgDY+8jUXHdQ4IfXvw==" - }, - "Serilog/2.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OgcPRKdML09vZ2TCsExktklCa4fyj5nxghz1SL1oKArAZnm0rojIHTsb93hckJnNbc9IfQ1jtFp3M7fE0nIvGg==" - }, - "Serilog.Extensions.Logging/1.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-6fvXcoX6qarOjItiJfkdGsFF1WvJbHpWuz+s7/HirtwYONSYd4xLOF/PCqKjnyT44AFAB9EedUaz74wvCf/xRw==" - }, - "Serilog.Sinks.ColoredConsole/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pAH8MO/6oPPToCnwKpSAszIVF0tPpYjKLNhAJlTxAinpcRjPrKT/1bGTW/ZqoCluVyZQl5eg1gIxEkhHEd6Uww==" - }, - "Serilog.Sinks.File/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-atGnXIHSM5Lg9E14mXc1Yf8CuKnNSaenW+ZPVCrM1O/+lXwl3BgZ6ZXvLE1n4XF71ZU1U9dx/Yg47ci90QbjrQ==" - }, - "Serilog.Sinks.RollingFile/2.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-bBCGuXxlLq2yho3QLdRzEsW2sp7zQKcrNb7gmyqLtNwE3K20MolNYWoWqEmZJGGBktPt8quFYQJCFXSPdpGkTQ==" - }, - "System.Buffers/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-msXumHfjjURSkvxUjYuq4N2ghHoRi2VpXcKMA7gK6ujQfU3vGpl+B6ld0ATRg+FZFpRyA6PgEPA+VlIkTeNf2w==" - }, - "System.Collections/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Collections.Concurrent/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Collections.Immutable/1.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Cma8cBW6di16ZLibL8LYQ+cLjGzoKxpOTu/faZfDcx94ZjAGq6Nv5RO7+T1YZXqEXTZP9rt1wLVEONVpURtUqw==" - }, - "System.ComponentModel/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.ComponentModel.Primitives/4.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-sc/7eVCdxPrp3ljpgTKVaQGUXiW05phNWvtv/m2kocXqrUQvTVWKou1Edas2aDjTThLPZOxPYIGNb/HN0QjURg==" - }, - "System.ComponentModel.TypeConverter/4.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-MnDAlaeJZy9pdB5ZdOlwdxfpI+LJQ6e0hmH7d2+y2LkiD8DRJynyDYl4Xxf3fWFm7SbEwBZh4elcfzONQLOoQw==" - }, - "System.Diagnostics.Contracts/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Diagnostics.Debug/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Diagnostics.DiagnosticSource/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-YKglnq4BMTJxfcr6nuT08g+yJ0UxdePIHxosiLuljuHIUR6t4KhFsyaHOaOc1Ofqp0PUvJ0EmcgiEz6T7vEx3w==" - }, - "System.Diagnostics.Tools/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Diagnostics.Tracing/4.0.10.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Globalization/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.IO/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.IO.Compression/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Linq/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Linq.Expressions/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Net.Http/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Net.Primitives/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Numerics.Vectors/4.1.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Ex1NSKycC2wi5XBMWUGWPc3lumh6OQWFFmmpZFZz0oLht5lQ+wWPHVZumOrMJuckfUiVMd4p67BrkBos8lcF+Q==" - }, - "System.ObjectModel/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Reflection/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Reflection.Emit/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Reflection.Emit.Lightweight/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Reflection.Extensions/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Reflection.Metadata/1.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-jMSCxA4LSyKBGRDm/WtfkO03FkcgRzHxwvQRib1bm2GZ8ifKM1MX1al6breGCEQK280mdl9uQS7JNPXRYk90jw==" - }, - "System.Reflection.Primitives/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Resources.ResourceManager/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Runtime/4.0.10.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Runtime.Extensions/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Runtime.InteropServices/4.0.10.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Runtime.InteropServices.RuntimeInformation/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-hWPhJxc453RCa8Z29O91EmfGeZIHX1ZH2A8L6lYQVSaKzku2DfArSfMEb1/MYYzPQRJZeu0c9dmYeJKxW5Fgng==" - }, - "System.Runtime.Numerics/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Runtime.Serialization.Primitives/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Text.Encoding/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Text.Encoding.Extensions/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Text.Encodings.Web/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-TWZnuiJgPDAEEUfobD7njXvSVR2Toz+jvKWds6yL4oSztmKQfnWzucczjzA+6Dv1bktBdY71sZW1YN0X6m9chQ==" - }, - "System.Text.RegularExpressions/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Threading/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Threading.Tasks/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Threading.Tasks.Extensions/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pH4FZDsZQ/WmgJtN4LWYmRdJAEeVkyriSwrv2Teoe5FOU0Yxlb6II6GL8dBPOfRmutHGATduj3ooMt7dJ2+i+w==" - }, - "System.Threading.Timer/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Xml.ReaderWriter/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Xml.XDocument/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Domain.Socioboard/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Socioboard.Facebook/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Socioboard.Pinterest/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "mscorlib/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Core/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Security/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Xml/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Xml.Linq/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.ComponentModel.DataAnnotations/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.IdentityModel/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Net.Http.WebRequest/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.ServiceModel/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Net/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - } - } -} \ No newline at end of file diff --git a/src/Socioboard/obj/Debug/net451/dotnet-compile-csc.rsp b/src/Socioboard/obj/Debug/net451/dotnet-compile-csc.rsp deleted file mode 100644 index 7eb603755..000000000 --- a/src/Socioboard/obj/Debug/net451/dotnet-compile-csc.rsp +++ /dev/null @@ -1,219 +0,0 @@ --d:DEBUG --d:TRACE --d:NET451 --nowarn:CS1701 --nowarn:CS1702 --nowarn:CS1705 --platform:x64 --debug:full --nostdlib --nologo -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard\obj\Debug\net451\dotnet-compile.assemblyinfo.cs" --out:"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard\bin\Debug\net451\Socioboard.exe" --r:"C:\Users\GLB-008-PC\.nuget\packages\Facebook\7.0.10-beta\lib\net45\Facebook.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Hammock\1.2.3\lib\net40\Hammock.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\HtmlAgilityPack\1.4.9.5\lib\Net45\HtmlAgilityPack.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\iTextSharp\5.5.11\lib\itextsharp.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.ApplicationInsights\2.1.0\lib\net45\Microsoft.ApplicationInsights.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.ApplicationInsights.Agent.Intercept\1.2.1\lib\net45\Microsoft.AI.Agent.Intercept.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.ApplicationInsights.AspNetCore\1.0.0\lib\net451\Microsoft.ApplicationInsights.AspNetCore.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.ApplicationInsights.DependencyCollector\2.1.0\lib\net45\Microsoft.AI.DependencyCollector.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.ApplicationInsights.PerfCounterCollector\2.1.0\lib\net45\Microsoft.AI.PerfCounterCollector.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel\2.1.0\lib\net45\Microsoft.AI.ServerTelemetryChannel.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNet.WebApi.Client\5.2.3\lib\net45\System.Net.Http.Formatting.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.Antiforgery\1.0.0\lib\net451\Microsoft.AspNetCore.Antiforgery.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.Authentication\1.0.0\lib\net451\Microsoft.AspNetCore.Authentication.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.Authentication.Cookies\1.0.0\lib\net451\Microsoft.AspNetCore.Authentication.Cookies.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.Authorization\1.0.0\lib\net451\Microsoft.AspNetCore.Authorization.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.Cors\1.0.0\lib\net451\Microsoft.AspNetCore.Cors.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.Cryptography.Internal\1.0.0\lib\net451\Microsoft.AspNetCore.Cryptography.Internal.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.DataProtection\1.0.0\lib\net451\Microsoft.AspNetCore.DataProtection.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.DataProtection.Abstractions\1.0.0\lib\net451\Microsoft.AspNetCore.DataProtection.Abstractions.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.Diagnostics\1.0.0\lib\net451\Microsoft.AspNetCore.Diagnostics.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.Diagnostics.Abstractions\1.0.0\lib\netstandard1.0\Microsoft.AspNetCore.Diagnostics.Abstractions.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.Hosting\1.0.0\lib\net451\Microsoft.AspNetCore.Hosting.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.Hosting.Abstractions\1.0.0\lib\net451\Microsoft.AspNetCore.Hosting.Abstractions.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.Hosting.Server.Abstractions\1.0.0\lib\net451\Microsoft.AspNetCore.Hosting.Server.Abstractions.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.Html.Abstractions\1.0.0\lib\netstandard1.0\Microsoft.AspNetCore.Html.Abstractions.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.Http\1.0.0\lib\net451\Microsoft.AspNetCore.Http.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.Http.Abstractions\1.0.0\lib\net451\Microsoft.AspNetCore.Http.Abstractions.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.Http.Extensions\1.0.0\lib\net451\Microsoft.AspNetCore.Http.Extensions.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.Http.Features\1.0.0\lib\net451\Microsoft.AspNetCore.Http.Features.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.HttpOverrides\1.0.0\lib\net451\Microsoft.AspNetCore.HttpOverrides.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.JsonPatch\1.0.0\lib\netstandard1.1\Microsoft.AspNetCore.JsonPatch.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.Localization\1.0.0\lib\net451\Microsoft.AspNetCore.Localization.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.Mvc\1.0.0\lib\net451\Microsoft.AspNetCore.Mvc.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.Mvc.Abstractions\1.0.0\lib\net451\Microsoft.AspNetCore.Mvc.Abstractions.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.Mvc.ApiExplorer\1.0.0\lib\net451\Microsoft.AspNetCore.Mvc.ApiExplorer.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.Mvc.Core\1.0.0\lib\net451\Microsoft.AspNetCore.Mvc.Core.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.Mvc.Cors\1.0.0\lib\net451\Microsoft.AspNetCore.Mvc.Cors.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.Mvc.DataAnnotations\1.0.0\lib\net451\Microsoft.AspNetCore.Mvc.DataAnnotations.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.Mvc.Formatters.Json\1.0.0\lib\net451\Microsoft.AspNetCore.Mvc.Formatters.Json.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.Mvc.Localization\1.0.0\lib\net451\Microsoft.AspNetCore.Mvc.Localization.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.Mvc.Razor\1.0.0\lib\net451\Microsoft.AspNetCore.Mvc.Razor.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.Mvc.Razor.Host\1.0.0\lib\net451\Microsoft.AspNetCore.Mvc.Razor.Host.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.Mvc.TagHelpers\1.0.0\lib\net451\Microsoft.AspNetCore.Mvc.TagHelpers.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.Mvc.ViewFeatures\1.0.0\lib\net451\Microsoft.AspNetCore.Mvc.ViewFeatures.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.Razor\1.0.0\lib\net451\Microsoft.AspNetCore.Razor.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.Razor.Runtime\1.0.0\lib\net451\Microsoft.AspNetCore.Razor.Runtime.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.Razor.Tools\1.0.0-preview2-final\lib\net451\dotnet-razor-tooling.exe" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.Routing\1.0.0\lib\net451\Microsoft.AspNetCore.Routing.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.Routing.Abstractions\1.0.0\lib\net451\Microsoft.AspNetCore.Routing.Abstractions.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.Server.IISIntegration\1.0.0\lib\net451\Microsoft.AspNetCore.Server.IISIntegration.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.Server.Kestrel\1.0.0\lib\net451\Microsoft.AspNetCore.Server.Kestrel.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.Session\1.0.0\lib\net451\Microsoft.AspNetCore.Session.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.StaticFiles\1.0.0\lib\net451\Microsoft.AspNetCore.StaticFiles.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.WebUtilities\1.0.0\lib\net451\Microsoft.AspNetCore.WebUtilities.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.CodeAnalysis.Common\1.3.0\lib\net45\Microsoft.CodeAnalysis.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.CodeAnalysis.CSharp\1.3.0\lib\net45\Microsoft.CodeAnalysis.CSharp.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Microsoft.CSharp.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.DotNet.Cli.Utils\1.0.0-preview2-003121\lib\net451\Microsoft.DotNet.Cli.Utils.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.DotNet.InternalAbstractions\1.0.0\lib\net451\Microsoft.DotNet.InternalAbstractions.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.DotNet.ProjectModel\1.0.0-rc3-003121\lib\net451\Microsoft.DotNet.ProjectModel.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.Extensions.Caching.Abstractions\1.0.0\lib\netstandard1.0\Microsoft.Extensions.Caching.Abstractions.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.Extensions.Caching.Memory\1.0.0\lib\net451\Microsoft.Extensions.Caching.Memory.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.Extensions.CommandLineUtils\1.0.0\lib\net451\Microsoft.Extensions.CommandLineUtils.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.Extensions.Configuration\1.0.0\lib\netstandard1.1\Microsoft.Extensions.Configuration.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.Extensions.Configuration.Abstractions\1.0.0\lib\netstandard1.0\Microsoft.Extensions.Configuration.Abstractions.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.Extensions.Configuration.Binder\1.0.0\lib\netstandard1.1\Microsoft.Extensions.Configuration.Binder.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.Extensions.Configuration.EnvironmentVariables\1.0.0\lib\net451\Microsoft.Extensions.Configuration.EnvironmentVariables.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.Extensions.Configuration.FileExtensions\1.0.0\lib\net451\Microsoft.Extensions.Configuration.FileExtensions.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.Extensions.Configuration.Json\1.0.0\lib\net451\Microsoft.Extensions.Configuration.Json.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.Extensions.DependencyInjection\1.0.0\lib\netstandard1.1\Microsoft.Extensions.DependencyInjection.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.Extensions.DependencyInjection.Abstractions\1.0.0\lib\netstandard1.0\Microsoft.Extensions.DependencyInjection.Abstractions.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.Extensions.DependencyModel\1.0.0\lib\net451\Microsoft.Extensions.DependencyModel.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.Extensions.DiagnosticAdapter\1.0.0\lib\netstandard1.1\Microsoft.Extensions.DiagnosticAdapter.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.Extensions.FileProviders.Abstractions\1.0.0\lib\netstandard1.0\Microsoft.Extensions.FileProviders.Abstractions.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.Extensions.FileProviders.Composite\1.0.0\lib\netstandard1.0\Microsoft.Extensions.FileProviders.Composite.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.Extensions.FileProviders.Physical\1.0.0\lib\net451\Microsoft.Extensions.FileProviders.Physical.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.Extensions.FileSystemGlobbing\1.0.0\lib\net451\Microsoft.Extensions.FileSystemGlobbing.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.Extensions.Globalization.CultureInfoCache\1.0.0\lib\netstandard1.1\Microsoft.Extensions.Globalization.CultureInfoCache.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.Extensions.Localization\1.0.0\lib\net451\Microsoft.Extensions.Localization.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.Extensions.Localization.Abstractions\1.0.0\lib\netstandard1.0\Microsoft.Extensions.Localization.Abstractions.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.Extensions.Logging\1.0.0\lib\netstandard1.1\Microsoft.Extensions.Logging.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.Extensions.Logging.Abstractions\1.0.0\lib\netstandard1.1\Microsoft.Extensions.Logging.Abstractions.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.Extensions.Logging.Console\1.0.0\lib\net451\Microsoft.Extensions.Logging.Console.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.Extensions.Logging.Debug\1.0.0\lib\net451\Microsoft.Extensions.Logging.Debug.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.Extensions.ObjectPool\1.0.0\lib\net451\Microsoft.Extensions.ObjectPool.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.Extensions.Options\1.0.0\lib\netstandard1.0\Microsoft.Extensions.Options.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.Extensions.Options.ConfigurationExtensions\1.0.0\lib\netstandard1.1\Microsoft.Extensions.Options.ConfigurationExtensions.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.Extensions.PlatformAbstractions\1.0.0\lib\net451\Microsoft.Extensions.PlatformAbstractions.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.Extensions.Primitives\1.0.0\lib\netstandard1.0\Microsoft.Extensions.Primitives.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.Extensions.WebEncoders\1.0.0\lib\netstandard1.0\Microsoft.Extensions.WebEncoders.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.Net.Http.Headers\1.0.0\lib\netstandard1.1\Microsoft.Net.Http.Headers.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Microsoft.VisualStudio.Web.BrowserLink.Loader\14.0.0\lib\net451\Microsoft.VisualStudio.Web.BrowserLink.Loader.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\MongoDB.Bson\2.2.4\lib\net45\MongoDB.Bson.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Newtonsoft.Json\9.0.1\lib\net45\Newtonsoft.Json.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\NuGet.Common\3.5.0-beta2-1484\lib\net45\NuGet.Common.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\NuGet.Configuration\3.5.0-beta2-1484\lib\net45\NuGet.Configuration.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\NuGet.DependencyResolver.Core\3.5.0-beta2-1484\lib\net45\NuGet.DependencyResolver.Core.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\NuGet.Frameworks\3.5.0-beta2-1484\lib\net45\NuGet.Frameworks.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\NuGet.LibraryModel\3.5.0-beta2-1484\lib\net45\NuGet.LibraryModel.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\NuGet.Packaging\3.5.0-beta2-1484\lib\net45\NuGet.Packaging.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\NuGet.Packaging.Core\3.5.0-beta2-1484\lib\net45\NuGet.Packaging.Core.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\NuGet.Packaging.Core.Types\3.5.0-beta2-1484\lib\net45\NuGet.Packaging.Core.Types.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\NuGet.ProjectModel\3.5.0-beta2-1484\lib\net45\NuGet.ProjectModel.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\NuGet.Protocol.Core.Types\3.5.0-beta2-1484\lib\net45\NuGet.Protocol.Core.Types.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\NuGet.Protocol.Core.v3\3.5.0-beta2-1484\lib\net45\NuGet.Protocol.Core.v3.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\NuGet.Repositories\3.5.0-beta2-1484\lib\net45\NuGet.Repositories.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\NuGet.RuntimeModel\3.5.0-beta2-1484\lib\net45\NuGet.RuntimeModel.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\NuGet.Versioning\3.5.0-beta2-1484\lib\net45\NuGet.Versioning.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Serilog\2.1.0\lib\net45\Serilog.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Serilog.Extensions.Logging\1.1.0\lib\net45\Serilog.Extensions.Logging.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Serilog.Sinks.ColoredConsole\2.0.0\lib\net45\Serilog.Sinks.ColoredConsole.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Serilog.Sinks.File\2.0.0\lib\net45\Serilog.Sinks.File.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\Serilog.Sinks.RollingFile\2.1.0\lib\net45\Serilog.Sinks.RollingFile.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\System.Buffers\4.0.0\lib\netstandard1.1\System.Buffers.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Collections.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Collections.Concurrent.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\System.Collections.Immutable\1.2.0\lib\portable-net45+win8+wp8+wpa81\System.Collections.Immutable.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.ComponentModel.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\System.ComponentModel.Primitives\4.1.0\ref\net45\System.ComponentModel.Primitives.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\System.ComponentModel.TypeConverter\4.1.0\ref\net45\System.ComponentModel.TypeConverter.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Diagnostics.Contracts.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Diagnostics.Debug.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\System.Diagnostics.DiagnosticSource\4.0.0\lib\portable-net45+win8+wpa81\System.Diagnostics.DiagnosticSource.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Diagnostics.Tools.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Diagnostics.Tracing.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Globalization.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.IO.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.IO.Compression.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Linq.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Linq.Expressions.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.Net.Http.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Net.Primitives.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\System.Numerics.Vectors\4.1.1\ref\netstandard1.0\System.Numerics.Vectors.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.ObjectModel.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Reflection.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Reflection.Emit.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Reflection.Emit.Lightweight.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Reflection.Extensions.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\System.Reflection.Metadata\1.3.0\lib\portable-net45+win8\System.Reflection.Metadata.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Reflection.Primitives.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Resources.ResourceManager.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Runtime.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Runtime.Extensions.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Runtime.InteropServices.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\System.Runtime.InteropServices.RuntimeInformation\4.0.0\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Runtime.Numerics.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Runtime.Serialization.Primitives.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Text.Encoding.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Text.Encoding.Extensions.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\System.Text.Encodings.Web\4.0.0\lib\netstandard1.0\System.Text.Encodings.Web.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Text.RegularExpressions.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Threading.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Threading.Tasks.dll" --r:"C:\Users\GLB-008-PC\.nuget\packages\System.Threading.Tasks.Extensions\4.0.0\lib\portable-net45+win8+wp8+wpa81\System.Threading.Tasks.Extensions.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Threading.Timer.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Xml.ReaderWriter.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Xml.XDocument.dll" --r:"D:\socioboardgithub\Socioboard-Core-3.0\src\Domain.Socioboard\bin\Debug\net451\Domain.Socioboard.dll" --r:"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Facebook\bin\Debug\net451\Socioboard.Facebook.dll" --r:"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Pinterest\bin\Debug\net451\Socioboard.Pinterest.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\mscorlib.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.Core.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.Security.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.Xml.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.Xml.Linq.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.ComponentModel.DataAnnotations.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.IdentityModel.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.Net.Http.WebRequest.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.ServiceModel.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.Net.dll" --resource:"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard\obj\Debug\net451\Socioboarddotnet-compile.deps.json",Socioboard.deps.json -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard\Program.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard\Startup.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard\Controllers\BoardMeController.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard\Controllers\DropboxManagerController.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard\Controllers\FacebookManagerController.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard\Controllers\GoogleManagerController.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard\Controllers\HomeController.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard\Controllers\IndexController.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard\Controllers\InstagramManagerController.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard\Controllers\LinkedinManagerController.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard\Controllers\LogoutController.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard\Controllers\OauthLogin.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard\Controllers\PinterestManagerController.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard\Controllers\TwitterManagerController.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard\Controllers\Admin\AdminCouponsController.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard\Controllers\Admin\AdminElasticmailController.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard\Controllers\Admin\AdminHomeController.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard\Controllers\Admin\AdminNewsLetterController.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard\Controllers\Admin\AdminPakagesController.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard\Controllers\Admin\AdminSehduledMesssageController.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard\Controllers\Admin\AdminUserController.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard\Extensions\MyExtension.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard\Extensions\SessionExtensions.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard\Helpers\AppSettings.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard\Helpers\CustomHttpWebRequest.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard\Helpers\Facebook.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard\Helpers\Payment.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard\Helpers\PluginHelper.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard\Helpers\ProfilesHelper.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard\Helpers\WebApiReq.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard\Services\CustomViewLocationRazorViewEngine.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard\Services\IEmailSender.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard\Services\ISmsSender.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard\Services\MessageServices.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard\Services\SendMessage.cs" diff --git a/src/Socioboard/obj/Debug/net451/dotnet-compile.assemblyinfo.cs b/src/Socioboard/obj/Debug/net451/dotnet-compile.assemblyinfo.cs deleted file mode 100644 index c2688e152..000000000 --- a/src/Socioboard/obj/Debug/net451/dotnet-compile.assemblyinfo.cs +++ /dev/null @@ -1,5 +0,0 @@ -// This file has been auto generated. -[assembly:System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly:System.Reflection.AssemblyVersionAttribute("1.0.0.0")] -[assembly:System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] -[assembly:System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.5.1")] \ No newline at end of file diff --git a/src/Socioboard/obj/Debug/net451/dotnet-compile.rsp b/src/Socioboard/obj/Debug/net451/dotnet-compile.rsp deleted file mode 100644 index 3e6427b09..000000000 --- a/src/Socioboard/obj/Debug/net451/dotnet-compile.rsp +++ /dev/null @@ -1,223 +0,0 @@ ---temp-output:D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard\obj\Debug\net451\ ---out:D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard\bin\Debug\net451\Socioboard.exe ---define:DEBUG ---define:TRACE ---define:NET451 ---suppress-warning:CS1701 ---suppress-warning:CS1702 ---suppress-warning:CS1705 ---platform:x64 ---optimize:False ---emit-entry-point:True ---output-name:Socioboard ---file-version:1.0.0.0 ---version:1.0.0.0 ---informational-version:1.0.0 ---target-framework:.NETFramework,Version=v4.5.1 ---reference:C:\Users\GLB-008-PC\.nuget\packages\Facebook\7.0.10-beta\lib\net45\Facebook.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Hammock\1.2.3\lib\net40\Hammock.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\HtmlAgilityPack\1.4.9.5\lib\Net45\HtmlAgilityPack.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\iTextSharp\5.5.11\lib\itextsharp.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.ApplicationInsights\2.1.0\lib\net45\Microsoft.ApplicationInsights.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.ApplicationInsights.Agent.Intercept\1.2.1\lib\net45\Microsoft.AI.Agent.Intercept.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.ApplicationInsights.AspNetCore\1.0.0\lib\net451\Microsoft.ApplicationInsights.AspNetCore.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.ApplicationInsights.DependencyCollector\2.1.0\lib\net45\Microsoft.AI.DependencyCollector.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.ApplicationInsights.PerfCounterCollector\2.1.0\lib\net45\Microsoft.AI.PerfCounterCollector.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel\2.1.0\lib\net45\Microsoft.AI.ServerTelemetryChannel.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNet.WebApi.Client\5.2.3\lib\net45\System.Net.Http.Formatting.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.Antiforgery\1.0.0\lib\net451\Microsoft.AspNetCore.Antiforgery.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.Authentication\1.0.0\lib\net451\Microsoft.AspNetCore.Authentication.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.Authentication.Cookies\1.0.0\lib\net451\Microsoft.AspNetCore.Authentication.Cookies.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.Authorization\1.0.0\lib\net451\Microsoft.AspNetCore.Authorization.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.Cors\1.0.0\lib\net451\Microsoft.AspNetCore.Cors.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.Cryptography.Internal\1.0.0\lib\net451\Microsoft.AspNetCore.Cryptography.Internal.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.DataProtection\1.0.0\lib\net451\Microsoft.AspNetCore.DataProtection.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.DataProtection.Abstractions\1.0.0\lib\net451\Microsoft.AspNetCore.DataProtection.Abstractions.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.Diagnostics\1.0.0\lib\net451\Microsoft.AspNetCore.Diagnostics.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.Diagnostics.Abstractions\1.0.0\lib\netstandard1.0\Microsoft.AspNetCore.Diagnostics.Abstractions.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.Hosting\1.0.0\lib\net451\Microsoft.AspNetCore.Hosting.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.Hosting.Abstractions\1.0.0\lib\net451\Microsoft.AspNetCore.Hosting.Abstractions.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.Hosting.Server.Abstractions\1.0.0\lib\net451\Microsoft.AspNetCore.Hosting.Server.Abstractions.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.Html.Abstractions\1.0.0\lib\netstandard1.0\Microsoft.AspNetCore.Html.Abstractions.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.Http\1.0.0\lib\net451\Microsoft.AspNetCore.Http.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.Http.Abstractions\1.0.0\lib\net451\Microsoft.AspNetCore.Http.Abstractions.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.Http.Extensions\1.0.0\lib\net451\Microsoft.AspNetCore.Http.Extensions.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.Http.Features\1.0.0\lib\net451\Microsoft.AspNetCore.Http.Features.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.HttpOverrides\1.0.0\lib\net451\Microsoft.AspNetCore.HttpOverrides.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.JsonPatch\1.0.0\lib\netstandard1.1\Microsoft.AspNetCore.JsonPatch.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.Localization\1.0.0\lib\net451\Microsoft.AspNetCore.Localization.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.Mvc\1.0.0\lib\net451\Microsoft.AspNetCore.Mvc.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.Mvc.Abstractions\1.0.0\lib\net451\Microsoft.AspNetCore.Mvc.Abstractions.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.Mvc.ApiExplorer\1.0.0\lib\net451\Microsoft.AspNetCore.Mvc.ApiExplorer.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.Mvc.Core\1.0.0\lib\net451\Microsoft.AspNetCore.Mvc.Core.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.Mvc.Cors\1.0.0\lib\net451\Microsoft.AspNetCore.Mvc.Cors.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.Mvc.DataAnnotations\1.0.0\lib\net451\Microsoft.AspNetCore.Mvc.DataAnnotations.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.Mvc.Formatters.Json\1.0.0\lib\net451\Microsoft.AspNetCore.Mvc.Formatters.Json.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.Mvc.Localization\1.0.0\lib\net451\Microsoft.AspNetCore.Mvc.Localization.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.Mvc.Razor\1.0.0\lib\net451\Microsoft.AspNetCore.Mvc.Razor.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.Mvc.Razor.Host\1.0.0\lib\net451\Microsoft.AspNetCore.Mvc.Razor.Host.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.Mvc.TagHelpers\1.0.0\lib\net451\Microsoft.AspNetCore.Mvc.TagHelpers.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.Mvc.ViewFeatures\1.0.0\lib\net451\Microsoft.AspNetCore.Mvc.ViewFeatures.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.Razor\1.0.0\lib\net451\Microsoft.AspNetCore.Razor.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.Razor.Runtime\1.0.0\lib\net451\Microsoft.AspNetCore.Razor.Runtime.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.Razor.Tools\1.0.0-preview2-final\lib\net451\dotnet-razor-tooling.exe ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.Routing\1.0.0\lib\net451\Microsoft.AspNetCore.Routing.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.Routing.Abstractions\1.0.0\lib\net451\Microsoft.AspNetCore.Routing.Abstractions.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.Server.IISIntegration\1.0.0\lib\net451\Microsoft.AspNetCore.Server.IISIntegration.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.Server.Kestrel\1.0.0\lib\net451\Microsoft.AspNetCore.Server.Kestrel.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.Session\1.0.0\lib\net451\Microsoft.AspNetCore.Session.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.StaticFiles\1.0.0\lib\net451\Microsoft.AspNetCore.StaticFiles.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.AspNetCore.WebUtilities\1.0.0\lib\net451\Microsoft.AspNetCore.WebUtilities.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.CodeAnalysis.Common\1.3.0\lib\net45\Microsoft.CodeAnalysis.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.CodeAnalysis.CSharp\1.3.0\lib\net45\Microsoft.CodeAnalysis.CSharp.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Microsoft.CSharp.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.DotNet.Cli.Utils\1.0.0-preview2-003121\lib\net451\Microsoft.DotNet.Cli.Utils.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.DotNet.InternalAbstractions\1.0.0\lib\net451\Microsoft.DotNet.InternalAbstractions.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.DotNet.ProjectModel\1.0.0-rc3-003121\lib\net451\Microsoft.DotNet.ProjectModel.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.Extensions.Caching.Abstractions\1.0.0\lib\netstandard1.0\Microsoft.Extensions.Caching.Abstractions.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.Extensions.Caching.Memory\1.0.0\lib\net451\Microsoft.Extensions.Caching.Memory.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.Extensions.CommandLineUtils\1.0.0\lib\net451\Microsoft.Extensions.CommandLineUtils.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.Extensions.Configuration\1.0.0\lib\netstandard1.1\Microsoft.Extensions.Configuration.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.Extensions.Configuration.Abstractions\1.0.0\lib\netstandard1.0\Microsoft.Extensions.Configuration.Abstractions.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.Extensions.Configuration.Binder\1.0.0\lib\netstandard1.1\Microsoft.Extensions.Configuration.Binder.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.Extensions.Configuration.EnvironmentVariables\1.0.0\lib\net451\Microsoft.Extensions.Configuration.EnvironmentVariables.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.Extensions.Configuration.FileExtensions\1.0.0\lib\net451\Microsoft.Extensions.Configuration.FileExtensions.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.Extensions.Configuration.Json\1.0.0\lib\net451\Microsoft.Extensions.Configuration.Json.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.Extensions.DependencyInjection\1.0.0\lib\netstandard1.1\Microsoft.Extensions.DependencyInjection.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.Extensions.DependencyInjection.Abstractions\1.0.0\lib\netstandard1.0\Microsoft.Extensions.DependencyInjection.Abstractions.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.Extensions.DependencyModel\1.0.0\lib\net451\Microsoft.Extensions.DependencyModel.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.Extensions.DiagnosticAdapter\1.0.0\lib\netstandard1.1\Microsoft.Extensions.DiagnosticAdapter.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.Extensions.FileProviders.Abstractions\1.0.0\lib\netstandard1.0\Microsoft.Extensions.FileProviders.Abstractions.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.Extensions.FileProviders.Composite\1.0.0\lib\netstandard1.0\Microsoft.Extensions.FileProviders.Composite.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.Extensions.FileProviders.Physical\1.0.0\lib\net451\Microsoft.Extensions.FileProviders.Physical.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.Extensions.FileSystemGlobbing\1.0.0\lib\net451\Microsoft.Extensions.FileSystemGlobbing.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.Extensions.Globalization.CultureInfoCache\1.0.0\lib\netstandard1.1\Microsoft.Extensions.Globalization.CultureInfoCache.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.Extensions.Localization\1.0.0\lib\net451\Microsoft.Extensions.Localization.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.Extensions.Localization.Abstractions\1.0.0\lib\netstandard1.0\Microsoft.Extensions.Localization.Abstractions.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.Extensions.Logging\1.0.0\lib\netstandard1.1\Microsoft.Extensions.Logging.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.Extensions.Logging.Abstractions\1.0.0\lib\netstandard1.1\Microsoft.Extensions.Logging.Abstractions.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.Extensions.Logging.Console\1.0.0\lib\net451\Microsoft.Extensions.Logging.Console.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.Extensions.Logging.Debug\1.0.0\lib\net451\Microsoft.Extensions.Logging.Debug.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.Extensions.ObjectPool\1.0.0\lib\net451\Microsoft.Extensions.ObjectPool.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.Extensions.Options\1.0.0\lib\netstandard1.0\Microsoft.Extensions.Options.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.Extensions.Options.ConfigurationExtensions\1.0.0\lib\netstandard1.1\Microsoft.Extensions.Options.ConfigurationExtensions.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.Extensions.PlatformAbstractions\1.0.0\lib\net451\Microsoft.Extensions.PlatformAbstractions.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.Extensions.Primitives\1.0.0\lib\netstandard1.0\Microsoft.Extensions.Primitives.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.Extensions.WebEncoders\1.0.0\lib\netstandard1.0\Microsoft.Extensions.WebEncoders.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.Net.Http.Headers\1.0.0\lib\netstandard1.1\Microsoft.Net.Http.Headers.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Microsoft.VisualStudio.Web.BrowserLink.Loader\14.0.0\lib\net451\Microsoft.VisualStudio.Web.BrowserLink.Loader.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\MongoDB.Bson\2.2.4\lib\net45\MongoDB.Bson.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Newtonsoft.Json\9.0.1\lib\net45\Newtonsoft.Json.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\NuGet.Common\3.5.0-beta2-1484\lib\net45\NuGet.Common.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\NuGet.Configuration\3.5.0-beta2-1484\lib\net45\NuGet.Configuration.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\NuGet.DependencyResolver.Core\3.5.0-beta2-1484\lib\net45\NuGet.DependencyResolver.Core.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\NuGet.Frameworks\3.5.0-beta2-1484\lib\net45\NuGet.Frameworks.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\NuGet.LibraryModel\3.5.0-beta2-1484\lib\net45\NuGet.LibraryModel.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\NuGet.Packaging\3.5.0-beta2-1484\lib\net45\NuGet.Packaging.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\NuGet.Packaging.Core\3.5.0-beta2-1484\lib\net45\NuGet.Packaging.Core.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\NuGet.Packaging.Core.Types\3.5.0-beta2-1484\lib\net45\NuGet.Packaging.Core.Types.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\NuGet.ProjectModel\3.5.0-beta2-1484\lib\net45\NuGet.ProjectModel.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\NuGet.Protocol.Core.Types\3.5.0-beta2-1484\lib\net45\NuGet.Protocol.Core.Types.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\NuGet.Protocol.Core.v3\3.5.0-beta2-1484\lib\net45\NuGet.Protocol.Core.v3.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\NuGet.Repositories\3.5.0-beta2-1484\lib\net45\NuGet.Repositories.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\NuGet.RuntimeModel\3.5.0-beta2-1484\lib\net45\NuGet.RuntimeModel.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\NuGet.Versioning\3.5.0-beta2-1484\lib\net45\NuGet.Versioning.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Serilog\2.1.0\lib\net45\Serilog.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Serilog.Extensions.Logging\1.1.0\lib\net45\Serilog.Extensions.Logging.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Serilog.Sinks.ColoredConsole\2.0.0\lib\net45\Serilog.Sinks.ColoredConsole.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Serilog.Sinks.File\2.0.0\lib\net45\Serilog.Sinks.File.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\Serilog.Sinks.RollingFile\2.1.0\lib\net45\Serilog.Sinks.RollingFile.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\System.Buffers\4.0.0\lib\netstandard1.1\System.Buffers.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Collections.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Collections.Concurrent.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\System.Collections.Immutable\1.2.0\lib\portable-net45+win8+wp8+wpa81\System.Collections.Immutable.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.ComponentModel.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\System.ComponentModel.Primitives\4.1.0\ref\net45\System.ComponentModel.Primitives.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\System.ComponentModel.TypeConverter\4.1.0\ref\net45\System.ComponentModel.TypeConverter.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Diagnostics.Contracts.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Diagnostics.Debug.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\System.Diagnostics.DiagnosticSource\4.0.0\lib\portable-net45+win8+wpa81\System.Diagnostics.DiagnosticSource.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Diagnostics.Tools.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Diagnostics.Tracing.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Globalization.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.IO.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.IO.Compression.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Linq.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Linq.Expressions.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.Net.Http.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Net.Primitives.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\System.Numerics.Vectors\4.1.1\ref\netstandard1.0\System.Numerics.Vectors.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.ObjectModel.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Reflection.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Reflection.Emit.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Reflection.Emit.Lightweight.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Reflection.Extensions.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\System.Reflection.Metadata\1.3.0\lib\portable-net45+win8\System.Reflection.Metadata.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Reflection.Primitives.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Resources.ResourceManager.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Runtime.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Runtime.Extensions.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Runtime.InteropServices.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\System.Runtime.InteropServices.RuntimeInformation\4.0.0\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Runtime.Numerics.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Runtime.Serialization.Primitives.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Text.Encoding.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Text.Encoding.Extensions.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\System.Text.Encodings.Web\4.0.0\lib\netstandard1.0\System.Text.Encodings.Web.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Text.RegularExpressions.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Threading.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Threading.Tasks.dll ---reference:C:\Users\GLB-008-PC\.nuget\packages\System.Threading.Tasks.Extensions\4.0.0\lib\portable-net45+win8+wp8+wpa81\System.Threading.Tasks.Extensions.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Threading.Timer.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Xml.ReaderWriter.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Xml.XDocument.dll ---reference:D:\socioboardgithub\Socioboard-Core-3.0\src\Domain.Socioboard\bin\Debug\net451\Domain.Socioboard.dll ---reference:D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Facebook\bin\Debug\net451\Socioboard.Facebook.dll ---reference:D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Pinterest\bin\Debug\net451\Socioboard.Pinterest.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\mscorlib.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.Core.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.Security.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.Xml.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.Xml.Linq.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.ComponentModel.DataAnnotations.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.IdentityModel.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.Net.Http.WebRequest.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.ServiceModel.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.Net.dll ---resource:"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard\obj\Debug\net451\Socioboarddotnet-compile.deps.json",Socioboard.deps.json -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard\Program.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard\Startup.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard\Controllers\BoardMeController.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard\Controllers\DropboxManagerController.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard\Controllers\FacebookManagerController.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard\Controllers\GoogleManagerController.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard\Controllers\HomeController.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard\Controllers\IndexController.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard\Controllers\InstagramManagerController.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard\Controllers\LinkedinManagerController.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard\Controllers\LogoutController.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard\Controllers\OauthLogin.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard\Controllers\PinterestManagerController.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard\Controllers\TwitterManagerController.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard\Controllers\Admin\AdminCouponsController.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard\Controllers\Admin\AdminElasticmailController.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard\Controllers\Admin\AdminHomeController.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard\Controllers\Admin\AdminNewsLetterController.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard\Controllers\Admin\AdminPakagesController.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard\Controllers\Admin\AdminSehduledMesssageController.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard\Controllers\Admin\AdminUserController.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard\Extensions\MyExtension.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard\Extensions\SessionExtensions.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard\Helpers\AppSettings.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard\Helpers\CustomHttpWebRequest.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard\Helpers\Facebook.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard\Helpers\Payment.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard\Helpers\PluginHelper.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard\Helpers\ProfilesHelper.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard\Helpers\WebApiReq.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard\Services\CustomViewLocationRazorViewEngine.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard\Services\IEmailSender.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard\Services\ISmsSender.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard\Services\MessageServices.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard\Services\SendMessage.cs diff --git a/src/Socioboard/obj/Debug/net452/.IncrementalCache b/src/Socioboard/obj/Debug/net452/.IncrementalCache deleted file mode 100644 index 32399fc93..000000000 --- a/src/Socioboard/obj/Debug/net452/.IncrementalCache +++ /dev/null @@ -1 +0,0 @@ -{"inputs":["D:\\Suresh\\Socioboard3.0\\NETCore\\Socioboard\\src\\Socioboard\\project.json","D:\\Suresh\\Socioboard3.0\\NETCore\\Socioboard\\src\\Socioboard\\project.lock.json","D:\\Suresh\\Socioboard3.0\\NETCore\\Socioboard\\src\\Socioboard\\Program.cs","D:\\Suresh\\Socioboard3.0\\NETCore\\Socioboard\\src\\Socioboard\\Startup.cs","D:\\Suresh\\Socioboard3.0\\NETCore\\Socioboard\\src\\Socioboard\\Controllers\\FacebookManagerController.cs","D:\\Suresh\\Socioboard3.0\\NETCore\\Socioboard\\src\\Socioboard\\Controllers\\GoogleManagerController.cs","D:\\Suresh\\Socioboard3.0\\NETCore\\Socioboard\\src\\Socioboard\\Controllers\\HomeController.cs","D:\\Suresh\\Socioboard3.0\\NETCore\\Socioboard\\src\\Socioboard\\Controllers\\IndexController.cs","D:\\Suresh\\Socioboard3.0\\NETCore\\Socioboard\\src\\Socioboard\\Controllers\\TwitterManagerController.cs","D:\\Suresh\\Socioboard3.0\\NETCore\\Socioboard\\src\\Socioboard\\Extensions\\SessionExtensions.cs","D:\\Suresh\\Socioboard3.0\\NETCore\\Socioboard\\src\\Socioboard\\Helpers\\AppSettings.cs","D:\\Suresh\\Socioboard3.0\\NETCore\\Socioboard\\src\\Socioboard\\Helpers\\Facebook.cs","D:\\Suresh\\Socioboard3.0\\NETCore\\Socioboard\\src\\Socioboard\\Helpers\\ProfilesHelper.cs","D:\\Suresh\\Socioboard3.0\\NETCore\\Socioboard\\src\\Socioboard\\Helpers\\WebApiReq.cs","D:\\Suresh\\Socioboard3.0\\NETCore\\Socioboard\\src\\Socioboard\\Models\\ApplicationUser.cs","D:\\Suresh\\Socioboard3.0\\NETCore\\Socioboard\\src\\Socioboard\\Models\\AccountViewModels\\ExternalLoginConfirmationViewModel.cs","D:\\Suresh\\Socioboard3.0\\NETCore\\Socioboard\\src\\Socioboard\\Models\\AccountViewModels\\ForgotPasswordViewModel.cs","D:\\Suresh\\Socioboard3.0\\NETCore\\Socioboard\\src\\Socioboard\\Models\\AccountViewModels\\LoginViewModel.cs","D:\\Suresh\\Socioboard3.0\\NETCore\\Socioboard\\src\\Socioboard\\Models\\AccountViewModels\\RegisterViewModel.cs","D:\\Suresh\\Socioboard3.0\\NETCore\\Socioboard\\src\\Socioboard\\Models\\AccountViewModels\\ResetPasswordViewModel.cs","D:\\Suresh\\Socioboard3.0\\NETCore\\Socioboard\\src\\Socioboard\\Models\\AccountViewModels\\SendCodeViewModel.cs","D:\\Suresh\\Socioboard3.0\\NETCore\\Socioboard\\src\\Socioboard\\Models\\AccountViewModels\\VerifyCodeViewModel.cs","D:\\Suresh\\Socioboard3.0\\NETCore\\Socioboard\\src\\Socioboard\\Models\\ManageViewModels\\AddPhoneNumberViewModel.cs","D:\\Suresh\\Socioboard3.0\\NETCore\\Socioboard\\src\\Socioboard\\Models\\ManageViewModels\\ChangePasswordViewModel.cs","D:\\Suresh\\Socioboard3.0\\NETCore\\Socioboard\\src\\Socioboard\\Models\\ManageViewModels\\ConfigureTwoFactorViewModel.cs","D:\\Suresh\\Socioboard3.0\\NETCore\\Socioboard\\src\\Socioboard\\Models\\ManageViewModels\\FactorViewModel.cs","D:\\Suresh\\Socioboard3.0\\NETCore\\Socioboard\\src\\Socioboard\\Models\\ManageViewModels\\IndexViewModel.cs","D:\\Suresh\\Socioboard3.0\\NETCore\\Socioboard\\src\\Socioboard\\Models\\ManageViewModels\\ManageLoginsViewModel.cs","D:\\Suresh\\Socioboard3.0\\NETCore\\Socioboard\\src\\Socioboard\\Models\\ManageViewModels\\RemoveLoginViewModel.cs","D:\\Suresh\\Socioboard3.0\\NETCore\\Socioboard\\src\\Socioboard\\Models\\ManageViewModels\\SetPasswordViewModel.cs","D:\\Suresh\\Socioboard3.0\\NETCore\\Socioboard\\src\\Socioboard\\Models\\ManageViewModels\\VerifyPhoneNumberViewModel.cs","D:\\Suresh\\Socioboard3.0\\NETCore\\Socioboard\\src\\Socioboard\\Services\\CustomViewLocationRazorViewEngine.cs","D:\\Suresh\\Socioboard3.0\\NETCore\\Socioboard\\src\\Socioboard\\Services\\IEmailSender.cs","D:\\Suresh\\Socioboard3.0\\NETCore\\Socioboard\\src\\Socioboard\\Services\\ISmsSender.cs","D:\\Suresh\\Socioboard3.0\\NETCore\\Socioboard\\src\\Socioboard\\Services\\MessageServices.cs","D:\\Suresh\\Socioboard3.0\\NETCore\\Socioboard\\src\\Domain.Socioboard\\bin\\Debug\\net452\\Domain.Socioboard.dll","D:\\Suresh\\Socioboard3.0\\NETCore\\Socioboard\\src\\Socioboard.Facebook\\bin\\Debug\\net452\\Socioboard.Facebook.dll"],"outputs":["D:\\Suresh\\Socioboard3.0\\NETCore\\Socioboard\\src\\Socioboard\\bin\\Debug\\net452\\Socioboard.exe","D:\\Suresh\\Socioboard3.0\\NETCore\\Socioboard\\src\\Socioboard\\bin\\Debug\\net452\\Socioboard.pdb","D:\\Suresh\\Socioboard3.0\\NETCore\\Socioboard\\src\\Socioboard\\bin\\Debug\\net452\\win7-x64\\Socioboard.exe","D:\\Suresh\\Socioboard3.0\\NETCore\\Socioboard\\src\\Socioboard\\bin\\Debug\\net452\\win7-x64\\Socioboard.pdb","D:\\Suresh\\Socioboard3.0\\NETCore\\Socioboard\\src\\Socioboard\\bin\\Debug\\net452\\win7-x64\\Socioboard.exe.config"]} \ No newline at end of file diff --git a/src/Socioboard/obj/Debug/net452/.SDKVersion b/src/Socioboard/obj/Debug/net452/.SDKVersion deleted file mode 100644 index fdf0129b6..000000000 --- a/src/Socioboard/obj/Debug/net452/.SDKVersion +++ /dev/null @@ -1,4 +0,0 @@ -6cde21225e18fc48eeab3f4345ece3e6bb122e53 -1.0.0-preview1-002702 - -win10-x64 \ No newline at end of file diff --git a/src/Socioboard/obj/Debug/net452/Socioboarddotnet-compile.deps.json b/src/Socioboard/obj/Debug/net452/Socioboarddotnet-compile.deps.json deleted file mode 100644 index 7cc3e367d..000000000 --- a/src/Socioboard/obj/Debug/net452/Socioboarddotnet-compile.deps.json +++ /dev/null @@ -1,4371 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETFramework,Version=v4.5.2/", - "signature": "993f79e3e8b9d170adb6cd7efa2d6970031eb49d" - }, - "compilationOptions": { - "defines": [ - "DEBUG", - "TRACE", - "NET452" - ], - "platform": "x64", - "optimize": false, - "emitEntryPoint": true - }, - "targets": { - ".NETFramework,Version=v4.5.2": { - "Socioboard/1.0.0": { - "dependencies": { - "Microsoft.AspNet.WebApi.Client": "5.2.3", - "Microsoft.ApplicationInsights.AspNetCore": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Authentication.Cookies": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Diagnostics": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Identity.EntityFrameworkCore": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Mvc": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Server.Kestrel": "1.0.0-rc2-final", - "Microsoft.AspNetCore.StaticFiles": "1.0.0-rc2-final", - "Microsoft.EntityFrameworkCore.SqlServer": "1.0.0-rc2-final", - "Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0-rc2-final", - "Microsoft.Extensions.Configuration.Json": "1.0.0-rc2-final", - "Microsoft.Extensions.Configuration.UserSecrets": "1.0.0-rc2-final", - "Microsoft.Extensions.Logging": "1.0.0-rc2-final", - "Microsoft.Extensions.Logging.Console": "1.0.0-rc2-final", - "Microsoft.Extensions.Logging.Debug": "1.0.0-rc2-final", - "Microsoft.VisualStudio.Web.BrowserLink.Loader": "14.0.0-rc2-final", - "Serilog": "2.0.0-rc-598", - "Serilog.Extensions.Logging": "1.0.0-rc2-10110", - "Serilog.Sinks.ColoredConsole": "2.0.0-beta-700", - "Serilog.Sinks.RollingFile": "2.0.0-rc-703", - "Microsoft.AspNetCore.Session": "1.0.0-rc2-final", - "Microsoft.Extensions.Caching.Memory": "1.0.0-rc2-final", - "Domain.Socioboard": "1.0.0", - "Hammock": "1.2.3", - "Socioboard.Facebook": "1.0.0", - "Microsoft.Extensions.Options.ConfigurationExtensions": "1.0.0-rc2-final", - "Microsoft.Extensions.Options": "1.0.0-rc2-final" - }, - "compile": { - "Socioboard.exe": {} - } - }, - "Facebook/7.0.10-beta": { - "compile": { - "lib/net45/Facebook.dll": {} - } - }, - "Hammock/1.2.3": { - "compile": { - "lib/net40/Hammock.dll": {} - } - }, - "Ix-Async/1.2.5": { - "dependencies": { - "System": "4.0.0.0", - "System.Core": "4.0.0.0" - }, - "compile": { - "lib/net45/System.Interactive.Async.dll": {} - } - }, - "Libuv/1.9.0-rc2-20901": {}, - "Microsoft.ApplicationInsights/2.1.0-beta4": { - "compile": { - "lib/net45/Microsoft.ApplicationInsights.dll": {} - } - }, - "Microsoft.ApplicationInsights.Agent.Intercept/1.2.1": { - "compile": { - "lib/net45/Microsoft.AI.Agent.Intercept.dll": {} - } - }, - "Microsoft.ApplicationInsights.AspNetCore/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.ApplicationInsights": "2.1.0-beta4", - "Microsoft.ApplicationInsights.DependencyCollector": "2.1.0-beta4", - "Microsoft.ApplicationInsights.PerfCounterCollector": "2.1.0-beta4", - "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel": "2.1.0-beta4", - "Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Http.Abstractions": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Mvc.ViewFeatures": "1.0.0-rc2-final", - "Microsoft.Extensions.Configuration": "1.0.0-rc2-final", - "Microsoft.Extensions.DiagnosticAdapter": "1.0.0-rc2-final", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc2-final" - }, - "compile": { - "lib/net451/Microsoft.ApplicationInsights.AspNetCore.dll": {} - } - }, - "Microsoft.ApplicationInsights.DependencyCollector/2.1.0-beta4": { - "dependencies": { - "Microsoft.ApplicationInsights": "2.1.0-beta4", - "Microsoft.ApplicationInsights.Agent.Intercept": "1.2.1" - }, - "compile": { - "lib/net45/Microsoft.AI.DependencyCollector.dll": {} - } - }, - "Microsoft.ApplicationInsights.PerfCounterCollector/2.1.0-beta4": { - "dependencies": { - "Microsoft.ApplicationInsights": "2.1.0-beta4" - }, - "compile": { - "lib/net45/Microsoft.AI.PerfCounterCollector.dll": {} - } - }, - "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel/2.1.0-beta4": { - "dependencies": { - "Microsoft.ApplicationInsights": "2.1.0-beta4" - }, - "compile": { - "lib/net45/Microsoft.AI.ServerTelemetryChannel.dll": {} - } - }, - "Microsoft.AspNet.WebApi.Client/5.2.3": { - "dependencies": { - "Newtonsoft.Json": "8.0.3", - "System.Net.Http": "4.0.0.0" - }, - "compile": { - "lib/net45/System.Net.Http.Formatting.dll": {} - } - }, - "Microsoft.AspNetCore.Antiforgery/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.AspNetCore.DataProtection": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Http.Abstractions": "1.0.0-rc2-final", - "Microsoft.AspNetCore.WebUtilities": "1.0.0-rc2-final", - "Microsoft.Extensions.ObjectPool": "1.0.0-rc2-final" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Antiforgery.dll": {} - } - }, - "Microsoft.AspNetCore.Authentication/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.AspNetCore.DataProtection": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Http": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Http.Extensions": "1.0.0-rc2-final", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.Options": "1.0.0-rc2-final", - "Microsoft.Extensions.WebEncoders": "1.0.0-rc2-final", - "System.Net.Http": "4.0.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Authentication.dll": {} - } - }, - "Microsoft.AspNetCore.Authentication.Cookies/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.AspNetCore.Authentication": "1.0.0-rc2-final", - "Microsoft.Extensions.Options": "1.0.0-rc2-final", - "Microsoft.Extensions.WebEncoders": "1.0.0-rc2-final" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Authentication.Cookies.dll": {} - } - }, - "Microsoft.AspNetCore.Authorization/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.Options": "1.0.0-rc2-final" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Authorization.dll": {} - } - }, - "Microsoft.AspNetCore.Cors/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.AspNetCore.Http.Extensions": "1.0.0-rc2-final", - "Microsoft.Extensions.Configuration.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.Options": "1.0.0-rc2-final" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Cors.dll": {} - } - }, - "Microsoft.AspNetCore.Cryptography.Internal/1.0.0-rc2-final": { - "compile": { - "lib/net451/Microsoft.AspNetCore.Cryptography.Internal.dll": {} - } - }, - "Microsoft.AspNetCore.Cryptography.KeyDerivation/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.AspNetCore.Cryptography.Internal": "1.0.0-rc2-final" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll": {} - } - }, - "Microsoft.AspNetCore.DataProtection/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.AspNetCore.Cryptography.Internal": "1.0.0-rc2-final", - "Microsoft.AspNetCore.DataProtection.Abstractions": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.Options": "1.0.0-rc2-final", - "System.Security": "4.0.0.0", - "System.Xml": "4.0.0.0", - "System.Xml.Linq": "4.0.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.DataProtection.dll": {} - } - }, - "Microsoft.AspNetCore.DataProtection.Abstractions/1.0.0-rc2-final": { - "compile": { - "lib/net451/Microsoft.AspNetCore.DataProtection.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Diagnostics/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.AspNetCore.Diagnostics.Abstractions": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Http.Extensions": "1.0.0-rc2-final", - "Microsoft.AspNetCore.WebUtilities": "1.0.0-rc2-final", - "Microsoft.Extensions.FileProviders.Physical": "1.0.0-rc2-final", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.Options": "1.0.0-rc2-final", - "Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc2-final", - "System.Diagnostics.DiagnosticSource": "4.0.0-rc2-24027" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Diagnostics.dll": {} - } - }, - "Microsoft.AspNetCore.Diagnostics.Abstractions/1.0.0-rc2-final": { - "dependencies": { - "System.Resources.ResourceManager": "4.0.0.0" - }, - "compile": { - "lib/netstandard1.0/Microsoft.AspNetCore.Diagnostics.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.AspNetCore.Http.Abstractions": "1.0.0-rc2-final", - "Microsoft.EntityFrameworkCore.Relational": "1.0.0-rc2-final", - "System.Configuration": "4.0.0.0", - "System.IO": "4.0.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore.dll": {} - } - }, - "Microsoft.AspNetCore.Hosting/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Hosting.Server.Abstractions": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Http": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Http.Extensions": "1.0.0-rc2-final", - "Microsoft.Extensions.Configuration": "1.0.0-rc2-final", - "Microsoft.Extensions.DependencyInjection": "1.0.0-rc2-final", - "Microsoft.Extensions.FileProviders.Physical": "1.0.0-rc2-final", - "Microsoft.Extensions.Logging": "1.0.0-rc2-final", - "Microsoft.Extensions.Options": "1.0.0-rc2-final", - "Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc2-final", - "System.Diagnostics.DiagnosticSource": "4.0.0-rc2-24027" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Hosting.dll": {} - } - }, - "Microsoft.AspNetCore.Hosting.Abstractions/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.AspNetCore.Hosting.Server.Abstractions": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Http.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.Configuration.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.FileProviders.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc2-final" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Hosting.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Hosting.Server.Abstractions/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.AspNetCore.Http.Features": "1.0.0-rc2-final", - "Microsoft.Extensions.Configuration.Abstractions": "1.0.0-rc2-final" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Html.Abstractions/1.0.0-rc2-final": { - "dependencies": { - "System.Collections": "4.0.0.0", - "System.Resources.ResourceManager": "4.0.0.0", - "System.Text.Encodings.Web": "4.0.0-rc2-24027" - }, - "compile": { - "lib/netstandard1.0/Microsoft.AspNetCore.Html.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Http/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.AspNetCore.Http.Abstractions": "1.0.0-rc2-final", - "Microsoft.AspNetCore.WebUtilities": "1.0.0-rc2-final", - "Microsoft.Extensions.ObjectPool": "1.0.0-rc2-final", - "Microsoft.Extensions.Options": "1.0.0-rc2-final", - "Microsoft.Net.Http.Headers": "1.0.0-rc2-final", - "System.Buffers": "4.0.0-rc2-24027" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Http.dll": {} - } - }, - "Microsoft.AspNetCore.Http.Abstractions/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.AspNetCore.Http.Features": "1.0.0-rc2-final", - "System.Text.Encodings.Web": "4.0.0-rc2-24027" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Http.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Http.Extensions/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.AspNetCore.Http.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.FileProviders.Abstractions": "1.0.0-rc2-final", - "Microsoft.Net.Http.Headers": "1.0.0-rc2-final", - "System.Buffers": "4.0.0-rc2-24027" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Http.Extensions.dll": {} - } - }, - "Microsoft.AspNetCore.Http.Features/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.Extensions.Primitives": "1.0.0-rc2-final" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Http.Features.dll": {} - } - }, - "Microsoft.AspNetCore.HttpOverrides/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.AspNetCore.Http.Extensions": "1.0.0-rc2-final", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.Options": "1.0.0-rc2-final" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.HttpOverrides.dll": {} - } - }, - "Microsoft.AspNetCore.Identity/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.AspNetCore.Authentication.Cookies": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Cryptography.KeyDerivation": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0-rc2-final" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Identity.dll": {} - } - }, - "Microsoft.AspNetCore.Identity.EntityFrameworkCore/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.AspNetCore.Identity": "1.0.0-rc2-final", - "Microsoft.EntityFrameworkCore.Relational": "1.0.0-rc2-final" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Identity.EntityFrameworkCore.dll": {} - } - }, - "Microsoft.AspNetCore.JsonPatch/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.CSharp": "4.0.0.0", - "Newtonsoft.Json": "8.0.3", - "System.Collections.Concurrent": "4.0.0.0", - "System.ComponentModel.TypeConverter": "4.0.1-rc2-24027", - "System.Diagnostics.Debug": "4.0.0.0", - "System.Globalization": "4.0.0.0", - "System.Linq": "4.0.0.0", - "System.Reflection.Extensions": "4.0.0.0", - "System.Resources.ResourceManager": "4.0.0.0", - "System.Runtime.Extensions": "4.0.0.0", - "System.Runtime.Serialization.Primitives": "4.0.0.0", - "System.Text.Encoding.Extensions": "4.0.0.0" - }, - "compile": { - "lib/netstandard1.1/Microsoft.AspNetCore.JsonPatch.dll": {} - } - }, - "Microsoft.AspNetCore.Localization/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.AspNetCore.Http.Extensions": "1.0.0-rc2-final", - "Microsoft.Extensions.Globalization.CultureInfoCache": "1.0.0-rc2-final", - "Microsoft.Extensions.Localization.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.Options": "1.0.0-rc2-final" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Localization.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.ApiExplorer": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Mvc.Cors": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Mvc.DataAnnotations": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Mvc.Formatters.Json": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Mvc.Localization": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Mvc.Razor": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Mvc.TagHelpers": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Mvc.ViewFeatures": "1.0.0-rc2-final", - "Microsoft.Extensions.Caching.Memory": "1.0.0-rc2-final", - "Microsoft.Extensions.DependencyInjection": "1.0.0-rc2-final" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Mvc.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Abstractions/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.AspNetCore.Routing.Abstractions": "1.0.0-rc2-final", - "Microsoft.Net.Http.Headers": "1.0.0-rc2-final" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Mvc.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.ApiExplorer/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.Core": "1.0.0-rc2-final" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Mvc.ApiExplorer.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Core/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.AspNetCore.Authorization": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Http": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Mvc.Abstractions": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Routing": "1.0.0-rc2-final", - "Microsoft.Extensions.DependencyModel": "1.0.0-rc2-final", - "Microsoft.Extensions.FileProviders.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc2-final", - "System.Buffers": "4.0.0-rc2-24027", - "System.Diagnostics.DiagnosticSource": "4.0.0-rc2-24027" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Mvc.Core.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Cors/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.AspNetCore.Cors": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Mvc.Core": "1.0.0-rc2-final" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Mvc.Cors.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.DataAnnotations/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.Core": "1.0.0-rc2-final", - "Microsoft.Extensions.Localization": "1.0.0-rc2-final", - "System.ComponentModel.DataAnnotations": "4.0.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Mvc.DataAnnotations.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Formatters.Json/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.AspNetCore.JsonPatch": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Mvc.Core": "1.0.0-rc2-final" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Mvc.Formatters.Json.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Localization/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.AspNetCore.Localization": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Mvc.Razor": "1.0.0-rc2-final", - "Microsoft.Extensions.DependencyInjection": "1.0.0-rc2-final", - "Microsoft.Extensions.Localization": "1.0.0-rc2-final" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Mvc.Localization.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Razor/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.Razor.Host": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Mvc.ViewFeatures": "1.0.0-rc2-final", - "Microsoft.CodeAnalysis.CSharp": "1.3.0-beta1-20160429-01", - "Microsoft.Extensions.FileProviders.Composite": "1.0.0-rc2-final" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Mvc.Razor.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Razor.Host/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.AspNetCore.Razor.Runtime": "1.0.0-rc2-final", - "Microsoft.Extensions.Caching.Memory": "1.0.0-rc2-final", - "Microsoft.Extensions.FileProviders.Physical": "1.0.0-rc2-final" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Mvc.Razor.Host.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.TagHelpers/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.Razor": "1.0.0-rc2-final", - "Microsoft.Extensions.Caching.Memory": "1.0.0-rc2-final", - "Microsoft.Extensions.FileSystemGlobbing": "1.0.0-rc2-final", - "Microsoft.Extensions.Primitives": "1.0.0-rc2-final" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Mvc.TagHelpers.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.ViewFeatures/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.AspNetCore.Antiforgery": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Diagnostics.Abstractions": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Html.Abstractions": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Mvc.Core": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Mvc.DataAnnotations": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Mvc.Formatters.Json": "1.0.0-rc2-final", - "Microsoft.Extensions.WebEncoders": "1.0.0-rc2-final", - "Newtonsoft.Json": "8.0.3", - "System.Buffers": "4.0.0-rc2-24027" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Mvc.ViewFeatures.dll": {} - } - }, - "Microsoft.AspNetCore.Razor/1.0.0-rc2-final": { - "compile": { - "lib/net451/Microsoft.AspNetCore.Razor.dll": {} - } - }, - "Microsoft.AspNetCore.Razor.Runtime/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.AspNetCore.Html.Abstractions": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Razor": "1.0.0-rc2-final", - "System.Xml": "4.0.0.0", - "System.Xml.Linq": "4.0.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Razor.Runtime.dll": {} - } - }, - "Microsoft.AspNetCore.Razor.Tools/1.0.0-preview1-final": { - "dependencies": { - "Microsoft.AspNetCore.Razor.Runtime": "1.0.0-rc2-final", - "Microsoft.DotNet.Cli.Utils": "1.0.0-preview1-002702", - "Microsoft.Extensions.CommandLineUtils": "1.0.0-rc2-final", - "Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc2-final", - "Newtonsoft.Json": "8.0.3" - }, - "compile": { - "lib/net451/dotnet-razor-tooling.exe": {} - } - }, - "Microsoft.AspNetCore.Routing/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.AspNetCore.Http.Extensions": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Routing.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.ObjectPool": "1.0.0-rc2-final", - "Microsoft.Extensions.Options": "1.0.0-rc2-final" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Routing.dll": {} - } - }, - "Microsoft.AspNetCore.Routing.Abstractions/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.AspNetCore.Http.Abstractions": "1.0.0-rc2-final" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Routing.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Server.IISIntegration/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.AspNetCore.Hosting": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Http": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Http.Extensions": "1.0.0-rc2-final", - "Microsoft.AspNetCore.HttpOverrides": "1.0.0-rc2-final", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.Options": "1.0.0-rc2-final" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Server.IISIntegration.dll": {} - } - }, - "Microsoft.AspNetCore.Server.Kestrel/1.0.0-rc2-final": { - "dependencies": { - "Libuv": "1.9.0-rc2-20901", - "Microsoft.AspNetCore.Hosting": "1.0.0-rc2-final", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc2-final", - "System.Buffers": "4.0.0-rc2-24027", - "System.Numerics.Vectors": "4.1.1-rc2-24027", - "System.Threading.Tasks.Extensions": "4.0.0-rc2-24027" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Server.Kestrel.dll": {} - } - }, - "Microsoft.AspNetCore.Session/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.AspNetCore.Http.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.Caching.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.Options": "1.0.0-rc2-final" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Session.dll": {} - } - }, - "Microsoft.AspNetCore.StaticFiles/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Http.Extensions": "1.0.0-rc2-final", - "Microsoft.Extensions.FileProviders.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.WebEncoders": "1.0.0-rc2-final" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.StaticFiles.dll": {} - } - }, - "Microsoft.AspNetCore.WebUtilities/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.Extensions.Primitives": "1.0.0-rc2-final", - "System.Buffers": "4.0.0-rc2-24027", - "System.Text.Encodings.Web": "4.0.0-rc2-24027" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.WebUtilities.dll": {} - } - }, - "Microsoft.CodeAnalysis.Analyzers/1.1.0": { - "dependencies": { - "System": "4.0.0.0" - } - }, - "Microsoft.CodeAnalysis.Common/1.3.0-beta1-20160429-01": { - "dependencies": { - "Microsoft.CodeAnalysis.Analyzers": "1.1.0", - "System.Collections.Immutable": "1.2.0-rc2-24027", - "System.Reflection.Metadata": "1.3.0-rc2-24027" - }, - "compile": { - "lib/net45/Microsoft.CodeAnalysis.dll": {} - } - }, - "Microsoft.CodeAnalysis.CSharp/1.3.0-beta1-20160429-01": { - "dependencies": { - "Microsoft.CodeAnalysis.Common": "1.3.0-beta1-20160429-01" - }, - "compile": { - "lib/net45/Microsoft.CodeAnalysis.CSharp.dll": {} - } - }, - "Microsoft.CodeAnalysis.CSharp.Workspaces/1.3.0-beta1-20160429-01": { - "dependencies": { - "Microsoft.CodeAnalysis.CSharp": "1.3.0-beta1-20160429-01", - "Microsoft.CodeAnalysis.Workspaces.Common": "1.3.0-beta1-20160429-01" - }, - "compile": { - "lib/net45/Microsoft.CodeAnalysis.CSharp.Workspaces.dll": {} - } - }, - "Microsoft.CodeAnalysis.Workspaces.Common/1.3.0-beta1-20160429-01": { - "dependencies": { - "Microsoft.CodeAnalysis.Common": "1.3.0-beta1-20160429-01", - "Microsoft.Composition": "1.0.27" - }, - "compile": { - "lib/net45/Microsoft.CodeAnalysis.Workspaces.Desktop.dll": {}, - "lib/net45/Microsoft.CodeAnalysis.Workspaces.dll": {} - } - }, - "Microsoft.Composition/1.0.27": { - "compile": { - "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.dll": {}, - "lib/portable-net45+win8+wp8+wpa81/System.Composition.Convention.dll": {}, - "lib/portable-net45+win8+wp8+wpa81/System.Composition.Hosting.dll": {}, - "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.dll": {}, - "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.dll": {} - } - }, - "Microsoft.CSharp/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.2/Microsoft.CSharp.dll": {} - } - }, - "Microsoft.DotNet.Cli.Utils/1.0.0-preview1-002702": { - "dependencies": { - "Microsoft.DotNet.ProjectModel": "1.0.0-rc2-002702", - "NuGet.Frameworks": "3.5.0-beta-final", - "NuGet.Packaging": "3.5.0-beta-final", - "NuGet.ProjectModel": "3.5.0-beta-final", - "NuGet.Versioning": "3.5.0-beta-final" - }, - "compile": { - "lib/net451/Microsoft.DotNet.Cli.Utils.dll": {} - } - }, - "Microsoft.DotNet.InternalAbstractions/1.0.0-rc2-002702": { - "compile": { - "lib/net451/Microsoft.DotNet.InternalAbstractions.dll": {} - } - }, - "Microsoft.DotNet.ProjectModel/1.0.0-rc2-002702": { - "dependencies": { - "Microsoft.Extensions.DependencyModel": "1.0.0-rc2-final", - "Newtonsoft.Json": "8.0.3", - "NuGet.Packaging": "3.5.0-beta-final", - "NuGet.RuntimeModel": "3.5.0-beta-final", - "System.Reflection.Metadata": "1.3.0-rc2-24027" - }, - "compile": { - "lib/net451/Microsoft.DotNet.ProjectModel.dll": {} - } - }, - "Microsoft.EntityFrameworkCore/1.0.0-rc2-final": { - "dependencies": { - "Ix-Async": "1.2.5", - "Microsoft.Extensions.Caching.Memory": "1.0.0-rc2-final", - "Microsoft.Extensions.DependencyInjection": "1.0.0-rc2-final", - "Microsoft.Extensions.Logging": "1.0.0-rc2-final", - "Remotion.Linq": "2.0.2", - "System.ComponentModel.DataAnnotations": "4.0.0.0" - }, - "compile": { - "lib/net451/Microsoft.EntityFrameworkCore.dll": {} - } - }, - "Microsoft.EntityFrameworkCore.Relational/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.EntityFrameworkCore": "1.0.0-rc2-final", - "System.Diagnostics.DiagnosticSource": "4.0.0-rc2-24027", - "System.Data": "4.0.0.0", - "System.Transactions": "4.0.0.0" - }, - "compile": { - "lib/net451/Microsoft.EntityFrameworkCore.Relational.dll": {} - } - }, - "Microsoft.EntityFrameworkCore.Relational.Design/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.EntityFrameworkCore.Relational": "1.0.0-rc2-final" - }, - "compile": { - "lib/net451/Microsoft.EntityFrameworkCore.Relational.Design.dll": {} - } - }, - "Microsoft.EntityFrameworkCore.SqlServer/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.EntityFrameworkCore.Relational": "1.0.0-rc2-final" - }, - "compile": { - "lib/net451/Microsoft.EntityFrameworkCore.SqlServer.dll": {} - } - }, - "Microsoft.EntityFrameworkCore.Tools/1.0.0-preview1-final": { - "dependencies": { - "Microsoft.EntityFrameworkCore.Tools.Cli": "1.0.0-preview1-final", - "Microsoft.EntityFrameworkCore.Tools.Core": "1.0.0-rc2-final", - "Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc2-final" - }, - "compile": { - "lib/net451/Microsoft.EntityFrameworkCore.Tools.dll": {} - } - }, - "Microsoft.EntityFrameworkCore.Tools.Cli/1.0.0-preview1-final": { - "dependencies": { - "Microsoft.DotNet.Cli.Utils": "1.0.0-preview1-002702", - "Microsoft.DotNet.ProjectModel": "1.0.0-rc2-002702", - "Microsoft.EntityFrameworkCore.Tools.Core": "1.0.0-rc2-final", - "Microsoft.Extensions.CommandLineUtils": "1.0.0-rc2-final", - "Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc2-final" - }, - "compile": { - "lib/net451/Microsoft.EntityFrameworkCore.Tools.Cli.exe": {} - } - }, - "Microsoft.EntityFrameworkCore.Tools.Core/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0-rc2-final", - "Microsoft.EntityFrameworkCore.Relational.Design": "1.0.0-rc2-final" - }, - "compile": { - "lib/net451/Microsoft.EntityFrameworkCore.Tools.Core.dll": {} - } - }, - "Microsoft.Extensions.Caching.Abstractions/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.Extensions.Primitives": "1.0.0-rc2-final", - "System.Collections": "4.0.0.0", - "System.Threading": "4.0.0.0", - "System.Threading.Tasks": "4.0.0.0" - }, - "compile": { - "lib/netstandard1.0/Microsoft.Extensions.Caching.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.Caching.Memory/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.Extensions.Caching.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.Options": "1.0.0-rc2-final" - }, - "compile": { - "lib/net451/Microsoft.Extensions.Caching.Memory.dll": {} - } - }, - "Microsoft.Extensions.CommandLineUtils/1.0.0-rc2-final": { - "compile": { - "lib/net451/Microsoft.Extensions.CommandLineUtils.dll": {} - } - }, - "Microsoft.Extensions.Configuration/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "1.0.0-rc2-final", - "System.Collections": "4.0.0.0", - "System.Diagnostics.Debug": "4.0.0.0", - "System.IO": "4.0.0.0", - "System.Resources.ResourceManager": "4.0.0.0", - "System.Runtime.Extensions": "4.0.0.0", - "System.Runtime.InteropServices": "4.0.10.0", - "System.Threading": "4.0.0.0" - }, - "compile": { - "lib/netstandard1.1/Microsoft.Extensions.Configuration.dll": {} - } - }, - "Microsoft.Extensions.Configuration.Abstractions/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.Extensions.Primitives": "1.0.0-rc2-final", - "System.Linq": "4.0.0.0" - }, - "compile": { - "lib/netstandard1.0/Microsoft.Extensions.Configuration.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.Configuration.Binder/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.Extensions.Configuration": "1.0.0-rc2-final", - "System.ComponentModel.TypeConverter": "4.0.1-rc2-24027" - }, - "compile": { - "lib/netstandard1.1/Microsoft.Extensions.Configuration.Binder.dll": {} - } - }, - "Microsoft.Extensions.Configuration.EnvironmentVariables/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.Extensions.Configuration": "1.0.0-rc2-final" - }, - "compile": { - "lib/net451/Microsoft.Extensions.Configuration.EnvironmentVariables.dll": {} - } - }, - "Microsoft.Extensions.Configuration.FileExtensions/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.Extensions.Configuration": "1.0.0-rc2-final", - "Microsoft.Extensions.FileProviders.Physical": "1.0.0-rc2-final" - }, - "compile": { - "lib/net451/Microsoft.Extensions.Configuration.FileExtensions.dll": {} - } - }, - "Microsoft.Extensions.Configuration.Json/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.Extensions.Configuration": "1.0.0-rc2-final", - "Microsoft.Extensions.Configuration.FileExtensions": "1.0.0-rc2-final", - "Newtonsoft.Json": "8.0.3" - }, - "compile": { - "lib/net451/Microsoft.Extensions.Configuration.Json.dll": {} - } - }, - "Microsoft.Extensions.Configuration.UserSecrets/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.Extensions.Configuration.Json": "1.0.0-rc2-final" - }, - "compile": { - "lib/net451/Microsoft.Extensions.Configuration.UserSecrets.dll": {} - } - }, - "Microsoft.Extensions.DependencyInjection/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc2-final", - "System.Collections": "4.0.0.0", - "System.Collections.Concurrent": "4.0.0.0", - "System.Runtime.Extensions": "4.0.0.0", - "System.Threading": "4.0.0.0", - "System.Threading.Tasks": "4.0.0.0" - }, - "compile": { - "lib/netstandard1.1/Microsoft.Extensions.DependencyInjection.dll": {} - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc2-final": { - "dependencies": { - "System.ComponentModel": "4.0.0.0", - "System.Diagnostics.Debug": "4.0.0.0", - "System.Globalization": "4.0.0.0", - "System.Linq": "4.0.0.0", - "System.Linq.Expressions": "4.0.0.0", - "System.Reflection": "4.0.0.0", - "System.Resources.ResourceManager": "4.0.0.0" - }, - "compile": { - "lib/netstandard1.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.DependencyModel/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.DotNet.InternalAbstractions": "1.0.0-rc2-002702", - "Newtonsoft.Json": "8.0.3" - }, - "compile": { - "lib/net451/Microsoft.Extensions.DependencyModel.dll": {} - } - }, - "Microsoft.Extensions.DiagnosticAdapter/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc2-final", - "System.Collections.Concurrent": "4.0.0.0", - "System.ComponentModel": "4.0.0.0", - "System.Diagnostics.DiagnosticSource": "4.0.0-rc2-24027", - "System.Reflection.Emit": "4.0.0.0", - "System.Reflection.Emit.Lightweight": "4.0.0.0", - "System.Reflection.Extensions": "4.0.0.0", - "System.Runtime.Extensions": "4.0.0.0" - }, - "compile": { - "lib/netstandard1.1/Microsoft.Extensions.DiagnosticAdapter.dll": {} - } - }, - "Microsoft.Extensions.FileProviders.Abstractions/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.Extensions.Primitives": "1.0.0-rc2-final", - "System.IO": "4.0.0.0", - "System.Resources.ResourceManager": "4.0.0.0" - }, - "compile": { - "lib/netstandard1.0/Microsoft.Extensions.FileProviders.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.FileProviders.Composite/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "1.0.0-rc2-final" - }, - "compile": { - "lib/netstandard1.0/Microsoft.Extensions.FileProviders.Composite.dll": {} - } - }, - "Microsoft.Extensions.FileProviders.Physical/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.FileSystemGlobbing": "1.0.0-rc2-final" - }, - "compile": { - "lib/net451/Microsoft.Extensions.FileProviders.Physical.dll": {} - } - }, - "Microsoft.Extensions.FileSystemGlobbing/1.0.0-rc2-final": { - "compile": { - "lib/net451/Microsoft.Extensions.FileSystemGlobbing.dll": {} - } - }, - "Microsoft.Extensions.Globalization.CultureInfoCache/1.0.0-rc2-final": { - "dependencies": { - "System.Collections.Concurrent": "4.0.0.0", - "System.Linq": "4.0.0.0", - "System.Resources.ResourceManager": "4.0.0.0" - }, - "compile": { - "lib/netstandard1.1/Microsoft.Extensions.Globalization.CultureInfoCache.dll": {} - } - }, - "Microsoft.Extensions.Localization/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.Localization.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.Options": "1.0.0-rc2-final" - }, - "compile": { - "lib/net451/Microsoft.Extensions.Localization.dll": {} - } - }, - "Microsoft.Extensions.Localization.Abstractions/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.CSharp": "4.0.0.0", - "System.Globalization": "4.0.0.0", - "System.Resources.ResourceManager": "4.0.0.0" - }, - "compile": { - "lib/netstandard1.0/Microsoft.Extensions.Localization.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.Logging/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc2-final", - "System.Threading": "4.0.0.0" - }, - "compile": { - "lib/netstandard1.1/Microsoft.Extensions.Logging.dll": {} - } - }, - "Microsoft.Extensions.Logging.Abstractions/1.0.0-rc2-final": { - "dependencies": { - "System.Collections": "4.0.0.0", - "System.Collections.Concurrent": "4.0.0.0", - "System.Globalization": "4.0.0.0", - "System.Linq": "4.0.0.0", - "System.Reflection": "4.0.0.0", - "System.Resources.ResourceManager": "4.0.0.0", - "System.Runtime.Extensions": "4.0.0.0", - "System.Runtime.InteropServices": "4.0.10.0" - }, - "compile": { - "lib/netstandard1.1/Microsoft.Extensions.Logging.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.Logging.Console/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc2-final" - }, - "compile": { - "lib/net451/Microsoft.Extensions.Logging.Console.dll": {} - } - }, - "Microsoft.Extensions.Logging.Debug/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc2-final" - }, - "compile": { - "lib/net451/Microsoft.Extensions.Logging.Debug.dll": {} - } - }, - "Microsoft.Extensions.ObjectPool/1.0.0-rc2-final": { - "compile": { - "lib/net451/Microsoft.Extensions.ObjectPool.dll": {} - } - }, - "Microsoft.Extensions.Options/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.Primitives": "1.0.0-rc2-final", - "System.ComponentModel": "4.0.0.0", - "System.Diagnostics.Debug": "4.0.0.0", - "System.Globalization": "4.0.0.0", - "System.Linq": "4.0.0.0", - "System.Linq.Expressions": "4.0.0.0", - "System.Reflection": "4.0.0.0", - "System.Resources.ResourceManager": "4.0.0.0", - "System.Runtime.Extensions": "4.0.0.0", - "System.Threading": "4.0.0.0" - }, - "compile": { - "lib/netstandard1.0/Microsoft.Extensions.Options.dll": {} - } - }, - "Microsoft.Extensions.Options.ConfigurationExtensions/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.Configuration.Binder": "1.0.0-rc2-final", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.Options": "1.0.0-rc2-final" - }, - "compile": { - "lib/netstandard1.1/Microsoft.Extensions.Options.ConfigurationExtensions.dll": {} - } - }, - "Microsoft.Extensions.PlatformAbstractions/1.0.0-rc2-final": { - "compile": { - "lib/net451/Microsoft.Extensions.PlatformAbstractions.dll": {} - } - }, - "Microsoft.Extensions.Primitives/1.0.0-rc2-final": { - "dependencies": { - "System.Resources.ResourceManager": "4.0.0.0", - "System.Runtime": "4.0.10.0" - }, - "compile": { - "lib/netstandard1.0/Microsoft.Extensions.Primitives.dll": {} - } - }, - "Microsoft.Extensions.WebEncoders/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.Options": "1.0.0-rc2-final", - "System.Text.Encodings.Web": "4.0.0-rc2-24027" - }, - "compile": { - "lib/netstandard1.0/Microsoft.Extensions.WebEncoders.dll": {} - } - }, - "Microsoft.Net.Http.Headers/1.0.0-rc2-final": { - "dependencies": { - "System.Buffers": "4.0.0-rc2-24027", - "System.Collections": "4.0.0.0", - "System.Diagnostics.Contracts": "4.0.0.0", - "System.Globalization": "4.0.0.0", - "System.Linq": "4.0.0.0", - "System.Resources.ResourceManager": "4.0.0.0", - "System.Runtime.Extensions": "4.0.0.0", - "System.Text.Encoding": "4.0.0.0" - }, - "compile": { - "lib/netstandard1.1/Microsoft.Net.Http.Headers.dll": {} - } - }, - "Microsoft.NETCore.Platforms/1.0.1-rc2-24027": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.0.1-rc2-24027" - } - }, - "Microsoft.NETCore.Runtime/1.0.2-rc2-24027": {}, - "Microsoft.NETCore.Targets/1.0.1-rc2-24027": {}, - "Microsoft.VisualStudio.Web.BrowserLink.Loader/14.0.0-rc2-final": { - "dependencies": { - "Microsoft.AspNetCore.Http.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.FileProviders.Physical": "1.0.0-rc2-final", - "Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc2-final", - "Microsoft.NETCore.Platforms": "1.0.1-rc2-24027" - }, - "compile": { - "lib/net451/Microsoft.VisualStudio.Web.BrowserLink.Loader.dll": {} - } - }, - "Microsoft.VisualStudio.Web.CodeGeneration/1.0.0-preview1-final": { - "dependencies": { - "Microsoft.Extensions.CommandLineUtils": "1.0.0-rc2-final", - "Microsoft.Extensions.DependencyInjection": "1.0.0-rc2-final", - "Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore": "1.0.0-preview1-final" - }, - "compile": { - "lib/net451/Microsoft.VisualStudio.Web.CodeGeneration.dll": {} - } - }, - "Microsoft.VisualStudio.Web.CodeGeneration.Core/1.0.0-preview1-final": { - "dependencies": { - "Microsoft.DotNet.Cli.Utils": "1.0.0-preview1-002702", - "Microsoft.Extensions.CommandLineUtils": "1.0.0-rc2-final", - "Microsoft.Extensions.DependencyInjection": "1.0.0-rc2-final", - "Microsoft.VisualStudio.Web.CodeGeneration.Templating": "1.0.0-preview1-final", - "Newtonsoft.Json": "8.0.3" - }, - "compile": { - "lib/net451/Microsoft.VisualStudio.Web.CodeGeneration.Core.dll": {} - } - }, - "Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore/1.0.0-preview1-final": { - "dependencies": { - "Microsoft.AspNetCore.Hosting": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Server.Kestrel": "1.0.0-rc2-final", - "Microsoft.EntityFrameworkCore": "1.0.0-rc2-final", - "Microsoft.EntityFrameworkCore.SqlServer": "1.0.0-rc2-final", - "Microsoft.VisualStudio.Web.CodeGeneration.Core": "1.0.0-preview1-final" - }, - "compile": { - "lib/net451/Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore.dll": {} - } - }, - "Microsoft.VisualStudio.Web.CodeGeneration.Templating/1.0.0-preview1-final": { - "dependencies": { - "Microsoft.AspNetCore.Razor": "1.0.0-rc2-final", - "Microsoft.CodeAnalysis.CSharp": "1.3.0-beta1-20160429-01", - "Microsoft.VisualStudio.Web.CodeGeneration.Utils": "1.0.0-preview1-final" - }, - "compile": { - "lib/net451/Microsoft.VisualStudio.Web.CodeGeneration.Templating.dll": {} - } - }, - "Microsoft.VisualStudio.Web.CodeGeneration.Tools/1.0.0-preview1-final": { - "dependencies": { - "Microsoft.VisualStudio.Web.CodeGeneration": "1.0.0-preview1-final" - }, - "compile": { - "lib/net451/dotnet-aspnet-codegenerator.exe": {} - } - }, - "Microsoft.VisualStudio.Web.CodeGeneration.Utils/1.0.0-preview1-final": { - "dependencies": { - "Microsoft.CodeAnalysis.CSharp.Workspaces": "1.3.0-beta1-20160429-01", - "Microsoft.DotNet.ProjectModel": "1.0.0-rc2-002702", - "Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc2-final" - }, - "compile": { - "lib/net451/Microsoft.VisualStudio.Web.CodeGeneration.Utils.dll": {} - } - }, - "Microsoft.VisualStudio.Web.CodeGenerators.Mvc/1.0.0-preview1-final": { - "dependencies": { - "Microsoft.VisualStudio.Web.CodeGeneration": "1.0.0-preview1-final" - }, - "compile": { - "lib/net451/Microsoft.VisualStudio.Web.CodeGenerators.Mvc.dll": {} - } - }, - "MongoDB.Bson/2.2.4": { - "compile": { - "lib/net45/MongoDB.Bson.dll": {} - } - }, - "NETStandard.Library/1.5.0-rc2-24027": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-24027", - "Microsoft.NETCore.Runtime": "1.0.2-rc2-24027", - "System.Collections": "4.0.0.0", - "System.Collections.Concurrent": "4.0.0.0", - "System.Diagnostics.Debug": "4.0.0.0", - "System.Diagnostics.Tools": "4.0.0.0", - "System.Diagnostics.Tracing": "4.0.10.0", - "System.Globalization": "4.0.0.0", - "System.IO": "4.0.0.0", - "System.IO.Compression": "4.0.0.0", - "System.Linq": "4.0.0.0", - "System.Net.Http": "4.0.0.0", - "System.Net.Primitives": "4.0.0.0", - "System.ObjectModel": "4.0.0.0", - "System.Reflection": "4.0.0.0", - "System.Reflection.Extensions": "4.0.0.0", - "System.Reflection.Primitives": "4.0.0.0", - "System.Resources.ResourceManager": "4.0.0.0", - "System.Runtime": "4.0.10.0", - "System.Runtime.Extensions": "4.0.0.0", - "System.Runtime.InteropServices": "4.0.10.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.0.0-rc2-24027", - "System.Runtime.Numerics": "4.0.0.0", - "System.Text.Encoding": "4.0.0.0", - "System.Text.Encoding.Extensions": "4.0.0.0", - "System.Text.RegularExpressions": "4.0.0.0", - "System.Threading": "4.0.0.0", - "System.Threading.Tasks": "4.0.0.0", - "System.Threading.Timer": "4.0.0.0", - "System.Xml.ReaderWriter": "4.0.0.0", - "System.Xml.XDocument": "4.0.0.0" - } - }, - "Newtonsoft.Json/8.0.3": { - "compile": { - "lib/net45/Newtonsoft.Json.dll": {} - } - }, - "NuGet.Common/3.5.0-beta-final": { - "dependencies": { - "Microsoft.CSharp": "4.0.0.0", - "System": "4.0.0.0", - "System.Core": "4.0.0.0", - "System.IO.Compression": "4.0.0.0" - }, - "compile": { - "lib/net45/NuGet.Common.dll": {} - } - }, - "NuGet.Configuration/3.5.0-beta-final": { - "dependencies": { - "NuGet.Common": "3.5.0-beta-final", - "System.Security": "4.0.0.0", - "System.Xml": "4.0.0.0", - "System.Xml.Linq": "4.0.0.0" - }, - "compile": { - "lib/net45/NuGet.Configuration.dll": {} - } - }, - "NuGet.DependencyResolver.Core/3.5.0-beta-final": { - "dependencies": { - "NuGet.Frameworks": "3.5.0-beta-final", - "NuGet.LibraryModel": "3.5.0-beta-final", - "NuGet.Protocol.Core.v3": "3.5.0-beta-final", - "NuGet.Repositories": "3.5.0-beta-final", - "NuGet.RuntimeModel": "3.5.0-beta-final" - }, - "compile": { - "lib/net45/NuGet.DependencyResolver.Core.dll": {} - } - }, - "NuGet.Frameworks/3.5.0-beta-final": { - "dependencies": { - "NuGet.Versioning": "3.5.0-beta-final" - }, - "compile": { - "lib/net45/NuGet.Frameworks.dll": {} - } - }, - "NuGet.LibraryModel/3.5.0-beta-final": { - "dependencies": { - "NuGet.Frameworks": "3.5.0-beta-final", - "NuGet.Versioning": "3.5.0-beta-final" - }, - "compile": { - "lib/net45/NuGet.LibraryModel.dll": {} - } - }, - "NuGet.Packaging/3.5.0-beta-final": { - "dependencies": { - "NuGet.Common": "3.5.0-beta-final", - "NuGet.Packaging.Core": "3.5.0-beta-final", - "System.IO.Compression": "4.0.0.0", - "System.Xml": "4.0.0.0", - "System.Xml.Linq": "4.0.0.0" - }, - "compile": { - "lib/net45/NuGet.Packaging.dll": {} - } - }, - "NuGet.Packaging.Core/3.5.0-beta-final": { - "dependencies": { - "NuGet.Packaging.Core.Types": "3.5.0-beta-final", - "System.IO.Compression": "4.0.0.0", - "System.Xml": "4.0.0.0", - "System.Xml.Linq": "4.0.0.0" - }, - "compile": { - "lib/net45/NuGet.Packaging.Core.dll": {} - } - }, - "NuGet.Packaging.Core.Types/3.5.0-beta-final": { - "dependencies": { - "NuGet.Frameworks": "3.5.0-beta-final" - }, - "compile": { - "lib/net45/NuGet.Packaging.Core.Types.dll": {} - } - }, - "NuGet.ProjectModel/3.5.0-beta-final": { - "dependencies": { - "Newtonsoft.Json": "8.0.3", - "NuGet.DependencyResolver.Core": "3.5.0-beta-final" - }, - "compile": { - "lib/net45/NuGet.ProjectModel.dll": {} - } - }, - "NuGet.Protocol.Core.Types/3.5.0-beta-final": { - "dependencies": { - "NuGet.Common": "3.5.0-beta-final", - "NuGet.Configuration": "3.5.0-beta-final", - "NuGet.Packaging": "3.5.0-beta-final", - "System.Net.Http": "4.0.0.0" - }, - "compile": { - "lib/net45/NuGet.Protocol.Core.Types.dll": {} - } - }, - "NuGet.Protocol.Core.v3/3.5.0-beta-final": { - "dependencies": { - "Newtonsoft.Json": "8.0.3", - "NuGet.Common": "3.5.0-beta-final", - "NuGet.Packaging": "3.5.0-beta-final", - "NuGet.Protocol.Core.Types": "3.5.0-beta-final", - "System.IdentityModel": "4.0.0.0", - "System.Net.Http": "4.0.0.0", - "System.Net.Http.WebRequest": "4.0.0.0", - "System.ServiceModel": "4.0.0.0" - }, - "compile": { - "lib/net45/NuGet.Protocol.Core.v3.dll": {} - } - }, - "NuGet.Repositories/3.5.0-beta-final": { - "dependencies": { - "NuGet.Packaging": "3.5.0-beta-final" - }, - "compile": { - "lib/net45/NuGet.Repositories.dll": {} - } - }, - "NuGet.RuntimeModel/3.5.0-beta-final": { - "dependencies": { - "Newtonsoft.Json": "8.0.3", - "NuGet.Frameworks": "3.5.0-beta-final", - "NuGet.Versioning": "3.5.0-beta-final" - }, - "compile": { - "lib/net45/NuGet.RuntimeModel.dll": {} - } - }, - "NuGet.Versioning/3.5.0-beta-final": { - "compile": { - "lib/net45/NuGet.Versioning.dll": {} - } - }, - "Remotion.Linq/2.0.2": { - "compile": { - "lib/net45/Remotion.Linq.dll": {} - } - }, - "Serilog/2.0.0-rc-598": { - "compile": { - "lib/net45/Serilog.dll": {} - } - }, - "Serilog.Extensions.Logging/1.0.0-rc2-10110": { - "dependencies": { - "Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc2-final", - "Serilog": "2.0.0-rc-598", - "System.Runtime": "4.0.10.0" - }, - "compile": { - "lib/net45/Serilog.Extensions.Logging.dll": {} - } - }, - "Serilog.Sinks.ColoredConsole/2.0.0-beta-700": { - "dependencies": { - "Serilog": "2.0.0-rc-598", - "Microsoft.CSharp": "4.0.0.0", - "System": "4.0.0.0", - "System.Core": "4.0.0.0", - "mscorlib": "4.0.0.0" - }, - "compile": { - "lib/net45/Serilog.Sinks.ColoredConsole.dll": {} - } - }, - "Serilog.Sinks.File/2.0.0-rc-704": { - "dependencies": { - "Serilog": "2.0.0-rc-598" - }, - "compile": { - "lib/net45/Serilog.Sinks.File.dll": {} - } - }, - "Serilog.Sinks.RollingFile/2.0.0-rc-703": { - "dependencies": { - "Serilog": "2.0.0-rc-598", - "Serilog.Sinks.File": "2.0.0-rc-704" - }, - "compile": { - "lib/net45/Serilog.Sinks.RollingFile.dll": {} - } - }, - "System.Buffers/4.0.0-rc2-24027": { - "compile": { - "lib/netstandard1.1/System.Buffers.dll": {} - } - }, - "System.Collections/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.2/Facades/System.Collections.dll": {} - } - }, - "System.Collections.Concurrent/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.2/Facades/System.Collections.Concurrent.dll": {} - } - }, - "System.Collections.Immutable/1.2.0-rc2-24027": { - "compile": { - "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll": {} - } - }, - "System.ComponentModel/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.2/Facades/System.ComponentModel.dll": {} - } - }, - "System.ComponentModel.Primitives/4.0.1-rc2-24027": { - "dependencies": { - "System": "4.0.0.0", - "mscorlib": "4.0.0.0" - }, - "compile": { - "ref/net45/System.ComponentModel.Primitives.dll": {} - } - }, - "System.ComponentModel.TypeConverter/4.0.1-rc2-24027": { - "dependencies": { - "System.ComponentModel.Primitives": "4.0.1-rc2-24027", - "System": "4.0.0.0", - "mscorlib": "4.0.0.0" - }, - "compile": { - "ref/net45/System.ComponentModel.TypeConverter.dll": {} - } - }, - "System.Diagnostics.Contracts/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.2/Facades/System.Diagnostics.Contracts.dll": {} - } - }, - "System.Diagnostics.Debug/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.2/Facades/System.Diagnostics.Debug.dll": {} - } - }, - "System.Diagnostics.DiagnosticSource/4.0.0-rc2-24027": { - "compile": { - "lib/portable-net45+win8+wpa81/System.Diagnostics.DiagnosticSource.dll": {} - } - }, - "System.Diagnostics.Tools/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.2/Facades/System.Diagnostics.Tools.dll": {} - } - }, - "System.Diagnostics.Tracing/4.0.10.0": { - "compile": { - ".NETFramework/v4.5.2/Facades/System.Diagnostics.Tracing.dll": {} - } - }, - "System.Globalization/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.2/Facades/System.Globalization.dll": {} - } - }, - "System.IO/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.2/Facades/System.IO.dll": {} - } - }, - "System.IO.Compression/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.2/System.IO.Compression.dll": {} - } - }, - "System.Linq/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.2/Facades/System.Linq.dll": {} - } - }, - "System.Linq.Expressions/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.2/Facades/System.Linq.Expressions.dll": {} - } - }, - "System.Net.Http/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.2/System.Net.Http.dll": {} - } - }, - "System.Net.Primitives/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.2/Facades/System.Net.Primitives.dll": {} - } - }, - "System.Numerics.Vectors/4.1.1-rc2-24027": { - "compile": { - "ref/portable-net45+win8/System.Numerics.Vectors.dll": {} - } - }, - "System.ObjectModel/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.2/Facades/System.ObjectModel.dll": {} - } - }, - "System.Reflection/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.2/Facades/System.Reflection.dll": {} - } - }, - "System.Reflection.Emit/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.2/Facades/System.Reflection.Emit.dll": {} - } - }, - "System.Reflection.Emit.Lightweight/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.2/Facades/System.Reflection.Emit.Lightweight.dll": {} - } - }, - "System.Reflection.Extensions/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.2/Facades/System.Reflection.Extensions.dll": {} - } - }, - "System.Reflection.Metadata/1.3.0-rc2-24027": { - "dependencies": { - "System.Collections.Immutable": "1.2.0-rc2-24027" - }, - "compile": { - "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} - } - }, - "System.Reflection.Primitives/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.2/Facades/System.Reflection.Primitives.dll": {} - } - }, - "System.Resources.ResourceManager/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.2/Facades/System.Resources.ResourceManager.dll": {} - } - }, - "System.Runtime/4.0.10.0": { - "compile": { - ".NETFramework/v4.5.2/Facades/System.Runtime.dll": {} - } - }, - "System.Runtime.Extensions/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.2/Facades/System.Runtime.Extensions.dll": {} - } - }, - "System.Runtime.InteropServices/4.0.10.0": { - "compile": { - ".NETFramework/v4.5.2/Facades/System.Runtime.InteropServices.dll": {} - } - }, - "System.Runtime.InteropServices.RuntimeInformation/4.0.0-rc2-24027": { - "dependencies": { - "System.Runtime": "4.0.10.0" - }, - "compile": { - "ref/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll": {} - } - }, - "System.Runtime.Numerics/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.2/Facades/System.Runtime.Numerics.dll": {} - } - }, - "System.Runtime.Serialization.Primitives/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.2/Facades/System.Runtime.Serialization.Primitives.dll": {} - } - }, - "System.Text.Encoding/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.2/Facades/System.Text.Encoding.dll": {} - } - }, - "System.Text.Encoding.Extensions/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.2/Facades/System.Text.Encoding.Extensions.dll": {} - } - }, - "System.Text.Encodings.Web/4.0.0-rc2-24027": { - "compile": { - "lib/netstandard1.0/System.Text.Encodings.Web.dll": {} - } - }, - "System.Text.RegularExpressions/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.2/Facades/System.Text.RegularExpressions.dll": {} - } - }, - "System.Threading/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.2/Facades/System.Threading.dll": {} - } - }, - "System.Threading.Tasks/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.2/Facades/System.Threading.Tasks.dll": {} - } - }, - "System.Threading.Tasks.Extensions/4.0.0-rc2-24027": { - "compile": { - "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.dll": {} - } - }, - "System.Threading.Timer/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.2/Facades/System.Threading.Timer.dll": {} - } - }, - "System.Xml.ReaderWriter/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.2/Facades/System.Xml.ReaderWriter.dll": {} - } - }, - "System.Xml.XDocument/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.2/Facades/System.Xml.XDocument.dll": {} - } - }, - "Domain.Socioboard/1.0.0": { - "dependencies": { - "System.ComponentModel.DataAnnotations": "4.0.0.0", - "System.Net": "4.0.0.0", - "System.Security": "4.0.0.0", - "NETStandard.Library": "1.5.0-rc2-24027", - "Newtonsoft.Json": "8.0.3", - "MongoDB.Bson": "2.2.4" - }, - "compile": { - "Domain.Socioboard.dll": {} - } - }, - "Socioboard.Facebook/1.0.0": { - "dependencies": { - "Facebook": "7.0.10-beta", - "Newtonsoft.Json": "8.0.3", - "NETStandard.Library": "1.5.0-rc2-24027" - }, - "compile": { - "Socioboard.Facebook.dll": {} - } - }, - "mscorlib/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.2/mscorlib.dll": {} - } - }, - "System/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.2/System.dll": {} - } - }, - "System.Core/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.2/System.Core.dll": {} - } - }, - "System.Security/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.2/System.Security.dll": {} - } - }, - "System.Xml/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.2/System.Xml.dll": {} - } - }, - "System.Xml.Linq/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.2/System.Xml.Linq.dll": {} - } - }, - "System.Configuration/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.2/System.Configuration.dll": {} - } - }, - "System.ComponentModel.DataAnnotations/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.2/System.ComponentModel.DataAnnotations.dll": {} - } - }, - "System.Data/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.2/System.Data.dll": {} - } - }, - "System.Transactions/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.2/System.Transactions.dll": {} - } - }, - "System.IdentityModel/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.2/System.IdentityModel.dll": {} - } - }, - "System.Net.Http.WebRequest/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.2/System.Net.Http.WebRequest.dll": {} - } - }, - "System.ServiceModel/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.2/System.ServiceModel.dll": {} - } - }, - "System.Net/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.2/System.Net.dll": {} - } - } - }, - ".NETFramework,Version=v4.5.2/": { - "Socioboard/1.0.0": { - "dependencies": { - "Microsoft.AspNet.WebApi.Client": "5.2.3", - "Microsoft.ApplicationInsights.AspNetCore": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Authentication.Cookies": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Diagnostics": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Identity.EntityFrameworkCore": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Mvc": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Server.Kestrel": "1.0.0-rc2-final", - "Microsoft.AspNetCore.StaticFiles": "1.0.0-rc2-final", - "Microsoft.EntityFrameworkCore.SqlServer": "1.0.0-rc2-final", - "Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0-rc2-final", - "Microsoft.Extensions.Configuration.Json": "1.0.0-rc2-final", - "Microsoft.Extensions.Configuration.UserSecrets": "1.0.0-rc2-final", - "Microsoft.Extensions.Logging": "1.0.0-rc2-final", - "Microsoft.Extensions.Logging.Console": "1.0.0-rc2-final", - "Microsoft.Extensions.Logging.Debug": "1.0.0-rc2-final", - "Microsoft.VisualStudio.Web.BrowserLink.Loader": "14.0.0-rc2-final", - "Serilog": "2.0.0-rc-598", - "Serilog.Extensions.Logging": "1.0.0-rc2-10110", - "Serilog.Sinks.ColoredConsole": "2.0.0-beta-700", - "Serilog.Sinks.RollingFile": "2.0.0-rc-703", - "Microsoft.AspNetCore.Session": "1.0.0-rc2-final", - "Microsoft.Extensions.Caching.Memory": "1.0.0-rc2-final", - "Domain.Socioboard": "1.0.0", - "Hammock": "1.2.3", - "Socioboard.Facebook": "1.0.0", - "Microsoft.Extensions.Options.ConfigurationExtensions": "1.0.0-rc2-final", - "Microsoft.Extensions.Options": "1.0.0-rc2-final" - }, - "runtime": { - "Socioboard.exe": {} - } - }, - "Facebook/7.0.10-beta": { - "runtime": { - "lib/net45/Facebook.dll": {} - } - }, - "Hammock/1.2.3": { - "runtime": { - "lib/net40/Hammock.dll": {} - } - }, - "Ix-Async/1.2.5": { - "dependencies": { - "System": "4.0.0.0", - "System.Core": "4.0.0.0" - }, - "runtime": { - "lib/net45/System.Interactive.Async.dll": {} - } - }, - "Libuv/1.9.0-rc2-20901": {}, - "Microsoft.ApplicationInsights/2.1.0-beta4": { - "runtime": { - "lib/net45/Microsoft.ApplicationInsights.dll": {} - } - }, - "Microsoft.ApplicationInsights.Agent.Intercept/1.2.1": { - "runtime": { - "lib/net45/Microsoft.AI.Agent.Intercept.dll": {} - } - }, - "Microsoft.ApplicationInsights.AspNetCore/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.ApplicationInsights": "2.1.0-beta4", - "Microsoft.ApplicationInsights.DependencyCollector": "2.1.0-beta4", - "Microsoft.ApplicationInsights.PerfCounterCollector": "2.1.0-beta4", - "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel": "2.1.0-beta4", - "Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Http.Abstractions": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Mvc.ViewFeatures": "1.0.0-rc2-final", - "Microsoft.Extensions.Configuration": "1.0.0-rc2-final", - "Microsoft.Extensions.DiagnosticAdapter": "1.0.0-rc2-final", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc2-final" - }, - "runtime": { - "lib/net451/Microsoft.ApplicationInsights.AspNetCore.dll": {} - } - }, - "Microsoft.ApplicationInsights.DependencyCollector/2.1.0-beta4": { - "dependencies": { - "Microsoft.ApplicationInsights": "2.1.0-beta4", - "Microsoft.ApplicationInsights.Agent.Intercept": "1.2.1" - }, - "runtime": { - "lib/net45/Microsoft.AI.DependencyCollector.dll": {} - } - }, - "Microsoft.ApplicationInsights.PerfCounterCollector/2.1.0-beta4": { - "dependencies": { - "Microsoft.ApplicationInsights": "2.1.0-beta4" - }, - "runtime": { - "lib/net45/Microsoft.AI.PerfCounterCollector.dll": {} - } - }, - "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel/2.1.0-beta4": { - "dependencies": { - "Microsoft.ApplicationInsights": "2.1.0-beta4" - }, - "runtime": { - "lib/net45/Microsoft.AI.ServerTelemetryChannel.dll": {} - } - }, - "Microsoft.AspNet.WebApi.Client/5.2.3": { - "dependencies": { - "Newtonsoft.Json": "8.0.3", - "System.Net.Http": "4.0.0.0" - }, - "runtime": { - "lib/net45/System.Net.Http.Formatting.dll": {} - } - }, - "Microsoft.AspNetCore.Antiforgery/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.AspNetCore.DataProtection": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Http.Abstractions": "1.0.0-rc2-final", - "Microsoft.AspNetCore.WebUtilities": "1.0.0-rc2-final", - "Microsoft.Extensions.ObjectPool": "1.0.0-rc2-final" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Antiforgery.dll": {} - } - }, - "Microsoft.AspNetCore.Authentication/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.AspNetCore.DataProtection": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Http": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Http.Extensions": "1.0.0-rc2-final", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.Options": "1.0.0-rc2-final", - "Microsoft.Extensions.WebEncoders": "1.0.0-rc2-final", - "System.Net.Http": "4.0.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Authentication.dll": {} - } - }, - "Microsoft.AspNetCore.Authentication.Cookies/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.AspNetCore.Authentication": "1.0.0-rc2-final", - "Microsoft.Extensions.Options": "1.0.0-rc2-final", - "Microsoft.Extensions.WebEncoders": "1.0.0-rc2-final" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Authentication.Cookies.dll": {} - } - }, - "Microsoft.AspNetCore.Authorization/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.Options": "1.0.0-rc2-final" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Authorization.dll": {} - } - }, - "Microsoft.AspNetCore.Cors/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.AspNetCore.Http.Extensions": "1.0.0-rc2-final", - "Microsoft.Extensions.Configuration.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.Options": "1.0.0-rc2-final" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Cors.dll": {} - } - }, - "Microsoft.AspNetCore.Cryptography.Internal/1.0.0-rc2-final": { - "runtime": { - "lib/net451/Microsoft.AspNetCore.Cryptography.Internal.dll": {} - } - }, - "Microsoft.AspNetCore.Cryptography.KeyDerivation/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.AspNetCore.Cryptography.Internal": "1.0.0-rc2-final" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll": {} - } - }, - "Microsoft.AspNetCore.DataProtection/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.AspNetCore.Cryptography.Internal": "1.0.0-rc2-final", - "Microsoft.AspNetCore.DataProtection.Abstractions": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.Options": "1.0.0-rc2-final", - "System.Security": "4.0.0.0", - "System.Xml": "4.0.0.0", - "System.Xml.Linq": "4.0.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.DataProtection.dll": {} - } - }, - "Microsoft.AspNetCore.DataProtection.Abstractions/1.0.0-rc2-final": { - "runtime": { - "lib/net451/Microsoft.AspNetCore.DataProtection.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Diagnostics/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.AspNetCore.Diagnostics.Abstractions": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Http.Extensions": "1.0.0-rc2-final", - "Microsoft.AspNetCore.WebUtilities": "1.0.0-rc2-final", - "Microsoft.Extensions.FileProviders.Physical": "1.0.0-rc2-final", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.Options": "1.0.0-rc2-final", - "Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc2-final", - "System.Diagnostics.DiagnosticSource": "4.0.0-rc2-24027" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Diagnostics.dll": {} - } - }, - "Microsoft.AspNetCore.Diagnostics.Abstractions/1.0.0-rc2-final": { - "dependencies": { - "System.Resources.ResourceManager": "4.0.0.0" - }, - "runtime": { - "lib/netstandard1.0/Microsoft.AspNetCore.Diagnostics.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.AspNetCore.Http.Abstractions": "1.0.0-rc2-final", - "Microsoft.EntityFrameworkCore.Relational": "1.0.0-rc2-final", - "System.Configuration": "4.0.0.0", - "System.IO": "4.0.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore.dll": {} - } - }, - "Microsoft.AspNetCore.Hosting/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Hosting.Server.Abstractions": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Http": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Http.Extensions": "1.0.0-rc2-final", - "Microsoft.Extensions.Configuration": "1.0.0-rc2-final", - "Microsoft.Extensions.DependencyInjection": "1.0.0-rc2-final", - "Microsoft.Extensions.FileProviders.Physical": "1.0.0-rc2-final", - "Microsoft.Extensions.Logging": "1.0.0-rc2-final", - "Microsoft.Extensions.Options": "1.0.0-rc2-final", - "Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc2-final", - "System.Diagnostics.DiagnosticSource": "4.0.0-rc2-24027" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Hosting.dll": {} - } - }, - "Microsoft.AspNetCore.Hosting.Abstractions/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.AspNetCore.Hosting.Server.Abstractions": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Http.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.Configuration.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.FileProviders.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc2-final" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Hosting.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Hosting.Server.Abstractions/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.AspNetCore.Http.Features": "1.0.0-rc2-final", - "Microsoft.Extensions.Configuration.Abstractions": "1.0.0-rc2-final" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Html.Abstractions/1.0.0-rc2-final": { - "dependencies": { - "System.Collections": "4.0.0.0", - "System.Resources.ResourceManager": "4.0.0.0", - "System.Text.Encodings.Web": "4.0.0-rc2-24027" - }, - "runtime": { - "lib/netstandard1.0/Microsoft.AspNetCore.Html.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Http/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.AspNetCore.Http.Abstractions": "1.0.0-rc2-final", - "Microsoft.AspNetCore.WebUtilities": "1.0.0-rc2-final", - "Microsoft.Extensions.ObjectPool": "1.0.0-rc2-final", - "Microsoft.Extensions.Options": "1.0.0-rc2-final", - "Microsoft.Net.Http.Headers": "1.0.0-rc2-final", - "System.Buffers": "4.0.0-rc2-24027" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Http.dll": {} - } - }, - "Microsoft.AspNetCore.Http.Abstractions/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.AspNetCore.Http.Features": "1.0.0-rc2-final", - "System.Text.Encodings.Web": "4.0.0-rc2-24027" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Http.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Http.Extensions/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.AspNetCore.Http.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.FileProviders.Abstractions": "1.0.0-rc2-final", - "Microsoft.Net.Http.Headers": "1.0.0-rc2-final", - "System.Buffers": "4.0.0-rc2-24027" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Http.Extensions.dll": {} - } - }, - "Microsoft.AspNetCore.Http.Features/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.Extensions.Primitives": "1.0.0-rc2-final" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Http.Features.dll": {} - } - }, - "Microsoft.AspNetCore.HttpOverrides/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.AspNetCore.Http.Extensions": "1.0.0-rc2-final", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.Options": "1.0.0-rc2-final" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.HttpOverrides.dll": {} - } - }, - "Microsoft.AspNetCore.Identity/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.AspNetCore.Authentication.Cookies": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Cryptography.KeyDerivation": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0-rc2-final" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Identity.dll": {} - } - }, - "Microsoft.AspNetCore.Identity.EntityFrameworkCore/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.AspNetCore.Identity": "1.0.0-rc2-final", - "Microsoft.EntityFrameworkCore.Relational": "1.0.0-rc2-final" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Identity.EntityFrameworkCore.dll": {} - } - }, - "Microsoft.AspNetCore.JsonPatch/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.CSharp": "4.0.0.0", - "Newtonsoft.Json": "8.0.3", - "System.Collections.Concurrent": "4.0.0.0", - "System.ComponentModel.TypeConverter": "4.0.1-rc2-24027", - "System.Diagnostics.Debug": "4.0.0.0", - "System.Globalization": "4.0.0.0", - "System.Linq": "4.0.0.0", - "System.Reflection.Extensions": "4.0.0.0", - "System.Resources.ResourceManager": "4.0.0.0", - "System.Runtime.Extensions": "4.0.0.0", - "System.Runtime.Serialization.Primitives": "4.0.0.0", - "System.Text.Encoding.Extensions": "4.0.0.0" - }, - "runtime": { - "lib/netstandard1.1/Microsoft.AspNetCore.JsonPatch.dll": {} - } - }, - "Microsoft.AspNetCore.Localization/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.AspNetCore.Http.Extensions": "1.0.0-rc2-final", - "Microsoft.Extensions.Globalization.CultureInfoCache": "1.0.0-rc2-final", - "Microsoft.Extensions.Localization.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.Options": "1.0.0-rc2-final" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Localization.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.ApiExplorer": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Mvc.Cors": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Mvc.DataAnnotations": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Mvc.Formatters.Json": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Mvc.Localization": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Mvc.Razor": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Mvc.TagHelpers": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Mvc.ViewFeatures": "1.0.0-rc2-final", - "Microsoft.Extensions.Caching.Memory": "1.0.0-rc2-final", - "Microsoft.Extensions.DependencyInjection": "1.0.0-rc2-final" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Mvc.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Abstractions/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.AspNetCore.Routing.Abstractions": "1.0.0-rc2-final", - "Microsoft.Net.Http.Headers": "1.0.0-rc2-final" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Mvc.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.ApiExplorer/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.Core": "1.0.0-rc2-final" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Mvc.ApiExplorer.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Core/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.AspNetCore.Authorization": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Http": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Mvc.Abstractions": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Routing": "1.0.0-rc2-final", - "Microsoft.Extensions.DependencyModel": "1.0.0-rc2-final", - "Microsoft.Extensions.FileProviders.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc2-final", - "System.Buffers": "4.0.0-rc2-24027", - "System.Diagnostics.DiagnosticSource": "4.0.0-rc2-24027" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Mvc.Core.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Cors/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.AspNetCore.Cors": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Mvc.Core": "1.0.0-rc2-final" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Mvc.Cors.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.DataAnnotations/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.Core": "1.0.0-rc2-final", - "Microsoft.Extensions.Localization": "1.0.0-rc2-final", - "System.ComponentModel.DataAnnotations": "4.0.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Mvc.DataAnnotations.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Formatters.Json/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.AspNetCore.JsonPatch": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Mvc.Core": "1.0.0-rc2-final" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Mvc.Formatters.Json.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Localization/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.AspNetCore.Localization": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Mvc.Razor": "1.0.0-rc2-final", - "Microsoft.Extensions.DependencyInjection": "1.0.0-rc2-final", - "Microsoft.Extensions.Localization": "1.0.0-rc2-final" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Mvc.Localization.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Razor/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.Razor.Host": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Mvc.ViewFeatures": "1.0.0-rc2-final", - "Microsoft.CodeAnalysis.CSharp": "1.3.0-beta1-20160429-01", - "Microsoft.Extensions.FileProviders.Composite": "1.0.0-rc2-final" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Mvc.Razor.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Razor.Host/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.AspNetCore.Razor.Runtime": "1.0.0-rc2-final", - "Microsoft.Extensions.Caching.Memory": "1.0.0-rc2-final", - "Microsoft.Extensions.FileProviders.Physical": "1.0.0-rc2-final" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Mvc.Razor.Host.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.TagHelpers/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.Razor": "1.0.0-rc2-final", - "Microsoft.Extensions.Caching.Memory": "1.0.0-rc2-final", - "Microsoft.Extensions.FileSystemGlobbing": "1.0.0-rc2-final", - "Microsoft.Extensions.Primitives": "1.0.0-rc2-final" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Mvc.TagHelpers.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.ViewFeatures/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.AspNetCore.Antiforgery": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Diagnostics.Abstractions": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Html.Abstractions": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Mvc.Core": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Mvc.DataAnnotations": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Mvc.Formatters.Json": "1.0.0-rc2-final", - "Microsoft.Extensions.WebEncoders": "1.0.0-rc2-final", - "Newtonsoft.Json": "8.0.3", - "System.Buffers": "4.0.0-rc2-24027" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Mvc.ViewFeatures.dll": {} - } - }, - "Microsoft.AspNetCore.Razor/1.0.0-rc2-final": { - "runtime": { - "lib/net451/Microsoft.AspNetCore.Razor.dll": {} - } - }, - "Microsoft.AspNetCore.Razor.Runtime/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.AspNetCore.Html.Abstractions": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Razor": "1.0.0-rc2-final", - "System.Xml": "4.0.0.0", - "System.Xml.Linq": "4.0.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Razor.Runtime.dll": {} - } - }, - "Microsoft.AspNetCore.Razor.Tools/1.0.0-preview1-final": { - "dependencies": { - "Microsoft.AspNetCore.Razor.Runtime": "1.0.0-rc2-final", - "Microsoft.DotNet.Cli.Utils": "1.0.0-preview1-002702", - "Microsoft.Extensions.CommandLineUtils": "1.0.0-rc2-final", - "Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc2-final", - "Newtonsoft.Json": "8.0.3" - }, - "runtime": { - "lib/net451/dotnet-razor-tooling.exe": {} - } - }, - "Microsoft.AspNetCore.Routing/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.AspNetCore.Http.Extensions": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Routing.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.ObjectPool": "1.0.0-rc2-final", - "Microsoft.Extensions.Options": "1.0.0-rc2-final" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Routing.dll": {} - } - }, - "Microsoft.AspNetCore.Routing.Abstractions/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.AspNetCore.Http.Abstractions": "1.0.0-rc2-final" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Routing.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Server.IISIntegration/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.AspNetCore.Hosting": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Http": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Http.Extensions": "1.0.0-rc2-final", - "Microsoft.AspNetCore.HttpOverrides": "1.0.0-rc2-final", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.Options": "1.0.0-rc2-final" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Server.IISIntegration.dll": {} - } - }, - "Microsoft.AspNetCore.Server.Kestrel/1.0.0-rc2-final": { - "dependencies": { - "Libuv": "1.9.0-rc2-20901", - "Microsoft.AspNetCore.Hosting": "1.0.0-rc2-final", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc2-final", - "System.Buffers": "4.0.0-rc2-24027", - "System.Numerics.Vectors": "4.1.1-rc2-24027", - "System.Threading.Tasks.Extensions": "4.0.0-rc2-24027" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Server.Kestrel.dll": {} - } - }, - "Microsoft.AspNetCore.Session/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.AspNetCore.Http.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.Caching.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.Options": "1.0.0-rc2-final" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Session.dll": {} - } - }, - "Microsoft.AspNetCore.StaticFiles/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Http.Extensions": "1.0.0-rc2-final", - "Microsoft.Extensions.FileProviders.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.WebEncoders": "1.0.0-rc2-final" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.StaticFiles.dll": {} - } - }, - "Microsoft.AspNetCore.WebUtilities/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.Extensions.Primitives": "1.0.0-rc2-final", - "System.Buffers": "4.0.0-rc2-24027", - "System.Text.Encodings.Web": "4.0.0-rc2-24027" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.WebUtilities.dll": {} - } - }, - "Microsoft.CodeAnalysis.Analyzers/1.1.0": { - "dependencies": { - "System": "4.0.0.0" - } - }, - "Microsoft.CodeAnalysis.Common/1.3.0-beta1-20160429-01": { - "dependencies": { - "Microsoft.CodeAnalysis.Analyzers": "1.1.0", - "System.Collections.Immutable": "1.2.0-rc2-24027", - "System.Reflection.Metadata": "1.3.0-rc2-24027" - }, - "runtime": { - "lib/net45/Microsoft.CodeAnalysis.dll": {} - } - }, - "Microsoft.CodeAnalysis.CSharp/1.3.0-beta1-20160429-01": { - "dependencies": { - "Microsoft.CodeAnalysis.Common": "1.3.0-beta1-20160429-01" - }, - "runtime": { - "lib/net45/Microsoft.CodeAnalysis.CSharp.dll": {} - } - }, - "Microsoft.CodeAnalysis.CSharp.Workspaces/1.3.0-beta1-20160429-01": { - "dependencies": { - "Microsoft.CodeAnalysis.CSharp": "1.3.0-beta1-20160429-01", - "Microsoft.CodeAnalysis.Workspaces.Common": "1.3.0-beta1-20160429-01" - }, - "runtime": { - "lib/net45/Microsoft.CodeAnalysis.CSharp.Workspaces.dll": {} - } - }, - "Microsoft.CodeAnalysis.Workspaces.Common/1.3.0-beta1-20160429-01": { - "dependencies": { - "Microsoft.CodeAnalysis.Common": "1.3.0-beta1-20160429-01", - "Microsoft.Composition": "1.0.27" - }, - "runtime": { - "lib/net45/Microsoft.CodeAnalysis.Workspaces.Desktop.dll": {}, - "lib/net45/Microsoft.CodeAnalysis.Workspaces.dll": {} - } - }, - "Microsoft.Composition/1.0.27": { - "runtime": { - "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.dll": {}, - "lib/portable-net45+win8+wp8+wpa81/System.Composition.Convention.dll": {}, - "lib/portable-net45+win8+wp8+wpa81/System.Composition.Hosting.dll": {}, - "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.dll": {}, - "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.dll": {} - } - }, - "Microsoft.CSharp/4.0.0.0": {}, - "Microsoft.DotNet.Cli.Utils/1.0.0-preview1-002702": { - "dependencies": { - "Microsoft.DotNet.ProjectModel": "1.0.0-rc2-002702", - "NuGet.Frameworks": "3.5.0-beta-final", - "NuGet.Packaging": "3.5.0-beta-final", - "NuGet.ProjectModel": "3.5.0-beta-final", - "NuGet.Versioning": "3.5.0-beta-final" - }, - "runtime": { - "lib/net451/Microsoft.DotNet.Cli.Utils.dll": {} - } - }, - "Microsoft.DotNet.InternalAbstractions/1.0.0-rc2-002702": { - "runtime": { - "lib/net451/Microsoft.DotNet.InternalAbstractions.dll": {} - } - }, - "Microsoft.DotNet.ProjectModel/1.0.0-rc2-002702": { - "dependencies": { - "Microsoft.Extensions.DependencyModel": "1.0.0-rc2-final", - "Newtonsoft.Json": "8.0.3", - "NuGet.Packaging": "3.5.0-beta-final", - "NuGet.RuntimeModel": "3.5.0-beta-final", - "System.Reflection.Metadata": "1.3.0-rc2-24027" - }, - "runtime": { - "lib/net451/Microsoft.DotNet.ProjectModel.dll": {} - } - }, - "Microsoft.EntityFrameworkCore/1.0.0-rc2-final": { - "dependencies": { - "Ix-Async": "1.2.5", - "Microsoft.Extensions.Caching.Memory": "1.0.0-rc2-final", - "Microsoft.Extensions.DependencyInjection": "1.0.0-rc2-final", - "Microsoft.Extensions.Logging": "1.0.0-rc2-final", - "Remotion.Linq": "2.0.2", - "System.ComponentModel.DataAnnotations": "4.0.0.0" - }, - "runtime": { - "lib/net451/Microsoft.EntityFrameworkCore.dll": {} - } - }, - "Microsoft.EntityFrameworkCore.Relational/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.EntityFrameworkCore": "1.0.0-rc2-final", - "System.Diagnostics.DiagnosticSource": "4.0.0-rc2-24027", - "System.Data": "4.0.0.0", - "System.Transactions": "4.0.0.0" - }, - "runtime": { - "lib/net451/Microsoft.EntityFrameworkCore.Relational.dll": {} - } - }, - "Microsoft.EntityFrameworkCore.Relational.Design/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.EntityFrameworkCore.Relational": "1.0.0-rc2-final" - }, - "runtime": { - "lib/net451/Microsoft.EntityFrameworkCore.Relational.Design.dll": {} - } - }, - "Microsoft.EntityFrameworkCore.SqlServer/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.EntityFrameworkCore.Relational": "1.0.0-rc2-final" - }, - "runtime": { - "lib/net451/Microsoft.EntityFrameworkCore.SqlServer.dll": {} - } - }, - "Microsoft.EntityFrameworkCore.Tools/1.0.0-preview1-final": { - "dependencies": { - "Microsoft.EntityFrameworkCore.Tools.Cli": "1.0.0-preview1-final", - "Microsoft.EntityFrameworkCore.Tools.Core": "1.0.0-rc2-final", - "Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc2-final" - }, - "runtime": { - "lib/net451/Microsoft.EntityFrameworkCore.Tools.dll": {} - } - }, - "Microsoft.EntityFrameworkCore.Tools.Cli/1.0.0-preview1-final": { - "dependencies": { - "Microsoft.DotNet.Cli.Utils": "1.0.0-preview1-002702", - "Microsoft.DotNet.ProjectModel": "1.0.0-rc2-002702", - "Microsoft.EntityFrameworkCore.Tools.Core": "1.0.0-rc2-final", - "Microsoft.Extensions.CommandLineUtils": "1.0.0-rc2-final", - "Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc2-final" - }, - "runtime": { - "lib/net451/Microsoft.EntityFrameworkCore.Tools.Cli.exe": {} - } - }, - "Microsoft.EntityFrameworkCore.Tools.Core/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0-rc2-final", - "Microsoft.EntityFrameworkCore.Relational.Design": "1.0.0-rc2-final" - }, - "runtime": { - "lib/net451/Microsoft.EntityFrameworkCore.Tools.Core.dll": {} - } - }, - "Microsoft.Extensions.Caching.Abstractions/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.Extensions.Primitives": "1.0.0-rc2-final", - "System.Collections": "4.0.0.0", - "System.Threading": "4.0.0.0", - "System.Threading.Tasks": "4.0.0.0" - }, - "runtime": { - "lib/netstandard1.0/Microsoft.Extensions.Caching.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.Caching.Memory/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.Extensions.Caching.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.Options": "1.0.0-rc2-final" - }, - "runtime": { - "lib/net451/Microsoft.Extensions.Caching.Memory.dll": {} - } - }, - "Microsoft.Extensions.CommandLineUtils/1.0.0-rc2-final": { - "runtime": { - "lib/net451/Microsoft.Extensions.CommandLineUtils.dll": {} - } - }, - "Microsoft.Extensions.Configuration/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "1.0.0-rc2-final", - "System.Collections": "4.0.0.0", - "System.Diagnostics.Debug": "4.0.0.0", - "System.IO": "4.0.0.0", - "System.Resources.ResourceManager": "4.0.0.0", - "System.Runtime.Extensions": "4.0.0.0", - "System.Runtime.InteropServices": "4.0.10.0", - "System.Threading": "4.0.0.0" - }, - "runtime": { - "lib/netstandard1.1/Microsoft.Extensions.Configuration.dll": {} - } - }, - "Microsoft.Extensions.Configuration.Abstractions/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.Extensions.Primitives": "1.0.0-rc2-final", - "System.Linq": "4.0.0.0" - }, - "runtime": { - "lib/netstandard1.0/Microsoft.Extensions.Configuration.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.Configuration.Binder/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.Extensions.Configuration": "1.0.0-rc2-final", - "System.ComponentModel.TypeConverter": "4.0.1-rc2-24027" - }, - "runtime": { - "lib/netstandard1.1/Microsoft.Extensions.Configuration.Binder.dll": {} - } - }, - "Microsoft.Extensions.Configuration.EnvironmentVariables/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.Extensions.Configuration": "1.0.0-rc2-final" - }, - "runtime": { - "lib/net451/Microsoft.Extensions.Configuration.EnvironmentVariables.dll": {} - } - }, - "Microsoft.Extensions.Configuration.FileExtensions/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.Extensions.Configuration": "1.0.0-rc2-final", - "Microsoft.Extensions.FileProviders.Physical": "1.0.0-rc2-final" - }, - "runtime": { - "lib/net451/Microsoft.Extensions.Configuration.FileExtensions.dll": {} - } - }, - "Microsoft.Extensions.Configuration.Json/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.Extensions.Configuration": "1.0.0-rc2-final", - "Microsoft.Extensions.Configuration.FileExtensions": "1.0.0-rc2-final", - "Newtonsoft.Json": "8.0.3" - }, - "runtime": { - "lib/net451/Microsoft.Extensions.Configuration.Json.dll": {} - } - }, - "Microsoft.Extensions.Configuration.UserSecrets/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.Extensions.Configuration.Json": "1.0.0-rc2-final" - }, - "runtime": { - "lib/net451/Microsoft.Extensions.Configuration.UserSecrets.dll": {} - } - }, - "Microsoft.Extensions.DependencyInjection/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc2-final", - "System.Collections": "4.0.0.0", - "System.Collections.Concurrent": "4.0.0.0", - "System.Runtime.Extensions": "4.0.0.0", - "System.Threading": "4.0.0.0", - "System.Threading.Tasks": "4.0.0.0" - }, - "runtime": { - "lib/netstandard1.1/Microsoft.Extensions.DependencyInjection.dll": {} - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc2-final": { - "dependencies": { - "System.ComponentModel": "4.0.0.0", - "System.Diagnostics.Debug": "4.0.0.0", - "System.Globalization": "4.0.0.0", - "System.Linq": "4.0.0.0", - "System.Linq.Expressions": "4.0.0.0", - "System.Reflection": "4.0.0.0", - "System.Resources.ResourceManager": "4.0.0.0" - }, - "runtime": { - "lib/netstandard1.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.DependencyModel/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.DotNet.InternalAbstractions": "1.0.0-rc2-002702", - "Newtonsoft.Json": "8.0.3" - }, - "runtime": { - "lib/net451/Microsoft.Extensions.DependencyModel.dll": {} - } - }, - "Microsoft.Extensions.DiagnosticAdapter/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc2-final", - "System.Collections.Concurrent": "4.0.0.0", - "System.ComponentModel": "4.0.0.0", - "System.Diagnostics.DiagnosticSource": "4.0.0-rc2-24027", - "System.Reflection.Emit": "4.0.0.0", - "System.Reflection.Emit.Lightweight": "4.0.0.0", - "System.Reflection.Extensions": "4.0.0.0", - "System.Runtime.Extensions": "4.0.0.0" - }, - "runtime": { - "lib/netstandard1.1/Microsoft.Extensions.DiagnosticAdapter.dll": {} - } - }, - "Microsoft.Extensions.FileProviders.Abstractions/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.Extensions.Primitives": "1.0.0-rc2-final", - "System.IO": "4.0.0.0", - "System.Resources.ResourceManager": "4.0.0.0" - }, - "runtime": { - "lib/netstandard1.0/Microsoft.Extensions.FileProviders.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.FileProviders.Composite/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "1.0.0-rc2-final" - }, - "runtime": { - "lib/netstandard1.0/Microsoft.Extensions.FileProviders.Composite.dll": {} - } - }, - "Microsoft.Extensions.FileProviders.Physical/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.FileSystemGlobbing": "1.0.0-rc2-final" - }, - "runtime": { - "lib/net451/Microsoft.Extensions.FileProviders.Physical.dll": {} - } - }, - "Microsoft.Extensions.FileSystemGlobbing/1.0.0-rc2-final": { - "runtime": { - "lib/net451/Microsoft.Extensions.FileSystemGlobbing.dll": {} - } - }, - "Microsoft.Extensions.Globalization.CultureInfoCache/1.0.0-rc2-final": { - "dependencies": { - "System.Collections.Concurrent": "4.0.0.0", - "System.Linq": "4.0.0.0", - "System.Resources.ResourceManager": "4.0.0.0" - }, - "runtime": { - "lib/netstandard1.1/Microsoft.Extensions.Globalization.CultureInfoCache.dll": {} - } - }, - "Microsoft.Extensions.Localization/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.Localization.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.Options": "1.0.0-rc2-final" - }, - "runtime": { - "lib/net451/Microsoft.Extensions.Localization.dll": {} - } - }, - "Microsoft.Extensions.Localization.Abstractions/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.CSharp": "4.0.0.0", - "System.Globalization": "4.0.0.0", - "System.Resources.ResourceManager": "4.0.0.0" - }, - "runtime": { - "lib/netstandard1.0/Microsoft.Extensions.Localization.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.Logging/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc2-final", - "System.Threading": "4.0.0.0" - }, - "runtime": { - "lib/netstandard1.1/Microsoft.Extensions.Logging.dll": {} - } - }, - "Microsoft.Extensions.Logging.Abstractions/1.0.0-rc2-final": { - "dependencies": { - "System.Collections": "4.0.0.0", - "System.Collections.Concurrent": "4.0.0.0", - "System.Globalization": "4.0.0.0", - "System.Linq": "4.0.0.0", - "System.Reflection": "4.0.0.0", - "System.Resources.ResourceManager": "4.0.0.0", - "System.Runtime.Extensions": "4.0.0.0", - "System.Runtime.InteropServices": "4.0.10.0" - }, - "runtime": { - "lib/netstandard1.1/Microsoft.Extensions.Logging.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.Logging.Console/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc2-final" - }, - "runtime": { - "lib/net451/Microsoft.Extensions.Logging.Console.dll": {} - } - }, - "Microsoft.Extensions.Logging.Debug/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc2-final" - }, - "runtime": { - "lib/net451/Microsoft.Extensions.Logging.Debug.dll": {} - } - }, - "Microsoft.Extensions.ObjectPool/1.0.0-rc2-final": { - "runtime": { - "lib/net451/Microsoft.Extensions.ObjectPool.dll": {} - } - }, - "Microsoft.Extensions.Options/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.Primitives": "1.0.0-rc2-final", - "System.ComponentModel": "4.0.0.0", - "System.Diagnostics.Debug": "4.0.0.0", - "System.Globalization": "4.0.0.0", - "System.Linq": "4.0.0.0", - "System.Linq.Expressions": "4.0.0.0", - "System.Reflection": "4.0.0.0", - "System.Resources.ResourceManager": "4.0.0.0", - "System.Runtime.Extensions": "4.0.0.0", - "System.Threading": "4.0.0.0" - }, - "runtime": { - "lib/netstandard1.0/Microsoft.Extensions.Options.dll": {} - } - }, - "Microsoft.Extensions.Options.ConfigurationExtensions/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.Configuration.Binder": "1.0.0-rc2-final", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.Options": "1.0.0-rc2-final" - }, - "runtime": { - "lib/netstandard1.1/Microsoft.Extensions.Options.ConfigurationExtensions.dll": {} - } - }, - "Microsoft.Extensions.PlatformAbstractions/1.0.0-rc2-final": { - "runtime": { - "lib/net451/Microsoft.Extensions.PlatformAbstractions.dll": {} - } - }, - "Microsoft.Extensions.Primitives/1.0.0-rc2-final": { - "dependencies": { - "System.Resources.ResourceManager": "4.0.0.0", - "System.Runtime": "4.0.10.0" - }, - "runtime": { - "lib/netstandard1.0/Microsoft.Extensions.Primitives.dll": {} - } - }, - "Microsoft.Extensions.WebEncoders/1.0.0-rc2-final": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.Options": "1.0.0-rc2-final", - "System.Text.Encodings.Web": "4.0.0-rc2-24027" - }, - "runtime": { - "lib/netstandard1.0/Microsoft.Extensions.WebEncoders.dll": {} - } - }, - "Microsoft.Net.Http.Headers/1.0.0-rc2-final": { - "dependencies": { - "System.Buffers": "4.0.0-rc2-24027", - "System.Collections": "4.0.0.0", - "System.Diagnostics.Contracts": "4.0.0.0", - "System.Globalization": "4.0.0.0", - "System.Linq": "4.0.0.0", - "System.Resources.ResourceManager": "4.0.0.0", - "System.Runtime.Extensions": "4.0.0.0", - "System.Text.Encoding": "4.0.0.0" - }, - "runtime": { - "lib/netstandard1.1/Microsoft.Net.Http.Headers.dll": {} - } - }, - "Microsoft.NETCore.Platforms/1.0.1-rc2-24027": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.0.1-rc2-24027" - } - }, - "Microsoft.NETCore.Runtime/1.0.2-rc2-24027": {}, - "Microsoft.NETCore.Targets/1.0.1-rc2-24027": {}, - "Microsoft.VisualStudio.Web.BrowserLink.Loader/14.0.0-rc2-final": { - "dependencies": { - "Microsoft.AspNetCore.Http.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.FileProviders.Physical": "1.0.0-rc2-final", - "Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc2-final", - "Microsoft.NETCore.Platforms": "1.0.1-rc2-24027" - }, - "runtime": { - "lib/net451/Microsoft.VisualStudio.Web.BrowserLink.Loader.dll": {} - } - }, - "Microsoft.VisualStudio.Web.CodeGeneration/1.0.0-preview1-final": { - "dependencies": { - "Microsoft.Extensions.CommandLineUtils": "1.0.0-rc2-final", - "Microsoft.Extensions.DependencyInjection": "1.0.0-rc2-final", - "Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore": "1.0.0-preview1-final" - }, - "runtime": { - "lib/net451/Microsoft.VisualStudio.Web.CodeGeneration.dll": {} - } - }, - "Microsoft.VisualStudio.Web.CodeGeneration.Core/1.0.0-preview1-final": { - "dependencies": { - "Microsoft.DotNet.Cli.Utils": "1.0.0-preview1-002702", - "Microsoft.Extensions.CommandLineUtils": "1.0.0-rc2-final", - "Microsoft.Extensions.DependencyInjection": "1.0.0-rc2-final", - "Microsoft.VisualStudio.Web.CodeGeneration.Templating": "1.0.0-preview1-final", - "Newtonsoft.Json": "8.0.3" - }, - "runtime": { - "lib/net451/Microsoft.VisualStudio.Web.CodeGeneration.Core.dll": {} - } - }, - "Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore/1.0.0-preview1-final": { - "dependencies": { - "Microsoft.AspNetCore.Hosting": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Server.Kestrel": "1.0.0-rc2-final", - "Microsoft.EntityFrameworkCore": "1.0.0-rc2-final", - "Microsoft.EntityFrameworkCore.SqlServer": "1.0.0-rc2-final", - "Microsoft.VisualStudio.Web.CodeGeneration.Core": "1.0.0-preview1-final" - }, - "runtime": { - "lib/net451/Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore.dll": {} - } - }, - "Microsoft.VisualStudio.Web.CodeGeneration.Templating/1.0.0-preview1-final": { - "dependencies": { - "Microsoft.AspNetCore.Razor": "1.0.0-rc2-final", - "Microsoft.CodeAnalysis.CSharp": "1.3.0-beta1-20160429-01", - "Microsoft.VisualStudio.Web.CodeGeneration.Utils": "1.0.0-preview1-final" - }, - "runtime": { - "lib/net451/Microsoft.VisualStudio.Web.CodeGeneration.Templating.dll": {} - } - }, - "Microsoft.VisualStudio.Web.CodeGeneration.Tools/1.0.0-preview1-final": { - "dependencies": { - "Microsoft.VisualStudio.Web.CodeGeneration": "1.0.0-preview1-final" - }, - "runtime": { - "lib/net451/dotnet-aspnet-codegenerator.exe": {} - } - }, - "Microsoft.VisualStudio.Web.CodeGeneration.Utils/1.0.0-preview1-final": { - "dependencies": { - "Microsoft.CodeAnalysis.CSharp.Workspaces": "1.3.0-beta1-20160429-01", - "Microsoft.DotNet.ProjectModel": "1.0.0-rc2-002702", - "Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc2-final" - }, - "runtime": { - "lib/net451/Microsoft.VisualStudio.Web.CodeGeneration.Utils.dll": {} - } - }, - "Microsoft.VisualStudio.Web.CodeGenerators.Mvc/1.0.0-preview1-final": { - "dependencies": { - "Microsoft.VisualStudio.Web.CodeGeneration": "1.0.0-preview1-final" - }, - "runtime": { - "lib/net451/Microsoft.VisualStudio.Web.CodeGenerators.Mvc.dll": {} - } - }, - "MongoDB.Bson/2.2.4": { - "runtime": { - "lib/net45/MongoDB.Bson.dll": {} - } - }, - "NETStandard.Library/1.5.0-rc2-24027": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-24027", - "Microsoft.NETCore.Runtime": "1.0.2-rc2-24027", - "System.Collections": "4.0.0.0", - "System.Collections.Concurrent": "4.0.0.0", - "System.Diagnostics.Debug": "4.0.0.0", - "System.Diagnostics.Tools": "4.0.0.0", - "System.Diagnostics.Tracing": "4.0.10.0", - "System.Globalization": "4.0.0.0", - "System.IO": "4.0.0.0", - "System.IO.Compression": "4.0.0.0", - "System.Linq": "4.0.0.0", - "System.Net.Http": "4.0.0.0", - "System.Net.Primitives": "4.0.0.0", - "System.ObjectModel": "4.0.0.0", - "System.Reflection": "4.0.0.0", - "System.Reflection.Extensions": "4.0.0.0", - "System.Reflection.Primitives": "4.0.0.0", - "System.Resources.ResourceManager": "4.0.0.0", - "System.Runtime": "4.0.10.0", - "System.Runtime.Extensions": "4.0.0.0", - "System.Runtime.InteropServices": "4.0.10.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.0.0-rc2-24027", - "System.Runtime.Numerics": "4.0.0.0", - "System.Text.Encoding": "4.0.0.0", - "System.Text.Encoding.Extensions": "4.0.0.0", - "System.Text.RegularExpressions": "4.0.0.0", - "System.Threading": "4.0.0.0", - "System.Threading.Tasks": "4.0.0.0", - "System.Threading.Timer": "4.0.0.0", - "System.Xml.ReaderWriter": "4.0.0.0", - "System.Xml.XDocument": "4.0.0.0" - } - }, - "Newtonsoft.Json/8.0.3": { - "runtime": { - "lib/net45/Newtonsoft.Json.dll": {} - } - }, - "NuGet.Common/3.5.0-beta-final": { - "dependencies": { - "Microsoft.CSharp": "4.0.0.0", - "System": "4.0.0.0", - "System.Core": "4.0.0.0", - "System.IO.Compression": "4.0.0.0" - }, - "runtime": { - "lib/net45/NuGet.Common.dll": {} - } - }, - "NuGet.Configuration/3.5.0-beta-final": { - "dependencies": { - "NuGet.Common": "3.5.0-beta-final", - "System.Security": "4.0.0.0", - "System.Xml": "4.0.0.0", - "System.Xml.Linq": "4.0.0.0" - }, - "runtime": { - "lib/net45/NuGet.Configuration.dll": {} - } - }, - "NuGet.DependencyResolver.Core/3.5.0-beta-final": { - "dependencies": { - "NuGet.Frameworks": "3.5.0-beta-final", - "NuGet.LibraryModel": "3.5.0-beta-final", - "NuGet.Protocol.Core.v3": "3.5.0-beta-final", - "NuGet.Repositories": "3.5.0-beta-final", - "NuGet.RuntimeModel": "3.5.0-beta-final" - }, - "runtime": { - "lib/net45/NuGet.DependencyResolver.Core.dll": {} - } - }, - "NuGet.Frameworks/3.5.0-beta-final": { - "dependencies": { - "NuGet.Versioning": "3.5.0-beta-final" - }, - "runtime": { - "lib/net45/NuGet.Frameworks.dll": {} - } - }, - "NuGet.LibraryModel/3.5.0-beta-final": { - "dependencies": { - "NuGet.Frameworks": "3.5.0-beta-final", - "NuGet.Versioning": "3.5.0-beta-final" - }, - "runtime": { - "lib/net45/NuGet.LibraryModel.dll": {} - } - }, - "NuGet.Packaging/3.5.0-beta-final": { - "dependencies": { - "NuGet.Common": "3.5.0-beta-final", - "NuGet.Packaging.Core": "3.5.0-beta-final", - "System.IO.Compression": "4.0.0.0", - "System.Xml": "4.0.0.0", - "System.Xml.Linq": "4.0.0.0" - }, - "runtime": { - "lib/net45/NuGet.Packaging.dll": {} - } - }, - "NuGet.Packaging.Core/3.5.0-beta-final": { - "dependencies": { - "NuGet.Packaging.Core.Types": "3.5.0-beta-final", - "System.IO.Compression": "4.0.0.0", - "System.Xml": "4.0.0.0", - "System.Xml.Linq": "4.0.0.0" - }, - "runtime": { - "lib/net45/NuGet.Packaging.Core.dll": {} - } - }, - "NuGet.Packaging.Core.Types/3.5.0-beta-final": { - "dependencies": { - "NuGet.Frameworks": "3.5.0-beta-final" - }, - "runtime": { - "lib/net45/NuGet.Packaging.Core.Types.dll": {} - } - }, - "NuGet.ProjectModel/3.5.0-beta-final": { - "dependencies": { - "Newtonsoft.Json": "8.0.3", - "NuGet.DependencyResolver.Core": "3.5.0-beta-final" - }, - "runtime": { - "lib/net45/NuGet.ProjectModel.dll": {} - } - }, - "NuGet.Protocol.Core.Types/3.5.0-beta-final": { - "dependencies": { - "NuGet.Common": "3.5.0-beta-final", - "NuGet.Configuration": "3.5.0-beta-final", - "NuGet.Packaging": "3.5.0-beta-final", - "System.Net.Http": "4.0.0.0" - }, - "runtime": { - "lib/net45/NuGet.Protocol.Core.Types.dll": {} - } - }, - "NuGet.Protocol.Core.v3/3.5.0-beta-final": { - "dependencies": { - "Newtonsoft.Json": "8.0.3", - "NuGet.Common": "3.5.0-beta-final", - "NuGet.Packaging": "3.5.0-beta-final", - "NuGet.Protocol.Core.Types": "3.5.0-beta-final", - "System.IdentityModel": "4.0.0.0", - "System.Net.Http": "4.0.0.0", - "System.Net.Http.WebRequest": "4.0.0.0", - "System.ServiceModel": "4.0.0.0" - }, - "runtime": { - "lib/net45/NuGet.Protocol.Core.v3.dll": {} - } - }, - "NuGet.Repositories/3.5.0-beta-final": { - "dependencies": { - "NuGet.Packaging": "3.5.0-beta-final" - }, - "runtime": { - "lib/net45/NuGet.Repositories.dll": {} - } - }, - "NuGet.RuntimeModel/3.5.0-beta-final": { - "dependencies": { - "Newtonsoft.Json": "8.0.3", - "NuGet.Frameworks": "3.5.0-beta-final", - "NuGet.Versioning": "3.5.0-beta-final" - }, - "runtime": { - "lib/net45/NuGet.RuntimeModel.dll": {} - } - }, - "NuGet.Versioning/3.5.0-beta-final": { - "runtime": { - "lib/net45/NuGet.Versioning.dll": {} - } - }, - "Remotion.Linq/2.0.2": { - "runtime": { - "lib/net45/Remotion.Linq.dll": {} - } - }, - "Serilog/2.0.0-rc-598": { - "runtime": { - "lib/net45/Serilog.dll": {} - } - }, - "Serilog.Extensions.Logging/1.0.0-rc2-10110": { - "dependencies": { - "Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc2-final", - "Serilog": "2.0.0-rc-598", - "System.Runtime": "4.0.10.0" - }, - "runtime": { - "lib/net45/Serilog.Extensions.Logging.dll": {} - } - }, - "Serilog.Sinks.ColoredConsole/2.0.0-beta-700": { - "dependencies": { - "Serilog": "2.0.0-rc-598", - "Microsoft.CSharp": "4.0.0.0", - "System": "4.0.0.0", - "System.Core": "4.0.0.0", - "mscorlib": "4.0.0.0" - }, - "runtime": { - "lib/net45/Serilog.Sinks.ColoredConsole.dll": {} - } - }, - "Serilog.Sinks.File/2.0.0-rc-704": { - "dependencies": { - "Serilog": "2.0.0-rc-598" - }, - "runtime": { - "lib/net45/Serilog.Sinks.File.dll": {} - } - }, - "Serilog.Sinks.RollingFile/2.0.0-rc-703": { - "dependencies": { - "Serilog": "2.0.0-rc-598", - "Serilog.Sinks.File": "2.0.0-rc-704" - }, - "runtime": { - "lib/net45/Serilog.Sinks.RollingFile.dll": {} - } - }, - "System.Buffers/4.0.0-rc2-24027": { - "runtime": { - "lib/netstandard1.1/System.Buffers.dll": {} - } - }, - "System.Collections/4.0.0.0": {}, - "System.Collections.Concurrent/4.0.0.0": {}, - "System.Collections.Immutable/1.2.0-rc2-24027": { - "runtime": { - "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll": {} - } - }, - "System.ComponentModel/4.0.0.0": {}, - "System.ComponentModel.Primitives/4.0.1-rc2-24027": { - "dependencies": { - "System": "4.0.0.0", - "mscorlib": "4.0.0.0" - }, - "runtime": { - "lib/net45/System.ComponentModel.Primitives.dll": {} - } - }, - "System.ComponentModel.TypeConverter/4.0.1-rc2-24027": { - "dependencies": { - "System.ComponentModel.Primitives": "4.0.1-rc2-24027", - "System": "4.0.0.0", - "mscorlib": "4.0.0.0" - }, - "runtime": { - "lib/net45/System.ComponentModel.TypeConverter.dll": {} - } - }, - "System.Diagnostics.Contracts/4.0.0.0": {}, - "System.Diagnostics.Debug/4.0.0.0": {}, - "System.Diagnostics.DiagnosticSource/4.0.0-rc2-24027": { - "runtime": { - "lib/portable-net45+win8+wpa81/System.Diagnostics.DiagnosticSource.dll": {} - } - }, - "System.Diagnostics.Tools/4.0.0.0": {}, - "System.Diagnostics.Tracing/4.0.10.0": {}, - "System.Globalization/4.0.0.0": {}, - "System.IO/4.0.0.0": {}, - "System.IO.Compression/4.0.0.0": {}, - "System.Linq/4.0.0.0": {}, - "System.Linq.Expressions/4.0.0.0": {}, - "System.Net.Http/4.0.0.0": {}, - "System.Net.Primitives/4.0.0.0": {}, - "System.Numerics.Vectors/4.1.1-rc2-24027": { - "runtime": { - "lib/portable-net45+win8/System.Numerics.Vectors.dll": {} - } - }, - "System.ObjectModel/4.0.0.0": {}, - "System.Reflection/4.0.0.0": {}, - "System.Reflection.Emit/4.0.0.0": {}, - "System.Reflection.Emit.Lightweight/4.0.0.0": {}, - "System.Reflection.Extensions/4.0.0.0": {}, - "System.Reflection.Metadata/1.3.0-rc2-24027": { - "dependencies": { - "System.Collections.Immutable": "1.2.0-rc2-24027" - }, - "runtime": { - "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} - } - }, - "System.Reflection.Primitives/4.0.0.0": {}, - "System.Resources.ResourceManager/4.0.0.0": {}, - "System.Runtime/4.0.10.0": {}, - "System.Runtime.Extensions/4.0.0.0": {}, - "System.Runtime.InteropServices/4.0.10.0": {}, - "System.Runtime.InteropServices.RuntimeInformation/4.0.0-rc2-24027": { - "dependencies": { - "System.Runtime": "4.0.10.0" - } - }, - "System.Runtime.Numerics/4.0.0.0": {}, - "System.Runtime.Serialization.Primitives/4.0.0.0": {}, - "System.Text.Encoding/4.0.0.0": {}, - "System.Text.Encoding.Extensions/4.0.0.0": {}, - "System.Text.Encodings.Web/4.0.0-rc2-24027": { - "runtime": { - "lib/netstandard1.0/System.Text.Encodings.Web.dll": {} - } - }, - "System.Text.RegularExpressions/4.0.0.0": {}, - "System.Threading/4.0.0.0": {}, - "System.Threading.Tasks/4.0.0.0": {}, - "System.Threading.Tasks.Extensions/4.0.0-rc2-24027": { - "runtime": { - "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.dll": {} - } - }, - "System.Threading.Timer/4.0.0.0": {}, - "System.Xml.ReaderWriter/4.0.0.0": {}, - "System.Xml.XDocument/4.0.0.0": {}, - "Domain.Socioboard/1.0.0": { - "dependencies": { - "System.ComponentModel.DataAnnotations": "4.0.0.0", - "System.Net": "4.0.0.0", - "System.Security": "4.0.0.0", - "NETStandard.Library": "1.5.0-rc2-24027", - "Newtonsoft.Json": "8.0.3", - "MongoDB.Bson": "2.2.4" - }, - "runtime": { - "Domain.Socioboard.dll": {} - } - }, - "Socioboard.Facebook/1.0.0": { - "dependencies": { - "Facebook": "7.0.10-beta", - "Newtonsoft.Json": "8.0.3", - "NETStandard.Library": "1.5.0-rc2-24027" - }, - "runtime": { - "Socioboard.Facebook.dll": {} - } - }, - "mscorlib/4.0.0.0": {}, - "System/4.0.0.0": {}, - "System.Core/4.0.0.0": {}, - "System.Security/4.0.0.0": {}, - "System.Xml/4.0.0.0": {}, - "System.Xml.Linq/4.0.0.0": {}, - "System.Configuration/4.0.0.0": {}, - "System.ComponentModel.DataAnnotations/4.0.0.0": {}, - "System.Data/4.0.0.0": {}, - "System.Transactions/4.0.0.0": {}, - "System.IdentityModel/4.0.0.0": {}, - "System.Net.Http.WebRequest/4.0.0.0": {}, - "System.ServiceModel/4.0.0.0": {}, - "System.Net/4.0.0.0": {} - } - }, - "libraries": { - "Socioboard/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Facebook/7.0.10-beta": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ftsRUZcfIfIppN2EQwIBfqoB16Ze7hvSSNdSkkdQUdODY25BjCUGZs63MQEdzPxLp7Mn058k8dwOS3NQ/W7GxA==" - }, - "Hammock/1.2.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-JdYotigd2ZilatoSXL+PXFZERRHkhTN3vn/rkVLrm2FxbXJjW0lhD4qEXF/gTv1RUp4gjgBwCTxv/WxQmAessQ==" - }, - "Ix-Async/1.2.5": { - "type": "package", - "serviceable": true, - "sha512": "sha512-8EXO8q7cpDUH9G2q+UOPOO/6uZ9aN7mx/4xjFIfkp+qLWVJiYuglkRhjY8Ggs2CucXzHR8GHnovJKB5yQoYaJg==" - }, - "Libuv/1.9.0-rc2-20901": { - "type": "package", - "serviceable": true, - "sha512": "sha512-NW+YOuRDrlmGM6yjSRjJUqlHukDEqUTuZKVJvEzWV4LH8wEKqrmVcxTqAab87+UiQ3KOLsyaBJ3ZNdmzxFUTig==" - }, - "Microsoft.ApplicationInsights/2.1.0-beta4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-u/X6t1k0okneE2+nG2q45dBoUiZJebpJqvVMHOW6/jGP7/WrSw1p/KMNZ486u17PU6abwpHe+Y/Yj3man6OrPg==" - }, - "Microsoft.ApplicationInsights.Agent.Intercept/1.2.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-nuqnTp+xechqRPBUi7sr4gxhyr+gJwMaxvSrhB4NyK1TbnT3yk1P5giSnaqQVvuIRHAdl9uD7lt2GRx/P/nlrA==" - }, - "Microsoft.ApplicationInsights.AspNetCore/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-QiffGiudrDD28/DowmD7XuRUDBhT1T/8g527eRqXj6efI0Yo/GCwM55dmk6SQjSUCYQLIDgRpmWEnzI0C3sy2Q==" - }, - "Microsoft.ApplicationInsights.DependencyCollector/2.1.0-beta4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-POhlZUp3I5N0OhNGN+vMTPt3Ez8UktOPKS1VoRS+opL8pchY6abrZv6YvL3FbGW9gP5raDJDZalSOGsE10IRWQ==" - }, - "Microsoft.ApplicationInsights.PerfCounterCollector/2.1.0-beta4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-DGlewsyEqb91rUbVHYR0VMafNR8GOP50n3Nkg9TlFyyxzSX1yQmXdIfb7g6FCf1VoRuCmL0WrMDkoGKmh7AR3Q==" - }, - "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel/2.1.0-beta4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-M3lC/KAWnevK/fmXQHdQ4jFWLurYdUpnOsF6m+HtjHcgJiprdsEohYXFImFp7u2ZodCqwIhxkVLIjFFvKSXoPw==" - }, - "Microsoft.AspNet.WebApi.Client/5.2.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3kiI8peSXbXHDDrRuo+QaX0iCEVRe0nvn2dBDRw656uPX32UalbBlSIDUDlJxu05eau4tnuhsikiUuugvvoUoQ==" - }, - "Microsoft.AspNetCore.Antiforgery/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-dvmfV1ExR2oqTt9rxhaRrutFBfta7fXY4o5nA8OU0f8CYzdZ7vyw7hyebAEE1p9SFXH5Km8/WFWkZ8uu3GNGPg==" - }, - "Microsoft.AspNetCore.Authentication/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Q3bnG8ubRJgSR3JThOve/YZNnw0wF41eixjZ+5W9jbY+xqr0DLRnRp465mxtXkaQTgzznjAZnBQi5E6C+CESVw==" - }, - "Microsoft.AspNetCore.Authentication.Cookies/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-IAS6XC4XLxqUckEYAnMXaDNJSW4s/LZRNI+rTcYZ1FPSct5QzPEy13zh4TxcozOIy5p+FjLpcEqckaAbegSOiQ==" - }, - "Microsoft.AspNetCore.Authorization/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ZeV8YInPAMAM0IbbZUnjaNOSYWZVu8EuHd+PEUQENaMIJ6hLqPm06M4AM3CS2b07FGjPkV5WqjV5PckZDI9mkw==" - }, - "Microsoft.AspNetCore.Cors/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-9z1b66i3QNBVZSb5/f6QuRfiNEZuxcB3tub/ArFWugovnYu3ejgTZEdAQtnKSfnnlw6sIeyvHA1BCib+eUmH2g==" - }, - "Microsoft.AspNetCore.Cryptography.Internal/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pkxGrn5RCFGmJdAtydcjXong9KiqmOa7KDSX7yfVsqQ5UEdvnSPbhHSQvBMJrUtRWwrl6fuQ6caQzfGcBR9aFw==" - }, - "Microsoft.AspNetCore.Cryptography.KeyDerivation/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-PfvisLxSTs/RcOXtG6qQrmGKAnlLFaOuPCpy2Yj4CYoAdYEeYfQn8DF/Io/0Zzqx1lU6FeWNY9ApLz8vvTBhLg==" - }, - "Microsoft.AspNetCore.DataProtection/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OfC2eQP22/etD/sFqrZ8FPxbmMTeERtWNxVdNT3LeQwuOvSyd642ckDagcyX20HglAwYpYbZ4MuQFsSl1pzuJA==" - }, - "Microsoft.AspNetCore.DataProtection.Abstractions/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-JFk890DtR1vYN0q/Iuork6zBNS7GlY8tdL7uE3lVVw15Xg8dz4AxYDoymWrSinbuOV9puwzKy+FZnQzDiSUFgQ==" - }, - "Microsoft.AspNetCore.Diagnostics/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-tkTheYd1QfRQLxMv52leqiUDl5zPrIn/oRjzajITxOcZuKQKRSb8uLLF3cK9JiDoMVh/G6yCeglycDIhk8c0Kw==" - }, - "Microsoft.AspNetCore.Diagnostics.Abstractions/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-q2KCO4LYhp8DYff2+8TBSo/wCe2yWK8D9U5N5x+AJCcQu/XS42aPOfUyuiuf1YCDI71UZAeUa0JZa1wVdeJHSg==" - }, - "Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-a2vLLLzRsIMuHJJUCNUSHYhshCpmXrEQOCzwJByNV0uv8LmVocg0cB+k3cR13I2wHcrX45i2g2vZZuoB5D+9Xg==" - }, - "Microsoft.AspNetCore.Hosting/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-nFGSvCL9YXB9OeZxM2B2vM38+gbBNSICF4YTdbaoGDO39OZVT3w0PtmqZQIm8wGQ5rZE2BRSSrkDeDUS/hdddg==" - }, - "Microsoft.AspNetCore.Hosting.Abstractions/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-EZY6EF9MzSRAVJJNaMGrRDGjFXtd9x96gZY0M5J91Mn453GY+ray0SZBo9ED1uYqGqtvFg5uIiI9VBBrqZAElQ==" - }, - "Microsoft.AspNetCore.Hosting.Server.Abstractions/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-PI+9VZXqhPSRk5PslkeYmjp5R38KQo0N+TTfmRFSgQ1XQQYMyOkl1BcIVSNHUIPEz0o+MmNk3OqFp5QeV1vZyg==" - }, - "Microsoft.AspNetCore.Html.Abstractions/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-wVqhkopksHunVNaU8nTrX8h4L3hdPrkI5oWkDbvA0xD2hTNL82WmDWwG0YdDbq98XPJ/P/LCznZ45GnRz/lUbw==" - }, - "Microsoft.AspNetCore.Http/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-b2npuCnnmTijWXELJXTf9hzPvry82W/JbUiJ8TSdCSC1AUNuJu/3j6tAppUEkrq53KniExeJWqAVN1DNSzJuIw==" - }, - "Microsoft.AspNetCore.Http.Abstractions/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ndmI1ufOWIq7b9ntY5rX2D7GeLG1Y6yAycPdxzOnK5k9siKcEikr1dhiQpWjRIPv5EoehvkLeCuQ991rujInRw==" - }, - "Microsoft.AspNetCore.Http.Extensions/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-51WUpcbF7nhiZbxc4vM0sUGUo4E0uJ5LWLlKy3PYIIsja1APvJoiizK8S0/6EEYTgNi8RZpbv8b/yUyU/kJ5fg==" - }, - "Microsoft.AspNetCore.Http.Features/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Wcn5RF+ZQgxHOuyb9u7H1jHSn7cTVyzKCl51xwBNd3tZAnxVSLhpwANSLGeMRd+MgIpd8rFqRhd8LCeB+BrlQA==" - }, - "Microsoft.AspNetCore.HttpOverrides/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-0EEYIFULc/hz/thwEiwZGWToQlSt7/pIQPTiUKji9Ir1yhvugKBnCcKDQLhTOOAiqAWd9e5UfFuoP31NhojsxQ==" - }, - "Microsoft.AspNetCore.Identity/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-yFubDsWj/T3qw4DHTUk2WkXuUjYC43hN4PMrf+SpWHGn0j67G1SwxPstwE2XkOtVfWv8DsHxgqwJLhU/F5TUdQ==" - }, - "Microsoft.AspNetCore.Identity.EntityFrameworkCore/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-9qE3O2h7IMLp1YkgrQwk5xHPAdkhQehANYswKRXaPWmhbG21+n/IWkD9hyleWTWLkz8QR6mx2FKdvA2obVd8TQ==" - }, - "Microsoft.AspNetCore.JsonPatch/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-6zCyIkw/nFox0zPPZ2RsBJgq7QdFLoDJ0pWe1IIIAVllIw8J+6n0sDcIfypXlEny3kpslGutaR4bWQPRuH/Y8w==" - }, - "Microsoft.AspNetCore.Localization/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-BilhBurHj/4K+yPUXqpalzOpTpgtN4VJIagULbE6LSS/AJFnm2E+qtks59cCHdvzJxuTCswOoWiNyvgnbqvnOQ==" - }, - "Microsoft.AspNetCore.Mvc/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-vzCC0/VzdxqaWidqconJFtScPGLiG+dIYzKgqCeJU884e3OujB3TPZGjzQNypZMBqLs5WX5sZA5l8PQC7OXYvg==" - }, - "Microsoft.AspNetCore.Mvc.Abstractions/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Xpj+GEStqZY3FfE10SK1W0Wrdek0uQZv/YS28kcWSKIu6aqojPcsP5sTow+JFnS8a27vxwVdn/iNVpmppN0cDw==" - }, - "Microsoft.AspNetCore.Mvc.ApiExplorer/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-FyFOVpiLAW8O0Ue9xbAZp0J85u3iA2bZ1TzpDUuIj5w9WDGjQnv0mTLl09uy8wBqIQYXMeOEKJyb/MfXY/SLow==" - }, - "Microsoft.AspNetCore.Mvc.Core/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-H3cNbfPq2JXxY6y8dW7OPbTZYGNJo4S119DLPPKsbf1z3VuHUkKEZNy9fBee1tHUj26ND/PBzZ5C4FXaFX989Q==" - }, - "Microsoft.AspNetCore.Mvc.Cors/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-p0Tg+BHfcbWzcJrdTc4T2Uy0Y1kMYQTSZJnoZ6HioQyuZnvYmgo+HR9NfcGSecgg1dM8Ea2ItF8pnh6yLRhNCQ==" - }, - "Microsoft.AspNetCore.Mvc.DataAnnotations/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-U40NtMeJpPraqiLv4/6P+a16bXCM36t72Epbp8x/V35Xr4NSIHZ8PkhtBSdI6eWInsdZPUV5vGXzNyT3BXB4rg==" - }, - "Microsoft.AspNetCore.Mvc.Formatters.Json/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-fO/lI6VCOJuQU4OoMxwwrsXcOQw3yqOKNVABxkP215GofEYrE9UjrJZjSKDl1JEh6014WYcOfbx6DDfw9/HrXQ==" - }, - "Microsoft.AspNetCore.Mvc.Localization/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-T6gPQgkwa380n8PnX5V9rFT6Zecup4NzK/MAaTMQ84QdJJXBoNNhZ5TfbydxG04IYpsZtikyezN3a2toR1NZlw==" - }, - "Microsoft.AspNetCore.Mvc.Razor/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-oGcGdt0c74TbcdKwcEO/uV4AevquW5Z+eIEKQGXmhb8KHAQh4eO7pRJepp5+5XrM+VPNED+FdvAGfe8YoVKeBw==" - }, - "Microsoft.AspNetCore.Mvc.Razor.Host/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-zREudJwjqm6pjuzOa+OFW0jtvE5pVHfcWd3P97DhivsWznF1afkYbE9r9jlmNpIc5swnyrKhes6jsnpbVbNcXw==" - }, - "Microsoft.AspNetCore.Mvc.TagHelpers/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-bePjw8Jc/k6bha7XNv9H2LZHjsuPm0n1ujHcRnUsz9v4xlicW4yV3UhQ/DmplFPWNVHMa0y0BgN5kEhlNqpUcQ==" - }, - "Microsoft.AspNetCore.Mvc.ViewFeatures/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-tXrY6gozRdfEaQu7oL/CBi/dvJYDPSqB+Uk4KwgpUbVgfNc6gxMQJURHHVg3k6eYvpVBM5DYlMXLGs7ME3hlzg==" - }, - "Microsoft.AspNetCore.Razor/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-6nsCyZ6GJKxmBBgc4daQvCMchJRh9+Q7oZBzp4jmfSD5Ju9Jd53y622G4bKQXZrEBSTujSJ+d8r4cqt71tcIkg==" - }, - "Microsoft.AspNetCore.Razor.Runtime/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ydM66tgqnydDcAxyPYqL+ww9yR4dDlBz9HeIpeFocV5MnygDlQwjOFDlD0vWQEKI6dt39802PHpoXa2K/OwVuw==" - }, - "Microsoft.AspNetCore.Razor.Tools/1.0.0-preview1-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3lMt3yRoagqL9JYC6ds5sMVNhBXilEz6ype9qB6Qndcabjx7ac0MJDSxKoacinOIzzGviCD1bandE7krA/YhNQ==" - }, - "Microsoft.AspNetCore.Routing/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-PkpR5hgMzoI2uLbng29ZVA+bVNaOnsUzHEY5TKnLmwY1FL7ll76lEkvDiQrTTyWT+Rp6Z3JFVxnAH4fSxDp27A==" - }, - "Microsoft.AspNetCore.Routing.Abstractions/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-5MIF0y7nIlBIUIxLUuC0S8pWHo5Xq3MbqUvjU5q0WFHSrHIg2K7AaVIS6IO+jV9O+GsxSvyYs2C9pqaHIcaCHA==" - }, - "Microsoft.AspNetCore.Server.IISIntegration/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-rJT7VnwAiMgk5B3kxxFagHpAlRlUC2XewNid6MJeiGQts28yKXIRY+346XjegthzpLa9PP4H7yTy0/72q3mWtA==" - }, - "Microsoft.AspNetCore.Server.Kestrel/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ojeLfBZ+H7uVImuzqErcNv8hN8Z8+k99jSl2U+cwEMddJXnzqjND20NlwNW/g4/3roLB3F3+6kYTy3wWMYFQCg==" - }, - "Microsoft.AspNetCore.Session/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-xtI7t4ZokvnF7qAd7kT1QNY+EzSHafCSFhoPNaqe5cLG0NXD052OhVDlg9Knn3DbrxRPwM0lPi0e8Kv0hlsK7w==" - }, - "Microsoft.AspNetCore.StaticFiles/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-MOv6HHX1C/62ljMsl/MK9hlG+f/9k3+kR6CHHaf2gqTXMb3qOf3gfthiTQIESTh66JxC7ZcFVCKdNKuodlXsgA==" - }, - "Microsoft.AspNetCore.WebUtilities/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-0VoDSZHObAEIbBeJEg01p1MjC5fllSDImgrFr9XNn18XKGkZSaFLIm1K4kv3kS38aUt5vjwq2qhstDMbKdUgLw==" - }, - "Microsoft.CodeAnalysis.Analyzers/1.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-HS3iRWZKcUw/8eZ/08GXKY2Bn7xNzQPzf8gRPHGSowX7u7XXu9i9YEaBeBNKUXWfI7qjvT2zXtLUvbN0hds8vg==" - }, - "Microsoft.CodeAnalysis.Common/1.3.0-beta1-20160429-01": { - "type": "package", - "serviceable": true, - "sha512": "sha512-TSrsz9ZhBpbO3HTK0kNSUQNVTqfSEcgbPXzB/0VrkEfrXLNESJzqmA94ddrf+51w5o9kMMH53/er1A1A+PmZVg==" - }, - "Microsoft.CodeAnalysis.CSharp/1.3.0-beta1-20160429-01": { - "type": "package", - "serviceable": true, - "sha512": "sha512-q0uOK8fa3CNYNKud8OygnYmOvgcBQxQAnS2irP9LbARMGkCB1qNpjhSeiC+eF402O5Xb5voGOXnrIQbdLUv5TA==" - }, - "Microsoft.CodeAnalysis.CSharp.Workspaces/1.3.0-beta1-20160429-01": { - "type": "package", - "serviceable": true, - "sha512": "sha512-nt9+kxJDKB9toK/bw+f+t3Y/XFC4DAgqzh8+aTZLZRZMkeIJh8LE2GyGGRyaBkT8w4T04WrEKG5LcZoxr0LiwA==" - }, - "Microsoft.CodeAnalysis.Workspaces.Common/1.3.0-beta1-20160429-01": { - "type": "package", - "serviceable": true, - "sha512": "sha512-1yCICYedHBDkcjPWOZ2VdOV8qO+N3MouyhJOhZMb9ZzHzvbX5c4dlH8Xia1qZKY099UHo2zlyvNOMuxbpn014g==" - }, - "Microsoft.Composition/1.0.27": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pwu80Ohe7SBzZ6i69LVdzowp6V+LaVRzd5F7A6QlD42vQkX0oT7KXKWWPlM/S00w1gnMQMRnEdbtOV12z6rXdQ==" - }, - "Microsoft.CSharp/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.DotNet.Cli.Utils/1.0.0-preview1-002702": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/0HCuW5md8HOZ/QznFhjKIWqgDLB5cpFFGnhGByxo9exzWtH8+uGvyjtSJq/pGSVJWLtyjj9YXyohCZ20B9+VA==" - }, - "Microsoft.DotNet.InternalAbstractions/1.0.0-rc2-002702": { - "type": "package", - "serviceable": true, - "sha512": "sha512-81Zp6K3oJY5zyoCtf7eguaZ+EnM3zawCtUKszBCLob1KH6Bu44ET2hokkk/6eMhTI2aQhbGrV9SaSjJ2K8DUDg==" - }, - "Microsoft.DotNet.ProjectModel/1.0.0-rc2-002702": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ryslqqMpPRcJma9kJn3V1/GydzUny6i6xfpQ0cqfWmlPdSQ9Hnh6x2l8yVqU+ueCiVffKWn/Or80moLwroXP/A==" - }, - "Microsoft.EntityFrameworkCore/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-i9HsjubXO6JGGGIkLe/qle2TRD+78oraaVXVQ+koGDSmdhEb/hg71jmOvZQXKqZ3bakx2eG+6U4s2CcEfbPtGw==" - }, - "Microsoft.EntityFrameworkCore.Relational/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-G0rIiI8hlcYl+QXOIvtM/0Eox0wlxM30itzOQlsYAxsUe6eN5jNuI5BW9SU4QzOARiWaH9gTYnns2xXgKbV4Hw==" - }, - "Microsoft.EntityFrameworkCore.Relational.Design/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3AcZmXbF7vIQc+l1UQ/6oiP/xTJGEZkyc8CURSXx2JLtUh5AhTnuzy/zqf5s6AgisOpkc0gDdsPiqqk+94cXhQ==" - }, - "Microsoft.EntityFrameworkCore.SqlServer/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-5BJ9VrgVbP/OqIuRow8nZkwbtr5CKjCyQGaXsBLZbzL8LZRkY1rb8kWYBusTJeZ2LjnnV0liQeNPRs3C15pIPQ==" - }, - "Microsoft.EntityFrameworkCore.Tools/1.0.0-preview1-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-lRQALPgYcf8c6U2xRhgCwbQ1bdcDVe4Xl6a8s1Lo8HDYBn4GVLiKJUbGdJ0hySwX+br1irOoKAG+GdL453Q2mQ==" - }, - "Microsoft.EntityFrameworkCore.Tools.Cli/1.0.0-preview1-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-rB+lVCt2vZ7ASHweT2ltuNMPR2xLA45WL2CGmQtrR+ZUoVB++WJLGIDQxisKRcViDA5huwpZkcXW0R0kPSlE9g==" - }, - "Microsoft.EntityFrameworkCore.Tools.Core/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-0L30NEnJaFdbc8a+B9nLb2kkMfnz94RFvJ8JWlO1u73wRChEafB7wLozyhCJFZziEEp8IbFYTzF3omR6gDfsmA==" - }, - "Microsoft.Extensions.Caching.Abstractions/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Seu7cdYLYDFjYGd9KgzbAa5G6Xkzw6f6mSJjWemal1qNL505ktHMSbve6IPGScipL578rPwPTVqrTWWKIvmvLg==" - }, - "Microsoft.Extensions.Caching.Memory/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-G6KkTMUiChu9RaURYmNbkKc/cIvhj38jfVzoVtoSR0Aw2KzRCtJiW80xrLaNEgzl2Eu6BipCCy9DVNa7cFZhLQ==" - }, - "Microsoft.Extensions.CommandLineUtils/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-W27sd1qlG76lEs/TD6PUJKcJJ572v/WrMtHq8VrHKOcI7NwkTgOaayt+/Mh6Zr7a+EIAAITPOFjKjUiPDEPn+g==" - }, - "Microsoft.Extensions.Configuration/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-dHr1CJ3nkWxQAtIRk7pTX/0KCDC14DY580xC7RlMHt3EW9zUak4y31FQQIMgsE9oaeJMnJP2RtimN4FPzPaWdQ==" - }, - "Microsoft.Extensions.Configuration.Abstractions/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Q871jpweVxec1zvUuK4RoXGRRXCZsp/f+6SDUSi8DQ95KcT8yKe2ZSoq2S2xnwoKFUepg2B6Yr3ToXD2v27zNA==" - }, - "Microsoft.Extensions.Configuration.Binder/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-o1gYKuwXVDKhmTgQAqmVZARdJHNzccT5kbgzI1+bJmWumqxZWpAY+YASSHZdUsHaPzhdV2IOLwhAek2WFhaCmg==" - }, - "Microsoft.Extensions.Configuration.EnvironmentVariables/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-yIT43LuJRSVtSRdO+uuUrsyNZCA/qWg3sqBQs2zW64SUZKeLqncFa5bZz8FlCFelNjoTKEpHEhe3pQNuI3STlw==" - }, - "Microsoft.Extensions.Configuration.FileExtensions/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Ry1KQP2nv459lAiY2EsQ7i35u8XgD0ZMMgrvzGr9QlReXW8XWj5WLE2xuu7To3oFQIvCnDtZtZsr7dJ05KHr1Q==" - }, - "Microsoft.Extensions.Configuration.Json/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-1Y/3qSjHpuaLeyja+gSAZUtdj503tbc23699YzE8DxWMZ3urDztdpdWy0CFGGES15obfmsrm+oBxzEwtiHKPTw==" - }, - "Microsoft.Extensions.Configuration.UserSecrets/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-UAj6RZp2uSDc+XJvlPJGScVH+LtOiJaRxXhFPTBy38vfLf4B+5bqpaiHwSjl01HbyT0V4Iy7tiI9EdTfTEspgA==" - }, - "Microsoft.Extensions.DependencyInjection/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-TreRt5BDwivHosFbDpfaJ9CArhyZUHWzv9dlqZx2e0+PSbZznXRBg0QWteh+Y5gEPmJy6hANuz4ZeVK52nLKXA==" - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-KRvRif+xioZSjml/O/Y6W/fksieNZ/hp+Bf/4Nau85gQleG8UJl+etaJXj18SWu8bQ3ApD4ikzq6qKXLlO8AMg==" - }, - "Microsoft.Extensions.DependencyModel/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-IFfLyVWxqGOA+ql+h6gvPjWbDMXClLORxgoeJab7WxpPHTcHut/5vFLu8+29iQklymlKfYefRo8tudtwjxjCRw==" - }, - "Microsoft.Extensions.DiagnosticAdapter/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3xDvI/Ea57DKb8kMCuXdfMvWC2lIb4Iq8WNVRge5aeXnoKC7zUi9RqRU1SaMMWRcwoIrN0OWQGtYlQz27i8Mng==" - }, - "Microsoft.Extensions.FileProviders.Abstractions/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pVcRuHzugJ1pn4LWpSJYOGXWdIMDcyj+AFIHFWUZ5CBGGXKfDCOPS0ztS5WshLYYc+9zDdAPmWSvQxVbTGljjg==" - }, - "Microsoft.Extensions.FileProviders.Composite/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-96d4CqD89j9mY3YTWry45PMhXNoxUJ83d1grVQjGvAo62UEOlj4lEg+4dzaLIpjU4ajVfOaEa/wFeV5JM31jWQ==" - }, - "Microsoft.Extensions.FileProviders.Physical/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-mGinPq86ouElAEY7K9Yww3bIJFD3k+UESFveOKCtXVbn9Z25rJOLoD7T0WRkJxzPZ+0MTipWpMh7jUJdsMV5Nw==" - }, - "Microsoft.Extensions.FileSystemGlobbing/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-xyrVmdjyFmGROsMkc50oI5KTie8V15ZJ8BdWbN/vpE45y+McRVpakGZDKzS2cLP7IaE67fGpr0jg4VvLQJ8Jhg==" - }, - "Microsoft.Extensions.Globalization.CultureInfoCache/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-aqjoyxHn0XynGkVXSPqHuUtWuNPAaIEubuVYdipr72Nj/zKQ0RWGssZsEHunrKxTe8Itdv8+MF+V2SLDdQn7/Q==" - }, - "Microsoft.Extensions.Localization/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-2KuamQ5Wndf/z1+cOmDGo39TNmVu5s0S7+opXUtFMN59oVFxPyTmh0txrr1MMUDd8n+1GSjs50b/gb4pYnbdQA==" - }, - "Microsoft.Extensions.Localization.Abstractions/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-E/eBmNoRTP99vmf6pW+mTQS0EiAmM62/rN9k32FRB4v5tSwuzGCw9YrMZ4UuoAztQQWcqgeLuS2Ymfw89sj9kA==" - }, - "Microsoft.Extensions.Logging/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-M9lTQcaxlV2RAlyzar4s+AsTtS3KzQy78TfQImdl7s1foCMwjDerF3tYtHa4HupWAfOYUPId0b/fXNVfIZwqxw==" - }, - "Microsoft.Extensions.Logging.Abstractions/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-cuBUcNmHGLqG7zT4ZpGY21w0/zQNJzfw6tz3eIEU2PNLBeA0EfV2b9LHfgrIFhn74+xmgoKhwo/0Th3d28Cubw==" - }, - "Microsoft.Extensions.Logging.Console/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-wzTVkE0h7xKPB7PF/XMgTIuvckjzscgDqvpr2QhqMYxXeni7dUqAO8FUy4DQ8MljXikgLbKSUvJS9HgMhFD3ng==" - }, - "Microsoft.Extensions.Logging.Debug/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-wCfdXWejxZNp3D7zBxbiC7+TKF4SWMMmLEYL12QbBUiNhV0DQzmMxZZuVWNjmAELofn6chec722uw2sh+uMdSw==" - }, - "Microsoft.Extensions.ObjectPool/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-78jJAea29pPuF7ydHXDNy/sR99OHVZ7U40K9ej6klAyEG12U7IftdF9b3nv/1Q6K8czYzll2in38BAdOeANRbw==" - }, - "Microsoft.Extensions.Options/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Sj7WVNsiMbULRas/DGKsZ3u6GA29AFAWGZwitVFQgIf/ppzM8VfnFyCRkSnwMA0gTD4u09scnQkKyl6Yi8kNuQ==" - }, - "Microsoft.Extensions.Options.ConfigurationExtensions/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-q8j1d04zyCmBkOoLenz+ptRKfATf42Vkn5jiFo06agkDVB3V8R3YxT0JstYxLvVuI9nko01vIiybXP9cAzAkaQ==" - }, - "Microsoft.Extensions.PlatformAbstractions/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OjXClhPcccu39GNAs6SH6J2iC2R883Wco7LKvPqnjo1aKJQRp9vFVFVueutJFABncZO7BZINgZCwgLxVQN3yIg==" - }, - "Microsoft.Extensions.Primitives/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-5lXETW9MI0CIOOCtgeJcrX3jODcFkX04tr+K/MB+cRspPvYD3URbf4MRIwWgI5r7cu+8+efPxEH0tG1g8ldhQA==" - }, - "Microsoft.Extensions.WebEncoders/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OCXr7Y9u/tmKhmNMJqbAlMcUQxtpzJvZ1Jvs8LJoSyCCFVmZlwZ8c6k7ileYpW2jvxGGOQ6N64V184HY2uQPHg==" - }, - "Microsoft.Net.Http.Headers/1.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-80kfOb0U8FKsKxv0fHtJFhcAWeYIvTAz4NCrKi84n5XXzMPNV7DLdy6d0g2f7UCj0iOtNGE5cGvAFiWqqZFeEA==" - }, - "Microsoft.NETCore.Platforms/1.0.1-rc2-24027": { - "type": "package", - "serviceable": true, - "sha512": "sha512-BIZpJMovdHgUbCrZR9suwwLpZMNehIkaFKiIb9X5+wPjXNHMSQ91ETSASAnEXERyU7+ptJAfJGqgr3Y9ly98MQ==" - }, - "Microsoft.NETCore.Runtime/1.0.2-rc2-24027": { - "type": "package", - "serviceable": true, - "sha512": "sha512-z/R3npq0vJi1urIComaxGXX2CCfv27N78pNa3dMG4fyCQZA6u50v8ttWFnPV1caSN1O5JvDavqpBXVT1FdHcrA==" - }, - "Microsoft.NETCore.Targets/1.0.1-rc2-24027": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pNy4HhkgeM1kE/IqtDQLfUcMpy3NB3B/p8J/71G9Wvu2p/ARRH2hjq1TkETiqQW7ER9aFUs86wmgHyk3dtDgVQ==" - }, - "Microsoft.VisualStudio.Web.BrowserLink.Loader/14.0.0-rc2-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-NM/mukki+sxjRIg6yve48iD0/Y+bb89vGpAVvFNt8+jUpoVz5JBm03q5T3t+vKFiZNjJUWmwsP8vYATIpbk10Q==" - }, - "Microsoft.VisualStudio.Web.CodeGeneration/1.0.0-preview1-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-0JK7DndRoDLdBp0cwS/zB+tyWIB7xKSzOLtJDQHLPh5GwQhC/CVpl1qZIY8FhxYgFvytxos5/S4ShvlGvZFDjQ==" - }, - "Microsoft.VisualStudio.Web.CodeGeneration.Core/1.0.0-preview1-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-5c0dQjaSX6V9NaRCSYk6VIqiD38zv17GHWOuCtFthbAsFMAguytaKUJgLHTe8FqB3bdXhfI7TopLcrf0YQeaSA==" - }, - "Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore/1.0.0-preview1-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-7get2/LwBw26nJvi5wtDqVMHyh7X9StBPKeBAPs+H7pzEFzlkx3PcVkc3lB9AsAkJjQoWZdOpkjgJS71sPX7Sg==" - }, - "Microsoft.VisualStudio.Web.CodeGeneration.Templating/1.0.0-preview1-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-W+Adnp1TTQjXk2NAnXN0vSbgpsdTtnMeMLXp+0Ii9K83UoUffgBZTgkrVZnAyUuwZdfDdfWxPnCHHcuklUm0uw==" - }, - "Microsoft.VisualStudio.Web.CodeGeneration.Tools/1.0.0-preview1-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-+bUPcAa8trQhlbN2ssBQYimeL9zzDidfVU2crqAsVrImh5D/B+OBUahGKYxLsQJb71fRpIHiASZCN2Cmo7XM9A==" - }, - "Microsoft.VisualStudio.Web.CodeGeneration.Utils/1.0.0-preview1-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-NmDc/XVMwyofkIEGnG/DO7vQGlJJAlUQ6r48u8oTk9njFFJcMoOcsv+ckcWjcVBEtOwbmmx39PmgWSOnGi/3Sg==" - }, - "Microsoft.VisualStudio.Web.CodeGenerators.Mvc/1.0.0-preview1-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/gfxVBPegkpIAwIfiTRVWWbRUORDNeOc5xFE5IQ/aYa/J39DucSRIYHtXez2UK3gVLVnYYkgu16rre6FtDq7tQ==" - }, - "MongoDB.Bson/2.2.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Q3TLxEVx5MsoXgqHqUFAh15kGJmgv1pvgXtm4/d9E22Ee8X9jVoPC8zIgIuQddO771Zbn9chJE+5QLfgxZl25Q==" - }, - "NETStandard.Library/1.5.0-rc2-24027": { - "type": "package", - "serviceable": true, - "sha512": "sha512-SD27bvP2gNnlpC7HZUbnPOXS1M7VbBZoi0bdlqe5tj7weJQ2EyGDGw8mi7K1yUmeqjL6jPWBLSC28TDaLnyqwA==" - }, - "Newtonsoft.Json/8.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-KGsYQdS2zLH+H8x2cZaSI7e+YZ4SFIbyy1YJQYl6GYBWjf5o4H1A68nxyq+WTyVSOJQ4GqS/DiPE+UseUizgMg==" - }, - "NuGet.Common/3.5.0-beta-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-7eCg4ky9NtTnxY1+2VtDKIYX137QejH8Dsuw6fENU53N6OeoROsrv1MUm0pu4e3TF8VH1eL5G3Vx/G30VdXEDg==" - }, - "NuGet.Configuration/3.5.0-beta-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-XNEuz+JnexgJ+awG5laoKpjbQY62eeSWvpWyNAZs9tVm2Y2Qz2P6o5jYkSfteq1USp672e0G41gcD/XM0XR1Qw==" - }, - "NuGet.DependencyResolver.Core/3.5.0-beta-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-0K284c0Q9u7ibCLE+NUqNe4p0BkSCVyMzWNYYxGY7ehujGUnEC+yGohFpyAu0RPt5bVBCzsbWNe+hXeDoQsjSg==" - }, - "NuGet.Frameworks/3.5.0-beta-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Si7O1OFxUryBq3xuq2AIwADM8WUMIBQOmUdTJBSaxV+KesShLJfgrr7Dl+Tg/nVETSEArJS8ktscv7gjKqtosg==" - }, - "NuGet.LibraryModel/3.5.0-beta-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Q/lVn/2Vg2wDiFMD8BwvzmPGw0gEusTt+cqIZ8KNICqUPJ94ICBOZRuEebKmTD/+azrqudDr/ZkI8q7hqLVhaQ==" - }, - "NuGet.Packaging/3.5.0-beta-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-wJSrtokTPmpIkNhJLiG5GPxdRFCVl6XB3MmgLCyRhD2O2wZVQqvvL6SELOz/61EU0C8m9ni/UiiNRqTEtH5QZw==" - }, - "NuGet.Packaging.Core/3.5.0-beta-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-sdc8dUnbjEpNzIK5h5frJgn7ARQjQLdXMC5YrMHoEh0sCJnd2p1Lu4JvHK7mqn/MurVCAvoAjNDyazzFaVCD0w==" - }, - "NuGet.Packaging.Core.Types/3.5.0-beta-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-35AVdtLFJFp66CI9EDS61iviOe4UsCwfGh7RILK3j2ihZtlbTIIS5ygjmS8GnTkhNpmdwQRIk/rUempv4ABBxQ==" - }, - "NuGet.ProjectModel/3.5.0-beta-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ddWYHyNLP2InZMui7UduGNFATnXdVe4vjE0NdDGNGKF+zXgeRna5hYWvFfmL/UZN7yr6uvN3Kq4A1+/qjoSn3w==" - }, - "NuGet.Protocol.Core.Types/3.5.0-beta-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-1r6K1IVpCu8Lti319FSzRyCmjfwLCoWAwdqdAWOAO3JK7ivyToSi3Gk1N3bHl6jiqiXkKGHZIQv5WR7QPj/fqw==" - }, - "NuGet.Protocol.Core.v3/3.5.0-beta-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-avrqOi+8sDERlbXhSURd5DPtEQoGUcThuVH784i0AxIeYPtZBV66Eq9P8dcoDR7S+cXd4Zeppc+FoMfh1Jw8Dg==" - }, - "NuGet.Repositories/3.5.0-beta-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-+w022gOL3QFrNnx0dXMBOmV11q2kGLYV/sFY5bdIaK778ELzAKRCdBsFfxs0YNPLKRGtq2Gn4FNOmyviKuNe4g==" - }, - "NuGet.RuntimeModel/3.5.0-beta-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-5opNw7zHG5wC0Qx9AzlopdPg48Tf/QVcVVKmPRuwUa3VBA1b9DBjY+1jCkaof8JRzyHZqLnxd6T9BuT98Jk0YQ==" - }, - "NuGet.Versioning/3.5.0-beta-final": { - "type": "package", - "serviceable": true, - "sha512": "sha512-fwFF9Mck1hgZVDvvJLU81gcaidMksfRoCwyjBALEXxnp1fJr4xLyGbTRdbf2OKI5OODGuUpxaMkcz7P4T8HsXw==" - }, - "Remotion.Linq/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-q3+x6KOsT2no9gB85hCTCY60hoez6G7/YugdZbJUZwoWdQlOhxLcJw+cdOUrhoL5Ondz0Aa8mupfH7hjzG8FxQ==" - }, - "Serilog/2.0.0-rc-598": { - "type": "package", - "serviceable": true, - "sha512": "sha512-B/ZKMiq6A5kkT4QKGRACLBQi2S6UKxz/y3LbnJz9h6iU6pvObbTkpFw5D8YCUPBaZv4yfQGxg8DnDtrsY9xdAQ==" - }, - "Serilog.Extensions.Logging/1.0.0-rc2-10110": { - "type": "package", - "serviceable": true, - "sha512": "sha512-IjKgWASewcq+ZDEzQCpMHxNN2QRw4KyY/olXtehGL2uPqdkpZ5NP/f2EoWneEAwXIDXaxGWH2ukhi+LQ2nrr5w==" - }, - "Serilog.Sinks.ColoredConsole/2.0.0-beta-700": { - "type": "package", - "serviceable": true, - "sha512": "sha512-GhVyZtqWpcc9hL4mIrTj6yDFadx+yQC4+Am4Ismx055yDu48U5YeYipI7jpvzWmTeN1aiSDih2VJXF5fjsUHkw==" - }, - "Serilog.Sinks.File/2.0.0-rc-704": { - "type": "package", - "serviceable": true, - "sha512": "sha512-WpxlNFeXT6Ek6tnZuPKaEXlAwIOapAjapW2GTcK2bybogdlvntovC7tPsflt2K4lRjB1b5L0bGb8sREfCovx6Q==" - }, - "Serilog.Sinks.RollingFile/2.0.0-rc-703": { - "type": "package", - "serviceable": true, - "sha512": "sha512-46EFh04XKNWQvm8cttWvWgPgmxbfJju0KbKjSKiuvcxaMptdJCEl9p7iEOGUshB9liXneg4gfiLzD0Xa90ZMXA==" - }, - "System.Buffers/4.0.0-rc2-24027": { - "type": "package", - "serviceable": true, - "sha512": "sha512-eyzIgf8Mh/SjxN1gsGnH09ICA5U2TGWU5I3Rp1V0ayO9UmTf5XrsZo3+LwKbj+fycoh2yYg0leFa7IG0/+Bs3g==" - }, - "System.Collections/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Collections.Concurrent/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Collections.Immutable/1.2.0-rc2-24027": { - "type": "package", - "serviceable": true, - "sha512": "sha512-bn4jDP6DOvUHTlpUVa4ehecoz+V4YL4gdL6yOXdruc/3XHRVL2j/ZIggusM8f90uUSQhg7bgvBuLmQCGG3cZtg==" - }, - "System.ComponentModel/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.ComponentModel.Primitives/4.0.1-rc2-24027": { - "type": "package", - "serviceable": true, - "sha512": "sha512-yTC0+qi9NaO0tt+1proIshyQ32slseRC6f/mrZLJU+pJRDY2k1nMage7AySH1qk9ZHw9KjiXMRjkRwgrQRQoSQ==" - }, - "System.ComponentModel.TypeConverter/4.0.1-rc2-24027": { - "type": "package", - "serviceable": true, - "sha512": "sha512-HGB9P4M6eAWPRzFE+F+OCaNnhr2+0trWbfhHS/OoJnrdf1f8Cl6FSYAV2B5C9fxUH326Ew57fcEKloMJY4Bimg==" - }, - "System.Diagnostics.Contracts/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Diagnostics.Debug/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Diagnostics.DiagnosticSource/4.0.0-rc2-24027": { - "type": "package", - "serviceable": true, - "sha512": "sha512-NPjXdTV6+9D0ZaHUn5JI0lxusxZAKOuHIVPmMXV+L4Ypm/nFaH+gDMn0o6ZNb9B3l46DfdxyrZYc0E2AfEHQrA==" - }, - "System.Diagnostics.Tools/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Diagnostics.Tracing/4.0.10.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Globalization/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.IO/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.IO.Compression/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Linq/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Linq.Expressions/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Net.Http/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Net.Primitives/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Numerics.Vectors/4.1.1-rc2-24027": { - "type": "package", - "serviceable": true, - "sha512": "sha512-9G+2IoDcQBas3kdySw4rz7XzI/dbUqPkC0yiOR9YAWZpOH52icM6YxcgTKiI3Weh3w1il/xMrplrTYuE6hqAaA==" - }, - "System.ObjectModel/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Reflection/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Reflection.Emit/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Reflection.Emit.Lightweight/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Reflection.Extensions/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Reflection.Metadata/1.3.0-rc2-24027": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ADZVzbL6KHwUzqn+BD9cf82ev/ADG1w4Uy7V8G//kx89aImQbbq2pCOpyl8IBC4Qqrq0hUWjgTOrxFo8PNa/pA==" - }, - "System.Reflection.Primitives/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Resources.ResourceManager/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Runtime/4.0.10.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Runtime.Extensions/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Runtime.InteropServices/4.0.10.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Runtime.InteropServices.RuntimeInformation/4.0.0-rc2-24027": { - "type": "package", - "serviceable": true, - "sha512": "sha512-nsKC00hUZY8SbNHMK3RMu62zEmgdB9xKO+7B30DfLLy5R/10ICrfUVUJvvc/HQC/VSObPUdjYUsqAFoQMIaHHA==" - }, - "System.Runtime.Numerics/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Runtime.Serialization.Primitives/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Text.Encoding/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Text.Encoding.Extensions/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Text.Encodings.Web/4.0.0-rc2-24027": { - "type": "package", - "serviceable": true, - "sha512": "sha512-r8and4JvIHRMq1Zc1H+hRKhRearrYKogJ18hQRZRsq9dcRRuxIwsv3FB73N7tMflYA2eJDmcWeqlBlYzGhOSdQ==" - }, - "System.Text.RegularExpressions/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Threading/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Threading.Tasks/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Threading.Tasks.Extensions/4.0.0-rc2-24027": { - "type": "package", - "serviceable": true, - "sha512": "sha512-dfj0Fl7/0KeP1UwQvo7xu7LdRAHfJ/Pdvo2YL+sDHddCLaiu+1yNyijYBocaCgQ4H0t8nEg8he/dWsPpaTdfNg==" - }, - "System.Threading.Timer/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Xml.ReaderWriter/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Xml.XDocument/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Domain.Socioboard/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Socioboard.Facebook/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "mscorlib/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Core/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Security/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Xml/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Xml.Linq/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Configuration/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.ComponentModel.DataAnnotations/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Data/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Transactions/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.IdentityModel/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Net.Http.WebRequest/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.ServiceModel/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Net/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - } - } -} \ No newline at end of file diff --git a/src/Socioboard/obj/Debug/net452/dotnet-compile-csc.rsp b/src/Socioboard/obj/Debug/net452/dotnet-compile-csc.rsp deleted file mode 100644 index 00a0626ed..000000000 --- a/src/Socioboard/obj/Debug/net452/dotnet-compile-csc.rsp +++ /dev/null @@ -1,246 +0,0 @@ --d:DEBUG --d:TRACE --d:NET452 --nowarn:CS1701 --nowarn:CS1702 --nowarn:CS1705 --platform:x64 --debug:full --nostdlib --nologo -"D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Socioboard\obj\Debug\net452\dotnet-compile.assemblyinfo.cs" --out:"D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Socioboard\bin\Debug\net452\Socioboard.exe" --r:"C:\Users\Murari\.nuget\packages\Facebook\7.0.10-beta\lib\net45\Facebook.dll" --r:"C:\Users\Murari\.nuget\packages\Hammock\1.2.3\lib\net40\Hammock.dll" --r:"C:\Users\Murari\.nuget\packages\Ix-Async\1.2.5\lib\net45\System.Interactive.Async.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.ApplicationInsights\2.1.0-beta4\lib\net45\Microsoft.ApplicationInsights.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.ApplicationInsights.Agent.Intercept\1.2.1\lib\net45\Microsoft.AI.Agent.Intercept.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.ApplicationInsights.AspNetCore\1.0.0-rc2-final\lib\net451\Microsoft.ApplicationInsights.AspNetCore.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.ApplicationInsights.DependencyCollector\2.1.0-beta4\lib\net45\Microsoft.AI.DependencyCollector.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.ApplicationInsights.PerfCounterCollector\2.1.0-beta4\lib\net45\Microsoft.AI.PerfCounterCollector.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel\2.1.0-beta4\lib\net45\Microsoft.AI.ServerTelemetryChannel.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.AspNet.WebApi.Client\5.2.3\lib\net45\System.Net.Http.Formatting.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Antiforgery\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.Antiforgery.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Authentication\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.Authentication.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Authentication.Cookies\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.Authentication.Cookies.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Authorization\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.Authorization.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Cors\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.Cors.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Cryptography.Internal\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.Cryptography.Internal.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Cryptography.KeyDerivation\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.Cryptography.KeyDerivation.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.DataProtection\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.DataProtection.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.DataProtection.Abstractions\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.DataProtection.Abstractions.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Diagnostics\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.Diagnostics.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Diagnostics.Abstractions\1.0.0-rc2-final\lib\netstandard1.0\Microsoft.AspNetCore.Diagnostics.Abstractions.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Hosting\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.Hosting.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Hosting.Abstractions\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.Hosting.Abstractions.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Hosting.Server.Abstractions\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.Hosting.Server.Abstractions.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Html.Abstractions\1.0.0-rc2-final\lib\netstandard1.0\Microsoft.AspNetCore.Html.Abstractions.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Http\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.Http.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Http.Abstractions\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.Http.Abstractions.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Http.Extensions\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.Http.Extensions.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Http.Features\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.Http.Features.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.HttpOverrides\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.HttpOverrides.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Identity\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.Identity.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Identity.EntityFrameworkCore\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.Identity.EntityFrameworkCore.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.JsonPatch\1.0.0-rc2-final\lib\netstandard1.1\Microsoft.AspNetCore.JsonPatch.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Localization\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.Localization.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Mvc\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.Mvc.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Mvc.Abstractions\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.Mvc.Abstractions.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Mvc.ApiExplorer\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.Mvc.ApiExplorer.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Mvc.Core\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.Mvc.Core.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Mvc.Cors\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.Mvc.Cors.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Mvc.DataAnnotations\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.Mvc.DataAnnotations.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Mvc.Formatters.Json\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.Mvc.Formatters.Json.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Mvc.Localization\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.Mvc.Localization.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Mvc.Razor\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.Mvc.Razor.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Mvc.Razor.Host\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.Mvc.Razor.Host.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Mvc.TagHelpers\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.Mvc.TagHelpers.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Mvc.ViewFeatures\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.Mvc.ViewFeatures.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Razor\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.Razor.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Razor.Runtime\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.Razor.Runtime.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Razor.Tools\1.0.0-preview1-final\lib\net451\dotnet-razor-tooling.exe" --r:"C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Routing\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.Routing.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Routing.Abstractions\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.Routing.Abstractions.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Server.IISIntegration\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.Server.IISIntegration.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Server.Kestrel\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.Server.Kestrel.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Session\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.Session.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.StaticFiles\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.StaticFiles.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.WebUtilities\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.WebUtilities.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.CodeAnalysis.Common\1.3.0-beta1-20160429-01\lib\net45\Microsoft.CodeAnalysis.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.CodeAnalysis.CSharp\1.3.0-beta1-20160429-01\lib\net45\Microsoft.CodeAnalysis.CSharp.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.CodeAnalysis.CSharp.Workspaces\1.3.0-beta1-20160429-01\lib\net45\Microsoft.CodeAnalysis.CSharp.Workspaces.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.CodeAnalysis.Workspaces.Common\1.3.0-beta1-20160429-01\lib\net45\Microsoft.CodeAnalysis.Workspaces.Desktop.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.CodeAnalysis.Workspaces.Common\1.3.0-beta1-20160429-01\lib\net45\Microsoft.CodeAnalysis.Workspaces.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.Composition\1.0.27\lib\portable-net45+win8+wp8+wpa81\System.Composition.AttributedModel.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.Composition\1.0.27\lib\portable-net45+win8+wp8+wpa81\System.Composition.Convention.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.Composition\1.0.27\lib\portable-net45+win8+wp8+wpa81\System.Composition.Hosting.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.Composition\1.0.27\lib\portable-net45+win8+wp8+wpa81\System.Composition.Runtime.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.Composition\1.0.27\lib\portable-net45+win8+wp8+wpa81\System.Composition.TypedParts.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\Microsoft.CSharp.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.DotNet.Cli.Utils\1.0.0-preview1-002702\lib\net451\Microsoft.DotNet.Cli.Utils.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.DotNet.InternalAbstractions\1.0.0-rc2-002702\lib\net451\Microsoft.DotNet.InternalAbstractions.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.DotNet.ProjectModel\1.0.0-rc2-002702\lib\net451\Microsoft.DotNet.ProjectModel.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.EntityFrameworkCore\1.0.0-rc2-final\lib\net451\Microsoft.EntityFrameworkCore.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.EntityFrameworkCore.Relational\1.0.0-rc2-final\lib\net451\Microsoft.EntityFrameworkCore.Relational.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.EntityFrameworkCore.Relational.Design\1.0.0-rc2-final\lib\net451\Microsoft.EntityFrameworkCore.Relational.Design.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.EntityFrameworkCore.SqlServer\1.0.0-rc2-final\lib\net451\Microsoft.EntityFrameworkCore.SqlServer.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.EntityFrameworkCore.Tools\1.0.0-preview1-final\lib\net451\Microsoft.EntityFrameworkCore.Tools.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.EntityFrameworkCore.Tools.Cli\1.0.0-preview1-final\lib\net451\Microsoft.EntityFrameworkCore.Tools.Cli.exe" --r:"C:\Users\Murari\.nuget\packages\Microsoft.EntityFrameworkCore.Tools.Core\1.0.0-rc2-final\lib\net451\Microsoft.EntityFrameworkCore.Tools.Core.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.Extensions.Caching.Abstractions\1.0.0-rc2-final\lib\netstandard1.0\Microsoft.Extensions.Caching.Abstractions.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.Extensions.Caching.Memory\1.0.0-rc2-final\lib\net451\Microsoft.Extensions.Caching.Memory.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.Extensions.CommandLineUtils\1.0.0-rc2-final\lib\net451\Microsoft.Extensions.CommandLineUtils.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.Extensions.Configuration\1.0.0-rc2-final\lib\netstandard1.1\Microsoft.Extensions.Configuration.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.Extensions.Configuration.Abstractions\1.0.0-rc2-final\lib\netstandard1.0\Microsoft.Extensions.Configuration.Abstractions.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.Extensions.Configuration.Binder\1.0.0-rc2-final\lib\netstandard1.1\Microsoft.Extensions.Configuration.Binder.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.Extensions.Configuration.EnvironmentVariables\1.0.0-rc2-final\lib\net451\Microsoft.Extensions.Configuration.EnvironmentVariables.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.Extensions.Configuration.FileExtensions\1.0.0-rc2-final\lib\net451\Microsoft.Extensions.Configuration.FileExtensions.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.Extensions.Configuration.Json\1.0.0-rc2-final\lib\net451\Microsoft.Extensions.Configuration.Json.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.Extensions.Configuration.UserSecrets\1.0.0-rc2-final\lib\net451\Microsoft.Extensions.Configuration.UserSecrets.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.Extensions.DependencyInjection\1.0.0-rc2-final\lib\netstandard1.1\Microsoft.Extensions.DependencyInjection.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.Extensions.DependencyInjection.Abstractions\1.0.0-rc2-final\lib\netstandard1.0\Microsoft.Extensions.DependencyInjection.Abstractions.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.Extensions.DependencyModel\1.0.0-rc2-final\lib\net451\Microsoft.Extensions.DependencyModel.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.Extensions.DiagnosticAdapter\1.0.0-rc2-final\lib\netstandard1.1\Microsoft.Extensions.DiagnosticAdapter.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.Extensions.FileProviders.Abstractions\1.0.0-rc2-final\lib\netstandard1.0\Microsoft.Extensions.FileProviders.Abstractions.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.Extensions.FileProviders.Composite\1.0.0-rc2-final\lib\netstandard1.0\Microsoft.Extensions.FileProviders.Composite.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.Extensions.FileProviders.Physical\1.0.0-rc2-final\lib\net451\Microsoft.Extensions.FileProviders.Physical.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.Extensions.FileSystemGlobbing\1.0.0-rc2-final\lib\net451\Microsoft.Extensions.FileSystemGlobbing.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.Extensions.Globalization.CultureInfoCache\1.0.0-rc2-final\lib\netstandard1.1\Microsoft.Extensions.Globalization.CultureInfoCache.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.Extensions.Localization\1.0.0-rc2-final\lib\net451\Microsoft.Extensions.Localization.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.Extensions.Localization.Abstractions\1.0.0-rc2-final\lib\netstandard1.0\Microsoft.Extensions.Localization.Abstractions.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.Extensions.Logging\1.0.0-rc2-final\lib\netstandard1.1\Microsoft.Extensions.Logging.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.Extensions.Logging.Abstractions\1.0.0-rc2-final\lib\netstandard1.1\Microsoft.Extensions.Logging.Abstractions.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.Extensions.Logging.Console\1.0.0-rc2-final\lib\net451\Microsoft.Extensions.Logging.Console.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.Extensions.Logging.Debug\1.0.0-rc2-final\lib\net451\Microsoft.Extensions.Logging.Debug.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.Extensions.ObjectPool\1.0.0-rc2-final\lib\net451\Microsoft.Extensions.ObjectPool.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.Extensions.Options\1.0.0-rc2-final\lib\netstandard1.0\Microsoft.Extensions.Options.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.Extensions.Options.ConfigurationExtensions\1.0.0-rc2-final\lib\netstandard1.1\Microsoft.Extensions.Options.ConfigurationExtensions.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.Extensions.PlatformAbstractions\1.0.0-rc2-final\lib\net451\Microsoft.Extensions.PlatformAbstractions.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.Extensions.Primitives\1.0.0-rc2-final\lib\netstandard1.0\Microsoft.Extensions.Primitives.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.Extensions.WebEncoders\1.0.0-rc2-final\lib\netstandard1.0\Microsoft.Extensions.WebEncoders.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.Net.Http.Headers\1.0.0-rc2-final\lib\netstandard1.1\Microsoft.Net.Http.Headers.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.VisualStudio.Web.BrowserLink.Loader\14.0.0-rc2-final\lib\net451\Microsoft.VisualStudio.Web.BrowserLink.Loader.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.VisualStudio.Web.CodeGeneration\1.0.0-preview1-final\lib\net451\Microsoft.VisualStudio.Web.CodeGeneration.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.VisualStudio.Web.CodeGeneration.Core\1.0.0-preview1-final\lib\net451\Microsoft.VisualStudio.Web.CodeGeneration.Core.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore\1.0.0-preview1-final\lib\net451\Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.VisualStudio.Web.CodeGeneration.Templating\1.0.0-preview1-final\lib\net451\Microsoft.VisualStudio.Web.CodeGeneration.Templating.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.VisualStudio.Web.CodeGeneration.Tools\1.0.0-preview1-final\lib\net451\dotnet-aspnet-codegenerator.exe" --r:"C:\Users\Murari\.nuget\packages\Microsoft.VisualStudio.Web.CodeGeneration.Utils\1.0.0-preview1-final\lib\net451\Microsoft.VisualStudio.Web.CodeGeneration.Utils.dll" --r:"C:\Users\Murari\.nuget\packages\Microsoft.VisualStudio.Web.CodeGenerators.Mvc\1.0.0-preview1-final\lib\net451\Microsoft.VisualStudio.Web.CodeGenerators.Mvc.dll" --r:"C:\Users\Murari\.nuget\packages\MongoDB.Bson\2.2.4\lib\net45\MongoDB.Bson.dll" --r:"C:\Users\Murari\.nuget\packages\Newtonsoft.Json\8.0.3\lib\net45\Newtonsoft.Json.dll" --r:"C:\Users\Murari\.nuget\packages\NuGet.Common\3.5.0-beta-final\lib\net45\NuGet.Common.dll" --r:"C:\Users\Murari\.nuget\packages\NuGet.Configuration\3.5.0-beta-final\lib\net45\NuGet.Configuration.dll" --r:"C:\Users\Murari\.nuget\packages\NuGet.DependencyResolver.Core\3.5.0-beta-final\lib\net45\NuGet.DependencyResolver.Core.dll" --r:"C:\Users\Murari\.nuget\packages\NuGet.Frameworks\3.5.0-beta-final\lib\net45\NuGet.Frameworks.dll" --r:"C:\Users\Murari\.nuget\packages\NuGet.LibraryModel\3.5.0-beta-final\lib\net45\NuGet.LibraryModel.dll" --r:"C:\Users\Murari\.nuget\packages\NuGet.Packaging\3.5.0-beta-final\lib\net45\NuGet.Packaging.dll" --r:"C:\Users\Murari\.nuget\packages\NuGet.Packaging.Core\3.5.0-beta-final\lib\net45\NuGet.Packaging.Core.dll" --r:"C:\Users\Murari\.nuget\packages\NuGet.Packaging.Core.Types\3.5.0-beta-final\lib\net45\NuGet.Packaging.Core.Types.dll" --r:"C:\Users\Murari\.nuget\packages\NuGet.ProjectModel\3.5.0-beta-final\lib\net45\NuGet.ProjectModel.dll" --r:"C:\Users\Murari\.nuget\packages\NuGet.Protocol.Core.Types\3.5.0-beta-final\lib\net45\NuGet.Protocol.Core.Types.dll" --r:"C:\Users\Murari\.nuget\packages\NuGet.Protocol.Core.v3\3.5.0-beta-final\lib\net45\NuGet.Protocol.Core.v3.dll" --r:"C:\Users\Murari\.nuget\packages\NuGet.Repositories\3.5.0-beta-final\lib\net45\NuGet.Repositories.dll" --r:"C:\Users\Murari\.nuget\packages\NuGet.RuntimeModel\3.5.0-beta-final\lib\net45\NuGet.RuntimeModel.dll" --r:"C:\Users\Murari\.nuget\packages\NuGet.Versioning\3.5.0-beta-final\lib\net45\NuGet.Versioning.dll" --r:"C:\Users\Murari\.nuget\packages\Remotion.Linq\2.0.2\lib\net45\Remotion.Linq.dll" --r:"C:\Users\Murari\.nuget\packages\Serilog\2.0.0-rc-598\lib\net45\Serilog.dll" --r:"C:\Users\Murari\.nuget\packages\Serilog.Extensions.Logging\1.0.0-rc2-10110\lib\net45\Serilog.Extensions.Logging.dll" --r:"C:\Users\Murari\.nuget\packages\Serilog.Sinks.ColoredConsole\2.0.0-beta-700\lib\net45\Serilog.Sinks.ColoredConsole.dll" --r:"C:\Users\Murari\.nuget\packages\Serilog.Sinks.File\2.0.0-rc-704\lib\net45\Serilog.Sinks.File.dll" --r:"C:\Users\Murari\.nuget\packages\Serilog.Sinks.RollingFile\2.0.0-rc-703\lib\net45\Serilog.Sinks.RollingFile.dll" --r:"C:\Users\Murari\.nuget\packages\System.Buffers\4.0.0-rc2-24027\lib\netstandard1.1\System.Buffers.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\Facades\System.Collections.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\Facades\System.Collections.Concurrent.dll" --r:"C:\Users\Murari\.nuget\packages\System.Collections.Immutable\1.2.0-rc2-24027\lib\portable-net45+win8+wp8+wpa81\System.Collections.Immutable.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\Facades\System.ComponentModel.dll" --r:"C:\Users\Murari\.nuget\packages\System.ComponentModel.Primitives\4.0.1-rc2-24027\ref\net45\System.ComponentModel.Primitives.dll" --r:"C:\Users\Murari\.nuget\packages\System.ComponentModel.TypeConverter\4.0.1-rc2-24027\ref\net45\System.ComponentModel.TypeConverter.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\Facades\System.Diagnostics.Contracts.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\Facades\System.Diagnostics.Debug.dll" --r:"C:\Users\Murari\.nuget\packages\System.Diagnostics.DiagnosticSource\4.0.0-rc2-24027\lib\portable-net45+win8+wpa81\System.Diagnostics.DiagnosticSource.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\Facades\System.Diagnostics.Tools.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\Facades\System.Diagnostics.Tracing.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\Facades\System.Globalization.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\Facades\System.IO.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\System.IO.Compression.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\Facades\System.Linq.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\Facades\System.Linq.Expressions.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\System.Net.Http.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\Facades\System.Net.Primitives.dll" --r:"C:\Users\Murari\.nuget\packages\System.Numerics.Vectors\4.1.1-rc2-24027\ref\portable-net45+win8\System.Numerics.Vectors.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\Facades\System.ObjectModel.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\Facades\System.Reflection.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\Facades\System.Reflection.Emit.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\Facades\System.Reflection.Emit.Lightweight.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\Facades\System.Reflection.Extensions.dll" --r:"C:\Users\Murari\.nuget\packages\System.Reflection.Metadata\1.3.0-rc2-24027\lib\portable-net45+win8\System.Reflection.Metadata.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\Facades\System.Reflection.Primitives.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\Facades\System.Resources.ResourceManager.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\Facades\System.Runtime.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\Facades\System.Runtime.Extensions.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\Facades\System.Runtime.InteropServices.dll" --r:"C:\Users\Murari\.nuget\packages\System.Runtime.InteropServices.RuntimeInformation\4.0.0-rc2-24027\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\Facades\System.Runtime.Numerics.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\Facades\System.Runtime.Serialization.Primitives.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\Facades\System.Text.Encoding.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\Facades\System.Text.Encoding.Extensions.dll" --r:"C:\Users\Murari\.nuget\packages\System.Text.Encodings.Web\4.0.0-rc2-24027\lib\netstandard1.0\System.Text.Encodings.Web.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\Facades\System.Text.RegularExpressions.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\Facades\System.Threading.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\Facades\System.Threading.Tasks.dll" --r:"C:\Users\Murari\.nuget\packages\System.Threading.Tasks.Extensions\4.0.0-rc2-24027\lib\portable-net45+win8+wp8+wpa81\System.Threading.Tasks.Extensions.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\Facades\System.Threading.Timer.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\Facades\System.Xml.ReaderWriter.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\Facades\System.Xml.XDocument.dll" --r:"D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Domain.Socioboard\bin\Debug\net452\Domain.Socioboard.dll" --r:"D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Socioboard.Facebook\bin\Debug\net452\Socioboard.Facebook.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\mscorlib.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\System.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\System.Core.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\System.Security.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\System.Xml.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\System.Xml.Linq.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\System.Configuration.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\System.ComponentModel.DataAnnotations.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\System.Data.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\System.Transactions.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\System.IdentityModel.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\System.Net.Http.WebRequest.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\System.ServiceModel.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\System.Net.dll" --resource:"D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Socioboard\obj\Debug\net452\Socioboarddotnet-compile.deps.json",Socioboard.deps.json -"D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Socioboard\Program.cs" -"D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Socioboard\Startup.cs" -"D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Socioboard\Controllers\FacebookManagerController.cs" -"D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Socioboard\Controllers\GoogleManagerController.cs" -"D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Socioboard\Controllers\HomeController.cs" -"D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Socioboard\Controllers\IndexController.cs" -"D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Socioboard\Controllers\TwitterManagerController.cs" -"D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Socioboard\Extensions\SessionExtensions.cs" -"D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Socioboard\Helpers\AppSettings.cs" -"D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Socioboard\Helpers\Facebook.cs" -"D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Socioboard\Helpers\ProfilesHelper.cs" -"D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Socioboard\Helpers\WebApiReq.cs" -"D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Socioboard\Models\ApplicationUser.cs" -"D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Socioboard\Models\AccountViewModels\ExternalLoginConfirmationViewModel.cs" -"D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Socioboard\Models\AccountViewModels\ForgotPasswordViewModel.cs" -"D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Socioboard\Models\AccountViewModels\LoginViewModel.cs" -"D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Socioboard\Models\AccountViewModels\RegisterViewModel.cs" -"D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Socioboard\Models\AccountViewModels\ResetPasswordViewModel.cs" -"D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Socioboard\Models\AccountViewModels\SendCodeViewModel.cs" -"D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Socioboard\Models\AccountViewModels\VerifyCodeViewModel.cs" -"D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Socioboard\Models\ManageViewModels\AddPhoneNumberViewModel.cs" -"D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Socioboard\Models\ManageViewModels\ChangePasswordViewModel.cs" -"D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Socioboard\Models\ManageViewModels\ConfigureTwoFactorViewModel.cs" -"D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Socioboard\Models\ManageViewModels\FactorViewModel.cs" -"D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Socioboard\Models\ManageViewModels\IndexViewModel.cs" -"D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Socioboard\Models\ManageViewModels\ManageLoginsViewModel.cs" -"D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Socioboard\Models\ManageViewModels\RemoveLoginViewModel.cs" -"D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Socioboard\Models\ManageViewModels\SetPasswordViewModel.cs" -"D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Socioboard\Models\ManageViewModels\VerifyPhoneNumberViewModel.cs" -"D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Socioboard\Services\CustomViewLocationRazorViewEngine.cs" -"D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Socioboard\Services\IEmailSender.cs" -"D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Socioboard\Services\ISmsSender.cs" -"D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Socioboard\Services\MessageServices.cs" diff --git a/src/Socioboard/obj/Debug/net452/dotnet-compile.assemblyinfo.cs b/src/Socioboard/obj/Debug/net452/dotnet-compile.assemblyinfo.cs deleted file mode 100644 index ac29d86fd..000000000 --- a/src/Socioboard/obj/Debug/net452/dotnet-compile.assemblyinfo.cs +++ /dev/null @@ -1,5 +0,0 @@ -// This file has been auto generated. -[assembly:System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly:System.Reflection.AssemblyVersionAttribute("1.0.0.0")] -[assembly:System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] -[assembly:System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.5.2")] \ No newline at end of file diff --git a/src/Socioboard/obj/Debug/net452/dotnet-compile.rsp b/src/Socioboard/obj/Debug/net452/dotnet-compile.rsp deleted file mode 100644 index e859f6a92..000000000 --- a/src/Socioboard/obj/Debug/net452/dotnet-compile.rsp +++ /dev/null @@ -1,250 +0,0 @@ ---temp-output:D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Socioboard\obj\Debug\net452\ ---out:D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Socioboard\bin\Debug\net452\Socioboard.exe ---define:DEBUG ---define:TRACE ---define:NET452 ---suppress-warning:CS1701 ---suppress-warning:CS1702 ---suppress-warning:CS1705 ---platform:x64 ---optimize:False ---emit-entry-point:True ---output-name:Socioboard ---file-version:1.0.0.0 ---version:1.0.0.0 ---informational-version:1.0.0 ---target-framework:.NETFramework,Version=v4.5.2 ---reference:C:\Users\Murari\.nuget\packages\Facebook\7.0.10-beta\lib\net45\Facebook.dll ---reference:C:\Users\Murari\.nuget\packages\Hammock\1.2.3\lib\net40\Hammock.dll ---reference:C:\Users\Murari\.nuget\packages\Ix-Async\1.2.5\lib\net45\System.Interactive.Async.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.ApplicationInsights\2.1.0-beta4\lib\net45\Microsoft.ApplicationInsights.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.ApplicationInsights.Agent.Intercept\1.2.1\lib\net45\Microsoft.AI.Agent.Intercept.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.ApplicationInsights.AspNetCore\1.0.0-rc2-final\lib\net451\Microsoft.ApplicationInsights.AspNetCore.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.ApplicationInsights.DependencyCollector\2.1.0-beta4\lib\net45\Microsoft.AI.DependencyCollector.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.ApplicationInsights.PerfCounterCollector\2.1.0-beta4\lib\net45\Microsoft.AI.PerfCounterCollector.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel\2.1.0-beta4\lib\net45\Microsoft.AI.ServerTelemetryChannel.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.AspNet.WebApi.Client\5.2.3\lib\net45\System.Net.Http.Formatting.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Antiforgery\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.Antiforgery.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Authentication\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.Authentication.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Authentication.Cookies\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.Authentication.Cookies.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Authorization\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.Authorization.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Cors\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.Cors.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Cryptography.Internal\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.Cryptography.Internal.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Cryptography.KeyDerivation\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.Cryptography.KeyDerivation.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.DataProtection\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.DataProtection.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.DataProtection.Abstractions\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.DataProtection.Abstractions.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Diagnostics\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.Diagnostics.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Diagnostics.Abstractions\1.0.0-rc2-final\lib\netstandard1.0\Microsoft.AspNetCore.Diagnostics.Abstractions.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Hosting\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.Hosting.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Hosting.Abstractions\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.Hosting.Abstractions.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Hosting.Server.Abstractions\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.Hosting.Server.Abstractions.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Html.Abstractions\1.0.0-rc2-final\lib\netstandard1.0\Microsoft.AspNetCore.Html.Abstractions.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Http\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.Http.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Http.Abstractions\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.Http.Abstractions.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Http.Extensions\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.Http.Extensions.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Http.Features\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.Http.Features.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.HttpOverrides\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.HttpOverrides.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Identity\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.Identity.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Identity.EntityFrameworkCore\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.Identity.EntityFrameworkCore.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.JsonPatch\1.0.0-rc2-final\lib\netstandard1.1\Microsoft.AspNetCore.JsonPatch.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Localization\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.Localization.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Mvc\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.Mvc.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Mvc.Abstractions\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.Mvc.Abstractions.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Mvc.ApiExplorer\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.Mvc.ApiExplorer.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Mvc.Core\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.Mvc.Core.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Mvc.Cors\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.Mvc.Cors.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Mvc.DataAnnotations\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.Mvc.DataAnnotations.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Mvc.Formatters.Json\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.Mvc.Formatters.Json.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Mvc.Localization\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.Mvc.Localization.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Mvc.Razor\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.Mvc.Razor.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Mvc.Razor.Host\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.Mvc.Razor.Host.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Mvc.TagHelpers\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.Mvc.TagHelpers.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Mvc.ViewFeatures\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.Mvc.ViewFeatures.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Razor\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.Razor.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Razor.Runtime\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.Razor.Runtime.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Razor.Tools\1.0.0-preview1-final\lib\net451\dotnet-razor-tooling.exe ---reference:C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Routing\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.Routing.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Routing.Abstractions\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.Routing.Abstractions.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Server.IISIntegration\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.Server.IISIntegration.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Server.Kestrel\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.Server.Kestrel.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.Session\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.Session.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.StaticFiles\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.StaticFiles.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.AspNetCore.WebUtilities\1.0.0-rc2-final\lib\net451\Microsoft.AspNetCore.WebUtilities.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.CodeAnalysis.Common\1.3.0-beta1-20160429-01\lib\net45\Microsoft.CodeAnalysis.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.CodeAnalysis.CSharp\1.3.0-beta1-20160429-01\lib\net45\Microsoft.CodeAnalysis.CSharp.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.CodeAnalysis.CSharp.Workspaces\1.3.0-beta1-20160429-01\lib\net45\Microsoft.CodeAnalysis.CSharp.Workspaces.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.CodeAnalysis.Workspaces.Common\1.3.0-beta1-20160429-01\lib\net45\Microsoft.CodeAnalysis.Workspaces.Desktop.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.CodeAnalysis.Workspaces.Common\1.3.0-beta1-20160429-01\lib\net45\Microsoft.CodeAnalysis.Workspaces.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.Composition\1.0.27\lib\portable-net45+win8+wp8+wpa81\System.Composition.AttributedModel.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.Composition\1.0.27\lib\portable-net45+win8+wp8+wpa81\System.Composition.Convention.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.Composition\1.0.27\lib\portable-net45+win8+wp8+wpa81\System.Composition.Hosting.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.Composition\1.0.27\lib\portable-net45+win8+wp8+wpa81\System.Composition.Runtime.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.Composition\1.0.27\lib\portable-net45+win8+wp8+wpa81\System.Composition.TypedParts.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\Microsoft.CSharp.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.DotNet.Cli.Utils\1.0.0-preview1-002702\lib\net451\Microsoft.DotNet.Cli.Utils.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.DotNet.InternalAbstractions\1.0.0-rc2-002702\lib\net451\Microsoft.DotNet.InternalAbstractions.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.DotNet.ProjectModel\1.0.0-rc2-002702\lib\net451\Microsoft.DotNet.ProjectModel.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.EntityFrameworkCore\1.0.0-rc2-final\lib\net451\Microsoft.EntityFrameworkCore.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.EntityFrameworkCore.Relational\1.0.0-rc2-final\lib\net451\Microsoft.EntityFrameworkCore.Relational.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.EntityFrameworkCore.Relational.Design\1.0.0-rc2-final\lib\net451\Microsoft.EntityFrameworkCore.Relational.Design.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.EntityFrameworkCore.SqlServer\1.0.0-rc2-final\lib\net451\Microsoft.EntityFrameworkCore.SqlServer.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.EntityFrameworkCore.Tools\1.0.0-preview1-final\lib\net451\Microsoft.EntityFrameworkCore.Tools.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.EntityFrameworkCore.Tools.Cli\1.0.0-preview1-final\lib\net451\Microsoft.EntityFrameworkCore.Tools.Cli.exe ---reference:C:\Users\Murari\.nuget\packages\Microsoft.EntityFrameworkCore.Tools.Core\1.0.0-rc2-final\lib\net451\Microsoft.EntityFrameworkCore.Tools.Core.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.Extensions.Caching.Abstractions\1.0.0-rc2-final\lib\netstandard1.0\Microsoft.Extensions.Caching.Abstractions.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.Extensions.Caching.Memory\1.0.0-rc2-final\lib\net451\Microsoft.Extensions.Caching.Memory.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.Extensions.CommandLineUtils\1.0.0-rc2-final\lib\net451\Microsoft.Extensions.CommandLineUtils.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.Extensions.Configuration\1.0.0-rc2-final\lib\netstandard1.1\Microsoft.Extensions.Configuration.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.Extensions.Configuration.Abstractions\1.0.0-rc2-final\lib\netstandard1.0\Microsoft.Extensions.Configuration.Abstractions.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.Extensions.Configuration.Binder\1.0.0-rc2-final\lib\netstandard1.1\Microsoft.Extensions.Configuration.Binder.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.Extensions.Configuration.EnvironmentVariables\1.0.0-rc2-final\lib\net451\Microsoft.Extensions.Configuration.EnvironmentVariables.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.Extensions.Configuration.FileExtensions\1.0.0-rc2-final\lib\net451\Microsoft.Extensions.Configuration.FileExtensions.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.Extensions.Configuration.Json\1.0.0-rc2-final\lib\net451\Microsoft.Extensions.Configuration.Json.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.Extensions.Configuration.UserSecrets\1.0.0-rc2-final\lib\net451\Microsoft.Extensions.Configuration.UserSecrets.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.Extensions.DependencyInjection\1.0.0-rc2-final\lib\netstandard1.1\Microsoft.Extensions.DependencyInjection.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.Extensions.DependencyInjection.Abstractions\1.0.0-rc2-final\lib\netstandard1.0\Microsoft.Extensions.DependencyInjection.Abstractions.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.Extensions.DependencyModel\1.0.0-rc2-final\lib\net451\Microsoft.Extensions.DependencyModel.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.Extensions.DiagnosticAdapter\1.0.0-rc2-final\lib\netstandard1.1\Microsoft.Extensions.DiagnosticAdapter.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.Extensions.FileProviders.Abstractions\1.0.0-rc2-final\lib\netstandard1.0\Microsoft.Extensions.FileProviders.Abstractions.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.Extensions.FileProviders.Composite\1.0.0-rc2-final\lib\netstandard1.0\Microsoft.Extensions.FileProviders.Composite.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.Extensions.FileProviders.Physical\1.0.0-rc2-final\lib\net451\Microsoft.Extensions.FileProviders.Physical.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.Extensions.FileSystemGlobbing\1.0.0-rc2-final\lib\net451\Microsoft.Extensions.FileSystemGlobbing.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.Extensions.Globalization.CultureInfoCache\1.0.0-rc2-final\lib\netstandard1.1\Microsoft.Extensions.Globalization.CultureInfoCache.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.Extensions.Localization\1.0.0-rc2-final\lib\net451\Microsoft.Extensions.Localization.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.Extensions.Localization.Abstractions\1.0.0-rc2-final\lib\netstandard1.0\Microsoft.Extensions.Localization.Abstractions.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.Extensions.Logging\1.0.0-rc2-final\lib\netstandard1.1\Microsoft.Extensions.Logging.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.Extensions.Logging.Abstractions\1.0.0-rc2-final\lib\netstandard1.1\Microsoft.Extensions.Logging.Abstractions.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.Extensions.Logging.Console\1.0.0-rc2-final\lib\net451\Microsoft.Extensions.Logging.Console.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.Extensions.Logging.Debug\1.0.0-rc2-final\lib\net451\Microsoft.Extensions.Logging.Debug.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.Extensions.ObjectPool\1.0.0-rc2-final\lib\net451\Microsoft.Extensions.ObjectPool.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.Extensions.Options\1.0.0-rc2-final\lib\netstandard1.0\Microsoft.Extensions.Options.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.Extensions.Options.ConfigurationExtensions\1.0.0-rc2-final\lib\netstandard1.1\Microsoft.Extensions.Options.ConfigurationExtensions.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.Extensions.PlatformAbstractions\1.0.0-rc2-final\lib\net451\Microsoft.Extensions.PlatformAbstractions.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.Extensions.Primitives\1.0.0-rc2-final\lib\netstandard1.0\Microsoft.Extensions.Primitives.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.Extensions.WebEncoders\1.0.0-rc2-final\lib\netstandard1.0\Microsoft.Extensions.WebEncoders.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.Net.Http.Headers\1.0.0-rc2-final\lib\netstandard1.1\Microsoft.Net.Http.Headers.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.VisualStudio.Web.BrowserLink.Loader\14.0.0-rc2-final\lib\net451\Microsoft.VisualStudio.Web.BrowserLink.Loader.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.VisualStudio.Web.CodeGeneration\1.0.0-preview1-final\lib\net451\Microsoft.VisualStudio.Web.CodeGeneration.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.VisualStudio.Web.CodeGeneration.Core\1.0.0-preview1-final\lib\net451\Microsoft.VisualStudio.Web.CodeGeneration.Core.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore\1.0.0-preview1-final\lib\net451\Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.VisualStudio.Web.CodeGeneration.Templating\1.0.0-preview1-final\lib\net451\Microsoft.VisualStudio.Web.CodeGeneration.Templating.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.VisualStudio.Web.CodeGeneration.Tools\1.0.0-preview1-final\lib\net451\dotnet-aspnet-codegenerator.exe ---reference:C:\Users\Murari\.nuget\packages\Microsoft.VisualStudio.Web.CodeGeneration.Utils\1.0.0-preview1-final\lib\net451\Microsoft.VisualStudio.Web.CodeGeneration.Utils.dll ---reference:C:\Users\Murari\.nuget\packages\Microsoft.VisualStudio.Web.CodeGenerators.Mvc\1.0.0-preview1-final\lib\net451\Microsoft.VisualStudio.Web.CodeGenerators.Mvc.dll ---reference:C:\Users\Murari\.nuget\packages\MongoDB.Bson\2.2.4\lib\net45\MongoDB.Bson.dll ---reference:C:\Users\Murari\.nuget\packages\Newtonsoft.Json\8.0.3\lib\net45\Newtonsoft.Json.dll ---reference:C:\Users\Murari\.nuget\packages\NuGet.Common\3.5.0-beta-final\lib\net45\NuGet.Common.dll ---reference:C:\Users\Murari\.nuget\packages\NuGet.Configuration\3.5.0-beta-final\lib\net45\NuGet.Configuration.dll ---reference:C:\Users\Murari\.nuget\packages\NuGet.DependencyResolver.Core\3.5.0-beta-final\lib\net45\NuGet.DependencyResolver.Core.dll ---reference:C:\Users\Murari\.nuget\packages\NuGet.Frameworks\3.5.0-beta-final\lib\net45\NuGet.Frameworks.dll ---reference:C:\Users\Murari\.nuget\packages\NuGet.LibraryModel\3.5.0-beta-final\lib\net45\NuGet.LibraryModel.dll ---reference:C:\Users\Murari\.nuget\packages\NuGet.Packaging\3.5.0-beta-final\lib\net45\NuGet.Packaging.dll ---reference:C:\Users\Murari\.nuget\packages\NuGet.Packaging.Core\3.5.0-beta-final\lib\net45\NuGet.Packaging.Core.dll ---reference:C:\Users\Murari\.nuget\packages\NuGet.Packaging.Core.Types\3.5.0-beta-final\lib\net45\NuGet.Packaging.Core.Types.dll ---reference:C:\Users\Murari\.nuget\packages\NuGet.ProjectModel\3.5.0-beta-final\lib\net45\NuGet.ProjectModel.dll ---reference:C:\Users\Murari\.nuget\packages\NuGet.Protocol.Core.Types\3.5.0-beta-final\lib\net45\NuGet.Protocol.Core.Types.dll ---reference:C:\Users\Murari\.nuget\packages\NuGet.Protocol.Core.v3\3.5.0-beta-final\lib\net45\NuGet.Protocol.Core.v3.dll ---reference:C:\Users\Murari\.nuget\packages\NuGet.Repositories\3.5.0-beta-final\lib\net45\NuGet.Repositories.dll ---reference:C:\Users\Murari\.nuget\packages\NuGet.RuntimeModel\3.5.0-beta-final\lib\net45\NuGet.RuntimeModel.dll ---reference:C:\Users\Murari\.nuget\packages\NuGet.Versioning\3.5.0-beta-final\lib\net45\NuGet.Versioning.dll ---reference:C:\Users\Murari\.nuget\packages\Remotion.Linq\2.0.2\lib\net45\Remotion.Linq.dll ---reference:C:\Users\Murari\.nuget\packages\Serilog\2.0.0-rc-598\lib\net45\Serilog.dll ---reference:C:\Users\Murari\.nuget\packages\Serilog.Extensions.Logging\1.0.0-rc2-10110\lib\net45\Serilog.Extensions.Logging.dll ---reference:C:\Users\Murari\.nuget\packages\Serilog.Sinks.ColoredConsole\2.0.0-beta-700\lib\net45\Serilog.Sinks.ColoredConsole.dll ---reference:C:\Users\Murari\.nuget\packages\Serilog.Sinks.File\2.0.0-rc-704\lib\net45\Serilog.Sinks.File.dll ---reference:C:\Users\Murari\.nuget\packages\Serilog.Sinks.RollingFile\2.0.0-rc-703\lib\net45\Serilog.Sinks.RollingFile.dll ---reference:C:\Users\Murari\.nuget\packages\System.Buffers\4.0.0-rc2-24027\lib\netstandard1.1\System.Buffers.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\Facades\System.Collections.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\Facades\System.Collections.Concurrent.dll ---reference:C:\Users\Murari\.nuget\packages\System.Collections.Immutable\1.2.0-rc2-24027\lib\portable-net45+win8+wp8+wpa81\System.Collections.Immutable.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\Facades\System.ComponentModel.dll ---reference:C:\Users\Murari\.nuget\packages\System.ComponentModel.Primitives\4.0.1-rc2-24027\ref\net45\System.ComponentModel.Primitives.dll ---reference:C:\Users\Murari\.nuget\packages\System.ComponentModel.TypeConverter\4.0.1-rc2-24027\ref\net45\System.ComponentModel.TypeConverter.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\Facades\System.Diagnostics.Contracts.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\Facades\System.Diagnostics.Debug.dll ---reference:C:\Users\Murari\.nuget\packages\System.Diagnostics.DiagnosticSource\4.0.0-rc2-24027\lib\portable-net45+win8+wpa81\System.Diagnostics.DiagnosticSource.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\Facades\System.Diagnostics.Tools.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\Facades\System.Diagnostics.Tracing.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\Facades\System.Globalization.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\Facades\System.IO.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\System.IO.Compression.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\Facades\System.Linq.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\Facades\System.Linq.Expressions.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\System.Net.Http.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\Facades\System.Net.Primitives.dll ---reference:C:\Users\Murari\.nuget\packages\System.Numerics.Vectors\4.1.1-rc2-24027\ref\portable-net45+win8\System.Numerics.Vectors.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\Facades\System.ObjectModel.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\Facades\System.Reflection.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\Facades\System.Reflection.Emit.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\Facades\System.Reflection.Emit.Lightweight.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\Facades\System.Reflection.Extensions.dll ---reference:C:\Users\Murari\.nuget\packages\System.Reflection.Metadata\1.3.0-rc2-24027\lib\portable-net45+win8\System.Reflection.Metadata.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\Facades\System.Reflection.Primitives.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\Facades\System.Resources.ResourceManager.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\Facades\System.Runtime.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\Facades\System.Runtime.Extensions.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\Facades\System.Runtime.InteropServices.dll ---reference:C:\Users\Murari\.nuget\packages\System.Runtime.InteropServices.RuntimeInformation\4.0.0-rc2-24027\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\Facades\System.Runtime.Numerics.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\Facades\System.Runtime.Serialization.Primitives.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\Facades\System.Text.Encoding.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\Facades\System.Text.Encoding.Extensions.dll ---reference:C:\Users\Murari\.nuget\packages\System.Text.Encodings.Web\4.0.0-rc2-24027\lib\netstandard1.0\System.Text.Encodings.Web.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\Facades\System.Text.RegularExpressions.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\Facades\System.Threading.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\Facades\System.Threading.Tasks.dll ---reference:C:\Users\Murari\.nuget\packages\System.Threading.Tasks.Extensions\4.0.0-rc2-24027\lib\portable-net45+win8+wp8+wpa81\System.Threading.Tasks.Extensions.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\Facades\System.Threading.Timer.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\Facades\System.Xml.ReaderWriter.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\Facades\System.Xml.XDocument.dll ---reference:D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Domain.Socioboard\bin\Debug\net452\Domain.Socioboard.dll ---reference:D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Socioboard.Facebook\bin\Debug\net452\Socioboard.Facebook.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\mscorlib.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\System.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\System.Core.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\System.Security.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\System.Xml.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\System.Xml.Linq.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\System.Configuration.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\System.ComponentModel.DataAnnotations.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\System.Data.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\System.Transactions.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\System.IdentityModel.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\System.Net.Http.WebRequest.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\System.ServiceModel.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\System.Net.dll ---resource:"D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Socioboard\obj\Debug\net452\Socioboarddotnet-compile.deps.json",Socioboard.deps.json -D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Socioboard\Program.cs -D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Socioboard\Startup.cs -D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Socioboard\Controllers\FacebookManagerController.cs -D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Socioboard\Controllers\GoogleManagerController.cs -D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Socioboard\Controllers\HomeController.cs -D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Socioboard\Controllers\IndexController.cs -D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Socioboard\Controllers\TwitterManagerController.cs -D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Socioboard\Extensions\SessionExtensions.cs -D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Socioboard\Helpers\AppSettings.cs -D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Socioboard\Helpers\Facebook.cs -D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Socioboard\Helpers\ProfilesHelper.cs -D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Socioboard\Helpers\WebApiReq.cs -D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Socioboard\Models\ApplicationUser.cs -D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Socioboard\Models\AccountViewModels\ExternalLoginConfirmationViewModel.cs -D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Socioboard\Models\AccountViewModels\ForgotPasswordViewModel.cs -D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Socioboard\Models\AccountViewModels\LoginViewModel.cs -D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Socioboard\Models\AccountViewModels\RegisterViewModel.cs -D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Socioboard\Models\AccountViewModels\ResetPasswordViewModel.cs -D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Socioboard\Models\AccountViewModels\SendCodeViewModel.cs -D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Socioboard\Models\AccountViewModels\VerifyCodeViewModel.cs -D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Socioboard\Models\ManageViewModels\AddPhoneNumberViewModel.cs -D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Socioboard\Models\ManageViewModels\ChangePasswordViewModel.cs -D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Socioboard\Models\ManageViewModels\ConfigureTwoFactorViewModel.cs -D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Socioboard\Models\ManageViewModels\FactorViewModel.cs -D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Socioboard\Models\ManageViewModels\IndexViewModel.cs -D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Socioboard\Models\ManageViewModels\ManageLoginsViewModel.cs -D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Socioboard\Models\ManageViewModels\RemoveLoginViewModel.cs -D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Socioboard\Models\ManageViewModels\SetPasswordViewModel.cs -D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Socioboard\Models\ManageViewModels\VerifyPhoneNumberViewModel.cs -D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Socioboard\Services\CustomViewLocationRazorViewEngine.cs -D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Socioboard\Services\IEmailSender.cs -D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Socioboard\Services\ISmsSender.cs -D:\Suresh\Socioboard3.0\NETCore\Socioboard\src\Socioboard\Services\MessageServices.cs diff --git a/src/Socioboard/obj/Debug/netcoreapp1.0/.IncrementalCache b/src/Socioboard/obj/Debug/netcoreapp1.0/.IncrementalCache deleted file mode 100644 index 6725bbeeb..000000000 --- a/src/Socioboard/obj/Debug/netcoreapp1.0/.IncrementalCache +++ /dev/null @@ -1 +0,0 @@ -{"inputs":["c:\\users\\glb-008\\documents\\visual studio 2015\\Projects\\Socioboard\\src\\Socioboard\\project.json","c:\\users\\glb-008\\documents\\visual studio 2015\\Projects\\Socioboard\\src\\Socioboard\\project.lock.json","c:\\users\\glb-008\\documents\\visual studio 2015\\Projects\\Socioboard\\src\\Socioboard\\Program.cs","c:\\users\\glb-008\\documents\\visual studio 2015\\Projects\\Socioboard\\src\\Socioboard\\Startup.cs","c:\\users\\glb-008\\documents\\visual studio 2015\\Projects\\Socioboard\\src\\Socioboard\\Controllers\\FacebookManagerController.cs","c:\\users\\glb-008\\documents\\visual studio 2015\\Projects\\Socioboard\\src\\Socioboard\\Controllers\\GoogleManagerController.cs","c:\\users\\glb-008\\documents\\visual studio 2015\\Projects\\Socioboard\\src\\Socioboard\\Controllers\\HomeController.cs","c:\\users\\glb-008\\documents\\visual studio 2015\\Projects\\Socioboard\\src\\Socioboard\\Controllers\\TwitterManagerController.cs","c:\\users\\glb-008\\documents\\visual studio 2015\\Projects\\Socioboard\\src\\Socioboard\\Extensions\\SessionExtensions.cs","c:\\users\\glb-008\\documents\\visual studio 2015\\Projects\\Socioboard\\src\\Socioboard\\Helpers\\AppSettings.cs","c:\\users\\glb-008\\documents\\visual studio 2015\\Projects\\Socioboard\\src\\Socioboard\\Helpers\\Facebook.cs","c:\\users\\glb-008\\documents\\visual studio 2015\\Projects\\Socioboard\\src\\Socioboard\\Helpers\\ProfilesHelper.cs","c:\\users\\glb-008\\documents\\visual studio 2015\\Projects\\Socioboard\\src\\Socioboard\\Helpers\\WebApiReq.cs"],"outputs":["c:\\users\\glb-008\\documents\\visual studio 2015\\Projects\\Socioboard\\src\\Socioboard\\bin\\Debug\\netcoreapp1.0\\Socioboard.dll","c:\\users\\glb-008\\documents\\visual studio 2015\\Projects\\Socioboard\\src\\Socioboard\\bin\\Debug\\netcoreapp1.0\\Socioboard.pdb","c:\\users\\glb-008\\documents\\visual studio 2015\\Projects\\Socioboard\\src\\Socioboard\\bin\\Debug\\netcoreapp1.0\\Socioboard.deps.json","c:\\users\\glb-008\\documents\\visual studio 2015\\Projects\\Socioboard\\src\\Socioboard\\bin\\Debug\\netcoreapp1.0\\Socioboard.runtimeconfig.json"],"buildArguments":{"version-suffix":null}} \ No newline at end of file diff --git a/src/Socioboard/obj/Debug/netcoreapp1.0/.SDKVersion b/src/Socioboard/obj/Debug/netcoreapp1.0/.SDKVersion deleted file mode 100644 index ce8ca99c0..000000000 --- a/src/Socioboard/obj/Debug/netcoreapp1.0/.SDKVersion +++ /dev/null @@ -1,4 +0,0 @@ -1e9d529bc54ed49f33102199e109526ea9c6b3c4 -1.0.0-preview2-003121 - -win81-x64 \ No newline at end of file diff --git a/src/Socioboard/obj/Debug/netcoreapp1.0/Socioboarddotnet-compile.deps.json b/src/Socioboard/obj/Debug/netcoreapp1.0/Socioboarddotnet-compile.deps.json deleted file mode 100644 index 0d1ba8b13..000000000 --- a/src/Socioboard/obj/Debug/netcoreapp1.0/Socioboarddotnet-compile.deps.json +++ /dev/null @@ -1,6119 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v1.0/", - "signature": "fa17d1fc951b529fa91b4282009a278ca16c56ec" - }, - "compilationOptions": { - "defines": [ - "DEBUG", - "TRACE", - "NETCOREAPP1_0" - ], - "optimize": false, - "emitEntryPoint": true - }, - "targets": { - ".NETCoreApp,Version=v1.0": { - "Socioboard/1.0.0": { - "dependencies": { - "Microsoft.NETCore.App": "1.0.0", - "Microsoft.ApplicationInsights.AspNetCore": "1.0.0", - "Microsoft.AspNetCore.Diagnostics": "1.0.0", - "Microsoft.AspNetCore.Mvc": "1.0.0", - "Microsoft.AspNetCore.Server.IISIntegration": "1.0.0", - "Microsoft.AspNetCore.Server.Kestrel": "1.0.0", - "Microsoft.AspNetCore.StaticFiles": "1.0.0", - "Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0", - "Microsoft.Extensions.Configuration.Json": "1.0.0", - "Microsoft.Extensions.Logging": "1.0.0", - "Microsoft.Extensions.Logging.Console": "1.0.0", - "Microsoft.Extensions.Logging.Debug": "1.0.0", - "Microsoft.Extensions.Options.ConfigurationExtensions": "1.0.0", - "Microsoft.VisualStudio.Web.BrowserLink.Loader": "14.0.0" - }, - "compile": { - "Socioboard.dll": {} - } - }, - "Libuv/1.9.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1" - } - }, - "Microsoft.ApplicationInsights/2.1.0": { - "dependencies": { - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.Diagnostics.Tools": "4.0.1", - "System.Diagnostics.Tracing": "4.1.0", - "System.Globalization": "4.0.11", - "System.IO": "4.1.0", - "System.IO.Compression": "4.1.0", - "System.Linq": "4.1.0", - "System.Net.Http": "4.1.0", - "System.Reflection": "4.1.0", - "System.Reflection.Extensions": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Text.Encoding": "4.0.11", - "System.Text.Encoding.Extensions": "4.0.11", - "System.Text.RegularExpressions": "4.1.0", - "System.Threading": "4.0.11", - "System.Threading.Tasks": "4.0.11", - "System.Xml.XDocument": "4.0.11" - }, - "compile": { - "lib/dotnet5.4/Microsoft.ApplicationInsights.dll": {} - } - }, - "Microsoft.ApplicationInsights.AspNetCore/1.0.0": { - "dependencies": { - "Microsoft.ApplicationInsights": "2.1.0", - "Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Http.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Mvc.ViewFeatures": "1.0.0", - "Microsoft.Extensions.Configuration": "1.0.0", - "Microsoft.Extensions.DiagnosticAdapter": "1.0.0", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "System.Net.NameResolution": "4.0.0" - }, - "compile": { - "lib/netstandard1.6/Microsoft.ApplicationInsights.AspNetCore.dll": {} - } - }, - "Microsoft.AspNetCore.Antiforgery/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.DataProtection": "1.0.0", - "Microsoft.AspNetCore.Http.Abstractions": "1.0.0", - "Microsoft.AspNetCore.WebUtilities": "1.0.0", - "Microsoft.Extensions.ObjectPool": "1.0.0" - }, - "compile": { - "lib/netstandard1.3/Microsoft.AspNetCore.Antiforgery.dll": {} - } - }, - "Microsoft.AspNetCore.Authorization/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0", - "System.Security.Claims": "4.0.1" - }, - "compile": { - "lib/netstandard1.3/Microsoft.AspNetCore.Authorization.dll": {} - } - }, - "Microsoft.AspNetCore.Cors/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Extensions": "1.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "1.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0" - }, - "compile": { - "lib/netstandard1.3/Microsoft.AspNetCore.Cors.dll": {} - } - }, - "Microsoft.AspNetCore.Cryptography.Internal/1.0.0": { - "dependencies": { - "System.Diagnostics.Debug": "4.0.11", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0", - "System.Security.Cryptography.Primitives": "4.0.0", - "System.Threading": "4.0.11" - }, - "compile": { - "lib/netstandard1.3/Microsoft.AspNetCore.Cryptography.Internal.dll": {} - } - }, - "Microsoft.AspNetCore.DataProtection/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Cryptography.Internal": "1.0.0", - "Microsoft.AspNetCore.DataProtection.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0", - "Microsoft.Win32.Registry": "4.0.0", - "System.IO.FileSystem": "4.0.1", - "System.Reflection.Extensions": "4.0.1", - "System.Security.Claims": "4.0.1", - "System.Security.Cryptography.X509Certificates": "4.1.0", - "System.Security.Principal.Windows": "4.0.0", - "System.Xml.XDocument": "4.0.11" - }, - "compile": { - "lib/netstandard1.3/Microsoft.AspNetCore.DataProtection.dll": {} - } - }, - "Microsoft.AspNetCore.DataProtection.Abstractions/1.0.0": { - "dependencies": { - "System.ComponentModel": "4.0.1", - "System.Diagnostics.Debug": "4.0.11", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime.Extensions": "4.1.0" - }, - "compile": { - "lib/netstandard1.3/Microsoft.AspNetCore.DataProtection.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Diagnostics/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Diagnostics.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Http.Extensions": "1.0.0", - "Microsoft.AspNetCore.WebUtilities": "1.0.0", - "Microsoft.Extensions.FileProviders.Physical": "1.0.0", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0", - "System.Diagnostics.DiagnosticSource": "4.0.0", - "System.Diagnostics.StackTrace": "4.0.1", - "System.Reflection.Extensions": "4.0.1", - "System.Reflection.Metadata": "1.3.0" - }, - "compile": { - "lib/netstandard1.3/Microsoft.AspNetCore.Diagnostics.dll": {} - } - }, - "Microsoft.AspNetCore.Diagnostics.Abstractions/1.0.0": { - "dependencies": { - "System.Resources.ResourceManager": "4.0.1" - }, - "compile": { - "lib/netstandard1.0/Microsoft.AspNetCore.Diagnostics.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Hosting/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Hosting.Server.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Http": "1.0.0", - "Microsoft.AspNetCore.Http.Extensions": "1.0.0", - "Microsoft.Extensions.Configuration": "1.0.0", - "Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0", - "Microsoft.Extensions.DependencyInjection": "1.0.0", - "Microsoft.Extensions.FileProviders.Physical": "1.0.0", - "Microsoft.Extensions.Logging": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0", - "Microsoft.Extensions.PlatformAbstractions": "1.0.0", - "System.Console": "4.0.0", - "System.Diagnostics.DiagnosticSource": "4.0.0", - "System.Diagnostics.StackTrace": "4.0.1", - "System.Reflection.Extensions": "4.0.1", - "System.Reflection.Metadata": "1.3.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.0.0" - }, - "compile": { - "lib/netstandard1.3/Microsoft.AspNetCore.Hosting.dll": {} - } - }, - "Microsoft.AspNetCore.Hosting.Abstractions/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Hosting.Server.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Http.Abstractions": "1.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "1.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "1.0.0", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0" - }, - "compile": { - "lib/netstandard1.3/Microsoft.AspNetCore.Hosting.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Hosting.Server.Abstractions/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Features": "1.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "1.0.0" - }, - "compile": { - "lib/netstandard1.3/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Html.Abstractions/1.0.0": { - "dependencies": { - "System.Collections": "4.0.11", - "System.Resources.ResourceManager": "4.0.1", - "System.Text.Encodings.Web": "4.0.0" - }, - "compile": { - "lib/netstandard1.0/Microsoft.AspNetCore.Html.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Http/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Abstractions": "1.0.0", - "Microsoft.AspNetCore.WebUtilities": "1.0.0", - "Microsoft.Extensions.ObjectPool": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0", - "Microsoft.Net.Http.Headers": "1.0.0", - "System.Buffers": "4.0.0", - "System.Threading": "4.0.11" - }, - "compile": { - "lib/netstandard1.3/Microsoft.AspNetCore.Http.dll": {} - } - }, - "Microsoft.AspNetCore.Http.Abstractions/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Features": "1.0.0", - "System.Globalization.Extensions": "4.0.1", - "System.Linq.Expressions": "4.1.0", - "System.Reflection.TypeExtensions": "4.1.0", - "System.Runtime.InteropServices": "4.1.0", - "System.Text.Encodings.Web": "4.0.0" - }, - "compile": { - "lib/netstandard1.3/Microsoft.AspNetCore.Http.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Http.Extensions/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Abstractions": "1.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "1.0.0", - "Microsoft.Net.Http.Headers": "1.0.0", - "System.Buffers": "4.0.0", - "System.IO.FileSystem": "4.0.1" - }, - "compile": { - "lib/netstandard1.3/Microsoft.AspNetCore.Http.Extensions.dll": {} - } - }, - "Microsoft.AspNetCore.Http.Features/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "1.0.0", - "System.Collections": "4.0.11", - "System.ComponentModel": "4.0.1", - "System.Linq": "4.1.0", - "System.Net.Primitives": "4.0.11", - "System.Net.WebSockets": "4.0.0", - "System.Runtime.Extensions": "4.1.0", - "System.Security.Claims": "4.0.1", - "System.Security.Cryptography.X509Certificates": "4.1.0", - "System.Security.Principal": "4.0.1" - }, - "compile": { - "lib/netstandard1.3/Microsoft.AspNetCore.Http.Features.dll": {} - } - }, - "Microsoft.AspNetCore.HttpOverrides/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Extensions": "1.0.0", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0" - }, - "compile": { - "lib/netstandard1.3/Microsoft.AspNetCore.HttpOverrides.dll": {} - } - }, - "Microsoft.AspNetCore.JsonPatch/1.0.0": { - "dependencies": { - "Microsoft.CSharp": "4.0.1", - "Newtonsoft.Json": "9.0.1", - "System.Collections.Concurrent": "4.0.12", - "System.ComponentModel.TypeConverter": "4.1.0", - "System.Diagnostics.Debug": "4.0.11", - "System.Globalization": "4.0.11", - "System.Linq": "4.1.0", - "System.Reflection.Extensions": "4.0.1", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.Serialization.Primitives": "4.1.1", - "System.Text.Encoding.Extensions": "4.0.11" - }, - "compile": { - "lib/netstandard1.1/Microsoft.AspNetCore.JsonPatch.dll": {} - } - }, - "Microsoft.AspNetCore.Localization/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Extensions": "1.0.0", - "Microsoft.Extensions.Globalization.CultureInfoCache": "1.0.0", - "Microsoft.Extensions.Localization.Abstractions": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0" - }, - "compile": { - "lib/netstandard1.3/Microsoft.AspNetCore.Localization.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.ApiExplorer": "1.0.0", - "Microsoft.AspNetCore.Mvc.Cors": "1.0.0", - "Microsoft.AspNetCore.Mvc.DataAnnotations": "1.0.0", - "Microsoft.AspNetCore.Mvc.Formatters.Json": "1.0.0", - "Microsoft.AspNetCore.Mvc.Localization": "1.0.0", - "Microsoft.AspNetCore.Mvc.Razor": "1.0.0", - "Microsoft.AspNetCore.Mvc.TagHelpers": "1.0.0", - "Microsoft.AspNetCore.Mvc.ViewFeatures": "1.0.0", - "Microsoft.Extensions.Caching.Memory": "1.0.0", - "Microsoft.Extensions.DependencyInjection": "1.0.0" - }, - "compile": { - "lib/netstandard1.6/Microsoft.AspNetCore.Mvc.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Abstractions/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Routing.Abstractions": "1.0.0", - "Microsoft.CSharp": "4.0.1", - "Microsoft.Net.Http.Headers": "1.0.0", - "System.ComponentModel.TypeConverter": "4.1.0", - "System.Reflection.Extensions": "4.0.1", - "System.Text.Encoding.Extensions": "4.0.11" - }, - "compile": { - "lib/netstandard1.3/Microsoft.AspNetCore.Mvc.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.ApiExplorer/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.Core": "1.0.0" - }, - "compile": { - "lib/netstandard1.6/Microsoft.AspNetCore.Mvc.ApiExplorer.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Core/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Authorization": "1.0.0", - "Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Http": "1.0.0", - "Microsoft.AspNetCore.Mvc.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Routing": "1.0.0", - "Microsoft.Extensions.DependencyModel": "1.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "1.0.0", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "Microsoft.Extensions.PlatformAbstractions": "1.0.0", - "System.Buffers": "4.0.0", - "System.Diagnostics.DiagnosticSource": "4.0.0", - "System.Text.Encoding": "4.0.11" - }, - "compile": { - "lib/netstandard1.6/Microsoft.AspNetCore.Mvc.Core.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Cors/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Cors": "1.0.0", - "Microsoft.AspNetCore.Mvc.Core": "1.0.0" - }, - "compile": { - "lib/netstandard1.6/Microsoft.AspNetCore.Mvc.Cors.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.DataAnnotations/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.Core": "1.0.0", - "Microsoft.Extensions.Localization": "1.0.0", - "System.ComponentModel.Annotations": "4.1.0" - }, - "compile": { - "lib/netstandard1.6/Microsoft.AspNetCore.Mvc.DataAnnotations.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Formatters.Json/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.JsonPatch": "1.0.0", - "Microsoft.AspNetCore.Mvc.Core": "1.0.0" - }, - "compile": { - "lib/netstandard1.6/Microsoft.AspNetCore.Mvc.Formatters.Json.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Localization/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Localization": "1.0.0", - "Microsoft.AspNetCore.Mvc.Razor": "1.0.0", - "Microsoft.Extensions.DependencyInjection": "1.0.0", - "Microsoft.Extensions.Localization": "1.0.0" - }, - "compile": { - "lib/netstandard1.6/Microsoft.AspNetCore.Mvc.Localization.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Razor/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.Razor.Host": "1.0.0", - "Microsoft.AspNetCore.Mvc.ViewFeatures": "1.0.0", - "Microsoft.CodeAnalysis.CSharp": "1.3.0", - "Microsoft.Extensions.FileProviders.Composite": "1.0.0", - "System.Runtime.Loader": "4.0.0", - "System.Text.Encoding": "4.0.11" - }, - "compile": { - "lib/netstandard1.6/Microsoft.AspNetCore.Mvc.Razor.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Razor.Host/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Razor.Runtime": "1.0.0", - "Microsoft.Extensions.Caching.Memory": "1.0.0", - "Microsoft.Extensions.FileProviders.Physical": "1.0.0", - "System.Collections.Concurrent": "4.0.12", - "System.ComponentModel.TypeConverter": "4.1.0", - "System.Reflection.Extensions": "4.0.1", - "System.Text.Encoding.Extensions": "4.0.11" - }, - "compile": { - "lib/netstandard1.6/Microsoft.AspNetCore.Mvc.Razor.Host.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.TagHelpers/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.Razor": "1.0.0", - "Microsoft.Extensions.Caching.Memory": "1.0.0", - "Microsoft.Extensions.FileSystemGlobbing": "1.0.0", - "Microsoft.Extensions.Primitives": "1.0.0" - }, - "compile": { - "lib/netstandard1.6/Microsoft.AspNetCore.Mvc.TagHelpers.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.ViewFeatures/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Antiforgery": "1.0.0", - "Microsoft.AspNetCore.Diagnostics.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Html.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Mvc.Core": "1.0.0", - "Microsoft.AspNetCore.Mvc.DataAnnotations": "1.0.0", - "Microsoft.AspNetCore.Mvc.Formatters.Json": "1.0.0", - "Microsoft.Extensions.WebEncoders": "1.0.0", - "Newtonsoft.Json": "9.0.1", - "System.Buffers": "4.0.0", - "System.Runtime.Serialization.Primitives": "4.1.1" - }, - "compile": { - "lib/netstandard1.6/Microsoft.AspNetCore.Mvc.ViewFeatures.dll": {} - } - }, - "Microsoft.AspNetCore.Razor/1.0.0": { - "dependencies": { - "System.Diagnostics.Debug": "4.0.11", - "System.Linq": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime.Extensions": "4.1.0", - "System.Security.Cryptography.Algorithms": "4.2.0", - "System.Threading": "4.0.11", - "System.Threading.Thread": "4.0.0" - }, - "compile": { - "lib/netstandard1.3/Microsoft.AspNetCore.Razor.dll": {} - } - }, - "Microsoft.AspNetCore.Razor.Runtime/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Html.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Razor": "1.0.0", - "System.Collections.Concurrent": "4.0.12", - "System.IO.FileSystem": "4.0.1", - "System.Reflection": "4.1.0", - "System.Reflection.Extensions": "4.0.1", - "System.Reflection.TypeExtensions": "4.1.0", - "System.Text.RegularExpressions": "4.1.0", - "System.Xml.XDocument": "4.0.11" - }, - "compile": { - "lib/netstandard1.5/Microsoft.AspNetCore.Razor.Runtime.dll": {} - } - }, - "Microsoft.AspNetCore.Routing/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Extensions": "1.0.0", - "Microsoft.AspNetCore.Routing.Abstractions": "1.0.0", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "Microsoft.Extensions.ObjectPool": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0", - "System.Collections": "4.0.11", - "System.Text.RegularExpressions": "4.1.0" - }, - "compile": { - "lib/netstandard1.3/Microsoft.AspNetCore.Routing.dll": {} - } - }, - "Microsoft.AspNetCore.Routing.Abstractions/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Abstractions": "1.0.0", - "System.Collections.Concurrent": "4.0.12", - "System.Reflection.Extensions": "4.0.1", - "System.Threading.Tasks": "4.0.11" - }, - "compile": { - "lib/netstandard1.3/Microsoft.AspNetCore.Routing.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Server.IISIntegration/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Http": "1.0.0", - "Microsoft.AspNetCore.Http.Extensions": "1.0.0", - "Microsoft.AspNetCore.HttpOverrides": "1.0.0", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0", - "System.Security.Principal.Windows": "4.0.0" - }, - "compile": { - "lib/netstandard1.3/Microsoft.AspNetCore.Server.IISIntegration.dll": {} - } - }, - "Microsoft.AspNetCore.Server.Kestrel/1.0.0": { - "dependencies": { - "Libuv": "1.9.0", - "Microsoft.AspNetCore.Hosting": "1.0.0", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "System.Buffers": "4.0.0", - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.Globalization": "4.0.11", - "System.IO": "4.1.0", - "System.Linq": "4.1.0", - "System.Net.Primitives": "4.0.11", - "System.Numerics.Vectors": "4.1.1", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.InteropServices": "4.1.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.0.0", - "System.Text.Encoding": "4.0.11", - "System.Threading": "4.0.11", - "System.Threading.Tasks": "4.0.11", - "System.Threading.Tasks.Extensions": "4.0.0", - "System.Threading.Thread": "4.0.0", - "System.Threading.ThreadPool": "4.0.10", - "System.Threading.Timer": "4.0.1" - }, - "compile": { - "lib/netstandard1.3/Microsoft.AspNetCore.Server.Kestrel.dll": {} - } - }, - "Microsoft.AspNetCore.StaticFiles/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Http.Extensions": "1.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "1.0.0", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "Microsoft.Extensions.WebEncoders": "1.0.0" - }, - "compile": { - "lib/netstandard1.3/Microsoft.AspNetCore.StaticFiles.dll": {} - } - }, - "Microsoft.AspNetCore.WebUtilities/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "1.0.0", - "System.Buffers": "4.0.0", - "System.Collections": "4.0.11", - "System.IO": "4.1.0", - "System.IO.FileSystem": "4.0.1", - "System.Text.Encodings.Web": "4.0.0" - }, - "compile": { - "lib/netstandard1.3/Microsoft.AspNetCore.WebUtilities.dll": {} - } - }, - "Microsoft.CodeAnalysis.Analyzers/1.1.0": {}, - "Microsoft.CodeAnalysis.Common/1.3.0": { - "dependencies": { - "Microsoft.CodeAnalysis.Analyzers": "1.1.0", - "System.AppContext": "4.1.0", - "System.Collections": "4.0.11", - "System.Collections.Concurrent": "4.0.12", - "System.Collections.Immutable": "1.2.0", - "System.Console": "4.0.0", - "System.Diagnostics.Debug": "4.0.11", - "System.Diagnostics.FileVersionInfo": "4.0.0", - "System.Diagnostics.StackTrace": "4.0.1", - "System.Diagnostics.Tools": "4.0.1", - "System.Dynamic.Runtime": "4.0.11", - "System.Globalization": "4.0.11", - "System.IO.FileSystem": "4.0.1", - "System.IO.FileSystem.Primitives": "4.0.1", - "System.Linq": "4.1.0", - "System.Linq.Expressions": "4.1.0", - "System.Reflection": "4.1.0", - "System.Reflection.Metadata": "1.3.0", - "System.Reflection.Primitives": "4.0.1", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0", - "System.Runtime.Numerics": "4.0.1", - "System.Security.Cryptography.Algorithms": "4.2.0", - "System.Security.Cryptography.Encoding": "4.0.0", - "System.Security.Cryptography.X509Certificates": "4.1.0", - "System.Text.Encoding": "4.0.11", - "System.Text.Encoding.CodePages": "4.0.1", - "System.Text.Encoding.Extensions": "4.0.11", - "System.Threading": "4.0.11", - "System.Threading.Tasks": "4.0.11", - "System.Threading.Tasks.Parallel": "4.0.1", - "System.Threading.Thread": "4.0.0", - "System.Xml.ReaderWriter": "4.0.11", - "System.Xml.XDocument": "4.0.11", - "System.Xml.XPath.XDocument": "4.0.1", - "System.Xml.XmlDocument": "4.0.1" - }, - "compile": { - "lib/netstandard1.3/Microsoft.CodeAnalysis.dll": {} - } - }, - "Microsoft.CodeAnalysis.CSharp/1.3.0": { - "dependencies": { - "Microsoft.CodeAnalysis.Common": "1.3.0" - }, - "compile": { - "lib/netstandard1.3/Microsoft.CodeAnalysis.CSharp.dll": {} - } - }, - "Microsoft.CodeAnalysis.VisualBasic/1.3.0": { - "dependencies": { - "Microsoft.CodeAnalysis.Common": "1.3.0" - } - }, - "Microsoft.CSharp/4.0.1": { - "dependencies": { - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.Dynamic.Runtime": "4.0.11", - "System.Globalization": "4.0.11", - "System.Linq": "4.1.0", - "System.Linq.Expressions": "4.1.0", - "System.ObjectModel": "4.0.12", - "System.Reflection": "4.1.0", - "System.Reflection.Extensions": "4.0.1", - "System.Reflection.Primitives": "4.0.1", - "System.Reflection.TypeExtensions": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.InteropServices": "4.1.0", - "System.Threading": "4.0.11" - }, - "compile": { - "ref/netstandard1.0/Microsoft.CSharp.dll": {} - } - }, - "Microsoft.DotNet.InternalAbstractions/1.0.0": { - "dependencies": { - "System.AppContext": "4.1.0", - "System.Collections": "4.0.11", - "System.IO": "4.1.0", - "System.IO.FileSystem": "4.0.1", - "System.Reflection.TypeExtensions": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.InteropServices": "4.1.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.0.0" - }, - "compile": { - "lib/netstandard1.3/Microsoft.DotNet.InternalAbstractions.dll": {} - } - }, - "Microsoft.Extensions.Caching.Abstractions/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "1.0.0", - "System.Collections": "4.0.11", - "System.Threading": "4.0.11", - "System.Threading.Tasks": "4.0.11" - }, - "compile": { - "lib/netstandard1.0/Microsoft.Extensions.Caching.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.Caching.Memory/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Caching.Abstractions": "1.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0", - "System.Linq": "4.1.0", - "System.Threading": "4.0.11" - }, - "compile": { - "lib/netstandard1.3/Microsoft.Extensions.Caching.Memory.dll": {} - } - }, - "Microsoft.Extensions.Configuration/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "1.0.0", - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.IO": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.InteropServices": "4.1.0", - "System.Threading": "4.0.11" - }, - "compile": { - "lib/netstandard1.1/Microsoft.Extensions.Configuration.dll": {} - } - }, - "Microsoft.Extensions.Configuration.Abstractions/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "1.0.0", - "System.Linq": "4.1.0" - }, - "compile": { - "lib/netstandard1.0/Microsoft.Extensions.Configuration.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.Configuration.Binder/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "1.0.0", - "System.ComponentModel.TypeConverter": "4.1.0" - }, - "compile": { - "lib/netstandard1.1/Microsoft.Extensions.Configuration.Binder.dll": {} - } - }, - "Microsoft.Extensions.Configuration.EnvironmentVariables/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "1.0.0" - }, - "compile": { - "lib/netstandard1.3/Microsoft.Extensions.Configuration.EnvironmentVariables.dll": {} - } - }, - "Microsoft.Extensions.Configuration.FileExtensions/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "1.0.0", - "Microsoft.Extensions.FileProviders.Physical": "1.0.0", - "System.AppContext": "4.1.0" - }, - "compile": { - "lib/netstandard1.3/Microsoft.Extensions.Configuration.FileExtensions.dll": {} - } - }, - "Microsoft.Extensions.Configuration.Json/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "1.0.0", - "Microsoft.Extensions.Configuration.FileExtensions": "1.0.0", - "Newtonsoft.Json": "9.0.1", - "System.Dynamic.Runtime": "4.0.11", - "System.IO.FileSystem": "4.0.1", - "System.Runtime.Serialization.Primitives": "4.1.1" - }, - "compile": { - "lib/netstandard1.3/Microsoft.Extensions.Configuration.Json.dll": {} - } - }, - "Microsoft.Extensions.DependencyInjection/1.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0", - "System.Collections": "4.0.11", - "System.Collections.Concurrent": "4.0.12", - "System.Runtime.Extensions": "4.1.0", - "System.Threading": "4.0.11", - "System.Threading.Tasks": "4.0.11" - }, - "compile": { - "lib/netstandard1.1/Microsoft.Extensions.DependencyInjection.dll": {} - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0": { - "dependencies": { - "System.ComponentModel": "4.0.1", - "System.Diagnostics.Debug": "4.0.11", - "System.Globalization": "4.0.11", - "System.Linq": "4.1.0", - "System.Linq.Expressions": "4.1.0", - "System.Reflection": "4.1.0", - "System.Resources.ResourceManager": "4.0.1" - }, - "compile": { - "lib/netstandard1.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.DependencyModel/1.0.0": { - "dependencies": { - "Microsoft.DotNet.InternalAbstractions": "1.0.0", - "Newtonsoft.Json": "9.0.1", - "System.Diagnostics.Debug": "4.0.11", - "System.Dynamic.Runtime": "4.0.11", - "System.Linq": "4.1.0" - }, - "compile": { - "lib/netstandard1.6/Microsoft.Extensions.DependencyModel.dll": {} - } - }, - "Microsoft.Extensions.DiagnosticAdapter/1.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0", - "System.Collections.Concurrent": "4.0.12", - "System.ComponentModel": "4.0.1", - "System.Diagnostics.DiagnosticSource": "4.0.0", - "System.Reflection.Emit": "4.0.1", - "System.Reflection.Emit.Lightweight": "4.0.1", - "System.Reflection.Extensions": "4.0.1", - "System.Runtime.Extensions": "4.1.0" - }, - "compile": { - "lib/netstandard1.1/Microsoft.Extensions.DiagnosticAdapter.dll": {} - } - }, - "Microsoft.Extensions.FileProviders.Abstractions/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "1.0.0", - "System.IO": "4.1.0", - "System.Resources.ResourceManager": "4.0.1" - }, - "compile": { - "lib/netstandard1.0/Microsoft.Extensions.FileProviders.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.FileProviders.Composite/1.0.0": { - "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "1.0.0" - }, - "compile": { - "lib/netstandard1.0/Microsoft.Extensions.FileProviders.Composite.dll": {} - } - }, - "Microsoft.Extensions.FileProviders.Physical/1.0.0": { - "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "1.0.0", - "Microsoft.Extensions.FileSystemGlobbing": "1.0.0", - "System.Collections.Concurrent": "4.0.12", - "System.IO.FileSystem": "4.0.1", - "System.IO.FileSystem.Watcher": "4.0.0", - "System.Runtime.Extensions": "4.1.0", - "System.Threading": "4.0.11" - }, - "compile": { - "lib/netstandard1.3/Microsoft.Extensions.FileProviders.Physical.dll": {} - } - }, - "Microsoft.Extensions.FileSystemGlobbing/1.0.0": { - "dependencies": { - "System.Collections": "4.0.11", - "System.IO.FileSystem": "4.0.1", - "System.Linq": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime.Extensions": "4.1.0" - }, - "compile": { - "lib/netstandard1.3/Microsoft.Extensions.FileSystemGlobbing.dll": {} - } - }, - "Microsoft.Extensions.Globalization.CultureInfoCache/1.0.0": { - "dependencies": { - "System.Collections.Concurrent": "4.0.12", - "System.Linq": "4.1.0", - "System.Resources.ResourceManager": "4.0.1" - }, - "compile": { - "lib/netstandard1.1/Microsoft.Extensions.Globalization.CultureInfoCache.dll": {} - } - }, - "Microsoft.Extensions.Localization/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0", - "Microsoft.Extensions.Localization.Abstractions": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0", - "System.Collections.Concurrent": "4.0.12", - "System.Resources.Reader": "4.0.0" - }, - "compile": { - "lib/netstandard1.3/Microsoft.Extensions.Localization.dll": {} - } - }, - "Microsoft.Extensions.Localization.Abstractions/1.0.0": { - "dependencies": { - "Microsoft.CSharp": "4.0.1", - "System.Globalization": "4.0.11", - "System.Resources.ResourceManager": "4.0.1" - }, - "compile": { - "lib/netstandard1.0/Microsoft.Extensions.Localization.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.Logging/1.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "System.Threading": "4.0.11" - }, - "compile": { - "lib/netstandard1.1/Microsoft.Extensions.Logging.dll": {} - } - }, - "Microsoft.Extensions.Logging.Abstractions/1.0.0": { - "dependencies": { - "System.Collections": "4.0.11", - "System.Collections.Concurrent": "4.0.12", - "System.Diagnostics.Debug": "4.0.11", - "System.Globalization": "4.0.11", - "System.Linq": "4.1.0", - "System.Reflection": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.InteropServices": "4.1.0" - }, - "compile": { - "lib/netstandard1.1/Microsoft.Extensions.Logging.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.Logging.Console/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "1.0.0", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "System.Console": "4.0.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.0.0", - "System.Threading": "4.0.11" - }, - "compile": { - "lib/netstandard1.3/Microsoft.Extensions.Logging.Console.dll": {} - } - }, - "Microsoft.Extensions.Logging.Debug/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "System.Diagnostics.Debug": "4.0.11" - }, - "compile": { - "lib/netstandard1.3/Microsoft.Extensions.Logging.Debug.dll": {} - } - }, - "Microsoft.Extensions.ObjectPool/1.0.0": { - "dependencies": { - "System.Diagnostics.Debug": "4.0.11", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime.Extensions": "4.1.0", - "System.Threading": "4.0.11" - }, - "compile": { - "lib/netstandard1.3/Microsoft.Extensions.ObjectPool.dll": {} - } - }, - "Microsoft.Extensions.Options/1.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0", - "Microsoft.Extensions.Primitives": "1.0.0", - "System.ComponentModel": "4.0.1", - "System.Diagnostics.Debug": "4.0.11", - "System.Globalization": "4.0.11", - "System.Linq": "4.1.0", - "System.Linq.Expressions": "4.1.0", - "System.Reflection": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime.Extensions": "4.1.0", - "System.Threading": "4.0.11" - }, - "compile": { - "lib/netstandard1.0/Microsoft.Extensions.Options.dll": {} - } - }, - "Microsoft.Extensions.Options.ConfigurationExtensions/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "1.0.0", - "Microsoft.Extensions.Configuration.Binder": "1.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0" - }, - "compile": { - "lib/netstandard1.1/Microsoft.Extensions.Options.ConfigurationExtensions.dll": {} - } - }, - "Microsoft.Extensions.PlatformAbstractions/1.0.0": { - "dependencies": { - "System.AppContext": "4.1.0", - "System.Reflection": "4.1.0", - "System.Reflection.Extensions": "4.0.1", - "System.Reflection.TypeExtensions": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime.Extensions": "4.1.0" - }, - "compile": { - "lib/netstandard1.3/Microsoft.Extensions.PlatformAbstractions.dll": {} - } - }, - "Microsoft.Extensions.Primitives/1.0.0": { - "dependencies": { - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0" - }, - "compile": { - "lib/netstandard1.0/Microsoft.Extensions.Primitives.dll": {} - } - }, - "Microsoft.Extensions.WebEncoders/1.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0", - "System.Text.Encodings.Web": "4.0.0" - }, - "compile": { - "lib/netstandard1.0/Microsoft.Extensions.WebEncoders.dll": {} - } - }, - "Microsoft.Net.Http.Headers/1.0.0": { - "dependencies": { - "System.Buffers": "4.0.0", - "System.Collections": "4.0.11", - "System.Diagnostics.Contracts": "4.0.1", - "System.Globalization": "4.0.11", - "System.Linq": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime.Extensions": "4.1.0", - "System.Text.Encoding": "4.0.11" - }, - "compile": { - "lib/netstandard1.1/Microsoft.Net.Http.Headers.dll": {} - } - }, - "Microsoft.NETCore.App/1.0.0": { - "dependencies": { - "Libuv": "1.9.0", - "Microsoft.CSharp": "4.0.1", - "Microsoft.CodeAnalysis.CSharp": "1.3.0", - "Microsoft.CodeAnalysis.VisualBasic": "1.3.0", - "Microsoft.NETCore.DotNetHostPolicy": "1.0.1", - "Microsoft.NETCore.Runtime.CoreCLR": "1.0.2", - "Microsoft.VisualBasic": "10.0.1", - "NETStandard.Library": "1.6.0", - "System.Buffers": "4.0.0", - "System.Collections.Immutable": "1.2.0", - "System.ComponentModel": "4.0.1", - "System.ComponentModel.Annotations": "4.1.0", - "System.Diagnostics.DiagnosticSource": "4.0.0", - "System.Diagnostics.Process": "4.1.0", - "System.Dynamic.Runtime": "4.0.11", - "System.Globalization.Extensions": "4.0.1", - "System.IO.FileSystem.Watcher": "4.0.0", - "System.IO.MemoryMappedFiles": "4.0.0", - "System.IO.UnmanagedMemoryStream": "4.0.1", - "System.Linq.Expressions": "4.1.0", - "System.Linq.Parallel": "4.0.1", - "System.Linq.Queryable": "4.0.1", - "System.Net.NameResolution": "4.0.0", - "System.Net.Requests": "4.0.11", - "System.Net.Security": "4.0.0", - "System.Net.WebHeaderCollection": "4.0.1", - "System.Numerics.Vectors": "4.1.1", - "System.Reflection.DispatchProxy": "4.0.1", - "System.Reflection.Metadata": "1.3.0", - "System.Reflection.TypeExtensions": "4.1.0", - "System.Resources.Reader": "4.0.0", - "System.Runtime.Loader": "4.0.0", - "System.Security.Cryptography.Algorithms": "4.2.0", - "System.Security.Cryptography.Encoding": "4.0.0", - "System.Security.Cryptography.Primitives": "4.0.0", - "System.Security.Cryptography.X509Certificates": "4.1.0", - "System.Threading.Tasks.Dataflow": "4.6.0", - "System.Threading.Tasks.Extensions": "4.0.0", - "System.Threading.Tasks.Parallel": "4.0.1", - "System.Threading.Thread": "4.0.0", - "System.Threading.ThreadPool": "4.0.10" - } - }, - "Microsoft.NETCore.DotNetHost/1.0.1": {}, - "Microsoft.NETCore.DotNetHostPolicy/1.0.1": { - "dependencies": { - "Microsoft.NETCore.DotNetHostResolver": "1.0.1" - } - }, - "Microsoft.NETCore.DotNetHostResolver/1.0.1": { - "dependencies": { - "Microsoft.NETCore.DotNetHost": "1.0.1" - } - }, - "Microsoft.NETCore.Jit/1.0.2": {}, - "Microsoft.NETCore.Platforms/1.0.1": {}, - "Microsoft.NETCore.Runtime.CoreCLR/1.0.2": { - "dependencies": { - "Microsoft.NETCore.Jit": "1.0.2", - "Microsoft.NETCore.Windows.ApiSets": "1.0.1" - } - }, - "Microsoft.NETCore.Targets/1.0.1": {}, - "Microsoft.NETCore.Windows.ApiSets/1.0.1": {}, - "Microsoft.VisualBasic/10.0.1": { - "dependencies": { - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.Dynamic.Runtime": "4.0.11", - "System.Globalization": "4.0.11", - "System.Linq": "4.1.0", - "System.Linq.Expressions": "4.1.0", - "System.ObjectModel": "4.0.12", - "System.Reflection": "4.1.0", - "System.Reflection.Extensions": "4.0.1", - "System.Reflection.Primitives": "4.0.1", - "System.Reflection.TypeExtensions": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.InteropServices": "4.1.0", - "System.Threading": "4.0.11" - }, - "compile": { - "ref/netstandard1.1/Microsoft.VisualBasic.dll": {} - } - }, - "Microsoft.VisualStudio.Web.BrowserLink.Loader/14.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Abstractions": "1.0.0", - "Microsoft.Extensions.FileProviders.Physical": "1.0.0", - "Microsoft.Extensions.PlatformAbstractions": "1.0.0", - "Microsoft.Win32.Registry": "4.0.0", - "System.Collections": "4.0.11", - "System.Net.Sockets": "4.1.0", - "System.Runtime.Loader": "4.0.0", - "System.Text.Encoding": "4.0.11", - "System.Threading": "4.0.11" - }, - "compile": { - "lib/netstandard1.5/Microsoft.VisualStudio.Web.BrowserLink.Loader.dll": {} - } - }, - "Microsoft.Win32.Primitives/4.0.1": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.NETCore.Targets": "1.0.1", - "System.Runtime": "4.1.0" - }, - "compile": { - "ref/netstandard1.3/Microsoft.Win32.Primitives.dll": {} - } - }, - "Microsoft.Win32.Registry/4.0.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "System.Collections": "4.0.11", - "System.Globalization": "4.0.11", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0" - }, - "compile": { - "ref/netstandard1.3/Microsoft.Win32.Registry.dll": {} - } - }, - "NETStandard.Library/1.6.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.Win32.Primitives": "4.0.1", - "System.AppContext": "4.1.0", - "System.Collections": "4.0.11", - "System.Collections.Concurrent": "4.0.12", - "System.Console": "4.0.0", - "System.Diagnostics.Debug": "4.0.11", - "System.Diagnostics.Tools": "4.0.1", - "System.Diagnostics.Tracing": "4.1.0", - "System.Globalization": "4.0.11", - "System.Globalization.Calendars": "4.0.1", - "System.IO": "4.1.0", - "System.IO.Compression": "4.1.0", - "System.IO.Compression.ZipFile": "4.0.1", - "System.IO.FileSystem": "4.0.1", - "System.IO.FileSystem.Primitives": "4.0.1", - "System.Linq": "4.1.0", - "System.Linq.Expressions": "4.1.0", - "System.Net.Http": "4.1.0", - "System.Net.Primitives": "4.0.11", - "System.Net.Sockets": "4.1.0", - "System.ObjectModel": "4.0.12", - "System.Reflection": "4.1.0", - "System.Reflection.Extensions": "4.0.1", - "System.Reflection.Primitives": "4.0.1", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.0.0", - "System.Runtime.Numerics": "4.0.1", - "System.Security.Cryptography.Algorithms": "4.2.0", - "System.Security.Cryptography.Encoding": "4.0.0", - "System.Security.Cryptography.Primitives": "4.0.0", - "System.Security.Cryptography.X509Certificates": "4.1.0", - "System.Text.Encoding": "4.0.11", - "System.Text.Encoding.Extensions": "4.0.11", - "System.Text.RegularExpressions": "4.1.0", - "System.Threading": "4.0.11", - "System.Threading.Tasks": "4.0.11", - "System.Threading.Timer": "4.0.1", - "System.Xml.ReaderWriter": "4.0.11", - "System.Xml.XDocument": "4.0.11" - } - }, - "Newtonsoft.Json/9.0.1": { - "dependencies": { - "Microsoft.CSharp": "4.0.1", - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.Dynamic.Runtime": "4.0.11", - "System.Globalization": "4.0.11", - "System.IO": "4.1.0", - "System.Linq": "4.1.0", - "System.Linq.Expressions": "4.1.0", - "System.ObjectModel": "4.0.12", - "System.Reflection": "4.1.0", - "System.Reflection.Extensions": "4.0.1", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.Serialization.Primitives": "4.1.1", - "System.Text.Encoding": "4.0.11", - "System.Text.Encoding.Extensions": "4.0.11", - "System.Text.RegularExpressions": "4.1.0", - "System.Threading": "4.0.11", - "System.Threading.Tasks": "4.0.11", - "System.Xml.ReaderWriter": "4.0.11", - "System.Xml.XDocument": "4.0.11" - }, - "compile": { - "lib/netstandard1.0/Newtonsoft.Json.dll": {} - } - }, - "runtime.native.System/4.0.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.NETCore.Targets": "1.0.1" - } - }, - "runtime.native.System.IO.Compression/4.1.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.NETCore.Targets": "1.0.1" - } - }, - "runtime.native.System.Net.Http/4.0.1": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.NETCore.Targets": "1.0.1" - } - }, - "runtime.native.System.Net.Security/4.0.1": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.NETCore.Targets": "1.0.1" - } - }, - "runtime.native.System.Security.Cryptography/4.0.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.NETCore.Targets": "1.0.1" - } - }, - "System.AppContext/4.1.0": { - "dependencies": { - "System.Runtime": "4.1.0" - }, - "compile": { - "ref/netstandard1.6/System.AppContext.dll": {} - } - }, - "System.Buffers/4.0.0": { - "dependencies": { - "System.Diagnostics.Debug": "4.0.11", - "System.Diagnostics.Tracing": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Threading": "4.0.11" - }, - "compile": { - "lib/netstandard1.1/System.Buffers.dll": {} - } - }, - "System.Collections/4.0.11": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.NETCore.Targets": "1.0.1", - "System.Runtime": "4.1.0" - }, - "compile": { - "ref/netstandard1.3/System.Collections.dll": {} - } - }, - "System.Collections.Concurrent/4.0.12": { - "dependencies": { - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.Diagnostics.Tracing": "4.1.0", - "System.Globalization": "4.0.11", - "System.Reflection": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Threading": "4.0.11", - "System.Threading.Tasks": "4.0.11" - }, - "compile": { - "ref/netstandard1.3/System.Collections.Concurrent.dll": {} - } - }, - "System.Collections.Immutable/1.2.0": { - "dependencies": { - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.Globalization": "4.0.11", - "System.Linq": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Threading": "4.0.11" - }, - "compile": { - "lib/netstandard1.0/System.Collections.Immutable.dll": {} - } - }, - "System.Collections.NonGeneric/4.0.1": { - "dependencies": { - "System.Diagnostics.Debug": "4.0.11", - "System.Globalization": "4.0.11", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Threading": "4.0.11" - }, - "compile": { - "ref/netstandard1.3/System.Collections.NonGeneric.dll": {} - } - }, - "System.Collections.Specialized/4.0.1": { - "dependencies": { - "System.Collections.NonGeneric": "4.0.1", - "System.Globalization": "4.0.11", - "System.Globalization.Extensions": "4.0.1", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Threading": "4.0.11" - } - }, - "System.ComponentModel/4.0.1": { - "dependencies": { - "System.Runtime": "4.1.0" - }, - "compile": { - "ref/netstandard1.0/System.ComponentModel.dll": {} - } - }, - "System.ComponentModel.Annotations/4.1.0": { - "dependencies": { - "System.Collections": "4.0.11", - "System.ComponentModel": "4.0.1", - "System.Globalization": "4.0.11", - "System.Linq": "4.1.0", - "System.Reflection": "4.1.0", - "System.Reflection.Extensions": "4.0.1", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Text.RegularExpressions": "4.1.0", - "System.Threading": "4.0.11" - }, - "compile": { - "ref/netstandard1.4/System.ComponentModel.Annotations.dll": {} - } - }, - "System.ComponentModel.Primitives/4.1.0": { - "dependencies": { - "System.ComponentModel": "4.0.1", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0" - }, - "compile": { - "ref/netstandard1.0/System.ComponentModel.Primitives.dll": {} - } - }, - "System.ComponentModel.TypeConverter/4.1.0": { - "dependencies": { - "System.Collections": "4.0.11", - "System.Collections.NonGeneric": "4.0.1", - "System.Collections.Specialized": "4.0.1", - "System.ComponentModel": "4.0.1", - "System.ComponentModel.Primitives": "4.1.0", - "System.Globalization": "4.0.11", - "System.Linq": "4.1.0", - "System.Reflection": "4.1.0", - "System.Reflection.Extensions": "4.0.1", - "System.Reflection.Primitives": "4.0.1", - "System.Reflection.TypeExtensions": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Threading": "4.0.11" - }, - "compile": { - "ref/netstandard1.5/System.ComponentModel.TypeConverter.dll": {} - } - }, - "System.Console/4.0.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.NETCore.Targets": "1.0.1", - "System.IO": "4.1.0", - "System.Runtime": "4.1.0", - "System.Text.Encoding": "4.0.11" - }, - "compile": { - "ref/netstandard1.3/System.Console.dll": {} - } - }, - "System.Diagnostics.Contracts/4.0.1": { - "dependencies": { - "System.Runtime": "4.1.0" - }, - "compile": { - "ref/netstandard1.0/System.Diagnostics.Contracts.dll": {} - } - }, - "System.Diagnostics.Debug/4.0.11": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.NETCore.Targets": "1.0.1", - "System.Runtime": "4.1.0" - }, - "compile": { - "ref/netstandard1.3/System.Diagnostics.Debug.dll": {} - } - }, - "System.Diagnostics.DiagnosticSource/4.0.0": { - "dependencies": { - "System.Collections": "4.0.11", - "System.Diagnostics.Tracing": "4.1.0", - "System.Reflection": "4.1.0", - "System.Runtime": "4.1.0", - "System.Threading": "4.0.11" - }, - "compile": { - "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll": {} - } - }, - "System.Diagnostics.FileVersionInfo/4.0.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "System.Globalization": "4.0.11", - "System.IO": "4.1.0", - "System.IO.FileSystem": "4.0.1", - "System.IO.FileSystem.Primitives": "4.0.1", - "System.Reflection.Metadata": "1.3.0", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.InteropServices": "4.1.0" - } - }, - "System.Diagnostics.Process/4.1.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.Win32.Primitives": "4.0.1", - "Microsoft.Win32.Registry": "4.0.0", - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.Globalization": "4.0.11", - "System.IO": "4.1.0", - "System.IO.FileSystem": "4.0.1", - "System.IO.FileSystem.Primitives": "4.0.1", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0", - "System.Text.Encoding": "4.0.11", - "System.Text.Encoding.Extensions": "4.0.11", - "System.Threading": "4.0.11", - "System.Threading.Tasks": "4.0.11", - "System.Threading.Thread": "4.0.0", - "System.Threading.ThreadPool": "4.0.10", - "runtime.native.System": "4.0.0" - }, - "compile": { - "ref/netstandard1.4/System.Diagnostics.Process.dll": {} - } - }, - "System.Diagnostics.StackTrace/4.0.1": { - "dependencies": { - "System.Collections.Immutable": "1.2.0", - "System.IO.FileSystem": "4.0.1", - "System.Reflection": "4.1.0", - "System.Reflection.Metadata": "1.3.0", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0" - }, - "compile": { - "ref/netstandard1.3/System.Diagnostics.StackTrace.dll": {} - } - }, - "System.Diagnostics.Tools/4.0.1": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.NETCore.Targets": "1.0.1", - "System.Runtime": "4.1.0" - }, - "compile": { - "ref/netstandard1.0/System.Diagnostics.Tools.dll": {} - } - }, - "System.Diagnostics.Tracing/4.1.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.NETCore.Targets": "1.0.1", - "System.Runtime": "4.1.0" - }, - "compile": { - "ref/netstandard1.5/System.Diagnostics.Tracing.dll": {} - } - }, - "System.Dynamic.Runtime/4.0.11": { - "dependencies": { - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.Globalization": "4.0.11", - "System.Linq": "4.1.0", - "System.Linq.Expressions": "4.1.0", - "System.ObjectModel": "4.0.12", - "System.Reflection": "4.1.0", - "System.Reflection.Emit": "4.0.1", - "System.Reflection.Emit.ILGeneration": "4.0.1", - "System.Reflection.Primitives": "4.0.1", - "System.Reflection.TypeExtensions": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Threading": "4.0.11" - }, - "compile": { - "ref/netstandard1.3/System.Dynamic.Runtime.dll": {} - } - }, - "System.Globalization/4.0.11": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.NETCore.Targets": "1.0.1", - "System.Runtime": "4.1.0" - }, - "compile": { - "ref/netstandard1.3/System.Globalization.dll": {} - } - }, - "System.Globalization.Calendars/4.0.1": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.NETCore.Targets": "1.0.1", - "System.Globalization": "4.0.11", - "System.Runtime": "4.1.0" - }, - "compile": { - "ref/netstandard1.3/System.Globalization.Calendars.dll": {} - } - }, - "System.Globalization.Extensions/4.0.1": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "System.Globalization": "4.0.11", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.InteropServices": "4.1.0" - }, - "compile": { - "ref/netstandard1.3/System.Globalization.Extensions.dll": {} - } - }, - "System.IO/4.1.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.NETCore.Targets": "1.0.1", - "System.Runtime": "4.1.0", - "System.Text.Encoding": "4.0.11", - "System.Threading.Tasks": "4.0.11" - }, - "compile": { - "ref/netstandard1.5/System.IO.dll": {} - } - }, - "System.IO.Compression/4.1.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.IO": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0", - "System.Text.Encoding": "4.0.11", - "System.Threading": "4.0.11", - "System.Threading.Tasks": "4.0.11", - "runtime.native.System": "4.0.0", - "runtime.native.System.IO.Compression": "4.1.0" - }, - "compile": { - "ref/netstandard1.3/System.IO.Compression.dll": {} - } - }, - "System.IO.Compression.ZipFile/4.0.1": { - "dependencies": { - "System.Buffers": "4.0.0", - "System.IO": "4.1.0", - "System.IO.Compression": "4.1.0", - "System.IO.FileSystem": "4.0.1", - "System.IO.FileSystem.Primitives": "4.0.1", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Text.Encoding": "4.0.11" - }, - "compile": { - "ref/netstandard1.3/System.IO.Compression.ZipFile.dll": {} - } - }, - "System.IO.FileSystem/4.0.1": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.NETCore.Targets": "1.0.1", - "System.IO": "4.1.0", - "System.IO.FileSystem.Primitives": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Text.Encoding": "4.0.11", - "System.Threading.Tasks": "4.0.11" - }, - "compile": { - "ref/netstandard1.3/System.IO.FileSystem.dll": {} - } - }, - "System.IO.FileSystem.Primitives/4.0.1": { - "dependencies": { - "System.Runtime": "4.1.0" - }, - "compile": { - "ref/netstandard1.3/System.IO.FileSystem.Primitives.dll": {} - } - }, - "System.IO.FileSystem.Watcher/4.0.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.Win32.Primitives": "4.0.1", - "System.Collections": "4.0.11", - "System.IO.FileSystem": "4.0.1", - "System.IO.FileSystem.Primitives": "4.0.1", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0", - "System.Text.Encoding": "4.0.11", - "System.Threading": "4.0.11", - "System.Threading.Overlapped": "4.0.1", - "System.Threading.Tasks": "4.0.11", - "System.Threading.Thread": "4.0.0", - "runtime.native.System": "4.0.0" - }, - "compile": { - "ref/netstandard1.3/System.IO.FileSystem.Watcher.dll": {} - } - }, - "System.IO.MemoryMappedFiles/4.0.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "System.IO": "4.1.0", - "System.IO.FileSystem": "4.0.1", - "System.IO.FileSystem.Primitives": "4.0.1", - "System.IO.UnmanagedMemoryStream": "4.0.1", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0", - "System.Threading": "4.0.11", - "System.Threading.Tasks": "4.0.11", - "runtime.native.System": "4.0.0" - }, - "compile": { - "ref/netstandard1.3/System.IO.MemoryMappedFiles.dll": {} - } - }, - "System.IO.UnmanagedMemoryStream/4.0.1": { - "dependencies": { - "System.IO": "4.1.0", - "System.IO.FileSystem.Primitives": "4.0.1", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.InteropServices": "4.1.0", - "System.Threading": "4.0.11", - "System.Threading.Tasks": "4.0.11" - }, - "compile": { - "ref/netstandard1.3/System.IO.UnmanagedMemoryStream.dll": {} - } - }, - "System.Linq/4.1.0": { - "dependencies": { - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0" - }, - "compile": { - "ref/netstandard1.6/System.Linq.dll": {} - } - }, - "System.Linq.Expressions/4.1.0": { - "dependencies": { - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.Globalization": "4.0.11", - "System.IO": "4.1.0", - "System.Linq": "4.1.0", - "System.ObjectModel": "4.0.12", - "System.Reflection": "4.1.0", - "System.Reflection.Emit": "4.0.1", - "System.Reflection.Emit.ILGeneration": "4.0.1", - "System.Reflection.Emit.Lightweight": "4.0.1", - "System.Reflection.Extensions": "4.0.1", - "System.Reflection.Primitives": "4.0.1", - "System.Reflection.TypeExtensions": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Threading": "4.0.11" - }, - "compile": { - "ref/netstandard1.6/System.Linq.Expressions.dll": {} - } - }, - "System.Linq.Parallel/4.0.1": { - "dependencies": { - "System.Collections": "4.0.11", - "System.Collections.Concurrent": "4.0.12", - "System.Diagnostics.Debug": "4.0.11", - "System.Diagnostics.Tracing": "4.1.0", - "System.Linq": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Threading": "4.0.11", - "System.Threading.Tasks": "4.0.11" - }, - "compile": { - "ref/netstandard1.1/System.Linq.Parallel.dll": {} - } - }, - "System.Linq.Queryable/4.0.1": { - "dependencies": { - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.Linq": "4.1.0", - "System.Linq.Expressions": "4.1.0", - "System.Reflection": "4.1.0", - "System.Reflection.Extensions": "4.0.1", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0" - }, - "compile": { - "ref/netstandard1.0/System.Linq.Queryable.dll": {} - } - }, - "System.Net.Http/4.1.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.Diagnostics.DiagnosticSource": "4.0.0", - "System.Diagnostics.Tracing": "4.1.0", - "System.Globalization": "4.0.11", - "System.Globalization.Extensions": "4.0.1", - "System.IO": "4.1.0", - "System.IO.FileSystem": "4.0.1", - "System.Net.Primitives": "4.0.11", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0", - "System.Security.Cryptography.Algorithms": "4.2.0", - "System.Security.Cryptography.Encoding": "4.0.0", - "System.Security.Cryptography.OpenSsl": "4.0.0", - "System.Security.Cryptography.Primitives": "4.0.0", - "System.Security.Cryptography.X509Certificates": "4.1.0", - "System.Text.Encoding": "4.0.11", - "System.Threading": "4.0.11", - "System.Threading.Tasks": "4.0.11", - "runtime.native.System": "4.0.0", - "runtime.native.System.Net.Http": "4.0.1", - "runtime.native.System.Security.Cryptography": "4.0.0" - }, - "compile": { - "ref/netstandard1.3/System.Net.Http.dll": {} - } - }, - "System.Net.NameResolution/4.0.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "System.Collections": "4.0.11", - "System.Diagnostics.Tracing": "4.1.0", - "System.Globalization": "4.0.11", - "System.Net.Primitives": "4.0.11", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0", - "System.Security.Principal.Windows": "4.0.0", - "System.Threading": "4.0.11", - "System.Threading.Tasks": "4.0.11", - "runtime.native.System": "4.0.0" - }, - "compile": { - "ref/netstandard1.3/System.Net.NameResolution.dll": {} - } - }, - "System.Net.Primitives/4.0.11": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.NETCore.Targets": "1.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Handles": "4.0.1" - }, - "compile": { - "ref/netstandard1.3/System.Net.Primitives.dll": {} - } - }, - "System.Net.Requests/4.0.11": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.Diagnostics.Tracing": "4.1.0", - "System.Globalization": "4.0.11", - "System.IO": "4.1.0", - "System.Net.Http": "4.1.0", - "System.Net.Primitives": "4.0.11", - "System.Net.WebHeaderCollection": "4.0.1", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Threading": "4.0.11", - "System.Threading.Tasks": "4.0.11" - }, - "compile": { - "ref/netstandard1.3/System.Net.Requests.dll": {} - } - }, - "System.Net.Security/4.0.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.Win32.Primitives": "4.0.1", - "System.Collections": "4.0.11", - "System.Collections.Concurrent": "4.0.12", - "System.Diagnostics.Tracing": "4.1.0", - "System.Globalization": "4.0.11", - "System.Globalization.Extensions": "4.0.1", - "System.IO": "4.1.0", - "System.Net.Primitives": "4.0.11", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0", - "System.Security.Claims": "4.0.1", - "System.Security.Cryptography.Algorithms": "4.2.0", - "System.Security.Cryptography.Encoding": "4.0.0", - "System.Security.Cryptography.OpenSsl": "4.0.0", - "System.Security.Cryptography.Primitives": "4.0.0", - "System.Security.Cryptography.X509Certificates": "4.1.0", - "System.Security.Principal": "4.0.1", - "System.Text.Encoding": "4.0.11", - "System.Threading": "4.0.11", - "System.Threading.Tasks": "4.0.11", - "System.Threading.ThreadPool": "4.0.10", - "runtime.native.System": "4.0.0", - "runtime.native.System.Net.Security": "4.0.1", - "runtime.native.System.Security.Cryptography": "4.0.0" - }, - "compile": { - "ref/netstandard1.3/System.Net.Security.dll": {} - } - }, - "System.Net.Sockets/4.1.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.NETCore.Targets": "1.0.1", - "System.IO": "4.1.0", - "System.Net.Primitives": "4.0.11", - "System.Runtime": "4.1.0", - "System.Threading.Tasks": "4.0.11" - }, - "compile": { - "ref/netstandard1.3/System.Net.Sockets.dll": {} - } - }, - "System.Net.WebHeaderCollection/4.0.1": { - "dependencies": { - "System.Collections": "4.0.11", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0" - }, - "compile": { - "ref/netstandard1.3/System.Net.WebHeaderCollection.dll": {} - } - }, - "System.Net.WebSockets/4.0.0": { - "dependencies": { - "Microsoft.Win32.Primitives": "4.0.1", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Threading.Tasks": "4.0.11" - }, - "compile": { - "ref/netstandard1.3/System.Net.WebSockets.dll": {} - } - }, - "System.Numerics.Vectors/4.1.1": { - "dependencies": { - "System.Globalization": "4.0.11", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0" - }, - "compile": { - "ref/netstandard1.0/System.Numerics.Vectors.dll": {} - } - }, - "System.ObjectModel/4.0.12": { - "dependencies": { - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Threading": "4.0.11" - }, - "compile": { - "ref/netstandard1.3/System.ObjectModel.dll": {} - } - }, - "System.Reflection/4.1.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.NETCore.Targets": "1.0.1", - "System.IO": "4.1.0", - "System.Reflection.Primitives": "4.0.1", - "System.Runtime": "4.1.0" - }, - "compile": { - "ref/netstandard1.5/System.Reflection.dll": {} - } - }, - "System.Reflection.DispatchProxy/4.0.1": { - "dependencies": { - "System.Collections": "4.0.11", - "System.Linq": "4.1.0", - "System.Reflection": "4.1.0", - "System.Reflection.Emit": "4.0.1", - "System.Reflection.Emit.ILGeneration": "4.0.1", - "System.Reflection.Extensions": "4.0.1", - "System.Reflection.Primitives": "4.0.1", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Threading": "4.0.11" - }, - "compile": { - "ref/netstandard1.3/System.Reflection.DispatchProxy.dll": {} - } - }, - "System.Reflection.Emit/4.0.1": { - "dependencies": { - "System.IO": "4.1.0", - "System.Reflection": "4.1.0", - "System.Reflection.Emit.ILGeneration": "4.0.1", - "System.Reflection.Primitives": "4.0.1", - "System.Runtime": "4.1.0" - }, - "compile": { - "ref/netstandard1.1/System.Reflection.Emit.dll": {} - } - }, - "System.Reflection.Emit.ILGeneration/4.0.1": { - "dependencies": { - "System.Reflection": "4.1.0", - "System.Reflection.Primitives": "4.0.1", - "System.Runtime": "4.1.0" - }, - "compile": { - "ref/netstandard1.0/System.Reflection.Emit.ILGeneration.dll": {} - } - }, - "System.Reflection.Emit.Lightweight/4.0.1": { - "dependencies": { - "System.Reflection": "4.1.0", - "System.Reflection.Emit.ILGeneration": "4.0.1", - "System.Reflection.Primitives": "4.0.1", - "System.Runtime": "4.1.0" - }, - "compile": { - "ref/netstandard1.0/System.Reflection.Emit.Lightweight.dll": {} - } - }, - "System.Reflection.Extensions/4.0.1": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.NETCore.Targets": "1.0.1", - "System.Reflection": "4.1.0", - "System.Runtime": "4.1.0" - }, - "compile": { - "ref/netstandard1.0/System.Reflection.Extensions.dll": {} - } - }, - "System.Reflection.Metadata/1.3.0": { - "dependencies": { - "System.Collections": "4.0.11", - "System.Collections.Immutable": "1.2.0", - "System.Diagnostics.Debug": "4.0.11", - "System.IO": "4.1.0", - "System.Linq": "4.1.0", - "System.Reflection": "4.1.0", - "System.Reflection.Extensions": "4.0.1", - "System.Reflection.Primitives": "4.0.1", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.InteropServices": "4.1.0", - "System.Text.Encoding": "4.0.11", - "System.Text.Encoding.Extensions": "4.0.11", - "System.Threading": "4.0.11" - }, - "compile": { - "lib/netstandard1.1/System.Reflection.Metadata.dll": {} - } - }, - "System.Reflection.Primitives/4.0.1": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.NETCore.Targets": "1.0.1", - "System.Runtime": "4.1.0" - }, - "compile": { - "ref/netstandard1.0/System.Reflection.Primitives.dll": {} - } - }, - "System.Reflection.TypeExtensions/4.1.0": { - "dependencies": { - "System.Reflection": "4.1.0", - "System.Runtime": "4.1.0" - }, - "compile": { - "ref/netstandard1.5/System.Reflection.TypeExtensions.dll": {} - } - }, - "System.Resources.Reader/4.0.0": { - "dependencies": { - "System.IO": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Text.Encoding": "4.0.11", - "System.Threading": "4.0.11" - }, - "compile": { - "lib/netstandard1.0/System.Resources.Reader.dll": {} - } - }, - "System.Resources.ResourceManager/4.0.1": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.NETCore.Targets": "1.0.1", - "System.Globalization": "4.0.11", - "System.Reflection": "4.1.0", - "System.Runtime": "4.1.0" - }, - "compile": { - "ref/netstandard1.0/System.Resources.ResourceManager.dll": {} - } - }, - "System.Runtime/4.1.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.NETCore.Targets": "1.0.1" - }, - "compile": { - "ref/netstandard1.5/System.Runtime.dll": {} - } - }, - "System.Runtime.Extensions/4.1.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.NETCore.Targets": "1.0.1", - "System.Runtime": "4.1.0" - }, - "compile": { - "ref/netstandard1.5/System.Runtime.Extensions.dll": {} - } - }, - "System.Runtime.Handles/4.0.1": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.NETCore.Targets": "1.0.1", - "System.Runtime": "4.1.0" - }, - "compile": { - "ref/netstandard1.3/System.Runtime.Handles.dll": {} - } - }, - "System.Runtime.InteropServices/4.1.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.NETCore.Targets": "1.0.1", - "System.Reflection": "4.1.0", - "System.Reflection.Primitives": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Handles": "4.0.1" - }, - "compile": { - "ref/netstandard1.5/System.Runtime.InteropServices.dll": {} - } - }, - "System.Runtime.InteropServices.RuntimeInformation/4.0.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "System.Reflection": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.InteropServices": "4.1.0", - "System.Threading": "4.0.11", - "runtime.native.System": "4.0.0" - }, - "compile": { - "ref/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll": {} - } - }, - "System.Runtime.Loader/4.0.0": { - "dependencies": { - "System.IO": "4.1.0", - "System.Reflection": "4.1.0", - "System.Runtime": "4.1.0" - }, - "compile": { - "ref/netstandard1.5/System.Runtime.Loader.dll": {} - } - }, - "System.Runtime.Numerics/4.0.1": { - "dependencies": { - "System.Globalization": "4.0.11", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0" - }, - "compile": { - "ref/netstandard1.1/System.Runtime.Numerics.dll": {} - } - }, - "System.Runtime.Serialization.Primitives/4.1.1": { - "dependencies": { - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0" - }, - "compile": { - "ref/netstandard1.3/System.Runtime.Serialization.Primitives.dll": {} - } - }, - "System.Security.Claims/4.0.1": { - "dependencies": { - "System.Collections": "4.0.11", - "System.Globalization": "4.0.11", - "System.IO": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Security.Principal": "4.0.1" - }, - "compile": { - "ref/netstandard1.3/System.Security.Claims.dll": {} - } - }, - "System.Security.Cryptography.Algorithms/4.2.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "System.Collections": "4.0.11", - "System.IO": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0", - "System.Runtime.Numerics": "4.0.1", - "System.Security.Cryptography.Encoding": "4.0.0", - "System.Security.Cryptography.Primitives": "4.0.0", - "System.Text.Encoding": "4.0.11", - "runtime.native.System.Security.Cryptography": "4.0.0" - }, - "compile": { - "ref/netstandard1.6/System.Security.Cryptography.Algorithms.dll": {} - } - }, - "System.Security.Cryptography.Cng/4.2.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "System.IO": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0", - "System.Security.Cryptography.Algorithms": "4.2.0", - "System.Security.Cryptography.Encoding": "4.0.0", - "System.Security.Cryptography.Primitives": "4.0.0", - "System.Text.Encoding": "4.0.11" - } - }, - "System.Security.Cryptography.Csp/4.0.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "System.IO": "4.1.0", - "System.Reflection": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0", - "System.Security.Cryptography.Algorithms": "4.2.0", - "System.Security.Cryptography.Encoding": "4.0.0", - "System.Security.Cryptography.Primitives": "4.0.0", - "System.Text.Encoding": "4.0.11", - "System.Threading": "4.0.11" - } - }, - "System.Security.Cryptography.Encoding/4.0.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "System.Collections": "4.0.11", - "System.Collections.Concurrent": "4.0.12", - "System.Linq": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0", - "System.Security.Cryptography.Primitives": "4.0.0", - "System.Text.Encoding": "4.0.11", - "runtime.native.System.Security.Cryptography": "4.0.0" - }, - "compile": { - "ref/netstandard1.3/System.Security.Cryptography.Encoding.dll": {} - } - }, - "System.Security.Cryptography.OpenSsl/4.0.0": { - "dependencies": { - "System.Collections": "4.0.11", - "System.IO": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0", - "System.Runtime.Numerics": "4.0.1", - "System.Security.Cryptography.Algorithms": "4.2.0", - "System.Security.Cryptography.Encoding": "4.0.0", - "System.Security.Cryptography.Primitives": "4.0.0", - "System.Text.Encoding": "4.0.11", - "runtime.native.System.Security.Cryptography": "4.0.0" - } - }, - "System.Security.Cryptography.Primitives/4.0.0": { - "dependencies": { - "System.Diagnostics.Debug": "4.0.11", - "System.Globalization": "4.0.11", - "System.IO": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Threading": "4.0.11", - "System.Threading.Tasks": "4.0.11" - }, - "compile": { - "ref/netstandard1.3/System.Security.Cryptography.Primitives.dll": {} - } - }, - "System.Security.Cryptography.X509Certificates/4.1.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.Globalization": "4.0.11", - "System.Globalization.Calendars": "4.0.1", - "System.IO": "4.1.0", - "System.IO.FileSystem": "4.0.1", - "System.IO.FileSystem.Primitives": "4.0.1", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0", - "System.Runtime.Numerics": "4.0.1", - "System.Security.Cryptography.Algorithms": "4.2.0", - "System.Security.Cryptography.Cng": "4.2.0", - "System.Security.Cryptography.Csp": "4.0.0", - "System.Security.Cryptography.Encoding": "4.0.0", - "System.Security.Cryptography.OpenSsl": "4.0.0", - "System.Security.Cryptography.Primitives": "4.0.0", - "System.Text.Encoding": "4.0.11", - "System.Threading": "4.0.11", - "runtime.native.System": "4.0.0", - "runtime.native.System.Net.Http": "4.0.1", - "runtime.native.System.Security.Cryptography": "4.0.0" - }, - "compile": { - "ref/netstandard1.4/System.Security.Cryptography.X509Certificates.dll": {} - } - }, - "System.Security.Principal/4.0.1": { - "dependencies": { - "System.Runtime": "4.1.0" - }, - "compile": { - "ref/netstandard1.0/System.Security.Principal.dll": {} - } - }, - "System.Security.Principal.Windows/4.0.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.Win32.Primitives": "4.0.1", - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.Reflection": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0", - "System.Security.Claims": "4.0.1", - "System.Security.Principal": "4.0.1", - "System.Text.Encoding": "4.0.11", - "System.Threading": "4.0.11" - }, - "compile": { - "ref/netstandard1.3/System.Security.Principal.Windows.dll": {} - } - }, - "System.Text.Encoding/4.0.11": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.NETCore.Targets": "1.0.1", - "System.Runtime": "4.1.0" - }, - "compile": { - "ref/netstandard1.3/System.Text.Encoding.dll": {} - } - }, - "System.Text.Encoding.CodePages/4.0.1": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "System.Collections": "4.0.11", - "System.Globalization": "4.0.11", - "System.IO": "4.1.0", - "System.Reflection": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0", - "System.Text.Encoding": "4.0.11", - "System.Threading": "4.0.11" - } - }, - "System.Text.Encoding.Extensions/4.0.11": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.NETCore.Targets": "1.0.1", - "System.Runtime": "4.1.0", - "System.Text.Encoding": "4.0.11" - }, - "compile": { - "ref/netstandard1.3/System.Text.Encoding.Extensions.dll": {} - } - }, - "System.Text.Encodings.Web/4.0.0": { - "dependencies": { - "System.Diagnostics.Debug": "4.0.11", - "System.IO": "4.1.0", - "System.Reflection": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Threading": "4.0.11" - }, - "compile": { - "lib/netstandard1.0/System.Text.Encodings.Web.dll": {} - } - }, - "System.Text.RegularExpressions/4.1.0": { - "dependencies": { - "System.Collections": "4.0.11", - "System.Globalization": "4.0.11", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Threading": "4.0.11" - }, - "compile": { - "ref/netstandard1.6/System.Text.RegularExpressions.dll": {} - } - }, - "System.Threading/4.0.11": { - "dependencies": { - "System.Runtime": "4.1.0", - "System.Threading.Tasks": "4.0.11" - }, - "compile": { - "ref/netstandard1.3/System.Threading.dll": {} - } - }, - "System.Threading.Overlapped/4.0.1": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Handles": "4.0.1" - } - }, - "System.Threading.Tasks/4.0.11": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.NETCore.Targets": "1.0.1", - "System.Runtime": "4.1.0" - }, - "compile": { - "ref/netstandard1.3/System.Threading.Tasks.dll": {} - } - }, - "System.Threading.Tasks.Dataflow/4.6.0": { - "dependencies": { - "System.Collections": "4.0.11", - "System.Collections.Concurrent": "4.0.12", - "System.Diagnostics.Debug": "4.0.11", - "System.Diagnostics.Tracing": "4.1.0", - "System.Dynamic.Runtime": "4.0.11", - "System.Linq": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Threading": "4.0.11", - "System.Threading.Tasks": "4.0.11" - }, - "compile": { - "lib/netstandard1.1/System.Threading.Tasks.Dataflow.dll": {} - } - }, - "System.Threading.Tasks.Extensions/4.0.0": { - "dependencies": { - "System.Collections": "4.0.11", - "System.Runtime": "4.1.0", - "System.Threading.Tasks": "4.0.11" - }, - "compile": { - "lib/netstandard1.0/System.Threading.Tasks.Extensions.dll": {} - } - }, - "System.Threading.Tasks.Parallel/4.0.1": { - "dependencies": { - "System.Collections.Concurrent": "4.0.12", - "System.Diagnostics.Debug": "4.0.11", - "System.Diagnostics.Tracing": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Threading": "4.0.11", - "System.Threading.Tasks": "4.0.11" - }, - "compile": { - "ref/netstandard1.1/System.Threading.Tasks.Parallel.dll": {} - } - }, - "System.Threading.Thread/4.0.0": { - "dependencies": { - "System.Runtime": "4.1.0" - }, - "compile": { - "ref/netstandard1.3/System.Threading.Thread.dll": {} - } - }, - "System.Threading.ThreadPool/4.0.10": { - "dependencies": { - "System.Runtime": "4.1.0", - "System.Runtime.Handles": "4.0.1" - }, - "compile": { - "ref/netstandard1.3/System.Threading.ThreadPool.dll": {} - } - }, - "System.Threading.Timer/4.0.1": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.NETCore.Targets": "1.0.1", - "System.Runtime": "4.1.0" - }, - "compile": { - "ref/netstandard1.2/System.Threading.Timer.dll": {} - } - }, - "System.Xml.ReaderWriter/4.0.11": { - "dependencies": { - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.Globalization": "4.0.11", - "System.IO": "4.1.0", - "System.IO.FileSystem": "4.0.1", - "System.IO.FileSystem.Primitives": "4.0.1", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.InteropServices": "4.1.0", - "System.Text.Encoding": "4.0.11", - "System.Text.Encoding.Extensions": "4.0.11", - "System.Text.RegularExpressions": "4.1.0", - "System.Threading.Tasks": "4.0.11", - "System.Threading.Tasks.Extensions": "4.0.0" - }, - "compile": { - "ref/netstandard1.3/System.Xml.ReaderWriter.dll": {} - } - }, - "System.Xml.XDocument/4.0.11": { - "dependencies": { - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.Diagnostics.Tools": "4.0.1", - "System.Globalization": "4.0.11", - "System.IO": "4.1.0", - "System.Reflection": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Text.Encoding": "4.0.11", - "System.Threading": "4.0.11", - "System.Xml.ReaderWriter": "4.0.11" - }, - "compile": { - "ref/netstandard1.3/System.Xml.XDocument.dll": {} - } - }, - "System.Xml.XmlDocument/4.0.1": { - "dependencies": { - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.Globalization": "4.0.11", - "System.IO": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Text.Encoding": "4.0.11", - "System.Threading": "4.0.11", - "System.Xml.ReaderWriter": "4.0.11" - } - }, - "System.Xml.XPath/4.0.1": { - "dependencies": { - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.Globalization": "4.0.11", - "System.IO": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Threading": "4.0.11", - "System.Xml.ReaderWriter": "4.0.11" - } - }, - "System.Xml.XPath.XDocument/4.0.1": { - "dependencies": { - "System.Diagnostics.Debug": "4.0.11", - "System.Linq": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Threading": "4.0.11", - "System.Xml.ReaderWriter": "4.0.11", - "System.Xml.XDocument": "4.0.11", - "System.Xml.XPath": "4.0.1" - } - } - }, - ".NETCoreApp,Version=v1.0/": { - "Socioboard/1.0.0": { - "dependencies": { - "Microsoft.NETCore.App": "1.0.0", - "Microsoft.ApplicationInsights.AspNetCore": "1.0.0", - "Microsoft.AspNetCore.Diagnostics": "1.0.0", - "Microsoft.AspNetCore.Mvc": "1.0.0", - "Microsoft.AspNetCore.Server.IISIntegration": "1.0.0", - "Microsoft.AspNetCore.Server.Kestrel": "1.0.0", - "Microsoft.AspNetCore.StaticFiles": "1.0.0", - "Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0", - "Microsoft.Extensions.Configuration.Json": "1.0.0", - "Microsoft.Extensions.Logging": "1.0.0", - "Microsoft.Extensions.Logging.Console": "1.0.0", - "Microsoft.Extensions.Logging.Debug": "1.0.0", - "Microsoft.Extensions.Options.ConfigurationExtensions": "1.0.0", - "Microsoft.VisualStudio.Web.BrowserLink.Loader": "14.0.0" - }, - "runtime": { - "Socioboard.dll": {} - } - }, - "Libuv/1.9.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1" - } - }, - "Microsoft.ApplicationInsights/2.1.0": { - "dependencies": { - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.Diagnostics.Tools": "4.0.1", - "System.Diagnostics.Tracing": "4.1.0", - "System.Globalization": "4.0.11", - "System.IO": "4.1.0", - "System.IO.Compression": "4.1.0", - "System.Linq": "4.1.0", - "System.Net.Http": "4.1.0", - "System.Reflection": "4.1.0", - "System.Reflection.Extensions": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Text.Encoding": "4.0.11", - "System.Text.Encoding.Extensions": "4.0.11", - "System.Text.RegularExpressions": "4.1.0", - "System.Threading": "4.0.11", - "System.Threading.Tasks": "4.0.11", - "System.Xml.XDocument": "4.0.11" - }, - "runtime": { - "lib/dotnet5.4/Microsoft.ApplicationInsights.dll": {} - } - }, - "Microsoft.ApplicationInsights.AspNetCore/1.0.0": { - "dependencies": { - "Microsoft.ApplicationInsights": "2.1.0", - "Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Http.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Mvc.ViewFeatures": "1.0.0", - "Microsoft.Extensions.Configuration": "1.0.0", - "Microsoft.Extensions.DiagnosticAdapter": "1.0.0", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "System.Net.NameResolution": "4.0.0" - }, - "runtime": { - "lib/netstandard1.6/Microsoft.ApplicationInsights.AspNetCore.dll": {} - } - }, - "Microsoft.AspNetCore.Antiforgery/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.DataProtection": "1.0.0", - "Microsoft.AspNetCore.Http.Abstractions": "1.0.0", - "Microsoft.AspNetCore.WebUtilities": "1.0.0", - "Microsoft.Extensions.ObjectPool": "1.0.0" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.AspNetCore.Antiforgery.dll": {} - } - }, - "Microsoft.AspNetCore.Authorization/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0", - "System.Security.Claims": "4.0.1" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.AspNetCore.Authorization.dll": {} - } - }, - "Microsoft.AspNetCore.Cors/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Extensions": "1.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "1.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.AspNetCore.Cors.dll": {} - } - }, - "Microsoft.AspNetCore.Cryptography.Internal/1.0.0": { - "dependencies": { - "System.Diagnostics.Debug": "4.0.11", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0", - "System.Security.Cryptography.Primitives": "4.0.0", - "System.Threading": "4.0.11" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.AspNetCore.Cryptography.Internal.dll": {} - } - }, - "Microsoft.AspNetCore.DataProtection/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Cryptography.Internal": "1.0.0", - "Microsoft.AspNetCore.DataProtection.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0", - "Microsoft.Win32.Registry": "4.0.0", - "System.IO.FileSystem": "4.0.1", - "System.Reflection.Extensions": "4.0.1", - "System.Security.Claims": "4.0.1", - "System.Security.Cryptography.X509Certificates": "4.1.0", - "System.Security.Principal.Windows": "4.0.0", - "System.Xml.XDocument": "4.0.11" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.AspNetCore.DataProtection.dll": {} - } - }, - "Microsoft.AspNetCore.DataProtection.Abstractions/1.0.0": { - "dependencies": { - "System.ComponentModel": "4.0.1", - "System.Diagnostics.Debug": "4.0.11", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime.Extensions": "4.1.0" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.AspNetCore.DataProtection.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Diagnostics/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Diagnostics.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Http.Extensions": "1.0.0", - "Microsoft.AspNetCore.WebUtilities": "1.0.0", - "Microsoft.Extensions.FileProviders.Physical": "1.0.0", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0", - "System.Diagnostics.DiagnosticSource": "4.0.0", - "System.Diagnostics.StackTrace": "4.0.1", - "System.Reflection.Extensions": "4.0.1", - "System.Reflection.Metadata": "1.3.0" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.AspNetCore.Diagnostics.dll": {} - } - }, - "Microsoft.AspNetCore.Diagnostics.Abstractions/1.0.0": { - "dependencies": { - "System.Resources.ResourceManager": "4.0.1" - }, - "runtime": { - "lib/netstandard1.0/Microsoft.AspNetCore.Diagnostics.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Hosting/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Hosting.Server.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Http": "1.0.0", - "Microsoft.AspNetCore.Http.Extensions": "1.0.0", - "Microsoft.Extensions.Configuration": "1.0.0", - "Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0", - "Microsoft.Extensions.DependencyInjection": "1.0.0", - "Microsoft.Extensions.FileProviders.Physical": "1.0.0", - "Microsoft.Extensions.Logging": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0", - "Microsoft.Extensions.PlatformAbstractions": "1.0.0", - "System.Console": "4.0.0", - "System.Diagnostics.DiagnosticSource": "4.0.0", - "System.Diagnostics.StackTrace": "4.0.1", - "System.Reflection.Extensions": "4.0.1", - "System.Reflection.Metadata": "1.3.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.0.0" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.AspNetCore.Hosting.dll": {} - } - }, - "Microsoft.AspNetCore.Hosting.Abstractions/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Hosting.Server.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Http.Abstractions": "1.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "1.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "1.0.0", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.AspNetCore.Hosting.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Hosting.Server.Abstractions/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Features": "1.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "1.0.0" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Html.Abstractions/1.0.0": { - "dependencies": { - "System.Collections": "4.0.11", - "System.Resources.ResourceManager": "4.0.1", - "System.Text.Encodings.Web": "4.0.0" - }, - "runtime": { - "lib/netstandard1.0/Microsoft.AspNetCore.Html.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Http/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Abstractions": "1.0.0", - "Microsoft.AspNetCore.WebUtilities": "1.0.0", - "Microsoft.Extensions.ObjectPool": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0", - "Microsoft.Net.Http.Headers": "1.0.0", - "System.Buffers": "4.0.0", - "System.Threading": "4.0.11" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.AspNetCore.Http.dll": {} - } - }, - "Microsoft.AspNetCore.Http.Abstractions/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Features": "1.0.0", - "System.Globalization.Extensions": "4.0.1", - "System.Linq.Expressions": "4.1.0", - "System.Reflection.TypeExtensions": "4.1.0", - "System.Runtime.InteropServices": "4.1.0", - "System.Text.Encodings.Web": "4.0.0" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.AspNetCore.Http.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Http.Extensions/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Abstractions": "1.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "1.0.0", - "Microsoft.Net.Http.Headers": "1.0.0", - "System.Buffers": "4.0.0", - "System.IO.FileSystem": "4.0.1" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.AspNetCore.Http.Extensions.dll": {} - } - }, - "Microsoft.AspNetCore.Http.Features/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "1.0.0", - "System.Collections": "4.0.11", - "System.ComponentModel": "4.0.1", - "System.Linq": "4.1.0", - "System.Net.Primitives": "4.0.11", - "System.Net.WebSockets": "4.0.0", - "System.Runtime.Extensions": "4.1.0", - "System.Security.Claims": "4.0.1", - "System.Security.Cryptography.X509Certificates": "4.1.0", - "System.Security.Principal": "4.0.1" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.AspNetCore.Http.Features.dll": {} - } - }, - "Microsoft.AspNetCore.HttpOverrides/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Extensions": "1.0.0", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.AspNetCore.HttpOverrides.dll": {} - } - }, - "Microsoft.AspNetCore.JsonPatch/1.0.0": { - "dependencies": { - "Microsoft.CSharp": "4.0.1", - "Newtonsoft.Json": "9.0.1", - "System.Collections.Concurrent": "4.0.12", - "System.ComponentModel.TypeConverter": "4.1.0", - "System.Diagnostics.Debug": "4.0.11", - "System.Globalization": "4.0.11", - "System.Linq": "4.1.0", - "System.Reflection.Extensions": "4.0.1", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.Serialization.Primitives": "4.1.1", - "System.Text.Encoding.Extensions": "4.0.11" - }, - "runtime": { - "lib/netstandard1.1/Microsoft.AspNetCore.JsonPatch.dll": {} - } - }, - "Microsoft.AspNetCore.Localization/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Extensions": "1.0.0", - "Microsoft.Extensions.Globalization.CultureInfoCache": "1.0.0", - "Microsoft.Extensions.Localization.Abstractions": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.AspNetCore.Localization.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.ApiExplorer": "1.0.0", - "Microsoft.AspNetCore.Mvc.Cors": "1.0.0", - "Microsoft.AspNetCore.Mvc.DataAnnotations": "1.0.0", - "Microsoft.AspNetCore.Mvc.Formatters.Json": "1.0.0", - "Microsoft.AspNetCore.Mvc.Localization": "1.0.0", - "Microsoft.AspNetCore.Mvc.Razor": "1.0.0", - "Microsoft.AspNetCore.Mvc.TagHelpers": "1.0.0", - "Microsoft.AspNetCore.Mvc.ViewFeatures": "1.0.0", - "Microsoft.Extensions.Caching.Memory": "1.0.0", - "Microsoft.Extensions.DependencyInjection": "1.0.0" - }, - "runtime": { - "lib/netstandard1.6/Microsoft.AspNetCore.Mvc.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Abstractions/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Routing.Abstractions": "1.0.0", - "Microsoft.CSharp": "4.0.1", - "Microsoft.Net.Http.Headers": "1.0.0", - "System.ComponentModel.TypeConverter": "4.1.0", - "System.Reflection.Extensions": "4.0.1", - "System.Text.Encoding.Extensions": "4.0.11" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.AspNetCore.Mvc.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.ApiExplorer/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.Core": "1.0.0" - }, - "runtime": { - "lib/netstandard1.6/Microsoft.AspNetCore.Mvc.ApiExplorer.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Core/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Authorization": "1.0.0", - "Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Http": "1.0.0", - "Microsoft.AspNetCore.Mvc.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Routing": "1.0.0", - "Microsoft.Extensions.DependencyModel": "1.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "1.0.0", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "Microsoft.Extensions.PlatformAbstractions": "1.0.0", - "System.Buffers": "4.0.0", - "System.Diagnostics.DiagnosticSource": "4.0.0", - "System.Text.Encoding": "4.0.11" - }, - "runtime": { - "lib/netstandard1.6/Microsoft.AspNetCore.Mvc.Core.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Cors/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Cors": "1.0.0", - "Microsoft.AspNetCore.Mvc.Core": "1.0.0" - }, - "runtime": { - "lib/netstandard1.6/Microsoft.AspNetCore.Mvc.Cors.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.DataAnnotations/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.Core": "1.0.0", - "Microsoft.Extensions.Localization": "1.0.0", - "System.ComponentModel.Annotations": "4.1.0" - }, - "runtime": { - "lib/netstandard1.6/Microsoft.AspNetCore.Mvc.DataAnnotations.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Formatters.Json/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.JsonPatch": "1.0.0", - "Microsoft.AspNetCore.Mvc.Core": "1.0.0" - }, - "runtime": { - "lib/netstandard1.6/Microsoft.AspNetCore.Mvc.Formatters.Json.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Localization/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Localization": "1.0.0", - "Microsoft.AspNetCore.Mvc.Razor": "1.0.0", - "Microsoft.Extensions.DependencyInjection": "1.0.0", - "Microsoft.Extensions.Localization": "1.0.0" - }, - "runtime": { - "lib/netstandard1.6/Microsoft.AspNetCore.Mvc.Localization.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Razor/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.Razor.Host": "1.0.0", - "Microsoft.AspNetCore.Mvc.ViewFeatures": "1.0.0", - "Microsoft.CodeAnalysis.CSharp": "1.3.0", - "Microsoft.Extensions.FileProviders.Composite": "1.0.0", - "System.Runtime.Loader": "4.0.0", - "System.Text.Encoding": "4.0.11" - }, - "runtime": { - "lib/netstandard1.6/Microsoft.AspNetCore.Mvc.Razor.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Razor.Host/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Razor.Runtime": "1.0.0", - "Microsoft.Extensions.Caching.Memory": "1.0.0", - "Microsoft.Extensions.FileProviders.Physical": "1.0.0", - "System.Collections.Concurrent": "4.0.12", - "System.ComponentModel.TypeConverter": "4.1.0", - "System.Reflection.Extensions": "4.0.1", - "System.Text.Encoding.Extensions": "4.0.11" - }, - "runtime": { - "lib/netstandard1.6/Microsoft.AspNetCore.Mvc.Razor.Host.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.TagHelpers/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.Razor": "1.0.0", - "Microsoft.Extensions.Caching.Memory": "1.0.0", - "Microsoft.Extensions.FileSystemGlobbing": "1.0.0", - "Microsoft.Extensions.Primitives": "1.0.0" - }, - "runtime": { - "lib/netstandard1.6/Microsoft.AspNetCore.Mvc.TagHelpers.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.ViewFeatures/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Antiforgery": "1.0.0", - "Microsoft.AspNetCore.Diagnostics.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Html.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Mvc.Core": "1.0.0", - "Microsoft.AspNetCore.Mvc.DataAnnotations": "1.0.0", - "Microsoft.AspNetCore.Mvc.Formatters.Json": "1.0.0", - "Microsoft.Extensions.WebEncoders": "1.0.0", - "Newtonsoft.Json": "9.0.1", - "System.Buffers": "4.0.0", - "System.Runtime.Serialization.Primitives": "4.1.1" - }, - "runtime": { - "lib/netstandard1.6/Microsoft.AspNetCore.Mvc.ViewFeatures.dll": {} - } - }, - "Microsoft.AspNetCore.Razor/1.0.0": { - "dependencies": { - "System.Diagnostics.Debug": "4.0.11", - "System.Linq": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime.Extensions": "4.1.0", - "System.Security.Cryptography.Algorithms": "4.2.0", - "System.Threading": "4.0.11", - "System.Threading.Thread": "4.0.0" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.AspNetCore.Razor.dll": {} - } - }, - "Microsoft.AspNetCore.Razor.Runtime/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Html.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Razor": "1.0.0", - "System.Collections.Concurrent": "4.0.12", - "System.IO.FileSystem": "4.0.1", - "System.Reflection": "4.1.0", - "System.Reflection.Extensions": "4.0.1", - "System.Reflection.TypeExtensions": "4.1.0", - "System.Text.RegularExpressions": "4.1.0", - "System.Xml.XDocument": "4.0.11" - }, - "runtime": { - "lib/netstandard1.5/Microsoft.AspNetCore.Razor.Runtime.dll": {} - } - }, - "Microsoft.AspNetCore.Routing/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Extensions": "1.0.0", - "Microsoft.AspNetCore.Routing.Abstractions": "1.0.0", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "Microsoft.Extensions.ObjectPool": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0", - "System.Collections": "4.0.11", - "System.Text.RegularExpressions": "4.1.0" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.AspNetCore.Routing.dll": {} - } - }, - "Microsoft.AspNetCore.Routing.Abstractions/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Abstractions": "1.0.0", - "System.Collections.Concurrent": "4.0.12", - "System.Reflection.Extensions": "4.0.1", - "System.Threading.Tasks": "4.0.11" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.AspNetCore.Routing.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Server.IISIntegration/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Http": "1.0.0", - "Microsoft.AspNetCore.Http.Extensions": "1.0.0", - "Microsoft.AspNetCore.HttpOverrides": "1.0.0", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0", - "System.Security.Principal.Windows": "4.0.0" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.AspNetCore.Server.IISIntegration.dll": {} - } - }, - "Microsoft.AspNetCore.Server.Kestrel/1.0.0": { - "dependencies": { - "Libuv": "1.9.0", - "Microsoft.AspNetCore.Hosting": "1.0.0", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "System.Buffers": "4.0.0", - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.Globalization": "4.0.11", - "System.IO": "4.1.0", - "System.Linq": "4.1.0", - "System.Net.Primitives": "4.0.11", - "System.Numerics.Vectors": "4.1.1", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.InteropServices": "4.1.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.0.0", - "System.Text.Encoding": "4.0.11", - "System.Threading": "4.0.11", - "System.Threading.Tasks": "4.0.11", - "System.Threading.Tasks.Extensions": "4.0.0", - "System.Threading.Thread": "4.0.0", - "System.Threading.ThreadPool": "4.0.10", - "System.Threading.Timer": "4.0.1" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.AspNetCore.Server.Kestrel.dll": {} - } - }, - "Microsoft.AspNetCore.StaticFiles/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Http.Extensions": "1.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "1.0.0", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "Microsoft.Extensions.WebEncoders": "1.0.0" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.AspNetCore.StaticFiles.dll": {} - } - }, - "Microsoft.AspNetCore.WebUtilities/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "1.0.0", - "System.Buffers": "4.0.0", - "System.Collections": "4.0.11", - "System.IO": "4.1.0", - "System.IO.FileSystem": "4.0.1", - "System.Text.Encodings.Web": "4.0.0" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.AspNetCore.WebUtilities.dll": {} - } - }, - "Microsoft.CodeAnalysis.Analyzers/1.1.0": {}, - "Microsoft.CodeAnalysis.Common/1.3.0": { - "dependencies": { - "Microsoft.CodeAnalysis.Analyzers": "1.1.0", - "System.AppContext": "4.1.0", - "System.Collections": "4.0.11", - "System.Collections.Concurrent": "4.0.12", - "System.Collections.Immutable": "1.2.0", - "System.Console": "4.0.0", - "System.Diagnostics.Debug": "4.0.11", - "System.Diagnostics.FileVersionInfo": "4.0.0", - "System.Diagnostics.StackTrace": "4.0.1", - "System.Diagnostics.Tools": "4.0.1", - "System.Dynamic.Runtime": "4.0.11", - "System.Globalization": "4.0.11", - "System.IO.FileSystem": "4.0.1", - "System.IO.FileSystem.Primitives": "4.0.1", - "System.Linq": "4.1.0", - "System.Linq.Expressions": "4.1.0", - "System.Reflection": "4.1.0", - "System.Reflection.Metadata": "1.3.0", - "System.Reflection.Primitives": "4.0.1", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0", - "System.Runtime.Numerics": "4.0.1", - "System.Security.Cryptography.Algorithms": "4.2.0", - "System.Security.Cryptography.Encoding": "4.0.0", - "System.Security.Cryptography.X509Certificates": "4.1.0", - "System.Text.Encoding": "4.0.11", - "System.Text.Encoding.CodePages": "4.0.1", - "System.Text.Encoding.Extensions": "4.0.11", - "System.Threading": "4.0.11", - "System.Threading.Tasks": "4.0.11", - "System.Threading.Tasks.Parallel": "4.0.1", - "System.Threading.Thread": "4.0.0", - "System.Xml.ReaderWriter": "4.0.11", - "System.Xml.XDocument": "4.0.11", - "System.Xml.XPath.XDocument": "4.0.1", - "System.Xml.XmlDocument": "4.0.1" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.CodeAnalysis.dll": {} - } - }, - "Microsoft.CodeAnalysis.CSharp/1.3.0": { - "dependencies": { - "Microsoft.CodeAnalysis.Common": "1.3.0" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.CodeAnalysis.CSharp.dll": {} - } - }, - "Microsoft.CodeAnalysis.VisualBasic/1.3.0": { - "dependencies": { - "Microsoft.CodeAnalysis.Common": "1.3.0" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.CodeAnalysis.VisualBasic.dll": {} - } - }, - "Microsoft.CSharp/4.0.1": { - "dependencies": { - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.Dynamic.Runtime": "4.0.11", - "System.Globalization": "4.0.11", - "System.Linq": "4.1.0", - "System.Linq.Expressions": "4.1.0", - "System.ObjectModel": "4.0.12", - "System.Reflection": "4.1.0", - "System.Reflection.Extensions": "4.0.1", - "System.Reflection.Primitives": "4.0.1", - "System.Reflection.TypeExtensions": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.InteropServices": "4.1.0", - "System.Threading": "4.0.11" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.CSharp.dll": {} - } - }, - "Microsoft.DotNet.InternalAbstractions/1.0.0": { - "dependencies": { - "System.AppContext": "4.1.0", - "System.Collections": "4.0.11", - "System.IO": "4.1.0", - "System.IO.FileSystem": "4.0.1", - "System.Reflection.TypeExtensions": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.InteropServices": "4.1.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.0.0" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.DotNet.InternalAbstractions.dll": {} - } - }, - "Microsoft.Extensions.Caching.Abstractions/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "1.0.0", - "System.Collections": "4.0.11", - "System.Threading": "4.0.11", - "System.Threading.Tasks": "4.0.11" - }, - "runtime": { - "lib/netstandard1.0/Microsoft.Extensions.Caching.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.Caching.Memory/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Caching.Abstractions": "1.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0", - "System.Linq": "4.1.0", - "System.Threading": "4.0.11" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.Extensions.Caching.Memory.dll": {} - } - }, - "Microsoft.Extensions.Configuration/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "1.0.0", - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.IO": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.InteropServices": "4.1.0", - "System.Threading": "4.0.11" - }, - "runtime": { - "lib/netstandard1.1/Microsoft.Extensions.Configuration.dll": {} - } - }, - "Microsoft.Extensions.Configuration.Abstractions/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "1.0.0", - "System.Linq": "4.1.0" - }, - "runtime": { - "lib/netstandard1.0/Microsoft.Extensions.Configuration.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.Configuration.Binder/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "1.0.0", - "System.ComponentModel.TypeConverter": "4.1.0" - }, - "runtime": { - "lib/netstandard1.1/Microsoft.Extensions.Configuration.Binder.dll": {} - } - }, - "Microsoft.Extensions.Configuration.EnvironmentVariables/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "1.0.0" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.Extensions.Configuration.EnvironmentVariables.dll": {} - } - }, - "Microsoft.Extensions.Configuration.FileExtensions/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "1.0.0", - "Microsoft.Extensions.FileProviders.Physical": "1.0.0", - "System.AppContext": "4.1.0" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.Extensions.Configuration.FileExtensions.dll": {} - } - }, - "Microsoft.Extensions.Configuration.Json/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "1.0.0", - "Microsoft.Extensions.Configuration.FileExtensions": "1.0.0", - "Newtonsoft.Json": "9.0.1", - "System.Dynamic.Runtime": "4.0.11", - "System.IO.FileSystem": "4.0.1", - "System.Runtime.Serialization.Primitives": "4.1.1" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.Extensions.Configuration.Json.dll": {} - } - }, - "Microsoft.Extensions.DependencyInjection/1.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0", - "System.Collections": "4.0.11", - "System.Collections.Concurrent": "4.0.12", - "System.Runtime.Extensions": "4.1.0", - "System.Threading": "4.0.11", - "System.Threading.Tasks": "4.0.11" - }, - "runtime": { - "lib/netstandard1.1/Microsoft.Extensions.DependencyInjection.dll": {} - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0": { - "dependencies": { - "System.ComponentModel": "4.0.1", - "System.Diagnostics.Debug": "4.0.11", - "System.Globalization": "4.0.11", - "System.Linq": "4.1.0", - "System.Linq.Expressions": "4.1.0", - "System.Reflection": "4.1.0", - "System.Resources.ResourceManager": "4.0.1" - }, - "runtime": { - "lib/netstandard1.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.DependencyModel/1.0.0": { - "dependencies": { - "Microsoft.DotNet.InternalAbstractions": "1.0.0", - "Newtonsoft.Json": "9.0.1", - "System.Diagnostics.Debug": "4.0.11", - "System.Dynamic.Runtime": "4.0.11", - "System.Linq": "4.1.0" - }, - "runtime": { - "lib/netstandard1.6/Microsoft.Extensions.DependencyModel.dll": {} - } - }, - "Microsoft.Extensions.DiagnosticAdapter/1.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0", - "System.Collections.Concurrent": "4.0.12", - "System.ComponentModel": "4.0.1", - "System.Diagnostics.DiagnosticSource": "4.0.0", - "System.Reflection.Emit": "4.0.1", - "System.Reflection.Emit.Lightweight": "4.0.1", - "System.Reflection.Extensions": "4.0.1", - "System.Runtime.Extensions": "4.1.0" - }, - "runtime": { - "lib/netstandard1.1/Microsoft.Extensions.DiagnosticAdapter.dll": {} - } - }, - "Microsoft.Extensions.FileProviders.Abstractions/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "1.0.0", - "System.IO": "4.1.0", - "System.Resources.ResourceManager": "4.0.1" - }, - "runtime": { - "lib/netstandard1.0/Microsoft.Extensions.FileProviders.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.FileProviders.Composite/1.0.0": { - "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "1.0.0" - }, - "runtime": { - "lib/netstandard1.0/Microsoft.Extensions.FileProviders.Composite.dll": {} - } - }, - "Microsoft.Extensions.FileProviders.Physical/1.0.0": { - "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "1.0.0", - "Microsoft.Extensions.FileSystemGlobbing": "1.0.0", - "System.Collections.Concurrent": "4.0.12", - "System.IO.FileSystem": "4.0.1", - "System.IO.FileSystem.Watcher": "4.0.0", - "System.Runtime.Extensions": "4.1.0", - "System.Threading": "4.0.11" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.Extensions.FileProviders.Physical.dll": {} - } - }, - "Microsoft.Extensions.FileSystemGlobbing/1.0.0": { - "dependencies": { - "System.Collections": "4.0.11", - "System.IO.FileSystem": "4.0.1", - "System.Linq": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime.Extensions": "4.1.0" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.Extensions.FileSystemGlobbing.dll": {} - } - }, - "Microsoft.Extensions.Globalization.CultureInfoCache/1.0.0": { - "dependencies": { - "System.Collections.Concurrent": "4.0.12", - "System.Linq": "4.1.0", - "System.Resources.ResourceManager": "4.0.1" - }, - "runtime": { - "lib/netstandard1.1/Microsoft.Extensions.Globalization.CultureInfoCache.dll": {} - } - }, - "Microsoft.Extensions.Localization/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0", - "Microsoft.Extensions.Localization.Abstractions": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0", - "System.Collections.Concurrent": "4.0.12", - "System.Resources.Reader": "4.0.0" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.Extensions.Localization.dll": {} - } - }, - "Microsoft.Extensions.Localization.Abstractions/1.0.0": { - "dependencies": { - "Microsoft.CSharp": "4.0.1", - "System.Globalization": "4.0.11", - "System.Resources.ResourceManager": "4.0.1" - }, - "runtime": { - "lib/netstandard1.0/Microsoft.Extensions.Localization.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.Logging/1.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "System.Threading": "4.0.11" - }, - "runtime": { - "lib/netstandard1.1/Microsoft.Extensions.Logging.dll": {} - } - }, - "Microsoft.Extensions.Logging.Abstractions/1.0.0": { - "dependencies": { - "System.Collections": "4.0.11", - "System.Collections.Concurrent": "4.0.12", - "System.Diagnostics.Debug": "4.0.11", - "System.Globalization": "4.0.11", - "System.Linq": "4.1.0", - "System.Reflection": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.InteropServices": "4.1.0" - }, - "runtime": { - "lib/netstandard1.1/Microsoft.Extensions.Logging.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.Logging.Console/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "1.0.0", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "System.Console": "4.0.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.0.0", - "System.Threading": "4.0.11" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.Extensions.Logging.Console.dll": {} - } - }, - "Microsoft.Extensions.Logging.Debug/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "System.Diagnostics.Debug": "4.0.11" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.Extensions.Logging.Debug.dll": {} - } - }, - "Microsoft.Extensions.ObjectPool/1.0.0": { - "dependencies": { - "System.Diagnostics.Debug": "4.0.11", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime.Extensions": "4.1.0", - "System.Threading": "4.0.11" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.Extensions.ObjectPool.dll": {} - } - }, - "Microsoft.Extensions.Options/1.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0", - "Microsoft.Extensions.Primitives": "1.0.0", - "System.ComponentModel": "4.0.1", - "System.Diagnostics.Debug": "4.0.11", - "System.Globalization": "4.0.11", - "System.Linq": "4.1.0", - "System.Linq.Expressions": "4.1.0", - "System.Reflection": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime.Extensions": "4.1.0", - "System.Threading": "4.0.11" - }, - "runtime": { - "lib/netstandard1.0/Microsoft.Extensions.Options.dll": {} - } - }, - "Microsoft.Extensions.Options.ConfigurationExtensions/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "1.0.0", - "Microsoft.Extensions.Configuration.Binder": "1.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0" - }, - "runtime": { - "lib/netstandard1.1/Microsoft.Extensions.Options.ConfigurationExtensions.dll": {} - } - }, - "Microsoft.Extensions.PlatformAbstractions/1.0.0": { - "dependencies": { - "System.AppContext": "4.1.0", - "System.Reflection": "4.1.0", - "System.Reflection.Extensions": "4.0.1", - "System.Reflection.TypeExtensions": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime.Extensions": "4.1.0" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.Extensions.PlatformAbstractions.dll": {} - } - }, - "Microsoft.Extensions.Primitives/1.0.0": { - "dependencies": { - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0" - }, - "runtime": { - "lib/netstandard1.0/Microsoft.Extensions.Primitives.dll": {} - } - }, - "Microsoft.Extensions.WebEncoders/1.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0", - "System.Text.Encodings.Web": "4.0.0" - }, - "runtime": { - "lib/netstandard1.0/Microsoft.Extensions.WebEncoders.dll": {} - } - }, - "Microsoft.Net.Http.Headers/1.0.0": { - "dependencies": { - "System.Buffers": "4.0.0", - "System.Collections": "4.0.11", - "System.Diagnostics.Contracts": "4.0.1", - "System.Globalization": "4.0.11", - "System.Linq": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime.Extensions": "4.1.0", - "System.Text.Encoding": "4.0.11" - }, - "runtime": { - "lib/netstandard1.1/Microsoft.Net.Http.Headers.dll": {} - } - }, - "Microsoft.NETCore.App/1.0.0": { - "dependencies": { - "Libuv": "1.9.0", - "Microsoft.CSharp": "4.0.1", - "Microsoft.CodeAnalysis.CSharp": "1.3.0", - "Microsoft.CodeAnalysis.VisualBasic": "1.3.0", - "Microsoft.NETCore.DotNetHostPolicy": "1.0.1", - "Microsoft.NETCore.Runtime.CoreCLR": "1.0.2", - "Microsoft.VisualBasic": "10.0.1", - "NETStandard.Library": "1.6.0", - "System.Buffers": "4.0.0", - "System.Collections.Immutable": "1.2.0", - "System.ComponentModel": "4.0.1", - "System.ComponentModel.Annotations": "4.1.0", - "System.Diagnostics.DiagnosticSource": "4.0.0", - "System.Diagnostics.Process": "4.1.0", - "System.Dynamic.Runtime": "4.0.11", - "System.Globalization.Extensions": "4.0.1", - "System.IO.FileSystem.Watcher": "4.0.0", - "System.IO.MemoryMappedFiles": "4.0.0", - "System.IO.UnmanagedMemoryStream": "4.0.1", - "System.Linq.Expressions": "4.1.0", - "System.Linq.Parallel": "4.0.1", - "System.Linq.Queryable": "4.0.1", - "System.Net.NameResolution": "4.0.0", - "System.Net.Requests": "4.0.11", - "System.Net.Security": "4.0.0", - "System.Net.WebHeaderCollection": "4.0.1", - "System.Numerics.Vectors": "4.1.1", - "System.Reflection.DispatchProxy": "4.0.1", - "System.Reflection.Metadata": "1.3.0", - "System.Reflection.TypeExtensions": "4.1.0", - "System.Resources.Reader": "4.0.0", - "System.Runtime.Loader": "4.0.0", - "System.Security.Cryptography.Algorithms": "4.2.0", - "System.Security.Cryptography.Encoding": "4.0.0", - "System.Security.Cryptography.Primitives": "4.0.0", - "System.Security.Cryptography.X509Certificates": "4.1.0", - "System.Threading.Tasks.Dataflow": "4.6.0", - "System.Threading.Tasks.Extensions": "4.0.0", - "System.Threading.Tasks.Parallel": "4.0.1", - "System.Threading.Thread": "4.0.0", - "System.Threading.ThreadPool": "4.0.10" - } - }, - "Microsoft.NETCore.DotNetHost/1.0.1": {}, - "Microsoft.NETCore.DotNetHostPolicy/1.0.1": { - "dependencies": { - "Microsoft.NETCore.DotNetHostResolver": "1.0.1" - } - }, - "Microsoft.NETCore.DotNetHostResolver/1.0.1": { - "dependencies": { - "Microsoft.NETCore.DotNetHost": "1.0.1" - } - }, - "Microsoft.NETCore.Jit/1.0.2": {}, - "Microsoft.NETCore.Platforms/1.0.1": {}, - "Microsoft.NETCore.Runtime.CoreCLR/1.0.2": { - "dependencies": { - "Microsoft.NETCore.Jit": "1.0.2", - "Microsoft.NETCore.Windows.ApiSets": "1.0.1" - } - }, - "Microsoft.NETCore.Targets/1.0.1": {}, - "Microsoft.NETCore.Windows.ApiSets/1.0.1": {}, - "Microsoft.VisualBasic/10.0.1": { - "dependencies": { - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.Dynamic.Runtime": "4.0.11", - "System.Globalization": "4.0.11", - "System.Linq": "4.1.0", - "System.Linq.Expressions": "4.1.0", - "System.ObjectModel": "4.0.12", - "System.Reflection": "4.1.0", - "System.Reflection.Extensions": "4.0.1", - "System.Reflection.Primitives": "4.0.1", - "System.Reflection.TypeExtensions": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.InteropServices": "4.1.0", - "System.Threading": "4.0.11" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.VisualBasic.dll": {} - } - }, - "Microsoft.VisualStudio.Web.BrowserLink.Loader/14.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Abstractions": "1.0.0", - "Microsoft.Extensions.FileProviders.Physical": "1.0.0", - "Microsoft.Extensions.PlatformAbstractions": "1.0.0", - "Microsoft.Win32.Registry": "4.0.0", - "System.Collections": "4.0.11", - "System.Net.Sockets": "4.1.0", - "System.Runtime.Loader": "4.0.0", - "System.Text.Encoding": "4.0.11", - "System.Threading": "4.0.11" - }, - "runtime": { - "lib/netstandard1.5/Microsoft.VisualStudio.Web.BrowserLink.Loader.dll": {} - } - }, - "Microsoft.Win32.Primitives/4.0.1": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.NETCore.Targets": "1.0.1", - "System.Runtime": "4.1.0" - } - }, - "Microsoft.Win32.Registry/4.0.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "System.Collections": "4.0.11", - "System.Globalization": "4.0.11", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0" - } - }, - "NETStandard.Library/1.6.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.Win32.Primitives": "4.0.1", - "System.AppContext": "4.1.0", - "System.Collections": "4.0.11", - "System.Collections.Concurrent": "4.0.12", - "System.Console": "4.0.0", - "System.Diagnostics.Debug": "4.0.11", - "System.Diagnostics.Tools": "4.0.1", - "System.Diagnostics.Tracing": "4.1.0", - "System.Globalization": "4.0.11", - "System.Globalization.Calendars": "4.0.1", - "System.IO": "4.1.0", - "System.IO.Compression": "4.1.0", - "System.IO.Compression.ZipFile": "4.0.1", - "System.IO.FileSystem": "4.0.1", - "System.IO.FileSystem.Primitives": "4.0.1", - "System.Linq": "4.1.0", - "System.Linq.Expressions": "4.1.0", - "System.Net.Http": "4.1.0", - "System.Net.Primitives": "4.0.11", - "System.Net.Sockets": "4.1.0", - "System.ObjectModel": "4.0.12", - "System.Reflection": "4.1.0", - "System.Reflection.Extensions": "4.0.1", - "System.Reflection.Primitives": "4.0.1", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.0.0", - "System.Runtime.Numerics": "4.0.1", - "System.Security.Cryptography.Algorithms": "4.2.0", - "System.Security.Cryptography.Encoding": "4.0.0", - "System.Security.Cryptography.Primitives": "4.0.0", - "System.Security.Cryptography.X509Certificates": "4.1.0", - "System.Text.Encoding": "4.0.11", - "System.Text.Encoding.Extensions": "4.0.11", - "System.Text.RegularExpressions": "4.1.0", - "System.Threading": "4.0.11", - "System.Threading.Tasks": "4.0.11", - "System.Threading.Timer": "4.0.1", - "System.Xml.ReaderWriter": "4.0.11", - "System.Xml.XDocument": "4.0.11" - } - }, - "Newtonsoft.Json/9.0.1": { - "dependencies": { - "Microsoft.CSharp": "4.0.1", - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.Dynamic.Runtime": "4.0.11", - "System.Globalization": "4.0.11", - "System.IO": "4.1.0", - "System.Linq": "4.1.0", - "System.Linq.Expressions": "4.1.0", - "System.ObjectModel": "4.0.12", - "System.Reflection": "4.1.0", - "System.Reflection.Extensions": "4.0.1", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.Serialization.Primitives": "4.1.1", - "System.Text.Encoding": "4.0.11", - "System.Text.Encoding.Extensions": "4.0.11", - "System.Text.RegularExpressions": "4.1.0", - "System.Threading": "4.0.11", - "System.Threading.Tasks": "4.0.11", - "System.Xml.ReaderWriter": "4.0.11", - "System.Xml.XDocument": "4.0.11" - }, - "runtime": { - "lib/netstandard1.0/Newtonsoft.Json.dll": {} - } - }, - "runtime.native.System/4.0.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.NETCore.Targets": "1.0.1" - } - }, - "runtime.native.System.IO.Compression/4.1.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.NETCore.Targets": "1.0.1" - } - }, - "runtime.native.System.Net.Http/4.0.1": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.NETCore.Targets": "1.0.1" - } - }, - "runtime.native.System.Net.Security/4.0.1": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.NETCore.Targets": "1.0.1" - } - }, - "runtime.native.System.Security.Cryptography/4.0.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.NETCore.Targets": "1.0.1" - } - }, - "System.AppContext/4.1.0": { - "dependencies": { - "System.Runtime": "4.1.0" - }, - "runtime": { - "lib/netstandard1.6/System.AppContext.dll": {} - } - }, - "System.Buffers/4.0.0": { - "dependencies": { - "System.Diagnostics.Debug": "4.0.11", - "System.Diagnostics.Tracing": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Threading": "4.0.11" - }, - "runtime": { - "lib/netstandard1.1/System.Buffers.dll": {} - } - }, - "System.Collections/4.0.11": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.NETCore.Targets": "1.0.1", - "System.Runtime": "4.1.0" - } - }, - "System.Collections.Concurrent/4.0.12": { - "dependencies": { - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.Diagnostics.Tracing": "4.1.0", - "System.Globalization": "4.0.11", - "System.Reflection": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Threading": "4.0.11", - "System.Threading.Tasks": "4.0.11" - }, - "runtime": { - "lib/netstandard1.3/System.Collections.Concurrent.dll": {} - } - }, - "System.Collections.Immutable/1.2.0": { - "dependencies": { - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.Globalization": "4.0.11", - "System.Linq": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Threading": "4.0.11" - }, - "runtime": { - "lib/netstandard1.0/System.Collections.Immutable.dll": {} - } - }, - "System.Collections.NonGeneric/4.0.1": { - "dependencies": { - "System.Diagnostics.Debug": "4.0.11", - "System.Globalization": "4.0.11", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Threading": "4.0.11" - }, - "runtime": { - "lib/netstandard1.3/System.Collections.NonGeneric.dll": {} - } - }, - "System.Collections.Specialized/4.0.1": { - "dependencies": { - "System.Collections.NonGeneric": "4.0.1", - "System.Globalization": "4.0.11", - "System.Globalization.Extensions": "4.0.1", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Threading": "4.0.11" - }, - "runtime": { - "lib/netstandard1.3/System.Collections.Specialized.dll": {} - } - }, - "System.ComponentModel/4.0.1": { - "dependencies": { - "System.Runtime": "4.1.0" - }, - "runtime": { - "lib/netstandard1.3/System.ComponentModel.dll": {} - } - }, - "System.ComponentModel.Annotations/4.1.0": { - "dependencies": { - "System.Collections": "4.0.11", - "System.ComponentModel": "4.0.1", - "System.Globalization": "4.0.11", - "System.Linq": "4.1.0", - "System.Reflection": "4.1.0", - "System.Reflection.Extensions": "4.0.1", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Text.RegularExpressions": "4.1.0", - "System.Threading": "4.0.11" - }, - "runtime": { - "lib/netstandard1.4/System.ComponentModel.Annotations.dll": {} - } - }, - "System.ComponentModel.Primitives/4.1.0": { - "dependencies": { - "System.ComponentModel": "4.0.1", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0" - }, - "runtime": { - "lib/netstandard1.0/System.ComponentModel.Primitives.dll": {} - } - }, - "System.ComponentModel.TypeConverter/4.1.0": { - "dependencies": { - "System.Collections": "4.0.11", - "System.Collections.NonGeneric": "4.0.1", - "System.Collections.Specialized": "4.0.1", - "System.ComponentModel": "4.0.1", - "System.ComponentModel.Primitives": "4.1.0", - "System.Globalization": "4.0.11", - "System.Linq": "4.1.0", - "System.Reflection": "4.1.0", - "System.Reflection.Extensions": "4.0.1", - "System.Reflection.Primitives": "4.0.1", - "System.Reflection.TypeExtensions": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Threading": "4.0.11" - }, - "runtime": { - "lib/netstandard1.5/System.ComponentModel.TypeConverter.dll": {} - } - }, - "System.Console/4.0.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.NETCore.Targets": "1.0.1", - "System.IO": "4.1.0", - "System.Runtime": "4.1.0", - "System.Text.Encoding": "4.0.11" - } - }, - "System.Diagnostics.Contracts/4.0.1": { - "dependencies": { - "System.Runtime": "4.1.0" - }, - "runtime": { - "lib/netstandard1.0/System.Diagnostics.Contracts.dll": {} - } - }, - "System.Diagnostics.Debug/4.0.11": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.NETCore.Targets": "1.0.1", - "System.Runtime": "4.1.0" - } - }, - "System.Diagnostics.DiagnosticSource/4.0.0": { - "dependencies": { - "System.Collections": "4.0.11", - "System.Diagnostics.Tracing": "4.1.0", - "System.Reflection": "4.1.0", - "System.Runtime": "4.1.0", - "System.Threading": "4.0.11" - }, - "runtime": { - "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll": {} - } - }, - "System.Diagnostics.FileVersionInfo/4.0.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "System.Globalization": "4.0.11", - "System.IO": "4.1.0", - "System.IO.FileSystem": "4.0.1", - "System.IO.FileSystem.Primitives": "4.0.1", - "System.Reflection.Metadata": "1.3.0", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.InteropServices": "4.1.0" - } - }, - "System.Diagnostics.Process/4.1.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.Win32.Primitives": "4.0.1", - "Microsoft.Win32.Registry": "4.0.0", - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.Globalization": "4.0.11", - "System.IO": "4.1.0", - "System.IO.FileSystem": "4.0.1", - "System.IO.FileSystem.Primitives": "4.0.1", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0", - "System.Text.Encoding": "4.0.11", - "System.Text.Encoding.Extensions": "4.0.11", - "System.Threading": "4.0.11", - "System.Threading.Tasks": "4.0.11", - "System.Threading.Thread": "4.0.0", - "System.Threading.ThreadPool": "4.0.10", - "runtime.native.System": "4.0.0" - } - }, - "System.Diagnostics.StackTrace/4.0.1": { - "dependencies": { - "System.Collections.Immutable": "1.2.0", - "System.IO.FileSystem": "4.0.1", - "System.Reflection": "4.1.0", - "System.Reflection.Metadata": "1.3.0", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0" - }, - "runtime": { - "lib/netstandard1.3/System.Diagnostics.StackTrace.dll": {} - } - }, - "System.Diagnostics.Tools/4.0.1": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.NETCore.Targets": "1.0.1", - "System.Runtime": "4.1.0" - } - }, - "System.Diagnostics.Tracing/4.1.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.NETCore.Targets": "1.0.1", - "System.Runtime": "4.1.0" - } - }, - "System.Dynamic.Runtime/4.0.11": { - "dependencies": { - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.Globalization": "4.0.11", - "System.Linq": "4.1.0", - "System.Linq.Expressions": "4.1.0", - "System.ObjectModel": "4.0.12", - "System.Reflection": "4.1.0", - "System.Reflection.Emit": "4.0.1", - "System.Reflection.Emit.ILGeneration": "4.0.1", - "System.Reflection.Primitives": "4.0.1", - "System.Reflection.TypeExtensions": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Threading": "4.0.11" - }, - "runtime": { - "lib/netstandard1.3/System.Dynamic.Runtime.dll": {} - } - }, - "System.Globalization/4.0.11": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.NETCore.Targets": "1.0.1", - "System.Runtime": "4.1.0" - } - }, - "System.Globalization.Calendars/4.0.1": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.NETCore.Targets": "1.0.1", - "System.Globalization": "4.0.11", - "System.Runtime": "4.1.0" - } - }, - "System.Globalization.Extensions/4.0.1": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "System.Globalization": "4.0.11", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.InteropServices": "4.1.0" - } - }, - "System.IO/4.1.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.NETCore.Targets": "1.0.1", - "System.Runtime": "4.1.0", - "System.Text.Encoding": "4.0.11", - "System.Threading.Tasks": "4.0.11" - } - }, - "System.IO.Compression/4.1.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.IO": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0", - "System.Text.Encoding": "4.0.11", - "System.Threading": "4.0.11", - "System.Threading.Tasks": "4.0.11", - "runtime.native.System": "4.0.0", - "runtime.native.System.IO.Compression": "4.1.0" - } - }, - "System.IO.Compression.ZipFile/4.0.1": { - "dependencies": { - "System.Buffers": "4.0.0", - "System.IO": "4.1.0", - "System.IO.Compression": "4.1.0", - "System.IO.FileSystem": "4.0.1", - "System.IO.FileSystem.Primitives": "4.0.1", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Text.Encoding": "4.0.11" - }, - "runtime": { - "lib/netstandard1.3/System.IO.Compression.ZipFile.dll": {} - } - }, - "System.IO.FileSystem/4.0.1": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.NETCore.Targets": "1.0.1", - "System.IO": "4.1.0", - "System.IO.FileSystem.Primitives": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Text.Encoding": "4.0.11", - "System.Threading.Tasks": "4.0.11" - } - }, - "System.IO.FileSystem.Primitives/4.0.1": { - "dependencies": { - "System.Runtime": "4.1.0" - }, - "runtime": { - "lib/netstandard1.3/System.IO.FileSystem.Primitives.dll": {} - } - }, - "System.IO.FileSystem.Watcher/4.0.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.Win32.Primitives": "4.0.1", - "System.Collections": "4.0.11", - "System.IO.FileSystem": "4.0.1", - "System.IO.FileSystem.Primitives": "4.0.1", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0", - "System.Text.Encoding": "4.0.11", - "System.Threading": "4.0.11", - "System.Threading.Overlapped": "4.0.1", - "System.Threading.Tasks": "4.0.11", - "System.Threading.Thread": "4.0.0", - "runtime.native.System": "4.0.0" - } - }, - "System.IO.MemoryMappedFiles/4.0.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "System.IO": "4.1.0", - "System.IO.FileSystem": "4.0.1", - "System.IO.FileSystem.Primitives": "4.0.1", - "System.IO.UnmanagedMemoryStream": "4.0.1", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0", - "System.Threading": "4.0.11", - "System.Threading.Tasks": "4.0.11", - "runtime.native.System": "4.0.0" - } - }, - "System.IO.UnmanagedMemoryStream/4.0.1": { - "dependencies": { - "System.IO": "4.1.0", - "System.IO.FileSystem.Primitives": "4.0.1", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.InteropServices": "4.1.0", - "System.Threading": "4.0.11", - "System.Threading.Tasks": "4.0.11" - }, - "runtime": { - "lib/netstandard1.3/System.IO.UnmanagedMemoryStream.dll": {} - } - }, - "System.Linq/4.1.0": { - "dependencies": { - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0" - }, - "runtime": { - "lib/netstandard1.6/System.Linq.dll": {} - } - }, - "System.Linq.Expressions/4.1.0": { - "dependencies": { - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.Globalization": "4.0.11", - "System.IO": "4.1.0", - "System.Linq": "4.1.0", - "System.ObjectModel": "4.0.12", - "System.Reflection": "4.1.0", - "System.Reflection.Emit": "4.0.1", - "System.Reflection.Emit.ILGeneration": "4.0.1", - "System.Reflection.Emit.Lightweight": "4.0.1", - "System.Reflection.Extensions": "4.0.1", - "System.Reflection.Primitives": "4.0.1", - "System.Reflection.TypeExtensions": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Threading": "4.0.11" - }, - "runtime": { - "lib/netstandard1.6/System.Linq.Expressions.dll": {} - } - }, - "System.Linq.Parallel/4.0.1": { - "dependencies": { - "System.Collections": "4.0.11", - "System.Collections.Concurrent": "4.0.12", - "System.Diagnostics.Debug": "4.0.11", - "System.Diagnostics.Tracing": "4.1.0", - "System.Linq": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Threading": "4.0.11", - "System.Threading.Tasks": "4.0.11" - }, - "runtime": { - "lib/netstandard1.3/System.Linq.Parallel.dll": {} - } - }, - "System.Linq.Queryable/4.0.1": { - "dependencies": { - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.Linq": "4.1.0", - "System.Linq.Expressions": "4.1.0", - "System.Reflection": "4.1.0", - "System.Reflection.Extensions": "4.0.1", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0" - }, - "runtime": { - "lib/netstandard1.3/System.Linq.Queryable.dll": {} - } - }, - "System.Net.Http/4.1.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.Diagnostics.DiagnosticSource": "4.0.0", - "System.Diagnostics.Tracing": "4.1.0", - "System.Globalization": "4.0.11", - "System.Globalization.Extensions": "4.0.1", - "System.IO": "4.1.0", - "System.IO.FileSystem": "4.0.1", - "System.Net.Primitives": "4.0.11", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0", - "System.Security.Cryptography.Algorithms": "4.2.0", - "System.Security.Cryptography.Encoding": "4.0.0", - "System.Security.Cryptography.OpenSsl": "4.0.0", - "System.Security.Cryptography.Primitives": "4.0.0", - "System.Security.Cryptography.X509Certificates": "4.1.0", - "System.Text.Encoding": "4.0.11", - "System.Threading": "4.0.11", - "System.Threading.Tasks": "4.0.11", - "runtime.native.System": "4.0.0", - "runtime.native.System.Net.Http": "4.0.1", - "runtime.native.System.Security.Cryptography": "4.0.0" - } - }, - "System.Net.NameResolution/4.0.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "System.Collections": "4.0.11", - "System.Diagnostics.Tracing": "4.1.0", - "System.Globalization": "4.0.11", - "System.Net.Primitives": "4.0.11", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0", - "System.Security.Principal.Windows": "4.0.0", - "System.Threading": "4.0.11", - "System.Threading.Tasks": "4.0.11", - "runtime.native.System": "4.0.0" - } - }, - "System.Net.Primitives/4.0.11": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.NETCore.Targets": "1.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Handles": "4.0.1" - } - }, - "System.Net.Requests/4.0.11": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.Diagnostics.Tracing": "4.1.0", - "System.Globalization": "4.0.11", - "System.IO": "4.1.0", - "System.Net.Http": "4.1.0", - "System.Net.Primitives": "4.0.11", - "System.Net.WebHeaderCollection": "4.0.1", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Threading": "4.0.11", - "System.Threading.Tasks": "4.0.11" - } - }, - "System.Net.Security/4.0.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.Win32.Primitives": "4.0.1", - "System.Collections": "4.0.11", - "System.Collections.Concurrent": "4.0.12", - "System.Diagnostics.Tracing": "4.1.0", - "System.Globalization": "4.0.11", - "System.Globalization.Extensions": "4.0.1", - "System.IO": "4.1.0", - "System.Net.Primitives": "4.0.11", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0", - "System.Security.Claims": "4.0.1", - "System.Security.Cryptography.Algorithms": "4.2.0", - "System.Security.Cryptography.Encoding": "4.0.0", - "System.Security.Cryptography.OpenSsl": "4.0.0", - "System.Security.Cryptography.Primitives": "4.0.0", - "System.Security.Cryptography.X509Certificates": "4.1.0", - "System.Security.Principal": "4.0.1", - "System.Text.Encoding": "4.0.11", - "System.Threading": "4.0.11", - "System.Threading.Tasks": "4.0.11", - "System.Threading.ThreadPool": "4.0.10", - "runtime.native.System": "4.0.0", - "runtime.native.System.Net.Security": "4.0.1", - "runtime.native.System.Security.Cryptography": "4.0.0" - } - }, - "System.Net.Sockets/4.1.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.NETCore.Targets": "1.0.1", - "System.IO": "4.1.0", - "System.Net.Primitives": "4.0.11", - "System.Runtime": "4.1.0", - "System.Threading.Tasks": "4.0.11" - } - }, - "System.Net.WebHeaderCollection/4.0.1": { - "dependencies": { - "System.Collections": "4.0.11", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0" - }, - "runtime": { - "lib/netstandard1.3/System.Net.WebHeaderCollection.dll": {} - } - }, - "System.Net.WebSockets/4.0.0": { - "dependencies": { - "Microsoft.Win32.Primitives": "4.0.1", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Threading.Tasks": "4.0.11" - }, - "runtime": { - "lib/netstandard1.3/System.Net.WebSockets.dll": {} - } - }, - "System.Numerics.Vectors/4.1.1": { - "dependencies": { - "System.Globalization": "4.0.11", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0" - }, - "runtime": { - "lib/netstandard1.0/System.Numerics.Vectors.dll": {} - } - }, - "System.ObjectModel/4.0.12": { - "dependencies": { - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Threading": "4.0.11" - }, - "runtime": { - "lib/netstandard1.3/System.ObjectModel.dll": {} - } - }, - "System.Reflection/4.1.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.NETCore.Targets": "1.0.1", - "System.IO": "4.1.0", - "System.Reflection.Primitives": "4.0.1", - "System.Runtime": "4.1.0" - } - }, - "System.Reflection.DispatchProxy/4.0.1": { - "dependencies": { - "System.Collections": "4.0.11", - "System.Linq": "4.1.0", - "System.Reflection": "4.1.0", - "System.Reflection.Emit": "4.0.1", - "System.Reflection.Emit.ILGeneration": "4.0.1", - "System.Reflection.Extensions": "4.0.1", - "System.Reflection.Primitives": "4.0.1", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Threading": "4.0.11" - }, - "runtime": { - "lib/netstandard1.3/System.Reflection.DispatchProxy.dll": {} - } - }, - "System.Reflection.Emit/4.0.1": { - "dependencies": { - "System.IO": "4.1.0", - "System.Reflection": "4.1.0", - "System.Reflection.Emit.ILGeneration": "4.0.1", - "System.Reflection.Primitives": "4.0.1", - "System.Runtime": "4.1.0" - }, - "runtime": { - "lib/netstandard1.3/System.Reflection.Emit.dll": {} - } - }, - "System.Reflection.Emit.ILGeneration/4.0.1": { - "dependencies": { - "System.Reflection": "4.1.0", - "System.Reflection.Primitives": "4.0.1", - "System.Runtime": "4.1.0" - }, - "runtime": { - "lib/netstandard1.3/System.Reflection.Emit.ILGeneration.dll": {} - } - }, - "System.Reflection.Emit.Lightweight/4.0.1": { - "dependencies": { - "System.Reflection": "4.1.0", - "System.Reflection.Emit.ILGeneration": "4.0.1", - "System.Reflection.Primitives": "4.0.1", - "System.Runtime": "4.1.0" - }, - "runtime": { - "lib/netstandard1.3/System.Reflection.Emit.Lightweight.dll": {} - } - }, - "System.Reflection.Extensions/4.0.1": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.NETCore.Targets": "1.0.1", - "System.Reflection": "4.1.0", - "System.Runtime": "4.1.0" - } - }, - "System.Reflection.Metadata/1.3.0": { - "dependencies": { - "System.Collections": "4.0.11", - "System.Collections.Immutable": "1.2.0", - "System.Diagnostics.Debug": "4.0.11", - "System.IO": "4.1.0", - "System.Linq": "4.1.0", - "System.Reflection": "4.1.0", - "System.Reflection.Extensions": "4.0.1", - "System.Reflection.Primitives": "4.0.1", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.InteropServices": "4.1.0", - "System.Text.Encoding": "4.0.11", - "System.Text.Encoding.Extensions": "4.0.11", - "System.Threading": "4.0.11" - }, - "runtime": { - "lib/netstandard1.1/System.Reflection.Metadata.dll": {} - } - }, - "System.Reflection.Primitives/4.0.1": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.NETCore.Targets": "1.0.1", - "System.Runtime": "4.1.0" - } - }, - "System.Reflection.TypeExtensions/4.1.0": { - "dependencies": { - "System.Reflection": "4.1.0", - "System.Runtime": "4.1.0" - }, - "runtime": { - "lib/netstandard1.5/System.Reflection.TypeExtensions.dll": {} - } - }, - "System.Resources.Reader/4.0.0": { - "dependencies": { - "System.IO": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Text.Encoding": "4.0.11", - "System.Threading": "4.0.11" - }, - "runtime": { - "lib/netstandard1.0/System.Resources.Reader.dll": {} - } - }, - "System.Resources.ResourceManager/4.0.1": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.NETCore.Targets": "1.0.1", - "System.Globalization": "4.0.11", - "System.Reflection": "4.1.0", - "System.Runtime": "4.1.0" - } - }, - "System.Runtime/4.1.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.NETCore.Targets": "1.0.1" - } - }, - "System.Runtime.Extensions/4.1.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.NETCore.Targets": "1.0.1", - "System.Runtime": "4.1.0" - } - }, - "System.Runtime.Handles/4.0.1": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.NETCore.Targets": "1.0.1", - "System.Runtime": "4.1.0" - } - }, - "System.Runtime.InteropServices/4.1.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.NETCore.Targets": "1.0.1", - "System.Reflection": "4.1.0", - "System.Reflection.Primitives": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Handles": "4.0.1" - } - }, - "System.Runtime.InteropServices.RuntimeInformation/4.0.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "System.Reflection": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.InteropServices": "4.1.0", - "System.Threading": "4.0.11", - "runtime.native.System": "4.0.0" - } - }, - "System.Runtime.Loader/4.0.0": { - "dependencies": { - "System.IO": "4.1.0", - "System.Reflection": "4.1.0", - "System.Runtime": "4.1.0" - }, - "runtime": { - "lib/netstandard1.5/System.Runtime.Loader.dll": {} - } - }, - "System.Runtime.Numerics/4.0.1": { - "dependencies": { - "System.Globalization": "4.0.11", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0" - }, - "runtime": { - "lib/netstandard1.3/System.Runtime.Numerics.dll": {} - } - }, - "System.Runtime.Serialization.Primitives/4.1.1": { - "dependencies": { - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0" - }, - "runtime": { - "lib/netstandard1.3/System.Runtime.Serialization.Primitives.dll": {} - } - }, - "System.Security.Claims/4.0.1": { - "dependencies": { - "System.Collections": "4.0.11", - "System.Globalization": "4.0.11", - "System.IO": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Security.Principal": "4.0.1" - }, - "runtime": { - "lib/netstandard1.3/System.Security.Claims.dll": {} - } - }, - "System.Security.Cryptography.Algorithms/4.2.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "System.Collections": "4.0.11", - "System.IO": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0", - "System.Runtime.Numerics": "4.0.1", - "System.Security.Cryptography.Encoding": "4.0.0", - "System.Security.Cryptography.Primitives": "4.0.0", - "System.Text.Encoding": "4.0.11", - "runtime.native.System.Security.Cryptography": "4.0.0" - } - }, - "System.Security.Cryptography.Cng/4.2.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "System.IO": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0", - "System.Security.Cryptography.Algorithms": "4.2.0", - "System.Security.Cryptography.Encoding": "4.0.0", - "System.Security.Cryptography.Primitives": "4.0.0", - "System.Text.Encoding": "4.0.11" - } - }, - "System.Security.Cryptography.Csp/4.0.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "System.IO": "4.1.0", - "System.Reflection": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0", - "System.Security.Cryptography.Algorithms": "4.2.0", - "System.Security.Cryptography.Encoding": "4.0.0", - "System.Security.Cryptography.Primitives": "4.0.0", - "System.Text.Encoding": "4.0.11", - "System.Threading": "4.0.11" - } - }, - "System.Security.Cryptography.Encoding/4.0.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "System.Collections": "4.0.11", - "System.Collections.Concurrent": "4.0.12", - "System.Linq": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0", - "System.Security.Cryptography.Primitives": "4.0.0", - "System.Text.Encoding": "4.0.11", - "runtime.native.System.Security.Cryptography": "4.0.0" - } - }, - "System.Security.Cryptography.OpenSsl/4.0.0": { - "dependencies": { - "System.Collections": "4.0.11", - "System.IO": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0", - "System.Runtime.Numerics": "4.0.1", - "System.Security.Cryptography.Algorithms": "4.2.0", - "System.Security.Cryptography.Encoding": "4.0.0", - "System.Security.Cryptography.Primitives": "4.0.0", - "System.Text.Encoding": "4.0.11", - "runtime.native.System.Security.Cryptography": "4.0.0" - }, - "runtime": { - "lib/netstandard1.6/System.Security.Cryptography.OpenSsl.dll": {} - } - }, - "System.Security.Cryptography.Primitives/4.0.0": { - "dependencies": { - "System.Diagnostics.Debug": "4.0.11", - "System.Globalization": "4.0.11", - "System.IO": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Threading": "4.0.11", - "System.Threading.Tasks": "4.0.11" - }, - "runtime": { - "lib/netstandard1.3/System.Security.Cryptography.Primitives.dll": {} - } - }, - "System.Security.Cryptography.X509Certificates/4.1.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.Globalization": "4.0.11", - "System.Globalization.Calendars": "4.0.1", - "System.IO": "4.1.0", - "System.IO.FileSystem": "4.0.1", - "System.IO.FileSystem.Primitives": "4.0.1", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0", - "System.Runtime.Numerics": "4.0.1", - "System.Security.Cryptography.Algorithms": "4.2.0", - "System.Security.Cryptography.Cng": "4.2.0", - "System.Security.Cryptography.Csp": "4.0.0", - "System.Security.Cryptography.Encoding": "4.0.0", - "System.Security.Cryptography.OpenSsl": "4.0.0", - "System.Security.Cryptography.Primitives": "4.0.0", - "System.Text.Encoding": "4.0.11", - "System.Threading": "4.0.11", - "runtime.native.System": "4.0.0", - "runtime.native.System.Net.Http": "4.0.1", - "runtime.native.System.Security.Cryptography": "4.0.0" - } - }, - "System.Security.Principal/4.0.1": { - "dependencies": { - "System.Runtime": "4.1.0" - }, - "runtime": { - "lib/netstandard1.0/System.Security.Principal.dll": {} - } - }, - "System.Security.Principal.Windows/4.0.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.Win32.Primitives": "4.0.1", - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.Reflection": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0", - "System.Security.Claims": "4.0.1", - "System.Security.Principal": "4.0.1", - "System.Text.Encoding": "4.0.11", - "System.Threading": "4.0.11" - } - }, - "System.Text.Encoding/4.0.11": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.NETCore.Targets": "1.0.1", - "System.Runtime": "4.1.0" - } - }, - "System.Text.Encoding.CodePages/4.0.1": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "System.Collections": "4.0.11", - "System.Globalization": "4.0.11", - "System.IO": "4.1.0", - "System.Reflection": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0", - "System.Text.Encoding": "4.0.11", - "System.Threading": "4.0.11" - } - }, - "System.Text.Encoding.Extensions/4.0.11": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.NETCore.Targets": "1.0.1", - "System.Runtime": "4.1.0", - "System.Text.Encoding": "4.0.11" - } - }, - "System.Text.Encodings.Web/4.0.0": { - "dependencies": { - "System.Diagnostics.Debug": "4.0.11", - "System.IO": "4.1.0", - "System.Reflection": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Threading": "4.0.11" - }, - "runtime": { - "lib/netstandard1.0/System.Text.Encodings.Web.dll": {} - } - }, - "System.Text.RegularExpressions/4.1.0": { - "dependencies": { - "System.Collections": "4.0.11", - "System.Globalization": "4.0.11", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Threading": "4.0.11" - }, - "runtime": { - "lib/netstandard1.6/System.Text.RegularExpressions.dll": {} - } - }, - "System.Threading/4.0.11": { - "dependencies": { - "System.Runtime": "4.1.0", - "System.Threading.Tasks": "4.0.11" - }, - "runtime": { - "lib/netstandard1.3/System.Threading.dll": {} - } - }, - "System.Threading.Overlapped/4.0.1": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Handles": "4.0.1" - } - }, - "System.Threading.Tasks/4.0.11": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.NETCore.Targets": "1.0.1", - "System.Runtime": "4.1.0" - } - }, - "System.Threading.Tasks.Dataflow/4.6.0": { - "dependencies": { - "System.Collections": "4.0.11", - "System.Collections.Concurrent": "4.0.12", - "System.Diagnostics.Debug": "4.0.11", - "System.Diagnostics.Tracing": "4.1.0", - "System.Dynamic.Runtime": "4.0.11", - "System.Linq": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Threading": "4.0.11", - "System.Threading.Tasks": "4.0.11" - }, - "runtime": { - "lib/netstandard1.1/System.Threading.Tasks.Dataflow.dll": {} - } - }, - "System.Threading.Tasks.Extensions/4.0.0": { - "dependencies": { - "System.Collections": "4.0.11", - "System.Runtime": "4.1.0", - "System.Threading.Tasks": "4.0.11" - }, - "runtime": { - "lib/netstandard1.0/System.Threading.Tasks.Extensions.dll": {} - } - }, - "System.Threading.Tasks.Parallel/4.0.1": { - "dependencies": { - "System.Collections.Concurrent": "4.0.12", - "System.Diagnostics.Debug": "4.0.11", - "System.Diagnostics.Tracing": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Threading": "4.0.11", - "System.Threading.Tasks": "4.0.11" - }, - "runtime": { - "lib/netstandard1.3/System.Threading.Tasks.Parallel.dll": {} - } - }, - "System.Threading.Thread/4.0.0": { - "dependencies": { - "System.Runtime": "4.1.0" - }, - "runtime": { - "lib/netstandard1.3/System.Threading.Thread.dll": {} - } - }, - "System.Threading.ThreadPool/4.0.10": { - "dependencies": { - "System.Runtime": "4.1.0", - "System.Runtime.Handles": "4.0.1" - }, - "runtime": { - "lib/netstandard1.3/System.Threading.ThreadPool.dll": {} - } - }, - "System.Threading.Timer/4.0.1": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.NETCore.Targets": "1.0.1", - "System.Runtime": "4.1.0" - } - }, - "System.Xml.ReaderWriter/4.0.11": { - "dependencies": { - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.Globalization": "4.0.11", - "System.IO": "4.1.0", - "System.IO.FileSystem": "4.0.1", - "System.IO.FileSystem.Primitives": "4.0.1", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.InteropServices": "4.1.0", - "System.Text.Encoding": "4.0.11", - "System.Text.Encoding.Extensions": "4.0.11", - "System.Text.RegularExpressions": "4.1.0", - "System.Threading.Tasks": "4.0.11", - "System.Threading.Tasks.Extensions": "4.0.0" - }, - "runtime": { - "lib/netstandard1.3/System.Xml.ReaderWriter.dll": {} - } - }, - "System.Xml.XDocument/4.0.11": { - "dependencies": { - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.Diagnostics.Tools": "4.0.1", - "System.Globalization": "4.0.11", - "System.IO": "4.1.0", - "System.Reflection": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Text.Encoding": "4.0.11", - "System.Threading": "4.0.11", - "System.Xml.ReaderWriter": "4.0.11" - }, - "runtime": { - "lib/netstandard1.3/System.Xml.XDocument.dll": {} - } - }, - "System.Xml.XmlDocument/4.0.1": { - "dependencies": { - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.Globalization": "4.0.11", - "System.IO": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Text.Encoding": "4.0.11", - "System.Threading": "4.0.11", - "System.Xml.ReaderWriter": "4.0.11" - }, - "runtime": { - "lib/netstandard1.3/System.Xml.XmlDocument.dll": {} - } - }, - "System.Xml.XPath/4.0.1": { - "dependencies": { - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.Globalization": "4.0.11", - "System.IO": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Threading": "4.0.11", - "System.Xml.ReaderWriter": "4.0.11" - }, - "runtime": { - "lib/netstandard1.3/System.Xml.XPath.dll": {} - } - }, - "System.Xml.XPath.XDocument/4.0.1": { - "dependencies": { - "System.Diagnostics.Debug": "4.0.11", - "System.Linq": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Threading": "4.0.11", - "System.Xml.ReaderWriter": "4.0.11", - "System.Xml.XDocument": "4.0.11", - "System.Xml.XPath": "4.0.1" - }, - "runtime": { - "lib/netstandard1.3/System.Xml.XPath.XDocument.dll": {} - } - } - } - }, - "libraries": { - "Socioboard/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Libuv/1.9.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-9Q7AaqtQhS8JDSIvRBt6ODSLWDBI4c8YxNxyCQemWebBFUtBbc6M5Vi5Gz1ZyIUlTW3rZK9bIr5gnVyv0z7a2Q==" - }, - "Microsoft.ApplicationInsights/2.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-mviO8PLQd3r22Pmv8JfjYzTCQ9ByhkU9wdC4fwd6WmAARwAMgMw9HEbHeYS3r+8pB3w+fZMi7p4LKijzgNybRQ==" - }, - "Microsoft.ApplicationInsights.AspNetCore/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-t1O4hbatuHU4BJnuBZ4zmx6fNoTryyZO/NwxwqmMUbuHyvil3elkOZvX3pJWlUTOk6/wyRXItGKBiW4uDET6Kw==" - }, - "Microsoft.AspNetCore.Antiforgery/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-oJnrSvL6S7jM2eD/TR/Kyp/7O6pKvN+8FcnYvUaxaHbKlISwl98o44uidzePBjGxTf4fh9NFEx/q3OuuxAvBzw==" - }, - "Microsoft.AspNetCore.Authorization/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-iVFQ5xHSyxmfWYdl5B/xIFzXgm4SRgYQUKlLFVNGfEhbbjw0Ur2pfVrEvpENrhHFOQ2XAZcuFlGxSIzZwsVrMg==" - }, - "Microsoft.AspNetCore.Cors/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-fC8lWOU3+ltkbgQyD1P7eRQ66fGfZkPNU2UkwOI8tyF5FUsd8nRTfzvsO4mSyQfgmgfk2Hc8TGzx/okevZwXkg==" - }, - "Microsoft.AspNetCore.Cryptography.Internal/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-0btvxwOqYNpKTUQrD7LA3p6Wi0vrhfWGBVqIKPS1KtEdkCv3QoVgFO4eJYuClGDS9NXhqk7TWh46/8x8wtZHaw==" - }, - "Microsoft.AspNetCore.DataProtection/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-gt4URT+8ljPk0ePspLqOGPJBm+s6iMvsZqweplhf7wiZSjFiG1uYBNpQ/0dFY7wSx3NMRjekyXzCjvkGAV570g==" - }, - "Microsoft.AspNetCore.DataProtection.Abstractions/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-h5ycDgkqmRdManmYMQVJgzNI7YtVp2X2/os1cKmdfrpfq+m9L8bMKhbd7PCksoLci+aYTOSn45khPl+hpPb9ug==" - }, - "Microsoft.AspNetCore.Diagnostics/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-nGmsbmax1PsMyOzeE+4UyA7dZZ4SlRa5j4eMbt1HArvUaec3Z7ldb7fASyCrC/tlpfKf9Jeruv1qy+yGyjUeQw==" - }, - "Microsoft.AspNetCore.Diagnostics.Abstractions/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-RrXsm5Xzvxs0OFDhRcIIUNOM5rXKnRWj/bIkuDkXNIBniGcPDrfGbACIatA127I6pmybNAE84puFAt3wsU2kww==" - }, - "Microsoft.AspNetCore.Hosting/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-0M7ZRAxTmGHOQV3B5Lm30VBg33uxxkPIKAxMc/C9yFBMPWPfk6V1uvb2ZL5eEPlo9/MZooITyMcGBQUHiakFjg==" - }, - "Microsoft.AspNetCore.Hosting.Abstractions/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-8r6qOl1jYyC523ZKM1QNl+6ijIoYWELWm0tpEWqtTIOg9DytHJWshB7usgqiuRmfHXM0EUziR6ouFY7iP7Tuzw==" - }, - "Microsoft.AspNetCore.Hosting.Server.Abstractions/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-sHZyhQEoW15T9E36rfdm5Ux6a6RZB0KNM79ccf2IplWASqmlRGhX4ydU3dzQRLhkHpLx16fnWOL0KScsO6BevQ==" - }, - "Microsoft.AspNetCore.Html.Abstractions/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/JLMu2k8FiInLZC0SHXT+Cmdzi7AYa3B5v9w32Kd0mPTH4RYIQo/XNPIOr2HsPTXp3I9cZo1DajaMVGnJMN2QA==" - }, - "Microsoft.AspNetCore.Http/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-c/+eWVWQ8fX5hBHhL1BY4k2n4kVyUnqJLSCj0sTTXwRTU6IKoGbTOUqHT9as8C71Vk54YpAsi/VPmGW7T/ap3A==" - }, - "Microsoft.AspNetCore.Http.Abstractions/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OJHlqdJOWKKBfsiVdX4Z4KCNuqvBIu6+1MVKuejRDyHnGyMkNHNoP/dtVzhPqvJXaJg9N4HlD0XNc6GDCFVffg==" - }, - "Microsoft.AspNetCore.Http.Extensions/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-GlvCPRpnw2jjHLdbGf/C28NQZLMeX1mugv5BS1a3FCQOJYyuwQZil4JwblR0frLyVrUVoJQ7UXRNZIzEVlO5XA==" - }, - "Microsoft.AspNetCore.Http.Features/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-6x7zgfbTo1gL9xMEb7EMO2ES/48bqwnWyfH09z+ubWhnzxdhHls8rtqstPylu5FPD9nid6Vo2pgDm5vufRAy5Q==" - }, - "Microsoft.AspNetCore.HttpOverrides/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-gHpdaaAzhaTWJZuJVo3ler2zzdQWrm8wnsoSjcNtoZZdTOkwImndRwK8o4GYoM18dfmfNheM7i4EENI7XHM/lA==" - }, - "Microsoft.AspNetCore.JsonPatch/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-WVaSVS+dDlWCR/qerHnBxU9tIeJ9GMA3M5tg4cxH7/cJYZZLnr2zvaFHGB+cRRNCKKTJ0pFRxT7ES8knhgAAaA==" - }, - "Microsoft.AspNetCore.Localization/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-DF/maMd9f6ZPoTlU8n6/AGm3fpZNPiiip34bPrBQuloX2a5O0KwyV72qKhJhJNqmVVnDnTu8XYT16ysoFXRxQA==" - }, - "Microsoft.AspNetCore.Mvc/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-nNiMnzdXHpMrsjnBRiYaVy5EMsCmTsqSIIOtJvMbqJldh1i3NCM9jgvp4Da+Ke1gkGd2/MK8rXp+8a5yF+QOOQ==" - }, - "Microsoft.AspNetCore.Mvc.Abstractions/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-d7KEexDwxSwVeZv+SDbsMRPl2WuKMVckOCp/KTGuI1NJhd/7GvNGW101iRIC3tC/yym0PaajcWwTZNVfjhyoJw==" - }, - "Microsoft.AspNetCore.Mvc.ApiExplorer/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-46aWHLmZ37c44bJzLdbSEmIxCwQo7BljHBoK8C9CPCEPOLPWmg0XyPhGyMSGY4woDmm9ukBOEpqT899BWSxhRw==" - }, - "Microsoft.AspNetCore.Mvc.Core/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-tjCOZJheOAKStHs4LIcrLsbF/00wEwSinC+vCFpsmdqGVl3/tX9jnID20E1NlkKOW68DOLBavoC23BWFiHa0JA==" - }, - "Microsoft.AspNetCore.Mvc.Cors/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-jz3au6mm/O0ahotfUqZTGtsftcd4UYKIzl2l0+WRG817UJdMGLmnmgmUPcAQR1nrI0Dg49MsfTkjWoMQM9CsUw==" - }, - "Microsoft.AspNetCore.Mvc.DataAnnotations/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ZU02Y2tnKu/lVv2ywnNO+nSRzDWiTlq+ZhSuR9L3Q9NqlCyQJXOgX+iD/BGshnMQ7ZTstjyO4h8WeF7Ii9vBWQ==" - }, - "Microsoft.AspNetCore.Mvc.Formatters.Json/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-XQQLbxYLmdRj2U685NxFIrxVxqsXHLO5zN4ZIhTQ23VxzI6Qk2WN9ska0tl4ZMDV/4pSyE8SlmNeKPCN3pW86w==" - }, - "Microsoft.AspNetCore.Mvc.Localization/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-+w4s6j88pzJmc++3IozCmo0AIOF8ks/LrOAuMTRm6ve/l+wTp/oqXu2tjLA3QAvP6n6hC3cm40qW69UhYUtSIQ==" - }, - "Microsoft.AspNetCore.Mvc.Razor/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-G17pVnANhBj6AdpzTnJV36MRx4KNLQao0NqGUyKFvtKjy77KR55Fmt6/MVykbOB5xH33fbMIveTiSF3h4kWSQA==" - }, - "Microsoft.AspNetCore.Mvc.Razor.Host/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-cMdbvKf56IRyviirKFAgwcUSxwzLVASRA8cgxQD6Bw/JO9uwpG33mWjMnsdmZveW0y/ek1FjHTx6Zd4UpZfQ6A==" - }, - "Microsoft.AspNetCore.Mvc.TagHelpers/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-5IT4kddg3Tz3Ki53HvP3fvjnpYzKjY5mFWhmpPQvE2vzfMr7zU6X1Cls2SnJPMcV6sAqzTB4j6AmUmcEpFNMqg==" - }, - "Microsoft.AspNetCore.Mvc.ViewFeatures/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-DNMCqY+TX5jgO3M1C7Lf5E61llWZ+QgtjLYfrIkq7yfZjhzI52nprFE3mh66HahKU1EvyOz9+ISdaSmTimfNbQ==" - }, - "Microsoft.AspNetCore.Razor/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-+vhlFn8n45hj1M91HYVm2ryLMZ+ZYR/OUdBVE8aUzkvkTVF+3UnNxSY3hAEugcgcbf9/XQTE+DDxEgN4LdYEjg==" - }, - "Microsoft.AspNetCore.Razor.Runtime/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-hsq6xJeqDDb78akZuy79QE3kaCxcigD3vccbIaNrrz7JSXOzayfteF06ToK+J1SXSDRtrBj3XZZfrjiqIY/vCw==" - }, - "Microsoft.AspNetCore.Routing/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-NvFvRtYHXWjBbXz5/7F7JDNcdhrE+tG1/Q9R6LmMxFgu8tkl1bqtFZQbMy17FYFkmm8Fn/T81blRGE2nxCbDRA==" - }, - "Microsoft.AspNetCore.Routing.Abstractions/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Ne5CFiD1xCGSHrGICw7PsVnj7gijfkMfsw52AO6ingcUhE01dc87cJPpfGLnY22MIvqn11ECLbNZYmzFp/Rs+A==" - }, - "Microsoft.AspNetCore.Server.IISIntegration/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-xmn6EivvL4Ymo7LP+Jc49WLcIiYsUiujZo0loEbAg473nY2dIHxcxncpFAKzPf/MzqN0qBtaXEP0igYJ813H3Q==" - }, - "Microsoft.AspNetCore.Server.Kestrel/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-TNRTsufpdeoa88kR2NU+mO0IZIyJCcBurkdLx4I9d7MpLV1MCnRCrIeTgFIOWpB+j6kytUUXblzhsd0rfk6+bQ==" - }, - "Microsoft.AspNetCore.StaticFiles/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pXiUBJtpO0fIlGEg/ESykhbIZ2+I+9Y+3qXzN19zZDDF+tD88eATg3A5MHMXu/VmqaROLfvpGJmJ6uOLUGsBVQ==" - }, - "Microsoft.AspNetCore.WebUtilities/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-D0licSnS1JgqQ/gYlN41wXbeYG3dFIdjY781YzMHZ5gBB7kczacshW+H6plZkXRr/cCnAJWGa31o1R8c5GEy/A==" - }, - "Microsoft.CodeAnalysis.Analyzers/1.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-HS3iRWZKcUw/8eZ/08GXKY2Bn7xNzQPzf8gRPHGSowX7u7XXu9i9YEaBeBNKUXWfI7qjvT2zXtLUvbN0hds8vg==" - }, - "Microsoft.CodeAnalysis.Common/1.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-V09G35cs0CT1C4Dr1IEOh8IGfnWALEVAOO5JXsqagxXwmYR012TlorQ+vx2eXxfZRKs3gAS/r92gN9kRBLba5A==" - }, - "Microsoft.CodeAnalysis.CSharp/1.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-BgWDIAbSFsHuGeLSn/rljLi51nXqkSo4DZ0qEIrHyPVasrhxEVq7aV8KKZ3HEfSFB+GIhBmOogE+mlOLYg19eg==" - }, - "Microsoft.CodeAnalysis.VisualBasic/1.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Sf3k8PkTkWqBmXnnblJbvb7ewO6mJzX6WO2t7m04BmOY5qBq6yhhyXnn/BMM+QCec3Arw3X35Zd8f9eBql0qgg==" - }, - "Microsoft.CSharp/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-17h8b5mXa87XYKrrVqdgZ38JefSUqLChUQpXgSnpzsM0nDOhE40FTeNWOJ/YmySGV6tG6T8+hjz6vxbknHJr6A==" - }, - "Microsoft.DotNet.InternalAbstractions/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-AAguUq7YyKk3yDWPoWA8DrLZvURxB/LrDdTn1h5lmPeznkFUpfC3p459w5mQYQE0qpquf/CkSQZ0etiV5vRHFA==" - }, - "Microsoft.Extensions.Caching.Abstractions/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-IxlFDVOchL6tdR05bk7EiJvMtvZrVkZXBhkbXqc3GxOHOrHFGcN+92WoWFPeBpdpy8ot/Px5ZdXzt7k+2n1Bdg==" - }, - "Microsoft.Extensions.Caching.Memory/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-6+7zTufCnZ+tfrUo7RbIRR3LB0BxwOwxfXuo0IbLyIvgoToGpWuz5wYEDfCYNOvpig9tY8FA0I1uRHYmITMXMQ==" - }, - "Microsoft.Extensions.Configuration/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-hR4yYebruRp6qyFnV3RW4qrnEb0J1LnMmQbj50AUA423V8dMs4E3YAohsyRyGBFnpbJ+KKzieSG/n2A6T0klZQ==" - }, - "Microsoft.Extensions.Configuration.Abstractions/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-nJ+Et/rnDMDmGhxvFAKdN3va7y+YDPICv1nUEP8I4IKgOkWwr/dCZHMqxVhJFrkbW9ux8Kd7erC4mvxfZh0WnA==" - }, - "Microsoft.Extensions.Configuration.Binder/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-kK8QuBcPQtmKJCkC9enc1uMRFa++mPTuVNm2K5jDVXcAYKRBcFSbdEBvIe1JIgA6dEsAQeqjfHfKSaUJ8f5NFQ==" - }, - "Microsoft.Extensions.Configuration.EnvironmentVariables/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-A0yqS98VtPNlFkFI7YBlwkAekUHE/9mMeNc+K4RmgTjCrskuk6pX3LGhDU7aD5CPYc9Px7M2To/2u4xDSnRikg==" - }, - "Microsoft.Extensions.Configuration.FileExtensions/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-MO7XtmLiqnpgVTX34uzFPvIS7jPmBUGLN0MP5MsYu6CqYTIs90ULjtrV5TegH5mTqKTXWjZRGXL26R6apTyc4w==" - }, - "Microsoft.Extensions.Configuration.Json/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-KRyEOe5/Xi3qyDMdEVh++e2pQRsI6C3wzINVExOcu9lOsFmXK/k4qOf244fyo59rnn6s5xKnIW3WbhxWS1hu2w==" - }, - "Microsoft.Extensions.DependencyInjection/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-zdtkiZNV6LB8xtpmfyUjP/9N9ZCL/ydQ+0bfjun38fbrk+MDEm9M2yeLzRdq+OIt5xExw/KU04wFaVwJ1bhQPg==" - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-+XwaNo3o9RhLQhUnnOBCaukeRi1X9yYc0Fzye9RlErSflKZdw0VgHtn6rvKo0FTionsW0x8QVULhKH+nkqVjQA==" - }, - "Microsoft.Extensions.DependencyModel/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-n55Y2T4qMgCNMrJaqAN+nlG2EH4XL+e9uxIg4vdFsQeF+L8UKxRdD3C35Bt+xk3vO3Zwp3g+6KFq2VPH2COSmg==" - }, - "Microsoft.Extensions.DiagnosticAdapter/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-GGI4Pp9DpRBFlAXDcZRz5e+R+TqLFBWzToTDXqxPjQiRq6DwPvDYuKD10rlJD4QxxeX8fcjakTlKO1RfC+DmFg==" - }, - "Microsoft.Extensions.FileProviders.Abstractions/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-4jsqTxG3py/hYSsOtZMkNJ2/CQqPdpwyK7bDUkrwHgqowCFSmx/C+R4IzQ+2AK2Up1fVcu+ldC0gktwidL828A==" - }, - "Microsoft.Extensions.FileProviders.Composite/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-4nbDQfagNr1eILXSFZbTNuAKuZ6SsOyK6ySTMryo67ECi8+EcZBQ12E0aXcxX/aT3v+3pbWSt71NXlEm8tKIxw==" - }, - "Microsoft.Extensions.FileProviders.Physical/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Ej5hGWtK3xM9YU+B2O8EdlMcJf5utbDQs9ecnfvwhENQeeNU7iI2jjnRB2d7V6o9SQZmNHPzdPvaNb3PlSMz+Q==" - }, - "Microsoft.Extensions.FileSystemGlobbing/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-scXp1Y+hmhQKLe57Z7cSjsAEFtE4zSHHydkg1SpvG56nWwWQVpVcRAbRZsv1qIBR5/vNB4LA9xiOKnvKO/Halg==" - }, - "Microsoft.Extensions.Globalization.CultureInfoCache/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-nxGoN8o+4clQk103krYRqS5FVVCZc3Tlc09AYj4W8gZ9Q5Jxa2BLW7ss+ogKU/hvNSg2NkJyQTfi9SegGU6ssQ==" - }, - "Microsoft.Extensions.Localization/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-nkDgz++GXjMSEIiVS6CpeirV8m8zvc/vUN2sq5sPnqG8PZltCMSNmqrwyL1onx6A6aRNdTr1nVfvYHwWAmS4vg==" - }, - "Microsoft.Extensions.Localization.Abstractions/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-hQ2sEJf7swsD5jk4DogLI3DazGvsvbz0IuSbxPFDjcvP0PRdxgCsyGpg70LD+3tRmxZcE1uh5jtcAi4X2BcB9w==" - }, - "Microsoft.Extensions.Logging/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-0mDuASVrd/nMeBYIJSK+9lT3TSmWxUXP/ipVB1pF1ApMN5fqGCckPTNwmOfT4Z9wPkXGnhbwFTGrxZvbzTWxOg==" - }, - "Microsoft.Extensions.Logging.Abstractions/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-wHT6oY50q36mAXBRKtFaB7u07WxKC5u2M8fi3PqHOOnHyUo9gD0u1TlCNR8UObHQxKMYwqlgI8TLcErpt29n8A==" - }, - "Microsoft.Extensions.Logging.Console/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-GN4gFFONP12KbFEG9rNFpXuz6D2Tybcm8+c1wilaQ1eSl9zVX0gVRrKw/YRwxdwbM3eK7nWfRRqJaQPzOjtLnA==" - }, - "Microsoft.Extensions.Logging.Debug/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-V8fP8pGJxieGa1DAYOF1RX+cCGGqdOGNoAQUzxmy27+qNzbHB/cUXc7mCZT72jPZMB4U12zSVWlIt26GMsUIOg==" - }, - "Microsoft.Extensions.ObjectPool/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-BTXoWSTrv/saLlNSg8l41YOoSKeUUanQLykUqRTtiUJz2xxQOCgm4ckPzrdmSK6w0mdjR2h7IrUDGdBF78Z7yg==" - }, - "Microsoft.Extensions.Options/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-SdP3yPKF++JTkoa91pBDiE70uQkR/gdXWzOnMPbSj+eOqY1vgY+b8RVl+gh7TrJ2wlCK2QqnQtvCQlPPZRK36w==" - }, - "Microsoft.Extensions.Options.ConfigurationExtensions/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ov+cv1w81/lVrjqorjSpUvTzJhRVFu2GSRyRQYcGfGWPwrCz6473YoiqK/XNbeBmmF9VVyGPHVMubAH+Atsr3g==" - }, - "Microsoft.Extensions.PlatformAbstractions/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-zyjUzrOmuevOAJpIo3Mt5GmpALVYCVdLZ99keMbmCxxgQH7oxzU58kGHzE6hAgYEiWsdfMJLjVR7r+vSmaJmtg==" - }, - "Microsoft.Extensions.Primitives/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3q2vzfKEDjL6JFkRpk5SFA3zarYsO6+ZYgoucNImrUMzDn0mFbEOL5p9oPoWiypwypbJVVjWTf557bXZ0YFLig==" - }, - "Microsoft.Extensions.WebEncoders/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-NSSIBREmHHiyoAFXV2LMA+a6RMZtTHxgUbHJGHRtnjmTKnRyticx5HAzNpy8VG9+HCCHenL9QD7zSA8jjgAi5A==" - }, - "Microsoft.Net.Http.Headers/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-1lr92itF1fKR2oEQ6gk1IUsuCgp7UMlf/b1sjlAyuDeUnttj39ra59GQHYpomglJX1UVNpi1/cSBbEsXoNeIhw==" - }, - "Microsoft.NETCore.App/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Bv40dLDrT+Igcg1e6otW3D8voeJCfcAxOlsxSVlDz+J+cdWls5kblZvPHHvx7gX3/oJoQVIkEeO3sMyv5PSVJA==" - }, - "Microsoft.NETCore.DotNetHost/1.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-uaMgykq6AckP3hZW4dsD6zjocxyXPz0tcTl8OX7mlSUWsyFXdtf45sjdwI0JIHxt3gnI6GihAlOAwYK8HE4niQ==" - }, - "Microsoft.NETCore.DotNetHostPolicy/1.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-d8AQ+ZVj2iK9sbgl3IEsshCSaumhM1PNTPHxldZAQLOoI1BKF8QZ1zPCNqwBGisPiWOE3f/1SHDbQi1BTRBxuA==" - }, - "Microsoft.NETCore.DotNetHostResolver/1.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-GEXgpAHB9E0OhfcmNJ664Xcd2bJkz2qkGIAFmCgEI5ANlQy4qEEmBVfUqA+Z9HB85ZwWxZc1eIJ6fxdxcjrctg==" - }, - "Microsoft.NETCore.Jit/1.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Ok2vWofa6X8WD9vc4pfLHwvJz1/B6t3gOAoZcjrjrQf7lQOlNIuZIZtLn3wnWX28DuQGpPJkRlBxFj7Z5txNqw==" - }, - "Microsoft.NETCore.Platforms/1.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-2G6OjjJzwBfNOO8myRV/nFrbTw5iA+DEm0N+qUqhrOmaVtn4pC77h38I1jsXGw5VH55+dPfQsqHD0We9sCl9FQ==" - }, - "Microsoft.NETCore.Runtime.CoreCLR/1.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-A0x1xtTjYJWZr2DRzgfCOXgB0JkQg8twnmtTJ79wFje+IihlLbXtx6Z2AxyVokBM5ruwTedR6YdCmHk39QJdtQ==" - }, - "Microsoft.NETCore.Targets/1.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-rkn+fKobF/cbWfnnfBOQHKVKIOpxMZBvlSHkqDWgBpwGDcLRduvs3D9OLGeV6GWGvVwNlVi2CBbTjuPmtHvyNw==" - }, - "Microsoft.NETCore.Windows.ApiSets/1.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-SaToCvvsGMxTgtLv/BrFQ5IFMPRE1zpWbnqbpwykJa8W5XiX82CXI6K2o7yf5xS7EP6t/JzFLV0SIDuWpvBZVw==" - }, - "Microsoft.VisualBasic/10.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-HpNyOf/4Tp2lh4FyywB55VITk0SqVxEjDzsVDDyF1yafDN6Bq18xcHowzCPINyYHUTgGcEtmpYiRsFdSo0KKdQ==" - }, - "Microsoft.VisualStudio.Web.BrowserLink.Loader/14.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-f01OAOfsctcN7gSa05qYK8AgU1E/BFeZizvszNJMXY3BMJbYSj+3+YqyLunkMSf7LN92kcl7gQsAY9FayEH3ag==" - }, - "Microsoft.Win32.Primitives/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-fQnBHO9DgcmkC9dYSJoBqo6sH1VJwJprUHh8F3hbcRlxiQiBUuTntdk8tUwV490OqC2kQUrinGwZyQHTieuXRA==" - }, - "Microsoft.Win32.Registry/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-q+eLtROUAQ3OxYA5mpQrgyFgzLQxIyrfT2eLpYX5IEPlHmIio2nh4F5bgOaQoGOV865kFKZZso9Oq9RlazvXtg==" - }, - "NETStandard.Library/1.6.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ypsCvIdCZ4IoYASJHt6tF2fMo7N30NLgV1EbmC+snO490OMl9FvVxmumw14rhReWU3j3g7BYudG6YCrchwHJlA==" - }, - "Newtonsoft.Json/9.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-U82mHQSKaIk+lpSVCbWYKNavmNH1i5xrExDEquU1i6I5pV6UMOqRnJRSlKO3cMPfcpp0RgDY+8jUXHdQ4IfXvw==" - }, - "runtime.native.System/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-QfS/nQI7k/BLgmLrw7qm7YBoULEvgWnPI+cYsbfCVFTW8Aj+i8JhccxcFMu1RWms0YZzF+UHguNBK4Qn89e2Sg==" - }, - "runtime.native.System.IO.Compression/4.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Ob7nvnJBox1aaB222zSVZSkf4WrebPG4qFscfK7vmD7P7NxoSxACQLtO7ytWpqXDn2wcd/+45+EAZ7xjaPip8A==" - }, - "runtime.native.System.Net.Http/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Nh0UPZx2Vifh8r+J+H2jxifZUD3sBrmolgiFWJd2yiNrxO0xTa6bAw3YwRn1VOiSen/tUXMS31ttNItCZ6lKuA==" - }, - "runtime.native.System.Net.Security/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Az6Ff6rZFb8nYGAaejFR6jr8ktt9f3e1Q/yKdw0pwHNTLaO/1eCAC9vzBoR9YAb0QeZD6fZXl1A9tRB5stpzXA==" - }, - "runtime.native.System.Security.Cryptography/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-2CQK0jmO6Eu7ZeMgD+LOFbNJSXHFVQbCJJkEyEwowh1SCgYnrn9W9RykMfpeeVGw7h4IBvYikzpGUlmZTUafJw==" - }, - "System.AppContext/4.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3QjO4jNV7PdKkmQAVp9atA+usVnKRwI3Kx1nMwJ93T0LcQfx7pKAYk0nKz5wn1oP5iqlhZuy6RXOFdhr7rDwow==" - }, - "System.Buffers/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-msXumHfjjURSkvxUjYuq4N2ghHoRi2VpXcKMA7gK6ujQfU3vGpl+B6ld0ATRg+FZFpRyA6PgEPA+VlIkTeNf2w==" - }, - "System.Collections/4.0.11": { - "type": "package", - "serviceable": true, - "sha512": "sha512-YUJGz6eFKqS0V//mLt25vFGrrCvOnsXjlvFQs+KimpwNxug9x0Pzy4PlFMU3Q2IzqAa9G2L4LsK3+9vCBK7oTg==" - }, - "System.Collections.Concurrent/4.0.12": { - "type": "package", - "serviceable": true, - "sha512": "sha512-2gBcbb3drMLgxlI0fBfxMA31ec6AEyYCHygGse4vxceJan8mRIWeKJ24BFzN7+bi/NFTgdIgufzb94LWO5EERQ==" - }, - "System.Collections.Immutable/1.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Cma8cBW6di16ZLibL8LYQ+cLjGzoKxpOTu/faZfDcx94ZjAGq6Nv5RO7+T1YZXqEXTZP9rt1wLVEONVpURtUqw==" - }, - "System.Collections.NonGeneric/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-hMxFT2RhhlffyCdKLDXjx8WEC5JfCvNozAZxCablAuFRH74SCV4AgzE8yJCh/73bFnEoZgJ9MJmkjQ0dJmnKqA==" - }, - "System.Collections.Specialized/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/HKQyVP0yH1I0YtK7KJL/28snxHNH/bi+0lgk/+MbURF6ULhAE31MDI+NZDerNWu264YbxklXCCygISgm+HMug==" - }, - "System.ComponentModel/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-oBZFnm7seFiVfugsIyOvQCWobNZs7FzqDV/B7tx20Ep/l3UUFCPDkdTnCNaJZTU27zjeODmy2C/cP60u3D4c9w==" - }, - "System.ComponentModel.Annotations/4.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-rhnz80h8NnHJzoi0nbQJLRR2cJznyqG168q1bgoSpe5qpaME2SguXzuEzpY68nFCi2kBgHpbU4bRN2cP3unYRA==" - }, - "System.ComponentModel.Primitives/4.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-sc/7eVCdxPrp3ljpgTKVaQGUXiW05phNWvtv/m2kocXqrUQvTVWKou1Edas2aDjTThLPZOxPYIGNb/HN0QjURg==" - }, - "System.ComponentModel.TypeConverter/4.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-MnDAlaeJZy9pdB5ZdOlwdxfpI+LJQ6e0hmH7d2+y2LkiD8DRJynyDYl4Xxf3fWFm7SbEwBZh4elcfzONQLOoQw==" - }, - "System.Console/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-qSKUSOIiYA/a0g5XXdxFcUFmv1hNICBD7QZ0QhGYVipPIhvpiydY8VZqr1thmCXvmn8aipMg64zuanB4eotK9A==" - }, - "System.Diagnostics.Contracts/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-HvQQjy712vnlpPxaloZYkuE78Gn353L0SJLJVeLcNASeg9c4qla2a1Xq8I7B3jZoDzKPtHTkyVO7AZ5tpeQGuA==" - }, - "System.Diagnostics.Debug/4.0.11": { - "type": "package", - "serviceable": true, - "sha512": "sha512-w5U95fVKHY4G8ASs/K5iK3J5LY+/dLFd4vKejsnI/ZhBsWS9hQakfx3Zr7lRWKg4tAw9r4iktyvsTagWkqYCiw==" - }, - "System.Diagnostics.DiagnosticSource/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-YKglnq4BMTJxfcr6nuT08g+yJ0UxdePIHxosiLuljuHIUR6t4KhFsyaHOaOc1Ofqp0PUvJ0EmcgiEz6T7vEx3w==" - }, - "System.Diagnostics.FileVersionInfo/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-qjF74OTAU+mRhLaL4YSfiWy3vj6T3AOz8AW37l5zCwfbBfj0k7E94XnEsRaf2TnhE/7QaV6Hvqakoy2LoV8MVg==" - }, - "System.Diagnostics.Process/4.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-mpVZ5bnlSs3tTeJ6jYyDJEIa6tavhAd88lxq1zbYhkkCu0Pno2+gHXcvZcoygq2d8JxW3gojXqNJMTAshduqZA==" - }, - "System.Diagnostics.StackTrace/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-6i2EbRq0lgGfiZ+FDf0gVaw9qeEU+7IS2+wbZJmFVpvVzVOgZEt0ScZtyenuBvs6iDYbGiF51bMAa0oDP/tujQ==" - }, - "System.Diagnostics.Tools/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-xBfJ8pnd4C17dWaC9FM6aShzbJcRNMChUMD42I6772KGGrqaFdumwhn9OdM68erj1ueNo3xdQ1EwiFjK5k8p0g==" - }, - "System.Diagnostics.Tracing/4.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-vDN1PoMZCkkdNjvZLql592oYJZgS7URcJzJ7bxeBgGtx5UtR5leNm49VmfHGqIffX4FKacHbI3H6UyNSHQknBg==" - }, - "System.Dynamic.Runtime/4.0.11": { - "type": "package", - "serviceable": true, - "sha512": "sha512-db34f6LHYM0U0JpE+sOmjar27BnqTVkbLJhgfwMpTdgTigG/Hna3m2MYVwnFzGGKnEJk2UXFuoVTr8WUbU91/A==" - }, - "System.Globalization/4.0.11": { - "type": "package", - "serviceable": true, - "sha512": "sha512-B95h0YLEL2oSnwF/XjqSWKnwKOy/01VWkNlsCeMTFJLLabflpGV26nK164eRs5GiaRSBGpOxQ3pKoSnnyZN5pg==" - }, - "System.Globalization.Calendars/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-L1c6IqeQ88vuzC1P81JeHmHA8mxq8a18NUBNXnIY/BVb+TCyAaGIFbhpZt60h9FJNmisymoQkHEFSE9Vslja1Q==" - }, - "System.Globalization.Extensions/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-KKo23iKeOaIg61SSXwjANN7QYDr/3op3OWGGzDzz7mypx0Za0fZSeG0l6cco8Ntp8YMYkIQcAqlk8yhm5/Uhcg==" - }, - "System.IO/4.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3KlTJceQc3gnGIaHZ7UBZO26SHL1SHE4ddrmiwumFnId+CEHP+O8r386tZKaE6zlk5/mF8vifMBzHj9SaXN+mQ==" - }, - "System.IO.Compression/4.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-TjnBS6eztThSzeSib+WyVbLzEdLKUcEHN69VtS3u8aAsSc18FU6xCZlNWWsEd8SKcXAE+y1sOu7VbU8sUeM0sg==" - }, - "System.IO.Compression.ZipFile/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-hBQYJzfTbQURF10nLhd+az2NHxsU6MU7AB8RUf4IolBP5lOAm4Luho851xl+CqslmhI5ZH/el8BlngEk4lBkaQ==" - }, - "System.IO.FileSystem/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-IBErlVq5jOggAD69bg1t0pJcHaDbJbWNUZTPI96fkYWzwYbN6D9wRHMULLDd9dHsl7C2YsxXL31LMfPI1SWt8w==" - }, - "System.IO.FileSystem.Primitives/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-kWkKD203JJKxJeE74p8aF8y4Qc9r9WQx4C0cHzHPrY3fv/L/IhWnyCHaFJ3H1QPOH6A93whlQ2vG5nHlBDvzWQ==" - }, - "System.IO.FileSystem.Watcher/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-qM4Wr3La+RYb/03B0mZZjbA7tHsGzDffnuXP8Sl48HW2JwCjn3kfD5qdw0sqyNNowUipcJMi9/q6sMUrOIJ6UQ==" - }, - "System.IO.MemoryMappedFiles/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Xqj4xaFAnLVpss9ZSUIvB/VdJAA7GxZDnFGDKJfiGAnZ5VnFROn6eOHWepFpujCYTsh6wlZ3B33bqYkF0QJ7Eg==" - }, - "System.IO.UnmanagedMemoryStream/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-wcq0kXcpfJwdl1Y4/ZjDk7Dhx5HdLyRYYWYmD8Nn8skoGYYQd2BQWbXwjWSczip8AL4Z57o2dWWXAl4aABAKiQ==" - }, - "System.Linq/4.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-bQ0iYFOQI0nuTnt+NQADns6ucV4DUvMdwN6CbkB1yj8i7arTGiTN5eok1kQwdnnNWSDZfIUySQY+J3d5KjWn0g==" - }, - "System.Linq.Expressions/4.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-I+y02iqkgmCAyfbqOmSDOgqdZQ5tTj80Akm5BPSS8EeB0VGWdy6X1KCoYe8Pk6pwDoAKZUOdLVxnTJcExiv5zw==" - }, - "System.Linq.Parallel/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-J7XCa7n2cFn32uLbtceXfBFhgCk5M++50lylHKNbqTiJkw5y4Tglpi6amuJNPCvj9bLzNSI7rs1fi4joLMNRgg==" - }, - "System.Linq.Queryable/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Yn/WfYe9RoRfmSLvUt2JerP0BTGGykCZkQPgojaxgzF2N0oPo+/AhB8TXOpdCcNlrG3VRtsamtK2uzsp3cqRVw==" - }, - "System.Net.Http/4.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ULq9g3SOPVuupt+Y3U+A37coXzdNisB1neFCSKzBwo182u0RDddKJF8I5+HfyXqK6OhJPgeoAwWXrbiUXuRDsg==" - }, - "System.Net.NameResolution/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-JdqRdM1Qym3YehqdKIi5LHrpypP4JMfxKQSNCJ2z4WawkG0il+N3XfNeJOxll2XrTnG7WgYYPoeiu/KOwg0DQw==" - }, - "System.Net.Primitives/4.0.11": { - "type": "package", - "serviceable": true, - "sha512": "sha512-hVvfl4405DRjA2408luZekbPhplJK03j2Y2lSfMlny7GHXlkByw1iLnc9mgKW0GdQn73vvMcWrWewAhylXA4Nw==" - }, - "System.Net.Requests/4.0.11": { - "type": "package", - "serviceable": true, - "sha512": "sha512-vxGt7C0cZixN+VqoSW4Yakc1Y9WknmxauDqzxgpw/FnBdz4kQNN51l4wxdXX5VY1xjqy//+G+4CvJWp1+f+y6Q==" - }, - "System.Net.Security/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-uM1JaYJciCc2w7efD6du0EpQ1n5ZQqE6/P43/aI4H5E59qvP+wt3l70KIUF/Ha7NaeXGoGNFPVO0MB80pVHk2g==" - }, - "System.Net.Sockets/4.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-xAz0N3dAV/aR/9g8r0Y5oEqU1JRsz29F5EGb/WVHmX3jVSLqi2/92M5hTad2aNWovruXrJpJtgZ9fccPMG9uSw==" - }, - "System.Net.WebHeaderCollection/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-XX2TIAN+wBSAIV51BU2FvvXMdstUa8b0FBSZmDWjZdwUMmggQSifpTOZ5fNH20z9ZCg2fkV1L5SsZnpO2RQDRQ==" - }, - "System.Net.WebSockets/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-2KJo8hir6Edi9jnMDAMhiJoI691xRBmKcbNpwjrvpIMOCTYOtBpSsSEGBxBDV7PKbasJNaFp1+PZz1D7xS41Hg==" - }, - "System.Numerics.Vectors/4.1.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Ex1NSKycC2wi5XBMWUGWPc3lumh6OQWFFmmpZFZz0oLht5lQ+wWPHVZumOrMJuckfUiVMd4p67BrkBos8lcF+Q==" - }, - "System.ObjectModel/4.0.12": { - "type": "package", - "serviceable": true, - "sha512": "sha512-tAgJM1xt3ytyMoW4qn4wIqgJYm7L7TShRZG4+Q4Qsi2PCcj96pXN7nRywS9KkB3p/xDUjc2HSwP9SROyPYDYKQ==" - }, - "System.Reflection/4.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-JCKANJ0TI7kzoQzuwB/OoJANy1Lg338B6+JVacPl4TpUwi3cReg3nMLplMq2uqYfHFQpKIlHAUVAJlImZz/4ng==" - }, - "System.Reflection.DispatchProxy/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-GPPgWoSxQEU3aCKSOvsAc1dhTTi4iq92PUVEVfnGPGwqCf6synaAJGYLKMs5E3CuRfel8ufACWUijXqDpOlGrA==" - }, - "System.Reflection.Emit/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-P2wqAj72fFjpP6wb9nSfDqNBMab+2ovzSDzUZK7MVIm54tBJEPr9jWfSjjoTpPwj1LeKcmX3vr0ttyjSSFM47g==" - }, - "System.Reflection.Emit.ILGeneration/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Ov6dU8Bu15Bc7zuqttgHF12J5lwSWyTf1S+FJouUXVMSqImLZzYaQ+vRr1rQ0OZ0HqsrwWl4dsKHELckQkVpgA==" - }, - "System.Reflection.Emit.Lightweight/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-sSzHHXueZ5Uh0OLpUQprhr+ZYJrLPA2Cmr4gn0wj9+FftNKXx8RIMKvO9qnjk2ebPYUjZ+F2ulGdPOsvj+MEjA==" - }, - "System.Reflection.Extensions/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-GYrtRsZcMuHF3sbmRHfMYpvxZoIN2bQGrYGerUiWLEkqdEUQZhH3TRSaC/oI4wO0II1RKBPlpIa1TOMxIcOOzQ==" - }, - "System.Reflection.Metadata/1.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-jMSCxA4LSyKBGRDm/WtfkO03FkcgRzHxwvQRib1bm2GZ8ifKM1MX1al6breGCEQK280mdl9uQS7JNPXRYk90jw==" - }, - "System.Reflection.Primitives/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-4inTox4wTBaDhB7V3mPvp9XlCbeGYWVEM9/fXALd52vNEAVisc1BoVWQPuUuD0Ga//dNbA/WeMy9u9mzLxGTHQ==" - }, - "System.Reflection.TypeExtensions/4.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-tsQ/ptQ3H5FYfON8lL4MxRk/8kFyE0A+tGPXmVP967cT/gzLHYxIejIYSxp4JmIeFHVP78g/F2FE1mUUTbDtrg==" - }, - "System.Resources.Reader/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VX1iHAoHxgrLZv+nq/9drCZI6Q4SSCzSVyUm1e0U60sqWdj6XhY7wvKmy3RvsSal9h+/vqSWwxxJsm0J4vn/jA==" - }, - "System.Resources.ResourceManager/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-TxwVeUNoTgUOdQ09gfTjvW411MF+w9MBYL7AtNVc+HtBCFlutPLhUCdZjNkjbhj3bNQWMdHboF0KIWEOjJssbA==" - }, - "System.Runtime/4.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-v6c/4Yaa9uWsq+JMhnOFewrYkgdNHNG2eMKuNqRn8P733rNXeRCGvV5FkkjBXn2dbVkPXOsO0xjsEeM1q2zC0g==" - }, - "System.Runtime.Extensions/4.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-CUOHjTT/vgP0qGW22U4/hDlOqXmcPq5YicBaXdUR2UiUoLwBT+olO6we4DVbq57jeX5uXH2uerVZhf0qGj+sVQ==" - }, - "System.Runtime.Handles/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-nCJvEKguXEvk2ymk1gqj625vVnlK3/xdGzx0vOKicQkoquaTBJTP13AIYkocSUwHCLNBwUbXTqTWGDxBTWpt7g==" - }, - "System.Runtime.InteropServices/4.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-16eu3kjHS633yYdkjwShDHZLRNMKVi/s0bY8ODiqJ2RfMhDMAwxZaUaWVnZ2P71kr/or+X9o/xFWtNqz8ivieQ==" - }, - "System.Runtime.InteropServices.RuntimeInformation/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-hWPhJxc453RCa8Z29O91EmfGeZIHX1ZH2A8L6lYQVSaKzku2DfArSfMEb1/MYYzPQRJZeu0c9dmYeJKxW5Fgng==" - }, - "System.Runtime.Loader/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-4UN78GOVU/mbDFcXkEWtetJT/sJ0yic2gGk1HSlSpWI0TDf421xnrZTDZnwNBapk1GQeYN7U1lTj/aQB1by6ow==" - }, - "System.Runtime.Numerics/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-+XbKFuzdmLP3d1o9pdHu2nxjNr2OEPqGzKeegPLCUMM71a0t50A/rOcIRmGs9wR7a8KuHX6hYs/7/TymIGLNqg==" - }, - "System.Runtime.Serialization.Primitives/4.1.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-HZ6Du5QrTG8MNJbf4e4qMO3JRAkIboGT5Fk804uZtg3Gq516S7hAqTm2UZKUHa7/6HUGdVy3AqMQKbns06G/cg==" - }, - "System.Security.Claims/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-4Jlp0OgJLS/Voj1kyFP6MJlIYp3crgfH8kNQk2p7+4JYfc1aAmh9PZyAMMbDhuoolGNtux9HqSOazsioRiDvCw==" - }, - "System.Security.Cryptography.Algorithms/4.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-8JQFxbLVdrtIOKMDN38Fn0GWnqYZw/oMlwOUG/qz1jqChvyZlnUmu+0s7wLx7JYua/nAXoESpHA3iw11QFWhXg==" - }, - "System.Security.Cryptography.Cng/4.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-cUJ2h+ZvONDe28Szw3st5dOHdjndhJzQ2WObDEXAWRPEQBtVItVoxbXM/OEsTthl3cNn2dk2k0I3y45igCQcLw==" - }, - "System.Security.Cryptography.Csp/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/i1Usuo4PgAqgbPNC0NjbO3jPW//BoBlTpcWFD1EHVbidH21y4c1ap5bbEMSGAXjAShhMH4abi/K8fILrnu4BQ==" - }, - "System.Security.Cryptography.Encoding/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-FbKgE5MbxSQMPcSVRgwM6bXN3GtyAh04NkV8E5zKCBE26X0vYW0UtTa2FIgkH33WVqBVxRgxljlVYumWtU+HcQ==" - }, - "System.Security.Cryptography.OpenSsl/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-HUG/zNUJwEiLkoURDixzkzZdB5yGA5pQhDP93ArOpDPQMteURIGERRNzzoJlmTreLBWr5lkFSjjMSk8ySEpQMw==" - }, - "System.Security.Cryptography.Primitives/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Wkd7QryWYjkQclX0bngpntW5HSlMzeJU24UaLJQ7YTfI8ydAVAaU2J+HXLLABOVJlKTVvAeL0Aj39VeTe7L+oA==" - }, - "System.Security.Cryptography.X509Certificates/4.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-4HEfsQIKAhA1+ApNn729Gi09zh+lYWwyIuViihoMDWp1vQnEkL2ct7mAbhBlLYm+x/L4Rr/pyGge1lIY635e0w==" - }, - "System.Security.Principal/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-On+SKhXY5rzxh/S8wlH1Rm0ogBlu7zyHNxeNBiXauNrhHRXAe9EuX8Yl5IOzLPGU5Z4kLWHMvORDOCG8iu9hww==" - }, - "System.Security.Principal.Windows/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-iFx15AF3RMEPZn3COh8+Bb2Thv2zsmLd93RchS1b8Mj5SNYeGqbYNCSn5AES1+gq56p4ujGZPrl0xN7ngkXOHg==" - }, - "System.Text.Encoding/4.0.11": { - "type": "package", - "serviceable": true, - "sha512": "sha512-U3gGeMlDZXxCEiY4DwVLSacg+DFWCvoiX+JThA/rvw37Sqrku7sEFeVBBBMBnfB6FeZHsyDx85HlKL19x0HtZA==" - }, - "System.Text.Encoding.CodePages/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-h4z6rrA/hxWf4655D18IIZ0eaLRa3tQC/j+e26W+VinIHY0l07iEXaAvO0YSYq3MvCjMYy8Zs5AdC1sxNQOB7Q==" - }, - "System.Text.Encoding.Extensions/4.0.11": { - "type": "package", - "serviceable": true, - "sha512": "sha512-jtbiTDtvfLYgXn8PTfWI+SiBs51rrmO4AAckx4KR6vFK9Wzf6tI8kcRdsYQNwriUeQ1+CtQbM1W4cMbLXnj/OQ==" - }, - "System.Text.Encodings.Web/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-TWZnuiJgPDAEEUfobD7njXvSVR2Toz+jvKWds6yL4oSztmKQfnWzucczjzA+6Dv1bktBdY71sZW1YN0X6m9chQ==" - }, - "System.Text.RegularExpressions/4.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-i88YCXpRTjCnoSQZtdlHkAOx4KNNik4hMy83n0+Ftlb7jvV6ZiZWMpnEZHhjBp6hQVh8gWd/iKNPzlPF7iyA2g==" - }, - "System.Threading/4.0.11": { - "type": "package", - "serviceable": true, - "sha512": "sha512-N+3xqIcg3VDKyjwwCGaZ9HawG9aC6cSDI+s7ROma310GQo8vilFZa86hqKppwTHleR/G0sfOzhvgnUxWCR/DrQ==" - }, - "System.Threading.Overlapped/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-f7aLuLkBoCQM2kng7zqLFBXz9Gk48gDK8lk1ih9rH/1arJJzZK9gJwNvPDhL6Ps/l6rwOr8jw+4FCHL0KKWiEg==" - }, - "System.Threading.Tasks/4.0.11": { - "type": "package", - "serviceable": true, - "sha512": "sha512-k1S4Gc6IGwtHGT8188RSeGaX86Qw/wnrgNLshJvsdNUOPP9etMmo8S07c+UlOAx4K/xLuN9ivA1bD0LVurtIxQ==" - }, - "System.Threading.Tasks.Dataflow/4.6.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-2hRjGu2r2jxRZ55wmcHO/WbdX+YAOz9x6FE8xqkHZgPaoFMKQZRe9dk8xTZIas8fRjxRmzawnTEWIrhlM+Un7w==" - }, - "System.Threading.Tasks.Extensions/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pH4FZDsZQ/WmgJtN4LWYmRdJAEeVkyriSwrv2Teoe5FOU0Yxlb6II6GL8dBPOfRmutHGATduj3ooMt7dJ2+i+w==" - }, - "System.Threading.Tasks.Parallel/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-7Pc9t25bcynT9FpMvkUw4ZjYwUiGup/5cJFW72/5MgCG+np2cfVUMdh29u8d7onxX7d8PS3J+wL73zQRqkdrSA==" - }, - "System.Threading.Thread/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-gIdJqDXlOr5W9zeqFErLw3dsOsiShSCYtF9SEHitACycmvNvY8odf9kiKvp6V7aibc8C4HzzNBkWXjyfn7plbQ==" - }, - "System.Threading.ThreadPool/4.0.10": { - "type": "package", - "serviceable": true, - "sha512": "sha512-IMXgB5Vf/5Qw1kpoVgJMOvUO1l32aC+qC3OaIZjWJOjvcxuxNWOK2ZTWWYXfij22NHxT2j1yWX5vlAeQWld9vA==" - }, - "System.Threading.Timer/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-saGfUV8uqVW6LeURiqxcGhZ24PzuRNaUBtbhVeuUAvky1naH395A/1nY0P2bWvrw/BreRtIB/EzTDkGBpqCwEw==" - }, - "System.Xml.ReaderWriter/4.0.11": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ZIiLPsf67YZ9zgr31vzrFaYQqxRPX9cVHjtPSnmx4eN6lbS/yEyYNr2vs1doGDEscF0tjCZFsk9yUg1sC9e8tg==" - }, - "System.Xml.XDocument/4.0.11": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Mk2mKmPi0nWaoiYeotq1dgeNK1fqWh61+EK+w4Wu8SWuTYLzpUnschb59bJtGywaPq7SmTuPf44wrXRwbIrukg==" - }, - "System.Xml.XmlDocument/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-2eZu6IP+etFVBBFUFzw2w6J21DqIN5eL9Y8r8JfJWUmV28Z5P0SNU01oCisVHQgHsDhHPnmq2s1hJrJCFZWloQ==" - }, - "System.Xml.XPath/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-UWd1H+1IJ9Wlq5nognZ/XJdyj8qPE4XufBUkAW59ijsCPjZkZe0MUzKKJFBr+ZWBe5Wq1u1d5f2CYgE93uH7DA==" - }, - "System.Xml.XPath.XDocument/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-FLhdYJx4331oGovQypQ8JIw2kEmNzCsjVOVYY/16kZTUoquZG85oVn7yUhBE2OZt1yGPSXAL0HTEfzjlbNpM7Q==" - } - } -} \ No newline at end of file diff --git a/src/Socioboard/obj/Debug/netcoreapp1.0/dotnet-compile-csc.rsp b/src/Socioboard/obj/Debug/netcoreapp1.0/dotnet-compile-csc.rsp deleted file mode 100644 index 191a1c990..000000000 --- a/src/Socioboard/obj/Debug/netcoreapp1.0/dotnet-compile-csc.rsp +++ /dev/null @@ -1,206 +0,0 @@ --d:DEBUG --d:TRACE --d:NETCOREAPP1_0 --nowarn:CS1701 --nowarn:CS1702 --nowarn:CS1705 --debug:full --nostdlib --nologo -"c:\users\glb-008\documents\visual studio 2015\Projects\Socioboard\src\Socioboard\obj\Debug\netcoreapp1.0\dotnet-compile.assemblyinfo.cs" --out:"c:\users\glb-008\documents\visual studio 2015\Projects\Socioboard\src\Socioboard\bin\Debug\netcoreapp1.0\Socioboard.dll" --r:"C:\Users\GLB-008\.nuget\packages\Microsoft.ApplicationInsights\2.1.0\lib\dotnet5.4\Microsoft.ApplicationInsights.dll" --r:"C:\Users\GLB-008\.nuget\packages\Microsoft.ApplicationInsights.AspNetCore\1.0.0\lib\netstandard1.6\Microsoft.ApplicationInsights.AspNetCore.dll" --r:"C:\Users\GLB-008\.nuget\packages\Microsoft.AspNetCore.Antiforgery\1.0.0\lib\netstandard1.3\Microsoft.AspNetCore.Antiforgery.dll" --r:"C:\Users\GLB-008\.nuget\packages\Microsoft.AspNetCore.Authorization\1.0.0\lib\netstandard1.3\Microsoft.AspNetCore.Authorization.dll" --r:"C:\Users\GLB-008\.nuget\packages\Microsoft.AspNetCore.Cors\1.0.0\lib\netstandard1.3\Microsoft.AspNetCore.Cors.dll" --r:"C:\Users\GLB-008\.nuget\packages\Microsoft.AspNetCore.Cryptography.Internal\1.0.0\lib\netstandard1.3\Microsoft.AspNetCore.Cryptography.Internal.dll" --r:"C:\Users\GLB-008\.nuget\packages\Microsoft.AspNetCore.DataProtection\1.0.0\lib\netstandard1.3\Microsoft.AspNetCore.DataProtection.dll" --r:"C:\Users\GLB-008\.nuget\packages\Microsoft.AspNetCore.DataProtection.Abstractions\1.0.0\lib\netstandard1.3\Microsoft.AspNetCore.DataProtection.Abstractions.dll" --r:"C:\Users\GLB-008\.nuget\packages\Microsoft.AspNetCore.Diagnostics\1.0.0\lib\netstandard1.3\Microsoft.AspNetCore.Diagnostics.dll" --r:"C:\Users\GLB-008\.nuget\packages\Microsoft.AspNetCore.Diagnostics.Abstractions\1.0.0\lib\netstandard1.0\Microsoft.AspNetCore.Diagnostics.Abstractions.dll" --r:"C:\Users\GLB-008\.nuget\packages\Microsoft.AspNetCore.Hosting\1.0.0\lib\netstandard1.3\Microsoft.AspNetCore.Hosting.dll" --r:"C:\Users\GLB-008\.nuget\packages\Microsoft.AspNetCore.Hosting.Abstractions\1.0.0\lib\netstandard1.3\Microsoft.AspNetCore.Hosting.Abstractions.dll" --r:"C:\Users\GLB-008\.nuget\packages\Microsoft.AspNetCore.Hosting.Server.Abstractions\1.0.0\lib\netstandard1.3\Microsoft.AspNetCore.Hosting.Server.Abstractions.dll" --r:"C:\Users\GLB-008\.nuget\packages\Microsoft.AspNetCore.Html.Abstractions\1.0.0\lib\netstandard1.0\Microsoft.AspNetCore.Html.Abstractions.dll" --r:"C:\Users\GLB-008\.nuget\packages\Microsoft.AspNetCore.Http\1.0.0\lib\netstandard1.3\Microsoft.AspNetCore.Http.dll" --r:"C:\Users\GLB-008\.nuget\packages\Microsoft.AspNetCore.Http.Abstractions\1.0.0\lib\netstandard1.3\Microsoft.AspNetCore.Http.Abstractions.dll" --r:"C:\Users\GLB-008\.nuget\packages\Microsoft.AspNetCore.Http.Extensions\1.0.0\lib\netstandard1.3\Microsoft.AspNetCore.Http.Extensions.dll" --r:"C:\Users\GLB-008\.nuget\packages\Microsoft.AspNetCore.Http.Features\1.0.0\lib\netstandard1.3\Microsoft.AspNetCore.Http.Features.dll" --r:"C:\Users\GLB-008\.nuget\packages\Microsoft.AspNetCore.HttpOverrides\1.0.0\lib\netstandard1.3\Microsoft.AspNetCore.HttpOverrides.dll" --r:"C:\Users\GLB-008\.nuget\packages\Microsoft.AspNetCore.JsonPatch\1.0.0\lib\netstandard1.1\Microsoft.AspNetCore.JsonPatch.dll" --r:"C:\Users\GLB-008\.nuget\packages\Microsoft.AspNetCore.Localization\1.0.0\lib\netstandard1.3\Microsoft.AspNetCore.Localization.dll" --r:"C:\Users\GLB-008\.nuget\packages\Microsoft.AspNetCore.Mvc\1.0.0\lib\netstandard1.6\Microsoft.AspNetCore.Mvc.dll" --r:"C:\Users\GLB-008\.nuget\packages\Microsoft.AspNetCore.Mvc.Abstractions\1.0.0\lib\netstandard1.3\Microsoft.AspNetCore.Mvc.Abstractions.dll" --r:"C:\Users\GLB-008\.nuget\packages\Microsoft.AspNetCore.Mvc.ApiExplorer\1.0.0\lib\netstandard1.6\Microsoft.AspNetCore.Mvc.ApiExplorer.dll" --r:"C:\Users\GLB-008\.nuget\packages\Microsoft.AspNetCore.Mvc.Core\1.0.0\lib\netstandard1.6\Microsoft.AspNetCore.Mvc.Core.dll" --r:"C:\Users\GLB-008\.nuget\packages\Microsoft.AspNetCore.Mvc.Cors\1.0.0\lib\netstandard1.6\Microsoft.AspNetCore.Mvc.Cors.dll" --r:"C:\Users\GLB-008\.nuget\packages\Microsoft.AspNetCore.Mvc.DataAnnotations\1.0.0\lib\netstandard1.6\Microsoft.AspNetCore.Mvc.DataAnnotations.dll" --r:"C:\Users\GLB-008\.nuget\packages\Microsoft.AspNetCore.Mvc.Formatters.Json\1.0.0\lib\netstandard1.6\Microsoft.AspNetCore.Mvc.Formatters.Json.dll" --r:"C:\Users\GLB-008\.nuget\packages\Microsoft.AspNetCore.Mvc.Localization\1.0.0\lib\netstandard1.6\Microsoft.AspNetCore.Mvc.Localization.dll" --r:"C:\Users\GLB-008\.nuget\packages\Microsoft.AspNetCore.Mvc.Razor\1.0.0\lib\netstandard1.6\Microsoft.AspNetCore.Mvc.Razor.dll" --r:"C:\Users\GLB-008\.nuget\packages\Microsoft.AspNetCore.Mvc.Razor.Host\1.0.0\lib\netstandard1.6\Microsoft.AspNetCore.Mvc.Razor.Host.dll" --r:"C:\Users\GLB-008\.nuget\packages\Microsoft.AspNetCore.Mvc.TagHelpers\1.0.0\lib\netstandard1.6\Microsoft.AspNetCore.Mvc.TagHelpers.dll" --r:"C:\Users\GLB-008\.nuget\packages\Microsoft.AspNetCore.Mvc.ViewFeatures\1.0.0\lib\netstandard1.6\Microsoft.AspNetCore.Mvc.ViewFeatures.dll" --r:"C:\Users\GLB-008\.nuget\packages\Microsoft.AspNetCore.Razor\1.0.0\lib\netstandard1.3\Microsoft.AspNetCore.Razor.dll" --r:"C:\Users\GLB-008\.nuget\packages\Microsoft.AspNetCore.Razor.Runtime\1.0.0\lib\netstandard1.5\Microsoft.AspNetCore.Razor.Runtime.dll" --r:"C:\Users\GLB-008\.nuget\packages\Microsoft.AspNetCore.Razor.Tools\1.0.0-preview2-final\lib\netcoreapp1.0\dotnet-razor-tooling.dll" --r:"C:\Users\GLB-008\.nuget\packages\Microsoft.AspNetCore.Routing\1.0.0\lib\netstandard1.3\Microsoft.AspNetCore.Routing.dll" --r:"C:\Users\GLB-008\.nuget\packages\Microsoft.AspNetCore.Routing.Abstractions\1.0.0\lib\netstandard1.3\Microsoft.AspNetCore.Routing.Abstractions.dll" --r:"C:\Users\GLB-008\.nuget\packages\Microsoft.AspNetCore.Server.IISIntegration\1.0.0\lib\netstandard1.3\Microsoft.AspNetCore.Server.IISIntegration.dll" --r:"C:\Users\GLB-008\.nuget\packages\Microsoft.AspNetCore.Server.Kestrel\1.0.0\lib\netstandard1.3\Microsoft.AspNetCore.Server.Kestrel.dll" --r:"C:\Users\GLB-008\.nuget\packages\Microsoft.AspNetCore.StaticFiles\1.0.0\lib\netstandard1.3\Microsoft.AspNetCore.StaticFiles.dll" --r:"C:\Users\GLB-008\.nuget\packages\Microsoft.AspNetCore.WebUtilities\1.0.0\lib\netstandard1.3\Microsoft.AspNetCore.WebUtilities.dll" --r:"C:\Users\GLB-008\.nuget\packages\Microsoft.CodeAnalysis.Common\1.3.0\lib\netstandard1.3\Microsoft.CodeAnalysis.dll" --r:"C:\Users\GLB-008\.nuget\packages\Microsoft.CodeAnalysis.CSharp\1.3.0\lib\netstandard1.3\Microsoft.CodeAnalysis.CSharp.dll" --r:"C:\Users\GLB-008\.nuget\packages\Microsoft.CSharp\4.0.1\ref\netstandard1.0\Microsoft.CSharp.dll" --r:"C:\Users\GLB-008\.nuget\packages\Microsoft.DotNet.Cli.Utils\1.0.0-preview2-003121\lib\netstandard1.6\Microsoft.DotNet.Cli.Utils.dll" --r:"C:\Users\GLB-008\.nuget\packages\Microsoft.DotNet.InternalAbstractions\1.0.0\lib\netstandard1.3\Microsoft.DotNet.InternalAbstractions.dll" --r:"C:\Users\GLB-008\.nuget\packages\Microsoft.DotNet.ProjectModel\1.0.0-rc3-003121\lib\netstandard1.6\Microsoft.DotNet.ProjectModel.dll" --r:"C:\Users\GLB-008\.nuget\packages\Microsoft.DotNet.ProjectModel.Loader\1.0.0-preview2-003121\lib\netstandard1.6\Microsoft.DotNet.ProjectModel.Loader.dll" --r:"C:\Users\GLB-008\.nuget\packages\Microsoft.Extensions.Caching.Abstractions\1.0.0\lib\netstandard1.0\Microsoft.Extensions.Caching.Abstractions.dll" --r:"C:\Users\GLB-008\.nuget\packages\Microsoft.Extensions.Caching.Memory\1.0.0\lib\netstandard1.3\Microsoft.Extensions.Caching.Memory.dll" --r:"C:\Users\GLB-008\.nuget\packages\Microsoft.Extensions.CommandLineUtils\1.0.0\lib\netstandard1.3\Microsoft.Extensions.CommandLineUtils.dll" --r:"C:\Users\GLB-008\.nuget\packages\Microsoft.Extensions.Configuration\1.0.0\lib\netstandard1.1\Microsoft.Extensions.Configuration.dll" --r:"C:\Users\GLB-008\.nuget\packages\Microsoft.Extensions.Configuration.Abstractions\1.0.0\lib\netstandard1.0\Microsoft.Extensions.Configuration.Abstractions.dll" --r:"C:\Users\GLB-008\.nuget\packages\Microsoft.Extensions.Configuration.Binder\1.0.0\lib\netstandard1.1\Microsoft.Extensions.Configuration.Binder.dll" --r:"C:\Users\GLB-008\.nuget\packages\Microsoft.Extensions.Configuration.EnvironmentVariables\1.0.0\lib\netstandard1.3\Microsoft.Extensions.Configuration.EnvironmentVariables.dll" --r:"C:\Users\GLB-008\.nuget\packages\Microsoft.Extensions.Configuration.FileExtensions\1.0.0\lib\netstandard1.3\Microsoft.Extensions.Configuration.FileExtensions.dll" --r:"C:\Users\GLB-008\.nuget\packages\Microsoft.Extensions.Configuration.Json\1.0.0\lib\netstandard1.3\Microsoft.Extensions.Configuration.Json.dll" --r:"C:\Users\GLB-008\.nuget\packages\Microsoft.Extensions.DependencyInjection\1.0.0\lib\netstandard1.1\Microsoft.Extensions.DependencyInjection.dll" --r:"C:\Users\GLB-008\.nuget\packages\Microsoft.Extensions.DependencyInjection.Abstractions\1.0.0\lib\netstandard1.0\Microsoft.Extensions.DependencyInjection.Abstractions.dll" --r:"C:\Users\GLB-008\.nuget\packages\Microsoft.Extensions.DependencyModel\1.0.0\lib\netstandard1.6\Microsoft.Extensions.DependencyModel.dll" --r:"C:\Users\GLB-008\.nuget\packages\Microsoft.Extensions.DiagnosticAdapter\1.0.0\lib\netstandard1.1\Microsoft.Extensions.DiagnosticAdapter.dll" --r:"C:\Users\GLB-008\.nuget\packages\Microsoft.Extensions.FileProviders.Abstractions\1.0.0\lib\netstandard1.0\Microsoft.Extensions.FileProviders.Abstractions.dll" --r:"C:\Users\GLB-008\.nuget\packages\Microsoft.Extensions.FileProviders.Composite\1.0.0\lib\netstandard1.0\Microsoft.Extensions.FileProviders.Composite.dll" --r:"C:\Users\GLB-008\.nuget\packages\Microsoft.Extensions.FileProviders.Physical\1.0.0\lib\netstandard1.3\Microsoft.Extensions.FileProviders.Physical.dll" --r:"C:\Users\GLB-008\.nuget\packages\Microsoft.Extensions.FileSystemGlobbing\1.0.0\lib\netstandard1.3\Microsoft.Extensions.FileSystemGlobbing.dll" --r:"C:\Users\GLB-008\.nuget\packages\Microsoft.Extensions.Globalization.CultureInfoCache\1.0.0\lib\netstandard1.1\Microsoft.Extensions.Globalization.CultureInfoCache.dll" --r:"C:\Users\GLB-008\.nuget\packages\Microsoft.Extensions.Localization\1.0.0\lib\netstandard1.3\Microsoft.Extensions.Localization.dll" --r:"C:\Users\GLB-008\.nuget\packages\Microsoft.Extensions.Localization.Abstractions\1.0.0\lib\netstandard1.0\Microsoft.Extensions.Localization.Abstractions.dll" --r:"C:\Users\GLB-008\.nuget\packages\Microsoft.Extensions.Logging\1.0.0\lib\netstandard1.1\Microsoft.Extensions.Logging.dll" --r:"C:\Users\GLB-008\.nuget\packages\Microsoft.Extensions.Logging.Abstractions\1.0.0\lib\netstandard1.1\Microsoft.Extensions.Logging.Abstractions.dll" --r:"C:\Users\GLB-008\.nuget\packages\Microsoft.Extensions.Logging.Console\1.0.0\lib\netstandard1.3\Microsoft.Extensions.Logging.Console.dll" --r:"C:\Users\GLB-008\.nuget\packages\Microsoft.Extensions.Logging.Debug\1.0.0\lib\netstandard1.3\Microsoft.Extensions.Logging.Debug.dll" --r:"C:\Users\GLB-008\.nuget\packages\Microsoft.Extensions.ObjectPool\1.0.0\lib\netstandard1.3\Microsoft.Extensions.ObjectPool.dll" --r:"C:\Users\GLB-008\.nuget\packages\Microsoft.Extensions.Options\1.0.0\lib\netstandard1.0\Microsoft.Extensions.Options.dll" --r:"C:\Users\GLB-008\.nuget\packages\Microsoft.Extensions.Options.ConfigurationExtensions\1.0.0\lib\netstandard1.1\Microsoft.Extensions.Options.ConfigurationExtensions.dll" --r:"C:\Users\GLB-008\.nuget\packages\Microsoft.Extensions.PlatformAbstractions\1.0.0\lib\netstandard1.3\Microsoft.Extensions.PlatformAbstractions.dll" --r:"C:\Users\GLB-008\.nuget\packages\Microsoft.Extensions.Primitives\1.0.0\lib\netstandard1.0\Microsoft.Extensions.Primitives.dll" --r:"C:\Users\GLB-008\.nuget\packages\Microsoft.Extensions.WebEncoders\1.0.0\lib\netstandard1.0\Microsoft.Extensions.WebEncoders.dll" --r:"C:\Users\GLB-008\.nuget\packages\Microsoft.Net.Http.Headers\1.0.0\lib\netstandard1.1\Microsoft.Net.Http.Headers.dll" --r:"C:\Users\GLB-008\.nuget\packages\Microsoft.VisualBasic\10.0.1\ref\netstandard1.1\Microsoft.VisualBasic.dll" --r:"C:\Users\GLB-008\.nuget\packages\Microsoft.VisualStudio.Web.BrowserLink.Loader\14.0.0\lib\netstandard1.5\Microsoft.VisualStudio.Web.BrowserLink.Loader.dll" --r:"C:\Users\GLB-008\.nuget\packages\Microsoft.Win32.Primitives\4.0.1\ref\netstandard1.3\Microsoft.Win32.Primitives.dll" --r:"C:\Users\GLB-008\.nuget\packages\Microsoft.Win32.Registry\4.0.0\ref\netstandard1.3\Microsoft.Win32.Registry.dll" --r:"C:\Users\GLB-008\.nuget\packages\Newtonsoft.Json\9.0.1\lib\netstandard1.0\Newtonsoft.Json.dll" --r:"C:\Users\GLB-008\.nuget\packages\NuGet.Common\3.5.0-beta2-1484\lib\netstandard1.3\NuGet.Common.dll" --r:"C:\Users\GLB-008\.nuget\packages\NuGet.Configuration\3.5.0-beta2-1484\lib\netstandard1.3\NuGet.Configuration.dll" --r:"C:\Users\GLB-008\.nuget\packages\NuGet.DependencyResolver.Core\3.5.0-beta2-1484\lib\netstandard1.3\NuGet.DependencyResolver.Core.dll" --r:"C:\Users\GLB-008\.nuget\packages\NuGet.Frameworks\3.5.0-beta2-1484\lib\netstandard1.3\NuGet.Frameworks.dll" --r:"C:\Users\GLB-008\.nuget\packages\NuGet.LibraryModel\3.5.0-beta2-1484\lib\netstandard1.3\NuGet.LibraryModel.dll" --r:"C:\Users\GLB-008\.nuget\packages\NuGet.Packaging\3.5.0-beta2-1484\lib\netstandard1.3\NuGet.Packaging.dll" --r:"C:\Users\GLB-008\.nuget\packages\NuGet.Packaging.Core\3.5.0-beta2-1484\lib\netstandard1.3\NuGet.Packaging.Core.dll" --r:"C:\Users\GLB-008\.nuget\packages\NuGet.Packaging.Core.Types\3.5.0-beta2-1484\lib\netstandard1.3\NuGet.Packaging.Core.Types.dll" --r:"C:\Users\GLB-008\.nuget\packages\NuGet.ProjectModel\3.5.0-beta2-1484\lib\netstandard1.3\NuGet.ProjectModel.dll" --r:"C:\Users\GLB-008\.nuget\packages\NuGet.Protocol.Core.Types\3.5.0-beta2-1484\lib\netstandard1.3\NuGet.Protocol.Core.Types.dll" --r:"C:\Users\GLB-008\.nuget\packages\NuGet.Protocol.Core.v3\3.5.0-beta2-1484\lib\netstandard1.3\NuGet.Protocol.Core.v3.dll" --r:"C:\Users\GLB-008\.nuget\packages\NuGet.Repositories\3.5.0-beta2-1484\lib\netstandard1.3\NuGet.Repositories.dll" --r:"C:\Users\GLB-008\.nuget\packages\NuGet.RuntimeModel\3.5.0-beta2-1484\lib\netstandard1.3\NuGet.RuntimeModel.dll" --r:"C:\Users\GLB-008\.nuget\packages\NuGet.Versioning\3.5.0-beta2-1484\lib\netstandard1.0\NuGet.Versioning.dll" --r:"C:\Users\GLB-008\.nuget\packages\System.AppContext\4.1.0\ref\netstandard1.6\System.AppContext.dll" --r:"C:\Users\GLB-008\.nuget\packages\System.Buffers\4.0.0\lib\netstandard1.1\System.Buffers.dll" --r:"C:\Users\GLB-008\.nuget\packages\System.Collections\4.0.11\ref\netstandard1.3\System.Collections.dll" --r:"C:\Users\GLB-008\.nuget\packages\System.Collections.Concurrent\4.0.12\ref\netstandard1.3\System.Collections.Concurrent.dll" --r:"C:\Users\GLB-008\.nuget\packages\System.Collections.Immutable\1.2.0\lib\netstandard1.0\System.Collections.Immutable.dll" --r:"C:\Users\GLB-008\.nuget\packages\System.Collections.NonGeneric\4.0.1\ref\netstandard1.3\System.Collections.NonGeneric.dll" --r:"C:\Users\GLB-008\.nuget\packages\System.ComponentModel\4.0.1\ref\netstandard1.0\System.ComponentModel.dll" --r:"C:\Users\GLB-008\.nuget\packages\System.ComponentModel.Annotations\4.1.0\ref\netstandard1.4\System.ComponentModel.Annotations.dll" --r:"C:\Users\GLB-008\.nuget\packages\System.ComponentModel.Primitives\4.1.0\ref\netstandard1.0\System.ComponentModel.Primitives.dll" --r:"C:\Users\GLB-008\.nuget\packages\System.ComponentModel.TypeConverter\4.1.0\ref\netstandard1.5\System.ComponentModel.TypeConverter.dll" --r:"C:\Users\GLB-008\.nuget\packages\System.Console\4.0.0\ref\netstandard1.3\System.Console.dll" --r:"C:\Users\GLB-008\.nuget\packages\System.Diagnostics.Contracts\4.0.1\ref\netstandard1.0\System.Diagnostics.Contracts.dll" --r:"C:\Users\GLB-008\.nuget\packages\System.Diagnostics.Debug\4.0.11\ref\netstandard1.3\System.Diagnostics.Debug.dll" --r:"C:\Users\GLB-008\.nuget\packages\System.Diagnostics.DiagnosticSource\4.0.0\lib\netstandard1.3\System.Diagnostics.DiagnosticSource.dll" --r:"C:\Users\GLB-008\.nuget\packages\System.Diagnostics.Process\4.1.0\ref\netstandard1.4\System.Diagnostics.Process.dll" --r:"C:\Users\GLB-008\.nuget\packages\System.Diagnostics.StackTrace\4.0.1\ref\netstandard1.3\System.Diagnostics.StackTrace.dll" --r:"C:\Users\GLB-008\.nuget\packages\System.Diagnostics.Tools\4.0.1\ref\netstandard1.0\System.Diagnostics.Tools.dll" --r:"C:\Users\GLB-008\.nuget\packages\System.Diagnostics.Tracing\4.1.0\ref\netstandard1.5\System.Diagnostics.Tracing.dll" --r:"C:\Users\GLB-008\.nuget\packages\System.Dynamic.Runtime\4.0.11\ref\netstandard1.3\System.Dynamic.Runtime.dll" --r:"C:\Users\GLB-008\.nuget\packages\System.Globalization\4.0.11\ref\netstandard1.3\System.Globalization.dll" --r:"C:\Users\GLB-008\.nuget\packages\System.Globalization.Calendars\4.0.1\ref\netstandard1.3\System.Globalization.Calendars.dll" --r:"C:\Users\GLB-008\.nuget\packages\System.Globalization.Extensions\4.0.1\ref\netstandard1.3\System.Globalization.Extensions.dll" --r:"C:\Users\GLB-008\.nuget\packages\System.IO\4.1.0\ref\netstandard1.5\System.IO.dll" --r:"C:\Users\GLB-008\.nuget\packages\System.IO.Compression\4.1.0\ref\netstandard1.3\System.IO.Compression.dll" --r:"C:\Users\GLB-008\.nuget\packages\System.IO.Compression.ZipFile\4.0.1\ref\netstandard1.3\System.IO.Compression.ZipFile.dll" --r:"C:\Users\GLB-008\.nuget\packages\System.IO.FileSystem\4.0.1\ref\netstandard1.3\System.IO.FileSystem.dll" --r:"C:\Users\GLB-008\.nuget\packages\System.IO.FileSystem.Primitives\4.0.1\ref\netstandard1.3\System.IO.FileSystem.Primitives.dll" --r:"C:\Users\GLB-008\.nuget\packages\System.IO.FileSystem.Watcher\4.0.0\ref\netstandard1.3\System.IO.FileSystem.Watcher.dll" --r:"C:\Users\GLB-008\.nuget\packages\System.IO.MemoryMappedFiles\4.0.0\ref\netstandard1.3\System.IO.MemoryMappedFiles.dll" --r:"C:\Users\GLB-008\.nuget\packages\System.IO.UnmanagedMemoryStream\4.0.1\ref\netstandard1.3\System.IO.UnmanagedMemoryStream.dll" --r:"C:\Users\GLB-008\.nuget\packages\System.Linq\4.1.0\ref\netstandard1.6\System.Linq.dll" --r:"C:\Users\GLB-008\.nuget\packages\System.Linq.Expressions\4.1.0\ref\netstandard1.6\System.Linq.Expressions.dll" --r:"C:\Users\GLB-008\.nuget\packages\System.Linq.Parallel\4.0.1\ref\netstandard1.1\System.Linq.Parallel.dll" --r:"C:\Users\GLB-008\.nuget\packages\System.Linq.Queryable\4.0.1\ref\netstandard1.0\System.Linq.Queryable.dll" --r:"C:\Users\GLB-008\.nuget\packages\System.Net.Http\4.1.0\ref\netstandard1.3\System.Net.Http.dll" --r:"C:\Users\GLB-008\.nuget\packages\System.Net.NameResolution\4.0.0\ref\netstandard1.3\System.Net.NameResolution.dll" --r:"C:\Users\GLB-008\.nuget\packages\System.Net.Primitives\4.0.11\ref\netstandard1.3\System.Net.Primitives.dll" --r:"C:\Users\GLB-008\.nuget\packages\System.Net.Requests\4.0.11\ref\netstandard1.3\System.Net.Requests.dll" --r:"C:\Users\GLB-008\.nuget\packages\System.Net.Security\4.0.0\ref\netstandard1.3\System.Net.Security.dll" --r:"C:\Users\GLB-008\.nuget\packages\System.Net.Sockets\4.1.0\ref\netstandard1.3\System.Net.Sockets.dll" --r:"C:\Users\GLB-008\.nuget\packages\System.Net.WebHeaderCollection\4.0.1\ref\netstandard1.3\System.Net.WebHeaderCollection.dll" --r:"C:\Users\GLB-008\.nuget\packages\System.Net.WebSockets\4.0.0\ref\netstandard1.3\System.Net.WebSockets.dll" --r:"C:\Users\GLB-008\.nuget\packages\System.Numerics.Vectors\4.1.1\ref\netstandard1.0\System.Numerics.Vectors.dll" --r:"C:\Users\GLB-008\.nuget\packages\System.ObjectModel\4.0.12\ref\netstandard1.3\System.ObjectModel.dll" --r:"C:\Users\GLB-008\.nuget\packages\System.Reflection\4.1.0\ref\netstandard1.5\System.Reflection.dll" --r:"C:\Users\GLB-008\.nuget\packages\System.Reflection.DispatchProxy\4.0.1\ref\netstandard1.3\System.Reflection.DispatchProxy.dll" --r:"C:\Users\GLB-008\.nuget\packages\System.Reflection.Emit\4.0.1\ref\netstandard1.1\System.Reflection.Emit.dll" --r:"C:\Users\GLB-008\.nuget\packages\System.Reflection.Emit.ILGeneration\4.0.1\ref\netstandard1.0\System.Reflection.Emit.ILGeneration.dll" --r:"C:\Users\GLB-008\.nuget\packages\System.Reflection.Emit.Lightweight\4.0.1\ref\netstandard1.0\System.Reflection.Emit.Lightweight.dll" --r:"C:\Users\GLB-008\.nuget\packages\System.Reflection.Extensions\4.0.1\ref\netstandard1.0\System.Reflection.Extensions.dll" --r:"C:\Users\GLB-008\.nuget\packages\System.Reflection.Metadata\1.3.0\lib\netstandard1.1\System.Reflection.Metadata.dll" --r:"C:\Users\GLB-008\.nuget\packages\System.Reflection.Primitives\4.0.1\ref\netstandard1.0\System.Reflection.Primitives.dll" --r:"C:\Users\GLB-008\.nuget\packages\System.Reflection.TypeExtensions\4.1.0\ref\netstandard1.5\System.Reflection.TypeExtensions.dll" --r:"C:\Users\GLB-008\.nuget\packages\System.Resources.Reader\4.0.0\lib\netstandard1.0\System.Resources.Reader.dll" --r:"C:\Users\GLB-008\.nuget\packages\System.Resources.ResourceManager\4.0.1\ref\netstandard1.0\System.Resources.ResourceManager.dll" --r:"C:\Users\GLB-008\.nuget\packages\System.Runtime\4.1.0\ref\netstandard1.5\System.Runtime.dll" --r:"C:\Users\GLB-008\.nuget\packages\System.Runtime.Extensions\4.1.0\ref\netstandard1.5\System.Runtime.Extensions.dll" --r:"C:\Users\GLB-008\.nuget\packages\System.Runtime.Handles\4.0.1\ref\netstandard1.3\System.Runtime.Handles.dll" --r:"C:\Users\GLB-008\.nuget\packages\System.Runtime.InteropServices\4.1.0\ref\netstandard1.5\System.Runtime.InteropServices.dll" --r:"C:\Users\GLB-008\.nuget\packages\System.Runtime.InteropServices.RuntimeInformation\4.0.0\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll" --r:"C:\Users\GLB-008\.nuget\packages\System.Runtime.Loader\4.0.0\ref\netstandard1.5\System.Runtime.Loader.dll" --r:"C:\Users\GLB-008\.nuget\packages\System.Runtime.Numerics\4.0.1\ref\netstandard1.1\System.Runtime.Numerics.dll" --r:"C:\Users\GLB-008\.nuget\packages\System.Runtime.Serialization.Primitives\4.1.1\ref\netstandard1.3\System.Runtime.Serialization.Primitives.dll" --r:"C:\Users\GLB-008\.nuget\packages\System.Security.Claims\4.0.1\ref\netstandard1.3\System.Security.Claims.dll" --r:"C:\Users\GLB-008\.nuget\packages\System.Security.Cryptography.Algorithms\4.2.0\ref\netstandard1.6\System.Security.Cryptography.Algorithms.dll" --r:"C:\Users\GLB-008\.nuget\packages\System.Security.Cryptography.Encoding\4.0.0\ref\netstandard1.3\System.Security.Cryptography.Encoding.dll" --r:"C:\Users\GLB-008\.nuget\packages\System.Security.Cryptography.Primitives\4.0.0\ref\netstandard1.3\System.Security.Cryptography.Primitives.dll" --r:"C:\Users\GLB-008\.nuget\packages\System.Security.Cryptography.X509Certificates\4.1.0\ref\netstandard1.4\System.Security.Cryptography.X509Certificates.dll" --r:"C:\Users\GLB-008\.nuget\packages\System.Security.Principal\4.0.1\ref\netstandard1.0\System.Security.Principal.dll" --r:"C:\Users\GLB-008\.nuget\packages\System.Security.Principal.Windows\4.0.0\ref\netstandard1.3\System.Security.Principal.Windows.dll" --r:"C:\Users\GLB-008\.nuget\packages\System.Text.Encoding\4.0.11\ref\netstandard1.3\System.Text.Encoding.dll" --r:"C:\Users\GLB-008\.nuget\packages\System.Text.Encoding.Extensions\4.0.11\ref\netstandard1.3\System.Text.Encoding.Extensions.dll" --r:"C:\Users\GLB-008\.nuget\packages\System.Text.Encodings.Web\4.0.0\lib\netstandard1.0\System.Text.Encodings.Web.dll" --r:"C:\Users\GLB-008\.nuget\packages\System.Text.RegularExpressions\4.1.0\ref\netstandard1.6\System.Text.RegularExpressions.dll" --r:"C:\Users\GLB-008\.nuget\packages\System.Threading\4.0.11\ref\netstandard1.3\System.Threading.dll" --r:"C:\Users\GLB-008\.nuget\packages\System.Threading.Tasks\4.0.11\ref\netstandard1.3\System.Threading.Tasks.dll" --r:"C:\Users\GLB-008\.nuget\packages\System.Threading.Tasks.Dataflow\4.6.0\lib\netstandard1.1\System.Threading.Tasks.Dataflow.dll" --r:"C:\Users\GLB-008\.nuget\packages\System.Threading.Tasks.Extensions\4.0.0\lib\netstandard1.0\System.Threading.Tasks.Extensions.dll" --r:"C:\Users\GLB-008\.nuget\packages\System.Threading.Tasks.Parallel\4.0.1\ref\netstandard1.1\System.Threading.Tasks.Parallel.dll" --r:"C:\Users\GLB-008\.nuget\packages\System.Threading.Thread\4.0.0\ref\netstandard1.3\System.Threading.Thread.dll" --r:"C:\Users\GLB-008\.nuget\packages\System.Threading.ThreadPool\4.0.10\ref\netstandard1.3\System.Threading.ThreadPool.dll" --r:"C:\Users\GLB-008\.nuget\packages\System.Threading.Timer\4.0.1\ref\netstandard1.2\System.Threading.Timer.dll" --r:"C:\Users\GLB-008\.nuget\packages\System.Xml.ReaderWriter\4.0.11\ref\netstandard1.3\System.Xml.ReaderWriter.dll" --r:"C:\Users\GLB-008\.nuget\packages\System.Xml.XDocument\4.0.11\ref\netstandard1.3\System.Xml.XDocument.dll" --resource:"c:\users\glb-008\documents\visual studio 2015\Projects\Socioboard\src\Socioboard\obj\Debug\netcoreapp1.0\Socioboarddotnet-compile.deps.json",Socioboard.deps.json -"c:\users\glb-008\documents\visual studio 2015\Projects\Socioboard\src\Socioboard\Program.cs" -"c:\users\glb-008\documents\visual studio 2015\Projects\Socioboard\src\Socioboard\Startup.cs" -"c:\users\glb-008\documents\visual studio 2015\Projects\Socioboard\src\Socioboard\Controllers\FacebookManagerController.cs" -"c:\users\glb-008\documents\visual studio 2015\Projects\Socioboard\src\Socioboard\Controllers\GoogleManagerController.cs" -"c:\users\glb-008\documents\visual studio 2015\Projects\Socioboard\src\Socioboard\Controllers\HomeController.cs" -"c:\users\glb-008\documents\visual studio 2015\Projects\Socioboard\src\Socioboard\Controllers\TwitterManagerController.cs" -"c:\users\glb-008\documents\visual studio 2015\Projects\Socioboard\src\Socioboard\Extensions\SessionExtensions.cs" -"c:\users\glb-008\documents\visual studio 2015\Projects\Socioboard\src\Socioboard\Helpers\AppSettings.cs" -"c:\users\glb-008\documents\visual studio 2015\Projects\Socioboard\src\Socioboard\Helpers\Facebook.cs" -"c:\users\glb-008\documents\visual studio 2015\Projects\Socioboard\src\Socioboard\Helpers\ProfilesHelper.cs" -"c:\users\glb-008\documents\visual studio 2015\Projects\Socioboard\src\Socioboard\Helpers\WebApiReq.cs" diff --git a/src/Socioboard/obj/Debug/netcoreapp1.0/dotnet-compile.assemblyinfo.cs b/src/Socioboard/obj/Debug/netcoreapp1.0/dotnet-compile.assemblyinfo.cs deleted file mode 100644 index 6fd4a48cb..000000000 --- a/src/Socioboard/obj/Debug/netcoreapp1.0/dotnet-compile.assemblyinfo.cs +++ /dev/null @@ -1,5 +0,0 @@ -// This file has been auto generated. -[assembly:System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly:System.Reflection.AssemblyVersionAttribute("1.0.0.0")] -[assembly:System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] -[assembly:System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v1.0")] \ No newline at end of file diff --git a/src/Socioboard/obj/Debug/netcoreapp1.0/dotnet-compile.rsp b/src/Socioboard/obj/Debug/netcoreapp1.0/dotnet-compile.rsp deleted file mode 100644 index b65a0d75f..000000000 --- a/src/Socioboard/obj/Debug/netcoreapp1.0/dotnet-compile.rsp +++ /dev/null @@ -1,210 +0,0 @@ ---temp-output:c:\users\glb-008\documents\visual studio 2015\Projects\Socioboard\src\Socioboard\obj\Debug\netcoreapp1.0\ ---out:c:\users\glb-008\documents\visual studio 2015\Projects\Socioboard\src\Socioboard\bin\Debug\netcoreapp1.0\Socioboard.dll ---define:DEBUG ---define:TRACE ---define:NETCOREAPP1_0 ---suppress-warning:CS1701 ---suppress-warning:CS1702 ---suppress-warning:CS1705 ---optimize:False ---emit-entry-point:True ---output-name:Socioboard ---file-version:1.0.0.0 ---version:1.0.0.0 ---informational-version:1.0.0 ---target-framework:.NETCoreApp,Version=v1.0 ---reference:C:\Users\GLB-008\.nuget\packages\Microsoft.ApplicationInsights\2.1.0\lib\dotnet5.4\Microsoft.ApplicationInsights.dll ---reference:C:\Users\GLB-008\.nuget\packages\Microsoft.ApplicationInsights.AspNetCore\1.0.0\lib\netstandard1.6\Microsoft.ApplicationInsights.AspNetCore.dll ---reference:C:\Users\GLB-008\.nuget\packages\Microsoft.AspNetCore.Antiforgery\1.0.0\lib\netstandard1.3\Microsoft.AspNetCore.Antiforgery.dll ---reference:C:\Users\GLB-008\.nuget\packages\Microsoft.AspNetCore.Authorization\1.0.0\lib\netstandard1.3\Microsoft.AspNetCore.Authorization.dll ---reference:C:\Users\GLB-008\.nuget\packages\Microsoft.AspNetCore.Cors\1.0.0\lib\netstandard1.3\Microsoft.AspNetCore.Cors.dll ---reference:C:\Users\GLB-008\.nuget\packages\Microsoft.AspNetCore.Cryptography.Internal\1.0.0\lib\netstandard1.3\Microsoft.AspNetCore.Cryptography.Internal.dll ---reference:C:\Users\GLB-008\.nuget\packages\Microsoft.AspNetCore.DataProtection\1.0.0\lib\netstandard1.3\Microsoft.AspNetCore.DataProtection.dll ---reference:C:\Users\GLB-008\.nuget\packages\Microsoft.AspNetCore.DataProtection.Abstractions\1.0.0\lib\netstandard1.3\Microsoft.AspNetCore.DataProtection.Abstractions.dll ---reference:C:\Users\GLB-008\.nuget\packages\Microsoft.AspNetCore.Diagnostics\1.0.0\lib\netstandard1.3\Microsoft.AspNetCore.Diagnostics.dll ---reference:C:\Users\GLB-008\.nuget\packages\Microsoft.AspNetCore.Diagnostics.Abstractions\1.0.0\lib\netstandard1.0\Microsoft.AspNetCore.Diagnostics.Abstractions.dll ---reference:C:\Users\GLB-008\.nuget\packages\Microsoft.AspNetCore.Hosting\1.0.0\lib\netstandard1.3\Microsoft.AspNetCore.Hosting.dll ---reference:C:\Users\GLB-008\.nuget\packages\Microsoft.AspNetCore.Hosting.Abstractions\1.0.0\lib\netstandard1.3\Microsoft.AspNetCore.Hosting.Abstractions.dll ---reference:C:\Users\GLB-008\.nuget\packages\Microsoft.AspNetCore.Hosting.Server.Abstractions\1.0.0\lib\netstandard1.3\Microsoft.AspNetCore.Hosting.Server.Abstractions.dll ---reference:C:\Users\GLB-008\.nuget\packages\Microsoft.AspNetCore.Html.Abstractions\1.0.0\lib\netstandard1.0\Microsoft.AspNetCore.Html.Abstractions.dll ---reference:C:\Users\GLB-008\.nuget\packages\Microsoft.AspNetCore.Http\1.0.0\lib\netstandard1.3\Microsoft.AspNetCore.Http.dll ---reference:C:\Users\GLB-008\.nuget\packages\Microsoft.AspNetCore.Http.Abstractions\1.0.0\lib\netstandard1.3\Microsoft.AspNetCore.Http.Abstractions.dll ---reference:C:\Users\GLB-008\.nuget\packages\Microsoft.AspNetCore.Http.Extensions\1.0.0\lib\netstandard1.3\Microsoft.AspNetCore.Http.Extensions.dll ---reference:C:\Users\GLB-008\.nuget\packages\Microsoft.AspNetCore.Http.Features\1.0.0\lib\netstandard1.3\Microsoft.AspNetCore.Http.Features.dll ---reference:C:\Users\GLB-008\.nuget\packages\Microsoft.AspNetCore.HttpOverrides\1.0.0\lib\netstandard1.3\Microsoft.AspNetCore.HttpOverrides.dll ---reference:C:\Users\GLB-008\.nuget\packages\Microsoft.AspNetCore.JsonPatch\1.0.0\lib\netstandard1.1\Microsoft.AspNetCore.JsonPatch.dll ---reference:C:\Users\GLB-008\.nuget\packages\Microsoft.AspNetCore.Localization\1.0.0\lib\netstandard1.3\Microsoft.AspNetCore.Localization.dll ---reference:C:\Users\GLB-008\.nuget\packages\Microsoft.AspNetCore.Mvc\1.0.0\lib\netstandard1.6\Microsoft.AspNetCore.Mvc.dll ---reference:C:\Users\GLB-008\.nuget\packages\Microsoft.AspNetCore.Mvc.Abstractions\1.0.0\lib\netstandard1.3\Microsoft.AspNetCore.Mvc.Abstractions.dll ---reference:C:\Users\GLB-008\.nuget\packages\Microsoft.AspNetCore.Mvc.ApiExplorer\1.0.0\lib\netstandard1.6\Microsoft.AspNetCore.Mvc.ApiExplorer.dll ---reference:C:\Users\GLB-008\.nuget\packages\Microsoft.AspNetCore.Mvc.Core\1.0.0\lib\netstandard1.6\Microsoft.AspNetCore.Mvc.Core.dll ---reference:C:\Users\GLB-008\.nuget\packages\Microsoft.AspNetCore.Mvc.Cors\1.0.0\lib\netstandard1.6\Microsoft.AspNetCore.Mvc.Cors.dll ---reference:C:\Users\GLB-008\.nuget\packages\Microsoft.AspNetCore.Mvc.DataAnnotations\1.0.0\lib\netstandard1.6\Microsoft.AspNetCore.Mvc.DataAnnotations.dll ---reference:C:\Users\GLB-008\.nuget\packages\Microsoft.AspNetCore.Mvc.Formatters.Json\1.0.0\lib\netstandard1.6\Microsoft.AspNetCore.Mvc.Formatters.Json.dll ---reference:C:\Users\GLB-008\.nuget\packages\Microsoft.AspNetCore.Mvc.Localization\1.0.0\lib\netstandard1.6\Microsoft.AspNetCore.Mvc.Localization.dll ---reference:C:\Users\GLB-008\.nuget\packages\Microsoft.AspNetCore.Mvc.Razor\1.0.0\lib\netstandard1.6\Microsoft.AspNetCore.Mvc.Razor.dll ---reference:C:\Users\GLB-008\.nuget\packages\Microsoft.AspNetCore.Mvc.Razor.Host\1.0.0\lib\netstandard1.6\Microsoft.AspNetCore.Mvc.Razor.Host.dll ---reference:C:\Users\GLB-008\.nuget\packages\Microsoft.AspNetCore.Mvc.TagHelpers\1.0.0\lib\netstandard1.6\Microsoft.AspNetCore.Mvc.TagHelpers.dll ---reference:C:\Users\GLB-008\.nuget\packages\Microsoft.AspNetCore.Mvc.ViewFeatures\1.0.0\lib\netstandard1.6\Microsoft.AspNetCore.Mvc.ViewFeatures.dll ---reference:C:\Users\GLB-008\.nuget\packages\Microsoft.AspNetCore.Razor\1.0.0\lib\netstandard1.3\Microsoft.AspNetCore.Razor.dll ---reference:C:\Users\GLB-008\.nuget\packages\Microsoft.AspNetCore.Razor.Runtime\1.0.0\lib\netstandard1.5\Microsoft.AspNetCore.Razor.Runtime.dll ---reference:C:\Users\GLB-008\.nuget\packages\Microsoft.AspNetCore.Razor.Tools\1.0.0-preview2-final\lib\netcoreapp1.0\dotnet-razor-tooling.dll ---reference:C:\Users\GLB-008\.nuget\packages\Microsoft.AspNetCore.Routing\1.0.0\lib\netstandard1.3\Microsoft.AspNetCore.Routing.dll ---reference:C:\Users\GLB-008\.nuget\packages\Microsoft.AspNetCore.Routing.Abstractions\1.0.0\lib\netstandard1.3\Microsoft.AspNetCore.Routing.Abstractions.dll ---reference:C:\Users\GLB-008\.nuget\packages\Microsoft.AspNetCore.Server.IISIntegration\1.0.0\lib\netstandard1.3\Microsoft.AspNetCore.Server.IISIntegration.dll ---reference:C:\Users\GLB-008\.nuget\packages\Microsoft.AspNetCore.Server.Kestrel\1.0.0\lib\netstandard1.3\Microsoft.AspNetCore.Server.Kestrel.dll ---reference:C:\Users\GLB-008\.nuget\packages\Microsoft.AspNetCore.StaticFiles\1.0.0\lib\netstandard1.3\Microsoft.AspNetCore.StaticFiles.dll ---reference:C:\Users\GLB-008\.nuget\packages\Microsoft.AspNetCore.WebUtilities\1.0.0\lib\netstandard1.3\Microsoft.AspNetCore.WebUtilities.dll ---reference:C:\Users\GLB-008\.nuget\packages\Microsoft.CodeAnalysis.Common\1.3.0\lib\netstandard1.3\Microsoft.CodeAnalysis.dll ---reference:C:\Users\GLB-008\.nuget\packages\Microsoft.CodeAnalysis.CSharp\1.3.0\lib\netstandard1.3\Microsoft.CodeAnalysis.CSharp.dll ---reference:C:\Users\GLB-008\.nuget\packages\Microsoft.CSharp\4.0.1\ref\netstandard1.0\Microsoft.CSharp.dll ---reference:C:\Users\GLB-008\.nuget\packages\Microsoft.DotNet.Cli.Utils\1.0.0-preview2-003121\lib\netstandard1.6\Microsoft.DotNet.Cli.Utils.dll ---reference:C:\Users\GLB-008\.nuget\packages\Microsoft.DotNet.InternalAbstractions\1.0.0\lib\netstandard1.3\Microsoft.DotNet.InternalAbstractions.dll ---reference:C:\Users\GLB-008\.nuget\packages\Microsoft.DotNet.ProjectModel\1.0.0-rc3-003121\lib\netstandard1.6\Microsoft.DotNet.ProjectModel.dll ---reference:C:\Users\GLB-008\.nuget\packages\Microsoft.DotNet.ProjectModel.Loader\1.0.0-preview2-003121\lib\netstandard1.6\Microsoft.DotNet.ProjectModel.Loader.dll ---reference:C:\Users\GLB-008\.nuget\packages\Microsoft.Extensions.Caching.Abstractions\1.0.0\lib\netstandard1.0\Microsoft.Extensions.Caching.Abstractions.dll ---reference:C:\Users\GLB-008\.nuget\packages\Microsoft.Extensions.Caching.Memory\1.0.0\lib\netstandard1.3\Microsoft.Extensions.Caching.Memory.dll ---reference:C:\Users\GLB-008\.nuget\packages\Microsoft.Extensions.CommandLineUtils\1.0.0\lib\netstandard1.3\Microsoft.Extensions.CommandLineUtils.dll ---reference:C:\Users\GLB-008\.nuget\packages\Microsoft.Extensions.Configuration\1.0.0\lib\netstandard1.1\Microsoft.Extensions.Configuration.dll ---reference:C:\Users\GLB-008\.nuget\packages\Microsoft.Extensions.Configuration.Abstractions\1.0.0\lib\netstandard1.0\Microsoft.Extensions.Configuration.Abstractions.dll ---reference:C:\Users\GLB-008\.nuget\packages\Microsoft.Extensions.Configuration.Binder\1.0.0\lib\netstandard1.1\Microsoft.Extensions.Configuration.Binder.dll ---reference:C:\Users\GLB-008\.nuget\packages\Microsoft.Extensions.Configuration.EnvironmentVariables\1.0.0\lib\netstandard1.3\Microsoft.Extensions.Configuration.EnvironmentVariables.dll ---reference:C:\Users\GLB-008\.nuget\packages\Microsoft.Extensions.Configuration.FileExtensions\1.0.0\lib\netstandard1.3\Microsoft.Extensions.Configuration.FileExtensions.dll ---reference:C:\Users\GLB-008\.nuget\packages\Microsoft.Extensions.Configuration.Json\1.0.0\lib\netstandard1.3\Microsoft.Extensions.Configuration.Json.dll ---reference:C:\Users\GLB-008\.nuget\packages\Microsoft.Extensions.DependencyInjection\1.0.0\lib\netstandard1.1\Microsoft.Extensions.DependencyInjection.dll ---reference:C:\Users\GLB-008\.nuget\packages\Microsoft.Extensions.DependencyInjection.Abstractions\1.0.0\lib\netstandard1.0\Microsoft.Extensions.DependencyInjection.Abstractions.dll ---reference:C:\Users\GLB-008\.nuget\packages\Microsoft.Extensions.DependencyModel\1.0.0\lib\netstandard1.6\Microsoft.Extensions.DependencyModel.dll ---reference:C:\Users\GLB-008\.nuget\packages\Microsoft.Extensions.DiagnosticAdapter\1.0.0\lib\netstandard1.1\Microsoft.Extensions.DiagnosticAdapter.dll ---reference:C:\Users\GLB-008\.nuget\packages\Microsoft.Extensions.FileProviders.Abstractions\1.0.0\lib\netstandard1.0\Microsoft.Extensions.FileProviders.Abstractions.dll ---reference:C:\Users\GLB-008\.nuget\packages\Microsoft.Extensions.FileProviders.Composite\1.0.0\lib\netstandard1.0\Microsoft.Extensions.FileProviders.Composite.dll ---reference:C:\Users\GLB-008\.nuget\packages\Microsoft.Extensions.FileProviders.Physical\1.0.0\lib\netstandard1.3\Microsoft.Extensions.FileProviders.Physical.dll ---reference:C:\Users\GLB-008\.nuget\packages\Microsoft.Extensions.FileSystemGlobbing\1.0.0\lib\netstandard1.3\Microsoft.Extensions.FileSystemGlobbing.dll ---reference:C:\Users\GLB-008\.nuget\packages\Microsoft.Extensions.Globalization.CultureInfoCache\1.0.0\lib\netstandard1.1\Microsoft.Extensions.Globalization.CultureInfoCache.dll ---reference:C:\Users\GLB-008\.nuget\packages\Microsoft.Extensions.Localization\1.0.0\lib\netstandard1.3\Microsoft.Extensions.Localization.dll ---reference:C:\Users\GLB-008\.nuget\packages\Microsoft.Extensions.Localization.Abstractions\1.0.0\lib\netstandard1.0\Microsoft.Extensions.Localization.Abstractions.dll ---reference:C:\Users\GLB-008\.nuget\packages\Microsoft.Extensions.Logging\1.0.0\lib\netstandard1.1\Microsoft.Extensions.Logging.dll ---reference:C:\Users\GLB-008\.nuget\packages\Microsoft.Extensions.Logging.Abstractions\1.0.0\lib\netstandard1.1\Microsoft.Extensions.Logging.Abstractions.dll ---reference:C:\Users\GLB-008\.nuget\packages\Microsoft.Extensions.Logging.Console\1.0.0\lib\netstandard1.3\Microsoft.Extensions.Logging.Console.dll ---reference:C:\Users\GLB-008\.nuget\packages\Microsoft.Extensions.Logging.Debug\1.0.0\lib\netstandard1.3\Microsoft.Extensions.Logging.Debug.dll ---reference:C:\Users\GLB-008\.nuget\packages\Microsoft.Extensions.ObjectPool\1.0.0\lib\netstandard1.3\Microsoft.Extensions.ObjectPool.dll ---reference:C:\Users\GLB-008\.nuget\packages\Microsoft.Extensions.Options\1.0.0\lib\netstandard1.0\Microsoft.Extensions.Options.dll ---reference:C:\Users\GLB-008\.nuget\packages\Microsoft.Extensions.Options.ConfigurationExtensions\1.0.0\lib\netstandard1.1\Microsoft.Extensions.Options.ConfigurationExtensions.dll ---reference:C:\Users\GLB-008\.nuget\packages\Microsoft.Extensions.PlatformAbstractions\1.0.0\lib\netstandard1.3\Microsoft.Extensions.PlatformAbstractions.dll ---reference:C:\Users\GLB-008\.nuget\packages\Microsoft.Extensions.Primitives\1.0.0\lib\netstandard1.0\Microsoft.Extensions.Primitives.dll ---reference:C:\Users\GLB-008\.nuget\packages\Microsoft.Extensions.WebEncoders\1.0.0\lib\netstandard1.0\Microsoft.Extensions.WebEncoders.dll ---reference:C:\Users\GLB-008\.nuget\packages\Microsoft.Net.Http.Headers\1.0.0\lib\netstandard1.1\Microsoft.Net.Http.Headers.dll ---reference:C:\Users\GLB-008\.nuget\packages\Microsoft.VisualBasic\10.0.1\ref\netstandard1.1\Microsoft.VisualBasic.dll ---reference:C:\Users\GLB-008\.nuget\packages\Microsoft.VisualStudio.Web.BrowserLink.Loader\14.0.0\lib\netstandard1.5\Microsoft.VisualStudio.Web.BrowserLink.Loader.dll ---reference:C:\Users\GLB-008\.nuget\packages\Microsoft.Win32.Primitives\4.0.1\ref\netstandard1.3\Microsoft.Win32.Primitives.dll ---reference:C:\Users\GLB-008\.nuget\packages\Microsoft.Win32.Registry\4.0.0\ref\netstandard1.3\Microsoft.Win32.Registry.dll ---reference:C:\Users\GLB-008\.nuget\packages\Newtonsoft.Json\9.0.1\lib\netstandard1.0\Newtonsoft.Json.dll ---reference:C:\Users\GLB-008\.nuget\packages\NuGet.Common\3.5.0-beta2-1484\lib\netstandard1.3\NuGet.Common.dll ---reference:C:\Users\GLB-008\.nuget\packages\NuGet.Configuration\3.5.0-beta2-1484\lib\netstandard1.3\NuGet.Configuration.dll ---reference:C:\Users\GLB-008\.nuget\packages\NuGet.DependencyResolver.Core\3.5.0-beta2-1484\lib\netstandard1.3\NuGet.DependencyResolver.Core.dll ---reference:C:\Users\GLB-008\.nuget\packages\NuGet.Frameworks\3.5.0-beta2-1484\lib\netstandard1.3\NuGet.Frameworks.dll ---reference:C:\Users\GLB-008\.nuget\packages\NuGet.LibraryModel\3.5.0-beta2-1484\lib\netstandard1.3\NuGet.LibraryModel.dll ---reference:C:\Users\GLB-008\.nuget\packages\NuGet.Packaging\3.5.0-beta2-1484\lib\netstandard1.3\NuGet.Packaging.dll ---reference:C:\Users\GLB-008\.nuget\packages\NuGet.Packaging.Core\3.5.0-beta2-1484\lib\netstandard1.3\NuGet.Packaging.Core.dll ---reference:C:\Users\GLB-008\.nuget\packages\NuGet.Packaging.Core.Types\3.5.0-beta2-1484\lib\netstandard1.3\NuGet.Packaging.Core.Types.dll ---reference:C:\Users\GLB-008\.nuget\packages\NuGet.ProjectModel\3.5.0-beta2-1484\lib\netstandard1.3\NuGet.ProjectModel.dll ---reference:C:\Users\GLB-008\.nuget\packages\NuGet.Protocol.Core.Types\3.5.0-beta2-1484\lib\netstandard1.3\NuGet.Protocol.Core.Types.dll ---reference:C:\Users\GLB-008\.nuget\packages\NuGet.Protocol.Core.v3\3.5.0-beta2-1484\lib\netstandard1.3\NuGet.Protocol.Core.v3.dll ---reference:C:\Users\GLB-008\.nuget\packages\NuGet.Repositories\3.5.0-beta2-1484\lib\netstandard1.3\NuGet.Repositories.dll ---reference:C:\Users\GLB-008\.nuget\packages\NuGet.RuntimeModel\3.5.0-beta2-1484\lib\netstandard1.3\NuGet.RuntimeModel.dll ---reference:C:\Users\GLB-008\.nuget\packages\NuGet.Versioning\3.5.0-beta2-1484\lib\netstandard1.0\NuGet.Versioning.dll ---reference:C:\Users\GLB-008\.nuget\packages\System.AppContext\4.1.0\ref\netstandard1.6\System.AppContext.dll ---reference:C:\Users\GLB-008\.nuget\packages\System.Buffers\4.0.0\lib\netstandard1.1\System.Buffers.dll ---reference:C:\Users\GLB-008\.nuget\packages\System.Collections\4.0.11\ref\netstandard1.3\System.Collections.dll ---reference:C:\Users\GLB-008\.nuget\packages\System.Collections.Concurrent\4.0.12\ref\netstandard1.3\System.Collections.Concurrent.dll ---reference:C:\Users\GLB-008\.nuget\packages\System.Collections.Immutable\1.2.0\lib\netstandard1.0\System.Collections.Immutable.dll ---reference:C:\Users\GLB-008\.nuget\packages\System.Collections.NonGeneric\4.0.1\ref\netstandard1.3\System.Collections.NonGeneric.dll ---reference:C:\Users\GLB-008\.nuget\packages\System.ComponentModel\4.0.1\ref\netstandard1.0\System.ComponentModel.dll ---reference:C:\Users\GLB-008\.nuget\packages\System.ComponentModel.Annotations\4.1.0\ref\netstandard1.4\System.ComponentModel.Annotations.dll ---reference:C:\Users\GLB-008\.nuget\packages\System.ComponentModel.Primitives\4.1.0\ref\netstandard1.0\System.ComponentModel.Primitives.dll ---reference:C:\Users\GLB-008\.nuget\packages\System.ComponentModel.TypeConverter\4.1.0\ref\netstandard1.5\System.ComponentModel.TypeConverter.dll ---reference:C:\Users\GLB-008\.nuget\packages\System.Console\4.0.0\ref\netstandard1.3\System.Console.dll ---reference:C:\Users\GLB-008\.nuget\packages\System.Diagnostics.Contracts\4.0.1\ref\netstandard1.0\System.Diagnostics.Contracts.dll ---reference:C:\Users\GLB-008\.nuget\packages\System.Diagnostics.Debug\4.0.11\ref\netstandard1.3\System.Diagnostics.Debug.dll ---reference:C:\Users\GLB-008\.nuget\packages\System.Diagnostics.DiagnosticSource\4.0.0\lib\netstandard1.3\System.Diagnostics.DiagnosticSource.dll ---reference:C:\Users\GLB-008\.nuget\packages\System.Diagnostics.Process\4.1.0\ref\netstandard1.4\System.Diagnostics.Process.dll ---reference:C:\Users\GLB-008\.nuget\packages\System.Diagnostics.StackTrace\4.0.1\ref\netstandard1.3\System.Diagnostics.StackTrace.dll ---reference:C:\Users\GLB-008\.nuget\packages\System.Diagnostics.Tools\4.0.1\ref\netstandard1.0\System.Diagnostics.Tools.dll ---reference:C:\Users\GLB-008\.nuget\packages\System.Diagnostics.Tracing\4.1.0\ref\netstandard1.5\System.Diagnostics.Tracing.dll ---reference:C:\Users\GLB-008\.nuget\packages\System.Dynamic.Runtime\4.0.11\ref\netstandard1.3\System.Dynamic.Runtime.dll ---reference:C:\Users\GLB-008\.nuget\packages\System.Globalization\4.0.11\ref\netstandard1.3\System.Globalization.dll ---reference:C:\Users\GLB-008\.nuget\packages\System.Globalization.Calendars\4.0.1\ref\netstandard1.3\System.Globalization.Calendars.dll ---reference:C:\Users\GLB-008\.nuget\packages\System.Globalization.Extensions\4.0.1\ref\netstandard1.3\System.Globalization.Extensions.dll ---reference:C:\Users\GLB-008\.nuget\packages\System.IO\4.1.0\ref\netstandard1.5\System.IO.dll ---reference:C:\Users\GLB-008\.nuget\packages\System.IO.Compression\4.1.0\ref\netstandard1.3\System.IO.Compression.dll ---reference:C:\Users\GLB-008\.nuget\packages\System.IO.Compression.ZipFile\4.0.1\ref\netstandard1.3\System.IO.Compression.ZipFile.dll ---reference:C:\Users\GLB-008\.nuget\packages\System.IO.FileSystem\4.0.1\ref\netstandard1.3\System.IO.FileSystem.dll ---reference:C:\Users\GLB-008\.nuget\packages\System.IO.FileSystem.Primitives\4.0.1\ref\netstandard1.3\System.IO.FileSystem.Primitives.dll ---reference:C:\Users\GLB-008\.nuget\packages\System.IO.FileSystem.Watcher\4.0.0\ref\netstandard1.3\System.IO.FileSystem.Watcher.dll ---reference:C:\Users\GLB-008\.nuget\packages\System.IO.MemoryMappedFiles\4.0.0\ref\netstandard1.3\System.IO.MemoryMappedFiles.dll ---reference:C:\Users\GLB-008\.nuget\packages\System.IO.UnmanagedMemoryStream\4.0.1\ref\netstandard1.3\System.IO.UnmanagedMemoryStream.dll ---reference:C:\Users\GLB-008\.nuget\packages\System.Linq\4.1.0\ref\netstandard1.6\System.Linq.dll ---reference:C:\Users\GLB-008\.nuget\packages\System.Linq.Expressions\4.1.0\ref\netstandard1.6\System.Linq.Expressions.dll ---reference:C:\Users\GLB-008\.nuget\packages\System.Linq.Parallel\4.0.1\ref\netstandard1.1\System.Linq.Parallel.dll ---reference:C:\Users\GLB-008\.nuget\packages\System.Linq.Queryable\4.0.1\ref\netstandard1.0\System.Linq.Queryable.dll ---reference:C:\Users\GLB-008\.nuget\packages\System.Net.Http\4.1.0\ref\netstandard1.3\System.Net.Http.dll ---reference:C:\Users\GLB-008\.nuget\packages\System.Net.NameResolution\4.0.0\ref\netstandard1.3\System.Net.NameResolution.dll ---reference:C:\Users\GLB-008\.nuget\packages\System.Net.Primitives\4.0.11\ref\netstandard1.3\System.Net.Primitives.dll ---reference:C:\Users\GLB-008\.nuget\packages\System.Net.Requests\4.0.11\ref\netstandard1.3\System.Net.Requests.dll ---reference:C:\Users\GLB-008\.nuget\packages\System.Net.Security\4.0.0\ref\netstandard1.3\System.Net.Security.dll ---reference:C:\Users\GLB-008\.nuget\packages\System.Net.Sockets\4.1.0\ref\netstandard1.3\System.Net.Sockets.dll ---reference:C:\Users\GLB-008\.nuget\packages\System.Net.WebHeaderCollection\4.0.1\ref\netstandard1.3\System.Net.WebHeaderCollection.dll ---reference:C:\Users\GLB-008\.nuget\packages\System.Net.WebSockets\4.0.0\ref\netstandard1.3\System.Net.WebSockets.dll ---reference:C:\Users\GLB-008\.nuget\packages\System.Numerics.Vectors\4.1.1\ref\netstandard1.0\System.Numerics.Vectors.dll ---reference:C:\Users\GLB-008\.nuget\packages\System.ObjectModel\4.0.12\ref\netstandard1.3\System.ObjectModel.dll ---reference:C:\Users\GLB-008\.nuget\packages\System.Reflection\4.1.0\ref\netstandard1.5\System.Reflection.dll ---reference:C:\Users\GLB-008\.nuget\packages\System.Reflection.DispatchProxy\4.0.1\ref\netstandard1.3\System.Reflection.DispatchProxy.dll ---reference:C:\Users\GLB-008\.nuget\packages\System.Reflection.Emit\4.0.1\ref\netstandard1.1\System.Reflection.Emit.dll ---reference:C:\Users\GLB-008\.nuget\packages\System.Reflection.Emit.ILGeneration\4.0.1\ref\netstandard1.0\System.Reflection.Emit.ILGeneration.dll ---reference:C:\Users\GLB-008\.nuget\packages\System.Reflection.Emit.Lightweight\4.0.1\ref\netstandard1.0\System.Reflection.Emit.Lightweight.dll ---reference:C:\Users\GLB-008\.nuget\packages\System.Reflection.Extensions\4.0.1\ref\netstandard1.0\System.Reflection.Extensions.dll ---reference:C:\Users\GLB-008\.nuget\packages\System.Reflection.Metadata\1.3.0\lib\netstandard1.1\System.Reflection.Metadata.dll ---reference:C:\Users\GLB-008\.nuget\packages\System.Reflection.Primitives\4.0.1\ref\netstandard1.0\System.Reflection.Primitives.dll ---reference:C:\Users\GLB-008\.nuget\packages\System.Reflection.TypeExtensions\4.1.0\ref\netstandard1.5\System.Reflection.TypeExtensions.dll ---reference:C:\Users\GLB-008\.nuget\packages\System.Resources.Reader\4.0.0\lib\netstandard1.0\System.Resources.Reader.dll ---reference:C:\Users\GLB-008\.nuget\packages\System.Resources.ResourceManager\4.0.1\ref\netstandard1.0\System.Resources.ResourceManager.dll ---reference:C:\Users\GLB-008\.nuget\packages\System.Runtime\4.1.0\ref\netstandard1.5\System.Runtime.dll ---reference:C:\Users\GLB-008\.nuget\packages\System.Runtime.Extensions\4.1.0\ref\netstandard1.5\System.Runtime.Extensions.dll ---reference:C:\Users\GLB-008\.nuget\packages\System.Runtime.Handles\4.0.1\ref\netstandard1.3\System.Runtime.Handles.dll ---reference:C:\Users\GLB-008\.nuget\packages\System.Runtime.InteropServices\4.1.0\ref\netstandard1.5\System.Runtime.InteropServices.dll ---reference:C:\Users\GLB-008\.nuget\packages\System.Runtime.InteropServices.RuntimeInformation\4.0.0\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll ---reference:C:\Users\GLB-008\.nuget\packages\System.Runtime.Loader\4.0.0\ref\netstandard1.5\System.Runtime.Loader.dll ---reference:C:\Users\GLB-008\.nuget\packages\System.Runtime.Numerics\4.0.1\ref\netstandard1.1\System.Runtime.Numerics.dll ---reference:C:\Users\GLB-008\.nuget\packages\System.Runtime.Serialization.Primitives\4.1.1\ref\netstandard1.3\System.Runtime.Serialization.Primitives.dll ---reference:C:\Users\GLB-008\.nuget\packages\System.Security.Claims\4.0.1\ref\netstandard1.3\System.Security.Claims.dll ---reference:C:\Users\GLB-008\.nuget\packages\System.Security.Cryptography.Algorithms\4.2.0\ref\netstandard1.6\System.Security.Cryptography.Algorithms.dll ---reference:C:\Users\GLB-008\.nuget\packages\System.Security.Cryptography.Encoding\4.0.0\ref\netstandard1.3\System.Security.Cryptography.Encoding.dll ---reference:C:\Users\GLB-008\.nuget\packages\System.Security.Cryptography.Primitives\4.0.0\ref\netstandard1.3\System.Security.Cryptography.Primitives.dll ---reference:C:\Users\GLB-008\.nuget\packages\System.Security.Cryptography.X509Certificates\4.1.0\ref\netstandard1.4\System.Security.Cryptography.X509Certificates.dll ---reference:C:\Users\GLB-008\.nuget\packages\System.Security.Principal\4.0.1\ref\netstandard1.0\System.Security.Principal.dll ---reference:C:\Users\GLB-008\.nuget\packages\System.Security.Principal.Windows\4.0.0\ref\netstandard1.3\System.Security.Principal.Windows.dll ---reference:C:\Users\GLB-008\.nuget\packages\System.Text.Encoding\4.0.11\ref\netstandard1.3\System.Text.Encoding.dll ---reference:C:\Users\GLB-008\.nuget\packages\System.Text.Encoding.Extensions\4.0.11\ref\netstandard1.3\System.Text.Encoding.Extensions.dll ---reference:C:\Users\GLB-008\.nuget\packages\System.Text.Encodings.Web\4.0.0\lib\netstandard1.0\System.Text.Encodings.Web.dll ---reference:C:\Users\GLB-008\.nuget\packages\System.Text.RegularExpressions\4.1.0\ref\netstandard1.6\System.Text.RegularExpressions.dll ---reference:C:\Users\GLB-008\.nuget\packages\System.Threading\4.0.11\ref\netstandard1.3\System.Threading.dll ---reference:C:\Users\GLB-008\.nuget\packages\System.Threading.Tasks\4.0.11\ref\netstandard1.3\System.Threading.Tasks.dll ---reference:C:\Users\GLB-008\.nuget\packages\System.Threading.Tasks.Dataflow\4.6.0\lib\netstandard1.1\System.Threading.Tasks.Dataflow.dll ---reference:C:\Users\GLB-008\.nuget\packages\System.Threading.Tasks.Extensions\4.0.0\lib\netstandard1.0\System.Threading.Tasks.Extensions.dll ---reference:C:\Users\GLB-008\.nuget\packages\System.Threading.Tasks.Parallel\4.0.1\ref\netstandard1.1\System.Threading.Tasks.Parallel.dll ---reference:C:\Users\GLB-008\.nuget\packages\System.Threading.Thread\4.0.0\ref\netstandard1.3\System.Threading.Thread.dll ---reference:C:\Users\GLB-008\.nuget\packages\System.Threading.ThreadPool\4.0.10\ref\netstandard1.3\System.Threading.ThreadPool.dll ---reference:C:\Users\GLB-008\.nuget\packages\System.Threading.Timer\4.0.1\ref\netstandard1.2\System.Threading.Timer.dll ---reference:C:\Users\GLB-008\.nuget\packages\System.Xml.ReaderWriter\4.0.11\ref\netstandard1.3\System.Xml.ReaderWriter.dll ---reference:C:\Users\GLB-008\.nuget\packages\System.Xml.XDocument\4.0.11\ref\netstandard1.3\System.Xml.XDocument.dll ---resource:"c:\users\glb-008\documents\visual studio 2015\Projects\Socioboard\src\Socioboard\obj\Debug\netcoreapp1.0\Socioboarddotnet-compile.deps.json",Socioboard.deps.json -c:\users\glb-008\documents\visual studio 2015\Projects\Socioboard\src\Socioboard\Program.cs -c:\users\glb-008\documents\visual studio 2015\Projects\Socioboard\src\Socioboard\Startup.cs -c:\users\glb-008\documents\visual studio 2015\Projects\Socioboard\src\Socioboard\Controllers\FacebookManagerController.cs -c:\users\glb-008\documents\visual studio 2015\Projects\Socioboard\src\Socioboard\Controllers\GoogleManagerController.cs -c:\users\glb-008\documents\visual studio 2015\Projects\Socioboard\src\Socioboard\Controllers\HomeController.cs -c:\users\glb-008\documents\visual studio 2015\Projects\Socioboard\src\Socioboard\Controllers\TwitterManagerController.cs -c:\users\glb-008\documents\visual studio 2015\Projects\Socioboard\src\Socioboard\Extensions\SessionExtensions.cs -c:\users\glb-008\documents\visual studio 2015\Projects\Socioboard\src\Socioboard\Helpers\AppSettings.cs -c:\users\glb-008\documents\visual studio 2015\Projects\Socioboard\src\Socioboard\Helpers\Facebook.cs -c:\users\glb-008\documents\visual studio 2015\Projects\Socioboard\src\Socioboard\Helpers\ProfilesHelper.cs -c:\users\glb-008\documents\visual studio 2015\Projects\Socioboard\src\Socioboard\Helpers\WebApiReq.cs diff --git a/src/Socioboard/obj/Release/net451/.IncrementalCache b/src/Socioboard/obj/Release/net451/.IncrementalCache deleted file mode 100644 index e9ca80454..000000000 --- a/src/Socioboard/obj/Release/net451/.IncrementalCache +++ /dev/null @@ -1 +0,0 @@ -{"inputs":["D:\\bitbucket\\src\\Socioboard\\project.json","D:\\bitbucket\\src\\Socioboard\\project.lock.json","D:\\bitbucket\\src\\Socioboard\\Program.cs","D:\\bitbucket\\src\\Socioboard\\Startup.cs","D:\\bitbucket\\src\\Socioboard\\Controllers\\FacebookManagerController.cs","D:\\bitbucket\\src\\Socioboard\\Controllers\\GoogleManagerController.cs","D:\\bitbucket\\src\\Socioboard\\Controllers\\HomeController.cs","D:\\bitbucket\\src\\Socioboard\\Controllers\\IndexController.cs","D:\\bitbucket\\src\\Socioboard\\Controllers\\InstagramManagerController.cs","D:\\bitbucket\\src\\Socioboard\\Controllers\\LinkedinManagerController.cs","D:\\bitbucket\\src\\Socioboard\\Controllers\\TwitterManagerController.cs","D:\\bitbucket\\src\\Socioboard\\Extensions\\SessionExtensions.cs","D:\\bitbucket\\src\\Socioboard\\Helpers\\AppSettings.cs","D:\\bitbucket\\src\\Socioboard\\Helpers\\Facebook.cs","D:\\bitbucket\\src\\Socioboard\\Helpers\\ProfilesHelper.cs","D:\\bitbucket\\src\\Socioboard\\Helpers\\WebApiReq.cs","D:\\bitbucket\\src\\Socioboard\\Services\\CustomViewLocationRazorViewEngine.cs","D:\\bitbucket\\src\\Socioboard\\Services\\IEmailSender.cs","D:\\bitbucket\\src\\Socioboard\\Services\\ISmsSender.cs","D:\\bitbucket\\src\\Socioboard\\Services\\MessageServices.cs","D:\\bitbucket\\src\\Socioboard.Facebook\\bin\\Release\\net451\\Socioboard.Facebook.dll"],"outputs":["D:\\bitbucket\\src\\Socioboard\\bin\\Release\\net451\\Socioboard.exe","D:\\bitbucket\\src\\Socioboard\\bin\\Release\\net451\\Socioboard.pdb","D:\\bitbucket\\src\\Socioboard\\bin\\Release\\net451\\win7-x64\\Socioboard.exe","D:\\bitbucket\\src\\Socioboard\\bin\\Release\\net451\\win7-x64\\Socioboard.pdb","D:\\bitbucket\\src\\Socioboard\\bin\\Release\\net451\\win7-x64\\Socioboard.exe.config"],"buildArguments":{"version-suffix":null}} \ No newline at end of file diff --git a/src/Socioboard/obj/Release/net451/.SDKVersion b/src/Socioboard/obj/Release/net451/.SDKVersion deleted file mode 100644 index 8fb21638c..000000000 --- a/src/Socioboard/obj/Release/net451/.SDKVersion +++ /dev/null @@ -1,4 +0,0 @@ -1e9d529bc54ed49f33102199e109526ea9c6b3c4 -1.0.0-preview2-003121 - -win7-x64 \ No newline at end of file diff --git a/src/Socioboard/obj/Release/net451/Socioboarddotnet-compile.deps.json b/src/Socioboard/obj/Release/net451/Socioboarddotnet-compile.deps.json deleted file mode 100644 index 4b2f6fa48..000000000 --- a/src/Socioboard/obj/Release/net451/Socioboarddotnet-compile.deps.json +++ /dev/null @@ -1,3285 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETFramework,Version=v4.5.1/", - "signature": "1471fcb854212f880d5aebaab7997fc9888c3ee3" - }, - "compilationOptions": { - "defines": [ - "RELEASE", - "TRACE", - "NET451" - ], - "platform": "x64", - "optimize": true, - "emitEntryPoint": true - }, - "targets": { - ".NETFramework,Version=v4.5.1": { - "Socioboard/1.0.0": { - "dependencies": { - "Microsoft.AspNet.WebApi.Client": "5.2.3", - "Microsoft.ApplicationInsights.AspNetCore": "1.0.0", - "Microsoft.AspNetCore.Diagnostics": "1.0.0", - "Microsoft.AspNetCore.Mvc": "1.0.0", - "Microsoft.AspNetCore.Server.IISIntegration": "1.0.0", - "Microsoft.AspNetCore.Server.Kestrel": "1.0.0", - "Microsoft.AspNetCore.Session": "1.0.0", - "Microsoft.AspNetCore.StaticFiles": "1.0.0", - "Microsoft.Extensions.Caching.Memory": "1.0.0", - "Microsoft.Extensions.Configuration": "1.0.0", - "Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0", - "Microsoft.Extensions.Configuration.Json": "1.0.0", - "Microsoft.Extensions.Logging": "1.0.0", - "Microsoft.Extensions.Logging.Console": "1.0.0", - "Microsoft.Extensions.Logging.Debug": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0", - "Microsoft.Extensions.Options.ConfigurationExtensions": "1.0.0", - "Microsoft.VisualStudio.Web.BrowserLink.Loader": "14.0.0", - "Serilog.Extensions.Logging": "1.1.0", - "Serilog.Sinks.ColoredConsole": "2.0.0", - "Serilog.Sinks.RollingFile": "2.1.0", - "Hammock": "1.2.3", - "Microsoft.AspNetCore.Authentication.Cookies": "1.0.0", - "Socioboard.Facebook": "1.0.0", - "Serilog": "2.1.0" - }, - "compile": { - "Socioboard.exe": {} - } - }, - "Facebook/7.0.10-beta": { - "compile": { - "lib/net45/Facebook.dll": {} - } - }, - "Hammock/1.2.3": { - "compile": { - "lib/net40/Hammock.dll": {} - } - }, - "Libuv/1.9.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1" - } - }, - "Microsoft.ApplicationInsights/2.1.0": { - "compile": { - "lib/net45/Microsoft.ApplicationInsights.dll": {} - } - }, - "Microsoft.ApplicationInsights.Agent.Intercept/1.2.1": { - "compile": { - "lib/net45/Microsoft.AI.Agent.Intercept.dll": {} - } - }, - "Microsoft.ApplicationInsights.AspNetCore/1.0.0": { - "dependencies": { - "Microsoft.ApplicationInsights": "2.1.0", - "Microsoft.ApplicationInsights.DependencyCollector": "2.1.0", - "Microsoft.ApplicationInsights.PerfCounterCollector": "2.1.0", - "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel": "2.1.0", - "Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Http.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Mvc.ViewFeatures": "1.0.0", - "Microsoft.Extensions.Configuration": "1.0.0", - "Microsoft.Extensions.DiagnosticAdapter": "1.0.0", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0" - }, - "compile": { - "lib/net451/Microsoft.ApplicationInsights.AspNetCore.dll": {} - } - }, - "Microsoft.ApplicationInsights.DependencyCollector/2.1.0": { - "dependencies": { - "Microsoft.ApplicationInsights": "2.1.0", - "Microsoft.ApplicationInsights.Agent.Intercept": "1.2.1" - }, - "compile": { - "lib/net45/Microsoft.AI.DependencyCollector.dll": {} - } - }, - "Microsoft.ApplicationInsights.PerfCounterCollector/2.1.0": { - "dependencies": { - "Microsoft.ApplicationInsights": "2.1.0" - }, - "compile": { - "lib/net45/Microsoft.AI.PerfCounterCollector.dll": {} - } - }, - "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel/2.1.0": { - "dependencies": { - "Microsoft.ApplicationInsights": "2.1.0" - }, - "compile": { - "lib/net45/Microsoft.AI.ServerTelemetryChannel.dll": {} - } - }, - "Microsoft.AspNet.WebApi.Client/5.2.3": { - "dependencies": { - "Newtonsoft.Json": "9.0.1", - "System.Net.Http": "4.0.0.0" - }, - "compile": { - "lib/net45/System.Net.Http.Formatting.dll": {} - } - }, - "Microsoft.AspNetCore.Antiforgery/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.DataProtection": "1.0.0", - "Microsoft.AspNetCore.Http.Abstractions": "1.0.0", - "Microsoft.AspNetCore.WebUtilities": "1.0.0", - "Microsoft.Extensions.ObjectPool": "1.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Antiforgery.dll": {} - } - }, - "Microsoft.AspNetCore.Authentication/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.DataProtection": "1.0.0", - "Microsoft.AspNetCore.Http": "1.0.0", - "Microsoft.AspNetCore.Http.Extensions": "1.0.0", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0", - "Microsoft.Extensions.WebEncoders": "1.0.0", - "System.Net.Http": "4.0.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Authentication.dll": {} - } - }, - "Microsoft.AspNetCore.Authentication.Cookies/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Authentication": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0", - "Microsoft.Extensions.WebEncoders": "1.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Authentication.Cookies.dll": {} - } - }, - "Microsoft.AspNetCore.Authorization/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Authorization.dll": {} - } - }, - "Microsoft.AspNetCore.Cors/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Extensions": "1.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "1.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Cors.dll": {} - } - }, - "Microsoft.AspNetCore.Cryptography.Internal/1.0.0": { - "compile": { - "lib/net451/Microsoft.AspNetCore.Cryptography.Internal.dll": {} - } - }, - "Microsoft.AspNetCore.DataProtection/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Cryptography.Internal": "1.0.0", - "Microsoft.AspNetCore.DataProtection.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0", - "System.Security": "4.0.0.0", - "System.Xml": "4.0.0.0", - "System.Xml.Linq": "4.0.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.DataProtection.dll": {} - } - }, - "Microsoft.AspNetCore.DataProtection.Abstractions/1.0.0": { - "compile": { - "lib/net451/Microsoft.AspNetCore.DataProtection.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Diagnostics/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Diagnostics.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Http.Extensions": "1.0.0", - "Microsoft.AspNetCore.WebUtilities": "1.0.0", - "Microsoft.Extensions.FileProviders.Physical": "1.0.0", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0", - "System.Diagnostics.DiagnosticSource": "4.0.0", - "System.Reflection.Metadata": "1.3.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Diagnostics.dll": {} - } - }, - "Microsoft.AspNetCore.Diagnostics.Abstractions/1.0.0": { - "dependencies": { - "System.Resources.ResourceManager": "4.0.0.0" - }, - "compile": { - "lib/netstandard1.0/Microsoft.AspNetCore.Diagnostics.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Hosting/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Hosting.Server.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Http": "1.0.0", - "Microsoft.AspNetCore.Http.Extensions": "1.0.0", - "Microsoft.Extensions.Configuration": "1.0.0", - "Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0", - "Microsoft.Extensions.DependencyInjection": "1.0.0", - "Microsoft.Extensions.FileProviders.Physical": "1.0.0", - "Microsoft.Extensions.Logging": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0", - "Microsoft.Extensions.PlatformAbstractions": "1.0.0", - "System.Diagnostics.DiagnosticSource": "4.0.0", - "System.Reflection.Metadata": "1.3.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Hosting.dll": {} - } - }, - "Microsoft.AspNetCore.Hosting.Abstractions/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Hosting.Server.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Http.Abstractions": "1.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "1.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "1.0.0", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Hosting.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Hosting.Server.Abstractions/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Features": "1.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "1.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Html.Abstractions/1.0.0": { - "dependencies": { - "System.Collections": "4.0.0.0", - "System.Resources.ResourceManager": "4.0.0.0", - "System.Text.Encodings.Web": "4.0.0" - }, - "compile": { - "lib/netstandard1.0/Microsoft.AspNetCore.Html.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Http/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Abstractions": "1.0.0", - "Microsoft.AspNetCore.WebUtilities": "1.0.0", - "Microsoft.Extensions.ObjectPool": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0", - "Microsoft.Net.Http.Headers": "1.0.0", - "System.Buffers": "4.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Http.dll": {} - } - }, - "Microsoft.AspNetCore.Http.Abstractions/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Features": "1.0.0", - "System.Text.Encodings.Web": "4.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Http.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Http.Extensions/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Abstractions": "1.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "1.0.0", - "Microsoft.Net.Http.Headers": "1.0.0", - "System.Buffers": "4.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Http.Extensions.dll": {} - } - }, - "Microsoft.AspNetCore.Http.Features/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "1.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Http.Features.dll": {} - } - }, - "Microsoft.AspNetCore.HttpOverrides/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Extensions": "1.0.0", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.HttpOverrides.dll": {} - } - }, - "Microsoft.AspNetCore.JsonPatch/1.0.0": { - "dependencies": { - "Microsoft.CSharp": "4.0.0.0", - "Newtonsoft.Json": "9.0.1", - "System.Collections.Concurrent": "4.0.0.0", - "System.ComponentModel.TypeConverter": "4.1.0", - "System.Diagnostics.Debug": "4.0.0.0", - "System.Globalization": "4.0.0.0", - "System.Linq": "4.0.0.0", - "System.Reflection.Extensions": "4.0.0.0", - "System.Resources.ResourceManager": "4.0.0.0", - "System.Runtime.Extensions": "4.0.0.0", - "System.Runtime.Serialization.Primitives": "4.0.0.0", - "System.Text.Encoding.Extensions": "4.0.0.0" - }, - "compile": { - "lib/netstandard1.1/Microsoft.AspNetCore.JsonPatch.dll": {} - } - }, - "Microsoft.AspNetCore.Localization/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Extensions": "1.0.0", - "Microsoft.Extensions.Globalization.CultureInfoCache": "1.0.0", - "Microsoft.Extensions.Localization.Abstractions": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Localization.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.ApiExplorer": "1.0.0", - "Microsoft.AspNetCore.Mvc.Cors": "1.0.0", - "Microsoft.AspNetCore.Mvc.DataAnnotations": "1.0.0", - "Microsoft.AspNetCore.Mvc.Formatters.Json": "1.0.0", - "Microsoft.AspNetCore.Mvc.Localization": "1.0.0", - "Microsoft.AspNetCore.Mvc.Razor": "1.0.0", - "Microsoft.AspNetCore.Mvc.TagHelpers": "1.0.0", - "Microsoft.AspNetCore.Mvc.ViewFeatures": "1.0.0", - "Microsoft.Extensions.Caching.Memory": "1.0.0", - "Microsoft.Extensions.DependencyInjection": "1.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Mvc.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Abstractions/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Routing.Abstractions": "1.0.0", - "Microsoft.Net.Http.Headers": "1.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Mvc.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.ApiExplorer/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.Core": "1.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Mvc.ApiExplorer.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Core/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Authorization": "1.0.0", - "Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Http": "1.0.0", - "Microsoft.AspNetCore.Mvc.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Routing": "1.0.0", - "Microsoft.Extensions.DependencyModel": "1.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "1.0.0", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "Microsoft.Extensions.PlatformAbstractions": "1.0.0", - "System.Buffers": "4.0.0", - "System.Diagnostics.DiagnosticSource": "4.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Mvc.Core.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Cors/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Cors": "1.0.0", - "Microsoft.AspNetCore.Mvc.Core": "1.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Mvc.Cors.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.DataAnnotations/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.Core": "1.0.0", - "Microsoft.Extensions.Localization": "1.0.0", - "System.ComponentModel.DataAnnotations": "4.0.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Mvc.DataAnnotations.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Formatters.Json/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.JsonPatch": "1.0.0", - "Microsoft.AspNetCore.Mvc.Core": "1.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Mvc.Formatters.Json.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Localization/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Localization": "1.0.0", - "Microsoft.AspNetCore.Mvc.Razor": "1.0.0", - "Microsoft.Extensions.DependencyInjection": "1.0.0", - "Microsoft.Extensions.Localization": "1.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Mvc.Localization.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Razor/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.Razor.Host": "1.0.0", - "Microsoft.AspNetCore.Mvc.ViewFeatures": "1.0.0", - "Microsoft.CodeAnalysis.CSharp": "1.3.0", - "Microsoft.Extensions.FileProviders.Composite": "1.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Mvc.Razor.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Razor.Host/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Razor.Runtime": "1.0.0", - "Microsoft.Extensions.Caching.Memory": "1.0.0", - "Microsoft.Extensions.FileProviders.Physical": "1.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Mvc.Razor.Host.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.TagHelpers/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.Razor": "1.0.0", - "Microsoft.Extensions.Caching.Memory": "1.0.0", - "Microsoft.Extensions.FileSystemGlobbing": "1.0.0", - "Microsoft.Extensions.Primitives": "1.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Mvc.TagHelpers.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.ViewFeatures/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Antiforgery": "1.0.0", - "Microsoft.AspNetCore.Diagnostics.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Html.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Mvc.Core": "1.0.0", - "Microsoft.AspNetCore.Mvc.DataAnnotations": "1.0.0", - "Microsoft.AspNetCore.Mvc.Formatters.Json": "1.0.0", - "Microsoft.Extensions.WebEncoders": "1.0.0", - "Newtonsoft.Json": "9.0.1", - "System.Buffers": "4.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Mvc.ViewFeatures.dll": {} - } - }, - "Microsoft.AspNetCore.Razor/1.0.0": { - "compile": { - "lib/net451/Microsoft.AspNetCore.Razor.dll": {} - } - }, - "Microsoft.AspNetCore.Razor.Runtime/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Html.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Razor": "1.0.0", - "System.Xml": "4.0.0.0", - "System.Xml.Linq": "4.0.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Razor.Runtime.dll": {} - } - }, - "Microsoft.AspNetCore.Routing/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Extensions": "1.0.0", - "Microsoft.AspNetCore.Routing.Abstractions": "1.0.0", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "Microsoft.Extensions.ObjectPool": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Routing.dll": {} - } - }, - "Microsoft.AspNetCore.Routing.Abstractions/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Abstractions": "1.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Routing.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Server.IISIntegration/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Http": "1.0.0", - "Microsoft.AspNetCore.Http.Extensions": "1.0.0", - "Microsoft.AspNetCore.HttpOverrides": "1.0.0", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Server.IISIntegration.dll": {} - } - }, - "Microsoft.AspNetCore.Server.Kestrel/1.0.0": { - "dependencies": { - "Libuv": "1.9.0", - "Microsoft.AspNetCore.Hosting": "1.0.0", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "System.Buffers": "4.0.0", - "System.Numerics.Vectors": "4.1.1", - "System.Runtime.InteropServices.RuntimeInformation": "4.0.0", - "System.Threading.Tasks.Extensions": "4.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Server.Kestrel.dll": {} - } - }, - "Microsoft.AspNetCore.Session/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.DataProtection": "1.0.0", - "Microsoft.AspNetCore.Http.Abstractions": "1.0.0", - "Microsoft.Extensions.Caching.Abstractions": "1.0.0", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.Session.dll": {} - } - }, - "Microsoft.AspNetCore.StaticFiles/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Http.Extensions": "1.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "1.0.0", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "Microsoft.Extensions.WebEncoders": "1.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.StaticFiles.dll": {} - } - }, - "Microsoft.AspNetCore.WebUtilities/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "1.0.0", - "System.Buffers": "4.0.0", - "System.Text.Encodings.Web": "4.0.0" - }, - "compile": { - "lib/net451/Microsoft.AspNetCore.WebUtilities.dll": {} - } - }, - "Microsoft.CodeAnalysis.Analyzers/1.1.0": { - "dependencies": { - "System": "4.0.0.0" - } - }, - "Microsoft.CodeAnalysis.Common/1.3.0": { - "dependencies": { - "Microsoft.CodeAnalysis.Analyzers": "1.1.0", - "System.Collections.Immutable": "1.2.0", - "System.Reflection.Metadata": "1.3.0" - }, - "compile": { - "lib/net45/Microsoft.CodeAnalysis.dll": {} - } - }, - "Microsoft.CodeAnalysis.CSharp/1.3.0": { - "dependencies": { - "Microsoft.CodeAnalysis.Common": "1.3.0" - }, - "compile": { - "lib/net45/Microsoft.CodeAnalysis.CSharp.dll": {} - } - }, - "Microsoft.CSharp/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/Microsoft.CSharp.dll": {} - } - }, - "Microsoft.DotNet.InternalAbstractions/1.0.0": { - "compile": { - "lib/net451/Microsoft.DotNet.InternalAbstractions.dll": {} - } - }, - "Microsoft.Extensions.Caching.Abstractions/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "1.0.0", - "System.Collections": "4.0.0.0", - "System.Threading": "4.0.0.0", - "System.Threading.Tasks": "4.0.0.0" - }, - "compile": { - "lib/netstandard1.0/Microsoft.Extensions.Caching.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.Caching.Memory/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Caching.Abstractions": "1.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0" - }, - "compile": { - "lib/net451/Microsoft.Extensions.Caching.Memory.dll": {} - } - }, - "Microsoft.Extensions.Configuration/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "1.0.0", - "System.Collections": "4.0.0.0", - "System.Diagnostics.Debug": "4.0.0.0", - "System.IO": "4.0.0.0", - "System.Resources.ResourceManager": "4.0.0.0", - "System.Runtime.Extensions": "4.0.0.0", - "System.Runtime.InteropServices": "4.0.10.0", - "System.Threading": "4.0.0.0" - }, - "compile": { - "lib/netstandard1.1/Microsoft.Extensions.Configuration.dll": {} - } - }, - "Microsoft.Extensions.Configuration.Abstractions/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "1.0.0", - "System.Linq": "4.0.0.0" - }, - "compile": { - "lib/netstandard1.0/Microsoft.Extensions.Configuration.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.Configuration.Binder/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "1.0.0", - "System.ComponentModel.TypeConverter": "4.1.0" - }, - "compile": { - "lib/netstandard1.1/Microsoft.Extensions.Configuration.Binder.dll": {} - } - }, - "Microsoft.Extensions.Configuration.EnvironmentVariables/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "1.0.0" - }, - "compile": { - "lib/net451/Microsoft.Extensions.Configuration.EnvironmentVariables.dll": {} - } - }, - "Microsoft.Extensions.Configuration.FileExtensions/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "1.0.0", - "Microsoft.Extensions.FileProviders.Physical": "1.0.0" - }, - "compile": { - "lib/net451/Microsoft.Extensions.Configuration.FileExtensions.dll": {} - } - }, - "Microsoft.Extensions.Configuration.Json/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "1.0.0", - "Microsoft.Extensions.Configuration.FileExtensions": "1.0.0", - "Newtonsoft.Json": "9.0.1" - }, - "compile": { - "lib/net451/Microsoft.Extensions.Configuration.Json.dll": {} - } - }, - "Microsoft.Extensions.DependencyInjection/1.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0", - "System.Collections": "4.0.0.0", - "System.Collections.Concurrent": "4.0.0.0", - "System.Runtime.Extensions": "4.0.0.0", - "System.Threading": "4.0.0.0", - "System.Threading.Tasks": "4.0.0.0" - }, - "compile": { - "lib/netstandard1.1/Microsoft.Extensions.DependencyInjection.dll": {} - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0": { - "dependencies": { - "System.ComponentModel": "4.0.0.0", - "System.Diagnostics.Debug": "4.0.0.0", - "System.Globalization": "4.0.0.0", - "System.Linq": "4.0.0.0", - "System.Linq.Expressions": "4.0.0.0", - "System.Reflection": "4.0.0.0", - "System.Resources.ResourceManager": "4.0.0.0" - }, - "compile": { - "lib/netstandard1.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.DependencyModel/1.0.0": { - "dependencies": { - "Microsoft.DotNet.InternalAbstractions": "1.0.0", - "Newtonsoft.Json": "9.0.1" - }, - "compile": { - "lib/net451/Microsoft.Extensions.DependencyModel.dll": {} - } - }, - "Microsoft.Extensions.DiagnosticAdapter/1.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0", - "System.Collections.Concurrent": "4.0.0.0", - "System.ComponentModel": "4.0.0.0", - "System.Diagnostics.DiagnosticSource": "4.0.0", - "System.Reflection.Emit": "4.0.0.0", - "System.Reflection.Emit.Lightweight": "4.0.0.0", - "System.Reflection.Extensions": "4.0.0.0", - "System.Runtime.Extensions": "4.0.0.0" - }, - "compile": { - "lib/netstandard1.1/Microsoft.Extensions.DiagnosticAdapter.dll": {} - } - }, - "Microsoft.Extensions.FileProviders.Abstractions/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "1.0.0", - "System.IO": "4.0.0.0", - "System.Resources.ResourceManager": "4.0.0.0" - }, - "compile": { - "lib/netstandard1.0/Microsoft.Extensions.FileProviders.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.FileProviders.Composite/1.0.0": { - "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "1.0.0" - }, - "compile": { - "lib/netstandard1.0/Microsoft.Extensions.FileProviders.Composite.dll": {} - } - }, - "Microsoft.Extensions.FileProviders.Physical/1.0.0": { - "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "1.0.0", - "Microsoft.Extensions.FileSystemGlobbing": "1.0.0" - }, - "compile": { - "lib/net451/Microsoft.Extensions.FileProviders.Physical.dll": {} - } - }, - "Microsoft.Extensions.FileSystemGlobbing/1.0.0": { - "compile": { - "lib/net451/Microsoft.Extensions.FileSystemGlobbing.dll": {} - } - }, - "Microsoft.Extensions.Globalization.CultureInfoCache/1.0.0": { - "dependencies": { - "System.Collections.Concurrent": "4.0.0.0", - "System.Linq": "4.0.0.0", - "System.Resources.ResourceManager": "4.0.0.0" - }, - "compile": { - "lib/netstandard1.1/Microsoft.Extensions.Globalization.CultureInfoCache.dll": {} - } - }, - "Microsoft.Extensions.Localization/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0", - "Microsoft.Extensions.Localization.Abstractions": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0" - }, - "compile": { - "lib/net451/Microsoft.Extensions.Localization.dll": {} - } - }, - "Microsoft.Extensions.Localization.Abstractions/1.0.0": { - "dependencies": { - "Microsoft.CSharp": "4.0.0.0", - "System.Globalization": "4.0.0.0", - "System.Resources.ResourceManager": "4.0.0.0" - }, - "compile": { - "lib/netstandard1.0/Microsoft.Extensions.Localization.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.Logging/1.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "System.Threading": "4.0.0.0" - }, - "compile": { - "lib/netstandard1.1/Microsoft.Extensions.Logging.dll": {} - } - }, - "Microsoft.Extensions.Logging.Abstractions/1.0.0": { - "dependencies": { - "System.Collections": "4.0.0.0", - "System.Collections.Concurrent": "4.0.0.0", - "System.Diagnostics.Debug": "4.0.0.0", - "System.Globalization": "4.0.0.0", - "System.Linq": "4.0.0.0", - "System.Reflection": "4.0.0.0", - "System.Resources.ResourceManager": "4.0.0.0", - "System.Runtime.Extensions": "4.0.0.0", - "System.Runtime.InteropServices": "4.0.10.0" - }, - "compile": { - "lib/netstandard1.1/Microsoft.Extensions.Logging.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.Logging.Console/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "1.0.0", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.0.0" - }, - "compile": { - "lib/net451/Microsoft.Extensions.Logging.Console.dll": {} - } - }, - "Microsoft.Extensions.Logging.Debug/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Logging.Abstractions": "1.0.0" - }, - "compile": { - "lib/net451/Microsoft.Extensions.Logging.Debug.dll": {} - } - }, - "Microsoft.Extensions.ObjectPool/1.0.0": { - "compile": { - "lib/net451/Microsoft.Extensions.ObjectPool.dll": {} - } - }, - "Microsoft.Extensions.Options/1.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0", - "Microsoft.Extensions.Primitives": "1.0.0", - "System.ComponentModel": "4.0.0.0", - "System.Diagnostics.Debug": "4.0.0.0", - "System.Globalization": "4.0.0.0", - "System.Linq": "4.0.0.0", - "System.Linq.Expressions": "4.0.0.0", - "System.Reflection": "4.0.0.0", - "System.Resources.ResourceManager": "4.0.0.0", - "System.Runtime.Extensions": "4.0.0.0", - "System.Threading": "4.0.0.0" - }, - "compile": { - "lib/netstandard1.0/Microsoft.Extensions.Options.dll": {} - } - }, - "Microsoft.Extensions.Options.ConfigurationExtensions/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "1.0.0", - "Microsoft.Extensions.Configuration.Binder": "1.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0" - }, - "compile": { - "lib/netstandard1.1/Microsoft.Extensions.Options.ConfigurationExtensions.dll": {} - } - }, - "Microsoft.Extensions.PlatformAbstractions/1.0.0": { - "compile": { - "lib/net451/Microsoft.Extensions.PlatformAbstractions.dll": {} - } - }, - "Microsoft.Extensions.Primitives/1.0.0": { - "dependencies": { - "System.Resources.ResourceManager": "4.0.0.0", - "System.Runtime": "4.0.10.0" - }, - "compile": { - "lib/netstandard1.0/Microsoft.Extensions.Primitives.dll": {} - } - }, - "Microsoft.Extensions.WebEncoders/1.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0", - "System.Text.Encodings.Web": "4.0.0" - }, - "compile": { - "lib/netstandard1.0/Microsoft.Extensions.WebEncoders.dll": {} - } - }, - "Microsoft.Net.Http.Headers/1.0.0": { - "dependencies": { - "System.Buffers": "4.0.0", - "System.Collections": "4.0.0.0", - "System.Diagnostics.Contracts": "4.0.0.0", - "System.Globalization": "4.0.0.0", - "System.Linq": "4.0.0.0", - "System.Resources.ResourceManager": "4.0.0.0", - "System.Runtime.Extensions": "4.0.0.0", - "System.Text.Encoding": "4.0.0.0" - }, - "compile": { - "lib/netstandard1.1/Microsoft.Net.Http.Headers.dll": {} - } - }, - "Microsoft.NETCore.Platforms/1.0.1": {}, - "Microsoft.VisualStudio.Web.BrowserLink.Loader/14.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Abstractions": "1.0.0", - "Microsoft.Extensions.FileProviders.Physical": "1.0.0", - "Microsoft.Extensions.PlatformAbstractions": "1.0.0" - }, - "compile": { - "lib/net451/Microsoft.VisualStudio.Web.BrowserLink.Loader.dll": {} - } - }, - "MongoDB.Bson/2.2.4": { - "compile": { - "lib/net45/MongoDB.Bson.dll": {} - } - }, - "NETStandard.Library/1.6.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "System.Collections": "4.0.0.0", - "System.Collections.Concurrent": "4.0.0.0", - "System.Diagnostics.Debug": "4.0.0.0", - "System.Diagnostics.Tools": "4.0.0.0", - "System.Diagnostics.Tracing": "4.0.10.0", - "System.Globalization": "4.0.0.0", - "System.IO": "4.0.0.0", - "System.IO.Compression": "4.0.0.0", - "System.Linq": "4.0.0.0", - "System.Linq.Expressions": "4.0.0.0", - "System.Net.Http": "4.0.0.0", - "System.Net.Primitives": "4.0.0.0", - "System.ObjectModel": "4.0.0.0", - "System.Reflection": "4.0.0.0", - "System.Reflection.Extensions": "4.0.0.0", - "System.Reflection.Primitives": "4.0.0.0", - "System.Resources.ResourceManager": "4.0.0.0", - "System.Runtime": "4.0.10.0", - "System.Runtime.Extensions": "4.0.0.0", - "System.Runtime.InteropServices": "4.0.10.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.0.0", - "System.Runtime.Numerics": "4.0.0.0", - "System.Text.Encoding": "4.0.0.0", - "System.Text.Encoding.Extensions": "4.0.0.0", - "System.Text.RegularExpressions": "4.0.0.0", - "System.Threading": "4.0.0.0", - "System.Threading.Tasks": "4.0.0.0", - "System.Threading.Timer": "4.0.0.0", - "System.Xml.ReaderWriter": "4.0.0.0", - "System.Xml.XDocument": "4.0.0.0" - } - }, - "Newtonsoft.Json/9.0.1": { - "compile": { - "lib/net45/Newtonsoft.Json.dll": {} - } - }, - "Serilog/2.1.0": { - "compile": { - "lib/net45/Serilog.dll": {} - } - }, - "Serilog.Extensions.Logging/1.1.0": { - "dependencies": { - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "Serilog": "2.1.0", - "System.Runtime": "4.0.10.0" - }, - "compile": { - "lib/net45/Serilog.Extensions.Logging.dll": {} - } - }, - "Serilog.Sinks.ColoredConsole/2.0.0": { - "dependencies": { - "Serilog": "2.1.0" - }, - "compile": { - "lib/net45/Serilog.Sinks.ColoredConsole.dll": {} - } - }, - "Serilog.Sinks.File/2.0.0": { - "dependencies": { - "Serilog": "2.1.0" - }, - "compile": { - "lib/net45/Serilog.Sinks.File.dll": {} - } - }, - "Serilog.Sinks.RollingFile/2.1.0": { - "dependencies": { - "Serilog": "2.1.0", - "Serilog.Sinks.File": "2.0.0" - }, - "compile": { - "lib/net45/Serilog.Sinks.RollingFile.dll": {} - } - }, - "System.Buffers/4.0.0": { - "compile": { - "lib/netstandard1.1/System.Buffers.dll": {} - } - }, - "System.Collections/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/Facades/System.Collections.dll": {} - } - }, - "System.Collections.Concurrent/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/Facades/System.Collections.Concurrent.dll": {} - } - }, - "System.Collections.Immutable/1.2.0": { - "compile": { - "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll": {} - } - }, - "System.ComponentModel/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/Facades/System.ComponentModel.dll": {} - } - }, - "System.ComponentModel.Primitives/4.1.0": { - "dependencies": { - "System": "4.0.0.0", - "mscorlib": "4.0.0.0" - }, - "compile": { - "ref/net45/System.ComponentModel.Primitives.dll": {} - } - }, - "System.ComponentModel.TypeConverter/4.1.0": { - "dependencies": { - "System.ComponentModel.Primitives": "4.1.0", - "System": "4.0.0.0", - "mscorlib": "4.0.0.0" - }, - "compile": { - "ref/net45/System.ComponentModel.TypeConverter.dll": {} - } - }, - "System.Diagnostics.Contracts/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/Facades/System.Diagnostics.Contracts.dll": {} - } - }, - "System.Diagnostics.Debug/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/Facades/System.Diagnostics.Debug.dll": {} - } - }, - "System.Diagnostics.DiagnosticSource/4.0.0": { - "compile": { - "lib/portable-net45+win8+wpa81/System.Diagnostics.DiagnosticSource.dll": {} - } - }, - "System.Diagnostics.Tools/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/Facades/System.Diagnostics.Tools.dll": {} - } - }, - "System.Diagnostics.Tracing/4.0.10.0": { - "compile": { - ".NETFramework/v4.5.1/Facades/System.Diagnostics.Tracing.dll": {} - } - }, - "System.Globalization/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/Facades/System.Globalization.dll": {} - } - }, - "System.IO/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/Facades/System.IO.dll": {} - } - }, - "System.IO.Compression/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/System.IO.Compression.dll": {} - } - }, - "System.Linq/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/Facades/System.Linq.dll": {} - } - }, - "System.Linq.Expressions/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/Facades/System.Linq.Expressions.dll": {} - } - }, - "System.Net.Http/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/System.Net.Http.dll": {} - } - }, - "System.Net.Primitives/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/Facades/System.Net.Primitives.dll": {} - } - }, - "System.Numerics.Vectors/4.1.1": { - "compile": { - "ref/netstandard1.0/System.Numerics.Vectors.dll": {} - } - }, - "System.ObjectModel/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/Facades/System.ObjectModel.dll": {} - } - }, - "System.Reflection/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/Facades/System.Reflection.dll": {} - } - }, - "System.Reflection.Emit/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/Facades/System.Reflection.Emit.dll": {} - } - }, - "System.Reflection.Emit.Lightweight/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/Facades/System.Reflection.Emit.Lightweight.dll": {} - } - }, - "System.Reflection.Extensions/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/Facades/System.Reflection.Extensions.dll": {} - } - }, - "System.Reflection.Metadata/1.3.0": { - "dependencies": { - "System.Collections.Immutable": "1.2.0" - }, - "compile": { - "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} - } - }, - "System.Reflection.Primitives/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/Facades/System.Reflection.Primitives.dll": {} - } - }, - "System.Resources.ResourceManager/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/Facades/System.Resources.ResourceManager.dll": {} - } - }, - "System.Runtime/4.0.10.0": { - "compile": { - ".NETFramework/v4.5.1/Facades/System.Runtime.dll": {} - } - }, - "System.Runtime.Extensions/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/Facades/System.Runtime.Extensions.dll": {} - } - }, - "System.Runtime.InteropServices/4.0.10.0": { - "compile": { - ".NETFramework/v4.5.1/Facades/System.Runtime.InteropServices.dll": {} - } - }, - "System.Runtime.InteropServices.RuntimeInformation/4.0.0": { - "compile": { - "ref/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll": {} - } - }, - "System.Runtime.Numerics/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/Facades/System.Runtime.Numerics.dll": {} - } - }, - "System.Runtime.Serialization.Primitives/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/Facades/System.Runtime.Serialization.Primitives.dll": {} - } - }, - "System.Text.Encoding/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/Facades/System.Text.Encoding.dll": {} - } - }, - "System.Text.Encoding.Extensions/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/Facades/System.Text.Encoding.Extensions.dll": {} - } - }, - "System.Text.Encodings.Web/4.0.0": { - "compile": { - "lib/netstandard1.0/System.Text.Encodings.Web.dll": {} - } - }, - "System.Text.RegularExpressions/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/Facades/System.Text.RegularExpressions.dll": {} - } - }, - "System.Threading/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/Facades/System.Threading.dll": {} - } - }, - "System.Threading.Tasks/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/Facades/System.Threading.Tasks.dll": {} - } - }, - "System.Threading.Tasks.Extensions/4.0.0": { - "compile": { - "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.dll": {} - } - }, - "System.Threading.Timer/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/Facades/System.Threading.Timer.dll": {} - } - }, - "System.Xml.ReaderWriter/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/Facades/System.Xml.ReaderWriter.dll": {} - } - }, - "System.Xml.XDocument/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/Facades/System.Xml.XDocument.dll": {} - } - }, - "Domain.Socioboard/1.0.0": { - "dependencies": { - "System.ComponentModel.DataAnnotations": "4.0.0.0", - "System.Net": "4.0.0.0", - "System.Security": "4.0.0.0", - "MongoDB.Bson": "2.2.4", - "NETStandard.Library": "1.6.0", - "Newtonsoft.Json": "9.0.1" - }, - "compile": { - "Domain.Socioboard.dll": {} - } - }, - "Socioboard.Facebook/1.0.0": { - "dependencies": { - "Facebook": "7.0.10-beta", - "Newtonsoft.Json": "9.0.1", - "Domain.Socioboard": "1.0.0", - "NETStandard.Library": "1.6.0" - }, - "compile": { - "Socioboard.Facebook.dll": {} - } - }, - "mscorlib/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/mscorlib.dll": {} - } - }, - "System/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/System.dll": {} - } - }, - "System.Core/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/System.Core.dll": {} - } - }, - "System.Security/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/System.Security.dll": {} - } - }, - "System.Xml/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/System.Xml.dll": {} - } - }, - "System.Xml.Linq/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/System.Xml.Linq.dll": {} - } - }, - "System.ComponentModel.DataAnnotations/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/System.ComponentModel.DataAnnotations.dll": {} - } - }, - "System.IdentityModel/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/System.IdentityModel.dll": {} - } - }, - "System.Net.Http.WebRequest/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/System.Net.Http.WebRequest.dll": {} - } - }, - "System.ServiceModel/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/System.ServiceModel.dll": {} - } - }, - "System.Net/4.0.0.0": { - "compile": { - ".NETFramework/v4.5.1/System.Net.dll": {} - } - } - }, - ".NETFramework,Version=v4.5.1/": { - "Socioboard/1.0.0": { - "dependencies": { - "Microsoft.AspNet.WebApi.Client": "5.2.3", - "Microsoft.ApplicationInsights.AspNetCore": "1.0.0", - "Microsoft.AspNetCore.Diagnostics": "1.0.0", - "Microsoft.AspNetCore.Mvc": "1.0.0", - "Microsoft.AspNetCore.Server.IISIntegration": "1.0.0", - "Microsoft.AspNetCore.Server.Kestrel": "1.0.0", - "Microsoft.AspNetCore.Session": "1.0.0", - "Microsoft.AspNetCore.StaticFiles": "1.0.0", - "Microsoft.Extensions.Caching.Memory": "1.0.0", - "Microsoft.Extensions.Configuration": "1.0.0", - "Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0", - "Microsoft.Extensions.Configuration.Json": "1.0.0", - "Microsoft.Extensions.Logging": "1.0.0", - "Microsoft.Extensions.Logging.Console": "1.0.0", - "Microsoft.Extensions.Logging.Debug": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0", - "Microsoft.Extensions.Options.ConfigurationExtensions": "1.0.0", - "Microsoft.VisualStudio.Web.BrowserLink.Loader": "14.0.0", - "Serilog.Extensions.Logging": "1.1.0", - "Serilog.Sinks.ColoredConsole": "2.0.0", - "Serilog.Sinks.RollingFile": "2.1.0", - "Hammock": "1.2.3", - "Microsoft.AspNetCore.Authentication.Cookies": "1.0.0", - "Socioboard.Facebook": "1.0.0", - "Serilog": "2.1.0" - }, - "runtime": { - "Socioboard.exe": {} - } - }, - "Facebook/7.0.10-beta": { - "runtime": { - "lib/net45/Facebook.dll": {} - } - }, - "Hammock/1.2.3": { - "runtime": { - "lib/net40/Hammock.dll": {} - } - }, - "Libuv/1.9.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1" - } - }, - "Microsoft.ApplicationInsights/2.1.0": { - "runtime": { - "lib/net45/Microsoft.ApplicationInsights.dll": {} - } - }, - "Microsoft.ApplicationInsights.Agent.Intercept/1.2.1": { - "runtime": { - "lib/net45/Microsoft.AI.Agent.Intercept.dll": {} - } - }, - "Microsoft.ApplicationInsights.AspNetCore/1.0.0": { - "dependencies": { - "Microsoft.ApplicationInsights": "2.1.0", - "Microsoft.ApplicationInsights.DependencyCollector": "2.1.0", - "Microsoft.ApplicationInsights.PerfCounterCollector": "2.1.0", - "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel": "2.1.0", - "Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Http.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Mvc.ViewFeatures": "1.0.0", - "Microsoft.Extensions.Configuration": "1.0.0", - "Microsoft.Extensions.DiagnosticAdapter": "1.0.0", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0" - }, - "runtime": { - "lib/net451/Microsoft.ApplicationInsights.AspNetCore.dll": {} - } - }, - "Microsoft.ApplicationInsights.DependencyCollector/2.1.0": { - "dependencies": { - "Microsoft.ApplicationInsights": "2.1.0", - "Microsoft.ApplicationInsights.Agent.Intercept": "1.2.1" - }, - "runtime": { - "lib/net45/Microsoft.AI.DependencyCollector.dll": {} - } - }, - "Microsoft.ApplicationInsights.PerfCounterCollector/2.1.0": { - "dependencies": { - "Microsoft.ApplicationInsights": "2.1.0" - }, - "runtime": { - "lib/net45/Microsoft.AI.PerfCounterCollector.dll": {} - } - }, - "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel/2.1.0": { - "dependencies": { - "Microsoft.ApplicationInsights": "2.1.0" - }, - "runtime": { - "lib/net45/Microsoft.AI.ServerTelemetryChannel.dll": {} - } - }, - "Microsoft.AspNet.WebApi.Client/5.2.3": { - "dependencies": { - "Newtonsoft.Json": "9.0.1", - "System.Net.Http": "4.0.0.0" - }, - "runtime": { - "lib/net45/System.Net.Http.Formatting.dll": {} - } - }, - "Microsoft.AspNetCore.Antiforgery/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.DataProtection": "1.0.0", - "Microsoft.AspNetCore.Http.Abstractions": "1.0.0", - "Microsoft.AspNetCore.WebUtilities": "1.0.0", - "Microsoft.Extensions.ObjectPool": "1.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Antiforgery.dll": {} - } - }, - "Microsoft.AspNetCore.Authentication/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.DataProtection": "1.0.0", - "Microsoft.AspNetCore.Http": "1.0.0", - "Microsoft.AspNetCore.Http.Extensions": "1.0.0", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0", - "Microsoft.Extensions.WebEncoders": "1.0.0", - "System.Net.Http": "4.0.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Authentication.dll": {} - } - }, - "Microsoft.AspNetCore.Authentication.Cookies/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Authentication": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0", - "Microsoft.Extensions.WebEncoders": "1.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Authentication.Cookies.dll": {} - } - }, - "Microsoft.AspNetCore.Authorization/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Authorization.dll": {} - } - }, - "Microsoft.AspNetCore.Cors/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Extensions": "1.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "1.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Cors.dll": {} - } - }, - "Microsoft.AspNetCore.Cryptography.Internal/1.0.0": { - "runtime": { - "lib/net451/Microsoft.AspNetCore.Cryptography.Internal.dll": {} - } - }, - "Microsoft.AspNetCore.DataProtection/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Cryptography.Internal": "1.0.0", - "Microsoft.AspNetCore.DataProtection.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0", - "System.Security": "4.0.0.0", - "System.Xml": "4.0.0.0", - "System.Xml.Linq": "4.0.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.DataProtection.dll": {} - } - }, - "Microsoft.AspNetCore.DataProtection.Abstractions/1.0.0": { - "runtime": { - "lib/net451/Microsoft.AspNetCore.DataProtection.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Diagnostics/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Diagnostics.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Http.Extensions": "1.0.0", - "Microsoft.AspNetCore.WebUtilities": "1.0.0", - "Microsoft.Extensions.FileProviders.Physical": "1.0.0", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0", - "System.Diagnostics.DiagnosticSource": "4.0.0", - "System.Reflection.Metadata": "1.3.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Diagnostics.dll": {} - } - }, - "Microsoft.AspNetCore.Diagnostics.Abstractions/1.0.0": { - "dependencies": { - "System.Resources.ResourceManager": "4.0.0.0" - }, - "runtime": { - "lib/netstandard1.0/Microsoft.AspNetCore.Diagnostics.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Hosting/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Hosting.Server.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Http": "1.0.0", - "Microsoft.AspNetCore.Http.Extensions": "1.0.0", - "Microsoft.Extensions.Configuration": "1.0.0", - "Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0", - "Microsoft.Extensions.DependencyInjection": "1.0.0", - "Microsoft.Extensions.FileProviders.Physical": "1.0.0", - "Microsoft.Extensions.Logging": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0", - "Microsoft.Extensions.PlatformAbstractions": "1.0.0", - "System.Diagnostics.DiagnosticSource": "4.0.0", - "System.Reflection.Metadata": "1.3.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Hosting.dll": {} - } - }, - "Microsoft.AspNetCore.Hosting.Abstractions/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Hosting.Server.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Http.Abstractions": "1.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "1.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "1.0.0", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Hosting.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Hosting.Server.Abstractions/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Features": "1.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "1.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Html.Abstractions/1.0.0": { - "dependencies": { - "System.Collections": "4.0.0.0", - "System.Resources.ResourceManager": "4.0.0.0", - "System.Text.Encodings.Web": "4.0.0" - }, - "runtime": { - "lib/netstandard1.0/Microsoft.AspNetCore.Html.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Http/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Abstractions": "1.0.0", - "Microsoft.AspNetCore.WebUtilities": "1.0.0", - "Microsoft.Extensions.ObjectPool": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0", - "Microsoft.Net.Http.Headers": "1.0.0", - "System.Buffers": "4.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Http.dll": {} - } - }, - "Microsoft.AspNetCore.Http.Abstractions/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Features": "1.0.0", - "System.Text.Encodings.Web": "4.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Http.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Http.Extensions/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Abstractions": "1.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "1.0.0", - "Microsoft.Net.Http.Headers": "1.0.0", - "System.Buffers": "4.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Http.Extensions.dll": {} - } - }, - "Microsoft.AspNetCore.Http.Features/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "1.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Http.Features.dll": {} - } - }, - "Microsoft.AspNetCore.HttpOverrides/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Extensions": "1.0.0", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.HttpOverrides.dll": {} - } - }, - "Microsoft.AspNetCore.JsonPatch/1.0.0": { - "dependencies": { - "Microsoft.CSharp": "4.0.0.0", - "Newtonsoft.Json": "9.0.1", - "System.Collections.Concurrent": "4.0.0.0", - "System.ComponentModel.TypeConverter": "4.1.0", - "System.Diagnostics.Debug": "4.0.0.0", - "System.Globalization": "4.0.0.0", - "System.Linq": "4.0.0.0", - "System.Reflection.Extensions": "4.0.0.0", - "System.Resources.ResourceManager": "4.0.0.0", - "System.Runtime.Extensions": "4.0.0.0", - "System.Runtime.Serialization.Primitives": "4.0.0.0", - "System.Text.Encoding.Extensions": "4.0.0.0" - }, - "runtime": { - "lib/netstandard1.1/Microsoft.AspNetCore.JsonPatch.dll": {} - } - }, - "Microsoft.AspNetCore.Localization/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Extensions": "1.0.0", - "Microsoft.Extensions.Globalization.CultureInfoCache": "1.0.0", - "Microsoft.Extensions.Localization.Abstractions": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Localization.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.ApiExplorer": "1.0.0", - "Microsoft.AspNetCore.Mvc.Cors": "1.0.0", - "Microsoft.AspNetCore.Mvc.DataAnnotations": "1.0.0", - "Microsoft.AspNetCore.Mvc.Formatters.Json": "1.0.0", - "Microsoft.AspNetCore.Mvc.Localization": "1.0.0", - "Microsoft.AspNetCore.Mvc.Razor": "1.0.0", - "Microsoft.AspNetCore.Mvc.TagHelpers": "1.0.0", - "Microsoft.AspNetCore.Mvc.ViewFeatures": "1.0.0", - "Microsoft.Extensions.Caching.Memory": "1.0.0", - "Microsoft.Extensions.DependencyInjection": "1.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Mvc.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Abstractions/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Routing.Abstractions": "1.0.0", - "Microsoft.Net.Http.Headers": "1.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Mvc.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.ApiExplorer/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.Core": "1.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Mvc.ApiExplorer.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Core/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Authorization": "1.0.0", - "Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Http": "1.0.0", - "Microsoft.AspNetCore.Mvc.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Routing": "1.0.0", - "Microsoft.Extensions.DependencyModel": "1.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "1.0.0", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "Microsoft.Extensions.PlatformAbstractions": "1.0.0", - "System.Buffers": "4.0.0", - "System.Diagnostics.DiagnosticSource": "4.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Mvc.Core.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Cors/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Cors": "1.0.0", - "Microsoft.AspNetCore.Mvc.Core": "1.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Mvc.Cors.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.DataAnnotations/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.Core": "1.0.0", - "Microsoft.Extensions.Localization": "1.0.0", - "System.ComponentModel.DataAnnotations": "4.0.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Mvc.DataAnnotations.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Formatters.Json/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.JsonPatch": "1.0.0", - "Microsoft.AspNetCore.Mvc.Core": "1.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Mvc.Formatters.Json.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Localization/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Localization": "1.0.0", - "Microsoft.AspNetCore.Mvc.Razor": "1.0.0", - "Microsoft.Extensions.DependencyInjection": "1.0.0", - "Microsoft.Extensions.Localization": "1.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Mvc.Localization.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Razor/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.Razor.Host": "1.0.0", - "Microsoft.AspNetCore.Mvc.ViewFeatures": "1.0.0", - "Microsoft.CodeAnalysis.CSharp": "1.3.0", - "Microsoft.Extensions.FileProviders.Composite": "1.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Mvc.Razor.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Razor.Host/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Razor.Runtime": "1.0.0", - "Microsoft.Extensions.Caching.Memory": "1.0.0", - "Microsoft.Extensions.FileProviders.Physical": "1.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Mvc.Razor.Host.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.TagHelpers/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.Razor": "1.0.0", - "Microsoft.Extensions.Caching.Memory": "1.0.0", - "Microsoft.Extensions.FileSystemGlobbing": "1.0.0", - "Microsoft.Extensions.Primitives": "1.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Mvc.TagHelpers.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.ViewFeatures/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Antiforgery": "1.0.0", - "Microsoft.AspNetCore.Diagnostics.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Html.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Mvc.Core": "1.0.0", - "Microsoft.AspNetCore.Mvc.DataAnnotations": "1.0.0", - "Microsoft.AspNetCore.Mvc.Formatters.Json": "1.0.0", - "Microsoft.Extensions.WebEncoders": "1.0.0", - "Newtonsoft.Json": "9.0.1", - "System.Buffers": "4.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Mvc.ViewFeatures.dll": {} - } - }, - "Microsoft.AspNetCore.Razor/1.0.0": { - "runtime": { - "lib/net451/Microsoft.AspNetCore.Razor.dll": {} - } - }, - "Microsoft.AspNetCore.Razor.Runtime/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Html.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Razor": "1.0.0", - "System.Xml": "4.0.0.0", - "System.Xml.Linq": "4.0.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Razor.Runtime.dll": {} - } - }, - "Microsoft.AspNetCore.Routing/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Extensions": "1.0.0", - "Microsoft.AspNetCore.Routing.Abstractions": "1.0.0", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "Microsoft.Extensions.ObjectPool": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Routing.dll": {} - } - }, - "Microsoft.AspNetCore.Routing.Abstractions/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Abstractions": "1.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Routing.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Server.IISIntegration/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Http": "1.0.0", - "Microsoft.AspNetCore.Http.Extensions": "1.0.0", - "Microsoft.AspNetCore.HttpOverrides": "1.0.0", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Server.IISIntegration.dll": {} - } - }, - "Microsoft.AspNetCore.Server.Kestrel/1.0.0": { - "dependencies": { - "Libuv": "1.9.0", - "Microsoft.AspNetCore.Hosting": "1.0.0", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "System.Buffers": "4.0.0", - "System.Numerics.Vectors": "4.1.1", - "System.Runtime.InteropServices.RuntimeInformation": "4.0.0", - "System.Threading.Tasks.Extensions": "4.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Server.Kestrel.dll": {} - } - }, - "Microsoft.AspNetCore.Session/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.DataProtection": "1.0.0", - "Microsoft.AspNetCore.Http.Abstractions": "1.0.0", - "Microsoft.Extensions.Caching.Abstractions": "1.0.0", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.Session.dll": {} - } - }, - "Microsoft.AspNetCore.StaticFiles/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0", - "Microsoft.AspNetCore.Http.Extensions": "1.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "1.0.0", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "Microsoft.Extensions.WebEncoders": "1.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.StaticFiles.dll": {} - } - }, - "Microsoft.AspNetCore.WebUtilities/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "1.0.0", - "System.Buffers": "4.0.0", - "System.Text.Encodings.Web": "4.0.0" - }, - "runtime": { - "lib/net451/Microsoft.AspNetCore.WebUtilities.dll": {} - } - }, - "Microsoft.CodeAnalysis.Analyzers/1.1.0": { - "dependencies": { - "System": "4.0.0.0" - } - }, - "Microsoft.CodeAnalysis.Common/1.3.0": { - "dependencies": { - "Microsoft.CodeAnalysis.Analyzers": "1.1.0", - "System.Collections.Immutable": "1.2.0", - "System.Reflection.Metadata": "1.3.0" - }, - "runtime": { - "lib/net45/Microsoft.CodeAnalysis.dll": {} - } - }, - "Microsoft.CodeAnalysis.CSharp/1.3.0": { - "dependencies": { - "Microsoft.CodeAnalysis.Common": "1.3.0" - }, - "runtime": { - "lib/net45/Microsoft.CodeAnalysis.CSharp.dll": {} - } - }, - "Microsoft.CSharp/4.0.0.0": {}, - "Microsoft.DotNet.InternalAbstractions/1.0.0": { - "runtime": { - "lib/net451/Microsoft.DotNet.InternalAbstractions.dll": {} - } - }, - "Microsoft.Extensions.Caching.Abstractions/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "1.0.0", - "System.Collections": "4.0.0.0", - "System.Threading": "4.0.0.0", - "System.Threading.Tasks": "4.0.0.0" - }, - "runtime": { - "lib/netstandard1.0/Microsoft.Extensions.Caching.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.Caching.Memory/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Caching.Abstractions": "1.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0" - }, - "runtime": { - "lib/net451/Microsoft.Extensions.Caching.Memory.dll": {} - } - }, - "Microsoft.Extensions.Configuration/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "1.0.0", - "System.Collections": "4.0.0.0", - "System.Diagnostics.Debug": "4.0.0.0", - "System.IO": "4.0.0.0", - "System.Resources.ResourceManager": "4.0.0.0", - "System.Runtime.Extensions": "4.0.0.0", - "System.Runtime.InteropServices": "4.0.10.0", - "System.Threading": "4.0.0.0" - }, - "runtime": { - "lib/netstandard1.1/Microsoft.Extensions.Configuration.dll": {} - } - }, - "Microsoft.Extensions.Configuration.Abstractions/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "1.0.0", - "System.Linq": "4.0.0.0" - }, - "runtime": { - "lib/netstandard1.0/Microsoft.Extensions.Configuration.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.Configuration.Binder/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "1.0.0", - "System.ComponentModel.TypeConverter": "4.1.0" - }, - "runtime": { - "lib/netstandard1.1/Microsoft.Extensions.Configuration.Binder.dll": {} - } - }, - "Microsoft.Extensions.Configuration.EnvironmentVariables/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "1.0.0" - }, - "runtime": { - "lib/net451/Microsoft.Extensions.Configuration.EnvironmentVariables.dll": {} - } - }, - "Microsoft.Extensions.Configuration.FileExtensions/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "1.0.0", - "Microsoft.Extensions.FileProviders.Physical": "1.0.0" - }, - "runtime": { - "lib/net451/Microsoft.Extensions.Configuration.FileExtensions.dll": {} - } - }, - "Microsoft.Extensions.Configuration.Json/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "1.0.0", - "Microsoft.Extensions.Configuration.FileExtensions": "1.0.0", - "Newtonsoft.Json": "9.0.1" - }, - "runtime": { - "lib/net451/Microsoft.Extensions.Configuration.Json.dll": {} - } - }, - "Microsoft.Extensions.DependencyInjection/1.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0", - "System.Collections": "4.0.0.0", - "System.Collections.Concurrent": "4.0.0.0", - "System.Runtime.Extensions": "4.0.0.0", - "System.Threading": "4.0.0.0", - "System.Threading.Tasks": "4.0.0.0" - }, - "runtime": { - "lib/netstandard1.1/Microsoft.Extensions.DependencyInjection.dll": {} - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0": { - "dependencies": { - "System.ComponentModel": "4.0.0.0", - "System.Diagnostics.Debug": "4.0.0.0", - "System.Globalization": "4.0.0.0", - "System.Linq": "4.0.0.0", - "System.Linq.Expressions": "4.0.0.0", - "System.Reflection": "4.0.0.0", - "System.Resources.ResourceManager": "4.0.0.0" - }, - "runtime": { - "lib/netstandard1.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.DependencyModel/1.0.0": { - "dependencies": { - "Microsoft.DotNet.InternalAbstractions": "1.0.0", - "Newtonsoft.Json": "9.0.1" - }, - "runtime": { - "lib/net451/Microsoft.Extensions.DependencyModel.dll": {} - } - }, - "Microsoft.Extensions.DiagnosticAdapter/1.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0", - "System.Collections.Concurrent": "4.0.0.0", - "System.ComponentModel": "4.0.0.0", - "System.Diagnostics.DiagnosticSource": "4.0.0", - "System.Reflection.Emit": "4.0.0.0", - "System.Reflection.Emit.Lightweight": "4.0.0.0", - "System.Reflection.Extensions": "4.0.0.0", - "System.Runtime.Extensions": "4.0.0.0" - }, - "runtime": { - "lib/netstandard1.1/Microsoft.Extensions.DiagnosticAdapter.dll": {} - } - }, - "Microsoft.Extensions.FileProviders.Abstractions/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "1.0.0", - "System.IO": "4.0.0.0", - "System.Resources.ResourceManager": "4.0.0.0" - }, - "runtime": { - "lib/netstandard1.0/Microsoft.Extensions.FileProviders.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.FileProviders.Composite/1.0.0": { - "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "1.0.0" - }, - "runtime": { - "lib/netstandard1.0/Microsoft.Extensions.FileProviders.Composite.dll": {} - } - }, - "Microsoft.Extensions.FileProviders.Physical/1.0.0": { - "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "1.0.0", - "Microsoft.Extensions.FileSystemGlobbing": "1.0.0" - }, - "runtime": { - "lib/net451/Microsoft.Extensions.FileProviders.Physical.dll": {} - } - }, - "Microsoft.Extensions.FileSystemGlobbing/1.0.0": { - "runtime": { - "lib/net451/Microsoft.Extensions.FileSystemGlobbing.dll": {} - } - }, - "Microsoft.Extensions.Globalization.CultureInfoCache/1.0.0": { - "dependencies": { - "System.Collections.Concurrent": "4.0.0.0", - "System.Linq": "4.0.0.0", - "System.Resources.ResourceManager": "4.0.0.0" - }, - "runtime": { - "lib/netstandard1.1/Microsoft.Extensions.Globalization.CultureInfoCache.dll": {} - } - }, - "Microsoft.Extensions.Localization/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0", - "Microsoft.Extensions.Localization.Abstractions": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0" - }, - "runtime": { - "lib/net451/Microsoft.Extensions.Localization.dll": {} - } - }, - "Microsoft.Extensions.Localization.Abstractions/1.0.0": { - "dependencies": { - "Microsoft.CSharp": "4.0.0.0", - "System.Globalization": "4.0.0.0", - "System.Resources.ResourceManager": "4.0.0.0" - }, - "runtime": { - "lib/netstandard1.0/Microsoft.Extensions.Localization.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.Logging/1.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "System.Threading": "4.0.0.0" - }, - "runtime": { - "lib/netstandard1.1/Microsoft.Extensions.Logging.dll": {} - } - }, - "Microsoft.Extensions.Logging.Abstractions/1.0.0": { - "dependencies": { - "System.Collections": "4.0.0.0", - "System.Collections.Concurrent": "4.0.0.0", - "System.Diagnostics.Debug": "4.0.0.0", - "System.Globalization": "4.0.0.0", - "System.Linq": "4.0.0.0", - "System.Reflection": "4.0.0.0", - "System.Resources.ResourceManager": "4.0.0.0", - "System.Runtime.Extensions": "4.0.0.0", - "System.Runtime.InteropServices": "4.0.10.0" - }, - "runtime": { - "lib/netstandard1.1/Microsoft.Extensions.Logging.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.Logging.Console/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "1.0.0", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.0.0" - }, - "runtime": { - "lib/net451/Microsoft.Extensions.Logging.Console.dll": {} - } - }, - "Microsoft.Extensions.Logging.Debug/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Logging.Abstractions": "1.0.0" - }, - "runtime": { - "lib/net451/Microsoft.Extensions.Logging.Debug.dll": {} - } - }, - "Microsoft.Extensions.ObjectPool/1.0.0": { - "runtime": { - "lib/net451/Microsoft.Extensions.ObjectPool.dll": {} - } - }, - "Microsoft.Extensions.Options/1.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0", - "Microsoft.Extensions.Primitives": "1.0.0", - "System.ComponentModel": "4.0.0.0", - "System.Diagnostics.Debug": "4.0.0.0", - "System.Globalization": "4.0.0.0", - "System.Linq": "4.0.0.0", - "System.Linq.Expressions": "4.0.0.0", - "System.Reflection": "4.0.0.0", - "System.Resources.ResourceManager": "4.0.0.0", - "System.Runtime.Extensions": "4.0.0.0", - "System.Threading": "4.0.0.0" - }, - "runtime": { - "lib/netstandard1.0/Microsoft.Extensions.Options.dll": {} - } - }, - "Microsoft.Extensions.Options.ConfigurationExtensions/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "1.0.0", - "Microsoft.Extensions.Configuration.Binder": "1.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0" - }, - "runtime": { - "lib/netstandard1.1/Microsoft.Extensions.Options.ConfigurationExtensions.dll": {} - } - }, - "Microsoft.Extensions.PlatformAbstractions/1.0.0": { - "runtime": { - "lib/net451/Microsoft.Extensions.PlatformAbstractions.dll": {} - } - }, - "Microsoft.Extensions.Primitives/1.0.0": { - "dependencies": { - "System.Resources.ResourceManager": "4.0.0.0", - "System.Runtime": "4.0.10.0" - }, - "runtime": { - "lib/netstandard1.0/Microsoft.Extensions.Primitives.dll": {} - } - }, - "Microsoft.Extensions.WebEncoders/1.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0", - "System.Text.Encodings.Web": "4.0.0" - }, - "runtime": { - "lib/netstandard1.0/Microsoft.Extensions.WebEncoders.dll": {} - } - }, - "Microsoft.Net.Http.Headers/1.0.0": { - "dependencies": { - "System.Buffers": "4.0.0", - "System.Collections": "4.0.0.0", - "System.Diagnostics.Contracts": "4.0.0.0", - "System.Globalization": "4.0.0.0", - "System.Linq": "4.0.0.0", - "System.Resources.ResourceManager": "4.0.0.0", - "System.Runtime.Extensions": "4.0.0.0", - "System.Text.Encoding": "4.0.0.0" - }, - "runtime": { - "lib/netstandard1.1/Microsoft.Net.Http.Headers.dll": {} - } - }, - "Microsoft.NETCore.Platforms/1.0.1": {}, - "Microsoft.VisualStudio.Web.BrowserLink.Loader/14.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Abstractions": "1.0.0", - "Microsoft.Extensions.FileProviders.Physical": "1.0.0", - "Microsoft.Extensions.PlatformAbstractions": "1.0.0" - }, - "runtime": { - "lib/net451/Microsoft.VisualStudio.Web.BrowserLink.Loader.dll": {} - } - }, - "MongoDB.Bson/2.2.4": { - "runtime": { - "lib/net45/MongoDB.Bson.dll": {} - } - }, - "NETStandard.Library/1.6.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "System.Collections": "4.0.0.0", - "System.Collections.Concurrent": "4.0.0.0", - "System.Diagnostics.Debug": "4.0.0.0", - "System.Diagnostics.Tools": "4.0.0.0", - "System.Diagnostics.Tracing": "4.0.10.0", - "System.Globalization": "4.0.0.0", - "System.IO": "4.0.0.0", - "System.IO.Compression": "4.0.0.0", - "System.Linq": "4.0.0.0", - "System.Linq.Expressions": "4.0.0.0", - "System.Net.Http": "4.0.0.0", - "System.Net.Primitives": "4.0.0.0", - "System.ObjectModel": "4.0.0.0", - "System.Reflection": "4.0.0.0", - "System.Reflection.Extensions": "4.0.0.0", - "System.Reflection.Primitives": "4.0.0.0", - "System.Resources.ResourceManager": "4.0.0.0", - "System.Runtime": "4.0.10.0", - "System.Runtime.Extensions": "4.0.0.0", - "System.Runtime.InteropServices": "4.0.10.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.0.0", - "System.Runtime.Numerics": "4.0.0.0", - "System.Text.Encoding": "4.0.0.0", - "System.Text.Encoding.Extensions": "4.0.0.0", - "System.Text.RegularExpressions": "4.0.0.0", - "System.Threading": "4.0.0.0", - "System.Threading.Tasks": "4.0.0.0", - "System.Threading.Timer": "4.0.0.0", - "System.Xml.ReaderWriter": "4.0.0.0", - "System.Xml.XDocument": "4.0.0.0" - } - }, - "Newtonsoft.Json/9.0.1": { - "runtime": { - "lib/net45/Newtonsoft.Json.dll": {} - } - }, - "Serilog/2.1.0": { - "runtime": { - "lib/net45/Serilog.dll": {} - } - }, - "Serilog.Extensions.Logging/1.1.0": { - "dependencies": { - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "Serilog": "2.1.0", - "System.Runtime": "4.0.10.0" - }, - "runtime": { - "lib/net45/Serilog.Extensions.Logging.dll": {} - } - }, - "Serilog.Sinks.ColoredConsole/2.0.0": { - "dependencies": { - "Serilog": "2.1.0" - }, - "runtime": { - "lib/net45/Serilog.Sinks.ColoredConsole.dll": {} - } - }, - "Serilog.Sinks.File/2.0.0": { - "dependencies": { - "Serilog": "2.1.0" - }, - "runtime": { - "lib/net45/Serilog.Sinks.File.dll": {} - } - }, - "Serilog.Sinks.RollingFile/2.1.0": { - "dependencies": { - "Serilog": "2.1.0", - "Serilog.Sinks.File": "2.0.0" - }, - "runtime": { - "lib/net45/Serilog.Sinks.RollingFile.dll": {} - } - }, - "System.Buffers/4.0.0": { - "runtime": { - "lib/netstandard1.1/System.Buffers.dll": {} - } - }, - "System.Collections/4.0.0.0": {}, - "System.Collections.Concurrent/4.0.0.0": {}, - "System.Collections.Immutable/1.2.0": { - "runtime": { - "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll": {} - } - }, - "System.ComponentModel/4.0.0.0": {}, - "System.ComponentModel.Primitives/4.1.0": { - "dependencies": { - "System": "4.0.0.0", - "mscorlib": "4.0.0.0" - }, - "runtime": { - "lib/net45/System.ComponentModel.Primitives.dll": {} - } - }, - "System.ComponentModel.TypeConverter/4.1.0": { - "dependencies": { - "System.ComponentModel.Primitives": "4.1.0", - "System": "4.0.0.0", - "mscorlib": "4.0.0.0" - }, - "runtime": { - "lib/net45/System.ComponentModel.TypeConverter.dll": {} - } - }, - "System.Diagnostics.Contracts/4.0.0.0": {}, - "System.Diagnostics.Debug/4.0.0.0": {}, - "System.Diagnostics.DiagnosticSource/4.0.0": { - "runtime": { - "lib/portable-net45+win8+wpa81/System.Diagnostics.DiagnosticSource.dll": {} - } - }, - "System.Diagnostics.Tools/4.0.0.0": {}, - "System.Diagnostics.Tracing/4.0.10.0": {}, - "System.Globalization/4.0.0.0": {}, - "System.IO/4.0.0.0": {}, - "System.IO.Compression/4.0.0.0": {}, - "System.Linq/4.0.0.0": {}, - "System.Linq.Expressions/4.0.0.0": {}, - "System.Net.Http/4.0.0.0": {}, - "System.Net.Primitives/4.0.0.0": {}, - "System.Numerics.Vectors/4.1.1": { - "runtime": { - "lib/portable-net45+win8+wp8+wpa81/System.Numerics.Vectors.dll": {} - } - }, - "System.ObjectModel/4.0.0.0": {}, - "System.Reflection/4.0.0.0": {}, - "System.Reflection.Emit/4.0.0.0": {}, - "System.Reflection.Emit.Lightweight/4.0.0.0": {}, - "System.Reflection.Extensions/4.0.0.0": {}, - "System.Reflection.Metadata/1.3.0": { - "dependencies": { - "System.Collections.Immutable": "1.2.0" - }, - "runtime": { - "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} - } - }, - "System.Reflection.Primitives/4.0.0.0": {}, - "System.Resources.ResourceManager/4.0.0.0": {}, - "System.Runtime/4.0.10.0": {}, - "System.Runtime.Extensions/4.0.0.0": {}, - "System.Runtime.InteropServices/4.0.10.0": {}, - "System.Runtime.InteropServices.RuntimeInformation/4.0.0": { - "runtime": { - "lib/net45/System.Runtime.InteropServices.RuntimeInformation.dll": {} - } - }, - "System.Runtime.Numerics/4.0.0.0": {}, - "System.Runtime.Serialization.Primitives/4.0.0.0": {}, - "System.Text.Encoding/4.0.0.0": {}, - "System.Text.Encoding.Extensions/4.0.0.0": {}, - "System.Text.Encodings.Web/4.0.0": { - "runtime": { - "lib/netstandard1.0/System.Text.Encodings.Web.dll": {} - } - }, - "System.Text.RegularExpressions/4.0.0.0": {}, - "System.Threading/4.0.0.0": {}, - "System.Threading.Tasks/4.0.0.0": {}, - "System.Threading.Tasks.Extensions/4.0.0": { - "runtime": { - "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.dll": {} - } - }, - "System.Threading.Timer/4.0.0.0": {}, - "System.Xml.ReaderWriter/4.0.0.0": {}, - "System.Xml.XDocument/4.0.0.0": {}, - "Domain.Socioboard/1.0.0": { - "dependencies": { - "System.ComponentModel.DataAnnotations": "4.0.0.0", - "System.Net": "4.0.0.0", - "System.Security": "4.0.0.0", - "MongoDB.Bson": "2.2.4", - "NETStandard.Library": "1.6.0", - "Newtonsoft.Json": "9.0.1" - }, - "runtime": { - "Domain.Socioboard.dll": {} - } - }, - "Socioboard.Facebook/1.0.0": { - "dependencies": { - "Facebook": "7.0.10-beta", - "Newtonsoft.Json": "9.0.1", - "Domain.Socioboard": "1.0.0", - "NETStandard.Library": "1.6.0" - }, - "runtime": { - "Socioboard.Facebook.dll": {} - } - }, - "mscorlib/4.0.0.0": {}, - "System/4.0.0.0": {}, - "System.Core/4.0.0.0": {}, - "System.Security/4.0.0.0": {}, - "System.Xml/4.0.0.0": {}, - "System.Xml.Linq/4.0.0.0": {}, - "System.ComponentModel.DataAnnotations/4.0.0.0": {}, - "System.IdentityModel/4.0.0.0": {}, - "System.Net.Http.WebRequest/4.0.0.0": {}, - "System.ServiceModel/4.0.0.0": {}, - "System.Net/4.0.0.0": {} - } - }, - "libraries": { - "Socioboard/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Facebook/7.0.10-beta": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ftsRUZcfIfIppN2EQwIBfqoB16Ze7hvSSNdSkkdQUdODY25BjCUGZs63MQEdzPxLp7Mn058k8dwOS3NQ/W7GxA==" - }, - "Hammock/1.2.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-JdYotigd2ZilatoSXL+PXFZERRHkhTN3vn/rkVLrm2FxbXJjW0lhD4qEXF/gTv1RUp4gjgBwCTxv/WxQmAessQ==" - }, - "Libuv/1.9.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-9Q7AaqtQhS8JDSIvRBt6ODSLWDBI4c8YxNxyCQemWebBFUtBbc6M5Vi5Gz1ZyIUlTW3rZK9bIr5gnVyv0z7a2Q==" - }, - "Microsoft.ApplicationInsights/2.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-mviO8PLQd3r22Pmv8JfjYzTCQ9ByhkU9wdC4fwd6WmAARwAMgMw9HEbHeYS3r+8pB3w+fZMi7p4LKijzgNybRQ==" - }, - "Microsoft.ApplicationInsights.Agent.Intercept/1.2.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-nuqnTp+xechqRPBUi7sr4gxhyr+gJwMaxvSrhB4NyK1TbnT3yk1P5giSnaqQVvuIRHAdl9uD7lt2GRx/P/nlrA==" - }, - "Microsoft.ApplicationInsights.AspNetCore/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-t1O4hbatuHU4BJnuBZ4zmx6fNoTryyZO/NwxwqmMUbuHyvil3elkOZvX3pJWlUTOk6/wyRXItGKBiW4uDET6Kw==" - }, - "Microsoft.ApplicationInsights.DependencyCollector/2.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-WwZGU7P4D1VcF1+9CpUkveDAb2lCxzXnlPf0q9rtovSCHrGUa38JI7yldytTLhR4djN0y2TDFbuJP2EYsXgmnw==" - }, - "Microsoft.ApplicationInsights.PerfCounterCollector/2.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-UXZkWyBbvkUMU2CRUxGNqryqakxTppV/f60a2qolrNllalzLgXvNojFNHi+1C7gm1hJ82KgftCnOISsgWNwScQ==" - }, - "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel/2.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-cxvFUPc83qaPjvcr0cAT8EElPVvg+hSzCmCxSPEXRt5PnPGTafv/ra4sw8na/D3fQHmnMLuj1R0mMZiOLnSw9A==" - }, - "Microsoft.AspNet.WebApi.Client/5.2.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3kiI8peSXbXHDDrRuo+QaX0iCEVRe0nvn2dBDRw656uPX32UalbBlSIDUDlJxu05eau4tnuhsikiUuugvvoUoQ==" - }, - "Microsoft.AspNetCore.Antiforgery/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-oJnrSvL6S7jM2eD/TR/Kyp/7O6pKvN+8FcnYvUaxaHbKlISwl98o44uidzePBjGxTf4fh9NFEx/q3OuuxAvBzw==" - }, - "Microsoft.AspNetCore.Authentication/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3af/pZSoaIkZPjGPTlpvIXKDA4NCN6O7++iSO4N2rnKjC5OFHnCX5CLzRxO6721kqovIssRPo84q1HvT4IL6GQ==" - }, - "Microsoft.AspNetCore.Authentication.Cookies/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-zWhEmMwAqLnQIn3eWGlfioBkKngLB/cEqhqw+jAPPrelH8nNNCnHKIoC6ZQf5oSPmpTX9vZU7XEOrpXHFxSQGw==" - }, - "Microsoft.AspNetCore.Authorization/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-iVFQ5xHSyxmfWYdl5B/xIFzXgm4SRgYQUKlLFVNGfEhbbjw0Ur2pfVrEvpENrhHFOQ2XAZcuFlGxSIzZwsVrMg==" - }, - "Microsoft.AspNetCore.Cors/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-fC8lWOU3+ltkbgQyD1P7eRQ66fGfZkPNU2UkwOI8tyF5FUsd8nRTfzvsO4mSyQfgmgfk2Hc8TGzx/okevZwXkg==" - }, - "Microsoft.AspNetCore.Cryptography.Internal/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-0btvxwOqYNpKTUQrD7LA3p6Wi0vrhfWGBVqIKPS1KtEdkCv3QoVgFO4eJYuClGDS9NXhqk7TWh46/8x8wtZHaw==" - }, - "Microsoft.AspNetCore.DataProtection/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-gt4URT+8ljPk0ePspLqOGPJBm+s6iMvsZqweplhf7wiZSjFiG1uYBNpQ/0dFY7wSx3NMRjekyXzCjvkGAV570g==" - }, - "Microsoft.AspNetCore.DataProtection.Abstractions/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-h5ycDgkqmRdManmYMQVJgzNI7YtVp2X2/os1cKmdfrpfq+m9L8bMKhbd7PCksoLci+aYTOSn45khPl+hpPb9ug==" - }, - "Microsoft.AspNetCore.Diagnostics/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-nGmsbmax1PsMyOzeE+4UyA7dZZ4SlRa5j4eMbt1HArvUaec3Z7ldb7fASyCrC/tlpfKf9Jeruv1qy+yGyjUeQw==" - }, - "Microsoft.AspNetCore.Diagnostics.Abstractions/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-RrXsm5Xzvxs0OFDhRcIIUNOM5rXKnRWj/bIkuDkXNIBniGcPDrfGbACIatA127I6pmybNAE84puFAt3wsU2kww==" - }, - "Microsoft.AspNetCore.Hosting/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-0M7ZRAxTmGHOQV3B5Lm30VBg33uxxkPIKAxMc/C9yFBMPWPfk6V1uvb2ZL5eEPlo9/MZooITyMcGBQUHiakFjg==" - }, - "Microsoft.AspNetCore.Hosting.Abstractions/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-8r6qOl1jYyC523ZKM1QNl+6ijIoYWELWm0tpEWqtTIOg9DytHJWshB7usgqiuRmfHXM0EUziR6ouFY7iP7Tuzw==" - }, - "Microsoft.AspNetCore.Hosting.Server.Abstractions/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-sHZyhQEoW15T9E36rfdm5Ux6a6RZB0KNM79ccf2IplWASqmlRGhX4ydU3dzQRLhkHpLx16fnWOL0KScsO6BevQ==" - }, - "Microsoft.AspNetCore.Html.Abstractions/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/JLMu2k8FiInLZC0SHXT+Cmdzi7AYa3B5v9w32Kd0mPTH4RYIQo/XNPIOr2HsPTXp3I9cZo1DajaMVGnJMN2QA==" - }, - "Microsoft.AspNetCore.Http/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-c/+eWVWQ8fX5hBHhL1BY4k2n4kVyUnqJLSCj0sTTXwRTU6IKoGbTOUqHT9as8C71Vk54YpAsi/VPmGW7T/ap3A==" - }, - "Microsoft.AspNetCore.Http.Abstractions/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OJHlqdJOWKKBfsiVdX4Z4KCNuqvBIu6+1MVKuejRDyHnGyMkNHNoP/dtVzhPqvJXaJg9N4HlD0XNc6GDCFVffg==" - }, - "Microsoft.AspNetCore.Http.Extensions/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-GlvCPRpnw2jjHLdbGf/C28NQZLMeX1mugv5BS1a3FCQOJYyuwQZil4JwblR0frLyVrUVoJQ7UXRNZIzEVlO5XA==" - }, - "Microsoft.AspNetCore.Http.Features/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-6x7zgfbTo1gL9xMEb7EMO2ES/48bqwnWyfH09z+ubWhnzxdhHls8rtqstPylu5FPD9nid6Vo2pgDm5vufRAy5Q==" - }, - "Microsoft.AspNetCore.HttpOverrides/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-gHpdaaAzhaTWJZuJVo3ler2zzdQWrm8wnsoSjcNtoZZdTOkwImndRwK8o4GYoM18dfmfNheM7i4EENI7XHM/lA==" - }, - "Microsoft.AspNetCore.JsonPatch/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-WVaSVS+dDlWCR/qerHnBxU9tIeJ9GMA3M5tg4cxH7/cJYZZLnr2zvaFHGB+cRRNCKKTJ0pFRxT7ES8knhgAAaA==" - }, - "Microsoft.AspNetCore.Localization/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-DF/maMd9f6ZPoTlU8n6/AGm3fpZNPiiip34bPrBQuloX2a5O0KwyV72qKhJhJNqmVVnDnTu8XYT16ysoFXRxQA==" - }, - "Microsoft.AspNetCore.Mvc/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-nNiMnzdXHpMrsjnBRiYaVy5EMsCmTsqSIIOtJvMbqJldh1i3NCM9jgvp4Da+Ke1gkGd2/MK8rXp+8a5yF+QOOQ==" - }, - "Microsoft.AspNetCore.Mvc.Abstractions/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-d7KEexDwxSwVeZv+SDbsMRPl2WuKMVckOCp/KTGuI1NJhd/7GvNGW101iRIC3tC/yym0PaajcWwTZNVfjhyoJw==" - }, - "Microsoft.AspNetCore.Mvc.ApiExplorer/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-46aWHLmZ37c44bJzLdbSEmIxCwQo7BljHBoK8C9CPCEPOLPWmg0XyPhGyMSGY4woDmm9ukBOEpqT899BWSxhRw==" - }, - "Microsoft.AspNetCore.Mvc.Core/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-tjCOZJheOAKStHs4LIcrLsbF/00wEwSinC+vCFpsmdqGVl3/tX9jnID20E1NlkKOW68DOLBavoC23BWFiHa0JA==" - }, - "Microsoft.AspNetCore.Mvc.Cors/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-jz3au6mm/O0ahotfUqZTGtsftcd4UYKIzl2l0+WRG817UJdMGLmnmgmUPcAQR1nrI0Dg49MsfTkjWoMQM9CsUw==" - }, - "Microsoft.AspNetCore.Mvc.DataAnnotations/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ZU02Y2tnKu/lVv2ywnNO+nSRzDWiTlq+ZhSuR9L3Q9NqlCyQJXOgX+iD/BGshnMQ7ZTstjyO4h8WeF7Ii9vBWQ==" - }, - "Microsoft.AspNetCore.Mvc.Formatters.Json/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-XQQLbxYLmdRj2U685NxFIrxVxqsXHLO5zN4ZIhTQ23VxzI6Qk2WN9ska0tl4ZMDV/4pSyE8SlmNeKPCN3pW86w==" - }, - "Microsoft.AspNetCore.Mvc.Localization/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-+w4s6j88pzJmc++3IozCmo0AIOF8ks/LrOAuMTRm6ve/l+wTp/oqXu2tjLA3QAvP6n6hC3cm40qW69UhYUtSIQ==" - }, - "Microsoft.AspNetCore.Mvc.Razor/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-G17pVnANhBj6AdpzTnJV36MRx4KNLQao0NqGUyKFvtKjy77KR55Fmt6/MVykbOB5xH33fbMIveTiSF3h4kWSQA==" - }, - "Microsoft.AspNetCore.Mvc.Razor.Host/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-cMdbvKf56IRyviirKFAgwcUSxwzLVASRA8cgxQD6Bw/JO9uwpG33mWjMnsdmZveW0y/ek1FjHTx6Zd4UpZfQ6A==" - }, - "Microsoft.AspNetCore.Mvc.TagHelpers/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-5IT4kddg3Tz3Ki53HvP3fvjnpYzKjY5mFWhmpPQvE2vzfMr7zU6X1Cls2SnJPMcV6sAqzTB4j6AmUmcEpFNMqg==" - }, - "Microsoft.AspNetCore.Mvc.ViewFeatures/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-DNMCqY+TX5jgO3M1C7Lf5E61llWZ+QgtjLYfrIkq7yfZjhzI52nprFE3mh66HahKU1EvyOz9+ISdaSmTimfNbQ==" - }, - "Microsoft.AspNetCore.Razor/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-+vhlFn8n45hj1M91HYVm2ryLMZ+ZYR/OUdBVE8aUzkvkTVF+3UnNxSY3hAEugcgcbf9/XQTE+DDxEgN4LdYEjg==" - }, - "Microsoft.AspNetCore.Razor.Runtime/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-hsq6xJeqDDb78akZuy79QE3kaCxcigD3vccbIaNrrz7JSXOzayfteF06ToK+J1SXSDRtrBj3XZZfrjiqIY/vCw==" - }, - "Microsoft.AspNetCore.Routing/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-NvFvRtYHXWjBbXz5/7F7JDNcdhrE+tG1/Q9R6LmMxFgu8tkl1bqtFZQbMy17FYFkmm8Fn/T81blRGE2nxCbDRA==" - }, - "Microsoft.AspNetCore.Routing.Abstractions/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Ne5CFiD1xCGSHrGICw7PsVnj7gijfkMfsw52AO6ingcUhE01dc87cJPpfGLnY22MIvqn11ECLbNZYmzFp/Rs+A==" - }, - "Microsoft.AspNetCore.Server.IISIntegration/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-xmn6EivvL4Ymo7LP+Jc49WLcIiYsUiujZo0loEbAg473nY2dIHxcxncpFAKzPf/MzqN0qBtaXEP0igYJ813H3Q==" - }, - "Microsoft.AspNetCore.Server.Kestrel/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-TNRTsufpdeoa88kR2NU+mO0IZIyJCcBurkdLx4I9d7MpLV1MCnRCrIeTgFIOWpB+j6kytUUXblzhsd0rfk6+bQ==" - }, - "Microsoft.AspNetCore.Session/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-RPoUeyNC0OXCcelURzsf5PZnrFC97HNUhQJMMEhBjmDNSAhFpKxgLJydKC3J/G7FxPkO4ciXu37zafPlA8AZqw==" - }, - "Microsoft.AspNetCore.StaticFiles/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pXiUBJtpO0fIlGEg/ESykhbIZ2+I+9Y+3qXzN19zZDDF+tD88eATg3A5MHMXu/VmqaROLfvpGJmJ6uOLUGsBVQ==" - }, - "Microsoft.AspNetCore.WebUtilities/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-D0licSnS1JgqQ/gYlN41wXbeYG3dFIdjY781YzMHZ5gBB7kczacshW+H6plZkXRr/cCnAJWGa31o1R8c5GEy/A==" - }, - "Microsoft.CodeAnalysis.Analyzers/1.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-HS3iRWZKcUw/8eZ/08GXKY2Bn7xNzQPzf8gRPHGSowX7u7XXu9i9YEaBeBNKUXWfI7qjvT2zXtLUvbN0hds8vg==" - }, - "Microsoft.CodeAnalysis.Common/1.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-V09G35cs0CT1C4Dr1IEOh8IGfnWALEVAOO5JXsqagxXwmYR012TlorQ+vx2eXxfZRKs3gAS/r92gN9kRBLba5A==" - }, - "Microsoft.CodeAnalysis.CSharp/1.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-BgWDIAbSFsHuGeLSn/rljLi51nXqkSo4DZ0qEIrHyPVasrhxEVq7aV8KKZ3HEfSFB+GIhBmOogE+mlOLYg19eg==" - }, - "Microsoft.CSharp/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.DotNet.InternalAbstractions/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-AAguUq7YyKk3yDWPoWA8DrLZvURxB/LrDdTn1h5lmPeznkFUpfC3p459w5mQYQE0qpquf/CkSQZ0etiV5vRHFA==" - }, - "Microsoft.Extensions.Caching.Abstractions/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-IxlFDVOchL6tdR05bk7EiJvMtvZrVkZXBhkbXqc3GxOHOrHFGcN+92WoWFPeBpdpy8ot/Px5ZdXzt7k+2n1Bdg==" - }, - "Microsoft.Extensions.Caching.Memory/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-6+7zTufCnZ+tfrUo7RbIRR3LB0BxwOwxfXuo0IbLyIvgoToGpWuz5wYEDfCYNOvpig9tY8FA0I1uRHYmITMXMQ==" - }, - "Microsoft.Extensions.Configuration/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-hR4yYebruRp6qyFnV3RW4qrnEb0J1LnMmQbj50AUA423V8dMs4E3YAohsyRyGBFnpbJ+KKzieSG/n2A6T0klZQ==" - }, - "Microsoft.Extensions.Configuration.Abstractions/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-nJ+Et/rnDMDmGhxvFAKdN3va7y+YDPICv1nUEP8I4IKgOkWwr/dCZHMqxVhJFrkbW9ux8Kd7erC4mvxfZh0WnA==" - }, - "Microsoft.Extensions.Configuration.Binder/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-kK8QuBcPQtmKJCkC9enc1uMRFa++mPTuVNm2K5jDVXcAYKRBcFSbdEBvIe1JIgA6dEsAQeqjfHfKSaUJ8f5NFQ==" - }, - "Microsoft.Extensions.Configuration.EnvironmentVariables/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-A0yqS98VtPNlFkFI7YBlwkAekUHE/9mMeNc+K4RmgTjCrskuk6pX3LGhDU7aD5CPYc9Px7M2To/2u4xDSnRikg==" - }, - "Microsoft.Extensions.Configuration.FileExtensions/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-MO7XtmLiqnpgVTX34uzFPvIS7jPmBUGLN0MP5MsYu6CqYTIs90ULjtrV5TegH5mTqKTXWjZRGXL26R6apTyc4w==" - }, - "Microsoft.Extensions.Configuration.Json/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-KRyEOe5/Xi3qyDMdEVh++e2pQRsI6C3wzINVExOcu9lOsFmXK/k4qOf244fyo59rnn6s5xKnIW3WbhxWS1hu2w==" - }, - "Microsoft.Extensions.DependencyInjection/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-zdtkiZNV6LB8xtpmfyUjP/9N9ZCL/ydQ+0bfjun38fbrk+MDEm9M2yeLzRdq+OIt5xExw/KU04wFaVwJ1bhQPg==" - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-+XwaNo3o9RhLQhUnnOBCaukeRi1X9yYc0Fzye9RlErSflKZdw0VgHtn6rvKo0FTionsW0x8QVULhKH+nkqVjQA==" - }, - "Microsoft.Extensions.DependencyModel/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-n55Y2T4qMgCNMrJaqAN+nlG2EH4XL+e9uxIg4vdFsQeF+L8UKxRdD3C35Bt+xk3vO3Zwp3g+6KFq2VPH2COSmg==" - }, - "Microsoft.Extensions.DiagnosticAdapter/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-GGI4Pp9DpRBFlAXDcZRz5e+R+TqLFBWzToTDXqxPjQiRq6DwPvDYuKD10rlJD4QxxeX8fcjakTlKO1RfC+DmFg==" - }, - "Microsoft.Extensions.FileProviders.Abstractions/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-4jsqTxG3py/hYSsOtZMkNJ2/CQqPdpwyK7bDUkrwHgqowCFSmx/C+R4IzQ+2AK2Up1fVcu+ldC0gktwidL828A==" - }, - "Microsoft.Extensions.FileProviders.Composite/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-4nbDQfagNr1eILXSFZbTNuAKuZ6SsOyK6ySTMryo67ECi8+EcZBQ12E0aXcxX/aT3v+3pbWSt71NXlEm8tKIxw==" - }, - "Microsoft.Extensions.FileProviders.Physical/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Ej5hGWtK3xM9YU+B2O8EdlMcJf5utbDQs9ecnfvwhENQeeNU7iI2jjnRB2d7V6o9SQZmNHPzdPvaNb3PlSMz+Q==" - }, - "Microsoft.Extensions.FileSystemGlobbing/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-scXp1Y+hmhQKLe57Z7cSjsAEFtE4zSHHydkg1SpvG56nWwWQVpVcRAbRZsv1qIBR5/vNB4LA9xiOKnvKO/Halg==" - }, - "Microsoft.Extensions.Globalization.CultureInfoCache/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-nxGoN8o+4clQk103krYRqS5FVVCZc3Tlc09AYj4W8gZ9Q5Jxa2BLW7ss+ogKU/hvNSg2NkJyQTfi9SegGU6ssQ==" - }, - "Microsoft.Extensions.Localization/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-nkDgz++GXjMSEIiVS6CpeirV8m8zvc/vUN2sq5sPnqG8PZltCMSNmqrwyL1onx6A6aRNdTr1nVfvYHwWAmS4vg==" - }, - "Microsoft.Extensions.Localization.Abstractions/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-hQ2sEJf7swsD5jk4DogLI3DazGvsvbz0IuSbxPFDjcvP0PRdxgCsyGpg70LD+3tRmxZcE1uh5jtcAi4X2BcB9w==" - }, - "Microsoft.Extensions.Logging/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-0mDuASVrd/nMeBYIJSK+9lT3TSmWxUXP/ipVB1pF1ApMN5fqGCckPTNwmOfT4Z9wPkXGnhbwFTGrxZvbzTWxOg==" - }, - "Microsoft.Extensions.Logging.Abstractions/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-wHT6oY50q36mAXBRKtFaB7u07WxKC5u2M8fi3PqHOOnHyUo9gD0u1TlCNR8UObHQxKMYwqlgI8TLcErpt29n8A==" - }, - "Microsoft.Extensions.Logging.Console/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-GN4gFFONP12KbFEG9rNFpXuz6D2Tybcm8+c1wilaQ1eSl9zVX0gVRrKw/YRwxdwbM3eK7nWfRRqJaQPzOjtLnA==" - }, - "Microsoft.Extensions.Logging.Debug/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-V8fP8pGJxieGa1DAYOF1RX+cCGGqdOGNoAQUzxmy27+qNzbHB/cUXc7mCZT72jPZMB4U12zSVWlIt26GMsUIOg==" - }, - "Microsoft.Extensions.ObjectPool/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-BTXoWSTrv/saLlNSg8l41YOoSKeUUanQLykUqRTtiUJz2xxQOCgm4ckPzrdmSK6w0mdjR2h7IrUDGdBF78Z7yg==" - }, - "Microsoft.Extensions.Options/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-SdP3yPKF++JTkoa91pBDiE70uQkR/gdXWzOnMPbSj+eOqY1vgY+b8RVl+gh7TrJ2wlCK2QqnQtvCQlPPZRK36w==" - }, - "Microsoft.Extensions.Options.ConfigurationExtensions/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ov+cv1w81/lVrjqorjSpUvTzJhRVFu2GSRyRQYcGfGWPwrCz6473YoiqK/XNbeBmmF9VVyGPHVMubAH+Atsr3g==" - }, - "Microsoft.Extensions.PlatformAbstractions/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-zyjUzrOmuevOAJpIo3Mt5GmpALVYCVdLZ99keMbmCxxgQH7oxzU58kGHzE6hAgYEiWsdfMJLjVR7r+vSmaJmtg==" - }, - "Microsoft.Extensions.Primitives/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3q2vzfKEDjL6JFkRpk5SFA3zarYsO6+ZYgoucNImrUMzDn0mFbEOL5p9oPoWiypwypbJVVjWTf557bXZ0YFLig==" - }, - "Microsoft.Extensions.WebEncoders/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-NSSIBREmHHiyoAFXV2LMA+a6RMZtTHxgUbHJGHRtnjmTKnRyticx5HAzNpy8VG9+HCCHenL9QD7zSA8jjgAi5A==" - }, - "Microsoft.Net.Http.Headers/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-1lr92itF1fKR2oEQ6gk1IUsuCgp7UMlf/b1sjlAyuDeUnttj39ra59GQHYpomglJX1UVNpi1/cSBbEsXoNeIhw==" - }, - "Microsoft.NETCore.Platforms/1.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-2G6OjjJzwBfNOO8myRV/nFrbTw5iA+DEm0N+qUqhrOmaVtn4pC77h38I1jsXGw5VH55+dPfQsqHD0We9sCl9FQ==" - }, - "Microsoft.VisualStudio.Web.BrowserLink.Loader/14.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-f01OAOfsctcN7gSa05qYK8AgU1E/BFeZizvszNJMXY3BMJbYSj+3+YqyLunkMSf7LN92kcl7gQsAY9FayEH3ag==" - }, - "MongoDB.Bson/2.2.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Q3TLxEVx5MsoXgqHqUFAh15kGJmgv1pvgXtm4/d9E22Ee8X9jVoPC8zIgIuQddO771Zbn9chJE+5QLfgxZl25Q==" - }, - "NETStandard.Library/1.6.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ypsCvIdCZ4IoYASJHt6tF2fMo7N30NLgV1EbmC+snO490OMl9FvVxmumw14rhReWU3j3g7BYudG6YCrchwHJlA==" - }, - "Newtonsoft.Json/9.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-U82mHQSKaIk+lpSVCbWYKNavmNH1i5xrExDEquU1i6I5pV6UMOqRnJRSlKO3cMPfcpp0RgDY+8jUXHdQ4IfXvw==" - }, - "Serilog/2.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OgcPRKdML09vZ2TCsExktklCa4fyj5nxghz1SL1oKArAZnm0rojIHTsb93hckJnNbc9IfQ1jtFp3M7fE0nIvGg==" - }, - "Serilog.Extensions.Logging/1.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-6fvXcoX6qarOjItiJfkdGsFF1WvJbHpWuz+s7/HirtwYONSYd4xLOF/PCqKjnyT44AFAB9EedUaz74wvCf/xRw==" - }, - "Serilog.Sinks.ColoredConsole/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pAH8MO/6oPPToCnwKpSAszIVF0tPpYjKLNhAJlTxAinpcRjPrKT/1bGTW/ZqoCluVyZQl5eg1gIxEkhHEd6Uww==" - }, - "Serilog.Sinks.File/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-atGnXIHSM5Lg9E14mXc1Yf8CuKnNSaenW+ZPVCrM1O/+lXwl3BgZ6ZXvLE1n4XF71ZU1U9dx/Yg47ci90QbjrQ==" - }, - "Serilog.Sinks.RollingFile/2.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-bBCGuXxlLq2yho3QLdRzEsW2sp7zQKcrNb7gmyqLtNwE3K20MolNYWoWqEmZJGGBktPt8quFYQJCFXSPdpGkTQ==" - }, - "System.Buffers/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-msXumHfjjURSkvxUjYuq4N2ghHoRi2VpXcKMA7gK6ujQfU3vGpl+B6ld0ATRg+FZFpRyA6PgEPA+VlIkTeNf2w==" - }, - "System.Collections/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Collections.Concurrent/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Collections.Immutable/1.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Cma8cBW6di16ZLibL8LYQ+cLjGzoKxpOTu/faZfDcx94ZjAGq6Nv5RO7+T1YZXqEXTZP9rt1wLVEONVpURtUqw==" - }, - "System.ComponentModel/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.ComponentModel.Primitives/4.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-sc/7eVCdxPrp3ljpgTKVaQGUXiW05phNWvtv/m2kocXqrUQvTVWKou1Edas2aDjTThLPZOxPYIGNb/HN0QjURg==" - }, - "System.ComponentModel.TypeConverter/4.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-MnDAlaeJZy9pdB5ZdOlwdxfpI+LJQ6e0hmH7d2+y2LkiD8DRJynyDYl4Xxf3fWFm7SbEwBZh4elcfzONQLOoQw==" - }, - "System.Diagnostics.Contracts/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Diagnostics.Debug/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Diagnostics.DiagnosticSource/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-YKglnq4BMTJxfcr6nuT08g+yJ0UxdePIHxosiLuljuHIUR6t4KhFsyaHOaOc1Ofqp0PUvJ0EmcgiEz6T7vEx3w==" - }, - "System.Diagnostics.Tools/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Diagnostics.Tracing/4.0.10.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Globalization/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.IO/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.IO.Compression/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Linq/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Linq.Expressions/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Net.Http/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Net.Primitives/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Numerics.Vectors/4.1.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Ex1NSKycC2wi5XBMWUGWPc3lumh6OQWFFmmpZFZz0oLht5lQ+wWPHVZumOrMJuckfUiVMd4p67BrkBos8lcF+Q==" - }, - "System.ObjectModel/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Reflection/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Reflection.Emit/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Reflection.Emit.Lightweight/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Reflection.Extensions/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Reflection.Metadata/1.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-jMSCxA4LSyKBGRDm/WtfkO03FkcgRzHxwvQRib1bm2GZ8ifKM1MX1al6breGCEQK280mdl9uQS7JNPXRYk90jw==" - }, - "System.Reflection.Primitives/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Resources.ResourceManager/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Runtime/4.0.10.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Runtime.Extensions/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Runtime.InteropServices/4.0.10.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Runtime.InteropServices.RuntimeInformation/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-hWPhJxc453RCa8Z29O91EmfGeZIHX1ZH2A8L6lYQVSaKzku2DfArSfMEb1/MYYzPQRJZeu0c9dmYeJKxW5Fgng==" - }, - "System.Runtime.Numerics/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Runtime.Serialization.Primitives/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Text.Encoding/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Text.Encoding.Extensions/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Text.Encodings.Web/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-TWZnuiJgPDAEEUfobD7njXvSVR2Toz+jvKWds6yL4oSztmKQfnWzucczjzA+6Dv1bktBdY71sZW1YN0X6m9chQ==" - }, - "System.Text.RegularExpressions/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Threading/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Threading.Tasks/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Threading.Tasks.Extensions/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pH4FZDsZQ/WmgJtN4LWYmRdJAEeVkyriSwrv2Teoe5FOU0Yxlb6II6GL8dBPOfRmutHGATduj3ooMt7dJ2+i+w==" - }, - "System.Threading.Timer/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Xml.ReaderWriter/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Xml.XDocument/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Domain.Socioboard/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Socioboard.Facebook/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "mscorlib/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Core/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Security/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Xml/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Xml.Linq/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.ComponentModel.DataAnnotations/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.IdentityModel/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Net.Http.WebRequest/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.ServiceModel/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Net/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - } - } -} \ No newline at end of file diff --git a/src/Socioboard/obj/Release/net451/dotnet-compile-csc.rsp b/src/Socioboard/obj/Release/net451/dotnet-compile-csc.rsp deleted file mode 100644 index 2f157b92c..000000000 --- a/src/Socioboard/obj/Release/net451/dotnet-compile-csc.rsp +++ /dev/null @@ -1,200 +0,0 @@ --d:RELEASE --d:TRACE --d:NET451 --nowarn:CS1701 --nowarn:CS1702 --nowarn:CS1705 --platform:x64 --optimize --debug:full --nostdlib --nologo -"D:\bitbucket\src\Socioboard\obj\Release\net451\dotnet-compile.assemblyinfo.cs" --out:"D:\bitbucket\src\Socioboard\bin\Release\net451\Socioboard.exe" --r:"C:\Users\hp\.nuget\packages\Facebook\7.0.10-beta\lib\net45\Facebook.dll" --r:"C:\Users\hp\.nuget\packages\Hammock\1.2.3\lib\net40\Hammock.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.ApplicationInsights\2.1.0\lib\net45\Microsoft.ApplicationInsights.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.ApplicationInsights.Agent.Intercept\1.2.1\lib\net45\Microsoft.AI.Agent.Intercept.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.ApplicationInsights.AspNetCore\1.0.0\lib\net451\Microsoft.ApplicationInsights.AspNetCore.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.ApplicationInsights.DependencyCollector\2.1.0\lib\net45\Microsoft.AI.DependencyCollector.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.ApplicationInsights.PerfCounterCollector\2.1.0\lib\net45\Microsoft.AI.PerfCounterCollector.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel\2.1.0\lib\net45\Microsoft.AI.ServerTelemetryChannel.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.AspNet.WebApi.Client\5.2.3\lib\net45\System.Net.Http.Formatting.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.Antiforgery\1.0.0\lib\net451\Microsoft.AspNetCore.Antiforgery.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.Authentication\1.0.0\lib\net451\Microsoft.AspNetCore.Authentication.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.Authentication.Cookies\1.0.0\lib\net451\Microsoft.AspNetCore.Authentication.Cookies.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.Authorization\1.0.0\lib\net451\Microsoft.AspNetCore.Authorization.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.Cors\1.0.0\lib\net451\Microsoft.AspNetCore.Cors.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.Cryptography.Internal\1.0.0\lib\net451\Microsoft.AspNetCore.Cryptography.Internal.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.DataProtection\1.0.0\lib\net451\Microsoft.AspNetCore.DataProtection.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.DataProtection.Abstractions\1.0.0\lib\net451\Microsoft.AspNetCore.DataProtection.Abstractions.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.Diagnostics\1.0.0\lib\net451\Microsoft.AspNetCore.Diagnostics.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.Diagnostics.Abstractions\1.0.0\lib\netstandard1.0\Microsoft.AspNetCore.Diagnostics.Abstractions.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.Hosting\1.0.0\lib\net451\Microsoft.AspNetCore.Hosting.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.Hosting.Abstractions\1.0.0\lib\net451\Microsoft.AspNetCore.Hosting.Abstractions.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.Hosting.Server.Abstractions\1.0.0\lib\net451\Microsoft.AspNetCore.Hosting.Server.Abstractions.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.Html.Abstractions\1.0.0\lib\netstandard1.0\Microsoft.AspNetCore.Html.Abstractions.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.Http\1.0.0\lib\net451\Microsoft.AspNetCore.Http.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.Http.Abstractions\1.0.0\lib\net451\Microsoft.AspNetCore.Http.Abstractions.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.Http.Extensions\1.0.0\lib\net451\Microsoft.AspNetCore.Http.Extensions.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.Http.Features\1.0.0\lib\net451\Microsoft.AspNetCore.Http.Features.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.HttpOverrides\1.0.0\lib\net451\Microsoft.AspNetCore.HttpOverrides.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.JsonPatch\1.0.0\lib\netstandard1.1\Microsoft.AspNetCore.JsonPatch.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.Localization\1.0.0\lib\net451\Microsoft.AspNetCore.Localization.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.Mvc\1.0.0\lib\net451\Microsoft.AspNetCore.Mvc.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.Mvc.Abstractions\1.0.0\lib\net451\Microsoft.AspNetCore.Mvc.Abstractions.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.Mvc.ApiExplorer\1.0.0\lib\net451\Microsoft.AspNetCore.Mvc.ApiExplorer.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.Mvc.Core\1.0.0\lib\net451\Microsoft.AspNetCore.Mvc.Core.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.Mvc.Cors\1.0.0\lib\net451\Microsoft.AspNetCore.Mvc.Cors.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.Mvc.DataAnnotations\1.0.0\lib\net451\Microsoft.AspNetCore.Mvc.DataAnnotations.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.Mvc.Formatters.Json\1.0.0\lib\net451\Microsoft.AspNetCore.Mvc.Formatters.Json.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.Mvc.Localization\1.0.0\lib\net451\Microsoft.AspNetCore.Mvc.Localization.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.Mvc.Razor\1.0.0\lib\net451\Microsoft.AspNetCore.Mvc.Razor.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.Mvc.Razor.Host\1.0.0\lib\net451\Microsoft.AspNetCore.Mvc.Razor.Host.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.Mvc.TagHelpers\1.0.0\lib\net451\Microsoft.AspNetCore.Mvc.TagHelpers.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.Mvc.ViewFeatures\1.0.0\lib\net451\Microsoft.AspNetCore.Mvc.ViewFeatures.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.Razor\1.0.0\lib\net451\Microsoft.AspNetCore.Razor.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.Razor.Runtime\1.0.0\lib\net451\Microsoft.AspNetCore.Razor.Runtime.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.Razor.Tools\1.0.0-preview2-final\lib\net451\dotnet-razor-tooling.exe" --r:"C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.Routing\1.0.0\lib\net451\Microsoft.AspNetCore.Routing.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.Routing.Abstractions\1.0.0\lib\net451\Microsoft.AspNetCore.Routing.Abstractions.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.Server.IISIntegration\1.0.0\lib\net451\Microsoft.AspNetCore.Server.IISIntegration.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.Server.Kestrel\1.0.0\lib\net451\Microsoft.AspNetCore.Server.Kestrel.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.Session\1.0.0\lib\net451\Microsoft.AspNetCore.Session.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.StaticFiles\1.0.0\lib\net451\Microsoft.AspNetCore.StaticFiles.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.WebUtilities\1.0.0\lib\net451\Microsoft.AspNetCore.WebUtilities.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.CodeAnalysis.Common\1.3.0\lib\net45\Microsoft.CodeAnalysis.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.CodeAnalysis.CSharp\1.3.0\lib\net45\Microsoft.CodeAnalysis.CSharp.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Microsoft.CSharp.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.DotNet.Cli.Utils\1.0.0-preview2-003121\lib\net451\Microsoft.DotNet.Cli.Utils.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.DotNet.InternalAbstractions\1.0.0\lib\net451\Microsoft.DotNet.InternalAbstractions.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.DotNet.ProjectModel\1.0.0-rc3-003121\lib\net451\Microsoft.DotNet.ProjectModel.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.Extensions.Caching.Abstractions\1.0.0\lib\netstandard1.0\Microsoft.Extensions.Caching.Abstractions.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.Extensions.Caching.Memory\1.0.0\lib\net451\Microsoft.Extensions.Caching.Memory.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.Extensions.CommandLineUtils\1.0.0\lib\net451\Microsoft.Extensions.CommandLineUtils.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.Extensions.Configuration\1.0.0\lib\netstandard1.1\Microsoft.Extensions.Configuration.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.Extensions.Configuration.Abstractions\1.0.0\lib\netstandard1.0\Microsoft.Extensions.Configuration.Abstractions.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.Extensions.Configuration.Binder\1.0.0\lib\netstandard1.1\Microsoft.Extensions.Configuration.Binder.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.Extensions.Configuration.EnvironmentVariables\1.0.0\lib\net451\Microsoft.Extensions.Configuration.EnvironmentVariables.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.Extensions.Configuration.FileExtensions\1.0.0\lib\net451\Microsoft.Extensions.Configuration.FileExtensions.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.Extensions.Configuration.Json\1.0.0\lib\net451\Microsoft.Extensions.Configuration.Json.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.Extensions.DependencyInjection\1.0.0\lib\netstandard1.1\Microsoft.Extensions.DependencyInjection.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.Extensions.DependencyInjection.Abstractions\1.0.0\lib\netstandard1.0\Microsoft.Extensions.DependencyInjection.Abstractions.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.Extensions.DependencyModel\1.0.0\lib\net451\Microsoft.Extensions.DependencyModel.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.Extensions.DiagnosticAdapter\1.0.0\lib\netstandard1.1\Microsoft.Extensions.DiagnosticAdapter.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.Extensions.FileProviders.Abstractions\1.0.0\lib\netstandard1.0\Microsoft.Extensions.FileProviders.Abstractions.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.Extensions.FileProviders.Composite\1.0.0\lib\netstandard1.0\Microsoft.Extensions.FileProviders.Composite.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.Extensions.FileProviders.Physical\1.0.0\lib\net451\Microsoft.Extensions.FileProviders.Physical.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.Extensions.FileSystemGlobbing\1.0.0\lib\net451\Microsoft.Extensions.FileSystemGlobbing.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.Extensions.Globalization.CultureInfoCache\1.0.0\lib\netstandard1.1\Microsoft.Extensions.Globalization.CultureInfoCache.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.Extensions.Localization\1.0.0\lib\net451\Microsoft.Extensions.Localization.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.Extensions.Localization.Abstractions\1.0.0\lib\netstandard1.0\Microsoft.Extensions.Localization.Abstractions.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.Extensions.Logging\1.0.0\lib\netstandard1.1\Microsoft.Extensions.Logging.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.Extensions.Logging.Abstractions\1.0.0\lib\netstandard1.1\Microsoft.Extensions.Logging.Abstractions.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.Extensions.Logging.Console\1.0.0\lib\net451\Microsoft.Extensions.Logging.Console.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.Extensions.Logging.Debug\1.0.0\lib\net451\Microsoft.Extensions.Logging.Debug.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.Extensions.ObjectPool\1.0.0\lib\net451\Microsoft.Extensions.ObjectPool.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.Extensions.Options\1.0.0\lib\netstandard1.0\Microsoft.Extensions.Options.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.Extensions.Options.ConfigurationExtensions\1.0.0\lib\netstandard1.1\Microsoft.Extensions.Options.ConfigurationExtensions.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.Extensions.PlatformAbstractions\1.0.0\lib\net451\Microsoft.Extensions.PlatformAbstractions.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.Extensions.Primitives\1.0.0\lib\netstandard1.0\Microsoft.Extensions.Primitives.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.Extensions.WebEncoders\1.0.0\lib\netstandard1.0\Microsoft.Extensions.WebEncoders.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.Net.Http.Headers\1.0.0\lib\netstandard1.1\Microsoft.Net.Http.Headers.dll" --r:"C:\Users\hp\.nuget\packages\Microsoft.VisualStudio.Web.BrowserLink.Loader\14.0.0\lib\net451\Microsoft.VisualStudio.Web.BrowserLink.Loader.dll" --r:"C:\Users\hp\.nuget\packages\MongoDB.Bson\2.2.4\lib\net45\MongoDB.Bson.dll" --r:"C:\Users\hp\.nuget\packages\Newtonsoft.Json\9.0.1\lib\net45\Newtonsoft.Json.dll" --r:"C:\Users\hp\.nuget\packages\NuGet.Common\3.5.0-beta2-1484\lib\net45\NuGet.Common.dll" --r:"C:\Users\hp\.nuget\packages\NuGet.Configuration\3.5.0-beta2-1484\lib\net45\NuGet.Configuration.dll" --r:"C:\Users\hp\.nuget\packages\NuGet.DependencyResolver.Core\3.5.0-beta2-1484\lib\net45\NuGet.DependencyResolver.Core.dll" --r:"C:\Users\hp\.nuget\packages\NuGet.Frameworks\3.5.0-beta2-1484\lib\net45\NuGet.Frameworks.dll" --r:"C:\Users\hp\.nuget\packages\NuGet.LibraryModel\3.5.0-beta2-1484\lib\net45\NuGet.LibraryModel.dll" --r:"C:\Users\hp\.nuget\packages\NuGet.Packaging\3.5.0-beta2-1484\lib\net45\NuGet.Packaging.dll" --r:"C:\Users\hp\.nuget\packages\NuGet.Packaging.Core\3.5.0-beta2-1484\lib\net45\NuGet.Packaging.Core.dll" --r:"C:\Users\hp\.nuget\packages\NuGet.Packaging.Core.Types\3.5.0-beta2-1484\lib\net45\NuGet.Packaging.Core.Types.dll" --r:"C:\Users\hp\.nuget\packages\NuGet.ProjectModel\3.5.0-beta2-1484\lib\net45\NuGet.ProjectModel.dll" --r:"C:\Users\hp\.nuget\packages\NuGet.Protocol.Core.Types\3.5.0-beta2-1484\lib\net45\NuGet.Protocol.Core.Types.dll" --r:"C:\Users\hp\.nuget\packages\NuGet.Protocol.Core.v3\3.5.0-beta2-1484\lib\net45\NuGet.Protocol.Core.v3.dll" --r:"C:\Users\hp\.nuget\packages\NuGet.Repositories\3.5.0-beta2-1484\lib\net45\NuGet.Repositories.dll" --r:"C:\Users\hp\.nuget\packages\NuGet.RuntimeModel\3.5.0-beta2-1484\lib\net45\NuGet.RuntimeModel.dll" --r:"C:\Users\hp\.nuget\packages\NuGet.Versioning\3.5.0-beta2-1484\lib\net45\NuGet.Versioning.dll" --r:"C:\Users\hp\.nuget\packages\Serilog\2.1.0\lib\net45\Serilog.dll" --r:"C:\Users\hp\.nuget\packages\Serilog.Extensions.Logging\1.1.0\lib\net45\Serilog.Extensions.Logging.dll" --r:"C:\Users\hp\.nuget\packages\Serilog.Sinks.ColoredConsole\2.0.0\lib\net45\Serilog.Sinks.ColoredConsole.dll" --r:"C:\Users\hp\.nuget\packages\Serilog.Sinks.File\2.0.0\lib\net45\Serilog.Sinks.File.dll" --r:"C:\Users\hp\.nuget\packages\Serilog.Sinks.RollingFile\2.1.0\lib\net45\Serilog.Sinks.RollingFile.dll" --r:"C:\Users\hp\.nuget\packages\System.Buffers\4.0.0\lib\netstandard1.1\System.Buffers.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Collections.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Collections.Concurrent.dll" --r:"C:\Users\hp\.nuget\packages\System.Collections.Immutable\1.2.0\lib\portable-net45+win8+wp8+wpa81\System.Collections.Immutable.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.ComponentModel.dll" --r:"C:\Users\hp\.nuget\packages\System.ComponentModel.Primitives\4.1.0\ref\net45\System.ComponentModel.Primitives.dll" --r:"C:\Users\hp\.nuget\packages\System.ComponentModel.TypeConverter\4.1.0\ref\net45\System.ComponentModel.TypeConverter.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Diagnostics.Contracts.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Diagnostics.Debug.dll" --r:"C:\Users\hp\.nuget\packages\System.Diagnostics.DiagnosticSource\4.0.0\lib\portable-net45+win8+wpa81\System.Diagnostics.DiagnosticSource.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Diagnostics.Tools.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Diagnostics.Tracing.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Globalization.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.IO.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.IO.Compression.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Linq.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Linq.Expressions.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.Net.Http.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Net.Primitives.dll" --r:"C:\Users\hp\.nuget\packages\System.Numerics.Vectors\4.1.1\ref\netstandard1.0\System.Numerics.Vectors.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.ObjectModel.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Reflection.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Reflection.Emit.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Reflection.Emit.Lightweight.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Reflection.Extensions.dll" --r:"C:\Users\hp\.nuget\packages\System.Reflection.Metadata\1.3.0\lib\portable-net45+win8\System.Reflection.Metadata.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Reflection.Primitives.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Resources.ResourceManager.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Runtime.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Runtime.Extensions.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Runtime.InteropServices.dll" --r:"C:\Users\hp\.nuget\packages\System.Runtime.InteropServices.RuntimeInformation\4.0.0\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Runtime.Numerics.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Runtime.Serialization.Primitives.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Text.Encoding.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Text.Encoding.Extensions.dll" --r:"C:\Users\hp\.nuget\packages\System.Text.Encodings.Web\4.0.0\lib\netstandard1.0\System.Text.Encodings.Web.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Text.RegularExpressions.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Threading.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Threading.Tasks.dll" --r:"C:\Users\hp\.nuget\packages\System.Threading.Tasks.Extensions\4.0.0\lib\portable-net45+win8+wp8+wpa81\System.Threading.Tasks.Extensions.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Threading.Timer.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Xml.ReaderWriter.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Xml.XDocument.dll" --r:"D:\bitbucket\src\Domain.Socioboard\bin\Release\net451\Domain.Socioboard.dll" --r:"D:\bitbucket\src\Socioboard.Facebook\bin\Release\net451\Socioboard.Facebook.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\mscorlib.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.Core.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.Security.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.Xml.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.Xml.Linq.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.ComponentModel.DataAnnotations.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.IdentityModel.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.Net.Http.WebRequest.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.ServiceModel.dll" --r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.Net.dll" --resource:"D:\bitbucket\src\Socioboard\obj\Release\net451\Socioboarddotnet-compile.deps.json",Socioboard.deps.json -"D:\bitbucket\src\Socioboard\Program.cs" -"D:\bitbucket\src\Socioboard\Startup.cs" -"D:\bitbucket\src\Socioboard\Controllers\FacebookManagerController.cs" -"D:\bitbucket\src\Socioboard\Controllers\GoogleManagerController.cs" -"D:\bitbucket\src\Socioboard\Controllers\HomeController.cs" -"D:\bitbucket\src\Socioboard\Controllers\IndexController.cs" -"D:\bitbucket\src\Socioboard\Controllers\InstagramManagerController.cs" -"D:\bitbucket\src\Socioboard\Controllers\LinkedinManagerController.cs" -"D:\bitbucket\src\Socioboard\Controllers\TwitterManagerController.cs" -"D:\bitbucket\src\Socioboard\Extensions\SessionExtensions.cs" -"D:\bitbucket\src\Socioboard\Helpers\AppSettings.cs" -"D:\bitbucket\src\Socioboard\Helpers\Facebook.cs" -"D:\bitbucket\src\Socioboard\Helpers\ProfilesHelper.cs" -"D:\bitbucket\src\Socioboard\Helpers\WebApiReq.cs" -"D:\bitbucket\src\Socioboard\Services\CustomViewLocationRazorViewEngine.cs" -"D:\bitbucket\src\Socioboard\Services\IEmailSender.cs" -"D:\bitbucket\src\Socioboard\Services\ISmsSender.cs" -"D:\bitbucket\src\Socioboard\Services\MessageServices.cs" diff --git a/src/Socioboard/obj/Release/net451/dotnet-compile.assemblyinfo.cs b/src/Socioboard/obj/Release/net451/dotnet-compile.assemblyinfo.cs deleted file mode 100644 index c2688e152..000000000 --- a/src/Socioboard/obj/Release/net451/dotnet-compile.assemblyinfo.cs +++ /dev/null @@ -1,5 +0,0 @@ -// This file has been auto generated. -[assembly:System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly:System.Reflection.AssemblyVersionAttribute("1.0.0.0")] -[assembly:System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] -[assembly:System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.5.1")] \ No newline at end of file diff --git a/src/Socioboard/obj/Release/net451/dotnet-compile.rsp b/src/Socioboard/obj/Release/net451/dotnet-compile.rsp deleted file mode 100644 index 9d13d1477..000000000 --- a/src/Socioboard/obj/Release/net451/dotnet-compile.rsp +++ /dev/null @@ -1,203 +0,0 @@ ---temp-output:D:\bitbucket\src\Socioboard\obj\Release\net451\ ---out:D:\bitbucket\src\Socioboard\bin\Release\net451\Socioboard.exe ---define:RELEASE ---define:TRACE ---define:NET451 ---suppress-warning:CS1701 ---suppress-warning:CS1702 ---suppress-warning:CS1705 ---platform:x64 ---optimize:True ---emit-entry-point:True ---output-name:Socioboard ---file-version:1.0.0.0 ---version:1.0.0.0 ---informational-version:1.0.0 ---target-framework:.NETFramework,Version=v4.5.1 ---reference:C:\Users\hp\.nuget\packages\Facebook\7.0.10-beta\lib\net45\Facebook.dll ---reference:C:\Users\hp\.nuget\packages\Hammock\1.2.3\lib\net40\Hammock.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.ApplicationInsights\2.1.0\lib\net45\Microsoft.ApplicationInsights.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.ApplicationInsights.Agent.Intercept\1.2.1\lib\net45\Microsoft.AI.Agent.Intercept.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.ApplicationInsights.AspNetCore\1.0.0\lib\net451\Microsoft.ApplicationInsights.AspNetCore.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.ApplicationInsights.DependencyCollector\2.1.0\lib\net45\Microsoft.AI.DependencyCollector.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.ApplicationInsights.PerfCounterCollector\2.1.0\lib\net45\Microsoft.AI.PerfCounterCollector.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel\2.1.0\lib\net45\Microsoft.AI.ServerTelemetryChannel.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.AspNet.WebApi.Client\5.2.3\lib\net45\System.Net.Http.Formatting.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.Antiforgery\1.0.0\lib\net451\Microsoft.AspNetCore.Antiforgery.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.Authentication\1.0.0\lib\net451\Microsoft.AspNetCore.Authentication.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.Authentication.Cookies\1.0.0\lib\net451\Microsoft.AspNetCore.Authentication.Cookies.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.Authorization\1.0.0\lib\net451\Microsoft.AspNetCore.Authorization.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.Cors\1.0.0\lib\net451\Microsoft.AspNetCore.Cors.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.Cryptography.Internal\1.0.0\lib\net451\Microsoft.AspNetCore.Cryptography.Internal.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.DataProtection\1.0.0\lib\net451\Microsoft.AspNetCore.DataProtection.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.DataProtection.Abstractions\1.0.0\lib\net451\Microsoft.AspNetCore.DataProtection.Abstractions.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.Diagnostics\1.0.0\lib\net451\Microsoft.AspNetCore.Diagnostics.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.Diagnostics.Abstractions\1.0.0\lib\netstandard1.0\Microsoft.AspNetCore.Diagnostics.Abstractions.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.Hosting\1.0.0\lib\net451\Microsoft.AspNetCore.Hosting.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.Hosting.Abstractions\1.0.0\lib\net451\Microsoft.AspNetCore.Hosting.Abstractions.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.Hosting.Server.Abstractions\1.0.0\lib\net451\Microsoft.AspNetCore.Hosting.Server.Abstractions.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.Html.Abstractions\1.0.0\lib\netstandard1.0\Microsoft.AspNetCore.Html.Abstractions.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.Http\1.0.0\lib\net451\Microsoft.AspNetCore.Http.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.Http.Abstractions\1.0.0\lib\net451\Microsoft.AspNetCore.Http.Abstractions.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.Http.Extensions\1.0.0\lib\net451\Microsoft.AspNetCore.Http.Extensions.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.Http.Features\1.0.0\lib\net451\Microsoft.AspNetCore.Http.Features.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.HttpOverrides\1.0.0\lib\net451\Microsoft.AspNetCore.HttpOverrides.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.JsonPatch\1.0.0\lib\netstandard1.1\Microsoft.AspNetCore.JsonPatch.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.Localization\1.0.0\lib\net451\Microsoft.AspNetCore.Localization.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.Mvc\1.0.0\lib\net451\Microsoft.AspNetCore.Mvc.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.Mvc.Abstractions\1.0.0\lib\net451\Microsoft.AspNetCore.Mvc.Abstractions.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.Mvc.ApiExplorer\1.0.0\lib\net451\Microsoft.AspNetCore.Mvc.ApiExplorer.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.Mvc.Core\1.0.0\lib\net451\Microsoft.AspNetCore.Mvc.Core.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.Mvc.Cors\1.0.0\lib\net451\Microsoft.AspNetCore.Mvc.Cors.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.Mvc.DataAnnotations\1.0.0\lib\net451\Microsoft.AspNetCore.Mvc.DataAnnotations.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.Mvc.Formatters.Json\1.0.0\lib\net451\Microsoft.AspNetCore.Mvc.Formatters.Json.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.Mvc.Localization\1.0.0\lib\net451\Microsoft.AspNetCore.Mvc.Localization.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.Mvc.Razor\1.0.0\lib\net451\Microsoft.AspNetCore.Mvc.Razor.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.Mvc.Razor.Host\1.0.0\lib\net451\Microsoft.AspNetCore.Mvc.Razor.Host.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.Mvc.TagHelpers\1.0.0\lib\net451\Microsoft.AspNetCore.Mvc.TagHelpers.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.Mvc.ViewFeatures\1.0.0\lib\net451\Microsoft.AspNetCore.Mvc.ViewFeatures.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.Razor\1.0.0\lib\net451\Microsoft.AspNetCore.Razor.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.Razor.Runtime\1.0.0\lib\net451\Microsoft.AspNetCore.Razor.Runtime.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.Razor.Tools\1.0.0-preview2-final\lib\net451\dotnet-razor-tooling.exe ---reference:C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.Routing\1.0.0\lib\net451\Microsoft.AspNetCore.Routing.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.Routing.Abstractions\1.0.0\lib\net451\Microsoft.AspNetCore.Routing.Abstractions.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.Server.IISIntegration\1.0.0\lib\net451\Microsoft.AspNetCore.Server.IISIntegration.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.Server.Kestrel\1.0.0\lib\net451\Microsoft.AspNetCore.Server.Kestrel.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.Session\1.0.0\lib\net451\Microsoft.AspNetCore.Session.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.StaticFiles\1.0.0\lib\net451\Microsoft.AspNetCore.StaticFiles.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.AspNetCore.WebUtilities\1.0.0\lib\net451\Microsoft.AspNetCore.WebUtilities.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.CodeAnalysis.Common\1.3.0\lib\net45\Microsoft.CodeAnalysis.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.CodeAnalysis.CSharp\1.3.0\lib\net45\Microsoft.CodeAnalysis.CSharp.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Microsoft.CSharp.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.DotNet.Cli.Utils\1.0.0-preview2-003121\lib\net451\Microsoft.DotNet.Cli.Utils.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.DotNet.InternalAbstractions\1.0.0\lib\net451\Microsoft.DotNet.InternalAbstractions.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.DotNet.ProjectModel\1.0.0-rc3-003121\lib\net451\Microsoft.DotNet.ProjectModel.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.Extensions.Caching.Abstractions\1.0.0\lib\netstandard1.0\Microsoft.Extensions.Caching.Abstractions.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.Extensions.Caching.Memory\1.0.0\lib\net451\Microsoft.Extensions.Caching.Memory.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.Extensions.CommandLineUtils\1.0.0\lib\net451\Microsoft.Extensions.CommandLineUtils.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.Extensions.Configuration\1.0.0\lib\netstandard1.1\Microsoft.Extensions.Configuration.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.Extensions.Configuration.Abstractions\1.0.0\lib\netstandard1.0\Microsoft.Extensions.Configuration.Abstractions.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.Extensions.Configuration.Binder\1.0.0\lib\netstandard1.1\Microsoft.Extensions.Configuration.Binder.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.Extensions.Configuration.EnvironmentVariables\1.0.0\lib\net451\Microsoft.Extensions.Configuration.EnvironmentVariables.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.Extensions.Configuration.FileExtensions\1.0.0\lib\net451\Microsoft.Extensions.Configuration.FileExtensions.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.Extensions.Configuration.Json\1.0.0\lib\net451\Microsoft.Extensions.Configuration.Json.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.Extensions.DependencyInjection\1.0.0\lib\netstandard1.1\Microsoft.Extensions.DependencyInjection.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.Extensions.DependencyInjection.Abstractions\1.0.0\lib\netstandard1.0\Microsoft.Extensions.DependencyInjection.Abstractions.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.Extensions.DependencyModel\1.0.0\lib\net451\Microsoft.Extensions.DependencyModel.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.Extensions.DiagnosticAdapter\1.0.0\lib\netstandard1.1\Microsoft.Extensions.DiagnosticAdapter.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.Extensions.FileProviders.Abstractions\1.0.0\lib\netstandard1.0\Microsoft.Extensions.FileProviders.Abstractions.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.Extensions.FileProviders.Composite\1.0.0\lib\netstandard1.0\Microsoft.Extensions.FileProviders.Composite.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.Extensions.FileProviders.Physical\1.0.0\lib\net451\Microsoft.Extensions.FileProviders.Physical.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.Extensions.FileSystemGlobbing\1.0.0\lib\net451\Microsoft.Extensions.FileSystemGlobbing.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.Extensions.Globalization.CultureInfoCache\1.0.0\lib\netstandard1.1\Microsoft.Extensions.Globalization.CultureInfoCache.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.Extensions.Localization\1.0.0\lib\net451\Microsoft.Extensions.Localization.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.Extensions.Localization.Abstractions\1.0.0\lib\netstandard1.0\Microsoft.Extensions.Localization.Abstractions.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.Extensions.Logging\1.0.0\lib\netstandard1.1\Microsoft.Extensions.Logging.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.Extensions.Logging.Abstractions\1.0.0\lib\netstandard1.1\Microsoft.Extensions.Logging.Abstractions.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.Extensions.Logging.Console\1.0.0\lib\net451\Microsoft.Extensions.Logging.Console.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.Extensions.Logging.Debug\1.0.0\lib\net451\Microsoft.Extensions.Logging.Debug.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.Extensions.ObjectPool\1.0.0\lib\net451\Microsoft.Extensions.ObjectPool.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.Extensions.Options\1.0.0\lib\netstandard1.0\Microsoft.Extensions.Options.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.Extensions.Options.ConfigurationExtensions\1.0.0\lib\netstandard1.1\Microsoft.Extensions.Options.ConfigurationExtensions.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.Extensions.PlatformAbstractions\1.0.0\lib\net451\Microsoft.Extensions.PlatformAbstractions.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.Extensions.Primitives\1.0.0\lib\netstandard1.0\Microsoft.Extensions.Primitives.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.Extensions.WebEncoders\1.0.0\lib\netstandard1.0\Microsoft.Extensions.WebEncoders.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.Net.Http.Headers\1.0.0\lib\netstandard1.1\Microsoft.Net.Http.Headers.dll ---reference:C:\Users\hp\.nuget\packages\Microsoft.VisualStudio.Web.BrowserLink.Loader\14.0.0\lib\net451\Microsoft.VisualStudio.Web.BrowserLink.Loader.dll ---reference:C:\Users\hp\.nuget\packages\MongoDB.Bson\2.2.4\lib\net45\MongoDB.Bson.dll ---reference:C:\Users\hp\.nuget\packages\Newtonsoft.Json\9.0.1\lib\net45\Newtonsoft.Json.dll ---reference:C:\Users\hp\.nuget\packages\NuGet.Common\3.5.0-beta2-1484\lib\net45\NuGet.Common.dll ---reference:C:\Users\hp\.nuget\packages\NuGet.Configuration\3.5.0-beta2-1484\lib\net45\NuGet.Configuration.dll ---reference:C:\Users\hp\.nuget\packages\NuGet.DependencyResolver.Core\3.5.0-beta2-1484\lib\net45\NuGet.DependencyResolver.Core.dll ---reference:C:\Users\hp\.nuget\packages\NuGet.Frameworks\3.5.0-beta2-1484\lib\net45\NuGet.Frameworks.dll ---reference:C:\Users\hp\.nuget\packages\NuGet.LibraryModel\3.5.0-beta2-1484\lib\net45\NuGet.LibraryModel.dll ---reference:C:\Users\hp\.nuget\packages\NuGet.Packaging\3.5.0-beta2-1484\lib\net45\NuGet.Packaging.dll ---reference:C:\Users\hp\.nuget\packages\NuGet.Packaging.Core\3.5.0-beta2-1484\lib\net45\NuGet.Packaging.Core.dll ---reference:C:\Users\hp\.nuget\packages\NuGet.Packaging.Core.Types\3.5.0-beta2-1484\lib\net45\NuGet.Packaging.Core.Types.dll ---reference:C:\Users\hp\.nuget\packages\NuGet.ProjectModel\3.5.0-beta2-1484\lib\net45\NuGet.ProjectModel.dll ---reference:C:\Users\hp\.nuget\packages\NuGet.Protocol.Core.Types\3.5.0-beta2-1484\lib\net45\NuGet.Protocol.Core.Types.dll ---reference:C:\Users\hp\.nuget\packages\NuGet.Protocol.Core.v3\3.5.0-beta2-1484\lib\net45\NuGet.Protocol.Core.v3.dll ---reference:C:\Users\hp\.nuget\packages\NuGet.Repositories\3.5.0-beta2-1484\lib\net45\NuGet.Repositories.dll ---reference:C:\Users\hp\.nuget\packages\NuGet.RuntimeModel\3.5.0-beta2-1484\lib\net45\NuGet.RuntimeModel.dll ---reference:C:\Users\hp\.nuget\packages\NuGet.Versioning\3.5.0-beta2-1484\lib\net45\NuGet.Versioning.dll ---reference:C:\Users\hp\.nuget\packages\Serilog\2.1.0\lib\net45\Serilog.dll ---reference:C:\Users\hp\.nuget\packages\Serilog.Extensions.Logging\1.1.0\lib\net45\Serilog.Extensions.Logging.dll ---reference:C:\Users\hp\.nuget\packages\Serilog.Sinks.ColoredConsole\2.0.0\lib\net45\Serilog.Sinks.ColoredConsole.dll ---reference:C:\Users\hp\.nuget\packages\Serilog.Sinks.File\2.0.0\lib\net45\Serilog.Sinks.File.dll ---reference:C:\Users\hp\.nuget\packages\Serilog.Sinks.RollingFile\2.1.0\lib\net45\Serilog.Sinks.RollingFile.dll ---reference:C:\Users\hp\.nuget\packages\System.Buffers\4.0.0\lib\netstandard1.1\System.Buffers.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Collections.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Collections.Concurrent.dll ---reference:C:\Users\hp\.nuget\packages\System.Collections.Immutable\1.2.0\lib\portable-net45+win8+wp8+wpa81\System.Collections.Immutable.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.ComponentModel.dll ---reference:C:\Users\hp\.nuget\packages\System.ComponentModel.Primitives\4.1.0\ref\net45\System.ComponentModel.Primitives.dll ---reference:C:\Users\hp\.nuget\packages\System.ComponentModel.TypeConverter\4.1.0\ref\net45\System.ComponentModel.TypeConverter.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Diagnostics.Contracts.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Diagnostics.Debug.dll ---reference:C:\Users\hp\.nuget\packages\System.Diagnostics.DiagnosticSource\4.0.0\lib\portable-net45+win8+wpa81\System.Diagnostics.DiagnosticSource.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Diagnostics.Tools.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Diagnostics.Tracing.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Globalization.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.IO.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.IO.Compression.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Linq.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Linq.Expressions.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.Net.Http.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Net.Primitives.dll ---reference:C:\Users\hp\.nuget\packages\System.Numerics.Vectors\4.1.1\ref\netstandard1.0\System.Numerics.Vectors.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.ObjectModel.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Reflection.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Reflection.Emit.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Reflection.Emit.Lightweight.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Reflection.Extensions.dll ---reference:C:\Users\hp\.nuget\packages\System.Reflection.Metadata\1.3.0\lib\portable-net45+win8\System.Reflection.Metadata.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Reflection.Primitives.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Resources.ResourceManager.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Runtime.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Runtime.Extensions.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Runtime.InteropServices.dll ---reference:C:\Users\hp\.nuget\packages\System.Runtime.InteropServices.RuntimeInformation\4.0.0\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Runtime.Numerics.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Runtime.Serialization.Primitives.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Text.Encoding.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Text.Encoding.Extensions.dll ---reference:C:\Users\hp\.nuget\packages\System.Text.Encodings.Web\4.0.0\lib\netstandard1.0\System.Text.Encodings.Web.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Text.RegularExpressions.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Threading.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Threading.Tasks.dll ---reference:C:\Users\hp\.nuget\packages\System.Threading.Tasks.Extensions\4.0.0\lib\portable-net45+win8+wp8+wpa81\System.Threading.Tasks.Extensions.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Threading.Timer.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Xml.ReaderWriter.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Xml.XDocument.dll ---reference:D:\bitbucket\src\Domain.Socioboard\bin\Release\net451\Domain.Socioboard.dll ---reference:D:\bitbucket\src\Socioboard.Facebook\bin\Release\net451\Socioboard.Facebook.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\mscorlib.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.Core.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.Security.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.Xml.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.Xml.Linq.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.ComponentModel.DataAnnotations.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.IdentityModel.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.Net.Http.WebRequest.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.ServiceModel.dll ---reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.Net.dll ---resource:"D:\bitbucket\src\Socioboard\obj\Release\net451\Socioboarddotnet-compile.deps.json",Socioboard.deps.json -D:\bitbucket\src\Socioboard\Program.cs -D:\bitbucket\src\Socioboard\Startup.cs -D:\bitbucket\src\Socioboard\Controllers\FacebookManagerController.cs -D:\bitbucket\src\Socioboard\Controllers\GoogleManagerController.cs -D:\bitbucket\src\Socioboard\Controllers\HomeController.cs -D:\bitbucket\src\Socioboard\Controllers\IndexController.cs -D:\bitbucket\src\Socioboard\Controllers\InstagramManagerController.cs -D:\bitbucket\src\Socioboard\Controllers\LinkedinManagerController.cs -D:\bitbucket\src\Socioboard\Controllers\TwitterManagerController.cs -D:\bitbucket\src\Socioboard\Extensions\SessionExtensions.cs -D:\bitbucket\src\Socioboard\Helpers\AppSettings.cs -D:\bitbucket\src\Socioboard\Helpers\Facebook.cs -D:\bitbucket\src\Socioboard\Helpers\ProfilesHelper.cs -D:\bitbucket\src\Socioboard\Helpers\WebApiReq.cs -D:\bitbucket\src\Socioboard\Services\CustomViewLocationRazorViewEngine.cs -D:\bitbucket\src\Socioboard\Services\IEmailSender.cs -D:\bitbucket\src\Socioboard\Services\ISmsSender.cs -D:\bitbucket\src\Socioboard\Services\MessageServices.cs diff --git a/src/Socioboard/wwwroot/contents/socioboard/controllers/dashboardcontroller.js b/src/Socioboard/wwwroot/contents/socioboard/controllers/dashboardcontroller.js index 0bd26dc01..cbd56d662 100644 --- a/src/Socioboard/wwwroot/contents/socioboard/controllers/dashboardcontroller.js +++ b/src/Socioboard/wwwroot/contents/socioboard/controllers/dashboardcontroller.js @@ -4,6 +4,8 @@ SocioboardApp.controller('DashboardController', function ($rootScope, $scope, $h //alert('helo'); $scope.$on('$viewContentLoaded', function () { + + $scope.dispbtn = true; $scope.check = false; $scope.draftbtn = true; diff --git a/src/Socioboard/wwwroot/contents/socioboard/controllers/designlinfeedscontroller.js b/src/Socioboard/wwwroot/contents/socioboard/controllers/designlinfeedscontroller.js index 5eec1a6c9..bae40617e 100644 --- a/src/Socioboard/wwwroot/contents/socioboard/controllers/designlinfeedscontroller.js +++ b/src/Socioboard/wwwroot/contents/socioboard/controllers/designlinfeedscontroller.js @@ -83,6 +83,7 @@ SocioboardApp.controller('DesignFeedsINController', function ($rootScope, $scope $scope.cmpbtn = true; $scope.ComposeMessage = function () { + debugger; $scope.disbtncom = false; var profiles = new Array(); $("#checkboxdata .subcheckbox").each(function () { diff --git a/src/Socioboard/wwwroot/contents/socioboard/controllers/googleplusfeedscontroller.js b/src/Socioboard/wwwroot/contents/socioboard/controllers/googleplusfeedscontroller.js index ff1706a80..a99b63ee2 100644 --- a/src/Socioboard/wwwroot/contents/socioboard/controllers/googleplusfeedscontroller.js +++ b/src/Socioboard/wwwroot/contents/socioboard/controllers/googleplusfeedscontroller.js @@ -60,7 +60,7 @@ SocioboardApp.controller('GooglePlusFeedsController', function ($rootScope, $sco $scope.loadmore_feed = "Reached at bottom"; $scope.nofeeds = true; $scope.loaderclassfeed = 'hide'; - $scope.dropCalled = true; + //$scope.dropCalled = true; setTimeout(function () { $scope.callDropmenu(); }, 1000); diff --git a/src/Socioboard/wwwroot/contents/socioboard/controllers/schedulemsgcontroller.js b/src/Socioboard/wwwroot/contents/socioboard/controllers/schedulemsgcontroller.js index 60493f8fa..a4e796f8a 100644 --- a/src/Socioboard/wwwroot/contents/socioboard/controllers/schedulemsgcontroller.js +++ b/src/Socioboard/wwwroot/contents/socioboard/controllers/schedulemsgcontroller.js @@ -700,6 +700,7 @@ SocioboardApp.controller('ScheduleMessageController', function ($rootScope, $sco } $scope.daywiseScheduleMsg = function () { + debugger; $scope.repeat = false; var profilesnamesdaywise = new Array(); @@ -785,10 +786,11 @@ SocioboardApp.controller('ScheduleMessageController', function ($rootScope, $sco profiledaywiseUpdated.push(item.replace("_SB","")); }) if (scheduletime != "") { - $scope.checkfile(); + $scope.checkfiles(); + $scope.findExtensions(); if ($scope.check == true) { var formData = new FormData(); - formData.append('files', $("#input-file-now").get(0).files[0]); + formData.append('files', $("#input-file-nows").get(0).files[0]); formData.append('messageText', message); $scope.dispbtn = false; $http({ @@ -873,6 +875,39 @@ SocioboardApp.controller('ScheduleMessageController', function ($rootScope, $sco } } + $scope.checkfiles = function () { + var filesinput = $('#input-file-nows'); + var fileExtension = ['jpeg', 'jpg', 'png', 'gif', 'bmp', 'mov', 'mp4', 'mpeg', 'wmv', 'avi', 'flv', '3gp']; + if (filesinput != undefined && filesinput[0].files[0] != null) { + if ($scope.hasExtensions('#input-file-nows', fileExtension)) { + $scope.check = true; + } + else { + $scope.check = false; + } + } + } + + $scope.hasExtensions = function (inputID, exts) { + var fileName = $('#input-file-nows').val(); + return (new RegExp('(' + exts.join('|').replace(/\./g, '\\.') + ')$')).test(fileName); + } + + $scope.findExtensions = function () { + var fileName = $('#input-file-nows'); + var fileExtensionImage = ['jpeg', 'jpg', 'png', 'gif', 'bmp']; + var fileExtensionVideo = ['mov', 'mp4', 'mpeg', 'wmv', 'avi', 'flv', '3gp']; + if ($scope.hasExtension('#input-file-nows', fileExtensionImage)) { + $scope.fileExtensionName = 1; + } + else if ($scope.hasExtension('#input-file-nows', fileExtensionVideo)) { + $scope.fileExtensionName = 2; + } + else { + $scope.fileExtensionName = 0; + } + } + //code for compose message start $scope.ComposeMessage = function () { diff --git a/src/Socioboard/wwwroot/contents/socioboard/controllers/trendingcontentcontroller.js b/src/Socioboard/wwwroot/contents/socioboard/controllers/trendingcontentcontroller.js index 2baf27e84..6c1a81ed2 100644 --- a/src/Socioboard/wwwroot/contents/socioboard/controllers/trendingcontentcontroller.js +++ b/src/Socioboard/wwwroot/contents/socioboard/controllers/trendingcontentcontroller.js @@ -11,6 +11,7 @@ SocioboardApp.controller('TrendingContentController', function ($rootScope, $sco $scope.dispbtn = true; $scope.disbtncom = true; + $scope.temptext = "Quick Topics"; $scope.deleteProfile = function(profileId){ // console.log(profileId); swal({ @@ -300,8 +301,9 @@ SocioboardApp.controller('TrendingContentController', function ($rootScope, $sco } - $scope.topic = function (networkType) { + $scope.topic = function (networkType,pass) { + $scope.temptext = pass; $http.get(apiDomain + '/api/ContentStudio/QuickTopics?networkType=' + networkType + '&skip=' + startData + '&count=30') .then(function (response) { @@ -310,7 +312,6 @@ SocioboardApp.controller('TrendingContentController', function ($rootScope, $sco console.log($scope.lstData); startData = response.data.length; $scope.lastreach = true; - if (response.data == null) { ReachLast = true; diff --git a/src/Socioboard/wwwroot/contents/socioboard/images/countries-flags-small.png b/src/Socioboard/wwwroot/contents/socioboard/images/countries-flags-small.png new file mode 100644 index 000000000..7ac36e291 Binary files /dev/null and b/src/Socioboard/wwwroot/contents/socioboard/images/countries-flags-small.png differ diff --git a/src/Socioboard/wwwroot/contents/socioboard/views/content_studio/trending_content.html b/src/Socioboard/wwwroot/contents/socioboard/views/content_studio/trending_content.html index 8d7bfd228..dc23aba52 100644 --- a/src/Socioboard/wwwroot/contents/socioboard/views/content_studio/trending_content.html +++ b/src/Socioboard/wwwroot/contents/socioboard/views/content_studio/trending_content.html @@ -107,10 +107,10 @@

Trending Content

-
+ +
  • Australia
  • Belgium
  • Canada
  • @@ -119,38 +119,39 @@

    Trending Content

  • France
  • Germany
  • - -
    + +
    --> + + + - - - diff --git a/src/Socioboard/wwwroot/contents/socioboard/views/feeds/facebookfeeds.html b/src/Socioboard/wwwroot/contents/socioboard/views/feeds/facebookfeeds.html index 4cacc3ab8..dc37bedba 100644 --- a/src/Socioboard/wwwroot/contents/socioboard/views/feeds/facebookfeeds.html +++ b/src/Socioboard/wwwroot/contents/socioboard/views/feeds/facebookfeeds.html @@ -14,7 +14,7 @@
    -
    +
    Facebook live feeds{{filterrTxtt}} {{SorttTxtt}} Recent  diff --git a/src/Socioboard/wwwroot/contents/socioboard/views/groups/youtubegroup.html b/src/Socioboard/wwwroot/contents/socioboard/views/groups/youtubegroup.html index aee8b329a..f421c9c68 100644 --- a/src/Socioboard/wwwroot/contents/socioboard/views/groups/youtubegroup.html +++ b/src/Socioboard/wwwroot/contents/socioboard/views/groups/youtubegroup.html @@ -8,7 +8,7 @@
    -

    Youtube Group Invite

    +

    Youtube Member Invite

    diff --git a/src/Socioboard/wwwroot/contents/socioboard/views/publishing/schedulemsg.html b/src/Socioboard/wwwroot/contents/socioboard/views/publishing/schedulemsg.html index 9e61b9f1e..3a6366953 100644 --- a/src/Socioboard/wwwroot/contents/socioboard/views/publishing/schedulemsg.html +++ b/src/Socioboard/wwwroot/contents/socioboard/views/publishing/schedulemsg.html @@ -654,13 +654,15 @@

    Schedule Message

    - +
    - +
    + +
    diff --git a/src/Socioboard/wwwroot/contents/socioboard/views/shared/header.html b/src/Socioboard/wwwroot/contents/socioboard/views/shared/header.html index 02a4b7f75..46b8a8546 100644 --- a/src/Socioboard/wwwroot/contents/socioboard/views/shared/header.html +++ b/src/Socioboard/wwwroot/contents/socioboard/views/shared/header.html @@ -121,7 +121,7 @@

  • - YT group Invite + YT member Invite
  • diff --git a/src/SocioboardDataScheduler/bin/Debug/dnx451/SocioboardDataScheduler.exe b/src/SocioboardDataScheduler/bin/Debug/dnx451/SocioboardDataScheduler.exe index c3ff7fe0c..3ee21ed4e 100644 Binary files a/src/SocioboardDataScheduler/bin/Debug/dnx451/SocioboardDataScheduler.exe and b/src/SocioboardDataScheduler/bin/Debug/dnx451/SocioboardDataScheduler.exe differ diff --git a/src/SocioboardDataScheduler/bin/Debug/dnx451/SocioboardDataScheduler.pdb b/src/SocioboardDataScheduler/bin/Debug/dnx451/SocioboardDataScheduler.pdb index 98a520c17..4f896efdb 100644 Binary files a/src/SocioboardDataScheduler/bin/Debug/dnx451/SocioboardDataScheduler.pdb and b/src/SocioboardDataScheduler/bin/Debug/dnx451/SocioboardDataScheduler.pdb differ diff --git a/src/SocioboardDataScheduler/bin/Debug/dnx451/win7-x64/Domain.Socioboard.dll b/src/SocioboardDataScheduler/bin/Debug/dnx451/win7-x64/Domain.Socioboard.dll index 4f3d18ab1..e690c4ef3 100644 Binary files a/src/SocioboardDataScheduler/bin/Debug/dnx451/win7-x64/Domain.Socioboard.dll and b/src/SocioboardDataScheduler/bin/Debug/dnx451/win7-x64/Domain.Socioboard.dll differ diff --git a/src/SocioboardDataScheduler/bin/Debug/dnx451/win7-x64/Domain.Socioboard.pdb b/src/SocioboardDataScheduler/bin/Debug/dnx451/win7-x64/Domain.Socioboard.pdb index 46c46dff7..15e6b9025 100644 Binary files a/src/SocioboardDataScheduler/bin/Debug/dnx451/win7-x64/Domain.Socioboard.pdb and b/src/SocioboardDataScheduler/bin/Debug/dnx451/win7-x64/Domain.Socioboard.pdb differ diff --git a/src/SocioboardDataScheduler/bin/Debug/dnx451/win7-x64/Socioboard.Facebook.dll b/src/SocioboardDataScheduler/bin/Debug/dnx451/win7-x64/Socioboard.Facebook.dll index de8f5863c..4358ca2ac 100644 Binary files a/src/SocioboardDataScheduler/bin/Debug/dnx451/win7-x64/Socioboard.Facebook.dll and b/src/SocioboardDataScheduler/bin/Debug/dnx451/win7-x64/Socioboard.Facebook.dll differ diff --git a/src/SocioboardDataScheduler/bin/Debug/dnx451/win7-x64/Socioboard.Facebook.pdb b/src/SocioboardDataScheduler/bin/Debug/dnx451/win7-x64/Socioboard.Facebook.pdb index f8c261c75..55d2441a5 100644 Binary files a/src/SocioboardDataScheduler/bin/Debug/dnx451/win7-x64/Socioboard.Facebook.pdb and b/src/SocioboardDataScheduler/bin/Debug/dnx451/win7-x64/Socioboard.Facebook.pdb differ diff --git a/src/SocioboardDataScheduler/bin/Debug/dnx451/win7-x64/Socioboard.Instagram.dll b/src/SocioboardDataScheduler/bin/Debug/dnx451/win7-x64/Socioboard.Instagram.dll index b86924997..5ae29a02a 100644 Binary files a/src/SocioboardDataScheduler/bin/Debug/dnx451/win7-x64/Socioboard.Instagram.dll and b/src/SocioboardDataScheduler/bin/Debug/dnx451/win7-x64/Socioboard.Instagram.dll differ diff --git a/src/SocioboardDataScheduler/bin/Debug/dnx451/win7-x64/Socioboard.Instagram.pdb b/src/SocioboardDataScheduler/bin/Debug/dnx451/win7-x64/Socioboard.Instagram.pdb index 884311638..5e5936f8d 100644 Binary files a/src/SocioboardDataScheduler/bin/Debug/dnx451/win7-x64/Socioboard.Instagram.pdb and b/src/SocioboardDataScheduler/bin/Debug/dnx451/win7-x64/Socioboard.Instagram.pdb differ diff --git a/src/SocioboardDataScheduler/bin/Debug/dnx451/win7-x64/Socioboard.LinkedIn.dll b/src/SocioboardDataScheduler/bin/Debug/dnx451/win7-x64/Socioboard.LinkedIn.dll index c0599bc4a..9149e72f0 100644 Binary files a/src/SocioboardDataScheduler/bin/Debug/dnx451/win7-x64/Socioboard.LinkedIn.dll and b/src/SocioboardDataScheduler/bin/Debug/dnx451/win7-x64/Socioboard.LinkedIn.dll differ diff --git a/src/SocioboardDataScheduler/bin/Debug/dnx451/win7-x64/Socioboard.LinkedIn.pdb b/src/SocioboardDataScheduler/bin/Debug/dnx451/win7-x64/Socioboard.LinkedIn.pdb index ac63458b9..aa90f287e 100644 Binary files a/src/SocioboardDataScheduler/bin/Debug/dnx451/win7-x64/Socioboard.LinkedIn.pdb and b/src/SocioboardDataScheduler/bin/Debug/dnx451/win7-x64/Socioboard.LinkedIn.pdb differ diff --git a/src/SocioboardDataScheduler/bin/Debug/dnx451/win7-x64/Socioboard.Twitter.dll b/src/SocioboardDataScheduler/bin/Debug/dnx451/win7-x64/Socioboard.Twitter.dll index b5527667c..841d10a2e 100644 Binary files a/src/SocioboardDataScheduler/bin/Debug/dnx451/win7-x64/Socioboard.Twitter.dll and b/src/SocioboardDataScheduler/bin/Debug/dnx451/win7-x64/Socioboard.Twitter.dll differ diff --git a/src/SocioboardDataScheduler/bin/Debug/dnx451/win7-x64/Socioboard.Twitter.pdb b/src/SocioboardDataScheduler/bin/Debug/dnx451/win7-x64/Socioboard.Twitter.pdb index 4f8a1f592..33f873c06 100644 Binary files a/src/SocioboardDataScheduler/bin/Debug/dnx451/win7-x64/Socioboard.Twitter.pdb and b/src/SocioboardDataScheduler/bin/Debug/dnx451/win7-x64/Socioboard.Twitter.pdb differ diff --git a/src/SocioboardDataScheduler/bin/Debug/dnx451/win7-x64/SocioboardDataScheduler.exe b/src/SocioboardDataScheduler/bin/Debug/dnx451/win7-x64/SocioboardDataScheduler.exe index c3ff7fe0c..3ee21ed4e 100644 Binary files a/src/SocioboardDataScheduler/bin/Debug/dnx451/win7-x64/SocioboardDataScheduler.exe and b/src/SocioboardDataScheduler/bin/Debug/dnx451/win7-x64/SocioboardDataScheduler.exe differ diff --git a/src/SocioboardDataScheduler/bin/Debug/dnx451/win7-x64/SocioboardDataScheduler.pdb b/src/SocioboardDataScheduler/bin/Debug/dnx451/win7-x64/SocioboardDataScheduler.pdb index 98a520c17..4f896efdb 100644 Binary files a/src/SocioboardDataScheduler/bin/Debug/dnx451/win7-x64/SocioboardDataScheduler.pdb and b/src/SocioboardDataScheduler/bin/Debug/dnx451/win7-x64/SocioboardDataScheduler.pdb differ diff --git a/src/SocioboardDataScheduler/obj/Debug/dnx451/.IncrementalCache b/src/SocioboardDataScheduler/obj/Debug/dnx451/.IncrementalCache index 16e61ea4a..4f12da5fb 100644 --- a/src/SocioboardDataScheduler/obj/Debug/dnx451/.IncrementalCache +++ b/src/SocioboardDataScheduler/obj/Debug/dnx451/.IncrementalCache @@ -1 +1 @@ -{"inputs":["D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\SocioboardDataScheduler\\project.json","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\SocioboardDataScheduler\\project.lock.json","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\SocioboardDataScheduler\\Program.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\SocioboardDataScheduler\\ContentStudio\\ContentTrendDataScheduler.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\SocioboardDataScheduler\\Facebook\\FacebookDataScheduler.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\SocioboardDataScheduler\\Facebook\\FacebookScheduler.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\SocioboardDataScheduler\\Helper\\AppSettings.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\SocioboardDataScheduler\\Helper\\FBPostContentFeeds.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\SocioboardDataScheduler\\Helper\\MongoRepository.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\SocioboardDataScheduler\\Helper\\SessionFactory.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\SocioboardDataScheduler\\LinkedIn\\LinkedInCompanyPageScheduler.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\SocioboardDataScheduler\\LinkedIn\\LinkedInDataScheduler.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\SocioboardDataScheduler\\LinkedIn\\LinkedInScheduler.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\SocioboardDataScheduler\\Model\\DatabaseRepository.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\SocioboardDataScheduler\\Model\\MongoRepository.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\SocioboardDataScheduler\\Properties\\AssemblyInfo.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\SocioboardDataScheduler\\Shareathon\\FacebookShareFeeds.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\SocioboardDataScheduler\\Shareathon\\ShareathonDataSchedulars.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\SocioboardDataScheduler\\Twitter\\TwitterDatascheduler.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\SocioboardDataScheduler\\Twitter\\TwitterScheduler.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Domain.Socioboard\\bin\\Debug\\net451\\Domain.Socioboard.dll","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Facebook\\bin\\Debug\\net451\\Socioboard.Facebook.dll","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Twitter\\bin\\Debug\\net451\\Socioboard.Twitter.dll","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.LinkedIn\\bin\\Debug\\net451\\Socioboard.LinkedIn.dll","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Instagram\\bin\\Debug\\net451\\Socioboard.Instagram.dll"],"outputs":["D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\SocioboardDataScheduler\\bin\\Debug\\dnx451\\SocioboardDataScheduler.exe","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\SocioboardDataScheduler\\bin\\Debug\\dnx451\\SocioboardDataScheduler.pdb","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\SocioboardDataScheduler\\bin\\Debug\\dnx451\\win7-x64\\SocioboardDataScheduler.exe","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\SocioboardDataScheduler\\bin\\Debug\\dnx451\\win7-x64\\SocioboardDataScheduler.pdb","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\SocioboardDataScheduler\\bin\\Debug\\dnx451\\win7-x64\\SocioboardDataScheduler.exe.config"],"buildArguments":{"version-suffix":null}} \ No newline at end of file +{"inputs":["C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\SocioboardDataScheduler\\project.json","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\SocioboardDataScheduler\\project.lock.json","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\SocioboardDataScheduler\\Program.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\SocioboardDataScheduler\\ContentStudio\\ContentTrendDataScheduler.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\SocioboardDataScheduler\\Facebook\\FacebookDataScheduler.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\SocioboardDataScheduler\\Facebook\\FacebookScheduler.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\SocioboardDataScheduler\\Helper\\AppSettings.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\SocioboardDataScheduler\\Helper\\FBPostContentFeeds.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\SocioboardDataScheduler\\Helper\\MongoRepository.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\SocioboardDataScheduler\\Helper\\SessionFactory.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\SocioboardDataScheduler\\LinkedIn\\LinkedInCompanyPageScheduler.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\SocioboardDataScheduler\\LinkedIn\\LinkedInDataScheduler.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\SocioboardDataScheduler\\LinkedIn\\LinkedInScheduler.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\SocioboardDataScheduler\\Model\\DatabaseRepository.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\SocioboardDataScheduler\\Model\\MongoRepository.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\SocioboardDataScheduler\\Properties\\AssemblyInfo.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\SocioboardDataScheduler\\Shareathon\\FacebookShareFeeds.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\SocioboardDataScheduler\\Shareathon\\ShareathonDataSchedulars.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\SocioboardDataScheduler\\Twitter\\TwitterDatascheduler.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\SocioboardDataScheduler\\Twitter\\TwitterScheduler.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Domain.Socioboard\\bin\\Debug\\net451\\Domain.Socioboard.dll","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.Facebook\\bin\\Debug\\net451\\Socioboard.Facebook.dll","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.Twitter\\bin\\Debug\\net451\\Socioboard.Twitter.dll","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.LinkedIn\\bin\\Debug\\net451\\Socioboard.LinkedIn.dll","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.Instagram\\bin\\Debug\\net451\\Socioboard.Instagram.dll"],"outputs":["C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\SocioboardDataScheduler\\bin\\Debug\\dnx451\\SocioboardDataScheduler.exe","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\SocioboardDataScheduler\\bin\\Debug\\dnx451\\SocioboardDataScheduler.pdb","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\SocioboardDataScheduler\\bin\\Debug\\dnx451\\win7-x64\\SocioboardDataScheduler.exe","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\SocioboardDataScheduler\\bin\\Debug\\dnx451\\win7-x64\\SocioboardDataScheduler.pdb","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\SocioboardDataScheduler\\bin\\Debug\\dnx451\\win7-x64\\SocioboardDataScheduler.exe.config"],"buildArguments":{"version-suffix":null}} \ No newline at end of file diff --git a/src/SocioboardDataScheduler/obj/Debug/dnx451/dotnet-compile-csc.rsp b/src/SocioboardDataScheduler/obj/Debug/dnx451/dotnet-compile-csc.rsp index 2f8717e13..2aeda903d 100644 --- a/src/SocioboardDataScheduler/obj/Debug/dnx451/dotnet-compile-csc.rsp +++ b/src/SocioboardDataScheduler/obj/Debug/dnx451/dotnet-compile-csc.rsp @@ -8,8 +8,8 @@ -debug:full -nostdlib -nologo -"D:\socioboardgithub\Socioboard-Core-3.0\src\SocioboardDataScheduler\obj\Debug\dnx451\dotnet-compile.assemblyinfo.cs" --out:"D:\socioboardgithub\Socioboard-Core-3.0\src\SocioboardDataScheduler\bin\Debug\dnx451\SocioboardDataScheduler.exe" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\SocioboardDataScheduler\obj\Debug\dnx451\dotnet-compile.assemblyinfo.cs" +-out:"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\SocioboardDataScheduler\bin\Debug\dnx451\SocioboardDataScheduler.exe" -r:"C:\Users\GLB-008-PC\.nuget\packages\EntityFramework\6.0.0\lib\net45\EntityFramework.SqlServer.dll" -r:"C:\Users\GLB-008-PC\.nuget\packages\EntityFramework\6.0.0\lib\net45\EntityFramework.dll" -r:"C:\Users\GLB-008-PC\.nuget\packages\Facebook\7.0.10-beta\lib\net45\Facebook.dll" @@ -65,11 +65,11 @@ -r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Threading.Timer.dll" -r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Xml.ReaderWriter.dll" -r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Xml.XDocument.dll" --r:"D:\socioboardgithub\Socioboard-Core-3.0\src\Domain.Socioboard\bin\Debug\net451\Domain.Socioboard.dll" --r:"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Facebook\bin\Debug\net451\Socioboard.Facebook.dll" --r:"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Instagram\bin\Debug\net451\Socioboard.Instagram.dll" --r:"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.LinkedIn\bin\Debug\net451\Socioboard.LinkedIn.dll" --r:"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Twitter\bin\Debug\net451\Socioboard.Twitter.dll" +-r:"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Domain.Socioboard\bin\Debug\net451\Domain.Socioboard.dll" +-r:"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Facebook\bin\Debug\net451\Socioboard.Facebook.dll" +-r:"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Instagram\bin\Debug\net451\Socioboard.Instagram.dll" +-r:"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.LinkedIn\bin\Debug\net451\Socioboard.LinkedIn.dll" +-r:"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Twitter\bin\Debug\net451\Socioboard.Twitter.dll" -r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.Xml.dll" -r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\mscorlib.dll" -r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.dll" @@ -80,21 +80,21 @@ -r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.Security.dll" -r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.Xml.Linq.dll" -r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.Web.Extensions.dll" -"D:\socioboardgithub\Socioboard-Core-3.0\src\SocioboardDataScheduler\Program.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\SocioboardDataScheduler\ContentStudio\ContentTrendDataScheduler.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\SocioboardDataScheduler\Facebook\FacebookDataScheduler.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\SocioboardDataScheduler\Facebook\FacebookScheduler.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\SocioboardDataScheduler\Helper\AppSettings.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\SocioboardDataScheduler\Helper\FBPostContentFeeds.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\SocioboardDataScheduler\Helper\MongoRepository.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\SocioboardDataScheduler\Helper\SessionFactory.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\SocioboardDataScheduler\LinkedIn\LinkedInCompanyPageScheduler.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\SocioboardDataScheduler\LinkedIn\LinkedInDataScheduler.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\SocioboardDataScheduler\LinkedIn\LinkedInScheduler.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\SocioboardDataScheduler\Model\DatabaseRepository.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\SocioboardDataScheduler\Model\MongoRepository.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\SocioboardDataScheduler\Properties\AssemblyInfo.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\SocioboardDataScheduler\Shareathon\FacebookShareFeeds.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\SocioboardDataScheduler\Shareathon\ShareathonDataSchedulars.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\SocioboardDataScheduler\Twitter\TwitterDatascheduler.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\SocioboardDataScheduler\Twitter\TwitterScheduler.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\SocioboardDataScheduler\Program.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\SocioboardDataScheduler\ContentStudio\ContentTrendDataScheduler.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\SocioboardDataScheduler\Facebook\FacebookDataScheduler.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\SocioboardDataScheduler\Facebook\FacebookScheduler.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\SocioboardDataScheduler\Helper\AppSettings.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\SocioboardDataScheduler\Helper\FBPostContentFeeds.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\SocioboardDataScheduler\Helper\MongoRepository.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\SocioboardDataScheduler\Helper\SessionFactory.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\SocioboardDataScheduler\LinkedIn\LinkedInCompanyPageScheduler.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\SocioboardDataScheduler\LinkedIn\LinkedInDataScheduler.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\SocioboardDataScheduler\LinkedIn\LinkedInScheduler.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\SocioboardDataScheduler\Model\DatabaseRepository.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\SocioboardDataScheduler\Model\MongoRepository.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\SocioboardDataScheduler\Properties\AssemblyInfo.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\SocioboardDataScheduler\Shareathon\FacebookShareFeeds.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\SocioboardDataScheduler\Shareathon\ShareathonDataSchedulars.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\SocioboardDataScheduler\Twitter\TwitterDatascheduler.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\SocioboardDataScheduler\Twitter\TwitterScheduler.cs" diff --git a/src/SocioboardDataScheduler/obj/Debug/dnx451/dotnet-compile.rsp b/src/SocioboardDataScheduler/obj/Debug/dnx451/dotnet-compile.rsp index bd7f089dd..1313327de 100644 --- a/src/SocioboardDataScheduler/obj/Debug/dnx451/dotnet-compile.rsp +++ b/src/SocioboardDataScheduler/obj/Debug/dnx451/dotnet-compile.rsp @@ -1,5 +1,5 @@ ---temp-output:D:\socioboardgithub\Socioboard-Core-3.0\src\SocioboardDataScheduler\obj\Debug\dnx451\ ---out:D:\socioboardgithub\Socioboard-Core-3.0\src\SocioboardDataScheduler\bin\Debug\dnx451\SocioboardDataScheduler.exe +--temp-output:C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\SocioboardDataScheduler\obj\Debug\dnx451\ +--out:C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\SocioboardDataScheduler\bin\Debug\dnx451\SocioboardDataScheduler.exe --define:DEBUG --define:TRACE --define:DNX451 @@ -69,11 +69,11 @@ --reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Threading.Timer.dll --reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Xml.ReaderWriter.dll --reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Xml.XDocument.dll ---reference:D:\socioboardgithub\Socioboard-Core-3.0\src\Domain.Socioboard\bin\Debug\net451\Domain.Socioboard.dll ---reference:D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Facebook\bin\Debug\net451\Socioboard.Facebook.dll ---reference:D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Instagram\bin\Debug\net451\Socioboard.Instagram.dll ---reference:D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.LinkedIn\bin\Debug\net451\Socioboard.LinkedIn.dll ---reference:D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Twitter\bin\Debug\net451\Socioboard.Twitter.dll +--reference:C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Domain.Socioboard\bin\Debug\net451\Domain.Socioboard.dll +--reference:C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Facebook\bin\Debug\net451\Socioboard.Facebook.dll +--reference:C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Instagram\bin\Debug\net451\Socioboard.Instagram.dll +--reference:C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.LinkedIn\bin\Debug\net451\Socioboard.LinkedIn.dll +--reference:C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Twitter\bin\Debug\net451\Socioboard.Twitter.dll --reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.Xml.dll --reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\mscorlib.dll --reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.dll @@ -84,21 +84,21 @@ --reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.Security.dll --reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.Xml.Linq.dll --reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.Web.Extensions.dll -D:\socioboardgithub\Socioboard-Core-3.0\src\SocioboardDataScheduler\Program.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\SocioboardDataScheduler\ContentStudio\ContentTrendDataScheduler.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\SocioboardDataScheduler\Facebook\FacebookDataScheduler.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\SocioboardDataScheduler\Facebook\FacebookScheduler.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\SocioboardDataScheduler\Helper\AppSettings.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\SocioboardDataScheduler\Helper\FBPostContentFeeds.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\SocioboardDataScheduler\Helper\MongoRepository.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\SocioboardDataScheduler\Helper\SessionFactory.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\SocioboardDataScheduler\LinkedIn\LinkedInCompanyPageScheduler.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\SocioboardDataScheduler\LinkedIn\LinkedInDataScheduler.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\SocioboardDataScheduler\LinkedIn\LinkedInScheduler.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\SocioboardDataScheduler\Model\DatabaseRepository.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\SocioboardDataScheduler\Model\MongoRepository.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\SocioboardDataScheduler\Properties\AssemblyInfo.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\SocioboardDataScheduler\Shareathon\FacebookShareFeeds.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\SocioboardDataScheduler\Shareathon\ShareathonDataSchedulars.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\SocioboardDataScheduler\Twitter\TwitterDatascheduler.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\SocioboardDataScheduler\Twitter\TwitterScheduler.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\SocioboardDataScheduler\Program.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\SocioboardDataScheduler\ContentStudio\ContentTrendDataScheduler.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\SocioboardDataScheduler\Facebook\FacebookDataScheduler.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\SocioboardDataScheduler\Facebook\FacebookScheduler.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\SocioboardDataScheduler\Helper\AppSettings.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\SocioboardDataScheduler\Helper\FBPostContentFeeds.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\SocioboardDataScheduler\Helper\MongoRepository.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\SocioboardDataScheduler\Helper\SessionFactory.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\SocioboardDataScheduler\LinkedIn\LinkedInCompanyPageScheduler.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\SocioboardDataScheduler\LinkedIn\LinkedInDataScheduler.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\SocioboardDataScheduler\LinkedIn\LinkedInScheduler.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\SocioboardDataScheduler\Model\DatabaseRepository.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\SocioboardDataScheduler\Model\MongoRepository.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\SocioboardDataScheduler\Properties\AssemblyInfo.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\SocioboardDataScheduler\Shareathon\FacebookShareFeeds.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\SocioboardDataScheduler\Shareathon\ShareathonDataSchedulars.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\SocioboardDataScheduler\Twitter\TwitterDatascheduler.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\SocioboardDataScheduler\Twitter\TwitterScheduler.cs diff --git a/src/SocioboardDataServices/bin/Debug/dnx451/SocioboardDataServices.exe b/src/SocioboardDataServices/bin/Debug/dnx451/SocioboardDataServices.exe index ee808b3ba..38360212b 100644 Binary files a/src/SocioboardDataServices/bin/Debug/dnx451/SocioboardDataServices.exe and b/src/SocioboardDataServices/bin/Debug/dnx451/SocioboardDataServices.exe differ diff --git a/src/SocioboardDataServices/bin/Debug/dnx451/SocioboardDataServices.pdb b/src/SocioboardDataServices/bin/Debug/dnx451/SocioboardDataServices.pdb index 4d7331ae0..62a8d8d59 100644 Binary files a/src/SocioboardDataServices/bin/Debug/dnx451/SocioboardDataServices.pdb and b/src/SocioboardDataServices/bin/Debug/dnx451/SocioboardDataServices.pdb differ diff --git a/src/SocioboardDataServices/bin/Debug/dnx451/win7-x64/Domain.Socioboard.dll b/src/SocioboardDataServices/bin/Debug/dnx451/win7-x64/Domain.Socioboard.dll index 4f3d18ab1..e690c4ef3 100644 Binary files a/src/SocioboardDataServices/bin/Debug/dnx451/win7-x64/Domain.Socioboard.dll and b/src/SocioboardDataServices/bin/Debug/dnx451/win7-x64/Domain.Socioboard.dll differ diff --git a/src/SocioboardDataServices/bin/Debug/dnx451/win7-x64/Domain.Socioboard.pdb b/src/SocioboardDataServices/bin/Debug/dnx451/win7-x64/Domain.Socioboard.pdb index 46c46dff7..15e6b9025 100644 Binary files a/src/SocioboardDataServices/bin/Debug/dnx451/win7-x64/Domain.Socioboard.pdb and b/src/SocioboardDataServices/bin/Debug/dnx451/win7-x64/Domain.Socioboard.pdb differ diff --git a/src/SocioboardDataServices/bin/Debug/dnx451/win7-x64/Socioboard.Facebook.dll b/src/SocioboardDataServices/bin/Debug/dnx451/win7-x64/Socioboard.Facebook.dll index de8f5863c..4358ca2ac 100644 Binary files a/src/SocioboardDataServices/bin/Debug/dnx451/win7-x64/Socioboard.Facebook.dll and b/src/SocioboardDataServices/bin/Debug/dnx451/win7-x64/Socioboard.Facebook.dll differ diff --git a/src/SocioboardDataServices/bin/Debug/dnx451/win7-x64/Socioboard.Facebook.pdb b/src/SocioboardDataServices/bin/Debug/dnx451/win7-x64/Socioboard.Facebook.pdb index f8c261c75..55d2441a5 100644 Binary files a/src/SocioboardDataServices/bin/Debug/dnx451/win7-x64/Socioboard.Facebook.pdb and b/src/SocioboardDataServices/bin/Debug/dnx451/win7-x64/Socioboard.Facebook.pdb differ diff --git a/src/SocioboardDataServices/bin/Debug/dnx451/win7-x64/Socioboard.Google.dll b/src/SocioboardDataServices/bin/Debug/dnx451/win7-x64/Socioboard.Google.dll index 196045734..51c433a29 100644 Binary files a/src/SocioboardDataServices/bin/Debug/dnx451/win7-x64/Socioboard.Google.dll and b/src/SocioboardDataServices/bin/Debug/dnx451/win7-x64/Socioboard.Google.dll differ diff --git a/src/SocioboardDataServices/bin/Debug/dnx451/win7-x64/Socioboard.Google.pdb b/src/SocioboardDataServices/bin/Debug/dnx451/win7-x64/Socioboard.Google.pdb index 53f13ac66..6f32b0312 100644 Binary files a/src/SocioboardDataServices/bin/Debug/dnx451/win7-x64/Socioboard.Google.pdb and b/src/SocioboardDataServices/bin/Debug/dnx451/win7-x64/Socioboard.Google.pdb differ diff --git a/src/SocioboardDataServices/bin/Debug/dnx451/win7-x64/Socioboard.Instagram.dll b/src/SocioboardDataServices/bin/Debug/dnx451/win7-x64/Socioboard.Instagram.dll index b86924997..5ae29a02a 100644 Binary files a/src/SocioboardDataServices/bin/Debug/dnx451/win7-x64/Socioboard.Instagram.dll and b/src/SocioboardDataServices/bin/Debug/dnx451/win7-x64/Socioboard.Instagram.dll differ diff --git a/src/SocioboardDataServices/bin/Debug/dnx451/win7-x64/Socioboard.Instagram.pdb b/src/SocioboardDataServices/bin/Debug/dnx451/win7-x64/Socioboard.Instagram.pdb index 884311638..5e5936f8d 100644 Binary files a/src/SocioboardDataServices/bin/Debug/dnx451/win7-x64/Socioboard.Instagram.pdb and b/src/SocioboardDataServices/bin/Debug/dnx451/win7-x64/Socioboard.Instagram.pdb differ diff --git a/src/SocioboardDataServices/bin/Debug/dnx451/win7-x64/Socioboard.LinkedIn.dll b/src/SocioboardDataServices/bin/Debug/dnx451/win7-x64/Socioboard.LinkedIn.dll index c0599bc4a..9149e72f0 100644 Binary files a/src/SocioboardDataServices/bin/Debug/dnx451/win7-x64/Socioboard.LinkedIn.dll and b/src/SocioboardDataServices/bin/Debug/dnx451/win7-x64/Socioboard.LinkedIn.dll differ diff --git a/src/SocioboardDataServices/bin/Debug/dnx451/win7-x64/Socioboard.LinkedIn.pdb b/src/SocioboardDataServices/bin/Debug/dnx451/win7-x64/Socioboard.LinkedIn.pdb index ac63458b9..aa90f287e 100644 Binary files a/src/SocioboardDataServices/bin/Debug/dnx451/win7-x64/Socioboard.LinkedIn.pdb and b/src/SocioboardDataServices/bin/Debug/dnx451/win7-x64/Socioboard.LinkedIn.pdb differ diff --git a/src/SocioboardDataServices/bin/Debug/dnx451/win7-x64/Socioboard.Pinterest.dll b/src/SocioboardDataServices/bin/Debug/dnx451/win7-x64/Socioboard.Pinterest.dll index 9ffedafff..b01a8abcd 100644 Binary files a/src/SocioboardDataServices/bin/Debug/dnx451/win7-x64/Socioboard.Pinterest.dll and b/src/SocioboardDataServices/bin/Debug/dnx451/win7-x64/Socioboard.Pinterest.dll differ diff --git a/src/SocioboardDataServices/bin/Debug/dnx451/win7-x64/Socioboard.Pinterest.pdb b/src/SocioboardDataServices/bin/Debug/dnx451/win7-x64/Socioboard.Pinterest.pdb index 4555c4594..04c8dd8d8 100644 Binary files a/src/SocioboardDataServices/bin/Debug/dnx451/win7-x64/Socioboard.Pinterest.pdb and b/src/SocioboardDataServices/bin/Debug/dnx451/win7-x64/Socioboard.Pinterest.pdb differ diff --git a/src/SocioboardDataServices/bin/Debug/dnx451/win7-x64/Socioboard.Twitter.dll b/src/SocioboardDataServices/bin/Debug/dnx451/win7-x64/Socioboard.Twitter.dll index b5527667c..841d10a2e 100644 Binary files a/src/SocioboardDataServices/bin/Debug/dnx451/win7-x64/Socioboard.Twitter.dll and b/src/SocioboardDataServices/bin/Debug/dnx451/win7-x64/Socioboard.Twitter.dll differ diff --git a/src/SocioboardDataServices/bin/Debug/dnx451/win7-x64/Socioboard.Twitter.pdb b/src/SocioboardDataServices/bin/Debug/dnx451/win7-x64/Socioboard.Twitter.pdb index 4f8a1f592..33f873c06 100644 Binary files a/src/SocioboardDataServices/bin/Debug/dnx451/win7-x64/Socioboard.Twitter.pdb and b/src/SocioboardDataServices/bin/Debug/dnx451/win7-x64/Socioboard.Twitter.pdb differ diff --git a/src/SocioboardDataServices/bin/Debug/dnx451/win7-x64/SocioboardDataServices.exe b/src/SocioboardDataServices/bin/Debug/dnx451/win7-x64/SocioboardDataServices.exe index ee808b3ba..38360212b 100644 Binary files a/src/SocioboardDataServices/bin/Debug/dnx451/win7-x64/SocioboardDataServices.exe and b/src/SocioboardDataServices/bin/Debug/dnx451/win7-x64/SocioboardDataServices.exe differ diff --git a/src/SocioboardDataServices/bin/Debug/dnx451/win7-x64/SocioboardDataServices.pdb b/src/SocioboardDataServices/bin/Debug/dnx451/win7-x64/SocioboardDataServices.pdb index 4d7331ae0..62a8d8d59 100644 Binary files a/src/SocioboardDataServices/bin/Debug/dnx451/win7-x64/SocioboardDataServices.pdb and b/src/SocioboardDataServices/bin/Debug/dnx451/win7-x64/SocioboardDataServices.pdb differ diff --git a/src/SocioboardDataServices/obj/Debug/dnx451/.IncrementalCache b/src/SocioboardDataServices/obj/Debug/dnx451/.IncrementalCache index c0a9d1e20..64566a57d 100644 --- a/src/SocioboardDataServices/obj/Debug/dnx451/.IncrementalCache +++ b/src/SocioboardDataServices/obj/Debug/dnx451/.IncrementalCache @@ -1 +1 @@ -{"inputs":["D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\SocioboardDataServices\\project.json","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\SocioboardDataServices\\project.lock.json","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\SocioboardDataServices\\Program.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\SocioboardDataServices\\AdsOffers\\AdsOfferDataService.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\SocioboardDataServices\\Facebook\\FacebookPageFeed.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\SocioboardDataServices\\Facebook\\FbDataServices.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\SocioboardDataServices\\Facebook\\FbFeeds.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\SocioboardDataServices\\Gplus\\GooglePlusDataService.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\SocioboardDataServices\\Gplus\\GooglePlusFeed.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\SocioboardDataServices\\Helper\\AppSettings.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\SocioboardDataServices\\Helper\\Cache.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\SocioboardDataServices\\Helper\\DatabaseRepository.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\SocioboardDataServices\\Helper\\SessionFactory.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\SocioboardDataServices\\Instagram\\InstagramDataServices.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\SocioboardDataServices\\Instagram\\InstagramFeeds.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\SocioboardDataServices\\LinkedIn\\LinkedInCompanyPageDataServices.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\SocioboardDataServices\\LinkedIn\\LinkedPageFeed.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\SocioboardDataServices\\Model\\DatabaseRepository.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\SocioboardDataServices\\Model\\MongoRepository.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\SocioboardDataServices\\Pinterest\\PinterestDataService.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\SocioboardDataServices\\Pinterest\\Pinterestfeeds.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\SocioboardDataServices\\Properties\\AssemblyInfo.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\SocioboardDataServices\\Reports\\GroupReports.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\SocioboardDataServices\\Reports\\InstagramReports.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\SocioboardDataServices\\Reports\\TwitterReports.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\SocioboardDataServices\\Reports\\YoutubeAnalytics.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\SocioboardDataServices\\Reports\\YoutubeVideosList.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\SocioboardDataServices\\Reports\\FacebookReports\\FacebookPageReports.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\SocioboardDataServices\\Reports\\FacebookReports\\FacebookPublicPageReport.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\SocioboardDataServices\\Reports\\GoogleAnalyticsReports\\GoogleAnalyticsReport.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\SocioboardDataServices\\Twitter\\TwtDataService.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\SocioboardDataServices\\Twitter\\TwtFeeds.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\SocioboardDataServices\\TwitterTrimme\\DeleteTwtFeedsdata.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\SocioboardDataServices\\Youtube\\YtCommentsReply.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\SocioboardDataServices\\Youtube\\YtDataServices.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\SocioboardDataServices\\Youtube\\YtFeeds.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Domain.Socioboard\\bin\\Debug\\net451\\Domain.Socioboard.dll","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Facebook\\bin\\Debug\\net451\\Socioboard.Facebook.dll","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Twitter\\bin\\Debug\\net451\\Socioboard.Twitter.dll","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.LinkedIn\\bin\\Debug\\net451\\Socioboard.LinkedIn.dll","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Instagram\\bin\\Debug\\net451\\Socioboard.Instagram.dll","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Google\\bin\\Debug\\net451\\Socioboard.Google.dll","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Pinterest\\bin\\Debug\\net451\\Socioboard.Pinterest.dll"],"outputs":["D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\SocioboardDataServices\\bin\\Debug\\dnx451\\SocioboardDataServices.exe","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\SocioboardDataServices\\bin\\Debug\\dnx451\\SocioboardDataServices.pdb","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\SocioboardDataServices\\bin\\Debug\\dnx451\\win7-x64\\SocioboardDataServices.exe","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\SocioboardDataServices\\bin\\Debug\\dnx451\\win7-x64\\SocioboardDataServices.pdb","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\SocioboardDataServices\\bin\\Debug\\dnx451\\win7-x64\\SocioboardDataServices.exe.config"],"buildArguments":{"version-suffix":null}} \ No newline at end of file +{"inputs":["C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\SocioboardDataServices\\project.json","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\SocioboardDataServices\\project.lock.json","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\SocioboardDataServices\\Program.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\SocioboardDataServices\\AdsOffers\\AdsOfferDataService.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\SocioboardDataServices\\Facebook\\FacebookPageFeed.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\SocioboardDataServices\\Facebook\\FbDataServices.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\SocioboardDataServices\\Facebook\\FbFeeds.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\SocioboardDataServices\\Gplus\\GooglePlusDataService.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\SocioboardDataServices\\Gplus\\GooglePlusFeed.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\SocioboardDataServices\\Helper\\AppSettings.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\SocioboardDataServices\\Helper\\Cache.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\SocioboardDataServices\\Helper\\DatabaseRepository.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\SocioboardDataServices\\Helper\\SessionFactory.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\SocioboardDataServices\\Instagram\\InstagramDataServices.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\SocioboardDataServices\\Instagram\\InstagramFeeds.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\SocioboardDataServices\\LinkedIn\\LinkedInCompanyPageDataServices.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\SocioboardDataServices\\LinkedIn\\LinkedPageFeed.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\SocioboardDataServices\\Model\\DatabaseRepository.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\SocioboardDataServices\\Model\\MongoRepository.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\SocioboardDataServices\\Pinterest\\PinterestDataService.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\SocioboardDataServices\\Pinterest\\Pinterestfeeds.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\SocioboardDataServices\\Properties\\AssemblyInfo.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\SocioboardDataServices\\Reports\\GroupReports.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\SocioboardDataServices\\Reports\\InstagramReports.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\SocioboardDataServices\\Reports\\TwitterReports.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\SocioboardDataServices\\Reports\\YoutubeAnalytics.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\SocioboardDataServices\\Reports\\YoutubeVideosList.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\SocioboardDataServices\\Reports\\FacebookReports\\FacebookPageReports.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\SocioboardDataServices\\Reports\\FacebookReports\\FacebookPublicPageReport.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\SocioboardDataServices\\Reports\\GoogleAnalyticsReports\\GoogleAnalyticsReport.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\SocioboardDataServices\\Twitter\\TwtDataService.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\SocioboardDataServices\\Twitter\\TwtFeeds.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\SocioboardDataServices\\TwitterTrimme\\DeleteTwtFeedsdata.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\SocioboardDataServices\\Youtube\\YtCommentsReply.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\SocioboardDataServices\\Youtube\\YtDataServices.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\SocioboardDataServices\\Youtube\\YtFeeds.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Domain.Socioboard\\bin\\Debug\\net451\\Domain.Socioboard.dll","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.Facebook\\bin\\Debug\\net451\\Socioboard.Facebook.dll","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.Twitter\\bin\\Debug\\net451\\Socioboard.Twitter.dll","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.LinkedIn\\bin\\Debug\\net451\\Socioboard.LinkedIn.dll","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.Instagram\\bin\\Debug\\net451\\Socioboard.Instagram.dll","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.Google\\bin\\Debug\\net451\\Socioboard.Google.dll","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.Pinterest\\bin\\Debug\\net451\\Socioboard.Pinterest.dll"],"outputs":["C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\SocioboardDataServices\\bin\\Debug\\dnx451\\SocioboardDataServices.exe","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\SocioboardDataServices\\bin\\Debug\\dnx451\\SocioboardDataServices.pdb","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\SocioboardDataServices\\bin\\Debug\\dnx451\\win7-x64\\SocioboardDataServices.exe","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\SocioboardDataServices\\bin\\Debug\\dnx451\\win7-x64\\SocioboardDataServices.pdb","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\SocioboardDataServices\\bin\\Debug\\dnx451\\win7-x64\\SocioboardDataServices.exe.config"],"buildArguments":{"version-suffix":null}} \ No newline at end of file diff --git a/src/SocioboardDataServices/obj/Debug/dnx451/dotnet-compile-csc.rsp b/src/SocioboardDataServices/obj/Debug/dnx451/dotnet-compile-csc.rsp index ba5985f96..a1b5e11d0 100644 --- a/src/SocioboardDataServices/obj/Debug/dnx451/dotnet-compile-csc.rsp +++ b/src/SocioboardDataServices/obj/Debug/dnx451/dotnet-compile-csc.rsp @@ -8,8 +8,8 @@ -debug:full -nostdlib -nologo -"D:\socioboardgithub\Socioboard-Core-3.0\src\SocioboardDataServices\obj\Debug\dnx451\dotnet-compile.assemblyinfo.cs" --out:"D:\socioboardgithub\Socioboard-Core-3.0\src\SocioboardDataServices\bin\Debug\dnx451\SocioboardDataServices.exe" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\SocioboardDataServices\obj\Debug\dnx451\dotnet-compile.assemblyinfo.cs" +-out:"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\SocioboardDataServices\bin\Debug\dnx451\SocioboardDataServices.exe" -r:"C:\Users\GLB-008-PC\.nuget\packages\EntityFramework\6.0.0\lib\net45\EntityFramework.SqlServer.dll" -r:"C:\Users\GLB-008-PC\.nuget\packages\EntityFramework\6.0.0\lib\net45\EntityFramework.dll" -r:"C:\Users\GLB-008-PC\.nuget\packages\Facebook\7.0.10-beta\lib\net45\Facebook.dll" @@ -56,13 +56,13 @@ -r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Threading.Timer.dll" -r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Xml.ReaderWriter.dll" -r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Xml.XDocument.dll" --r:"D:\socioboardgithub\Socioboard-Core-3.0\src\Domain.Socioboard\bin\Debug\net451\Domain.Socioboard.dll" --r:"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Facebook\bin\Debug\net451\Socioboard.Facebook.dll" --r:"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Google\bin\Debug\net451\Socioboard.Google.dll" --r:"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Instagram\bin\Debug\net451\Socioboard.Instagram.dll" --r:"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.LinkedIn\bin\Debug\net451\Socioboard.LinkedIn.dll" --r:"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Pinterest\bin\Debug\net451\Socioboard.Pinterest.dll" --r:"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Twitter\bin\Debug\net451\Socioboard.Twitter.dll" +-r:"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Domain.Socioboard\bin\Debug\net451\Domain.Socioboard.dll" +-r:"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Facebook\bin\Debug\net451\Socioboard.Facebook.dll" +-r:"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Google\bin\Debug\net451\Socioboard.Google.dll" +-r:"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Instagram\bin\Debug\net451\Socioboard.Instagram.dll" +-r:"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.LinkedIn\bin\Debug\net451\Socioboard.LinkedIn.dll" +-r:"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Pinterest\bin\Debug\net451\Socioboard.Pinterest.dll" +-r:"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Twitter\bin\Debug\net451\Socioboard.Twitter.dll" -r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.Xml.dll" -r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\mscorlib.dll" -r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.dll" @@ -74,37 +74,37 @@ -r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.Data.dll" -r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.Xml.Linq.dll" -r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.Web.Extensions.dll" -"D:\socioboardgithub\Socioboard-Core-3.0\src\SocioboardDataServices\Program.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\SocioboardDataServices\AdsOffers\AdsOfferDataService.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\SocioboardDataServices\Facebook\FacebookPageFeed.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\SocioboardDataServices\Facebook\FbDataServices.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\SocioboardDataServices\Facebook\FbFeeds.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\SocioboardDataServices\Gplus\GooglePlusDataService.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\SocioboardDataServices\Gplus\GooglePlusFeed.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\SocioboardDataServices\Helper\AppSettings.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\SocioboardDataServices\Helper\Cache.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\SocioboardDataServices\Helper\DatabaseRepository.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\SocioboardDataServices\Helper\SessionFactory.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\SocioboardDataServices\Instagram\InstagramDataServices.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\SocioboardDataServices\Instagram\InstagramFeeds.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\SocioboardDataServices\LinkedIn\LinkedInCompanyPageDataServices.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\SocioboardDataServices\LinkedIn\LinkedPageFeed.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\SocioboardDataServices\Model\DatabaseRepository.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\SocioboardDataServices\Model\MongoRepository.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\SocioboardDataServices\Pinterest\PinterestDataService.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\SocioboardDataServices\Pinterest\Pinterestfeeds.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\SocioboardDataServices\Properties\AssemblyInfo.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\SocioboardDataServices\Reports\GroupReports.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\SocioboardDataServices\Reports\InstagramReports.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\SocioboardDataServices\Reports\TwitterReports.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\SocioboardDataServices\Reports\YoutubeAnalytics.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\SocioboardDataServices\Reports\YoutubeVideosList.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\SocioboardDataServices\Reports\FacebookReports\FacebookPageReports.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\SocioboardDataServices\Reports\FacebookReports\FacebookPublicPageReport.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\SocioboardDataServices\Reports\GoogleAnalyticsReports\GoogleAnalyticsReport.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\SocioboardDataServices\Twitter\TwtDataService.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\SocioboardDataServices\Twitter\TwtFeeds.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\SocioboardDataServices\TwitterTrimme\DeleteTwtFeedsdata.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\SocioboardDataServices\Youtube\YtCommentsReply.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\SocioboardDataServices\Youtube\YtDataServices.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\SocioboardDataServices\Youtube\YtFeeds.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\SocioboardDataServices\Program.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\SocioboardDataServices\AdsOffers\AdsOfferDataService.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\SocioboardDataServices\Facebook\FacebookPageFeed.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\SocioboardDataServices\Facebook\FbDataServices.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\SocioboardDataServices\Facebook\FbFeeds.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\SocioboardDataServices\Gplus\GooglePlusDataService.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\SocioboardDataServices\Gplus\GooglePlusFeed.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\SocioboardDataServices\Helper\AppSettings.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\SocioboardDataServices\Helper\Cache.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\SocioboardDataServices\Helper\DatabaseRepository.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\SocioboardDataServices\Helper\SessionFactory.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\SocioboardDataServices\Instagram\InstagramDataServices.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\SocioboardDataServices\Instagram\InstagramFeeds.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\SocioboardDataServices\LinkedIn\LinkedInCompanyPageDataServices.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\SocioboardDataServices\LinkedIn\LinkedPageFeed.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\SocioboardDataServices\Model\DatabaseRepository.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\SocioboardDataServices\Model\MongoRepository.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\SocioboardDataServices\Pinterest\PinterestDataService.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\SocioboardDataServices\Pinterest\Pinterestfeeds.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\SocioboardDataServices\Properties\AssemblyInfo.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\SocioboardDataServices\Reports\GroupReports.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\SocioboardDataServices\Reports\InstagramReports.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\SocioboardDataServices\Reports\TwitterReports.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\SocioboardDataServices\Reports\YoutubeAnalytics.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\SocioboardDataServices\Reports\YoutubeVideosList.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\SocioboardDataServices\Reports\FacebookReports\FacebookPageReports.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\SocioboardDataServices\Reports\FacebookReports\FacebookPublicPageReport.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\SocioboardDataServices\Reports\GoogleAnalyticsReports\GoogleAnalyticsReport.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\SocioboardDataServices\Twitter\TwtDataService.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\SocioboardDataServices\Twitter\TwtFeeds.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\SocioboardDataServices\TwitterTrimme\DeleteTwtFeedsdata.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\SocioboardDataServices\Youtube\YtCommentsReply.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\SocioboardDataServices\Youtube\YtDataServices.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\SocioboardDataServices\Youtube\YtFeeds.cs" diff --git a/src/SocioboardDataServices/obj/Debug/dnx451/dotnet-compile.rsp b/src/SocioboardDataServices/obj/Debug/dnx451/dotnet-compile.rsp index 62b66fbf6..a06d6aef9 100644 --- a/src/SocioboardDataServices/obj/Debug/dnx451/dotnet-compile.rsp +++ b/src/SocioboardDataServices/obj/Debug/dnx451/dotnet-compile.rsp @@ -1,5 +1,5 @@ ---temp-output:D:\socioboardgithub\Socioboard-Core-3.0\src\SocioboardDataServices\obj\Debug\dnx451\ ---out:D:\socioboardgithub\Socioboard-Core-3.0\src\SocioboardDataServices\bin\Debug\dnx451\SocioboardDataServices.exe +--temp-output:C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\SocioboardDataServices\obj\Debug\dnx451\ +--out:C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\SocioboardDataServices\bin\Debug\dnx451\SocioboardDataServices.exe --define:DEBUG --define:TRACE --define:DNX451 @@ -60,13 +60,13 @@ --reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Threading.Timer.dll --reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Xml.ReaderWriter.dll --reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Xml.XDocument.dll ---reference:D:\socioboardgithub\Socioboard-Core-3.0\src\Domain.Socioboard\bin\Debug\net451\Domain.Socioboard.dll ---reference:D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Facebook\bin\Debug\net451\Socioboard.Facebook.dll ---reference:D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Google\bin\Debug\net451\Socioboard.Google.dll ---reference:D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Instagram\bin\Debug\net451\Socioboard.Instagram.dll ---reference:D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.LinkedIn\bin\Debug\net451\Socioboard.LinkedIn.dll ---reference:D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Pinterest\bin\Debug\net451\Socioboard.Pinterest.dll ---reference:D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Twitter\bin\Debug\net451\Socioboard.Twitter.dll +--reference:C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Domain.Socioboard\bin\Debug\net451\Domain.Socioboard.dll +--reference:C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Facebook\bin\Debug\net451\Socioboard.Facebook.dll +--reference:C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Google\bin\Debug\net451\Socioboard.Google.dll +--reference:C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Instagram\bin\Debug\net451\Socioboard.Instagram.dll +--reference:C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.LinkedIn\bin\Debug\net451\Socioboard.LinkedIn.dll +--reference:C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Pinterest\bin\Debug\net451\Socioboard.Pinterest.dll +--reference:C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Twitter\bin\Debug\net451\Socioboard.Twitter.dll --reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.Xml.dll --reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\mscorlib.dll --reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.dll @@ -78,37 +78,37 @@ --reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.Data.dll --reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.Xml.Linq.dll --reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.Web.Extensions.dll -D:\socioboardgithub\Socioboard-Core-3.0\src\SocioboardDataServices\Program.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\SocioboardDataServices\AdsOffers\AdsOfferDataService.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\SocioboardDataServices\Facebook\FacebookPageFeed.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\SocioboardDataServices\Facebook\FbDataServices.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\SocioboardDataServices\Facebook\FbFeeds.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\SocioboardDataServices\Gplus\GooglePlusDataService.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\SocioboardDataServices\Gplus\GooglePlusFeed.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\SocioboardDataServices\Helper\AppSettings.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\SocioboardDataServices\Helper\Cache.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\SocioboardDataServices\Helper\DatabaseRepository.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\SocioboardDataServices\Helper\SessionFactory.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\SocioboardDataServices\Instagram\InstagramDataServices.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\SocioboardDataServices\Instagram\InstagramFeeds.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\SocioboardDataServices\LinkedIn\LinkedInCompanyPageDataServices.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\SocioboardDataServices\LinkedIn\LinkedPageFeed.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\SocioboardDataServices\Model\DatabaseRepository.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\SocioboardDataServices\Model\MongoRepository.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\SocioboardDataServices\Pinterest\PinterestDataService.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\SocioboardDataServices\Pinterest\Pinterestfeeds.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\SocioboardDataServices\Properties\AssemblyInfo.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\SocioboardDataServices\Reports\GroupReports.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\SocioboardDataServices\Reports\InstagramReports.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\SocioboardDataServices\Reports\TwitterReports.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\SocioboardDataServices\Reports\YoutubeAnalytics.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\SocioboardDataServices\Reports\YoutubeVideosList.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\SocioboardDataServices\Reports\FacebookReports\FacebookPageReports.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\SocioboardDataServices\Reports\FacebookReports\FacebookPublicPageReport.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\SocioboardDataServices\Reports\GoogleAnalyticsReports\GoogleAnalyticsReport.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\SocioboardDataServices\Twitter\TwtDataService.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\SocioboardDataServices\Twitter\TwtFeeds.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\SocioboardDataServices\TwitterTrimme\DeleteTwtFeedsdata.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\SocioboardDataServices\Youtube\YtCommentsReply.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\SocioboardDataServices\Youtube\YtDataServices.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\SocioboardDataServices\Youtube\YtFeeds.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\SocioboardDataServices\Program.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\SocioboardDataServices\AdsOffers\AdsOfferDataService.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\SocioboardDataServices\Facebook\FacebookPageFeed.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\SocioboardDataServices\Facebook\FbDataServices.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\SocioboardDataServices\Facebook\FbFeeds.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\SocioboardDataServices\Gplus\GooglePlusDataService.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\SocioboardDataServices\Gplus\GooglePlusFeed.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\SocioboardDataServices\Helper\AppSettings.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\SocioboardDataServices\Helper\Cache.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\SocioboardDataServices\Helper\DatabaseRepository.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\SocioboardDataServices\Helper\SessionFactory.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\SocioboardDataServices\Instagram\InstagramDataServices.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\SocioboardDataServices\Instagram\InstagramFeeds.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\SocioboardDataServices\LinkedIn\LinkedInCompanyPageDataServices.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\SocioboardDataServices\LinkedIn\LinkedPageFeed.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\SocioboardDataServices\Model\DatabaseRepository.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\SocioboardDataServices\Model\MongoRepository.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\SocioboardDataServices\Pinterest\PinterestDataService.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\SocioboardDataServices\Pinterest\Pinterestfeeds.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\SocioboardDataServices\Properties\AssemblyInfo.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\SocioboardDataServices\Reports\GroupReports.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\SocioboardDataServices\Reports\InstagramReports.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\SocioboardDataServices\Reports\TwitterReports.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\SocioboardDataServices\Reports\YoutubeAnalytics.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\SocioboardDataServices\Reports\YoutubeVideosList.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\SocioboardDataServices\Reports\FacebookReports\FacebookPageReports.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\SocioboardDataServices\Reports\FacebookReports\FacebookPublicPageReport.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\SocioboardDataServices\Reports\GoogleAnalyticsReports\GoogleAnalyticsReport.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\SocioboardDataServices\Twitter\TwtDataService.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\SocioboardDataServices\Twitter\TwtFeeds.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\SocioboardDataServices\TwitterTrimme\DeleteTwtFeedsdata.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\SocioboardDataServices\Youtube\YtCommentsReply.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\SocioboardDataServices\Youtube\YtDataServices.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\SocioboardDataServices\Youtube\YtFeeds.cs diff --git a/src/SociobordRssDataServices/bin/Debug/dnx451/SociobordRssDataServices.exe b/src/SociobordRssDataServices/bin/Debug/dnx451/SociobordRssDataServices.exe index c4f5d1209..7a077d8a4 100644 Binary files a/src/SociobordRssDataServices/bin/Debug/dnx451/SociobordRssDataServices.exe and b/src/SociobordRssDataServices/bin/Debug/dnx451/SociobordRssDataServices.exe differ diff --git a/src/SociobordRssDataServices/bin/Debug/dnx451/SociobordRssDataServices.pdb b/src/SociobordRssDataServices/bin/Debug/dnx451/SociobordRssDataServices.pdb index 80b35139d..fca1d463c 100644 Binary files a/src/SociobordRssDataServices/bin/Debug/dnx451/SociobordRssDataServices.pdb and b/src/SociobordRssDataServices/bin/Debug/dnx451/SociobordRssDataServices.pdb differ diff --git a/src/SociobordRssDataServices/bin/Debug/dnx451/win7-x64/Domain.Socioboard.dll b/src/SociobordRssDataServices/bin/Debug/dnx451/win7-x64/Domain.Socioboard.dll index 4f3d18ab1..e690c4ef3 100644 Binary files a/src/SociobordRssDataServices/bin/Debug/dnx451/win7-x64/Domain.Socioboard.dll and b/src/SociobordRssDataServices/bin/Debug/dnx451/win7-x64/Domain.Socioboard.dll differ diff --git a/src/SociobordRssDataServices/bin/Debug/dnx451/win7-x64/Domain.Socioboard.pdb b/src/SociobordRssDataServices/bin/Debug/dnx451/win7-x64/Domain.Socioboard.pdb index 46c46dff7..15e6b9025 100644 Binary files a/src/SociobordRssDataServices/bin/Debug/dnx451/win7-x64/Domain.Socioboard.pdb and b/src/SociobordRssDataServices/bin/Debug/dnx451/win7-x64/Domain.Socioboard.pdb differ diff --git a/src/SociobordRssDataServices/bin/Debug/dnx451/win7-x64/Socioboard.Facebook.dll b/src/SociobordRssDataServices/bin/Debug/dnx451/win7-x64/Socioboard.Facebook.dll index de8f5863c..4358ca2ac 100644 Binary files a/src/SociobordRssDataServices/bin/Debug/dnx451/win7-x64/Socioboard.Facebook.dll and b/src/SociobordRssDataServices/bin/Debug/dnx451/win7-x64/Socioboard.Facebook.dll differ diff --git a/src/SociobordRssDataServices/bin/Debug/dnx451/win7-x64/Socioboard.Facebook.pdb b/src/SociobordRssDataServices/bin/Debug/dnx451/win7-x64/Socioboard.Facebook.pdb index f8c261c75..55d2441a5 100644 Binary files a/src/SociobordRssDataServices/bin/Debug/dnx451/win7-x64/Socioboard.Facebook.pdb and b/src/SociobordRssDataServices/bin/Debug/dnx451/win7-x64/Socioboard.Facebook.pdb differ diff --git a/src/SociobordRssDataServices/bin/Debug/dnx451/win7-x64/Socioboard.Google.dll b/src/SociobordRssDataServices/bin/Debug/dnx451/win7-x64/Socioboard.Google.dll index 196045734..51c433a29 100644 Binary files a/src/SociobordRssDataServices/bin/Debug/dnx451/win7-x64/Socioboard.Google.dll and b/src/SociobordRssDataServices/bin/Debug/dnx451/win7-x64/Socioboard.Google.dll differ diff --git a/src/SociobordRssDataServices/bin/Debug/dnx451/win7-x64/Socioboard.Google.pdb b/src/SociobordRssDataServices/bin/Debug/dnx451/win7-x64/Socioboard.Google.pdb index 53f13ac66..6f32b0312 100644 Binary files a/src/SociobordRssDataServices/bin/Debug/dnx451/win7-x64/Socioboard.Google.pdb and b/src/SociobordRssDataServices/bin/Debug/dnx451/win7-x64/Socioboard.Google.pdb differ diff --git a/src/SociobordRssDataServices/bin/Debug/dnx451/win7-x64/Socioboard.Instagram.dll b/src/SociobordRssDataServices/bin/Debug/dnx451/win7-x64/Socioboard.Instagram.dll index b86924997..5ae29a02a 100644 Binary files a/src/SociobordRssDataServices/bin/Debug/dnx451/win7-x64/Socioboard.Instagram.dll and b/src/SociobordRssDataServices/bin/Debug/dnx451/win7-x64/Socioboard.Instagram.dll differ diff --git a/src/SociobordRssDataServices/bin/Debug/dnx451/win7-x64/Socioboard.Instagram.pdb b/src/SociobordRssDataServices/bin/Debug/dnx451/win7-x64/Socioboard.Instagram.pdb index 884311638..5e5936f8d 100644 Binary files a/src/SociobordRssDataServices/bin/Debug/dnx451/win7-x64/Socioboard.Instagram.pdb and b/src/SociobordRssDataServices/bin/Debug/dnx451/win7-x64/Socioboard.Instagram.pdb differ diff --git a/src/SociobordRssDataServices/bin/Debug/dnx451/win7-x64/Socioboard.LinkedIn.dll b/src/SociobordRssDataServices/bin/Debug/dnx451/win7-x64/Socioboard.LinkedIn.dll index c0599bc4a..9149e72f0 100644 Binary files a/src/SociobordRssDataServices/bin/Debug/dnx451/win7-x64/Socioboard.LinkedIn.dll and b/src/SociobordRssDataServices/bin/Debug/dnx451/win7-x64/Socioboard.LinkedIn.dll differ diff --git a/src/SociobordRssDataServices/bin/Debug/dnx451/win7-x64/Socioboard.LinkedIn.pdb b/src/SociobordRssDataServices/bin/Debug/dnx451/win7-x64/Socioboard.LinkedIn.pdb index ac63458b9..aa90f287e 100644 Binary files a/src/SociobordRssDataServices/bin/Debug/dnx451/win7-x64/Socioboard.LinkedIn.pdb and b/src/SociobordRssDataServices/bin/Debug/dnx451/win7-x64/Socioboard.LinkedIn.pdb differ diff --git a/src/SociobordRssDataServices/bin/Debug/dnx451/win7-x64/Socioboard.Twitter.dll b/src/SociobordRssDataServices/bin/Debug/dnx451/win7-x64/Socioboard.Twitter.dll index b5527667c..841d10a2e 100644 Binary files a/src/SociobordRssDataServices/bin/Debug/dnx451/win7-x64/Socioboard.Twitter.dll and b/src/SociobordRssDataServices/bin/Debug/dnx451/win7-x64/Socioboard.Twitter.dll differ diff --git a/src/SociobordRssDataServices/bin/Debug/dnx451/win7-x64/Socioboard.Twitter.pdb b/src/SociobordRssDataServices/bin/Debug/dnx451/win7-x64/Socioboard.Twitter.pdb index 4f8a1f592..33f873c06 100644 Binary files a/src/SociobordRssDataServices/bin/Debug/dnx451/win7-x64/Socioboard.Twitter.pdb and b/src/SociobordRssDataServices/bin/Debug/dnx451/win7-x64/Socioboard.Twitter.pdb differ diff --git a/src/SociobordRssDataServices/bin/Debug/dnx451/win7-x64/SociobordRssDataServices.exe b/src/SociobordRssDataServices/bin/Debug/dnx451/win7-x64/SociobordRssDataServices.exe index c4f5d1209..7a077d8a4 100644 Binary files a/src/SociobordRssDataServices/bin/Debug/dnx451/win7-x64/SociobordRssDataServices.exe and b/src/SociobordRssDataServices/bin/Debug/dnx451/win7-x64/SociobordRssDataServices.exe differ diff --git a/src/SociobordRssDataServices/bin/Debug/dnx451/win7-x64/SociobordRssDataServices.pdb b/src/SociobordRssDataServices/bin/Debug/dnx451/win7-x64/SociobordRssDataServices.pdb index 80b35139d..fca1d463c 100644 Binary files a/src/SociobordRssDataServices/bin/Debug/dnx451/win7-x64/SociobordRssDataServices.pdb and b/src/SociobordRssDataServices/bin/Debug/dnx451/win7-x64/SociobordRssDataServices.pdb differ diff --git a/src/SociobordRssDataServices/obj/Debug/dnx451/.IncrementalCache b/src/SociobordRssDataServices/obj/Debug/dnx451/.IncrementalCache index 5732d62ea..73882c239 100644 --- a/src/SociobordRssDataServices/obj/Debug/dnx451/.IncrementalCache +++ b/src/SociobordRssDataServices/obj/Debug/dnx451/.IncrementalCache @@ -1 +1 @@ -{"inputs":["D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\SociobordRssDataServices\\project.json","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\SociobordRssDataServices\\project.lock.json","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\SociobordRssDataServices\\Program.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\SociobordRssDataServices\\Helper\\AppSettings.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\SociobordRssDataServices\\Helper\\SessionFactory.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\SociobordRssDataServices\\Model\\DatabaseRepository.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\SociobordRssDataServices\\Model\\MongoRepository.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\SociobordRssDataServices\\Properties\\AssemblyInfo.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\SociobordRssDataServices\\Rss\\RssDateServices.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\SociobordRssDataServices\\Rss\\RssFeed.cs","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Facebook\\bin\\Debug\\net451\\Socioboard.Facebook.dll","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Twitter\\bin\\Debug\\net451\\Socioboard.Twitter.dll","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.LinkedIn\\bin\\Debug\\net451\\Socioboard.LinkedIn.dll","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Instagram\\bin\\Debug\\net451\\Socioboard.Instagram.dll","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Domain.Socioboard\\bin\\Debug\\net451\\Domain.Socioboard.dll","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\Socioboard.Google\\bin\\Debug\\net451\\Socioboard.Google.dll"],"outputs":["D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\SociobordRssDataServices\\bin\\Debug\\dnx451\\SociobordRssDataServices.exe","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\SociobordRssDataServices\\bin\\Debug\\dnx451\\SociobordRssDataServices.pdb","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\SociobordRssDataServices\\bin\\Debug\\dnx451\\win7-x64\\SociobordRssDataServices.exe","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\SociobordRssDataServices\\bin\\Debug\\dnx451\\win7-x64\\SociobordRssDataServices.pdb","D:\\socioboardgithub\\Socioboard-Core-3.0\\src\\SociobordRssDataServices\\bin\\Debug\\dnx451\\win7-x64\\SociobordRssDataServices.exe.config"],"buildArguments":{"version-suffix":null}} \ No newline at end of file +{"inputs":["C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\SociobordRssDataServices\\project.json","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\SociobordRssDataServices\\project.lock.json","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\SociobordRssDataServices\\Program.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\SociobordRssDataServices\\Helper\\AppSettings.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\SociobordRssDataServices\\Helper\\SessionFactory.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\SociobordRssDataServices\\Model\\DatabaseRepository.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\SociobordRssDataServices\\Model\\MongoRepository.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\SociobordRssDataServices\\Properties\\AssemblyInfo.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\SociobordRssDataServices\\Rss\\RssDateServices.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\SociobordRssDataServices\\Rss\\RssFeed.cs","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.Facebook\\bin\\Debug\\net451\\Socioboard.Facebook.dll","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.Twitter\\bin\\Debug\\net451\\Socioboard.Twitter.dll","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.LinkedIn\\bin\\Debug\\net451\\Socioboard.LinkedIn.dll","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.Instagram\\bin\\Debug\\net451\\Socioboard.Instagram.dll","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Domain.Socioboard\\bin\\Debug\\net451\\Domain.Socioboard.dll","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\Socioboard.Google\\bin\\Debug\\net451\\Socioboard.Google.dll"],"outputs":["C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\SociobordRssDataServices\\bin\\Debug\\dnx451\\SociobordRssDataServices.exe","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\SociobordRssDataServices\\bin\\Debug\\dnx451\\SociobordRssDataServices.pdb","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\SociobordRssDataServices\\bin\\Debug\\dnx451\\win7-x64\\SociobordRssDataServices.exe","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\SociobordRssDataServices\\bin\\Debug\\dnx451\\win7-x64\\SociobordRssDataServices.pdb","C:\\Users\\GLB-008-PC\\Documents\\GitHub\\Socioboard-Core-3.0\\src\\SociobordRssDataServices\\bin\\Debug\\dnx451\\win7-x64\\SociobordRssDataServices.exe.config"],"buildArguments":{"version-suffix":null}} \ No newline at end of file diff --git a/src/SociobordRssDataServices/obj/Debug/dnx451/dotnet-compile-csc.rsp b/src/SociobordRssDataServices/obj/Debug/dnx451/dotnet-compile-csc.rsp index 837401f5d..f57baa917 100644 --- a/src/SociobordRssDataServices/obj/Debug/dnx451/dotnet-compile-csc.rsp +++ b/src/SociobordRssDataServices/obj/Debug/dnx451/dotnet-compile-csc.rsp @@ -8,8 +8,8 @@ -debug:full -nostdlib -nologo -"D:\socioboardgithub\Socioboard-Core-3.0\src\SociobordRssDataServices\obj\Debug\dnx451\dotnet-compile.assemblyinfo.cs" --out:"D:\socioboardgithub\Socioboard-Core-3.0\src\SociobordRssDataServices\bin\Debug\dnx451\SociobordRssDataServices.exe" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\SociobordRssDataServices\obj\Debug\dnx451\dotnet-compile.assemblyinfo.cs" +-out:"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\SociobordRssDataServices\bin\Debug\dnx451\SociobordRssDataServices.exe" -r:"C:\Users\GLB-008-PC\.nuget\packages\EntityFramework\6.0.0\lib\net45\EntityFramework.SqlServer.dll" -r:"C:\Users\GLB-008-PC\.nuget\packages\EntityFramework\6.0.0\lib\net45\EntityFramework.dll" -r:"C:\Users\GLB-008-PC\.nuget\packages\Facebook\7.0.10-beta\lib\net45\Facebook.dll" @@ -65,12 +65,12 @@ -r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Threading.Timer.dll" -r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Xml.ReaderWriter.dll" -r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Xml.XDocument.dll" --r:"D:\socioboardgithub\Socioboard-Core-3.0\src\Domain.Socioboard\bin\Debug\net451\Domain.Socioboard.dll" --r:"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Facebook\bin\Debug\net451\Socioboard.Facebook.dll" --r:"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Google\bin\Debug\net451\Socioboard.Google.dll" --r:"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Instagram\bin\Debug\net451\Socioboard.Instagram.dll" --r:"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.LinkedIn\bin\Debug\net451\Socioboard.LinkedIn.dll" --r:"D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Twitter\bin\Debug\net451\Socioboard.Twitter.dll" +-r:"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Domain.Socioboard\bin\Debug\net451\Domain.Socioboard.dll" +-r:"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Facebook\bin\Debug\net451\Socioboard.Facebook.dll" +-r:"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Google\bin\Debug\net451\Socioboard.Google.dll" +-r:"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Instagram\bin\Debug\net451\Socioboard.Instagram.dll" +-r:"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.LinkedIn\bin\Debug\net451\Socioboard.LinkedIn.dll" +-r:"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Twitter\bin\Debug\net451\Socioboard.Twitter.dll" -r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.Xml.dll" -r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\mscorlib.dll" -r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.dll" @@ -82,11 +82,11 @@ -r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.Data.dll" -r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.Xml.Linq.dll" -r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.Web.Extensions.dll" -"D:\socioboardgithub\Socioboard-Core-3.0\src\SociobordRssDataServices\Program.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\SociobordRssDataServices\Helper\AppSettings.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\SociobordRssDataServices\Helper\SessionFactory.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\SociobordRssDataServices\Model\DatabaseRepository.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\SociobordRssDataServices\Model\MongoRepository.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\SociobordRssDataServices\Properties\AssemblyInfo.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\SociobordRssDataServices\Rss\RssDateServices.cs" -"D:\socioboardgithub\Socioboard-Core-3.0\src\SociobordRssDataServices\Rss\RssFeed.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\SociobordRssDataServices\Program.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\SociobordRssDataServices\Helper\AppSettings.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\SociobordRssDataServices\Helper\SessionFactory.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\SociobordRssDataServices\Model\DatabaseRepository.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\SociobordRssDataServices\Model\MongoRepository.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\SociobordRssDataServices\Properties\AssemblyInfo.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\SociobordRssDataServices\Rss\RssDateServices.cs" +"C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\SociobordRssDataServices\Rss\RssFeed.cs" diff --git a/src/SociobordRssDataServices/obj/Debug/dnx451/dotnet-compile.rsp b/src/SociobordRssDataServices/obj/Debug/dnx451/dotnet-compile.rsp index 0a66db2b2..05930f928 100644 --- a/src/SociobordRssDataServices/obj/Debug/dnx451/dotnet-compile.rsp +++ b/src/SociobordRssDataServices/obj/Debug/dnx451/dotnet-compile.rsp @@ -1,5 +1,5 @@ ---temp-output:D:\socioboardgithub\Socioboard-Core-3.0\src\SociobordRssDataServices\obj\Debug\dnx451\ ---out:D:\socioboardgithub\Socioboard-Core-3.0\src\SociobordRssDataServices\bin\Debug\dnx451\SociobordRssDataServices.exe +--temp-output:C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\SociobordRssDataServices\obj\Debug\dnx451\ +--out:C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\SociobordRssDataServices\bin\Debug\dnx451\SociobordRssDataServices.exe --define:DEBUG --define:TRACE --define:DNX451 @@ -69,12 +69,12 @@ --reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Threading.Timer.dll --reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Xml.ReaderWriter.dll --reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\System.Xml.XDocument.dll ---reference:D:\socioboardgithub\Socioboard-Core-3.0\src\Domain.Socioboard\bin\Debug\net451\Domain.Socioboard.dll ---reference:D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Facebook\bin\Debug\net451\Socioboard.Facebook.dll ---reference:D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Google\bin\Debug\net451\Socioboard.Google.dll ---reference:D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Instagram\bin\Debug\net451\Socioboard.Instagram.dll ---reference:D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.LinkedIn\bin\Debug\net451\Socioboard.LinkedIn.dll ---reference:D:\socioboardgithub\Socioboard-Core-3.0\src\Socioboard.Twitter\bin\Debug\net451\Socioboard.Twitter.dll +--reference:C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Domain.Socioboard\bin\Debug\net451\Domain.Socioboard.dll +--reference:C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Facebook\bin\Debug\net451\Socioboard.Facebook.dll +--reference:C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Google\bin\Debug\net451\Socioboard.Google.dll +--reference:C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Instagram\bin\Debug\net451\Socioboard.Instagram.dll +--reference:C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.LinkedIn\bin\Debug\net451\Socioboard.LinkedIn.dll +--reference:C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\Socioboard.Twitter\bin\Debug\net451\Socioboard.Twitter.dll --reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.Xml.dll --reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\mscorlib.dll --reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.dll @@ -86,11 +86,11 @@ --reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.Data.dll --reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.Xml.Linq.dll --reference:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.Web.Extensions.dll -D:\socioboardgithub\Socioboard-Core-3.0\src\SociobordRssDataServices\Program.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\SociobordRssDataServices\Helper\AppSettings.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\SociobordRssDataServices\Helper\SessionFactory.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\SociobordRssDataServices\Model\DatabaseRepository.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\SociobordRssDataServices\Model\MongoRepository.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\SociobordRssDataServices\Properties\AssemblyInfo.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\SociobordRssDataServices\Rss\RssDateServices.cs -D:\socioboardgithub\Socioboard-Core-3.0\src\SociobordRssDataServices\Rss\RssFeed.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\SociobordRssDataServices\Program.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\SociobordRssDataServices\Helper\AppSettings.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\SociobordRssDataServices\Helper\SessionFactory.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\SociobordRssDataServices\Model\DatabaseRepository.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\SociobordRssDataServices\Model\MongoRepository.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\SociobordRssDataServices\Properties\AssemblyInfo.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\SociobordRssDataServices\Rss\RssDateServices.cs +C:\Users\GLB-008-PC\Documents\GitHub\Socioboard-Core-3.0\src\SociobordRssDataServices\Rss\RssFeed.cs