microsoft / botbuilder-dotnet

Welcome to the Bot Framework SDK for .NET repository, which is the home for the libraries and packages that enable developers to build sophisticated bot applications using .NET.
https://github.com/Microsoft/botframework
MIT License
872 stars 482 forks source link

BotBuilder CI packages don't work with ASPNet Projects #880

Closed RamjotSingh closed 6 years ago

RamjotSingh commented 6 years ago

I noticed that the CI packages which are published daily don't work with ASPNet. The packages can be installed but the dll references are missing from the projects.

This however does not repro on packages created on machine.

drub0y commented 6 years ago

That's strange. 🤔 ASP.NET WebAPI or ASP.NET Core? I actually just did a File->New Project ASP.NET Core empty web app, added the nightlies and have no problem. Any chance you can zip up a repro and throw it somewhere I can grab it to see what's going on? Otherwise I'll have to ask you a bunch of other questions about the project's settings, so that could save us both some time.

tomlm commented 6 years ago

There was a break in our build scripts which weren't building one of the libraries, Can you try again?

RamjotSingh commented 6 years ago

The libraries were there. ASPNET project was not adding them though. I was forced to add them manually. NetCore works fine.

drub0y commented 6 years ago

Ah you mean for a .NET full framework project? What version of FF is your ASP.NET project? 4.7.2??

cleemullins commented 6 years ago

@RamjotSingh I beleive this is resolved, and the projects are all building. WE have samples being build using both WebAPI and ASP.Net Core 2, all based off the daily build feed. If anything here is still broken, please re-open this.