Stefan Matsson

Results 5 issues of Stefan Matsson

See https://github.com/tus/tus-resumable-upload-protocol/pull/181 and https://github.com/tusdotnet/tusdotnet.wikisource/issues/5

bug

This issue has been split from #116 **Delimitations** Initial version will only support the "old" way of doing things, without the controller pattern, e.g. ```csharp endpoints.MapTus("/files", httpContext => new DefaultTusConfiguration());...

Hello my fellow community members! :) As you might be aware there is currently a lot of effort put into creating tus2, the next major version of tus, and present...

Split from #116 POC branch: https://github.com/tusdotnet/tusdotnet/tree/POC/controller-pattern This issue needs refinement. See earlier discussions in #116 . When implementing this issue we also need to add support for dependency injection, i.e....

The CodeQL build script used tries to build using msbuild as we have a build target for net452. The build then fails due to modern language features that are somehow...