Skip to content
This repository was archived by the owner on Jun 14, 2024. It is now read-only.

Fixing some TODOs #20

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Fixing some TODOs #20

wants to merge 6 commits into from

Conversation

johnkord
Copy link
Contributor

Replacing a bunch of "// TODO:" with implementations.

Only about 10 or so of them left. Several of those are all related to each other and are associated with CimSessions and Async. (See CimSession.cs line 272 in function CloseAsync for an example)

{
if (type == MI_Type.MI_INSTANCE)
{
CimInstance instance = new CimInstance(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Repeated code for initialization. Consider helper (e.g. ConvertInstanceFromNativeLayer)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants