dotnet / docs

This repository contains .NET Documentation.
https://learn.microsoft.com/dotnet
Creative Commons Attribution 4.0 International
4.27k stars 5.9k forks source link

Sample Data Source cannot be located #42599

Closed shaazanaam closed 1 month ago

shaazanaam commented 1 month ago

Type of issue

Missing information

Description

[Enter feedback here] Cannot find the sample data set for the type STUDENT/ TEACHER/ DEPARTMENT Here is the Link to the page https://learn.microsoft.com/en-us/dotnet/csharp/linq/standard-query-operators/join-operations.

Eventhough the page does mention the following verbage right above the code snippet where the type definition is presented "The following examples in this article use the common data sources for this area:"

https://learn.microsoft.com/en-us/dotnet/csharp/linq/standard-query-operators/join-operations

Page URL

https://learn.microsoft.com/en-us/dotnet/csharp/linq/standard-query-operators/join-operations

Content source URL

https://github.com/dotnet/docs/blob/main/docs/csharp/linq/standard-query-operators/join-operations.md

Document Version Independent Id

95b5cc6b-9612-6380-5dd4-b2efaac40732

Article author

@BillWagner

Metadata

BillWagner commented 1 month ago

The best fix here is to add an include file in this folder that points to the overview article. It shows the declaration of the data source classes. Then, include that snippet in every article.

In addition, the overview article should have a link to the source repo as well.

BartoszKlonowski commented 1 month ago

@BillWagner I will handle that!