Main public logs

Jump to navigation Jump to search

Combined display of all available logs of bibbleWiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 04:53, 4 November 2024 Iwiseman talk contribs created page CSharp Rest API (Created page with "=Introduction= This is a quick refresher for C# Rest API =Installation= I am now on SDK 8.0 and found the following issues ==Use Apt not Snap== Using snap will mean your SDK cannot be found <syntaxhighlight lang="bash"> sudo apt-get install dotnet-sdk-8.0 </syntaxhighlight> ==Create new Project== This is painless and can be done with <syntaxhighlight lang="bash"> dotnet new webapi -n Catalog </syntaxhighlight> ==Setting up Certificates== The next thing is run the project...")