You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
thanks @pinzart - please don't update these package.config files manually - use visual studio manage nuget packages for the .sln so that all project references and the config files are updated together.
"C:\projects\dynamo\src\Dynamo.All.sln" (default target) (1) ->
2298"C:\projects\dynamo\src\DynamoCore\DynamoCore.csproj.metaproj" (default target) (2) ->
2299"C:\projects\dynamo\src\DynamoCore\DynamoCore.csproj" (default target) (4) ->
2300(CoreCompile target) ->
2301 Extensions\StartupParams.cs(5,7): error CS0246: The type or namespace name 'Greg' could not be found (are you missing a using directive or an assembly reference?) [C:\projects\dynamo\src\DynamoCore\DynamoCore.csproj]
2302 Core\AuthenticationManager.cs(3,7): error CS0246: The type or namespace name 'Greg' could not be found (are you missing a using directive or an assembly reference?) [C:\projects\dynamo\src\DynamoCore\DynamoCore.csproj]
2303 Core\AuthenticationManager.cs(4,7): error CS0246: The type or namespace name 'Greg' could not be found (are you missing a using directive or an assembly reference?) [C:\projects\dynamo\src\DynamoCore\DynamoCore.csproj]
2304 Models\DynamoModel.cs(39,7): error CS0246: The type or namespace name 'Greg' could not be found (are you missing a using directive or an assembly reference?) [C:\projects\dynamo\src\DynamoCore\DynamoCore.csproj]
2305 Core\AuthenticationManager.cs(19,29): error CS0246: The type or namespace name 'LoginState' could not be found (are you missing a using directive or an assembly reference?) [C:\projects\dynamo\src\DynamoCore\DynamoCore.csproj]
2306 Core\AuthenticationManager.cs(32,18): error CS0246: The type or namespace name 'LoginState' could not be found (are you missing a using directive or an assembly reference?) [C:\projects\dynamo\src\DynamoCore\DynamoCore.csproj]
2307 Core\AuthenticationManager.cs(48,16): error CS0246: The type or namespace name 'IAuthProvider' could not be found (are you missing a using directive or an assembly reference?) [C:\projects\dynamo\src\DynamoCore\DynamoCore.csproj]
2308 Core\AuthenticationManager.cs(105,42): error CS0246: The type or namespace name 'LoginState' could not be found (are you missing a using directive or an assembly reference?) [C:\projects\dynamo\src\DynamoCore\DynamoCore.csproj]
2309 Core\AuthenticationManager.cs(14,26): error CS0246: The type or namespace name 'IAuthProvider' could not be found (are you missing a using directive or an assembly reference?) [C:\projects\dynamo\src\DynamoCore\DynamoCore.csproj]
2310 Core\AuthenticationManager.cs(57,38): error CS0246: The type or namespace name 'IAuthProvider' could not be found (are you missing a using directive or an assembly reference?) [C:\projects\dynamo\src\DynamoCore\DynamoCore.csproj]
2311 Extensions\StartupParams.cs(18,16): error CS0246: The type or namespace name 'IAuthProvider' could not be found (are you missing a using directive or an assembly reference?) [C:\projects\dynamo\src\DynamoCore\DynamoCore.csproj]
2312 Extensions\StartupParams.cs(19,26): error CS0246: The type or namespace name 'IAuthProvider' could not be found (are you missing a using directive or an assembly reference?) [C:\projects\dynamo\src\DynamoCore\DynamoCore.csproj]
2313 Extensions\StartupParams.cs(60,30): error CS0246: The type or namespace name 'IAuthProvider' could not be found (are you missing a using directive or an assembly reference?) [C:\projects\dynamo\src\DynamoCore\DynamoCore.csproj]
2314 Models\DynamoModel.cs(494,13): error CS0246: The type or namespace name 'IAuthProvider' could not be found (are you missing a using directive or an assembly reference?) [C:\projects\dynamo\src\DynamoCore\DynamoCore.csproj]
2315 Models\DynamoModel.cs(519,20): error CS0246: The type or namespace name 'IAuthProvider' could not be found (are you missing a using directive or an assembly reference?) [C:\projects\dynamo\src\DynamoCore\DynamoCore.csproj]
2316
2317 299 Warning(s)
2318 15 Error(s)
2319
2320Time Elapsed 00:00:17.16
2321
A lot of packages were not properly updated...
I guess I should have cleaned up the existing packages before trying to update to the new Greg.
All seems good now
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose
includes fixes for increasing timeout to enable large package uploads.
Declarations
Check these if you believe they are true