-
Notifications
You must be signed in to change notification settings - Fork 710
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
WinUI Community Call #1478
Comments
Yeah I think a big question is whether WinUI 3 will run on NET Core and if so, does that mean it gets the full API surface of NET Core even though there's the sandbox (e.g. can we use File not just StorageFile?) |
I'd like to hear about WinUI/UWP and dotnet core 3.0. Also, I'd like to hear if XAML Standard is in the works (winui and xamarin should use same xaml syntax) |
Will it be recorded for watching after the fact? |
BTW I believe the Sandbox becomes optional, if you want an app to run on Hololens, Surface Hub Xbox, etc. Otherwise you should have access to the whole Win32 API surface if it's a Desktop only app. Not sure what runtime will be recommended for Surface Neo and Surface Pro X :) |
Thanks, keep the questions coming! We can definitely go over things like .NET Core plans, UWP sandboxing, etc. We are planning to record so people can watch afterward, though it's TBD where else we'll upload it. |
Mixer and YouTube would probably work, Channel9 seems to have become a hub for content stored elsewhere |
Could you clarify the format of this call a bit more? It sounds like:
|
@kmgallahan updated the issue to include the agenda/format we're thinking of - is that clearer? It's basically what you outlined 😊 Open to all, no registration required. We'd like to cover issues/questions that come up ahead of time in this thread, but will probably also do some live q&a as time allows. |
@kmgallahan To add to what @jesbis said, I'll say that I hope people aren't muted the whole time; one goal of these calls is to facilitate discussion and bring more of a community feel to it, instead of a "MSFT people talk at us for an hour"-type feel. We want it to have back and forth, and as long as it doesn't get out of hand where people are constantly talking over each other, I'd like to mix in questions in the midst of the subjects we cover and have an atmosphere of audible dialog at any time. We're also going to be learning how to do this well--the first few attempts at this might be a bit of a cluster, and that's OK. :) Suggestions on how to run them, in addition to the content itself, are welcome! |
More group conversation, less Windows Insider webcast. (not to say one is better than the other though) |
@mdtauk Yeah. There's a place for both for sure. I'm hoping this has more of a conversation-y feel. We'll still have specific topics and we'll need a moderator to keep us from going too deeply down a rabbit hole, but I'm hoping that people feel free to engage and participate in the dialog alongside whatever topics we're covering. |
What I'd like to avoid is how the Windows Insider live stream sessions tend to go:
The aimlessness and repetitive nature of the questions gets a bit old after watching 1-2 of the livestreams.
If I could suggest one single thing > please work out your audio/visual/hardware/streaming software/Mixer/other technical issues long before the stream starts. I don't even want to think about how many man-hours have been wasted waiting on technical issues with the Insider streams to get resolved... |
@kmgallahan Great suggestions there. Yeah, the "repetitive" thing is good insight. (@jesbis, take notice of that point and let's think about how we can safeguard against that) The point about technical issues is a good one too. We're pretty good at running Teams meetings internally here at Microsoft since that's how everyone does their meetings inside the company these days. However, we're not quite experts at doing these with a broad group of external folks; we might have to test-run this once or twice. We'll try to get it working reasonably well on the first shot! |
Do you see this becoming a monthly thing? The dot Net team do design reviews for their APIs out in the open. |
I'm really looking forward to this! It would be helpful to hear an update on the winui3 roadmap. I am eager to try the new chromium-edge; I haven't yet heard of any preview of that control for win32.net or Uwp.net either. Also I'm very interested in data validation. There has been discussion about adding this into Uwp for several years and I'm hoping we will finally get something in winui3. It may be helpful if you could start with introductions so we know what team(s) are on the call. I get confused by the boundaries between different teams- Winui, community toolkit, xaml tools, vs templates and compiler tool chains, etc. As one example of my confusion, I have no idea who owns compile-and-launch for Uwp- xaml in visual studio. I have had substantial trouble in the past while attempting to compile-and-launch my Uwp projects and libraries in a reasonable amount of time, for productivity sake. (It is multiple times slower to compile Uwp-xaml than wpf xaml for the same set of user controls.) Initially I was certain that the vs community feedback was the right place to report these concerns ... but they told me to come here.... However I don't find many other issues related to visual studio tooling ; so this doesn't seem to be the right place for it either. Finally, I'd like to understand - even at a high level - what types of devs are most successfully using Uwp- xaml today. I get the impression that the primary audience is still the native c++ devs . It seems as if the .net and Enterprise devs are theoretically able to build apps with Uwp- xaml ... but wpf is hard to beat I'm terms of power and productivity. Sorry for the long comment. Maybe we will need more than one hour! |
@mdtauk Monthly is the plan; last Wed of every month. (except not December lol) I'm not sure we want to use this specific forum for design reviews for APIs; we've talked a bit about doing open reviews but I think that's a more formal thing that we'd want a bit more structure around. At least that's my initial thought at the moment. |
Question for everyone: You all good with us starting on time for these? (as in, no later than 9:01 or 9:02 and we don't wait for a lot of folks to join late) I kinda want to set the tone of "we start on time" to maximize the time we have for actual content/dialog. Edit: 9:01am refers to pacific time; obviously translate to whatever timezone you're all in. :) |
I second @dbeavon's request, but specifically it would be great to get an overview of all the teams that touch WinUI in some way:
|
As long as there is a way to re-watch then people can catch up on things
I wasn't suggesting that the development take place on video, just giving an example of how another open source project is using video. So you could try things out, and decide on how you want to make use of these "Team Huddles" to help all your work out! |
Great initiative! I was wondering if there will be any designers from the Fluent Design team as well. Would be nice to hear more what's coming next for Fluent (remember the Waves?) since it's a big part of WinUI. |
Question: |
One more question I had, is there a plan to advocate WinUI to both internal teams at Microsoft and external devs? I noticed on Twitter someone from the dotnet team felt that there was no way to build modern UI using native Windows frameworks. He felt that the web was the only way to build a modern UI today. But he only included WinForms and WPF in his analysis, so he ignored WinUI and UWP. In the spirit of One Microsoft, it would be great if there was a plan to create more unity between the dotnet team and the WinUI team. |
Yes, big +1 for this. Would be great to see the Xamarin flavour more closely match WPF and WinUI. It drives me nuts going back and forth as I'm working on both platforms presently.
As much as I'd love to attend, I think it's unlikely given it is 2am in Australia at that time. Would definitely like to watch a stream the following day though.
More consistency and less electron would be :D |
What's the status of AppWindow? Is it still being developed and will it come out of preview? It will only be for the UWP app model? |
Sharing Gavin William's question from Twitter: Can we get a template for WinUI in a C#/UWP application. |
Windows 10X and Windows Core are going to be running on WinUI 3, that's why they are delayed until 2020 as 20H1 with WinUI 3.0 isn't available yet. |
So some clarity on |
Hi all, We uploaded a recurring event you can add to your calendar here (.ics): https://aka.ms/WinUICommunityCall or https://microsoft.github.io/microsoft-ui-xaml/communitycalls/WinUICommunityCall.ics We're hoping you can all make it on Wednesday! (or watch a recording after) |
Why couldn't this be part of .NET Foundation on YouTube and streamed live like the other shows? //cc @jongalloway on thoughts/help |
Thanks for the suggestion! WinUI isn't specific to .NET and isn't a .NET Foundation project, but we'll make sure we can host the recordings somewhere. We'll be streaming live through the Teams call if you'd like to join! |
FYI we are hearing that the .ics file isn't working for some folks. Here is the teams link. We will be starting at 9am PDT. |
I tried the link but I couldn't hear anything but it might've been over already? |
Thanks everyone who was able to call in to our first community call! We really appreciate the interest, questions and feedback. We're working on the recording for anyone who wasn't able to call in. Please do fill in the survey to let us know if you have any feedback on the format or content: |
I missed it. Could the next ones be streamed to Mixer? |
@shaheedmalik sorry you couldn't make it live! What do you like about Mixer over Teams? |
@jesbis I mean in addition to for the replay. I had a bit of trouble setting up Teams for it when I really just wanted to listen in. |
You could ask @shanselman and @jongalloway for format on Community Standups. I really like their format. Me and many others expressed interest on bringing the similar format across .NET, they delivered. If you need some guidance, you could ask them and others hosting the .NET Community Standups. Including @Golnaz89 who's been there since the ASP.NET Community Standup moving into M$FT Ch9 studio. |
@jesbis
However, I could not find any links here to the recording. Could someone please post the link to the recording. Thanks |
@harvinders Perhaps wait until the recording has been made available, before submitting your survey? |
Also this? #804 |
Is the recording up yet? |
I wasn't making a request or suggestion, but opening a discussion topic on alternative ways to making UI with WinUI 3.0 that is not XAML. I think this qualifies in some ways, but what you are asking for are language features for C# to enable you to use it for making UI. |
Hi folks - here's a temporary download link to the first call recording (OneDrive) - we're looking into a better streaming/hosting approach with .NET and Channel9 for the future. |
Maybe if you want to build a DSL for WinUI, you could try F# |
I have it myself, since I was on the call. But is there any way to capture and publish the chat from the call? There was lots of good interaction with Dmitry Lyalin, etc. |
If you join the teams call again, the chat should all be there from last time. I don't know of a way to save off all of the chat in one go, unfortunately. If you figure it out maybe you can post the chat log? |
Update:
Thanks everyone who was able to call in to our first community call! We really appreciate the interest, questions and feedback.
Recording download link
Temporary download link to the first call recording (OneDrive) - we're working on a better streaming/hosting approach and will update this link later.
After calling in or watching, please do fill in the survey to let us know if you have any feedback on the format or content:
https://aka.ms/winuisurvey
Hi everyone,
The WinUI team is planning to host a regular "community call" (via Microsoft Teams) and we'd like to invite you to suggest topics and call in!
Download a recurring calendar invite here (.ics):
https://aka.ms/WinUICommunityCall
We'll hold the first one next week on Wednesday, October 30 (9am PDT/12pm EDT/16:00 UTC).
This will be a very informal online call directly with members of our engineering team via Microsoft Teams.
Anyone and everyone is welcome! No pre-registration is required.
Assuming we get enough interest then each month we can discuss and answer questions about Windows app development with WinUI including our roadmap, new features, and your feedback and suggestions.
Main topic areas could include:
Agenda for next week's call:
We'll have a small handful of WinUI team members and we'll project a screen + video feed from a conference room via Teams.
Anyone else is welcome to call in and watch/comment live!
Format will likely be:
Interested?
Please let us know and leave a comment with any topics or questions you'd like to hear about!
We can't promise to cover everything but we'll do our best next week or in a future call.
The text was updated successfully, but these errors were encountered: