X Tutup
The Wayback Machine - https://web.archive.org/web/20201101113703/https://github.com/PowerShell/PowerShell/pull/13776
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Add initial support for Blazor WebAssembly #13776

Draft
wants to merge 5 commits into
base: master
from

Conversation

@fMichaleczek
Copy link

@fMichaleczek fMichaleczek commented Oct 13, 2020

PR Summary

  • Declaring OperatingSystem.IsBrowser in the startup process
  • Add a minimal logger support through Console.WriteLine
  • Add a sample demo of a Blazor WebAssembly with SMA

PR Context

Fixes #13755

PR Checklist

…nostics.Process is not supported on this platform.)
@msftbot msftbot bot added the Review - Needed label Oct 24, 2020
@msftbot
Copy link

@msftbot msftbot bot commented Oct 24, 2020

This pull request has been automatically marked as Review Needed because it has been there has not been any activity for 7 days.
Maintainer, please provide feedback and/or mark it as Waiting on Author

@TravisEz13 TravisEz13 marked this pull request as draft Oct 25, 2020
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<title>PowerShell Demo</title>
<base href="/" />
<link href="css/bootstrap/bootstrap.min.css" rel="stylesheet" />

This comment has been minimized.

@TravisEz13

TravisEz13 Oct 25, 2020
Member

We should have a mention of the license and copyright for these files.

Copy link
Member

@TravisEz13 TravisEz13 left a comment

Personally, I think this should be in a separate repo.
I'd rather not confuse people with license for the repo vs the product.

@@ -0,0 +1,86 @@
SIL OPEN FONT LICENSE Version 1.1

This comment has been minimized.

@TravisEz13

TravisEz13 Oct 25, 2020
Member

Compliance review needed

AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

This comment has been minimized.

@TravisEz13

TravisEz13 Oct 25, 2020
Member

add newline to make posix compliant

@msftbot msftbot bot added Waiting on Author and removed Review - Needed labels Oct 25, 2020
@TravisEz13
Copy link
Member

@TravisEz13 TravisEz13 commented Oct 25, 2020

cc @SteveL-MSFT Please comment if demos that add licenses should be in the same or different repos.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

2 participants
You can’t perform that action at this time.
X Tutup