-
Notifications
You must be signed in to change notification settings - Fork 17
.NET Framework and Core Sample Bug Fixes #12
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
base: master
Are you sure you want to change the base?
Conversation
…cconf missing error.
…f and config.ncconf missing error.
…des updated PowerShell script.
…o fix .ncconf missing files.
…ache-Samples into net-framework-core
…amework and Core.
…se samples are already present in DataStructures samples.
…ache-Samples into net-framework-core
…ache-Samples into net-framework-core
…e" to "demoCache".
…ache-Samples into net-framework-core
…ache-Samples into net-framework-core
| <None Update="client.ncconf"> | ||
| <CopyToOutputDirectory>Always</CopyToOutputDirectory> | ||
| </None> | ||
| <None Update="config.ncconf"> | ||
| <CopyToOutputDirectory>Always</CopyToOutputDirectory> | ||
| </None> |
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.
Why these references are removed?
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.
Because if we install the SDK in a Solution containing multiple projects, the config files are only copied to one project and thus only that project has the references in its csproj file.
| <None Include="tls.ncconf"> | ||
| <CopyToOutputDirectory>Always</CopyToOutputDirectory> | ||
| </None> |
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.
why client.ncconf and config.ncconf are present here?
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.
Because these config files are required by the SDK and their reference is added upon installation of SDK package.
|
|
||
| <ItemGroup> | ||
| <PackageReference Include="Alachisoft.NCache.EFCore" Version="5.0.2.*" /> | ||
| <PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="2.2.1" /> |
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.
why removed this refernece
No description provided.