Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Greg #10095

Merged
merged 4 commits into from
Nov 1, 2019
Merged

Update Greg #10095

merged 4 commits into from
Nov 1, 2019

Conversation

pinzart
Copy link
Contributor

@pinzart pinzart commented Oct 29, 2019

Purpose

includes fixes for increasing timeout to enable large package uploads.

Declarations

Check these if you believe they are true

@pinzart
Copy link
Contributor Author

pinzart commented Oct 29, 2019

Oh..there are a lot more projects with Greg dependencies...will update them as well...

@mjkkirschner
Copy link
Member

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.

@mjkkirschner
Copy link
Member

mjkkirschner commented Oct 29, 2019

@mjkkirschner
Copy link
Member

mjkkirschner commented Oct 30, 2019

@pinzart all the build checks are failing with:

"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

does this actually build locally?

@mjkkirschner
Copy link
Member

perhaps something has gone wrong with the uploaded nuget?

@pinzart
Copy link
Contributor Author

pinzart commented Oct 31, 2019

Builds fine locally...I'll take a look at it

@pinzart
Copy link
Contributor Author

pinzart commented Oct 31, 2019

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

@pinzart pinzart merged commit 8782b3f into master Nov 1, 2019
@pinzart pinzart deleted the pinzart-patch-1 branch April 17, 2020 15:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants