alttester / alttester/AltTester-Unity-SDK

Inconsistent parameter order for SetComponentProperty functions across languages

Aberta
#1,853 0 comentários 0 reações 0 responsáveis Ver no GitHub
2.2.6
Linguagem predominante
C#
Estrelas
121
Forks
24
Métricas de merge de PRs
Nenhum PR com merge em 30d

Descrição

### Summary
The `SetComponentProperty` function has inconsistent parameter ordering between .NET (C#) and the other supported languages.

- **In .NET (C#)**, the order is:
`string componentName, string propertyName, object value, string assemblyName`

- **In Java, Python, and Robot**, the order is:
`componentName, propertyName, assembly, value`

This means that in .NET, the `value` comes before the `assembly`, while in Java, Python, and Robot, the `assembly` comes before the `value`.

Guia de contribuição

Abrir o guia de contribuição

Avaliação

Esta issue ainda não foi avaliada.

Receba novas issues na sua caixa de entrada

Um resumo curto de issues do GitHub para quem está começando.