Vitalii Mikhailov

Results 26 issues of Vitalii Mikhailov

A suggestion was to show the settings, but to state that they are only available in-game

enhancement
long term

I'm failing to extract this archive - "Sturgia is Norse for 1.0.2" via `ArchiveFactory.Open` https://www.nexusmods.com/mountandblade2bannerlord/mods/2713?tab=files Opening via 7z works, so the archive seems correct. Not sure what data I can...

enhancement
up for grabs

This is a draft of the Variable API implementation. It lacks the environment part, but it's not required for my case, so if anyone want a jumpstart, this draft could...

Status: Up for grabs
Type: Feature
hacktoberfest

### Describe the feature Add support for OpenAPI/Swagger schema generation ```csharp public class VogenSchemaFilter : ISchemaFilter { public void Apply(OpenApiSchema schema, SchemaFilterContext context) { if (context.Type.GetCustomAttribute() is not { }...

enhancement

Add support for static abstract members. From what I've seen, we can add at least these members: ```csharp public interface IVogen where TSelf : IVogen where TValueObject : notnull {...

enhancement

Hello! I'm trying to switch the Bannerlord's ecosystem to HarmonyX, but there are mods that use publicly available `Mono.Cecil.*` types like `Mono.Cecil.ModuleDefinition` from the `0Harmony.dll` assembly. Could Type Forwarding be...

Investigate whether it's possible to reference the NuGet package instead of the project directly. This should be okay since we are always building the current NuGet package on build. The...

enhancement

- [ ] Add nullable support - [ ] New logging system - [ ] Backports from https://github.com/BUTR/Harmony.Extensions: - [ ] Overrides for AccessTools, SymbolExtensions - [ ] Take a...

help wanted

It should do the following things: * Publish to NuGet * Publish to GPR (GitHub Package Registry) * Publish to GitHub Releases The only question is, how the release should...

enhancement