Skip to content

dutwrapper/dutwrapper-dotnet

Repository files navigation

DutWrapper

An unofficial wrapper at sv.dut.udn.vn - Da Nang University of Science and Technology student page.

Version

Building requirements

  • One of following application:
    • Visual Studio 2017 or later (for .NET Core/.NET Framework support) (recommend).
    • Visual Studio Code with C# extension (you will still need .NET SDK).
  • .NET Core 3.1 SDK.
    • Remember: Download .NET SDK (not .NET Runtime) for building this library.

FAQ

Can I port back .NET/.NET Core project to .NET Framework?

  • Yes, you can port back, but you need to do that manually. I don't provide .NET Framework version anymore.

Branch in dutwrapper?

  • stable/main: Default branch and main release. This is my recommend branch.
  • draft: This branch will used for update my progress and it is unstable. Use it at your own risk.

I received error about login while running AccountTest?

  • Make sure you have dut_account variable set with syntax studentid|password. This will ensure secure when testing project.

I'm got issue or a feature request about this library. How should I do?

  • Navigate to issue tab on this repository to create a issue or feature request.

Credit and license?