-
Notifications
You must be signed in to change notification settings - Fork 114
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
Conversation
Learn Build status updates of commit c924844: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
Learn Build status updates of commit aadc385: ✅ Validation status: passed
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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
> .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. |
Learn Build status updates of commit 09b03a7: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
Learn Build status updates of commit 7197fe5: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
Learn Build status updates of commit e4630d6: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
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.