semantic-kernel icon indicating copy to clipboard operation
semantic-kernel copied to clipboard

Fixing DocumentationFile links, cleaning up csproj files

Open shawncal opened this issue 1 year ago • 0 comments

Description

  • The DocumentationFile paths were raising warnings because they were being set before the AssemblyName variable that they rely on.
  • The 'RepoRoot' variable can be set in the common Directory.Build.props file, and then need not be set in all the csproj files individually
  • Setting RootNamespace and PackageName to equal the AssemblyName, except in certain cases

shawncal avatar Apr 20 '23 04:04 shawncal