Skip to content

olegsych/simply.clr.metadata

Repository files navigation

simply::clr::metadata

A small C++ library for working with CLR metadata.

clone

This repository contains submodules.

git clone --recursive https://github.com/olegsych/simply.clr.metadata.git

build

Build status

From Visual Studio 2017:

  • Open simply.clr.metadata.sln
  • Select Build Solution from the Build menu
  • To switch build between x86 and x64 platforms, select Configuration Manager from the Build menu and change the Active Solution Configuration

From Developer Command Prompt for VS2017:

msbuild simply.clr.metadata.sln /p:Platform=x86
msbuild simply.clr.metadata.sln /p:Platform=x64

test

From Visual Studio 2017:

  • Select Run / All Tests from the Test menu
  • To switch test execution between x86 and x64 platform, select Test Settings from the Test menu and change the Default Processor Architecture.

From Developer Command Prompt for VS2017:

vstest.console bin\debug\Win32\test.dll /Platform:x86
vstest.console bin\debug\x64\test.dll /Platform:x64 /inIsolation

About

A small C++ library for working with CLR metadata.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published