masesgroup / masesgroup/DataDistributionManager

Remove strong dependency from Windows types

Open
#6 0 comments 0 reactions 1 assignee View on GitHub

@mariomastrodicasa is already working on this.

Since Feb 14, 2021.

C/C++ Linux Windows
Dominant language
C#
Stars
2
Forks
3
Avg merge
7d 5h
Merged PRs (30d)
12

Description

Is your feature request related to a problem? Please describe.
The actual implementation use Windows defined types. It is needed to remove this dependency before implements #5.

Describe the solution you'd like
Convert any Windows type (HRESULT, DWORD, and so on) in generic types. Maybe this types can be remapped on Windows types if we are running on Windows.

Describe alternatives you've considered
Use only generic types (int, int64, and so on) without any mapping.

Additional context
It is mandatory for issue #5.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.