• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    公众号

aws/porting-assistant-dotnet-ui: Porting Assistant for .NET is an analysis tool ...

原作者: [db:作者] 来自: 网络 收藏 邀请

开源软件名称:

aws/porting-assistant-dotnet-ui

开源软件地址:

https://github.com/aws/porting-assistant-dotnet-ui

开源编程语言:

TypeScript 84.0%

开源软件介绍:

UI for Porting Assistant for .NET Standalone Tool

Porting Assistant for .NET is an analysis tool that scans .NET Framework applications and generates a .NET Core compatibility assessment, helping customers port their applications to Linux faster.

Porting Assistant for .NET quickly scans .NET Framework applications to identify incompatibilities with .NET Core, finds known replacements, and generates detailed compatibility assessment reports. This reduces the manual effort involved in modernizing applications to Linux.

PortingAssistant.UI package provides the source code of Porting Assistant standalone tool's UI.

For more information about Porting Assistant and to try the tool, please refer to the documenation: https://aws.amazon.com/porting-assistant-dotnet/

Introduction

Porting Assistant for .NET standalone tool is an electron application. The UI is a react application that is running on an Electron application.

Repository Structure

We are using lerna to manage multiple packages in a single repository.

All code is located within the ./packages folder.

  • ./packages/csharp - C# code that interfaces with Porting Assistant for .NET client
  • ./packages/electron - Electron related code. Including electron.js and electron build scripts.
  • ./packages/react - The React app that electron runs.
  • ./packages/integration-test - Integration tests.

Developing Porting Assistant for .NET

Prereq

We require the following:

  • Node 10+
  • .NET Core 3.1

Getting started developing

Single commands

To start a local dev environment from scratch.

npm install && npm run build && npm start

Add a new dependency

  1. Run lerna add some-dependency --scope @porting-assistant/some-package. For example lerna add redux --scope @porting-assistant/react.

You can also run npm install inside a package. But you will need to run lerna bootstrap afterwards.

Steps to package a dev exe.

  1. Build the apps
npm run build
  1. Package the apps, by default we package for Windows only.
npm run build:exe:dev
  1. Find the exe in the ./dist/ folder.

AWS UI

Porting Assistant for .NET standalone tool makes use of the newly released AWS UI design framework for UI components. AWS UI contains a collection of React components that help create intuitive, responsive, and accessible user experiences for web applications. It is available on NPM (Package manager of Node.JS). This work is available under the terms of the Apache 2.0 open source license.

AWS UI’s source code and documentation has not been opensourced or released yet. For now the best way to obtain the list of available components and parameters for the components is to look into the package within node_modules. If you need additional help with AWS UI please file an issue, we will be happy to provide the help you need.

Steps to find list of components

  1. Run npm
npm install
  1. Go into packages/react/node_modules/@awsui/components-react/ to check the list of components.
  2. The typescript typing files will also allow typescript intellisense / plugins to perform auto completion within IDEs.

Additional Resources

Porting Assistant for .NET

AWS Developer Center - Explore .NET on AWS Find all the .NET code samples, step-by-step guides, videos, blog content, tools, and information about live events that you need in one place.

AWS Developer Blog - .NET Come see what .NET developers at AWS are up to! Learn about new .NET software announcements, guides, and how-to's.

License

Libraries in this repository are licensed under the Apache 2.0 License.

See LICENSE and NOTICE for more information.




鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
热门推荐
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap