너무 오래 전, UWP 앱의 Defualt.rd 파일에 몇 가지 문제가있었습니다. 나는 Dictinary를 파일에 정의해야하지만 내가 시도한 것은 실패했다. 것들 I 시도 : 1이 System.Exception]UWP의 런타임 지시어 (Default.rd)에 대해 Dictinary <Guid, List <Exception>>을 정의하는 방법은 무엇입니까?
제가 판독 System.Collections.Generic.Dictionary 2[System.Guid,System.Collections.Generic.List
SerializationCodeIsMissingForType :
<TypeInstantiation Name="Dictionary" Serialize="Required All" Arguments="System.Guid, System.Collections.Generic.List[System.Exception]" Dynamic="Required All" DataContractJsonSerializer="Required All" DataContractSerializer="Required All" />
<TypeInstantiation Name="Dictionary" Serialize="Required All" Arguments="System.Guid, System.Collections.Generic.List`1[System.Exception]" Dynamic="Required All" DataContractJsonSerializer="Required All" DataContractSerializer="Required All"
이 현탁액에 SessionStateService에서 발생되는 예외 메시지 인 런타임 지시어에 대한 MSDN 페이지 (here)는 이해하지만 어떤 것을 이해하지 못했기 때문에 매우 복잡했습니다. List 나 Dictinary와 같은 하나의 nodes generic 타입을 정의 할 수 있지만 Dictionary>를 찾아 낼 수는 없습니다.