Typed DataSets

I was playing around with Typed DataSets and noticed that Reshaper doesn't
seem to like them. The code compiles correctly, but Resharper highlights
any reference to them in red.

For more information on creating Typed DataSets, refer to Chris Sells
WinForms book starting on page 456.

http://www.sellsbrothers.com/writing/wfbook/

Thanks,
Derek


0
5 comments
Avatar
Permanently deleted user

Derek,

do you mean typed data sets generated by Chris's tool SBXsdClassesGenerator?

"Derek" <dprice@doble.com> wrote in message
news:c12m91$onh$1@is.intellij.net...

I was playing around with Typed DataSets and noticed that Reshaper doesn't
seem to like them. The code compiles correctly, but Resharper highlights
any reference to them in red.

>

For more information on creating Typed DataSets, refer to Chris Sells
WinForms book starting on page 456.

>

http://www.sellsbrothers.com/writing/wfbook/

>

Thanks,
Derek

>
>


0
Avatar
Permanently deleted user

No. Open a project and add a new item. Select Data Set. This creates a
blank xsd file that should display a designer. Drag an element, give it a
name, add a few types, and now you have a strongly typed dataset. VS.NET
generates a csharp file that you can now use.

Does this help?

"Dmitry Shaporenkov(JetBrains)" <dsha@jetbrains.com> wrote in message
news:c12mdr$q01$1@is.intellij.net...

Derek,

>

do you mean typed data sets generated by Chris's tool

SBXsdClassesGenerator?
>

"Derek" <dprice@doble.com> wrote in message
news:c12m91$onh$1@is.intellij.net...

I was playing around with Typed DataSets and noticed that Reshaper

doesn't

seem to like them. The code compiles correctly, but Resharper

highlights

any reference to them in red.

>

For more information on creating Typed DataSets, refer to Chris Sells
WinForms book starting on page 456.

>

http://www.sellsbrothers.com/writing/wfbook/

>

Thanks,
Derek

>
>

>
>


0
Avatar
Permanently deleted user

Derek,

thanks, I've realized what data sets you mean. It seems that ReSharper has
currently a problem
with code generated by custom tools (from files like .xsd), and we are going
to fix
it in the nearest future. Briefly, generated files are not treated by the
ReSharper as a
part of the VS project they really belongs to, so almost all references in
such files are
unresolved.

Thanks for your report,
Dmitry

"Derek" <dprice@doble.com> wrote in message
news:c12p5d$gu9$1@is.intellij.net...

No. Open a project and add a new item. Select Data Set. This creates a
blank xsd file that should display a designer. Drag an element, give it a
name, add a few types, and now you have a strongly typed dataset. VS.NET
generates a csharp file that you can now use.

>

Does this help?

>

"Dmitry Shaporenkov(JetBrains)" <dsha@jetbrains.com> wrote in message
news:c12mdr$q01$1@is.intellij.net...

Derek,

>

do you mean typed data sets generated by Chris's tool

SBXsdClassesGenerator?
>

"Derek" <dprice@doble.com> wrote in message
news:c12m91$onh$1@is.intellij.net...

I was playing around with Typed DataSets and noticed that Reshaper

doesn't

seem to like them. The code compiles correctly, but Resharper

highlights

any reference to them in red.

>

For more information on creating Typed DataSets, refer to Chris Sells
WinForms book starting on page 456.

>

http://www.sellsbrothers.com/writing/wfbook/

>

Thanks,
Derek

>
>

>
>

>
>


0
Avatar
Permanently deleted user

Is this the same issue preventing .AS?X.cs files from working?

Just curious,
-Michael

"Dmitry Shaporenkov(JetBrains)" <dsha@jetbrains.com> wrote in message
news:c12q02$mpi$1@is.intellij.net...

Derek,

>

thanks, I've realized what data sets you mean. It seems that ReSharper has
currently a problem
with code generated by custom tools (from files like .xsd), and we are

going

to fix
it in the nearest future. Briefly, generated files are not treated by the
ReSharper as a
part of the VS project they really belongs to, so almost all references in
such files are
unresolved.

>

Thanks for your report,
Dmitry

>

"Derek" <dprice@doble.com> wrote in message
news:c12p5d$gu9$1@is.intellij.net...

No. Open a project and add a new item. Select Data Set. This creates

a

blank xsd file that should display a designer. Drag an element, give it

a

name, add a few types, and now you have a strongly typed dataset.

VS.NET

generates a csharp file that you can now use.

>

Does this help?

>

"Dmitry Shaporenkov(JetBrains)" <dsha@jetbrains.com> wrote in message
news:c12mdr$q01$1@is.intellij.net...

Derek,

>

do you mean typed data sets generated by Chris's tool

SBXsdClassesGenerator?
>

"Derek" <dprice@doble.com> wrote in message
news:c12m91$onh$1@is.intellij.net...

I was playing around with Typed DataSets and noticed that Reshaper

doesn't

seem to like them. The code compiles correctly, but Resharper

highlights

any reference to them in red.

>

For more information on creating Typed DataSets, refer to Chris

Sells

WinForms book starting on page 456.

>

http://www.sellsbrothers.com/writing/wfbook/

>

Thanks,
Derek

>
>

>
>

>
>

>
>


0
Avatar
Permanently deleted user

Yes, it is. We're working on this issue.

--
Oleg Stepanov
Software Developer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
"Michael Teper" <michael.dot.teper@convade.dot.com> wrote in message
news:c12rf2$1gm$1@is.intellij.net...

Is this the same issue preventing .AS?X.cs files from working?

>

Just curious,
-Michael

>

"Dmitry Shaporenkov(JetBrains)" <dsha@jetbrains.com> wrote in message
news:c12q02$mpi$1@is.intellij.net...

Derek,

>

thanks, I've realized what data sets you mean. It seems that ReSharper

has

currently a problem
with code generated by custom tools (from files like .xsd), and we are

going

to fix
it in the nearest future. Briefly, generated files are not treated by

the

ReSharper as a
part of the VS project they really belongs to, so almost all references

in

such files are
unresolved.

>

Thanks for your report,
Dmitry

>

"Derek" <dprice@doble.com> wrote in message
news:c12p5d$gu9$1@is.intellij.net...

No. Open a project and add a new item. Select Data Set. This

creates

a

blank xsd file that should display a designer. Drag an element, give

it

a

name, add a few types, and now you have a strongly typed dataset.

VS.NET

generates a csharp file that you can now use.

>

Does this help?

>

"Dmitry Shaporenkov(JetBrains)" <dsha@jetbrains.com> wrote in message
news:c12mdr$q01$1@is.intellij.net...

Derek,

>

do you mean typed data sets generated by Chris's tool

SBXsdClassesGenerator?
>

"Derek" <dprice@doble.com> wrote in message
news:c12m91$onh$1@is.intellij.net...

I was playing around with Typed DataSets and noticed that Reshaper

doesn't

seem to like them. The code compiles correctly, but Resharper

highlights

any reference to them in red.

>

For more information on creating Typed DataSets, refer to Chris

Sells

WinForms book starting on page 456.

>

http://www.sellsbrothers.com/writing/wfbook/

>

Thanks,
Derek

>
>

>
>

>
>

>
>

>
>


0

Please sign in to leave a comment.