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.

🚀 Feature

ASP.NET is still a prominent backend framework, ranking fifth in Stack Overflow’s 2021 developer survey under “most popular web frameworks.” An SDK for C# would be amazing, if possible.

Implementation details

Something like:

...
services.AddSupertokens(<configuration>);
...

in Startup.ConfigureServices, and

...
app.UseSupertokens();
...

in Startup.Configure. UseSupertokens would actually initialize the connection and setup routing/middlewares.

Issue Analytics

  • State:open
  • Created a year ago
  • Reactions:14
  • Comments:6 (1 by maintainers)

github_iconTop GitHub Comments

2reactions
rishabhpoddarcommented, Apr 18, 2022

hey @TDiblik that does work, and is being used in production at a largeish scaled company.

However, it only has the session recipe in it.

0reactions
Mattieeec3commented, Nov 20, 2022

+1

Read more comments on GitHub >

github_iconTop Results From Across the Web

ASP.NET Core Web SDK - Microsoft Learn
NET.Sdk.Web is an MSBuild project SDK for building ASP.NET Core apps. It's possible to build an ASP.NET Core app without this SDK ......
Read more >
ASP.NET Core View Not Found in a class library (Microsoft ...
I'd like to have a Microsoft.Net.Sdk project that launch a web server using asp.net core. It is a normal dll project, not a...
Read more >
Verify C# ASP.NET Core Quickstart - Twilio
Learn how to verify phone numbers using the Verify REST API, the Twilio C# helper library, and C# ASP.NET Core with this quickstart....
Read more >
ASP.NET Core - GitHub
ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux. - GitHub - dotnet/aspnetcore: ......
Read more >
c# ASP.NET MVC Razor Web App Thoughts - Orion SDK
This discussion has been locked. You can no longer post new replies to this discussion. If you have a question you can start...
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