Cynthia MacLeod

Results 77 comments of Cynthia MacLeod

Could this be caused by creating entries in the Resource items group, by Including them from another group. This means the ItemDefinition that defines `false` does not apply (it copies...

@ajcvickers Does this mean that the existing SqlClient provider will be shipped as a separate NuGet package (as a dependency?) and allow you to use it or the new MS.D.SC...

@dmmusil @ajcvickers The [Microsoft.Data.SqlClient](https://www.nuget.org/packages/Microsoft.Data.SqlClient/) package seems to support net46, netcore2.1 and netstandard2.0 so I imagine the EF6 provider could target net46 & netstandard2.1 which would match both the sqlclient provider...

@ErikEJ I thought net461 was the earliest that supported netstandard20? [Announcing .NET Standard 2.0](https://devblogs.microsoft.com/dotnet/announcing-net-standard-2-0/) Also MDSC has a net46 target (according to its dependencies on [NuGet - Microsoft.Data.SqlClient](https://www.nuget.org/packages/Microsoft.Data.SqlClient/) Regardless -...

@ahdung Perhaps have a look at https://github.com/rr-wfm/MSBuild.Sdk.SqlProj/ ? I think that covers other features of sqlproj, but perhaps it could be used as a jumping off point, or be expanded...

@ahdung It was featured in a YouTube [video ](https://www.youtube.com/watch?v=lmHU1zD2mvA) posted on the dotNET channel, so I think it has, at least, been acknowledged, if not officially adopted by Microsoft. It...

On IoT you can add a backgroundtask which is very much like an NT Service. I have this for one of my projects. [https://developer.microsoft.com/en-us/windows/iot/docs/backgroundapplications](https://developer.microsoft.com/en-us/windows/iot/docs/backgroundapplications) Pretty sure this could be leveraged...

@jahanzeb07 Sorry - I'm not that used to markdown so inserted the link incorrectly.

Not really recommended, but if you are trying to port something already written with OWIN to net6.0, you may get the following to work. As @Tratcher says though, the Katana...