We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
型名の途中にドットが含まれているコードが正しくリバースできない
nunit-3.0.0-alpha-5/src/NUnitEngine/mono-addins/Mono.Addins/ExtensionNode.cs
void ReadObject (object ob, NodeAttribute[] attributes, Dictionary<string,ExtensionNodeType.FieldData> fields) { }
Dictionary<string,ExtensionNodeType.FieldData>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
概要
型名の途中にドットが含まれているコードが正しくリバースできない
nunit-3.0.0-alpha-5/src/NUnitEngine/mono-addins/Mono.Addins/ExtensionNode.cs
不具合1
不具合2
不具合3
Dictionary<string,ExtensionNodeType.FieldData>
は無名クラスだが、関係する要素を図に追加してもテンプレートバインディングが表示されない関連issue
The text was updated successfully, but these errors were encountered: