src/model_library/ObjectViewModel.cpp (5 lines): - line 89: // TODO: - line 234: // TODO: provide a better HRESULT value (E_PROPERTY_NOT_FOUND) - line 259: // TODO: a more descriptive error number - line 265: // TODO: provide a better HRESULT value (E_PROPERTY_NOT_FOUND) - line 285: // TODO: provide a better HRESULT value (E_METHOD_NOT_FOUND) src/model/ObservableObjectInfo.cpp (5 lines): - line 224: // TODO: We need to foundation_assert once we fix the Core property Model class - line 307: // TODO: verify multi thread scenario and and duplicate id's - line 336: // TODO: provide better error code to report 'freeze' Model Info - line 352: // TODO: check freeze state - line 359: // TODO: check freeze state src/codegen/tool/GenerateCSharpTypeInfo.cpp (4 lines): - line 377: // TODO: we would need a better way to manage dependencies - line 436: // TODO: until we find the root of the C# winRT interop problems - line 494: // TODO: support Enum generation - line 604: // TODO: we don't support Enums yet src/foundation/PropertyValueInternalStatics.cpp (3 lines): - line 195: // TODO: move to a shared location - line 869: // TODO: we should select the proper unsigned type when needed - line 1181: // TODO: better error code when not supported src/codegen/parser/csharp/SchemaParser.cpp (3 lines): - line 126: // TODO: trigger error & support hex - line 1097: // TODO: extract the model type based on the type name - line 1108: // TODO: verify this interface is empty src/model_library/ObjectStatics.cpp (3 lines): - line 166: // TODO: handle non serialized values - line 843: // TODO: deserialize current command state ? - line 1218: // TODO: for non serialzable object we will make an exception for now src/codegen/tool/GenerateFastCppTemplate.cpp (3 lines): - line 1470: // TODO: - line 1473: // TODO: - line 1992: //TODO:: do nothing for now... src/model_library/ObservableObjectAdapters.cpp (2 lines): - line 134: // TODO: we may need to delegate into our 'T' template parameter - line 478: // TODO: no public API to retrieve the Command Id src/codegen/tool/GenerateJava.cpp (2 lines): - line 534: // TODO: ... - line 796: // TODO: support a GUID type in Java src/winrt/projection/MoEventHandler.h (2 lines): - line 49: // TODO: - line 90: // TODO: my protection needs to be enabled src/codegen/tool/GenerateWindowsRuntimeAdapter.cpp (2 lines): - line 554: // TODO: we are only generating 'Source' property for 'final' - line 714: // TODO: workaround to force an Enum type to be casted as UINT32 src/model_library/ExpressionBinding.cpp (2 lines): - line 275: // TODO: if TypeInfo support default property in the schema we request here - line 294: // TODO: better error here src/proxy/ProxyObjectFactory.cpp (2 lines): - line 1329: // TODO: change the IObjectNode -> IObject once we resolve the IEnumValue that - line 1400: // TODO: we may need to Proxy Enum values src/objectivec/PMODAdapter/PMODFoundation.mm (2 lines): - line 48: // TODO: - line 60: // TODO: src/proxy/ObservableObjectProxy.cpp (2 lines): - line 305: // TODO: should verify that the Var Type is VT_UNKNOWN ? - line 675: // TODO: check range src/model/EventInfo.cpp (1 line): - line 24: // TODO: find a way to make this more reasonable to code src/winrt/adapter/managed/ClassFactory.winrt.cs (1 line): - line 82: //TODO: we need to implement a winrt access to IObjectStatics ? src/winrt/projection/MoDispatcherStatics.cpp (1 line): - line 120: // TODO: src/model_library/MultiSourceBinding.cpp (1 line): - line 152: // TODO: for now we enforce a Delegate to resolve the combined binding values src/foundation/EnumTypeInfo.cpp (1 line): - line 252: // TODO: better error code src/java/pmod/jni/JString.h (1 line): - line 28: // TODO: GetUTFString is not thread-safe. src/winrt/projection/MoObjectAdapter.h (1 line): - line 153: // TODO: we would need a generic mechanism to pull this from a factory and not hard code src/objectivec/PMODAdapter/PMODCollection.mm (1 line): - line 244: // TODO: do we need to prvide oldItems support ? src/objectivec/PMODAdapter/PMODInterop.mm (1 line): - line 239: // TODO: we always convert back an Inspectable array, maybe a type safe array is better src/proxy/TBaseObjectProxy.h (1 line): - line 547: // TODO: should we also confirm 'IsReferenceAttached' ? src/foundation/FoundationAssert.cpp (1 line): - line 45: // TODO: figure the right CRT to call src/foundation_library/BinaryStreamProvider.cpp (1 line): - line 114: // TODO: we should find a better way to serialize a null value src/foundation/MethodInfo.cpp (1 line): - line 105: // TODO: we need to start using CTypeInfoFactory all together src/codegen/tool/GenerateCppBase.cpp (1 line): - line 52: // TODO fix this custom hack src/model_library/ObservableObjectStatics.cpp (1 line): - line 172: // TODO: unresolved reference src/proxy/CommandProxy.cpp (1 line): - line 24: // TODO: we should have a mechanism where we can acces the Attribute Flag from a Property Model src/model_library/CommandViewModel.cpp (1 line): - line 59: // TODO: fix this src/winrt/projection/VectorView.cpp (1 line): - line 38: // TODO: add an implementation for Equal src/model_library/PropertyBinding.cpp (1 line): - line 590: // TODO: we only support a string value, we could attempt src/foundation/TypeInfoStatics.cpp (1 line): - line 577: // TODO: until we fully support the IObject in a IDictionary src/model_library/ViewModelBase.h (1 line): - line 78: // TODO: src/java/pmod/jni/JString.cpp (1 line): - line 24: //TODO:Need to replace with NewString with Unicode encoding instead of NewStringUTF:3239900 src/model_library/CollectionViewModel.cpp (1 line): - line 238: // TODO: we may need a better API in ItemsContainer to add multiple item slots src/proxy/BaseObjectProxy.cpp (1 line): - line 548: // TODO: we may want to Proxy the returned references src/winrt/projection/MoCoreAdapterFactory.cpp (1 line): - line 646: // TODO: move this specific to the projection lib src/codegen/tool/GeneratePtrClass.cpp (1 line): - line 453: // TODO: temporary workaround until we support better list based collections src/public/inc/foundation/ctl/com_library.h (1 line): - line 966: // TODO: src/foundation_library/Expression.cpp (1 line): - line 465: // TODO: we need to PAL wcstod call src/codegen/gpengine/SymbolParser.cpp (1 line): - line 84: // RECOVERING IS IN THE TODO LIST! src/model_library/BaseModelSource.cpp (1 line): - line 110: // TODO: should we ignore errors during the attachment? src/public/inc/pmod/library/mtl.h (1 line): - line 423: TSourceModel *_pSource; // TODO: check if a weak reference is appropiate src/coreclr/managed/Command.cs (1 line): - line 106: // TODO: need to sync with the Native Impl. src/model_library/ObservableCollectionStatics.cpp (1 line): - line 52: // TODO: we may want to look in the TypeInfo for the src/java/pmod/src/com/microsoft/pmod/ClassFactory.java (1 line): - line 69: // TODO: log this error src/winrt/dll/dllmain.cpp (1 line): - line 48: // TODO: figure the object base count src/public/inc/pmod/library/fast_template_library.h (1 line): - line 56: // TODO: we would need to code generate the property bounds src/proxy/ViewModelProxy.h (1 line): - line 73: // TODO: how we can support a 'derived' IPropertyViewModelProxy src/public/inc/foundation/library/type_info_factory_util.h (1 line): - line 24: // TODO: move this pmod dependency src/model_library/ObservableObject.cpp (1 line): - line 1989: // TODO: src/foundation/schema/FoundationLoggerTypes.cs (1 line): - line 13: // TODO: we should prevent generating enum values for this type with an attribute src/foundation_library/JsonStatics.cpp (1 line): - line 444: // TODO: we may want to support type safe array instead of foundation::IInspectable src/model_library/ObservableCollection.cpp (1 line): - line 1613: // TODO: implement a transaction mechanism on Collection Model