Code Monkey home page Code Monkey logo

vs-tools-cps's Introduction

Welcome to the Visual Studio Tools for Tizen

The Visual Studio Tools for Tizen provides Visual Studio extension that enables developing Tizen .NET applications.

Architecture on Visual Studio

Architecture


Prerequisite before starting

  • Require Visual Studio 2017
    • Works with all of Visual Studio editions, including Community version
    • Alphabetic Windows user account name is recommended. (NO GLOBAL CHARACTER SET OR WHITE SPACE)
  • Require Intel HAXM for Emulator
    • Hyper-V should be disabled

Restrictions

  • Xamarin.forms projects cannot be built by CLI tool

How to install

How to build this project

  • Clone the sources: git clone https://github.com/Samsung/vs-tools-cps.git
  • Open src/Tizen.NET.sln in Visual Studio
  • Debug -> Start Debugging (or F5) to to build, deploy, and start debugging the Experimental Instance of Visual Studio.

Folder Descrition in repository

  • Tizen.VisualStudio.VsixSetup : Vsix Project
  • Tizen.VisualStudio.Tools : Visual Studio Tools for Tizen extension code
  • Tizen.VisualStudio.ProjectSystem.VS : Project System for Tizen Project
  • Tizen.VisualStudio.ProjectSystem : Project System base library
  • Template : Template lists
  • Profiler : Tizen profiler

Document List

Usage Guide

  1. Tizen Package Creation Guide - Guide to build and publish Tizen Applications
  2. Tizen Project Customization Guide : Guide to include or exclude your libraries / resources in tizen project
  3. Migration Guide - If you had a tizen project used in preview version, you can migrate for working new tools
  4. Build Guide
    1. Use Visual Studio
    2. Use dotnet cli

Tool Guide

  1. Project Wizard : The Project Wizard is a tool that is used to create a Tizen .NET application project
  2. Certificate Manager : The certificates can be created, edited, removed, and set as active in the Certificate Manager. The active certificates are used when packaging your application.
  3. Tizen Manifest Editor : The Tizen Manifest Editor is a tool that is used to edit Tizen manifest file, called tizen-manifest.xml, which is used to describe the application information
  4. Emulator Manager : The Emulator Manager provides emulators to run your application in a virtual environment
  5. Device Manager : The Device Manager is a standalone tool that provides information of connected Tizen devices or emulators for application debugging
  6. Log Viewer : The Log Viewer helps you debug your application by capturing all the events logged by the platform and your application
  7. API and Privilege Checker : The API Checker tool checks for API and privilege usage violations in the application code. It helps you to identify and fix potential problems in the application code related to API and privilege use
  8. Profiler (Preview)

vs-tools-cps's People

Contributors

sangwook96-lee avatar somang-park avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

vs-tools-cps's Issues

Not even able to debug the application on emulators using Visual studio 2017.

Not even able to debug the application on emulators using Visual studio 2017.

It's always throwing below error message in output window and terminate the debug:

=thread-selected,id="1"
Loaded '[vdso]'. Cannot find or open the symbol file.
Loaded 'linux-gate.so.1'. Cannot find or open the symbol file.
The thread 0x1 has exited with code 0 (0x0).
The program 'sdb.exe' has exited with code 0 (0x0).

dotnet_debug_tv

What the future of tizen.Net?

What the future of tizen.Net?

As I am seeing there is not so much support for Tizen.Net. Samsung launched it with lot of pomises, but now I don't think they are serious about this.

There is no info how to upload the build on store .tpk build. Also, this only support Tizen 4.0, but there is more than 3 million Tizen TV devices which are running Tizen 3 or lower. So what about that.

Please suggest I should continue working on this or I have to drop the idea?

Fails on VS2019

The VSIX installer claims VS2019 is supported, but when you go to install it, it'll tell you the VS2017 editor component is missing, due to a manifest problem.
image

You can see here in the vsix that the manifest is merely requiring all versions from 2017 and up:
https://github.com/Samsung/vs-tools-cps/blob/master/src/Tizen.VisualStudio.VsixSetup/source.extension.vsixmanifest#L11-L13

However, further down it requires the 2017 Editor to be installed:
https://github.com/Samsung/vs-tools-cps/blob/master/src/Tizen.VisualStudio.VsixSetup/source.extension.vsixmanifest#L44

I tried manually fixing the manifest so the core editor wasn't a pre-req, and the extension then installs just fine. However the extension doesn't work correctly, and the tizen tabs in the project editor, as well as deployment doesn't work.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.