* Source link PDBs for supporting debugging package directly
* Enable CI only for build packages via build.proj
* attempt to ix sourceroot error
* Improve
Contributors:
@JRahnama @v-kaywon @cheenamalhotra
Changes with this PR:
- Adds common XML doc snippets to be extracted for XML documentation
- Adds Samples to repository included in documentation
- Updated both NetFx and NetCore drivers with documentation includes.
- GitIgnore update to exclude `nuget.exe`
- build.proj now defaults to `BuildAllConfigurations` target. Addresses #197
- Added include tags in 'ref' classes for Visual Studio Intellisense support.
Additional Changes in this PR:
- `Microsoft.Data.SqlTypes.SqlFileStream` added in NetFx.
- Existing tests run against the newly added SqlFileStream class.
As of now, this PR brings documentation over from System.Data.SqlClient.
Work to be continued to enhance missing docs in future PRs.