confluentinc / learn-apache-kafka-for-dotnet-developers-exercises

1 stars 9 forks source link

Unable to compile the code #8

Closed abhishekdeo closed 1 year ago

abhishekdeo commented 1 year ago

Severity Code Description Project File Line Suppression State Error CS1729 'ClientGatewayController' does not contain a constructor that takes 2 arguments ClientGatewayTests C:\Users\adeo\Source\Repos\learn-apache-kafka-for-dotnet-developers-exercises\staging\06-producing-messages\ClientGatewayTests\Controllers\ClientGatewayControllerTests.cs 20 Active Error CS1061 'ClientGatewayController' does not contain a definition for 'RecordMeasurements' and no accessible extension method 'RecordMeasurements' accepting a first argument of type 'ClientGatewayController' could be found (are you missing a using directive or an assembly reference?) ClientGatewayTests C:\Users\adeo\Source\Repos\learn-apache-kafka-for-dotnet-developers-exercises\staging\06-producing-messages\ClientGatewayTests\Controllers\ClientGatewayControllerTests.cs 38 Active Error CS1061 'ClientGatewayController' does not contain a definition for 'RecordMeasurements' and no accessible extension method 'RecordMeasurements' accepting a first argument of type 'ClientGatewayController' could be found (are you missing a using directive or an assembly reference?) ClientGatewayTests C:\Users\adeo\Source\Repos\learn-apache-kafka-for-dotnet-developers-exercises\staging\06-producing-messages\ClientGatewayTests\Controllers\ClientGatewayControllerTests.cs 62 Active

abhishekdeo commented 1 year ago

Resolved...Didn't realize that test project expects all the exercises to be completed.