question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Remove dependency on Owin.dll and merge in IAppBuilder

See original GitHub issue

Hi Chris,

Good to see this project moved to github 😃

As we know Owin.dll had its controversy… As a major release allows breaking changes, I suggest merging in IAppBuilder into Microsoft.Owin.dll. The namespace Owin. could be retained within the lib to minimise changes to libraries that depend on Microsoft.Owin.

Cheers

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:19 (10 by maintainers)

github_iconTop GitHub Comments

5reactions
damianhcommented, Mar 31, 2017

The irony is that the owin community at the time opposed owin.dll for this precise reason.

Now there will not likely be a netstandard version of owin.dll thus freezing the entire chain of code that depends on it.

Sad.

1reaction
davidfowlcommented, Apr 12, 2018

But we’re not going to support Katana on netstandard, we just don’t have the man power to support it.

Read more comments on GitHub >

github_iconTop Results From Across the Web

UserManager dependency injection with Owin and Simple ...
Looking at your code: Startup.cs app.UseWebApi(httpConfig);. DependencyConfig container.RegisterWebApiControllers(GlobalConfiguration.
Read more >
How to hide dependent Nuget .dll's from consuming parent ...
Merge or Repack dependencies using ILMerge or ILRepack: ... I am not sure if I I need to use ILMerge or Repack, it...
Read more >
OWIN Startup Class Detection
This tutorial shows how to configure which OWIN startup class is loaded. For more information on OWIN, see An Overview of Project Katana....
Read more >
Data Engine WebApi using Visual Studio Template
Owin.Host.SystemWeb" Nuget package in your Visual Studio application. "C1.Web.Api.DataEngine" gets added under the "dependencies" within project.json file ...
Read more >
Autofac Documentation
The “Autofac” package has all the core functionality you'll need. ... To exclude types from scanning, use the Except() predicate: builder.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found