Skip to content

Walkthrough 2 Issue #13

@luismr00

Description

@luismr00

The following section for Task 1 (part 3) is outdated:

<ItemGroup>
	<PackageReference Include="Azure.Messaging.ServiceBus" Version="7.15.0" />
	<PackageReference Include="CsvHelper" Version="30.0.1" />
	<PackageReference Include="Microsoft.Azure.CognitiveServices.Vision.ComputerVision" Version="7.0.1" />
	<PackageReference Include="Microsoft.Azure.Cosmos" Version="3.35.1" />
	<PackageReference Include="Microsoft.Azure.Functions.Extensions" Version="1.1.0" />
	<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.EventGrid" Version="3.3.0" />
	<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.Storage" Version="5.1.3" />
	<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="6.0.1" />
	<PackageReference Include="Microsoft.NET.Sdk.Functions" Version="4.2.0" />
	<PackageReference Include="Polly" Version="7.2.4" />
</ItemGroup>

Some of these packages have either changed their names or received version updates. It is recommended to use the NuGet Package Manager to install the latest and correct packages, rather than hardcoding these dependencies. Copy-pasting the above dependencies may lead to errors over time as versions and dependencies evolve.

Example:

To install the EventGrid package:

  • Open NuGet Package Manager.
  • Search for EventGrid.
  • Install the package.

Providing clear guidance on the correct NuGet packages will help prevent errors during Task 4 when setting up a pipeline in GitHub Actions.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions