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 OCS getting started guide for VS 2022 #327

Merged
merged 5 commits into from
Sep 12, 2024

Conversation

habbes
Copy link
Contributor

@habbes habbes commented Sep 3, 2024

Updated the OData Connected Service guide to feature VS 2022 support and also mention that fact that you may need to manually install older versions of OData core libraries if targeting .NET Framework or older versions of .NET.

Also update OData CLI getting started guide. Added documentation for missing command options.

Copy link
Contributor

Learn Build status updates of commit c924844:

✅ Validation status: passed

File Status Preview URL Details
Odata-docs/assets/2024-09-03-ocs-vs22-extension.png ✅Succeeded View
Odata-docs/connectedservice/getting-started.md ✅Succeeded View

For more details, please refer to the build report.

For any questions, please:

Copy link
Contributor

Learn Build status updates of commit aadc385:

✅ Validation status: passed

File Status Preview URL Details
Odata-docs/assets/2024-09-03-ocs-vs22-extension.png ✅Succeeded View
Odata-docs/connectedservice/getting-started.md ✅Succeeded View
Odata-docs/odatacli/getting-started.md ✅Succeeded View

For more details, please refer to the build report.

For any questions, please:

Open Visual Studio 2022 and create a new C# .NET project and call the project `ODataClientExample`.

> [!NOTE]
> .NET Framework is also support, but you would have to manually install Microsoft.OData.Client 7.x, Microsoft.OData.Core 7.x, Microsoft.OData.Edm 7.x, Microsoft.Spatial 7.x since the latest version of OData core libraries do no support .NET Framework.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
> .NET Framework is also support, but you would have to manually install Microsoft.OData.Client 7.x, Microsoft.OData.Core 7.x, Microsoft.OData.Edm 7.x, Microsoft.Spatial 7.x since the latest version of OData core libraries do no support .NET Framework.
> .NET Framework is also supported, but you would have to manually install Microsoft.OData.Client 7.x, Microsoft.OData.Core 7.x, Microsoft.OData.Edm 7.x, Microsoft.Spatial 7.x since the latest version of OData core libraries do no support .NET Framework.

@habbes habbes requested a review from gathogojr September 3, 2024 07:33
Copy link
Contributor

Learn Build status updates of commit 09b03a7:

✅ Validation status: passed

File Status Preview URL Details
Odata-docs/assets/2024-09-03-ocs-vs22-extension.png ✅Succeeded View
Odata-docs/connectedservice/getting-started.md ✅Succeeded View
Odata-docs/odatacli/getting-started.md ✅Succeeded View

For more details, please refer to the build report.

For any questions, please:

Copy link
Contributor

Learn Build status updates of commit 7197fe5:

✅ Validation status: passed

File Status Preview URL Details
Odata-docs/assets/2024-09-03-ocs-vs22-extension.png ✅Succeeded View
Odata-docs/connectedservice/getting-started.md ✅Succeeded View
Odata-docs/odatacli/getting-started.md ✅Succeeded View

For more details, please refer to the build report.

For any questions, please:

Copy link
Contributor

Learn Build status updates of commit e4630d6:

✅ Validation status: passed

File Status Preview URL Details
Odata-docs/assets/2024-09-03-ocs-vs22-extension.png ✅Succeeded View
Odata-docs/connectedservice/getting-started.md ✅Succeeded View
Odata-docs/odatacli/getting-started.md ✅Succeeded View

For more details, please refer to the build report.

For any questions, please:

@gathogojr gathogojr merged commit 2f0f947 into MicrosoftDocs:main Sep 12, 2024
2 checks passed
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