csharp-web icon indicating copy to clipboard operation
csharp-web copied to clipboard

This is the official GitHub repository for the C# Web Development courses @ SoftUni

Results 7 csharp-web issues
Sort by recently updated
recently updated
newest added

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.2 to 13.0.2. Release notes Sourced from Newtonsoft.Json's releases. 13.0.2 New feature - Add support for DateOnly and TimeOnly New feature - Add UnixDateTimeConverter.AllowPreEpoch property New feature...

dependencies

Bumps [Microsoft.AspNetCore.Authentication.JwtBearer](https://github.com/aspnet/AspNetCore) from 3.1.10 to 3.1.18. Release notes Sourced from Microsoft.AspNetCore.Authentication.JwtBearer's releases. .NET Core 3.1.18 Release .NET Core 3.1.17 Release .NET Core 3.1.16 Release .NET Core 3.1.15 Release .NET Core...

dependencies

Action is: ``` public HttpResponse Create(int range, ...) { ... ``` Test situation is: ![image](https://user-images.githubusercontent.com/24412567/96368213-676fac00-115b-11eb-8ace-6aec1dbe3f11.png) Exception is: ``` System.FormatException: Input string was not in a correct format. at System.Number.ThrowOverflowOrFormatException(ParsingStatus status,...

The atrubute is working and no other check is needed for authorize page controll. But I'm not sure if this is implemented in correct way. Any comments or reviews are...

Position in HttpServer always must be 0 or throw Exception

I have made a slight improvement of reflection code in WebHost class, which enables us for future exams and apps that will use the framework to use nullable primitive types...