Kirill Borunov

Results 4 comments of Kirill Borunov

The problem seems to be in each of the ICommandParameterType.Parse(...) implementations. For example this one: https://github.com/ikkentim/SampSharp/blob/d294bc034f8b2f1b49fd816c9c51c4571d20f3e0/src/SampSharp.GameMode/SAMP/Commands/ParameterTypes/IntegerType.cs#L42-L58 The commandText initially may contain a space at start (more on this later). In...

I have the same problem here. Using this example: [Index.zip](https://github.com/hayageek/jquery-upload-file/files/1211578/Index.zip) 1) select a file to upload. 2) press the green Start upload button. 3) after upload, the download message appears:...

I got a workaround. It needs more tests and checks, maybe can cause other problems. But for now seems to work good. ```CSharp private static void ApplyAssemblyResolveFix(string searchDirectory) { AppDomain.CurrentDomain.AssemblyResolve...

> Check your package references. The versions in the package references for MS packages (eg. `Microsoft.Extensions.XYZ`) should match the version of the runtime you're using (in this case 6.x.x) That...