KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
rosetta
★ 13
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
sample-functions-golang-presigned-url
:
Creating a presigned url for DO's Spaces
Plane-reflection-urp-vr
:
No description available.
zoneless
:
Directives, utils, and events for working with angular zoneless
VSCroll
:
Smooth middle mouse button scrolling for VS Code or any other application
3D-plot-in-Matplotlib
:
No description available.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
rosetta
?
Download (.md)
# Rosetta _[](https://www.nuget.org/packages/rosetta)_ A strongly typed representation over `project.assets.json`. ## Examples ```csharp // Load from JSON var assets = AssetFile.FromJson(json); // Load from stream var assets = AssetFile.FromStream(stream); // Load from file var assets = AssetFile.FromFile("C:/foo/project.assets.json"); ``` ## Building ``` > dotnet build.cs ```