MCPcopy Create free account
hub / github.com/Graphify-Labs/graphify / test_csproj_target_framework

Function test_csproj_target_framework

tests/test_dotnet.py:100–102  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

98
99
100def test_csproj_target_framework():
101 r = extract_csproj(FIXTURES / "sample.csproj")
102 assert "net8.0" in _labels(r)
103
104
105def test_csproj_sdk():

Callers

nothing calls this directly

Calls 2

extract_csprojFunction · 0.90
_labelsFunction · 0.70

Tested by

no test coverage detected